Booking Calendar - Version 5.2

Version Description

  • Features and issue fixings in All versions:
    • New Allow multiple bookings per same day. Your visitors will be able to make unlimited bookings per same date(s) in calendar and do not see any booked date(s) of other visitors.
    • New Email template configuration about the new booking, which is sending to administrator
    • New Email template configuration about the new booking, which is sending to visitor, who made the booking.
    • New Email template configuration about the approval of booking, which is sending to visitor, who made the booking.
    • New Email template configuration about the decline of booking, which is sending to visitor, who made the booking.
    • New Google Calendar Events importing. Activate and configure different parameters for the Google Calendar import.
    • New Activate auto-import of Google Calendar events during specific times.
    • Improvement Do not show CAPTCHA in booking form at the "Add booking" page in admin panel, if the CAPTCHA activated.
    • Update of several screenshots in plugin description.
    • Support of WordPress 4.0
    • Updated Spanish translation, by Juan C.
    • Updated German translation by Andreas Dupp
    • Code refactoring.
    • CSS improvements.
    • Fix issue of showing "WordPress" title in "From" field at emails.
    • Fix apply parameter "Check in/out - Tomorrow" from Filter tab at Booking Listing page based on the "time-zone" offset (which is set at the WordPress > Settings menu).
  • Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
    • New Advanced Google Calendar Events import. Configuration of import Google Calendar Events for the each specific booking resources (Personal, Business Small/Medium/Large, MultiUser)
    • New Ability to set the radio buttons fields as required fields at the Booking > Settings > Fields page. Example: radio* field_name "1" "2" "3" "4"
    • Tips & Tricks Ability to use [sync_gid] shortcode at the Booking > Settings > Fields > Content of Booking Fields page to show the ID of Google Calendar Event, which was imported by Booking Calendar (Personal, Business Small/Medium/Large, MultiUser)
    • Improvement New parameter selected_type for [bookingselect... shortcode for auto selection booking form of specific booking resource. Example: bookingselect label='Select:' form_type='standard' nummonths=1 type='17,16,15' selected_type='15'
    • Improvement Disabling (set grayed) of "starttime" options selection for the times, which already booked by visitors, for the selected date. (Business Small/Medium/Large, MultiUser)
    • Improvement Rechecking system, if the update from the previous version was making in not correct way (relative to FAQ instruction) and then reupdate plugin. (Personal, Business Small/Medium/Large, MultiUser)
    • Improvement Sort booking resources by booking resources titles in ASC order (instead of DESC) (Personal, Business Small/Medium/Large, MultiUser)
    • Improvement Added "placeholder" parameter to the text field shortcode generator at the Booking > Settings > Fields page (Personal, Business Small/Medium/Large, MultiUser)
    • Improvement Added new section "Tips and Tricks" to the shortcode generator at Booking > Settings > Fields page. Description about usage of email verification field. (Personal, Business Small/Medium/Large, MultiUser)
    • Improvement Ability to use the several "comma separated" parameters in search availability form for the Custom Fields Parameter. Example: <select id="booking_color" name="booking_color"> <option value="Green">Only Green</option> <option value="Green, Red">Green, Red all together</option> <option value="Red">Only Red</option> </select> ( Business Large, MultiUser)
    • Fix issue of do not correctly export CSV file, if the upload directory do not default (Personal, Business Small/Medium/Large, MultiUser)
    • Fix setting exported CSV file to UTF-8 encoding (Personal, Business Small/Medium/Large, MultiUser)
    • Fix issue of saving info about each "legend items under calendar" for the "regular users" if the changes was making by super booking admin (MultiUser)
Download this release

Release Info

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

Code changes from version 5.1.6 to 5.2

css/admin-booking-listing.css CHANGED
@@ -302,6 +302,9 @@
302
  }
303
 
304
  /* Corrections of some CSS in Interface elements from Filter section **********/
 
 
 
305
  #wh_booking_date,
306
  #wh_booking_date2,
307
  #wh_modification_date,
@@ -327,4 +330,22 @@
327
  #wh_cost,
328
  #wh_cost2 {
329
  width:75px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  }
302
  }
303
 
304
  /* Corrections of some CSS in Interface elements from Filter section **********/
305
+ .advanced_booking_filter .inline.controls {
306
+ height:28px;
307
+ }
308
  #wh_booking_date,
309
  #wh_booking_date2,
310
  #wh_modification_date,
330
  #wh_cost,
331
  #wh_cost2 {
332
  width:75px;
333
+ }
334
+
335
+ /* Modal Google Calendar Events Import */
336
+ #wpbc_gcal_import_events span.description {
337
+ display:none;
338
+ }
339
+ #wpbc_gcal_import_events #booking_gcal_events_until,
340
+ #wpbc_gcal_import_events .booking_gcal_events_until_offset,
341
+ #wpbc_gcal_import_events #booking_gcal_events_from,
342
+ #wpbc_gcal_import_events .booking_gcal_events_from_offset {
343
+ float:left;
344
+ margin:5px 0 0 0 !important;
345
+ }
346
+ #wpbc_gcal_import_events .booking_gcal_events_from_offset label,
347
+ #wpbc_gcal_import_events .booking_gcal_events_until_offset label {
348
+ margin: 0 10px;
349
+ float:left;
350
+ line-height: 29px;
351
  }
css/admin-mobile.css CHANGED
@@ -240,6 +240,10 @@
240
  #listing_visible_bookings .booking-listing-collumn .field-booking-cost {
241
  height: 34px !important;
242
  }
 
 
 
 
243
  /* Calendar Overview */
244
  .bookings_overview_in_calendar_frame table td:first-child,
245
  .bookings_overview_in_calendar_frame table th:first-child{
240
  #listing_visible_bookings .booking-listing-collumn .field-booking-cost {
241
  height: 34px !important;
242
  }
243
+ #wpbc_gcal_import_events {
244
+ width:85% !important;
245
+ }
246
+
247
  /* Calendar Overview */
248
  .bookings_overview_in_calendar_frame table td:first-child,
249
  .bookings_overview_in_calendar_frame table th:first-child{
css/admin.css CHANGED
@@ -66,7 +66,25 @@
66
  .wpbc-settings-data-field div.description{
67
  display:block;
68
  }
69
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  /* Alerts & Help messages *****************************************************/
71
  .wpbc-info-message,
72
  .wpbc-error-message,
@@ -129,6 +147,16 @@ a.wpbc-help-tooltip:hover{
129
  }
130
  /*form-table settings-table*/
131
 
 
 
 
 
 
 
 
 
 
 
132
  /* UI Elements ****************************************************************/
133
  /* Fix for the previous (older 3.8) versions of WP */
134
  .branch-3-3 .bookingpage .button,
@@ -408,7 +436,7 @@ input[type="radio"] {
408
  .wpdevbk .button-secondary [class^="icon-"] {
409
  margin-top:2px;
410
  }
411
- /* UI Elements */
412
  .wpbc_mobile_legend {
413
  display:none;
414
  }
@@ -1857,6 +1885,19 @@ html[xmlns] .clearfix-height.hidden_items {
1857
  .booking-submenu-tab.bottom-submenu-tab.booking-submenu-tab-selected {
1858
  border-color: #888 #AAA #AAA;
1859
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
1860
  .wpdevbk h3.bk-section-header {
1861
  line-height: 16px;
1862
  }
66
  .wpbc-settings-data-field div.description{
67
  display:block;
68
  }
69
+ /* UI Elements */
70
+ .wpbc-info-label {
71
+ background:none repeat scroll 0 0 #E67622;
72
+ border:1px solid #E8712D;
73
+ border-radius:7px 7px 7px 7px;
74
+ -moz-border-radius:7px 7px 7px 7px;
75
+ -webkit-border-radius:7px 7px 7px 7px;
76
+ box-shadow:0 1px 0 #CCCCCC;
77
+ -moz-box-shadow:0 1px 0 #CCCCCC;
78
+ -webkit-box-shadow:0 1px 0 #CCCCCC;
79
+ color:#FFFFFF;
80
+ font-size:10px;
81
+ font-weight:bold;
82
+ letter-spacing:1px;
83
+ line-height:25px;
84
+ padding:1px 5px;
85
+ white-space: nowrap;
86
+ text-shadow:0 -1px 0 #855050;
87
+ }
88
  /* Alerts & Help messages *****************************************************/
89
  .wpbc-info-message,
90
  .wpbc-error-message,
147
  }
148
  /*form-table settings-table*/
149
 
150
+ /* Help Tooltip */
151
+ .new-label-settings {
152
+ margin-left: -41px;
153
+ position: absolute;
154
+ }
155
+ .new-label-settings-menu {
156
+ margin-left: -6px;
157
+ position: absolute;
158
+ }
159
+
160
  /* UI Elements ****************************************************************/
161
  /* Fix for the previous (older 3.8) versions of WP */
162
  .branch-3-3 .bookingpage .button,
436
  .wpdevbk .button-secondary [class^="icon-"] {
437
  margin-top:2px;
438
  }
439
+ /* UI Elements */
440
  .wpbc_mobile_legend {
441
  display:none;
442
  }
1885
  .booking-submenu-tab.bottom-submenu-tab.booking-submenu-tab-selected {
1886
  border-color: #888 #AAA #AAA;
1887
  }
1888
+ .booking-submenu-tab.go-to-link,
1889
+ .booking-submenu-tab.go-to-link:hover,
1890
+ .booking-submenu-tab.go-to-link:active {
1891
+ box-shadow: 0 0 0;
1892
+ font-weight: normal;
1893
+ border:none;
1894
+ background: transparent;
1895
+ margin:0px 0 10px;
1896
+ }
1897
+ .booking-submenu-tab.go-to-link span {
1898
+ border-bottom: 1px dashed;
1899
+ padding:0 2px;
1900
+ }
1901
  .wpdevbk h3.bk-section-header {
1902
  line-height: 16px;
1903
  }
js/admin.js ADDED
@@ -0,0 +1,594 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @version 1.0
3
+ * @package Booking Calendar
4
+ * @subpackage BackEnd Main Script Lib
5
+ * @category Scripts
6
+ *
7
+ * @author wpdevelop
8
+ * @link http://wpbookingcalendar.com/
9
+ * @email info@wpbookingcalendar.com
10
+ *
11
+ * @modified 2014.09.10
12
+ */
13
+
14
+ ////////////////////////////////////////////////////////////////////////////////
15
+
16
+ /** Show Yes/No dialog
17
+ *
18
+ * @param {type} message_question
19
+ * @returns {Boolean}
20
+ */
21
+ function bk_are_you_sure( message_question ){
22
+ var answer = confirm( message_question );
23
+ if ( answer) { return true; }
24
+ else { return false;}
25
+ }
26
+
27
+ /** Show Alert Messages
28
+ *
29
+ * @param {type} message
30
+ * @param {type} m_type
31
+ * @param {type} m_delay
32
+ * @returns {undefined}
33
+ */
34
+ function bk_admin_show_message( message, m_type, m_delay ){
35
+
36
+ document.getElementById('ajax_working').innerHTML = '<div id="bk_alert_message" class="bk_alert_message"></div>';
37
+
38
+ var alert_class = 'alert ';
39
+ if (m_type == 'error') alert_class += 'alert-error ';
40
+ if (m_type == 'info') alert_class += 'alert-info ';
41
+ if (m_type == 'success') alert_class += 'alert-success ';
42
+
43
+ document.getElementById('bk_alert_message').innerHTML = '<div class="'+alert_class+'"> ' +
44
+ '<a class="close" data-dismiss="alert">&times;</a> ' +
45
+ message +
46
+ '</div>';
47
+ jQuery('#bk_alert_message').animate( {opacity: 1}, m_delay ).fadeOut(500);
48
+ }
49
+
50
+
51
+ /** Set Booking listing row as R e a d
52
+ *
53
+ * @param {type} booking_id
54
+ * @returns {undefined}
55
+ */
56
+ function set_booking_row_read(booking_id){
57
+ if (booking_id == 0) {
58
+ jQuery('.new-label').addClass('hidden_items');
59
+ jQuery('.bk-update-count').html( '0' );
60
+ } else {
61
+ jQuery('#booking_mark_'+booking_id + '').addClass('hidden_items');
62
+ decrese_new_counter();
63
+ }
64
+ }
65
+
66
+ /** Set Booking listing row as U n R e a d
67
+ *
68
+ * @param {type} booking_id
69
+ * @returns {undefined}
70
+ */
71
+ function set_booking_row_unread(booking_id){
72
+ jQuery('#booking_mark_'+booking_id + '').removeClass('hidden_items');
73
+ increase_new_counter();
74
+ }
75
+
76
+
77
+ /** Increase counter about new bookings
78
+ *
79
+ * @returns {undefined}
80
+ */
81
+ function increase_new_counter () {
82
+ var my_num = parseInt(jQuery('.bk-update-count').html());
83
+ my_num = my_num + 1;
84
+ jQuery('.bk-update-count').html(my_num);
85
+ }
86
+
87
+ /** Decrease counter about new bookings
88
+ *
89
+ * @returns {undefined}
90
+ */
91
+ function decrese_new_counter () {
92
+ var my_num = parseInt(jQuery('.bk-update-count').html());
93
+ if (my_num>0){
94
+ my_num = my_num - 1;
95
+ jQuery('.bk-update-count').html(my_num);
96
+ }
97
+ }
98
+
99
+
100
+ /** Functions for the TimeLine
101
+ *
102
+ * @param {type} booking_id
103
+ * @returns {undefined}
104
+ */
105
+ function set_booking_row_approved_in_timeline(booking_id){
106
+ ////Approve Add to [cell_bk_id_9] class [approved] -- TODO: Also in the [a_bk_id_9] - chnaged "data-content" attribute
107
+ jQuery('.cell_bk_id_'+booking_id).addClass('approved');
108
+ jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .approve_bk_link').addClass('hidden_items');
109
+ jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .pending_bk_link').removeClass('hidden_items');
110
+ }
111
+
112
+ function set_booking_row_pending_in_timeline(booking_id){
113
+ //Remove Remove from [cell_bk_id_9] class [approved] -- TODO: Also in the [a_bk_id_9] - chnaged "data-content" attribute
114
+ jQuery('.cell_bk_id_'+booking_id).removeClass('approved');
115
+ jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .pending_bk_link').addClass('hidden_items');
116
+ jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .approve_bk_link').removeClass('hidden_items');
117
+ }
118
+
119
+ function set_booking_row_deleted_in_timeline(booking_id){
120
+ // Remove in [cell_bk_id_9] classes [time_booked_in_day]
121
+ // Delete element: [a_bk_id_]
122
+ // TODO: Here is possible issue, if we are have several bookings per the same date and deleted only one
123
+
124
+ // make actions on the elements, which are not have CLASS: "here_several_bk_id"
125
+ // And have CLASS a_bk_id_ OR cell_bk_id_
126
+ jQuery(':not(.here_several_bk_id).a_bk_id_'+booking_id).fadeOut(1000);
127
+ jQuery(':not(.here_several_bk_id).cell_bk_id_'+booking_id).removeClass('time_booked_in_day');
128
+ }
129
+
130
+
131
+ // Set Booking listing R O W Approved
132
+ function set_booking_row_approved(booking_id){
133
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').removeClass('hidden_items');
134
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').addClass('hidden_items');
135
+
136
+ jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').addClass('approved');
137
+
138
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').addClass('hidden_items');
139
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').removeClass('hidden_items');
140
+
141
+ }
142
+
143
+ // Set Booking listing R O W Pending
144
+ function set_booking_row_pending(booking_id){
145
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').addClass('hidden_items');
146
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').removeClass('hidden_items');
147
+
148
+ jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').removeClass('approved');
149
+
150
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').removeClass('hidden_items');
151
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').addClass('hidden_items');
152
+
153
+ }
154
+
155
+ // Remove Booking listing R O W
156
+ function set_booking_row_deleted(booking_id){
157
+ jQuery('#booking_row_'+booking_id).fadeOut(1000);
158
+ jQuery('#gcal_imported_events_id_'+booking_id).remove();
159
+ }
160
+
161
+ // Set in Booking listing R O W Resource title
162
+ function set_booking_row_resource_name(booking_id, resourcename){
163
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-resource').html(resourcename);
164
+ }
165
+
166
+ // Set in Booking listing R O W new Remark in hint
167
+ function set_booking_row_remark_in_hint(booking_id, new_remark){
168
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link').attr('data-original-title', new_remark);
169
+
170
+ var my_img = jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src');
171
+ var check_my_img = my_img.substr( my_img.length - 7);
172
+ if (check_my_img !== '_rd.png') {
173
+ my_img = my_img.substr(0, my_img.length - 4);
174
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'_rd.png');
175
+ } else {
176
+ my_img = my_img.substr(0, my_img.length - 7);
177
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'.png');
178
+ }
179
+
180
+
181
+ }
182
+
183
+ // Set in Booking listing R O W new Remark in hint
184
+ function set_booking_row_payment_status(booking_id, payment_status, payment_status_show){
185
+
186
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-important');
187
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-success');
188
+
189
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').html(payment_status_show);
190
+
191
+ if (payment_status == 'OK') {
192
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-success');
193
+ } else if (payment_status == '') {
194
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
195
+ } else {
196
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
197
+ }
198
+ }
199
+
200
+
201
+
202
+ // Interface Element
203
+ function showSelectedInDropdown(selector_id, title, value){
204
+ jQuery('#' + selector_id + '_selector .wpbc_selected_in_dropdown').html( title );
205
+ jQuery('#' + selector_id ).val( value );
206
+ jQuery('#' + selector_id + '_container').hide();
207
+ }
208
+
209
+ //Admin function s for checking all checkbos in one time
210
+ function setCheckBoxInTable(el_stutus, el_class){
211
+ jQuery('.'+el_class).attr('checked', el_stutus);
212
+
213
+ if ( el_stutus ) {
214
+ jQuery('.'+el_class).parent().parent().addClass('row_selected_color');
215
+ } else {
216
+ jQuery('.'+el_class).parent().parent().removeClass('row_selected_color');
217
+ }
218
+ }
219
+
220
+
221
+
222
+ // Approve or set Pending booking
223
+ function approve_unapprove_booking(booking_id, is_approve_or_pending, user_id, wpdev_active_locale, is_send_emeils ) {
224
+
225
+ if ( booking_id !='' ) {
226
+
227
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/'+wpdev_bk_plugin_filename;
228
+ var ajax_type_action = 'UPDATE_APPROVE';
229
+ var ajax_bk_message = 'Updating...';
230
+ //var is_send_emeils = 1;
231
+ var denyreason = '';
232
+ if (is_send_emeils == 1) {
233
+ if ( jQuery('#is_send_email_for_pending').length ) {
234
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
235
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
236
+ else {is_send_emeils = 1 ;}
237
+ }
238
+ if ( jQuery('#denyreason').length )
239
+ denyreason = jQuery('#denyreason').val();
240
+ } else {
241
+ is_send_emeils = 0;
242
+ }
243
+
244
+
245
+ document.getElementById('ajax_working').innerHTML =
246
+ '<div class="updated ajax_message" id="ajax_message">\n\
247
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
248
+ <div class="wpbc_spin_loader">\n\
249
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
250
+ </div>\n\
251
+ </div>';
252
+
253
+ jQuery.ajax({ // Start Ajax Sending
254
+ // url: wpdev_ajax_path,
255
+ url: wpbc_ajaxurl,
256
+ type:'POST',
257
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
258
+ 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');}},
259
+ // beforeSend: someFunction,
260
+ data:{
261
+ // ajax_action : ajax_type_action, // Action
262
+ action : ajax_type_action, // Action
263
+ booking_id : booking_id, // ID of Booking - separator |
264
+ is_approve_or_pending : is_approve_or_pending, // Approve: 1, Reject: 0
265
+ is_send_emeils : is_send_emeils,
266
+ denyreason: denyreason,
267
+ user_id: user_id,
268
+ wpdev_active_locale:wpdev_active_locale,
269
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
270
+ }
271
+ });
272
+ return false;
273
+ }
274
+
275
+ return true;
276
+ }
277
+
278
+
279
+ // Delete booking
280
+ function delete_booking(booking_id, user_id, wpdev_active_locale, is_send_emeils ) {
281
+
282
+ if ( booking_id !='' ) {
283
+
284
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
285
+ var ajax_type_action = 'DELETE_APPROVE';
286
+ var ajax_bk_message = 'Updating...';
287
+ //var is_send_emeils = 1;
288
+ var denyreason = '';
289
+ if (is_send_emeils == 1) {
290
+ if ( jQuery('#is_send_email_for_pending').length ) {
291
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
292
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
293
+ else {is_send_emeils = 1 ;}
294
+ }
295
+ if ( jQuery('#denyreason').length )
296
+ denyreason = jQuery('#denyreason').val();
297
+ } else {
298
+ is_send_emeils = 0;
299
+ }
300
+
301
+ document.getElementById('ajax_working').innerHTML =
302
+ '<div class="updated ajax_message" id="ajax_message">\n\
303
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
304
+ <div class="wpbc_spin_loader">\n\
305
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
306
+ </div>\n\
307
+ </div>';
308
+
309
+ jQuery.ajax({ // Start Ajax Sending
310
+ // url: wpdev_ajax_path,
311
+ url: wpbc_ajaxurl,
312
+ type:'POST',
313
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
314
+ 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');}},
315
+ // beforeSend: someFunction,
316
+ data:{
317
+ //ajax_action : ajax_type_action, // Action
318
+ action : ajax_type_action, // Action
319
+ booking_id : booking_id, // ID of Booking - separator |
320
+ is_send_emeils : is_send_emeils,
321
+ denyreason: denyreason,
322
+ user_id: user_id,
323
+ wpdev_active_locale:wpdev_active_locale,
324
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
325
+ }
326
+ });
327
+ return false;
328
+ }
329
+
330
+ return true;
331
+ }
332
+
333
+
334
+ // Mark as Read or Unread selected bookings
335
+ function mark_read_booking(booking_id, is_read_or_unread, user_id, wpdev_active_locale ) {
336
+
337
+ if ( booking_id !='' ) {
338
+
339
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
340
+ var ajax_type_action = 'UPDATE_READ_UNREAD';
341
+ var ajax_bk_message = 'Updating...';
342
+
343
+ document.getElementById('ajax_working').innerHTML =
344
+ '<div class="updated ajax_message" id="ajax_message">\n\
345
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
346
+ <div class="wpbc_spin_loader">\n\
347
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
348
+ </div>\n\
349
+ </div>';
350
+
351
+ jQuery.ajax({ // Start Ajax Sending
352
+ //url: wpdev_ajax_path,
353
+ url: wpbc_ajaxurl,
354
+ type:'POST',
355
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
356
+ 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');}},
357
+ // beforeSend: someFunction,
358
+ data:{
359
+ //ajax_action : ajax_type_action, // Action
360
+ action : ajax_type_action, // Action
361
+ booking_id : booking_id, // ID of Booking - separator |
362
+ is_read_or_unread : is_read_or_unread, // Read: 1, Unread: 0
363
+ user_id: user_id,
364
+ wpdev_active_locale:wpdev_active_locale,
365
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
366
+ }
367
+ });
368
+ return false;
369
+ }
370
+
371
+ return true;
372
+ }
373
+
374
+
375
+ // Get Selected rows in imported Events list
376
+ function get_selected_bookings_id_in_this_list( list_tag, skip_id_length ) {
377
+
378
+ var checkedd = jQuery( list_tag + ":checked" );
379
+ var id_for_approve = "";
380
+
381
+ // get all IDs
382
+ checkedd.each(function(){
383
+ var id_c = jQuery(this).attr('id');
384
+ id_c = id_c.substr(skip_id_length,id_c.length-skip_id_length);
385
+ id_for_approve += id_c + "|";
386
+ });
387
+
388
+ if ( id_for_approve.length > 1 )
389
+ id_for_approve = id_for_approve.substr(0,id_for_approve.length-1); //delete last "|"
390
+
391
+ return id_for_approve ;
392
+
393
+ }
394
+
395
+ // Get the list of ID in selected bookings from booking listing
396
+ function get_selected_bookings_id_in_booking_listing(){
397
+
398
+ var checkedd = jQuery(".booking_list_item_checkbox:checked");
399
+ var id_for_approve = "";
400
+
401
+ // get all IDs
402
+ checkedd.each(function(){
403
+ var id_c = jQuery(this).attr('id');
404
+ id_c = id_c.substr(20,id_c.length-20);
405
+ id_for_approve += id_c + "|";
406
+ });
407
+
408
+ if ( id_for_approve.length > 1 )
409
+ id_for_approve = id_for_approve.substr(0,id_for_approve.length-1); //delete last "|"
410
+
411
+ return id_for_approve ;
412
+ }
413
+
414
+
415
+ function showwidedates_at_admin_side(){
416
+ jQuery('.short_dates_view').addClass('hide_dates_view');
417
+ jQuery('.short_dates_view').removeClass('show_dates_view');
418
+ jQuery('.wide_dates_view').addClass('show_dates_view');
419
+ jQuery('.wide_dates_view').removeClass('hide_dates_view');
420
+ jQuery('#showwidedates').addClass('hide_dates_view');
421
+
422
+ jQuery('.showwidedates').addClass('hide_dates_view');
423
+ jQuery('.showshortdates').addClass('show_dates_view');
424
+ jQuery('.showshortdates').removeClass('hide_dates_view');
425
+ jQuery('.showwidedates').removeClass('show_dates_view');
426
+ }
427
+
428
+ function showshortdates_at_admin_side(){
429
+ jQuery('.wide_dates_view').addClass('hide_dates_view');
430
+ jQuery('.wide_dates_view').removeClass('show_dates_view');
431
+ jQuery('.short_dates_view').addClass('show_dates_view');
432
+ jQuery('.short_dates_view').removeClass('hide_dates_view');
433
+
434
+ jQuery('.showshortdates').addClass('hide_dates_view');
435
+ jQuery('.showwidedates').addClass('show_dates_view');
436
+ jQuery('.showwidedates').removeClass('hide_dates_view');
437
+ jQuery('.showshortdates').removeClass('show_dates_view');
438
+ }
439
+
440
+
441
+
442
+ //<![CDATA[
443
+ function verify_window_opening(us_id, window_id ){
444
+
445
+ var is_closed = 0;
446
+
447
+ if (jQuery('#' + window_id ).hasClass('closed') == true){
448
+ jQuery('#' + window_id ).removeClass('closed');
449
+ } else {
450
+ jQuery('#' + window_id ).addClass('closed');
451
+ is_closed = 1;
452
+ }
453
+
454
+
455
+ jQuery.ajax({ // Start Ajax Sending
456
+ // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
457
+ url: wpbc_ajaxurl,
458
+ type:'POST',
459
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
460
+ 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');}},
461
+ // beforeSend: someFunction,
462
+ data:{
463
+ //ajax_action : 'USER_SAVE_WINDOW_STATE',
464
+ action : 'USER_SAVE_WINDOW_STATE',
465
+ user_id: us_id ,
466
+ window: window_id,
467
+ is_closed: is_closed,
468
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
469
+ }
470
+ });
471
+
472
+ }
473
+ //]]>
474
+
475
+
476
+ //<![CDATA[
477
+ function save_bk_listing_filter(us_id, filter_name, filter_value ){
478
+
479
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
480
+ var ajax_type_action = 'SAVE_BK_LISTING_FILTER';
481
+ var ajax_bk_message = 'Saving...';
482
+
483
+ document.getElementById('ajax_working').innerHTML =
484
+ '<div class="updated ajax_message" id="ajax_message">\n\
485
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
486
+ <div class="wpbc_spin_loader">\n\
487
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
488
+ </div>\n\
489
+ </div>';
490
+
491
+ jQuery.ajax({
492
+ // url: wpdev_ajax_path,
493
+ url: wpbc_ajaxurl,
494
+ type:'POST',
495
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
496
+ 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');}},
497
+ data:{
498
+ // ajax_action : ajax_type_action,
499
+ action : ajax_type_action,
500
+ user_id: us_id ,
501
+ filter_name: filter_name ,
502
+ filter_value: filter_value,
503
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
504
+
505
+ }
506
+ });
507
+ }
508
+ //]]>
509
+
510
+
511
+ //<![CDATA[
512
+ function delete_bk_listing_filter(us_id, filter_name ){
513
+
514
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
515
+ var ajax_type_action = 'DELETE_BK_LISTING_FILTER';
516
+ var ajax_bk_message = 'Deleting...';
517
+
518
+ document.getElementById('ajax_working').innerHTML =
519
+ '<div class="updated ajax_message" id="ajax_message">\n\
520
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
521
+ <div class="wpbc_spin_loader">\n\
522
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
523
+ </div>\n\
524
+ </div>';
525
+
526
+ jQuery.ajax({
527
+ // url: wpdev_ajax_path,
528
+ url: wpbc_ajaxurl,
529
+ type:'POST',
530
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
531
+ 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');}},
532
+ data:{
533
+ // ajax_action : ajax_type_action,
534
+ action : ajax_type_action,
535
+ user_id: us_id ,
536
+ filter_name: filter_name,
537
+ wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
538
+ }
539
+ });
540
+ }
541
+ //]]>
542
+
543
+ //<![CDATA[
544
+ function wpbc_import_gcal_events( us_id
545
+ , booking_gcal_events_from
546
+ , booking_gcal_events_until
547
+ , booking_gcal_events_max
548
+ , wpbc_booking_resource
549
+ ){
550
+
551
+ var ajax_type_action = 'WPBC_IMPORT_GCAL_EVENTS';
552
+ var ajax_bk_message = 'Importing...';
553
+
554
+ document.getElementById('ajax_working').innerHTML =
555
+ '<div class="updated ajax_message" id="ajax_message">\n\
556
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
557
+ <div class="wpbc_spin_loader">\n\
558
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
559
+ </div>\n\
560
+ </div>';
561
+
562
+ jQuery.ajax({
563
+ url: wpbc_ajaxurl,
564
+ type:'POST',
565
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
566
+ 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');}},
567
+ data:{
568
+ // ajax_action : ajax_type_action,
569
+ action : ajax_type_action
570
+ , user_id: us_id
571
+ , booking_gcal_events_from:booking_gcal_events_from
572
+ , booking_gcal_events_until:booking_gcal_events_until
573
+ , booking_gcal_events_max:booking_gcal_events_max
574
+ , wpbc_booking_resource:wpbc_booking_resource
575
+ , wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
576
+ }
577
+ });
578
+ }
579
+ //]]>
580
+
581
+
582
+ ////////////////////////////////////////////////////////////////////////////
583
+ // Support Functions
584
+ ////////////////////////////////////////////////////////////////////////////
585
+
586
+ // Scroll to script
587
+ function makeScrollInAdminPanel(object_name) {
588
+ var targetOffset = jQuery( object_name ).offset().top;
589
+ //targetOffset = targetOffset - 50;
590
+ if (targetOffset<0) targetOffset = 0;
591
+ if ( jQuery('#wpadminbar').length > 0 ) targetOffset = targetOffset - 50;
592
+ else targetOffset = targetOffset - 20;
593
+ jQuery('html,body').animate({scrollTop: targetOffset}, 500);
594
+ }
js/client.js ADDED
@@ -0,0 +1,868 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var is_booking_without_payment = false;
2
+ var date_approved = [];
3
+ var date2approve = [];
4
+ var date_admin_blank = [];
5
+ var dates_additional_info = [];
6
+ var is_all_days_available = [];
7
+ var avalaibility_filters = [];
8
+ var is_show_cost_in_tooltips = false;
9
+ var is_show_availability_in_tooltips = false;
10
+ var global_avalaibility_times = [];
11
+ var numbb = 0;
12
+ //var is_use_visitors_number_for_availability;
13
+ var timeoutID_of_thank_you_page = null;
14
+
15
+
16
+ // Calendar Initialisation /////////////////////////////////////////////////
17
+ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_of_week, start_bk_month ){
18
+
19
+ if ( jQuery('#calendar_booking'+ bk_type).hasClass('hasDatepick') == true ) { // If the calendar with the same Booking resource is activated already, then exist.
20
+ return false;
21
+ }
22
+
23
+ var cl = document.getElementById('calendar_booking'+ bk_type);if (cl === null) return; // Get calendar instance and exit if its not exist
24
+
25
+ date_approved[ bk_type ] = date_approved_par;
26
+
27
+ var isRangeSelect = false;
28
+ var bkMultiDaysSelect = 365;
29
+ if ( bk_days_selection_mode==='dynamic' ) { isRangeSelect = true; bkMultiDaysSelect = 0; }
30
+ if ( bk_days_selection_mode==='single' ) bkMultiDaysSelect = 0;
31
+
32
+ var bkMinDate = 0;
33
+ var bkMaxDate = booking_max_monthes_in_calendar;
34
+
35
+ var is_this_admin = false;
36
+ if ( (location.href.indexOf('wpdev-booking.phpwpdev-booking-reservation') != -1 ) &&
37
+ (location.href.indexOf('booking_hash') != -1 ) ) {
38
+ is_this_admin = true;
39
+ bkMinDate = null;
40
+ bkMaxDate = null;
41
+ }
42
+
43
+ function click_on_cal_td(){
44
+ if(typeof( selectDayPro ) == 'function') {selectDayPro( bk_type);}
45
+ }
46
+
47
+ function selectDay(date) {
48
+
49
+ if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
50
+ jQuery('.datepick-days-cell' ).popover('hide');
51
+ }
52
+ jQuery('#date_booking' + bk_type).val(date);
53
+ if(typeof( selectDayPro ) == 'function') {selectDayPro( date, bk_type);}
54
+
55
+ }
56
+
57
+ function hoverDay(value, date){
58
+
59
+ if(typeof( hoverDayTime ) == 'function') {hoverDayTime(value, date, bk_type);}
60
+
61
+ if ( (location.href.indexOf('wpdev-booking.phpwpdev-booking')==-1) ||
62
+ (location.href.indexOf('wpdev-booking.phpwpdev-booking-reservation')>0) )
63
+ { // Do not show it (range) at the main admin page
64
+ if(typeof( hoverDayPro ) == 'function') {hoverDayPro(value, date, bk_type);}
65
+ }
66
+ //if(typeof( hoverAdminDay ) == 'function') { hoverAdminDay(value, date, bk_type); }
67
+ }
68
+
69
+ function applyCSStoDays(date ){
70
+ var class_day = (date.getMonth()+1) + '-' + date.getDate() + '-' + date.getFullYear();
71
+ var additional_class = ' ';
72
+
73
+ if(typeof( prices_per_day ) !== 'undefined')
74
+ if(typeof( prices_per_day[bk_type] ) !== 'undefined')
75
+ if(typeof( prices_per_day[bk_type][class_day] ) !== 'undefined') {
76
+ additional_class += ' rate_'+prices_per_day[bk_type][class_day];
77
+ }
78
+
79
+ // define season filter names as classes
80
+ if(typeof( wpdev_bk_season_filter ) !== 'undefined')
81
+ if(typeof( wpdev_bk_season_filter[class_day] ) !== 'undefined') {
82
+ additional_class += ' '+wpdev_bk_season_filter[class_day].join(' ');
83
+ }
84
+
85
+ if (is_this_admin == false) {
86
+ var my_test_date = new Date( wpdev_bk_today[0],(wpdev_bk_today[1]-1), wpdev_bk_today[2] ,0,0,0 ); //Get today
87
+ if ( (days_between( date, my_test_date)) < block_some_dates_from_today )
88
+ return [false, 'cal4date-' + class_day +' date_user_unavailable'];
89
+ }
90
+
91
+ if (typeof( is_this_day_available ) == 'function') {
92
+ var is_day_available = is_this_day_available( date, bk_type);
93
+ if (! is_day_available) {return [false, 'cal4date-' + class_day +' date_user_unavailable'];}
94
+ }
95
+
96
+ // Time availability
97
+ if (typeof( check_global_time_availability ) == 'function') {check_global_time_availability( date, bk_type );}
98
+
99
+ var blank_admin_class_day = '';
100
+ if(typeof(date_admin_blank[ bk_type ]) !== 'undefined')
101
+ if(typeof(date_admin_blank[ bk_type ][ class_day ]) !== 'undefined') {
102
+ blank_admin_class_day = ' date_admin_blank ';
103
+ }
104
+
105
+ // Check availability per day for BL
106
+ var reserved_days_count = 1;
107
+ if(typeof(availability_per_day) !== 'undefined')
108
+ if(typeof(availability_per_day[ bk_type ]) !== 'undefined')
109
+ if(typeof(availability_per_day[ bk_type ][ class_day ]) !== 'undefined') {
110
+ reserved_days_count = parseInt( availability_per_day[ bk_type ][ class_day ] );}
111
+
112
+ // Number of Check In Dates for BL
113
+ var checkin_days_count = [0 ,0];
114
+ if(typeof(wpbc_check_in_dates) !== 'undefined')
115
+ if(typeof(wpbc_check_in_dates[ bk_type ]) !== 'undefined')
116
+ if(typeof(wpbc_check_in_dates[ bk_type ][ class_day ]) !== 'undefined') {
117
+ // [ Number of check in bookings, Pending or Approved status ]
118
+ checkin_days_count = [ wpbc_check_in_dates[ bk_type ][ class_day ][ 0 ] , wpbc_check_in_dates[ bk_type ][ class_day ][ 1 ] ];
119
+ }
120
+
121
+ // Number of Check Out Dates for BL
122
+ var checkout_days_count = [0 ,0];
123
+ if(typeof(wpbc_check_out_dates) !== 'undefined')
124
+ if(typeof(wpbc_check_out_dates[ bk_type ]) !== 'undefined')
125
+ if(typeof(wpbc_check_out_dates[ bk_type ][ class_day ]) !== 'undefined') {
126
+ // [ Number of check Out bookings, Pending or Approved status ]
127
+ checkout_days_count = [ wpbc_check_out_dates[ bk_type ][ class_day ][ 0 ] , wpbc_check_out_dates[ bk_type ][ class_day ][ 1 ] ];
128
+ }
129
+
130
+ // Booked both check in/out dates in the same child resources
131
+ var both_check_in_out_num = 0;
132
+ if ( typeof( getNumberClosedCheckInOutDays ) == 'function' ) {
133
+ both_check_in_out_num = getNumberClosedCheckInOutDays( bk_type, class_day );
134
+ }
135
+
136
+
137
+ // we have 0 available at this day - Only for resources, which have childs
138
+ if ( wpdev_in_array( parent_booking_resources, bk_type ) )
139
+ if (reserved_days_count <= 0) {
140
+ if(typeof(date2approve[ bk_type ]) !== 'undefined')
141
+ if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined')
142
+ return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
143
+ return [false, 'cal4date-' + class_day +' date_approved date_unavailable_for_all_childs ' + blank_admin_class_day];
144
+ }
145
+
146
+ var th=0;
147
+ var tm=0;
148
+ var ts=0;
149
+ var time_return_value = false;
150
+ // Select dates which need to approve, its exist only in Admin
151
+ if(typeof(date2approve[ bk_type ]) !== 'undefined')
152
+ if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined') {
153
+
154
+ for (var ia=0;ia<date2approve[ bk_type ][ class_day ].length;ia++) {
155
+
156
+ th = date2approve[ bk_type ][ class_day ][ia][3];
157
+ tm = date2approve[ bk_type ][ class_day ][ia][4];
158
+ ts = date2approve[ bk_type ][ class_day ][ia][5];
159
+ if ( ( th == 0 ) && ( tm == 0 ) && ( ts == 0 ) )
160
+ return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
161
+ else {
162
+ if ( is_booking_used_check_in_out_time === true ) {
163
+ if (ts == '1') additional_class += ' check_in_time';
164
+ if (ts == '2') additional_class += ' check_out_time';
165
+ }
166
+ time_return_value = [true, 'date_available cal4date-' + class_day +' date2approve timespartly' + additional_class]; // Times
167
+ if(typeof( isDayFullByTime ) == 'function') {
168
+ if ( isDayFullByTime(bk_type, class_day ) ) return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
169
+ }
170
+ }
171
+
172
+ }
173
+
174
+ }
175
+
176
+ //select Approved dates
177
+ if(typeof(date_approved[ bk_type ]) !== 'undefined')
178
+ if(typeof(date_approved[ bk_type ][ class_day ]) !== 'undefined') {
179
+
180
+ for (var ia=0;ia<date_approved[ bk_type ][ class_day ].length;ia++) {
181
+
182
+ th = date_approved[ bk_type ][ class_day ][ia][3];
183
+ tm = date_approved[ bk_type ][ class_day ][ia][4];
184
+ ts = date_approved[ bk_type ][ class_day ][ia][5];
185
+ if ( ( th == 0 ) && ( tm == 0 ) && ( ts == 0 ) )
186
+ return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; //Blue or Grey in client
187
+ else {
188
+ if ( is_booking_used_check_in_out_time === true ) {
189
+ if (ts == '1') additional_class += ' check_in_time';
190
+ if (ts == '2') additional_class += ' check_out_time';
191
+ }
192
+ time_return_value = [true, 'date_available cal4date-' + class_day +' date_approved timespartly' + additional_class]; // Times
193
+ if(typeof( isDayFullByTime ) == 'function') {
194
+ if ( isDayFullByTime(bk_type, class_day ) ) return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; // Blue or Grey in client
195
+ }
196
+ }
197
+
198
+ }
199
+ }
200
+
201
+
202
+ for (var i=0; i<user_unavilable_days.length;i++) {
203
+ if (date.getDay()==user_unavilable_days[i]) return [false, 'cal4date-' + class_day +' date_user_unavailable' ];
204
+ }
205
+
206
+ var is_datepick_unselectable = '';
207
+ var is_calendar_booking_unselectable= jQuery('#calendar_booking_unselectable' + bk_type);
208
+ if (is_calendar_booking_unselectable.length != 0 ) {
209
+ is_datepick_unselectable = 'datepick-unselectable'; // //datepick-unselectable
210
+ }
211
+
212
+
213
+
214
+
215
+ var is_exist_check_in_out_for_parent_resource = Math.max( checkin_days_count[0], checkout_days_count[0] );
216
+
217
+ if ( ( time_return_value !== false ) && ( is_exist_check_in_out_for_parent_resource == 0 ) ) { // Check this only for single booking resources - is_exist_check_in_out_for_parent_resource == 0
218
+ if ( is_booking_used_check_in_out_time === true ) {
219
+ // If the date is cehck in/out and the check in/out time is activated so then this date is unavailbale
220
+ if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
221
+ // Make this date unavailbale
222
+ time_return_value[0] = false;
223
+ // Remove CSS classes from this date
224
+ time_return_value[1]=time_return_value[1].replace("check_in_time","");
225
+ time_return_value[1]=time_return_value[1].replace("check_out_time","");
226
+ time_return_value[1]=time_return_value[1].replace("timespartly","");
227
+ time_return_value[1]=time_return_value[1].replace("date_available","");
228
+ }
229
+ }
230
+ return time_return_value;
231
+
232
+ } else {
233
+
234
+ if ( ( is_booking_used_check_in_out_time === true ) && ( is_exist_check_in_out_for_parent_resource > 0 ) ) { // Check Check In / Out dates for the parent resources.
235
+
236
+ // Unavailable
237
+ if ( (reserved_days_count - both_check_in_out_num ) <= 0 ) {
238
+ // Check Pending or Approved by the Check In date
239
+ if ( checkin_days_count[1] == 1 ) additional_class = ' date_approved';
240
+ else additional_class = ' date2approve';
241
+ return [false, 'cal4date-' + class_day + additional_class + blank_admin_class_day];
242
+ }
243
+
244
+ // Recheck if this date check in/out
245
+ if ( (reserved_days_count - both_check_in_out_num - checkin_days_count[0]) <= 0 ) {
246
+ if ( checkin_days_count[1] == 1 ) additional_class += ' date_approved';
247
+ else additional_class += ' date2approve';
248
+ additional_class += ' timespartly check_in_time';
249
+ }
250
+ if ( (reserved_days_count - both_check_in_out_num - checkout_days_count[0]) <= 0 ) {
251
+ if ( checkout_days_count[1] == 1 ) additional_class += ' date_approved';
252
+ else additional_class += ' date2approve';
253
+ additional_class += ' timespartly check_out_time';
254
+ }
255
+ }
256
+
257
+ return [true, 'date_available cal4date-' + class_day +' reserved_days_count' + reserved_days_count + ' ' + is_datepick_unselectable + additional_class+ ' '];
258
+ }
259
+ }
260
+
261
+ function changeMonthYear(year, month){
262
+ if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
263
+ if(typeof( prepare_tooltip ) == 'function') {
264
+ setTimeout("prepare_tooltip("+bk_type+");",1000);
265
+ }
266
+ }
267
+ if(typeof( prepare_highlight ) == 'function') {
268
+ setTimeout("prepare_highlight();",1000);
269
+ }
270
+ }
271
+ // Configure and show calendar
272
+ jQuery('#calendar_booking'+ bk_type).text('');
273
+ jQuery('#calendar_booking'+ bk_type).datepick(
274
+ {beforeShowDay: applyCSStoDays,
275
+ onSelect: selectDay,
276
+ onHover:hoverDay,
277
+ onChangeMonthYear:changeMonthYear,
278
+ showOn: 'both',
279
+ multiSelect: bkMultiDaysSelect,
280
+ numberOfMonths: my_num_month,
281
+ stepMonths: 1,
282
+ prevText: '&laquo;',
283
+ nextText: '&raquo;',
284
+ dateFormat: 'dd.mm.yy',
285
+ changeMonth: false,
286
+ changeYear: false,
287
+ minDate: bkMinDate, maxDate: bkMaxDate, //'1Y',
288
+ showStatus: false,
289
+ multiSeparator: ', ',
290
+ closeAtTop: false,
291
+ firstDay:start_day_of_week,
292
+ gotoCurrent: false,
293
+ hideIfNoPrevNext:true,
294
+ rangeSelect:isRangeSelect,
295
+ useThemeRoller :false // ui-cupertino.datepick.css
296
+ }
297
+ );
298
+
299
+
300
+ if ( start_bk_month != false ) {
301
+ var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
302
+ inst.cursorDate = new Date();
303
+ inst.cursorDate.setFullYear( start_bk_month[0], (start_bk_month[1]-1) , 1 );
304
+ inst.drawMonth = inst.cursorDate.getMonth();
305
+ inst.drawYear = inst.cursorDate.getFullYear();
306
+
307
+ jQuery.datepick._notifyChange(inst);
308
+ jQuery.datepick._adjustInstDate(inst);
309
+ jQuery.datepick._showDate(inst);
310
+ jQuery.datepick._updateDatepick(inst);
311
+ }
312
+
313
+
314
+ if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
315
+ if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
316
+ }
317
+ }
318
+
319
+
320
+ ////////////////////////////////////////////////////////////////////////////
321
+ // Days Selections - support functions
322
+ ////////////////////////////////////////////////////////////////////////////
323
+
324
+ // Get fisrst day of selection
325
+ function get_first_day_of_selection(dates) {
326
+
327
+ // Multiple days selections
328
+ if ( dates.indexOf(',') != -1 ){
329
+ var dates_array =dates.split(/,\s*/);
330
+ var length = dates_array.length;
331
+ var element = null;
332
+ var new_dates_array = [];
333
+
334
+ for (var i = 0; i < length; i++) {
335
+
336
+ element = dates_array[i].split(/\./);
337
+
338
+ new_dates_array[new_dates_array.length] = element[2]+'.' + element[1]+'.' + element[0]; //2013.12.20
339
+ }
340
+ new_dates_array.sort();
341
+
342
+ element = new_dates_array[0].split(/\./);
343
+
344
+ return element[2]+'.' + element[1]+'.' + element[0]; //20.12.2013
345
+ }
346
+
347
+ // Range days selection
348
+ if ( dates.indexOf(' - ') != -1 ){
349
+ var start_end_date = dates.split(" - ");
350
+ return start_end_date[0];
351
+ }
352
+
353
+ // Single day selection
354
+ return dates; //20.12.2013
355
+ }
356
+
357
+
358
+ // Get fisrst day of selection
359
+ function get_last_day_of_selection(dates) {
360
+
361
+ // Multiple days selections
362
+ if ( dates.indexOf(',') != -1 ){
363
+ var dates_array =dates.split(/,\s*/);
364
+ var length = dates_array.length;
365
+ var element = null;
366
+ var new_dates_array = [];
367
+
368
+ for (var i = 0; i < length; i++) {
369
+
370
+ element = dates_array[i].split(/\./);
371
+
372
+ new_dates_array[new_dates_array.length] = element[2]+'.' + element[1]+'.' + element[0]; //2013.12.20
373
+ }
374
+ new_dates_array.sort();
375
+
376
+ element = new_dates_array[(new_dates_array.length-1)].split(/\./);
377
+
378
+ return element[2]+'.' + element[1]+'.' + element[0]; //20.12.2013
379
+ }
380
+
381
+ // Range days selection
382
+ if ( dates.indexOf(' - ') != -1 ){
383
+ var start_end_date = dates.split(" - ");
384
+ return start_end_date[(start_end_date.length-1)];
385
+ }
386
+
387
+ // Single day selection
388
+ return dates; //20.12.2013
389
+ }
390
+
391
+
392
+ // Set selected days at calendar as UnAvailable
393
+ function setUnavailableSelectedDays( bk_type ){
394
+ var sel_dates = jQuery('#calendar_booking'+bk_type).datepick('getDate');
395
+ var class_day2;
396
+ for( var i =0; i <sel_dates.length; i++) {
397
+ class_day2 = (sel_dates[i].getMonth()+1) + '-' + sel_dates[i].getDate() + '-' + sel_dates[i].getFullYear();
398
+ date_approved[ bk_type ][ class_day2 ] = [ (sel_dates[i].getMonth()+1) , sel_dates[i].getDate(), sel_dates[i].getFullYear(),0,0,0];
399
+ jQuery('#calendar_booking'+bk_type+' td.cal4date-'+class_day2).html(sel_dates[i].getDate());
400
+ // jQuery('#calendar_booking'+bk_type).datepick('refresh');
401
+ }
402
+ }
403
+
404
+
405
+ // Aftre reservation action is done
406
+ function setReservedSelectedDates( bk_type ){
407
+
408
+ var is_pay_now = false;
409
+
410
+ if (document.getElementById('calendar_booking'+bk_type) === null ) {
411
+ document.getElementById('submiting' + bk_type).innerHTML = '';
412
+ document.getElementById("booking_form_div"+bk_type).style.display="none";
413
+ makeScroll('#ajax_respond_insert'+bk_type);
414
+
415
+ if ( ( document.getElementById('paypalbooking_form'+bk_type) != null ) &&
416
+ ( document.getElementById('paypalbooking_form'+bk_type).innerHTML != '' ) )
417
+ is_pay_now = true;
418
+
419
+ if ( (! is_pay_now) || ( is_booking_without_payment == true ) )
420
+ if (type_of_thank_you_message == 'page') { // Page
421
+ timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
422
+ } else { // Message
423
+ document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content wpdev-help-message alert alert-success\" >'+new_booking_title+'</div>';
424
+ jQuery('.submiting_content').fadeOut( new_booking_title_time );
425
+ }
426
+
427
+ } else {
428
+
429
+ setUnavailableSelectedDays(bk_type); // Set days as unavailable
430
+ document.getElementById('date_booking'+bk_type).value = ''; // Set textarea date booking to ''
431
+
432
+ jQuery('#calendar_booking'+bk_type+', .block_hints').hide();
433
+
434
+ var is_admin = 0;
435
+ if (location.href.indexOf('booking.php') != -1 ) {is_admin = 1;}
436
+ if (is_admin == 0) {
437
+ // Get calendar from the html and insert it before form div, which will hide after btn click
438
+ jQuery('#calendar_booking'+bk_type).insertBefore("#booking_form_div"+bk_type);
439
+ document.getElementById("booking_form_div"+bk_type).style.display="none";
440
+
441
+ makeScroll('#ajax_respond_insert'+bk_type);
442
+
443
+ if ( ( document.getElementById('paypalbooking_form'+bk_type) != null ) &&
444
+ ( document.getElementById('paypalbooking_form'+bk_type).innerHTML != '' ) )
445
+ is_pay_now = true;
446
+
447
+ if ( (! is_pay_now) || ( is_booking_without_payment == true ) ) {
448
+ if (type_of_thank_you_message == 'page') { // Page
449
+ timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
450
+ } else { // Message
451
+ document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content wpdev-help-message alert alert-success\" >'+new_booking_title+'</div>';
452
+ makeScroll('#submiting'+bk_type);
453
+ jQuery('.submiting_content').fadeOut( new_booking_title_time );
454
+ }
455
+ }
456
+
457
+ } else {
458
+ setTimeout(function ( ) {location.reload(true);} ,1000);
459
+ }
460
+ }
461
+ }
462
+
463
+
464
+ ////////////////////////////////////////////////////////////////////////////
465
+ // Submit Booking Data
466
+ ////////////////////////////////////////////////////////////////////////////
467
+
468
+ // Check fields at form and then send request
469
+ function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
470
+
471
+ var count = submit_form.elements.length;
472
+ var formdata = '';
473
+ var inp_value;
474
+ var element;
475
+ var el_type;
476
+
477
+
478
+ // Serialize form here
479
+ for (i=0; i<count; i++) {
480
+ element = submit_form.elements[i];
481
+
482
+ if ( (element.type !=='button') && (element.type !=='hidden') && ( element.name !== ('date_booking' + bk_type) ) ) { // Skip buttons and hidden element - type
483
+
484
+
485
+ // Get Element Value
486
+ if ( element.type == 'checkbox' ){
487
+
488
+ if (element.value == '') {
489
+ inp_value = element.checked;
490
+ } else {
491
+ if (element.checked) inp_value = element.value;
492
+ else inp_value = '';
493
+ }
494
+
495
+ } else if ( element.type == 'radio' ) {
496
+
497
+ if (element.checked)
498
+ inp_value = element.value;
499
+
500
+ } else {
501
+ inp_value = element.value;
502
+ }
503
+
504
+ // Get value in selectbox of multiple selection
505
+ if (element.type =='select-multiple') {
506
+ inp_value = jQuery('[name="'+element.name+'"]').val() ;
507
+ if (( inp_value == null ) || (inp_value.toString() == '' ))
508
+ inp_value='';
509
+ }
510
+
511
+
512
+ // Recheck for max num. available visitors selection
513
+ if ( element.name == ('visitors'+bk_type) )
514
+ if( typeof( is_max_visitors_selection_more_than_available ) == 'function' )
515
+ if ( is_max_visitors_selection_more_than_available( bk_type, inp_value, element ) )
516
+ return;
517
+
518
+ // Recheck for max num. available visitors selection
519
+ /*if ( element.name == ('phone'+bk_type) ) {
520
+ // we validate a phone number of 10 digits with no comma, no spaces, no punctuation and there will be no + sign in front the number - See more at: http://www.w3resource.com/javascript/form/phone-no-validation.php#sthash.U9FHwcdW.dpuf
521
+ var reg = /^\d{10}$/;
522
+ var message_verif_phone = "Please enter correctly phone number";
523
+ if ( inp_value != '' )
524
+ if(reg.test(inp_value) == false) {showErrorMessage( element , message_verif_phone);return;}
525
+ }*/
526
+
527
+ // Validation Check --- Requred fields
528
+ if ( element.className.indexOf('wpdev-validates-as-required') !== -1 ){
529
+ if ((element.type =='checkbox') && ( element.checked === false)) {
530
+ if ( ! jQuery(':checkbox[name="'+element.name+'"]', submit_form).is(":checked") ) {
531
+ showErrorMessage( element , message_verif_requred_for_check_box);
532
+ return;
533
+ }
534
+ }
535
+ if (element.type =='radio') {
536
+ if ( ! jQuery(':radio[name="'+element.name+'"]', submit_form).is(":checked") ) {
537
+ showErrorMessage( element , message_verif_requred_for_radio_box);
538
+ return;
539
+ }
540
+ }
541
+ if ((element.type !='checkbox') && ( inp_value === '')) {
542
+ showErrorMessage( element , message_verif_requred);
543
+ return;
544
+ }
545
+ }
546
+
547
+ // Validation Check --- Email correct filling field
548
+ if ( element.className.indexOf('wpdev-validates-as-email') !== -1 ){
549
+ var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
550
+ if ( inp_value != '' )
551
+ if(reg.test(inp_value) == false) {showErrorMessage( element , message_verif_emeil);return;}
552
+ }
553
+
554
+ // Validation Check --- Same Email Field
555
+ if ( ( element.className.indexOf('wpdev-validates-as-email') !== -1 ) && ( element.className.indexOf('same_as_') !== -1 ) ) {
556
+
557
+ // Get the name of Primary Email field from the "same_as_NAME" class
558
+ var primary_email_name = element.className.match(/same_as_([^\s])+/gi);
559
+ if (primary_email_name != null) { // We found
560
+ primary_email_name = primary_email_name[0].substr(8);
561
+
562
+ // Recehck if such primary email field exist in the booking form
563
+ if (jQuery('[name="' + primary_email_name + bk_type + '"]').length > 0) {
564
+
565
+ // Recheck the values of the both emails, if they do not equla show warning
566
+ if ( jQuery('[name="' + primary_email_name + bk_type + '"]').val() !== inp_value ) {
567
+ showErrorMessage( element , message_verif_same_emeil );return;
568
+ }
569
+ }
570
+ }
571
+ // Skip one loop for the email veryfication field
572
+ continue;
573
+ }
574
+
575
+ // Get Form Data
576
+ if ( element.name !== ('captcha_input' + bk_type) ) {
577
+ if (formdata !=='') formdata += '~'; // next field element
578
+
579
+ el_type = element.type;
580
+ if ( element.className.indexOf('wpdev-validates-as-email') !== -1 ) el_type='email';
581
+ if ( element.className.indexOf('wpdev-validates-as-coupon') !== -1 ) el_type='coupon';
582
+
583
+ inp_value = inp_value + '';
584
+ inp_value = inp_value.replace(new RegExp("\\^",'g'), '&#94;'); // replace registered characters
585
+ inp_value = inp_value.replace(new RegExp("~",'g'), '&#126;'); // replace registered characters
586
+
587
+ inp_value = inp_value.replace(/"/g, '&#34;'); // replace double quot
588
+ inp_value = inp_value.replace(/'/g, '&#39;'); // replace single quot
589
+
590
+ formdata += el_type + '^' + element.name + '^' + inp_value ; // element attr
591
+ }
592
+ }
593
+
594
+ } // End Fields Loop
595
+
596
+ // Recheck Times
597
+ if( typeof( is_this_time_selections_not_available ) == 'function' )
598
+ if ( is_this_time_selections_not_available( bk_type, submit_form.elements ) )
599
+ return;
600
+
601
+ if (document.getElementById('calendar_booking'+bk_type) != null ) {
602
+ var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
603
+ if (bk_days_selection_mode == 'dynamic')
604
+ if (bk_2clicks_mode_days_min != undefined) {
605
+ if(typeof( check_conditions_for_range_days_selection_for_check_in ) == 'function') {
606
+ var first_date = get_first_day_of_selection(document.getElementById('date_booking' + bk_type).value);
607
+ var date_sections = first_date.split(".");
608
+ var selceted_first_day = new Date;
609
+ selceted_first_day.setFullYear( parseInt(date_sections[2]-0) ,parseInt(date_sections[1]-1), parseInt(date_sections[0]-0) );
610
+ check_conditions_for_range_days_selection_for_check_in(selceted_first_day, bk_type);
611
+ }
612
+ if (inst.dates.length < bk_2clicks_mode_days_min ) {
613
+ alert(message_verif_selectdts);
614
+ return;
615
+ }
616
+ }
617
+ }
618
+ //Show message if no selected days
619
+ if (document.getElementById('date_booking' + bk_type).value == '') {
620
+
621
+
622
+
623
+ if ( document.getElementById('additional_calendars' + bk_type) != null ) { // Checking according additional calendars.
624
+
625
+ var id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
626
+ var id_additional_arr = id_additional_str.split(',');
627
+ var is_all_additional_days_unselected = true;
628
+ for (var ia=0;ia<id_additional_arr.length;ia++) {
629
+ if (document.getElementById('date_booking' + id_additional_arr[ia] ).value != '' ) {
630
+ is_all_additional_days_unselected = false;
631
+ }
632
+ }
633
+
634
+ if (is_all_additional_days_unselected) {
635
+ alert(message_verif_selectdts);
636
+ return;
637
+ }
638
+
639
+ } else {
640
+ alert(message_verif_selectdts);
641
+ return;
642
+ }
643
+ }
644
+
645
+
646
+ // Cpatch verify
647
+ var captcha = document.getElementById('wpdev_captcha_challenge_' + bk_type);
648
+
649
+ //Disable Submit button
650
+ jQuery('#booking_form_div' + bk_type + ' input[type=button]').prop("disabled", true);
651
+ if (captcha != null) form_submit_send( bk_type, formdata, captcha.value, document.getElementById('captcha_input' + bk_type).value ,wpdev_active_locale);
652
+ else form_submit_send( bk_type, formdata, '', '' , wpdev_active_locale);
653
+ return;
654
+ }
655
+
656
+
657
+ // Gathering params for sending Ajax request and then send it
658
+ function form_submit_send( bk_type, formdata, captcha_chalange, user_captcha ,wpdev_active_locale){
659
+
660
+ document.getElementById('submiting' + bk_type).innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif"><//div>';
661
+
662
+ var my_booking_form = '';
663
+ var my_booking_hash = '';
664
+ if (document.getElementById('booking_form_type' + bk_type) != undefined)
665
+ my_booking_form =document.getElementById('booking_form_type' + bk_type).value;
666
+
667
+ if (wpdev_bk_edit_id_hash != '') my_booking_hash = wpdev_bk_edit_id_hash;
668
+
669
+ var is_send_emeils= jQuery('#is_send_email_for_new_booking');
670
+ if (is_send_emeils.length == 0 ) {
671
+ is_send_emeils = 1;
672
+ } else {
673
+ is_send_emeils = is_send_emeils.attr('checked' );
674
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
675
+ if (is_send_emeils) is_send_emeils = 1;
676
+ else is_send_emeils = 0;
677
+ }
678
+ send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form,wpdev_active_locale ); // Ajax sending request
679
+
680
+ var formdata_additional_arr;
681
+ var formdata_additional;
682
+ var my_form_field;
683
+ var id_additional;
684
+ var id_additional_str;
685
+ var id_additional_arr;
686
+ if (document.getElementById('additional_calendars' + bk_type) != null ) {
687
+
688
+ id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
689
+ id_additional_arr = id_additional_str.split(',');
690
+
691
+ for (var ia=0;ia<id_additional_arr.length;ia++) {
692
+ formdata_additional_arr = formdata;
693
+ formdata_additional = '';
694
+ id_additional = id_additional_arr[ia];
695
+
696
+
697
+ formdata_additional_arr = formdata_additional_arr.split('~');
698
+ for (var j=0;j<formdata_additional_arr.length;j++) {
699
+ my_form_field = formdata_additional_arr[j].split('^');
700
+ if (formdata_additional !=='') formdata_additional += '~';
701
+
702
+ if (my_form_field[1].substr( (my_form_field[1].length -2),2)=='[]')
703
+ my_form_field[1] = my_form_field[1].substr(0, (my_form_field[1].length - (''+bk_type).length ) - 2 ) + id_additional + '[]';
704
+ else
705
+ my_form_field[1] = my_form_field[1].substr(0, (my_form_field[1].length - (''+bk_type).length ) ) + id_additional ;
706
+
707
+
708
+ formdata_additional += my_form_field[0] + '^' + my_form_field[1] + '^' + my_form_field[2];
709
+ }
710
+
711
+
712
+ if (document.getElementById('date_booking' + id_additional).value != '' ) {
713
+ setUnavailableSelectedDays(id_additional); // Set selected days unavailable in this calendar
714
+ jQuery('#calendar_booking'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert calendar before form to do not hide it
715
+ if (document.getElementById('paypalbooking_form'+id_additional) != null)
716
+ jQuery('#paypalbooking_form'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert payment form to do not hide it
717
+ else {
718
+ jQuery("#booking_form_div"+bk_type).append('<div id="paypalbooking_form'+id_additional+'" ></div>');
719
+ jQuery("#booking_form_div"+bk_type).append('<div id="ajax_respond_insert'+id_additional+'" ></div>');
720
+ }
721
+ send_ajax_submit( id_additional ,formdata_additional,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale );
722
+ }
723
+ }
724
+ }
725
+ }
726
+
727
+
728
+ //<![CDATA[
729
+ function send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale ) {
730
+ // Ajax POST here
731
+
732
+ var my_bk_res = bk_type;
733
+ if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
734
+
735
+ jQuery.ajax({ // Start Ajax Sending
736
+ // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
737
+ url: wpbc_ajaxurl,
738
+ type:'POST',
739
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
740
+ 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');}},
741
+ // beforeSend: someFunction,
742
+ data:{
743
+ // ajax_action : 'INSERT_INTO_TABLE',
744
+ action : 'INSERT_INTO_TABLE',
745
+ bktype: my_bk_res ,
746
+ dates: document.getElementById('date_booking' + bk_type).value ,
747
+ form: formdata,
748
+ captcha_chalange:captcha_chalange,
749
+ captcha_user_input: user_captcha,
750
+ is_send_emeils : is_send_emeils,
751
+ my_booking_hash:my_booking_hash,
752
+ booking_form_type:my_booking_form,
753
+ wpdev_active_locale:wpdev_active_locale,
754
+ wpbc_nonce: document.getElementById('wpbc_nonce' + bk_type).value
755
+ }
756
+ });
757
+ }
758
+ //]]>
759
+
760
+ ////////////////////////////////////////////////////////////////////////////
761
+ ////////////////////////////////////////////////////////////////////////////
762
+
763
+ // Show Error Message in Booking Form at Front End
764
+ function showErrorMessage( element , errorMessage) {
765
+
766
+ // bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: http://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
767
+
768
+ makeScroll( element );
769
+
770
+ jQuery("[name='"+ element.name +"']")
771
+ .fadeOut( 350 ).fadeIn( 300 )
772
+ .fadeOut( 350 ).fadeIn( 400 )
773
+ .fadeOut( 350 ).fadeIn( 300 )
774
+ .fadeOut( 350 ).fadeIn( 400 )
775
+ .animate( {opacity: 1}, 4000 )
776
+ ; // mark red border
777
+ if (jQuery("[name='"+ element.name +"']").attr('type') == "radio") {
778
+ jQuery("[name='"+ element.name +"']").parent().parent().parent()
779
+ .after('<span class="wpdev-help-message alert">'+ errorMessage +'</span>'); // Show message
780
+
781
+ } else if (jQuery("[name='"+ element.name +"']").attr('type') == "checkbox") {
782
+ jQuery("[name='"+ element.name +"']").parent()
783
+ .after('<span class="wpdev-help-message alert">'+ errorMessage +'</span>'); // Show message
784
+
785
+ } else {
786
+ jQuery("[name='"+ element.name +"']")
787
+ .after('<span class="wpdev-help-message alert">'+ errorMessage +'</span>'); // Show message
788
+ }
789
+ jQuery(".wpdev-help-message")
790
+ .css( {'padding' : '5px 5px 4px', 'margin' : '2px', 'vertical-align': 'middle' } );
791
+ jQuery(".widget_wpdev_booking .booking_form .wpdev-help-message")
792
+ .css( {'vertical-align': 'sub' } ) ;
793
+ jQuery(".wpdev-help-message")
794
+ .animate( {opacity: 1}, 10000 )
795
+ .fadeOut( 2000 );
796
+ element.focus(); // make focus to elemnt
797
+ return;
798
+
799
+ }
800
+
801
+ // Hint labels inside of input boxes
802
+ jQuery(document).ready( function(){
803
+
804
+ jQuery('div.inside_hint').click(function(){
805
+ jQuery(this).css('visibility', 'hidden').siblings('.has-inside-hint').focus();
806
+ });
807
+
808
+ jQuery('input.has-inside-hint').blur(function() {
809
+ if ( this.value == '' )
810
+ jQuery(this).siblings('.inside_hint').css('visibility', '');
811
+ }).focus(function(){
812
+ jQuery(this).siblings('.inside_hint').css('visibility', 'hidden');
813
+ });
814
+
815
+ jQuery('.booking_form_div input[type=button]').prop("disabled", false);
816
+ });
817
+
818
+
819
+ ////////////////////////////////////////////////////////////////////////////
820
+ // Support Functions
821
+ ////////////////////////////////////////////////////////////////////////////
822
+
823
+ // Scroll to script
824
+ function makeScroll(object_name) {
825
+ var targetOffset = jQuery( object_name ).offset().top;
826
+ //targetOffset = targetOffset - 50;
827
+ if (targetOffset<0) targetOffset = 0;
828
+ if ( jQuery('#wpadminbar').length > 0 ) targetOffset = targetOffset - 50;
829
+ else targetOffset = targetOffset - 20;
830
+ jQuery('html,body').animate({scrollTop: targetOffset}, 500);
831
+ }
832
+
833
+
834
+ function wpdev_in_array (array_here, p_val) {
835
+ for(var i = 0, l = array_here.length; i < l; i++) {
836
+ if(array_here[i] == p_val) {
837
+ return true;
838
+ }
839
+ }
840
+ return false;
841
+ }
842
+
843
+
844
+ function days_between(date1, date2) {
845
+
846
+ // The number of milliseconds in one day
847
+ var ONE_DAY = 1000 * 60 * 60 * 24;
848
+
849
+ // Convert both dates to milliseconds
850
+ var date1_ms = date1.getTime();
851
+ var date2_ms = date2.getTime();
852
+
853
+ // Calculate the difference in milliseconds
854
+ var difference_ms = date1_ms - date2_ms;
855
+
856
+ // Convert back to days and return
857
+ return Math.round(difference_ms/ONE_DAY);
858
+
859
+ }
860
+
861
+
862
+ function daysInMonth(month,year) {
863
+ var m = [31,28,31,30,31,30,31,31,30,31,30,31];
864
+ if (month != 2) return m[month - 1];
865
+ if (year%4 != 0) return m[1];
866
+ if (year%100 == 0 && year%400 != 0) return m[1];
867
+ return m[1] + 1;
868
+ }
js/datepick/jquery.datepick-pt.js ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Brazilian initialisation for the jQuery UI date picker plugin. */
2
+ /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
3
+ (function($) {
4
+ $.datepick.regional['pt-BR'] = {
5
+ clearText: 'Limpar', clearStatus: '',
6
+ closeText: 'Fechar', closeStatus: '',
7
+ prevText: '&#x3c;Anterior', prevStatus: '',
8
+ prevBigText: '&#x3c;&#x3c;', prevBigStatus: '',
9
+ nextText: 'Pr&oacute;ximo&#x3e;', nextStatus: '',
10
+ nextBigText: '&#x3e;&#x3e;', nextBigStatus: '',
11
+ currentText: 'Hoje', currentStatus: '',
12
+ monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
13
+ 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
14
+ monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
15
+ 'Jul','Ago','Set','Out','Nov','Dez'],
16
+ monthStatus: '', yearStatus: '',
17
+ weekHeader: 'Sm', weekStatus: '',
18
+ dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
19
+ dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
20
+ dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
21
+ dayStatus: 'DD', dateStatus: 'D, M d',
22
+ dateFormat: 'dd/mm/yy', firstDay: 0,
23
+ initStatus: '', isRTL: false,
24
+ showMonthAfterYear: false, yearSuffix: ''};
25
+ $.datepick.setDefaults($.datepick.regional['pt-BR']);
26
+ })(jQuery);
js/wpbc_vars.js CHANGED
@@ -36,6 +36,7 @@ var wpdev_bk_personal = wpbc_define_var( wpbc_global1.wpdev_bk
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;
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_requred_for_radio_box = wpbc_global1.message_verif_requred_for_radio_box;
40
  var message_verif_emeil = wpbc_global1.message_verif_emeil;
41
  var message_verif_same_emeil = wpbc_global1.message_verif_same_emeil;
42
  var message_verif_selectdts = wpbc_global1.message_verif_selectdts;
js/wpdev.bk.js DELETED
@@ -1,1431 +0,0 @@
1
- var is_booking_without_payment = false;
2
- var date_approved = [];
3
- var date2approve = [];
4
- var date_admin_blank = [];
5
- var dates_additional_info = [];
6
- var is_all_days_available = [];
7
- var avalaibility_filters = [];
8
- var is_show_cost_in_tooltips = false;
9
- var is_show_availability_in_tooltips = false;
10
- var global_avalaibility_times = [];
11
- var numbb = 0;
12
- //var is_use_visitors_number_for_availability;
13
- var timeoutID_of_thank_you_page = null;
14
-
15
- // Initialisation
16
- function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_of_week, start_bk_month ){
17
-
18
- if ( jQuery('#calendar_booking'+ bk_type).hasClass('hasDatepick') == true ) { // If the calendar with the same Booking resource is activated already, then exist.
19
- return false;
20
- }
21
-
22
- var cl = document.getElementById('calendar_booking'+ bk_type);if (cl === null) return; // Get calendar instance and exit if its not exist
23
-
24
- date_approved[ bk_type ] = date_approved_par;
25
-
26
- var isRangeSelect = false;
27
- var bkMultiDaysSelect = 365;
28
- if ( bk_days_selection_mode==='dynamic' ) { isRangeSelect = true; bkMultiDaysSelect = 0; }
29
- if ( bk_days_selection_mode==='single' ) bkMultiDaysSelect = 0;
30
-
31
- var bkMinDate = 0;
32
- var bkMaxDate = booking_max_monthes_in_calendar;
33
-
34
- var is_this_admin = false;
35
- if ( (location.href.indexOf('wpdev-booking.phpwpdev-booking-reservation') != -1 ) &&
36
- (location.href.indexOf('booking_hash') != -1 ) ) {
37
- is_this_admin = true;
38
- bkMinDate = null;
39
- bkMaxDate = null;
40
- }
41
-
42
- function click_on_cal_td(){
43
- if(typeof( selectDayPro ) == 'function') {selectDayPro( bk_type);}
44
- }
45
-
46
- function selectDay(date) {
47
-
48
- if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
49
- jQuery('.datepick-days-cell' ).popover('hide');
50
- }
51
- jQuery('#date_booking' + bk_type).val(date);
52
- if(typeof( selectDayPro ) == 'function') {selectDayPro( date, bk_type);}
53
-
54
- }
55
-
56
- function hoverDay(value, date){
57
-
58
- if(typeof( hoverDayTime ) == 'function') {hoverDayTime(value, date, bk_type);}
59
-
60
- if ( (location.href.indexOf('wpdev-booking.phpwpdev-booking')==-1) ||
61
- (location.href.indexOf('wpdev-booking.phpwpdev-booking-reservation')>0) )
62
- { // Do not show it (range) at the main admin page
63
- if(typeof( hoverDayPro ) == 'function') {hoverDayPro(value, date, bk_type);}
64
- }
65
- //if(typeof( hoverAdminDay ) == 'function') { hoverAdminDay(value, date, bk_type); }
66
- }
67
-
68
- function applyCSStoDays(date ){
69
- var class_day = (date.getMonth()+1) + '-' + date.getDate() + '-' + date.getFullYear();
70
- var additional_class = ' ';
71
-
72
- if(typeof( prices_per_day ) !== 'undefined')
73
- if(typeof( prices_per_day[bk_type] ) !== 'undefined')
74
- if(typeof( prices_per_day[bk_type][class_day] ) !== 'undefined') {
75
- additional_class += ' rate_'+prices_per_day[bk_type][class_day];
76
- }
77
-
78
- // define season filter names as classes
79
- if(typeof( wpdev_bk_season_filter ) !== 'undefined')
80
- if(typeof( wpdev_bk_season_filter[class_day] ) !== 'undefined') {
81
- additional_class += ' '+wpdev_bk_season_filter[class_day].join(' ');
82
- }
83
-
84
- if (is_this_admin == false) {
85
- var my_test_date = new Date( wpdev_bk_today[0],(wpdev_bk_today[1]-1), wpdev_bk_today[2] ,0,0,0 ); //Get today
86
- if ( (days_between( date, my_test_date)) < block_some_dates_from_today )
87
- return [false, 'cal4date-' + class_day +' date_user_unavailable'];
88
- }
89
-
90
- if (typeof( is_this_day_available ) == 'function') {
91
- var is_day_available = is_this_day_available( date, bk_type);
92
- if (! is_day_available) {return [false, 'cal4date-' + class_day +' date_user_unavailable'];}
93
- }
94
-
95
- // Time availability
96
- if (typeof( check_global_time_availability ) == 'function') {check_global_time_availability( date, bk_type );}
97
-
98
- var blank_admin_class_day = '';
99
- if(typeof(date_admin_blank[ bk_type ]) !== 'undefined')
100
- if(typeof(date_admin_blank[ bk_type ][ class_day ]) !== 'undefined') {
101
- blank_admin_class_day = ' date_admin_blank ';
102
- }
103
-
104
- // Check availability per day for BL
105
- var reserved_days_count = 1;
106
- if(typeof(availability_per_day) !== 'undefined')
107
- if(typeof(availability_per_day[ bk_type ]) !== 'undefined')
108
- if(typeof(availability_per_day[ bk_type ][ class_day ]) !== 'undefined') {
109
- reserved_days_count = parseInt( availability_per_day[ bk_type ][ class_day ] );}
110
-
111
- // Number of Check In Dates for BL
112
- var checkin_days_count = [0 ,0];
113
- if(typeof(wpbc_check_in_dates) !== 'undefined')
114
- if(typeof(wpbc_check_in_dates[ bk_type ]) !== 'undefined')
115
- if(typeof(wpbc_check_in_dates[ bk_type ][ class_day ]) !== 'undefined') {
116
- // [ Number of check in bookings, Pending or Approved status ]
117
- checkin_days_count = [ wpbc_check_in_dates[ bk_type ][ class_day ][ 0 ] , wpbc_check_in_dates[ bk_type ][ class_day ][ 1 ] ];
118
- }
119
-
120
- // Number of Check Out Dates for BL
121
- var checkout_days_count = [0 ,0];
122
- if(typeof(wpbc_check_out_dates) !== 'undefined')
123
- if(typeof(wpbc_check_out_dates[ bk_type ]) !== 'undefined')
124
- if(typeof(wpbc_check_out_dates[ bk_type ][ class_day ]) !== 'undefined') {
125
- // [ Number of check Out bookings, Pending or Approved status ]
126
- checkout_days_count = [ wpbc_check_out_dates[ bk_type ][ class_day ][ 0 ] , wpbc_check_out_dates[ bk_type ][ class_day ][ 1 ] ];
127
- }
128
-
129
- // Booked both check in/out dates in the same child resources
130
- var both_check_in_out_num = 0;
131
- if ( typeof( getNumberClosedCheckInOutDays ) == 'function' ) {
132
- both_check_in_out_num = getNumberClosedCheckInOutDays( bk_type, class_day );
133
- }
134
-
135
-
136
- // we have 0 available at this day - Only for resources, which have childs
137
- if ( wpdev_in_array( parent_booking_resources, bk_type ) )
138
- if (reserved_days_count <= 0) {
139
- if(typeof(date2approve[ bk_type ]) !== 'undefined')
140
- if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined')
141
- return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
142
- return [false, 'cal4date-' + class_day +' date_approved date_unavailable_for_all_childs ' + blank_admin_class_day];
143
- }
144
-
145
- var th=0;
146
- var tm=0;
147
- var ts=0;
148
- var time_return_value = false;
149
- // Select dates which need to approve, its exist only in Admin
150
- if(typeof(date2approve[ bk_type ]) !== 'undefined')
151
- if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined') {
152
-
153
- for (var ia=0;ia<date2approve[ bk_type ][ class_day ].length;ia++) {
154
-
155
- th = date2approve[ bk_type ][ class_day ][ia][3];
156
- tm = date2approve[ bk_type ][ class_day ][ia][4];
157
- ts = date2approve[ bk_type ][ class_day ][ia][5];
158
- if ( ( th == 0 ) && ( tm == 0 ) && ( ts == 0 ) )
159
- return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
160
- else {
161
- if ( is_booking_used_check_in_out_time === true ) {
162
- if (ts == '1') additional_class += ' check_in_time';
163
- if (ts == '2') additional_class += ' check_out_time';
164
- }
165
- time_return_value = [true, 'date_available cal4date-' + class_day +' date2approve timespartly' + additional_class]; // Times
166
- if(typeof( isDayFullByTime ) == 'function') {
167
- if ( isDayFullByTime(bk_type, class_day ) ) return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
168
- }
169
- }
170
-
171
- }
172
-
173
- }
174
-
175
- //select Approved dates
176
- if(typeof(date_approved[ bk_type ]) !== 'undefined')
177
- if(typeof(date_approved[ bk_type ][ class_day ]) !== 'undefined') {
178
-
179
- for (var ia=0;ia<date_approved[ bk_type ][ class_day ].length;ia++) {
180
-
181
- th = date_approved[ bk_type ][ class_day ][ia][3];
182
- tm = date_approved[ bk_type ][ class_day ][ia][4];
183
- ts = date_approved[ bk_type ][ class_day ][ia][5];
184
- if ( ( th == 0 ) && ( tm == 0 ) && ( ts == 0 ) )
185
- return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; //Blue or Grey in client
186
- else {
187
- if ( is_booking_used_check_in_out_time === true ) {
188
- if (ts == '1') additional_class += ' check_in_time';
189
- if (ts == '2') additional_class += ' check_out_time';
190
- }
191
- time_return_value = [true, 'date_available cal4date-' + class_day +' date_approved timespartly' + additional_class]; // Times
192
- if(typeof( isDayFullByTime ) == 'function') {
193
- if ( isDayFullByTime(bk_type, class_day ) ) return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; // Blue or Grey in client
194
- }
195
- }
196
-
197
- }
198
- }
199
-
200
-
201
- for (var i=0; i<user_unavilable_days.length;i++) {
202
- if (date.getDay()==user_unavilable_days[i]) return [false, 'cal4date-' + class_day +' date_user_unavailable' ];
203
- }
204
-
205
- var is_datepick_unselectable = '';
206
- var is_calendar_booking_unselectable= jQuery('#calendar_booking_unselectable' + bk_type);
207
- if (is_calendar_booking_unselectable.length != 0 ) {
208
- is_datepick_unselectable = 'datepick-unselectable'; // //datepick-unselectable
209
- }
210
-
211
-
212
-
213
-
214
- var is_exist_check_in_out_for_parent_resource = Math.max( checkin_days_count[0], checkout_days_count[0] );
215
-
216
- if ( ( time_return_value !== false ) && ( is_exist_check_in_out_for_parent_resource == 0 ) ) { // Check this only for single booking resources - is_exist_check_in_out_for_parent_resource == 0
217
- if ( is_booking_used_check_in_out_time === true ) {
218
- // If the date is cehck in/out and the check in/out time is activated so then this date is unavailbale
219
- if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
220
- // Make this date unavailbale
221
- time_return_value[0] = false;
222
- // Remove CSS classes from this date
223
- time_return_value[1]=time_return_value[1].replace("check_in_time","");
224
- time_return_value[1]=time_return_value[1].replace("check_out_time","");
225
- time_return_value[1]=time_return_value[1].replace("timespartly","");
226
- time_return_value[1]=time_return_value[1].replace("date_available","");
227
- }
228
- }
229
- return time_return_value;
230
-
231
- } else {
232
-
233
- if ( ( is_booking_used_check_in_out_time === true ) && ( is_exist_check_in_out_for_parent_resource > 0 ) ) { // Check Check In / Out dates for the parent resources.
234
-
235
- // Unavailable
236
- if ( (reserved_days_count - both_check_in_out_num ) <= 0 ) {
237
- // Check Pending or Approved by the Check In date
238
- if ( checkin_days_count[1] == 1 ) additional_class = ' date_approved';
239
- else additional_class = ' date2approve';
240
- return [false, 'cal4date-' + class_day + additional_class + blank_admin_class_day];
241
- }
242
-
243
- // Recheck if this date check in/out
244
- if ( (reserved_days_count - both_check_in_out_num - checkin_days_count[0]) <= 0 ) {
245
- if ( checkin_days_count[1] == 1 ) additional_class += ' date_approved';
246
- else additional_class += ' date2approve';
247
- additional_class += ' timespartly check_in_time';
248
- }
249
- if ( (reserved_days_count - both_check_in_out_num - checkout_days_count[0]) <= 0 ) {
250
- if ( checkout_days_count[1] == 1 ) additional_class += ' date_approved';
251
- else additional_class += ' date2approve';
252
- additional_class += ' timespartly check_out_time';
253
- }
254
- }
255
-
256
- return [true, 'date_available cal4date-' + class_day +' reserved_days_count' + reserved_days_count + ' ' + is_datepick_unselectable + additional_class+ ' '];
257
- }
258
- }
259
-
260
- function changeMonthYear(year, month){
261
- if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
262
- if(typeof( prepare_tooltip ) == 'function') {
263
- setTimeout("prepare_tooltip("+bk_type+");",1000);
264
- }
265
- }
266
- if(typeof( prepare_highlight ) == 'function') {
267
- setTimeout("prepare_highlight();",1000);
268
- }
269
- }
270
- // Configure and show calendar
271
- jQuery('#calendar_booking'+ bk_type).text('');
272
- jQuery('#calendar_booking'+ bk_type).datepick(
273
- {beforeShowDay: applyCSStoDays,
274
- onSelect: selectDay,
275
- onHover:hoverDay,
276
- onChangeMonthYear:changeMonthYear,
277
- showOn: 'both',
278
- multiSelect: bkMultiDaysSelect,
279
- numberOfMonths: my_num_month,
280
- stepMonths: 1,
281
- prevText: '&laquo;',
282
- nextText: '&raquo;',
283
- dateFormat: 'dd.mm.yy',
284
- changeMonth: false,
285
- changeYear: false,
286
- minDate: bkMinDate, maxDate: bkMaxDate, //'1Y',
287
- showStatus: false,
288
- multiSeparator: ', ',
289
- closeAtTop: false,
290
- firstDay:start_day_of_week,
291
- gotoCurrent: false,
292
- hideIfNoPrevNext:true,
293
- rangeSelect:isRangeSelect,
294
- useThemeRoller :false // ui-cupertino.datepick.css
295
- }
296
- );
297
-
298
-
299
- if ( start_bk_month != false ) {
300
- var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
301
- inst.cursorDate = new Date();
302
- inst.cursorDate.setFullYear( start_bk_month[0], (start_bk_month[1]-1) , 1 );
303
- inst.drawMonth = inst.cursorDate.getMonth();
304
- inst.drawYear = inst.cursorDate.getFullYear();
305
-
306
- jQuery.datepick._notifyChange(inst);
307
- jQuery.datepick._adjustInstDate(inst);
308
- jQuery.datepick._showDate(inst);
309
- jQuery.datepick._updateDatepick(inst);
310
- }
311
-
312
-
313
- //jQuery('td.datepick-days-cell').bind('click', 'selectDayPro');
314
- if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
315
- if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
316
- }
317
- }
318
-
319
- // Get fisrst day of selection
320
- function get_first_day_of_selection(dates) {
321
-
322
- // Multiple days selections
323
- if ( dates.indexOf(',') != -1 ){
324
- var dates_array =dates.split(/,\s*/);
325
- var length = dates_array.length;
326
- var element = null;
327
- var new_dates_array = [];
328
-
329
- for (var i = 0; i < length; i++) {
330
-
331
- element = dates_array[i].split(/\./);
332
-
333
- new_dates_array[new_dates_array.length] = element[2]+'.' + element[1]+'.' + element[0]; //2013.12.20
334
- }
335
- new_dates_array.sort();
336
-
337
- element = new_dates_array[0].split(/\./);
338
-
339
- return element[2]+'.' + element[1]+'.' + element[0]; //20.12.2013
340
- }
341
-
342
- // Range days selection
343
- if ( dates.indexOf(' - ') != -1 ){
344
- var start_end_date = dates.split(" - ");
345
- return start_end_date[0];
346
- }
347
-
348
- // Single day selection
349
- return dates; //20.12.2013
350
- }
351
-
352
- // Get fisrst day of selection
353
- function get_last_day_of_selection(dates) {
354
-
355
- // Multiple days selections
356
- if ( dates.indexOf(',') != -1 ){
357
- var dates_array =dates.split(/,\s*/);
358
- var length = dates_array.length;
359
- var element = null;
360
- var new_dates_array = [];
361
-
362
- for (var i = 0; i < length; i++) {
363
-
364
- element = dates_array[i].split(/\./);
365
-
366
- new_dates_array[new_dates_array.length] = element[2]+'.' + element[1]+'.' + element[0]; //2013.12.20
367
- }
368
- new_dates_array.sort();
369
-
370
- element = new_dates_array[(new_dates_array.length-1)].split(/\./);
371
-
372
- return element[2]+'.' + element[1]+'.' + element[0]; //20.12.2013
373
- }
374
-
375
- // Range days selection
376
- if ( dates.indexOf(' - ') != -1 ){
377
- var start_end_date = dates.split(" - ");
378
- return start_end_date[(start_end_date.length-1)];
379
- }
380
-
381
- // Single day selection
382
- return dates; //20.12.2013
383
- }
384
-
385
- // Show Yes/No dialog
386
- function bk_are_you_sure( message_question ){
387
- var answer = confirm( message_question );
388
- if ( answer) { return true; }
389
- else { return false;}
390
- }
391
-
392
- function bk_admin_show_message( message, m_type, m_delay ){
393
-
394
- document.getElementById('ajax_working').innerHTML = '<div id="bk_alert_message" class="bk_alert_message"></div>';
395
-
396
- var alert_class = 'alert ';
397
- if (m_type == 'error') alert_class += 'alert-error ';
398
- if (m_type == 'info') alert_class += 'alert-info ';
399
- if (m_type == 'success') alert_class += 'alert-success ';
400
-
401
- document.getElementById('bk_alert_message').innerHTML = '<div class="'+alert_class+'"> ' +
402
- '<a class="close" data-dismiss="alert">&times;</a> ' +
403
- message +
404
- '</div>';
405
- jQuery('#bk_alert_message').animate( {opacity: 1}, m_delay ).fadeOut(500);
406
- }
407
-
408
- // Set Booking listing row as R e a d
409
- function set_booking_row_read(booking_id){
410
- if (booking_id == 0) {
411
- jQuery('.new-label').addClass('hidden_items');
412
- jQuery('.bk-update-count').html( '0' );
413
- } else {
414
- jQuery('#booking_mark_'+booking_id + '').addClass('hidden_items');
415
- decrese_new_counter();
416
- }
417
- }
418
-
419
- // Set Booking listing row as U n R e a d
420
- function set_booking_row_unread(booking_id){
421
- jQuery('#booking_mark_'+booking_id + '').removeClass('hidden_items');
422
- increase_new_counter();
423
- }
424
-
425
- function increase_new_counter () {
426
- var my_num = parseInt(jQuery('.bk-update-count').html());
427
- my_num = my_num + 1;
428
- jQuery('.bk-update-count').html(my_num);
429
- }
430
-
431
- function decrese_new_counter () {
432
- var my_num = parseInt(jQuery('.bk-update-count').html());
433
- if (my_num>0){
434
- my_num = my_num - 1;
435
- jQuery('.bk-update-count').html(my_num);
436
- }
437
- }
438
-
439
-
440
-
441
-
442
-
443
-
444
- // Functions for the TimeLine
445
- function set_booking_row_approved_in_timeline(booking_id){
446
- ////Approve Add to [cell_bk_id_9] class [approved] -- TODO: Also in the [a_bk_id_9] - chnaged "data-content" attribute
447
- jQuery('.cell_bk_id_'+booking_id).addClass('approved');
448
- jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .approve_bk_link').addClass('hidden_items');
449
- jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .pending_bk_link').removeClass('hidden_items');
450
- }
451
- function set_booking_row_pending_in_timeline(booking_id){
452
- //Remove Remove from [cell_bk_id_9] class [approved] -- TODO: Also in the [a_bk_id_9] - chnaged "data-content" attribute
453
- jQuery('.cell_bk_id_'+booking_id).removeClass('approved');
454
- jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .pending_bk_link').addClass('hidden_items');
455
- jQuery('.timeline_info_bk_actionsbar_' + booking_id + ' .approve_bk_link').removeClass('hidden_items');
456
- }
457
- function set_booking_row_deleted_in_timeline(booking_id){
458
- // Remove in [cell_bk_id_9] classes [time_booked_in_day]
459
- // Delete element: [a_bk_id_]
460
- // TODO: Here is possible issue, if we are have several bookings per the same date and deleted only one
461
-
462
- // make actions on the elements, which are not have CLASS: "here_several_bk_id"
463
- // And have CLASS a_bk_id_ OR cell_bk_id_
464
- jQuery(':not(.here_several_bk_id).a_bk_id_'+booking_id).fadeOut(1000);
465
- jQuery(':not(.here_several_bk_id).cell_bk_id_'+booking_id).removeClass('time_booked_in_day');
466
- }
467
-
468
- // Set Booking listing R O W Approved
469
- function set_booking_row_approved(booking_id){
470
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').removeClass('hidden_items');
471
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').addClass('hidden_items');
472
-
473
- jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').addClass('approved');
474
-
475
- jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').addClass('hidden_items');
476
- jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').removeClass('hidden_items');
477
-
478
- }
479
-
480
- // Set Booking listing R O W Pending
481
- function set_booking_row_pending(booking_id){
482
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').addClass('hidden_items');
483
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').removeClass('hidden_items');
484
-
485
- jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').removeClass('approved');
486
-
487
- jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').removeClass('hidden_items');
488
- jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').addClass('hidden_items');
489
-
490
- }
491
-
492
- // Remove Booking listing R O W
493
- function set_booking_row_deleted(booking_id){
494
- jQuery('#booking_row_'+booking_id).fadeOut(1000);
495
- }
496
-
497
- // Set in Booking listing R O W Resource title
498
- function set_booking_row_resource_name(booking_id, resourcename){
499
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-resource').html(resourcename);
500
- }
501
-
502
-
503
- // Set in Booking listing R O W new Remark in hint
504
- function set_booking_row_remark_in_hint(booking_id, new_remark){
505
- jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link').attr('data-original-title', new_remark);
506
-
507
- var my_img = jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src');
508
- var check_my_img = my_img.substr( my_img.length - 7);
509
- if (check_my_img !== '_rd.png') {
510
- my_img = my_img.substr(0, my_img.length - 4);
511
- jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'_rd.png');
512
- } else {
513
- my_img = my_img.substr(0, my_img.length - 7);
514
- jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'.png');
515
- }
516
-
517
-
518
- }
519
-
520
- // Set in Booking listing R O W new Remark in hint
521
- function set_booking_row_payment_status(booking_id, payment_status, payment_status_show){
522
-
523
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-important');
524
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-success');
525
-
526
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').html(payment_status_show);
527
-
528
- if (payment_status == 'OK') {
529
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-success');
530
- } else if (payment_status == '') {
531
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
532
- } else {
533
- jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
534
- }
535
- }
536
-
537
-
538
-
539
- // Approve or set Pending booking
540
- function approve_unapprove_booking(booking_id, is_approve_or_pending, user_id, wpdev_active_locale, is_send_emeils ) {
541
-
542
- if ( booking_id !='' ) {
543
-
544
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/'+wpdev_bk_plugin_filename;
545
- var ajax_type_action = 'UPDATE_APPROVE';
546
- var ajax_bk_message = 'Updating...';
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
- }
560
-
561
-
562
- document.getElementById('ajax_working').innerHTML =
563
- '<div class="updated ajax_message" id="ajax_message">\n\
564
- <div style="float:left;">'+ajax_bk_message+'</div> \n\
565
- <div class="wpbc_spin_loader">\n\
566
- <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
567
- </div>\n\
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,
583
- denyreason: denyreason,
584
- user_id: user_id,
585
- wpdev_active_locale:wpdev_active_locale,
586
- wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
587
- }
588
- });
589
- return false;
590
- }
591
-
592
- return true;
593
- }
594
-
595
- // Delete booking
596
- function delete_booking(booking_id, user_id, wpdev_active_locale, is_send_emeils ) {
597
-
598
- if ( booking_id !='' ) {
599
-
600
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
601
- var ajax_type_action = 'DELETE_APPROVE';
602
- var ajax_bk_message = 'Updating...';
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
- }
616
-
617
- document.getElementById('ajax_working').innerHTML =
618
- '<div class="updated ajax_message" id="ajax_message">\n\
619
- <div style="float:left;">'+ajax_bk_message+'</div> \n\
620
- <div class="wpbc_spin_loader">\n\
621
- <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
622
- </div>\n\
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,
638
- user_id: user_id,
639
- wpdev_active_locale:wpdev_active_locale,
640
- wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
641
- }
642
- });
643
- return false;
644
- }
645
-
646
- return true;
647
- }
648
-
649
-
650
- // Mark as Read or Unread selected bookings
651
- function mark_read_booking(booking_id, is_read_or_unread, user_id, wpdev_active_locale ) {
652
-
653
- if ( booking_id !='' ) {
654
-
655
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
656
- var ajax_type_action = 'UPDATE_READ_UNREAD';
657
- var ajax_bk_message = 'Updating...';
658
-
659
- document.getElementById('ajax_working').innerHTML =
660
- '<div class="updated ajax_message" id="ajax_message">\n\
661
- <div style="float:left;">'+ajax_bk_message+'</div> \n\
662
- <div class="wpbc_spin_loader">\n\
663
- <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
664
- </div>\n\
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
682
- }
683
- });
684
- return false;
685
- }
686
-
687
- return true;
688
- }
689
-
690
-
691
- // Get the list of ID in selected bookings from booking listing
692
- function get_selected_bookings_id_in_booking_listing(){
693
-
694
- var checkedd = jQuery(".booking_list_item_checkbox:checked");
695
- var id_for_approve = "";
696
-
697
- // get all IDs
698
- checkedd.each(function(){
699
- var id_c = jQuery(this).attr('id');
700
- id_c = id_c.substr(20,id_c.length-20);
701
- id_for_approve += id_c + "|";
702
- });
703
-
704
- if ( id_for_approve.length > 1 )
705
- id_for_approve = id_for_approve.substr(0,id_for_approve.length-1); //delete last "|"
706
-
707
- return id_for_approve ;
708
- }
709
-
710
-
711
- // Send booking Cacel by visitor
712
- function bookingCancelByVisitor(booking_hash, bk_type, wpdev_active_locale){
713
-
714
-
715
- if (booking_hash!='') {
716
-
717
-
718
- document.getElementById('submiting' + bk_type).innerHTML =
719
- '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif"><//div>';
720
-
721
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
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,
737
- wpbc_nonce: document.getElementById('wpbc_nonce_delete'+bk_type).value
738
- }
739
- });
740
- return false;
741
- }
742
- return true;
743
- }
744
-
745
-
746
- function showSelectedInDropdown(selector_id, title, value){
747
- jQuery('#' + selector_id + '_selector .wpbc_selected_in_dropdown').html( title );
748
- jQuery('#' + selector_id ).val( value );
749
- jQuery('#' + selector_id + '_container').hide();
750
- }
751
-
752
- // Scroll to script
753
- function makeScroll(object_name) {
754
- var targetOffset = jQuery( object_name ).offset().top;
755
- //targetOffset = targetOffset - 50;
756
- if (targetOffset<0) targetOffset = 0;
757
- if ( jQuery('#wpadminbar').length > 0 ) targetOffset = targetOffset - 50;
758
- else targetOffset = targetOffset - 20;
759
- jQuery('html,body').animate({scrollTop: targetOffset}, 500);
760
- }
761
-
762
- //Admin function s for checking all checkbos in one time
763
- function setCheckBoxInTable(el_stutus, el_class){
764
- jQuery('.'+el_class).attr('checked', el_stutus);
765
-
766
- if ( el_stutus ) {
767
- jQuery('.'+el_class).parent().parent().addClass('row_selected_color');
768
- } else {
769
- jQuery('.'+el_class).parent().parent().removeClass('row_selected_color');
770
- }
771
- }
772
-
773
-
774
- // Set selected days at calendar as UnAvailable
775
- function setUnavailableSelectedDays( bk_type ){
776
- var sel_dates = jQuery('#calendar_booking'+bk_type).datepick('getDate');
777
- var class_day2;
778
- for( var i =0; i <sel_dates.length; i++) {
779
- class_day2 = (sel_dates[i].getMonth()+1) + '-' + sel_dates[i].getDate() + '-' + sel_dates[i].getFullYear();
780
- date_approved[ bk_type ][ class_day2 ] = [ (sel_dates[i].getMonth()+1) , sel_dates[i].getDate(), sel_dates[i].getFullYear(),0,0,0];
781
- jQuery('#calendar_booking'+bk_type+' td.cal4date-'+class_day2).html(sel_dates[i].getDate());
782
- // jQuery('#calendar_booking'+bk_type).datepick('refresh');
783
- }
784
- }
785
-
786
-
787
- // Aftre reservation action is done
788
- function setReservedSelectedDates( bk_type ){
789
-
790
- if (document.getElementById('calendar_booking'+bk_type) === null ) {
791
- document.getElementById('submiting' + bk_type).innerHTML = '';
792
- document.getElementById("booking_form_div"+bk_type).style.display="none";
793
- makeScroll('#ajax_respond_insert'+bk_type);
794
- var is_pay_now = false;
795
- if ( document.getElementById('paypalbooking_form'+bk_type) != null )
796
- if ( document.getElementById('paypalbooking_form'+bk_type).innerHTML != '' ) is_pay_now = true;
797
- if ( (! is_pay_now) || ( is_booking_without_payment == true ) )
798
- if (type_of_thank_you_message == 'page') { // Page
799
- //location.href= thank_you_page_URL;
800
- timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
801
- } else { // Message
802
- document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content wpdev-help-message alert alert-success\" >'+new_booking_title+'</div>';
803
- jQuery('.submiting_content').fadeOut( new_booking_title_time );
804
- }
805
- } else {
806
-
807
- setUnavailableSelectedDays(bk_type); // Set days as unavailable
808
- document.getElementById('date_booking'+bk_type).value = ''; // Set textarea date booking to ''
809
- document.getElementById('calendar_booking'+bk_type).style.display= 'none';
810
- jQuery('.block_hints').css( {'display' : 'none'} );
811
-
812
- var is_admin = 0;
813
- if (location.href.indexOf('booking.php') != -1 ) {is_admin = 1;}
814
- if (is_admin == 0) {
815
- // Get calendar from the html and insert it before form div, which will hide after btn click
816
- jQuery('#calendar_booking'+bk_type).insertBefore("#booking_form_div"+bk_type);
817
- document.getElementById("booking_form_div"+bk_type).style.display="none";
818
-
819
- jQuery('#calendar_booking'+bk_type).hide();
820
- makeScroll('#ajax_respond_insert'+bk_type);
821
-
822
- var is_pay_now = false;
823
-
824
- if ( document.getElementById('paypalbooking_form'+bk_type) != null )
825
- if ( document.getElementById('paypalbooking_form'+bk_type).innerHTML != '' ) is_pay_now = true;
826
-
827
- if ( (! is_pay_now) || ( is_booking_without_payment == true ) ) {
828
- if (type_of_thank_you_message == 'page') { // Page
829
- // thank_you_page_URL
830
- // location.href= thank_you_page_URL;
831
- timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
832
- } else { // Message
833
- //new_booking_title;
834
- //new_booking_title_time;
835
- document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content wpdev-help-message alert alert-success\" >'+new_booking_title+'</div>';
836
- jQuery('.submiting_content').fadeOut( new_booking_title_time );
837
- //setTimeout(function ( ) {location.reload(true);} ,new_booking_title_time);
838
- }
839
- }
840
-
841
- } else {
842
- setTimeout(function ( ) {location.reload(true);} ,1000);
843
- }
844
- }
845
- }
846
-
847
-
848
- function showErrorMessage( element , errorMessage) {
849
-
850
- // bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: http://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
851
-
852
- makeScroll( element );
853
-
854
- jQuery("[name='"+ element.name +"']")
855
- .fadeOut( 350 ).fadeIn( 300 )
856
- .fadeOut( 350 ).fadeIn( 400 )
857
- .fadeOut( 350 ).fadeIn( 300 )
858
- .fadeOut( 350 ).fadeIn( 400 )
859
- .animate( {opacity: 1}, 4000 )
860
- ; // mark red border
861
- if (jQuery("[name='"+ element.name +"']").attr('type') == "checkbox") {
862
- jQuery("[name='"+ element.name +"']").parent()
863
- .after('<span class="wpdev-help-message alert">'+ errorMessage +'</span>'); // Show message
864
-
865
- } else {
866
- jQuery("[name='"+ element.name +"']")
867
- .after('<span class="wpdev-help-message alert">'+ errorMessage +'</span>'); // Show message
868
- }
869
- jQuery(".wpdev-help-message")
870
- .css( {'padding' : '5px 5px 4px', 'margin' : '2px', 'vertical-align': 'middle' } );
871
- jQuery(".widget_wpdev_booking .booking_form .wpdev-help-message")
872
- .css( {'vertical-align': 'sub' } ) ;
873
- jQuery(".wpdev-help-message")
874
- .animate( {opacity: 1}, 10000 )
875
- .fadeOut( 2000 );
876
- element.focus(); // make focus to elemnt
877
- return;
878
-
879
- }
880
-
881
- // Check fields at form and then send request
882
- function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
883
-
884
-
885
- var count = submit_form.elements.length;
886
- var formdata = '';
887
- var inp_value;
888
- var element;
889
- var el_type;
890
-
891
-
892
- // Serialize form here
893
- for (i=0; i<count; i++) {
894
- element = submit_form.elements[i];
895
-
896
- if ( (element.type !=='button') && (element.type !=='hidden') && ( element.name !== ('date_booking' + bk_type) ) ) { // Skip buttons and hidden element - type
897
-
898
-
899
- // Get Element Value
900
- if ( element.type == 'checkbox' ){
901
-
902
- if (element.value == '') {
903
- inp_value = element.checked;
904
- } else {
905
- if (element.checked) inp_value = element.value;
906
- else inp_value = '';
907
- }
908
-
909
- } else if ( element.type == 'radio' ) {
910
-
911
- if (element.checked) inp_value = element.value;
912
- else continue;
913
-
914
- } else {
915
- inp_value = element.value;
916
- }
917
-
918
- // Get value in selectbox of multiple selection
919
- if (element.type =='select-multiple') {
920
- inp_value = jQuery('[name="'+element.name+'"]').val() ;
921
- if (( inp_value == null ) || (inp_value.toString() == '' ))
922
- inp_value='';
923
- }
924
-
925
-
926
- // Recheck for max num. available visitors selection
927
- if ( element.name == ('visitors'+bk_type) )
928
- if( typeof( is_max_visitors_selection_more_than_available ) == 'function' )
929
- if ( is_max_visitors_selection_more_than_available( bk_type, inp_value, element ) )
930
- return;
931
-
932
-
933
-
934
- // Validation Check --- Requred fields
935
- if ( element.className.indexOf('wpdev-validates-as-required') !== -1 ){
936
- if ((element.type =='checkbox') && ( element.checked === false)) {
937
- if ( ! jQuery(':checkbox[name="'+element.name+'"]', submit_form).is(":checked") ) {
938
- showErrorMessage( element , message_verif_requred_for_check_box);
939
- return;
940
- }
941
- }
942
- if ((element.type !='checkbox') && ( inp_value === '')) {
943
- showErrorMessage( element , message_verif_requred);
944
- return;
945
- }
946
- }
947
-
948
- // Validation Check --- Email correct filling field
949
- if ( element.className.indexOf('wpdev-validates-as-email') !== -1 ){
950
- var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
951
- if ( inp_value != '' )
952
- if(reg.test(inp_value) == false) {showErrorMessage( element , message_verif_emeil);return;}
953
- }
954
-
955
- // Validation Check --- Same Email Field
956
- if ( ( element.className.indexOf('wpdev-validates-as-email') !== -1 ) && ( element.className.indexOf('same_as_') !== -1 ) ) {
957
-
958
- // Get the name of Primary Email field from the "same_as_NAME" class
959
- var primary_email_name = element.className.match(/same_as_([^\s])+/gi);
960
- if (primary_email_name != null) { // We found
961
- primary_email_name = primary_email_name[0].substr(8);
962
-
963
- // Recehck if such primary email field exist in the booking form
964
- if (jQuery('[name="' + primary_email_name + bk_type + '"]').length > 0) {
965
-
966
- // Recheck the values of the both emails, if they do not equla show warning
967
- if ( jQuery('[name="' + primary_email_name + bk_type + '"]').val() !== inp_value ) {
968
- showErrorMessage( element , message_verif_same_emeil );return;
969
- }
970
- }
971
- }
972
- // Skip one loop for the email veryfication field
973
- continue;
974
- }
975
-
976
- // Get Form Data
977
- if ( element.name !== ('captcha_input' + bk_type) ) {
978
- if (formdata !=='') formdata += '~'; // next field element
979
-
980
- el_type = element.type;
981
- if ( element.className.indexOf('wpdev-validates-as-email') !== -1 ) el_type='email';
982
- if ( element.className.indexOf('wpdev-validates-as-coupon') !== -1 ) el_type='coupon';
983
-
984
- inp_value = inp_value + '';
985
- inp_value = inp_value.replace(new RegExp("\\^",'g'), '&#94;'); // replace registered characters
986
- inp_value = inp_value.replace(new RegExp("~",'g'), '&#126;'); // replace registered characters
987
-
988
- inp_value = inp_value.replace(/"/g, '&#34;'); // replace double quot
989
- inp_value = inp_value.replace(/'/g, '&#39;'); // replace single quot
990
-
991
- formdata += el_type + '^' + element.name + '^' + inp_value ; // element attr
992
- }
993
- }
994
-
995
- } // End Fields Loop
996
-
997
- // Recheck Times
998
- if( typeof( is_this_time_selections_not_available ) == 'function' )
999
- if ( is_this_time_selections_not_available( bk_type, submit_form.elements ) )
1000
- return;
1001
-
1002
- if (document.getElementById('calendar_booking'+bk_type) != null ) {
1003
- var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
1004
- if (bk_days_selection_mode == 'dynamic')
1005
- if (bk_2clicks_mode_days_min != undefined) {
1006
- if(typeof( check_conditions_for_range_days_selection_for_check_in ) == 'function') {
1007
- var first_date = get_first_day_of_selection(document.getElementById('date_booking' + bk_type).value);
1008
- var date_sections = first_date.split(".");
1009
- var selceted_first_day = new Date;
1010
- selceted_first_day.setFullYear( parseInt(date_sections[2]-0) ,parseInt(date_sections[1]-1), parseInt(date_sections[0]-0) );
1011
- check_conditions_for_range_days_selection_for_check_in(selceted_first_day, bk_type);
1012
- }
1013
- if (inst.dates.length < bk_2clicks_mode_days_min ) {
1014
- alert(message_verif_selectdts);
1015
- return;
1016
- }
1017
- }
1018
- }
1019
- //Show message if no selected days
1020
- if (document.getElementById('date_booking' + bk_type).value == '') {
1021
-
1022
-
1023
-
1024
- if ( document.getElementById('additional_calendars' + bk_type) != null ) { // Checking according additional calendars.
1025
-
1026
- var id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
1027
- var id_additional_arr = id_additional_str.split(',');
1028
- var is_all_additional_days_unselected = true;
1029
- for (var ia=0;ia<id_additional_arr.length;ia++) {
1030
- if (document.getElementById('date_booking' + id_additional_arr[ia] ).value != '' ) {
1031
- is_all_additional_days_unselected = false;
1032
- }
1033
- }
1034
-
1035
- if (is_all_additional_days_unselected) {
1036
- alert(message_verif_selectdts);
1037
- return;
1038
- }
1039
-
1040
- } else {
1041
- alert(message_verif_selectdts);
1042
- return;
1043
- }
1044
- }
1045
-
1046
-
1047
- // Cpatch verify
1048
- var captcha = document.getElementById('wpdev_captcha_challenge_' + bk_type);
1049
-
1050
- //Disable Submit button
1051
- jQuery('#booking_form_div' + bk_type + ' input[type=button]').prop("disabled", true);
1052
- if (captcha != null) form_submit_send( bk_type, formdata, captcha.value, document.getElementById('captcha_input' + bk_type).value ,wpdev_active_locale);
1053
- else form_submit_send( bk_type, formdata, '', '' , wpdev_active_locale);
1054
- return;
1055
- }
1056
-
1057
- // Gathering params for sending Ajax request and then send it
1058
- function form_submit_send( bk_type, formdata, captcha_chalange, user_captcha ,wpdev_active_locale){
1059
-
1060
- document.getElementById('submiting' + bk_type).innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif"><//div>';
1061
-
1062
- var my_booking_form = '';
1063
- var my_booking_hash = '';
1064
- if (document.getElementById('booking_form_type' + bk_type) != undefined)
1065
- my_booking_form =document.getElementById('booking_form_type' + bk_type).value;
1066
-
1067
- if (wpdev_bk_edit_id_hash != '') my_booking_hash = wpdev_bk_edit_id_hash;
1068
-
1069
- var is_send_emeils= jQuery('#is_send_email_for_new_booking');
1070
- if (is_send_emeils.length == 0 ) {
1071
- is_send_emeils = 1;
1072
- } else {
1073
- is_send_emeils = is_send_emeils.attr('checked' );
1074
- if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
1075
- if (is_send_emeils) is_send_emeils = 1;
1076
- else is_send_emeils = 0;
1077
- }
1078
- send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form,wpdev_active_locale ); // Ajax sending request
1079
-
1080
- var formdata_additional_arr;
1081
- var formdata_additional;
1082
- var my_form_field;
1083
- var id_additional;
1084
- var id_additional_str;
1085
- var id_additional_arr;
1086
- if (document.getElementById('additional_calendars' + bk_type) != null ) {
1087
-
1088
- id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
1089
- id_additional_arr = id_additional_str.split(',');
1090
-
1091
- for (var ia=0;ia<id_additional_arr.length;ia++) {
1092
- formdata_additional_arr = formdata;
1093
- formdata_additional = '';
1094
- id_additional = id_additional_arr[ia];
1095
-
1096
-
1097
- formdata_additional_arr = formdata_additional_arr.split('~');
1098
- for (var j=0;j<formdata_additional_arr.length;j++) {
1099
- my_form_field = formdata_additional_arr[j].split('^');
1100
- if (formdata_additional !=='') formdata_additional += '~';
1101
-
1102
- if (my_form_field[1].substr( (my_form_field[1].length -2),2)=='[]')
1103
- my_form_field[1] = my_form_field[1].substr(0, (my_form_field[1].length - (''+bk_type).length ) - 2 ) + id_additional + '[]';
1104
- else
1105
- my_form_field[1] = my_form_field[1].substr(0, (my_form_field[1].length - (''+bk_type).length ) ) + id_additional ;
1106
-
1107
-
1108
- formdata_additional += my_form_field[0] + '^' + my_form_field[1] + '^' + my_form_field[2];
1109
- }
1110
-
1111
-
1112
- if (document.getElementById('date_booking' + id_additional).value != '' ) {
1113
- setUnavailableSelectedDays(id_additional); // Set selected days unavailable in this calendar
1114
- jQuery('#calendar_booking'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert calendar before form to do not hide it
1115
- if (document.getElementById('paypalbooking_form'+id_additional) != null)
1116
- jQuery('#paypalbooking_form'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert payment form to do not hide it
1117
- else {
1118
- jQuery("#booking_form_div"+bk_type).append('<div id="paypalbooking_form'+id_additional+'" ></div>');
1119
- jQuery("#booking_form_div"+bk_type).append('<div id="ajax_respond_insert'+id_additional+'" ></div>');
1120
- }
1121
- send_ajax_submit( id_additional ,formdata_additional,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale );
1122
- }
1123
- }
1124
- }
1125
- }
1126
-
1127
- //<![CDATA[
1128
- function send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale ) {
1129
- // Ajax POST here
1130
-
1131
- var my_bk_res = bk_type;
1132
- if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
1133
-
1134
- jQuery.ajax({ // Start Ajax Sending
1135
- // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
1136
- url: wpbc_ajaxurl,
1137
- type:'POST',
1138
- success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
1139
- 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');}},
1140
- // beforeSend: someFunction,
1141
- data:{
1142
- // ajax_action : 'INSERT_INTO_TABLE',
1143
- action : 'INSERT_INTO_TABLE',
1144
- bktype: my_bk_res ,
1145
- dates: document.getElementById('date_booking' + bk_type).value ,
1146
- form: formdata,
1147
- captcha_chalange:captcha_chalange,
1148
- captcha_user_input: user_captcha,
1149
- is_send_emeils : is_send_emeils,
1150
- my_booking_hash:my_booking_hash,
1151
- booking_form_type:my_booking_form,
1152
- wpdev_active_locale:wpdev_active_locale,
1153
- wpbc_nonce: document.getElementById('wpbc_nonce' + bk_type).value
1154
- }
1155
- });
1156
- }
1157
- //]]>
1158
-
1159
-
1160
- function wpdevExclusiveCheckbox(element){
1161
-
1162
- jQuery('[name="'+element.name+'"]').prop("checked", false); // Uncheck all checkboxes with this name
1163
-
1164
- element.checked = true;
1165
- }
1166
-
1167
- // Set selectbox with multiple selections - Exclusive
1168
- function wpdevExclusiveSelectbox(element){
1169
-
1170
- // Get all selected elements.
1171
- var selectedOptions = jQuery.find('[name="'+element.name+'"] option:selected');
1172
-
1173
- // Check if we are have more than 1 selection
1174
- if ( selectedOptions.length > 1 ) {
1175
-
1176
- var ind = selectedOptions[0].index; // Get index of the first selected element
1177
- jQuery('[name="'+element.name+'"] option').prop("selected", false); // Uncheck all checkboxes with this name
1178
- jQuery('[name="'+element.name+'"] option:eq('+ind+')').prop("selected", true); // Set the first element selected
1179
- }
1180
- }
1181
-
1182
-
1183
- // Prepare to show tooltips
1184
- function prepare_tooltip(myParam){
1185
- var tooltip_day_class_4_show = " .timespartly";
1186
- if (is_show_availability_in_tooltips) {
1187
- if ( wpdev_in_array( parent_booking_resources , myParam ) )
1188
- tooltip_day_class_4_show = " .datepick-days-cell";//" .datepick-days-cell a"; // each day
1189
- }
1190
- if (is_show_cost_in_tooltips) {
1191
- tooltip_day_class_4_show = " .datepick-days-cell";//" .datepick-days-cell a"; // each day
1192
- }
1193
-
1194
- // Show tooltip at each day if time availability filter is set
1195
- if(typeof( global_avalaibility_times[myParam]) != "undefined") {
1196
- if (global_avalaibility_times[myParam].length>0) tooltip_day_class_4_show = " .datepick-days-cell"; // each day
1197
- }
1198
-
1199
-
1200
- jQuery("#calendar_booking" + myParam + tooltip_day_class_4_show ).popover( {
1201
- placement: 'top'
1202
- , delay: { show: 500, hide: 1 }
1203
- , content: ''
1204
- , template: '<div class="wpdevbk popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
1205
- });
1206
-
1207
- }
1208
-
1209
- // Hint labels inside of input boxes
1210
- jQuery(document).ready( function(){
1211
-
1212
- jQuery('div.inside_hint').click(function(){
1213
- jQuery(this).css('visibility', 'hidden').siblings('.has-inside-hint').focus();
1214
- });
1215
-
1216
- jQuery('input.has-inside-hint').blur(function() {
1217
- if ( this.value == '' )
1218
- jQuery(this).siblings('.inside_hint').css('visibility', '');
1219
- }).focus(function(){
1220
- jQuery(this).siblings('.inside_hint').css('visibility', 'hidden');
1221
- });
1222
-
1223
- jQuery('.booking_form_div input[type=button]').prop("disabled", false);
1224
- });
1225
-
1226
-
1227
-
1228
- function openModalWindow(content_ID){
1229
- //alert('!!!' + content);
1230
- jQuery('.modal_content_text').attr('style','display:none;');
1231
- document.getElementById( content_ID ).style.display = 'block';
1232
- var buttons = {};//{ "Ok": wpdev_bk_dialog_close };
1233
- jQuery("#wpdev-bk-dialog").dialog( {
1234
- autoOpen: false,
1235
- width: 700,
1236
- height: 330,
1237
- buttons:buttons,
1238
- draggable:false,
1239
- hide: 'slide',
1240
- resizable: false,
1241
- modal: true,
1242
- title: '<img src="'+wpdev_bk_plugin_url+ '/img/bc-16x16.png" align="middle" style="margin-top:1px;"> Booking Calendar'
1243
- });
1244
- jQuery("#wpdev-bk-dialog").dialog("open");
1245
- }
1246
-
1247
- function wpdev_bk_dialog_close(){
1248
- jQuery("#wpdev-bk-dialog").dialog("close");
1249
- }
1250
-
1251
- function wpdev_togle_box(boxid){
1252
- if ( jQuery( '#' + boxid ).hasClass('closed') ) jQuery('#' + boxid).removeClass('closed');
1253
- else jQuery('#' + boxid).addClass('closed');
1254
- }
1255
-
1256
-
1257
-
1258
- //<![CDATA[
1259
- function verify_window_opening(us_id, window_id ){
1260
-
1261
- var is_closed = 0;
1262
-
1263
- if (jQuery('#' + window_id ).hasClass('closed') == true){
1264
- jQuery('#' + window_id ).removeClass('closed');
1265
- } else {
1266
- jQuery('#' + window_id ).addClass('closed');
1267
- is_closed = 1;
1268
- }
1269
-
1270
-
1271
- jQuery.ajax({ // Start Ajax Sending
1272
- // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
1273
- url: wpbc_ajaxurl,
1274
- type:'POST',
1275
- success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1276
- 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');}},
1277
- // beforeSend: someFunction,
1278
- data:{
1279
- //ajax_action : 'USER_SAVE_WINDOW_STATE',
1280
- action : 'USER_SAVE_WINDOW_STATE',
1281
- user_id: us_id ,
1282
- window: window_id,
1283
- is_closed: is_closed,
1284
- wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
1285
- }
1286
- });
1287
-
1288
- }
1289
- //]]>
1290
-
1291
- function wpdev_in_array (array_here, p_val) {
1292
- for(var i = 0, l = array_here.length; i < l; i++) {
1293
- if(array_here[i] == p_val) {
1294
- return true;
1295
- }
1296
- }
1297
- return false;
1298
- }
1299
-
1300
-
1301
- function days_between(date1, date2) {
1302
-
1303
- // The number of milliseconds in one day
1304
- var ONE_DAY = 1000 * 60 * 60 * 24;
1305
-
1306
- // Convert both dates to milliseconds
1307
- var date1_ms = date1.getTime();
1308
- var date2_ms = date2.getTime();
1309
-
1310
- // Calculate the difference in milliseconds
1311
- var difference_ms = date1_ms - date2_ms;
1312
-
1313
- // Convert back to days and return
1314
- return Math.round(difference_ms/ONE_DAY);
1315
-
1316
- }
1317
-
1318
- function showwidedates_at_admin_side(){
1319
- jQuery('.short_dates_view').addClass('hide_dates_view');
1320
- jQuery('.short_dates_view').removeClass('show_dates_view');
1321
- jQuery('.wide_dates_view').addClass('show_dates_view');
1322
- jQuery('.wide_dates_view').removeClass('hide_dates_view');
1323
- jQuery('#showwidedates').addClass('hide_dates_view');
1324
-
1325
- jQuery('.showwidedates').addClass('hide_dates_view');
1326
- jQuery('.showshortdates').addClass('show_dates_view');
1327
- jQuery('.showshortdates').removeClass('hide_dates_view');
1328
- jQuery('.showwidedates').removeClass('show_dates_view');
1329
- }
1330
-
1331
- function showshortdates_at_admin_side(){
1332
- jQuery('.wide_dates_view').addClass('hide_dates_view');
1333
- jQuery('.wide_dates_view').removeClass('show_dates_view');
1334
- jQuery('.short_dates_view').addClass('show_dates_view');
1335
- jQuery('.short_dates_view').removeClass('hide_dates_view');
1336
-
1337
- jQuery('.showshortdates').addClass('hide_dates_view');
1338
- jQuery('.showwidedates').addClass('show_dates_view');
1339
- jQuery('.showwidedates').removeClass('hide_dates_view');
1340
- jQuery('.showshortdates').removeClass('show_dates_view');
1341
-
1342
- }
1343
-
1344
-
1345
-
1346
- function daysInMonth(month,year) {
1347
- var m = [31,28,31,30,31,30,31,31,30,31,30,31];
1348
- if (month != 2) return m[month - 1];
1349
- if (year%4 != 0) return m[1];
1350
- if (year%100 == 0 && year%400 != 0) return m[1];
1351
- return m[1] + 1;
1352
- }
1353
-
1354
-
1355
- function setSelectBoxByValue(el_id, el_value) {
1356
-
1357
- for (var i=0; i < document.getElementById(el_id).length; i++) {
1358
- if (document.getElementById(el_id)[i].value == el_value) {
1359
- document.getElementById(el_id)[i].selected = true;
1360
- }
1361
- }
1362
- }
1363
-
1364
-
1365
- //<![CDATA[
1366
- function save_bk_listing_filter(us_id, filter_name, filter_value ){
1367
-
1368
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
1369
- var ajax_type_action = 'SAVE_BK_LISTING_FILTER';
1370
- var ajax_bk_message = 'Saving...';
1371
-
1372
- document.getElementById('ajax_working').innerHTML =
1373
- '<div class="updated ajax_message" id="ajax_message">\n\
1374
- <div style="float:left;">'+ajax_bk_message+'</div> \n\
1375
- <div class="wpbc_spin_loader">\n\
1376
- <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
1377
- </div>\n\
1378
- </div>';
1379
-
1380
- jQuery.ajax({
1381
- // url: wpdev_ajax_path,
1382
- url: wpbc_ajaxurl,
1383
- type:'POST',
1384
- success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1385
- 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');}},
1386
- data:{
1387
- // ajax_action : ajax_type_action,
1388
- action : ajax_type_action,
1389
- user_id: us_id ,
1390
- filter_name: filter_name ,
1391
- filter_value: filter_value,
1392
- wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
1393
-
1394
- }
1395
- });
1396
- }
1397
- //]]>
1398
-
1399
-
1400
-
1401
- //<![CDATA[
1402
- function delete_bk_listing_filter(us_id, filter_name ){
1403
-
1404
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename;
1405
- var ajax_type_action = 'DELETE_BK_LISTING_FILTER';
1406
- var ajax_bk_message = 'Deleting...';
1407
-
1408
- document.getElementById('ajax_working').innerHTML =
1409
- '<div class="updated ajax_message" id="ajax_message">\n\
1410
- <div style="float:left;">'+ajax_bk_message+'</div> \n\
1411
- <div class="wpbc_spin_loader">\n\
1412
- <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
1413
- </div>\n\
1414
- </div>';
1415
-
1416
- jQuery.ajax({
1417
- // url: wpdev_ajax_path,
1418
- url: wpbc_ajaxurl,
1419
- type:'POST',
1420
- success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1421
- 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');}},
1422
- data:{
1423
- // ajax_action : ajax_type_action,
1424
- action : ajax_type_action,
1425
- user_id: us_id ,
1426
- filter_name: filter_name,
1427
- wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
1428
- }
1429
- });
1430
- }
1431
- //]]>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-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"
@@ -14,23 +14,25 @@ msgstr ""
14
  "X-Poedit-Bookmarks: 49,183,-1,-1,-1,-1,-1,-1,-1,-1\n"
15
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_ngettext_boop:1,2\n"
16
  "X-Poedit-Basepath: D:\\www\\home\\wp\\www\\wp-content\\plugins\\booking\\.\n"
17
- "X-Generator: Poedit 1.6.4\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
 
@@ -42,73 +44,73 @@ 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 "Емейл (абавязковае поле)"
@@ -119,13 +121,13 @@ 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
 
@@ -136,21 +138,21 @@ 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
 
@@ -168,33 +170,33 @@ msgstr ""
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,192 +204,209 @@ 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: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,14 +415,14 @@ msgstr ""
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,7 +431,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:3074
416
  #, php-format
417
  msgid ""
418
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -421,13 +440,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: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,35 +455,36 @@ msgstr ""
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,7 +493,7 @@ msgstr ""
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
@@ -494,79 +514,80 @@ msgstr ""
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,516 +595,526 @@ msgid ""
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,48 +1125,48 @@ msgid "night(s)"
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 "Дадатковы кошт для "
@@ -1143,10 +1174,10 @@ msgstr "Дадатковы кошт для "
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 "днеи"
@@ -1158,20 +1189,20 @@ 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
 
@@ -1206,8 +1237,8 @@ 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
 
@@ -1217,16 +1248,15 @@ 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
 
@@ -1246,7 +1276,7 @@ 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 "Форма бранявання"
@@ -1261,86 +1291,86 @@ msgstr "Тып бранявання"
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
@@ -1349,91 +1379,91 @@ msgstr "днеи"
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
@@ -1442,36 +1472,41 @@ msgstr "Фільтр "
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,54 +1515,54 @@ msgstr ""
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,109 +1570,111 @@ msgstr ""
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
@@ -1645,37 +1682,45 @@ msgstr "за 1 дзень"
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
@@ -1684,280 +1729,285 @@ msgstr ""
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
@@ -1966,14 +2016,14 @@ msgstr "Дні тыдня "
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
@@ -1982,14 +2032,14 @@ msgstr "Нядзеля"
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
@@ -1998,15 +2048,15 @@ msgstr "Панядзелак"
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
@@ -2015,14 +2065,14 @@ msgstr "Аўторак"
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
@@ -2031,14 +2081,14 @@ msgstr "Асяроддзе"
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
@@ -2047,14 +2097,14 @@ msgstr "Чацвер"
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
@@ -2063,388 +2113,397 @@ msgstr "Пятніца"
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,7 +2511,7 @@ msgid ""
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,38 +2521,39 @@ msgstr ""
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
@@ -2501,81 +2561,96 @@ msgstr "Адправіць"
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,112 +2659,112 @@ msgstr ""
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,64 +2773,64 @@ msgstr ""
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,11 +2839,11 @@ msgid ""
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,234 +2851,239 @@ msgid ""
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,22 +3092,22 @@ msgstr ""
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"
@@ -3043,11 +3123,12 @@ msgstr "Емейл"
3043
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3044
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3045
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
3046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
3047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
3048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
3049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
3050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
 
3051
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
3052
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
3053
  #, fuzzy
@@ -3071,7 +3152,7 @@ msgstr ""
3071
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
3072
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3073
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
3075
  #, fuzzy
3076
  msgid "Default value"
3077
  msgstr "Па змаўчанні"
@@ -3090,7 +3171,7 @@ msgstr "Функцыі "
3090
 
3091
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
3092
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
3093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
3094
  #, fuzzy
3095
  msgid "required"
3096
  msgstr "Емейл (абавязковае поле)"
@@ -3121,32 +3202,36 @@ msgstr ""
3121
  msgid "Allow %smultiple%s selections"
3122
  msgstr ""
3123
 
3124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:164
3125
  #, fuzzy, php-format
3126
  msgid "Set as %srequired%s"
3127
  msgstr "Прыклад: %s "
3128
 
3129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
3130
  msgid "Name"
3131
  msgstr "Імя"
3132
 
3133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
 
 
 
 
3134
  msgid "Class"
3135
  msgstr ""
3136
 
3137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
3138
  msgid "Size"
3139
  msgstr ""
3140
 
3141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
3142
  msgid "Maxlength"
3143
  msgstr ""
3144
 
3145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:276
3146
  msgid "Copy and paste this shortcode into the form at left side"
3147
  msgstr ""
3148
 
3149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:291
3150
  #, php-format
3151
  msgid ""
3152
  "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
@@ -3217,7 +3302,8 @@ msgid "Required Fields in Booking Form"
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,7 +3401,7 @@ msgid "Radio Button(s)"
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
 
@@ -3884,239 +3970,170 @@ msgstr "днеи"
3884
  msgid "Number of selected nights."
3885
  msgstr "Лік наведвальнікаў"
3886
 
3887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
3888
- #, fuzzy
3889
- msgid "Generate Tag"
3890
- msgstr "Чэрвень"
3891
-
3892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:764
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, "
3963
- "(possible to use the %s parameter for setting different %s of this page. "
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, "
3971
- "(possible to use the %s parameter for setting different %s of this page. "
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 "
3979
- "reservation (possible to use the %s parameter for setting different %s of "
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 "Браняванне"
@@ -4134,7 +4151,7 @@ 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
 
@@ -4213,7 +4230,7 @@ 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
 
@@ -4255,7 +4272,7 @@ 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 "Ок"
@@ -4312,169 +4329,170 @@ msgstr "Захаваць"
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 "Президенский нумар "
@@ -4518,6 +4536,7 @@ msgstr ""
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 "Аплата"
@@ -4562,6 +4581,7 @@ msgstr ""
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
 
@@ -4583,6 +4603,7 @@ msgstr ""
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
 
@@ -4590,6 +4611,7 @@ msgstr ""
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
 
@@ -4607,6 +4629,7 @@ msgstr "Фунты Стэрлінгаў"
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
 
@@ -4614,6 +4637,7 @@ msgstr "Еўра"
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
 
@@ -4627,6 +4651,7 @@ msgstr ""
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 "Загаловак"
@@ -4635,6 +4660,7 @@ msgstr "Загаловак"
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 "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
@@ -4643,6 +4669,7 @@ msgstr "Увядзіце назву сэрвісу ці чыннік для пл
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 "Апісанне плацяжоў"
@@ -4651,6 +4678,7 @@ msgstr "Апісанне плацяжоў"
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 "Апісанне плацяжоў"
@@ -4659,6 +4687,7 @@ msgstr "Апісанне плацяжоў"
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
 
@@ -4673,6 +4702,7 @@ msgstr ""
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 - дадаць назву бранявання,"
@@ -4681,6 +4711,7 @@ msgstr "%s[bookingname]%s - дадаць назву бранявання,"
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 - дадаць спіс забраняваных дат "
@@ -4689,6 +4720,7 @@ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
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 - дадаць спіс забраняваных дат "
@@ -4753,12 +4785,14 @@ msgstr ""
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 "
@@ -4773,12 +4807,15 @@ msgstr ""
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-а"
@@ -4786,6 +4823,7 @@ msgstr "Спасылка для вяртання з Paypal-а"
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 "
@@ -4809,6 +4847,7 @@ msgstr ""
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,27 +4863,29 @@ msgid ""
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
 
4842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:106
4843
  #, fuzzy
4844
  msgid "Dates:"
4845
  msgstr "Даты"
4846
 
4847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:107
4848
  #, fuzzy
4849
  msgid "Booking Details:"
4850
  msgstr "Апісанне"
@@ -4901,18 +4942,21 @@ msgstr "Мексіканскі пессо."
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 "
@@ -4921,40 +4965,41 @@ 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
 
@@ -4983,15 +5028,29 @@ msgstr "Налада Paypal"
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 ""
@@ -5124,6 +5183,7 @@ 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 "налада емейла"
@@ -5353,7 +5413,7 @@ msgstr ""
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 "Увядзіце ваш тэлефон"
@@ -5415,10 +5475,12 @@ 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
 
@@ -5434,10 +5496,12 @@ 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
 
@@ -5456,6 +5520,7 @@ 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
 
@@ -5464,50 +5529,113 @@ msgstr ""
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,418 +5643,438 @@ msgid ""
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,87 +6082,102 @@ msgid ""
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,37 +6188,42 @@ msgstr ""
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,22 +6233,25 @@ msgstr ""
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,22 +6261,26 @@ msgstr ""
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,22 +6289,22 @@ msgstr ""
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,91 +6314,76 @@ msgstr ""
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 "
6216
- "email. %sYou can edit this booking at this page: %s Thank you, %s"
6217
- msgstr ""
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,33 +6392,75 @@ msgstr ""
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"
@@ -6308,51 +6510,373 @@ msgid ""
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 "Гэта поле неабходна"
@@ -6362,87 +6886,96 @@ 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 ""
@@ -6452,7 +6985,7 @@ 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 "Каляндар бранявання"
@@ -6462,11 +6995,6 @@ msgstr "Каляндар бранявання"
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:"
@@ -6601,9 +7129,9 @@ 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 "год(а)"
@@ -6630,7 +7158,7 @@ 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
 
@@ -6661,7 +7189,7 @@ msgstr "Дзеці"
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 "Красавік"
@@ -6672,12 +7200,13 @@ 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 "Каляндар бранявання"
@@ -6698,9 +7227,9 @@ 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
 
@@ -6714,366 +7243,369 @@ 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 "Каляндар бранявання"
@@ -7193,291 +7725,249 @@ msgstr "Вт"
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
 
@@ -7487,25 +7977,49 @@ msgid ""
7487
  "Thank you for your online booking. %s We will send confirmation of your "
7488
  "booking as soon as possible."
7489
  msgstr ""
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 "
7497
- "Currently a new booking is waiting for approval. Please visit the moderation "
7498
- "panel%sThank you, %s"
7499
  msgstr ""
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,108 +8028,112 @@ msgstr ""
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 ""
7614
 
7615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
7616
- msgid "Booking resource"
7617
- msgstr "Тып бранявання"
7618
-
7619
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
7620
  #, fuzzy
7621
  msgid "Visible months"
@@ -7644,334 +8162,370 @@ 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,36 +8534,36 @@ msgstr ""
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,31 +8571,31 @@ msgid ""
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,104 +8603,311 @@ msgstr ""
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
 
@@ -8198,10 +8959,6 @@ msgstr ""
8198
  #~ msgid "Activate or Deactivate fields"
8199
  #~ msgstr "Актыўна"
8200
 
8201
- #, fuzzy
8202
- #~ msgid "Go to WP Booking Calendar Settings"
8203
- #~ msgstr "Усталёўкі для бранявання"
8204
-
8205
  #, fuzzy
8206
  #~ msgid "Available in"
8207
  #~ msgstr "Доступа: "
@@ -8222,10 +8979,6 @@ msgstr ""
8222
  #~ msgid "Users Pagination"
8223
  #~ msgstr "Пашыраная налада коштаў"
8224
 
8225
- #, fuzzy
8226
- #~ msgid "Auto expand booking notes"
8227
- #~ msgstr "%sвремя канчаткі бранявання%s"
8228
-
8229
  #, fuzzy
8230
  #~ msgid "Show Pending Days as Available"
8231
  #~ msgstr "Паказаць усе даты"
@@ -8238,10 +8991,6 @@ msgstr ""
8238
  #~ msgid "Configure Number of Days selection"
8239
  #~ msgstr "Вылучэнне некалькіх дзён"
8240
 
8241
- #, fuzzy
8242
- #~ msgid "Easily configure your booking form fields."
8243
- #~ msgstr "Кошты бранявання"
8244
-
8245
  #, fuzzy
8246
  #~ msgid "New form Fields and parameters"
8247
  #~ msgstr "Налада формы палёў і кантэнту "
@@ -8290,12 +9039,6 @@ msgstr ""
8290
  #~ msgid "The cost for payment"
8291
  #~ msgstr "%s - уставіць даты бранявання"
8292
 
8293
- #~ msgid "Start time"
8294
- #~ msgstr "Час пачатку"
8295
-
8296
- #~ msgid "End time"
8297
- #~ msgstr "Час канчатка"
8298
-
8299
  #, fuzzy
8300
  #~ msgid "Add New Form"
8301
  #~ msgstr "Дадаць новы тып"
@@ -8337,10 +9080,6 @@ msgstr ""
8337
  #~ msgid "Names of items from resource"
8338
  #~ msgstr "Імя аб'ектаў з рэсурсу"
8339
 
8340
- #, fuzzy
8341
- #~ msgid "Please enter the cost"
8342
- #~ msgstr "Калі ласка, увядзіце кошт"
8343
-
8344
  #, fuzzy
8345
  #~ msgid ""
8346
  #~ "of each booking resource. Enter only digits.of each booking resources. "
@@ -8533,10 +9272,6 @@ msgstr ""
8533
  #~ msgid "%snew booking%s"
8534
  #~ msgstr "%sвремя канчаткі бранявання%s"
8535
 
8536
- #, fuzzy
8537
- #~ msgid "menu page"
8538
- #~ msgstr "Дэма старонка"
8539
-
8540
  #~ msgid "access level"
8541
  #~ msgstr "узровень доступу"
8542
 
@@ -8647,10 +9382,6 @@ msgstr ""
8647
  #~ msgid "Example: %sSend%s "
8648
  #~ msgstr "Прыклад: %sОтправить%s "
8649
 
8650
- #, fuzzy
8651
- #~ msgid "Done"
8652
- #~ msgstr "Тэлефон"
8653
-
8654
  #, fuzzy
8655
  #~ msgid "Check other versions"
8656
  #~ msgstr "купіць Прафесійную версію"
@@ -8686,10 +9417,6 @@ msgstr ""
8686
  #~ msgid "Count of days"
8687
  #~ msgstr "Лік дзён"
8688
 
8689
- #, fuzzy
8690
- #~ msgid "Description of cancellation"
8691
- #~ msgstr "Чыннік адмовы"
8692
-
8693
  #, fuzzy
8694
  #~ msgid ""
8695
  #~ "%s - inserting reason of payment, you can enter it before sending email, "
@@ -8763,9 +9490,6 @@ msgstr ""
8763
  #~ msgid "Type your %sminimum number of days for range selection%s"
8764
  #~ msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
8765
 
8766
- #~ msgid "Use fixed time"
8767
- #~ msgstr "Выкарыстоўваць фиксированое час"
8768
-
8769
  #, fuzzy
8770
  #~ msgid ""
8771
  #~ " Check this if you want to use a part of the day (not full day) at start "
@@ -8848,10 +9572,6 @@ msgstr ""
8848
  #~ msgid "Number of resources"
8849
  #~ msgstr "Лік наведвальнікаў"
8850
 
8851
- #, fuzzy
8852
- #~ msgid "%s - inserting ID of reservation "
8853
- #~ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
8854
-
8855
  #, fuzzy
8856
  #~ msgid "Cost of each booking resource"
8857
  #~ msgstr "Кошты бранявання"
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-09-28 09:57+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"
14
  "X-Poedit-Bookmarks: 49,183,-1,-1,-1,-1,-1,-1,-1,-1\n"
15
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_ngettext_boop:1,2\n"
16
  "X-Poedit-Basepath: D:\\www\\home\\wp\\www\\wp-content\\plugins\\booking\\.\n"
17
+ "X-Generator: Poedit 1.6.9\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:254
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:258
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
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/wpbc-gcal-class.php:566
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:597
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1532
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1592
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
34
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
35
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:916
36
  msgid "Dates"
37
  msgstr "Даты"
38
 
44
 
45
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
46
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
 
49
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3828
51
  msgid "First Name (required)"
52
  msgstr "Імя (абавязковае поле)"
53
 
54
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
55
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
 
58
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
59
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3829
60
  msgid "Last Name (required)"
61
  msgstr "Прозвішча (абавязковае поле)"
62
 
63
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
64
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
 
67
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
68
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3830
69
  msgid "Email (required)"
70
  msgstr "Емейл (абавязковае поле)"
71
 
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
73
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1402
76
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3799
 
78
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3831
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
81
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3862
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
83
  msgid "Phone"
84
  msgstr "Тэлефон"
85
 
86
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
87
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
88
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
90
  #, fuzzy
91
  msgid "Address (required)"
92
  msgstr "Емейл (абавязковае поле)"
93
 
94
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
95
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
97
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
98
  #, fuzzy
99
  msgid "City (required)"
100
  msgstr "Емейл (абавязковае поле)"
101
 
102
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
103
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
106
  #, fuzzy
107
  msgid "Post code (required)"
108
  msgstr "Емейл (абавязковае поле)"
109
 
110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
111
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
114
  #, fuzzy
115
  msgid "Country (required)"
116
  msgstr "Емейл (абавязковае поле)"
121
 
122
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
123
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3801
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
131
  msgid "Details"
132
  msgstr "Апісанне"
133
 
138
 
139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
140
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
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:3802
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
145
  msgid "I Accept term and conditions"
146
  msgstr ""
147
 
148
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
149
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:120
151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2754
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1620
156
  msgid "Send"
157
  msgstr "Адправіць"
158
 
170
  msgid "discount"
171
  msgstr ""
172
 
173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:731
174
  msgid "Nothing found"
175
  msgstr ""
176
 
177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:732
178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:218
179
  msgid "Search results"
180
  msgstr ""
181
 
182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:856
183
  #, fuzzy
184
  msgid "Book now"
185
  msgstr "Купіць цяпер"
186
 
187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:954
188
  msgid "Please select check-in and check-out days!"
189
  msgstr ""
190
 
191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1154
192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1167
193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:139
194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1208
195
  #, fuzzy
196
  msgid "Search"
197
  msgstr "Сакавік"
198
 
199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2079
200
  #, php-format
201
  msgid ""
202
  "Sorry, the reservation was not made because these days are already booked!!! "
204
  "resource.) %s Please %srefresh%s the page and try other days."
205
  msgstr ""
206
 
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2590
208
  #, php-format
209
  msgid "The folowing pending booking(s): %s deleted."
210
  msgstr ""
211
 
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2630
213
  #, fuzzy
214
  msgid "Maximum available booking resource items"
215
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
216
 
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2869
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3468
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:851
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1343
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1986
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2112
229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
231
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
232
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:85
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3277
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3404
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3477
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3554
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3714
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3743
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:74
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:307
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:327
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:345
246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:411
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2931
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:482
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:670
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:793
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1010
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1020
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1039
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1109
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1340
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1765
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1833
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1893
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1968
261
  msgid "Click to toggle"
262
  msgstr ""
263
 
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2870
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
266
  #, fuzzy
267
  msgid "Booking resources management"
268
  msgstr "Браняванне"
269
 
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2875
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3579
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4122
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4143
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4607
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:211
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:253
279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:257
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:372
281
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
282
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1263
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1300
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:76
287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:93
288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:563
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:581
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1588
291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1591
292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1966
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:914
295
  msgid "ID"
296
  msgstr "ID"
297
 
298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3993
300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4608
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1317
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:77
304
  msgid "Resource name"
305
  msgstr "Імя рэсурсу"
306
 
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
309
  #, fuzzy
310
  msgid "Number of resource items inside of parent resource"
311
  msgstr "Імя аб'ектаў з рэсурсу"
312
 
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
315
  msgid "Capacity"
316
  msgstr ""
317
 
318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2880
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2984
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3939
321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4065
322
  #, fuzzy
323
  msgid "Parent"
324
  msgstr "Аплата"
325
 
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2881
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2991
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3940
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4075
330
  msgid "Priority"
331
  msgstr ""
332
 
333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
335
  #, fuzzy
336
  msgid "Maximum number of visitors for resource"
337
  msgstr "Лік наведвальнікаў"
338
 
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1777
342
  #, fuzzy
343
  msgid "Max"
344
  msgstr "Сакавік"
345
 
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
348
  #, fuzzy
349
  msgid "visitors"
350
  msgstr "Наведвальнікі"
351
 
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2885
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3944
355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4125
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1390
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1775
359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1790
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2148
361
  msgid "Actions"
362
  msgstr "Функцыі "
363
 
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2963
365
  msgid "Add"
366
  msgstr "Дадаць"
367
 
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
369
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4152
371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4155
372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4591
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2013
376
  msgid "Delete"
377
  msgstr "Выдаліць"
378
 
379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2982
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:564
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:583
382
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
383
  msgid "Title"
384
  msgstr "Загаловак"
385
 
386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2999
387
  #, fuzzy
388
  msgid "Add new resource"
389
  msgstr "Дадаць новае браняванне"
390
 
391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3006
392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3145
393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3566
394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3815
395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
396
  msgid "Save"
397
  msgstr "Захаваць"
398
 
399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3048
400
  msgid "Advanced Settings"
401
  msgstr "Пашыраныя налады"
402
 
403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3187
405
  #, fuzzy
406
  msgid "Set capacity based on number of visitors"
407
  msgstr "Лік наведвальнікаў"
408
 
409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3069
410
  #, fuzzy, php-format
411
  msgid ""
412
  "Check this box if you want total availability (daily capacity) to depend on "
415
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
416
  "сплывае падказцы"
417
 
418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1428
421
  #, php-format
422
  msgid "Please read more info about configuration of this parameter %shere%s"
423
  msgstr ""
424
 
425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3084
426
  #, php-format
427
  msgid ""
428
  "Add tooltip on calendar(s) to show availability based on the number of "
431
  "number of visitors specified on the booking form."
432
  msgstr ""
433
 
434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
435
  #, php-format
436
  msgid ""
437
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
440
  "resources%s with the number of visitors specified on the booking form."
441
  msgstr ""
442
 
443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3107
444
  #, fuzzy
445
  msgid "Show availability"
446
  msgstr "Даступнасць"
447
 
448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3114
449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3336
450
  #, fuzzy
451
  msgid ""
452
  "Check this box to display the available number of booking resources with a "
455
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
456
  "сплывае падказцы"
457
 
458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
459
  msgid "Availability description"
460
  msgstr "Апісанне даступнасць"
461
 
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3124
463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3347
464
  #, php-format
465
  msgid "Type your %savailability%s description"
466
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
467
 
468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3234
470
  #, fuzzy
471
  msgid "Disable bookings in different booking resources"
472
  msgstr "Памылка пры абнаўленні БД "
473
 
474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
475
  msgid ""
476
  "Check this box to dissable reservations, which can be stored in different "
477
  "booking resources. When checked, all reserved days must be at same booking "
478
  "resource otherwise error message will show."
479
  msgstr ""
480
 
481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3180
482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:58
483
  #, fuzzy
484
  msgid "Advanced"
485
  msgstr "Пашыраныя налады"
486
 
487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
488
  #, fuzzy
489
  msgid ""
490
  "Check this box if you want total availability (daily capacity) to depend on "
493
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
494
  "сплывае падказцы"
495
 
496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
499
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
514
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
515
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
516
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:311
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:294
518
  msgid "Important!"
519
  msgstr ""
520
 
521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3208
522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:612
523
  #, fuzzy
524
  msgid "Type of days selection"
525
  msgstr "Вылучэнне некалькіх дзён"
526
 
527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3213
528
  msgid ""
529
  "Add tooltip on calendar(s) to show availability based on the number of "
530
  "available booking resource items remaining for each day."
531
  msgstr ""
532
 
533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4462
537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:711
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:747
539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1317
540
  #, fuzzy
541
  msgid "Note"
542
  msgstr ""
543
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
544
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
545
 
546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
547
  #, php-format
548
  msgid ""
549
  "Be sure to match the maximum number of visitors for the %sone booking "
550
  "resource%s with the number of visitors specified on the booking form."
551
  msgstr ""
552
 
553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
554
  msgid ""
555
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
556
  "number of visitors for the resource, which can be at free booking resource "
557
  "items."
558
  msgstr ""
559
 
560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
561
  #, php-format
562
  msgid ""
563
  "Be sure to match the maximum number of visitors for %sall booking resources"
564
  "%s with the number of visitors specified on the booking form."
565
  msgstr ""
566
 
567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3239
568
  #, fuzzy
569
  msgid ""
570
  "Check this box to dissable reservations, which can be stored in different "
571
  "booking resources."
572
  msgstr "Памылка пры абнаўленні БД "
573
 
574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
575
  msgid ""
576
  "When checked, all reserved days must be at same booking resource otherwise "
577
  "error message will show."
578
  msgstr ""
579
 
580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3271
581
  msgid "Use pending days as available"
582
  msgstr ""
583
 
584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3280
585
  #, fuzzy
586
  msgid ""
587
  "Check this box if you want to show the pending days as available in calendars"
588
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
589
 
590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3297
591
  msgid ""
592
  "Warning!!! After you approved the specific booking(s), all your pending "
593
  "bookings of the same booking resource as an approved booking for the dates, "
595
  "canceled!"
596
  msgstr ""
597
 
598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3299
599
  msgid ""
600
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
601
  "is approved for these date(s)"
602
  msgstr ""
603
 
604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
605
  #, fuzzy
606
  msgid "Show availability in tooltip"
607
  msgstr "Даступнасць"
608
 
609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3345
610
  #, fuzzy
611
  msgid "Availability Title"
612
  msgstr "Даступнасць"
613
 
614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3382
615
  msgid ""
616
  "Use \"Check In\" date as available in calendar for booking resources with "
617
  "capacity higher then 1 for search results"
618
  msgstr ""
619
 
620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3389
621
  msgid ""
622
  "Use \"Check Out\" date as available in calendar for booking resources with "
623
  "capacity higher then 1 search results"
624
  msgstr ""
625
 
626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3415
627
  #, fuzzy
628
  msgid "Coupon Deleted"
629
  msgstr "Выдалена"
630
 
631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
632
  #, fuzzy
633
  msgid "Coupon created"
634
  msgstr "Лік дзён"
635
 
636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3469
637
  #, fuzzy
638
  msgid "Add New Discount Coupon"
639
  msgstr "Дадаць новае браняванне"
640
 
641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
644
  msgid "Coupon Code"
645
  msgstr ""
646
 
647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
648
  #, fuzzy
649
  msgid "Enter coupon code."
650
  msgstr "Увядзіце ваш тэлефон"
651
 
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3484
653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
655
  #, fuzzy
656
  msgid "Savings"
657
  msgstr "Захаванне..."
658
 
659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3488
660
  #, fuzzy
661
  msgid "Fixed Amount"
662
  msgstr "фіксаваны ўнёсак"
663
 
664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3489
665
  msgid "Percentage Off"
666
  msgstr ""
667
 
668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3492
669
  msgid "Enter number of fixed or percentage savings."
670
  msgstr ""
671
 
672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3497
673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
675
  #, fuzzy
676
  msgid "Expiration Date"
677
  msgstr "Фармат даты"
678
 
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
680
  msgid "Select Expiration Date of the coupon."
681
  msgstr ""
682
 
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3511
684
  #, fuzzy
685
  msgid "Minimum Booking Cost"
686
  msgstr "Кошт"
687
 
688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3514
689
  msgid "Enter minimum booking cost, when coupon is applicable."
690
  msgstr ""
691
 
692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3525
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4699
696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1266
697
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:694
699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1071
700
  #, fuzzy
701
  msgid "Resources"
702
  msgstr "Кошт рэсурсу"
703
 
704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3528
705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3605
706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:325
707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:99
708
  msgid "All"
709
  msgstr ""
710
 
711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3541
712
  msgid "Select booking resources, where is possible to apply this coupon code."
713
  msgstr ""
714
 
715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3548
716
  #, fuzzy
717
  msgid "Add New Coupon"
718
  msgstr "Дадаць новае браняванне"
719
 
720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
721
  msgid "The coupon code your customers will be using to receive the discount."
722
  msgstr ""
723
 
724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
725
  #, fuzzy
726
  msgid "The amount which will be saved. Enter only digits."
727
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
728
 
729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
730
  msgid "The minimum total cost required to use the coupon"
731
  msgstr ""
732
 
733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
735
  #, fuzzy
736
  msgid "Minimum Purchase"
737
  msgstr "Купля"
738
 
739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
740
  msgid "The date your coupon will expire"
741
  msgstr ""
742
 
743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
744
  msgid "Resource list, which supports this coupon"
745
  msgstr ""
746
 
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1927
749
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
751
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
752
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:256
754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:401
755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:416
756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:596
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1119
758
  msgid "Warning"
759
  msgstr ""
760
 
761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
762
  #, fuzzy
763
  msgid "Do you really want to delete this item?"
764
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
765
 
766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3656
767
  #, fuzzy, php-format
768
  msgid "%s - coupon field, "
769
  msgstr "Гэта поле неабходна"
770
 
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3657
772
  #, php-format
773
  msgid "Example: %s "
774
  msgstr "Прыклад: %s "
775
 
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3694
777
  #, fuzzy
778
  msgid "Search form customization"
779
+ msgstr "Налада Paypal"
780
 
781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
782
  #, fuzzy
783
  msgid "Inlinee Search Form Template"
784
  msgstr "Фармат даты"
785
 
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
787
  #, fuzzy
788
  msgid "Horizontal Search Form Template"
789
  msgstr "Форма"
790
 
791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
792
  #, fuzzy
793
  msgid "Standard Search Form Template"
794
  msgstr "Стандарт "
795
 
796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1594
798
  #, fuzzy
799
  msgid "Reset current Form"
800
  msgstr "Форма"
801
 
802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3708
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3570
804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1601
806
  msgid "Reset"
807
  msgstr ""
808
 
809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3716
810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3754
811
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
812
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
813
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:207
815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3751
816
  msgid "Use these shortcodes for customization: "
817
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
818
 
819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3717
820
  #, php-format
821
  msgid "%s - search inside posts/pages which are part of this category, "
822
  msgstr ""
823
 
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
825
  #, php-format
826
  msgid "%s - search inside posts/pages which have this tag, "
827
  msgstr ""
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
830
  #, fuzzy, php-format
831
  msgid "%s - check-in date, "
832
  msgstr "Фармат даты"
833
 
834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3720
835
  #, fuzzy, php-format
836
  msgid "%s - check-out date, "
837
  msgstr "%s - поле з пазнакай"
838
 
839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3721
840
  #, fuzzy, php-format
841
  msgid "%s - default selection number of visitors, "
842
  msgstr "Лік наведвальнікаў"
843
 
844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3722
845
  #, fuzzy, php-format
846
  msgid "Example: %s - custom number of visitor selections\""
847
  msgstr "Лік наведвальнікаў"
848
 
849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
850
  #, fuzzy, php-format
851
  msgid "%s - search button, "
852
  msgstr "Прыклад: %s "
853
 
854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3724
855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
856
  #, fuzzy, php-format
857
  msgid "%s - new line "
858
  msgstr "%s - дадаць новы радок"
859
 
860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3725
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3754
863
  #, fuzzy
864
  msgid "Use any other HTML tags (carefully)."
865
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
866
 
867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3731
868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
869
  msgid ""
870
  "Additional customization style of this element you can make at this file"
871
  msgstr ""
872
 
873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
874
  #, fuzzy
875
  msgid "Reset to default search form content"
876
  msgstr "Абнавіць да значэння па змаўчанні"
877
 
878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3915
881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2431
882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4497
885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4593
886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4656
887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1504
888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2243
889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1364
890
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
891
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
892
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:595
893
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:299
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1346
897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3634
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3764
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-settings.php:46
902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:73
903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1135
904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1576
905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2053
906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2182
907
  msgid "Save Changes"
908
  msgstr "Захаваць змены"
909
 
910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
911
  #, fuzzy
912
  msgid "Customization of found booking resource items"
913
  msgstr "Кошты бранявання"
914
 
915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
916
  #, fuzzy, php-format
917
  msgid "%s - resource title, "
918
  msgstr "Загаловак"
919
 
920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
921
  #, fuzzy, php-format
922
  msgid "%s - link to the page with booking form, "
923
  msgstr "%s - уставіць тып бранявання"
924
 
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3757
926
  #, fuzzy, php-format
927
  msgid "%s - availability of booking resource, "
928
  msgstr "%s - уставіць тып бранявання"
929
 
930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3758
931
  #, fuzzy, php-format
932
  msgid "%s - maximum number of visitors for the booking resource, "
933
  msgstr "%s - уставіць тып бранявання"
934
 
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3759
936
  #, fuzzy, php-format
937
  msgid "%s - cost of booking the resource, "
938
  msgstr "%s - уставіць тып бранявання"
939
 
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3760
941
  #, php-format
942
  msgid ""
943
  "%s - featured image, taken from the featured image associated with the post, "
944
  msgstr ""
945
 
946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3761
947
  #, php-format
948
  msgid "%s - booking info, taken from the excerpt associated with the post, "
949
  msgstr ""
950
 
951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
952
  #, fuzzy
953
  msgid "Reset to default form"
954
  msgstr "Па змаўчанні"
955
 
 
 
956
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3801
958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3809
959
  #, fuzzy
960
  msgid "Check in"
961
  msgstr "Дзеці"
962
 
 
 
963
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3802
965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3810
966
  #, fuzzy
967
  msgid "Check out"
968
  msgstr "Дзеці"
969
 
 
 
970
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3803
972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3811
973
  msgid "Guests"
974
  msgstr ""
975
 
976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3850
977
  #, fuzzy
978
  msgid "Search Cache Settings"
979
  msgstr "Усталёўкі"
980
 
981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3856
982
  msgid "Cache expiration"
983
  msgstr ""
984
 
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
986
  #, fuzzy
987
  msgid "hour(s)"
988
  msgstr "за 1 гадзіна"
989
 
990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3867
991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3095
992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3264
993
  #, fuzzy
994
  msgid "day(s)"
995
  msgstr "за 1 дзень"
996
 
997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3871
998
  msgid "Select time of cache expiration"
999
  msgstr ""
1000
 
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3879
1002
  msgid "Cache will expire:"
1003
  msgstr ""
1004
 
1005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3907
1006
  #, php-format
1007
  msgid "Found: %s booking forms inside of posts or pages "
1008
  msgstr ""
1009
 
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3914
1011
  msgid "Reset cache"
1012
  msgstr ""
1013
 
1014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3980
1015
  #, fuzzy
1016
  msgid "Parent Resource"
1017
  msgstr "Імя рэсурсу"
1018
 
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4005
1020
  #, fuzzy
1021
  msgid "Max visitors"
1022
  msgstr "Наведвальнікі"
1023
 
1024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4052
1025
  msgid "Capacity: "
1026
  msgstr ""
1027
 
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4071
1029
  msgid ""
1030
  "Select parent resource, if you want that parent resource is increase "
1031
  "capacity."
1032
  msgstr ""
1033
 
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4082
1035
  msgid ""
1036
  "Set priority of resource - resource with higher priority will be reserved "
1037
  "firstly."
1038
  msgstr ""
1039
 
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4093
1041
  #, fuzzy
1042
  msgid "Resources count"
1043
  msgstr "Кошт рэсурсу"
1044
 
1045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4100
1046
  #, fuzzy
1047
  msgid "Create several booking resources for one time"
1048
  msgstr "Тып бранявання"
1049
 
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4114
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1052
  #, fuzzy
1053
  msgid "Default form"
1054
  msgstr "Па змаўчанні"
1055
 
1056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4119
1057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4372
1060
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
1061
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1062
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2262
1064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4315
1065
  msgid "Standard"
1066
  msgstr "Стандарт "
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4124
1069
  #, fuzzy
1070
  msgid "Select default custom booking form"
1071
  msgstr "Выдаленне дадзеных па браняванні"
1072
 
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4216
1074
  msgid "Available: "
1075
  msgstr "Доступа: "
1076
 
1077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:668
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3927
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:689
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1820
1082
  msgid "Default"
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_l.php:4325
1087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4360
1088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4361
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4373
1090
  msgid "Superior"
1091
  msgstr "Супериор "
1092
 
1093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2416
1095
  #, fuzzy
1096
  msgid "Resource #1"
1097
  msgstr "за 1 дзень"
1098
 
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4326
1101
  msgid "Presidential Suite"
1102
  msgstr "Президенский нумар "
1103
 
1104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2417
1106
  #, fuzzy
1107
  msgid "Resource #2"
1108
  msgstr "Імя рэсурсу"
1109
 
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4327
1112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1444
1113
  msgid "Royal Villa"
1114
  msgstr "Віла "
1115
 
1116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2418
1118
  #, fuzzy
1119
  msgid "Resource #3"
1120
  msgstr "Імя рэсурсу"
1125
  msgstr "за 1 ноч"
1126
 
1127
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
1133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
1134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
1135
  msgid "Adults"
1136
  msgstr ""
1137
 
1138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
1144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
1146
  msgid "Children"
1147
  msgstr "Дзеці"
1148
 
1149
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1150
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
1154
  #, fuzzy
1155
  msgid "per 1 day"
1156
  msgstr "за 1 дзень"
1157
 
1158
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1159
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1162
  #, fuzzy
1163
  msgid "from the cost of 1 day "
1164
  msgstr "за 1 дзень"
1165
 
1166
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1167
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2959
1169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1170
  #, fuzzy, php-format
1171
  msgid "Additional cost in %s per 1 day"
1172
  msgstr "Дадатковы кошт для "
1174
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1175
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1176
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1181
  #, fuzzy
1182
  msgid " for all days!"
1183
  msgstr "днеи"
1189
 
1190
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1191
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
 
1192
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4317
1194
  #, fuzzy
1195
  msgid "Custom Form"
1196
  msgstr "Наладжвальны"
1197
 
1198
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4332
1200
  #, fuzzy
1201
  msgid "Load selected booking form"
1202
  msgstr "Форма бранявання"
1203
 
1204
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4334
1206
  msgid "Load"
1207
  msgstr ""
1208
 
1237
  msgstr "Форма"
1238
 
1239
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
1241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1242
  msgid "Create"
1243
  msgstr ""
1244
 
1248
  msgstr "Выдаліць"
1249
 
1250
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
1252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:491
 
1253
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1254
  msgid "Cancel"
1255
  msgstr "Адмена"
1256
 
1257
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:444
1259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:213
1260
  msgid "Deleted"
1261
  msgstr "Выдалена"
1262
 
1276
  msgstr "Форма бранявання"
1277
 
1278
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1638
1280
  #, fuzzy
1281
  msgid "Booking Form"
1282
  msgstr "Форма бранявання"
1291
  msgid "Total booking resource cost"
1292
  msgstr "Тып бранявання"
1293
 
1294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1295
  #, php-format
1296
  msgid ""
1297
  "%s - show cost hint for full booking in real time, depending on number of "
1298
  "days selected and form elements."
1299
  msgstr ""
1300
 
1301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1302
  #, fuzzy, php-format
1303
  msgid "Example: %sThe full cost of payment: %s"
1304
  msgstr "%s - уставіць даты бранявання"
1305
 
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1307
  #, php-format
1308
  msgid ""
1309
  "%s - show hint of original booking cost without additional costs for full "
1310
  "booking in real time, depends only from days selection."
1311
  msgstr ""
1312
 
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1314
  #, fuzzy, php-format
1315
  msgid "Example: %sThe original cost for payment: %s "
1316
  msgstr "%s - уставіць даты бранявання"
1317
 
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1319
  #, php-format
1320
  msgid ""
1321
  "%s - show cost hint of additional booking cost, which depends from selection "
1322
  "of form elements."
1323
  msgstr ""
1324
 
1325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1326
  #, php-format
1327
  msgid "Example: %sThe additional cost for payment: %s "
1328
  msgstr ""
1329
 
1330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1331
  #, php-format
1332
  msgid "%s - enter direct cost at admin panel at page: "
1333
  msgstr ""
1334
 
1335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
1337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
1338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1057
1339
  msgid "Add booking"
1340
  msgstr "Дадаць рэзерв"
1341
 
1342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1534
1343
  #, fuzzy, php-format
1344
  msgid "Example: %s"
1345
  msgstr "Прыклад: %s "
1346
 
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2073
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:316
1349
  msgid "yes"
1350
  msgstr "так"
1351
 
 
1352
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1354
  #, fuzzy
1355
  msgid ""
1356
  "Setting rate or cost, which is depend from number of selected days for the "
1357
  "resource"
1358
  msgstr "Лік дзён"
1359
 
1360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1363
  msgid "Rates"
1364
  msgstr "Рэйты "
1365
 
1366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
 
1367
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1369
  #, fuzzy
1370
  msgid "Valuation days"
1371
  msgstr "днеи"
1372
 
1373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1374
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1375
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1376
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1379
  msgid "Deposit"
1380
  msgstr "фіксаваны ўнёсак"
1381
 
1382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2248
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4721
1385
  msgid "Availability"
1386
  msgstr "Даступнасць"
1387
 
1388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2191
1389
  msgid "Setting the default form for the specific resource"
1390
  msgstr ""
1391
 
1392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2192
1393
  #, fuzzy
1394
  msgid "Default Form"
1395
  msgstr "Па змаўчанні"
1396
 
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2228
1398
  #, fuzzy
1399
  msgid "Set the cost based on the number of days selected for the reservation"
1400
  msgstr "Лік дзён"
1401
 
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1403
  msgid ""
1404
  "Activation of this feature is require setting cost per day or cost per night"
1405
  msgstr ""
1406
 
 
1407
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3237
1410
  #, fuzzy
1411
  msgid "Deposit amount"
1412
  msgstr "фіксаваны ўнёсак"
1413
 
1414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2239
1415
  #, fuzzy
1416
  msgid "Set the deposit payment required for the payment form"
1417
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
1418
 
1419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1420
  msgid ""
1421
  "Activate this feature at the cost section of general booking settings page, "
1422
  "firstly."
1423
  msgstr ""
1424
 
1425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2372
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2383
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2388
1428
  msgid "unavailable"
1429
  msgstr "Недаступныя дні "
1430
 
1431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2373
1432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
1434
  msgid "available"
1435
  msgstr "даступныя дні "
1436
 
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2375
1438
  #, fuzzy
1439
  msgid "Availability booking type"
1440
  msgstr "Даступнасць"
1441
 
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1443
  #, fuzzy, php-format
1444
  msgid "All days for %s"
1445
  msgstr "Усе дні для %s "
1446
 
1447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2390
1448
  #, fuzzy, php-format
1449
  msgid ""
1450
  "Select %s days by activating specific season filter below or %sadd new "
1451
  "season filter%s"
1452
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1453
 
1454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2401
1455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2423
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4123
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
1458
  #, fuzzy
1459
  msgid "Season Filter Name"
1460
  msgstr "Фільтр "
1461
 
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2402
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2534
1465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2603
1466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4145
1467
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1469
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1472
  msgid "Description"
1473
  msgstr "Апісанне даступнасць"
1474
 
1475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2938
1479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:866
1482
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1483
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1484
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1485
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3292
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3360
1488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3419
1489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3570
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:91
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1373
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1416
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1461
1495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1504
1496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1547
1497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1780
1498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1849
1499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1908
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1984
1501
  msgid "Active"
1502
  msgstr "Актыўна"
1503
 
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1505
  #, fuzzy
1506
  msgid "Seasonal rates of booking resource"
1507
  msgstr "Тып бранявання"
1508
 
1509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
1510
  #, fuzzy, php-format
1511
  msgid ""
1512
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1515
  "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s "
1516
  "ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1517
 
1518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2583
1520
  msgid "Final cost"
1521
  msgstr "Фінальны кошт"
1522
 
1523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2533
1524
  #, fuzzy
1525
  msgid "Season Filter"
1526
  msgstr "Фільтр "
1527
 
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2564
1529
  #, fuzzy
1530
  msgid "Rate"
1531
  msgstr "Рэйты "
1532
 
1533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2573
1534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2593
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1995
1536
  msgid "for 1 day"
1537
  msgstr "за 1 дзень"
1538
 
1539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2574
1540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2594
1541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1996
1542
  msgid "for 1 night"
1543
  msgstr "за 1 ноч"
1544
 
1545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2575
1546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2595
1547
  msgid "fixed deposit"
1548
  msgstr "фіксаваны ўнёсак"
1549
 
1550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2576
1551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
1553
  msgid "for 1 hour"
1554
  msgstr "за 1 гадзіна"
1555
 
1556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2602
1557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3554
1558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3803
1559
  #, fuzzy
1560
  msgid "Filter Name"
1561
  msgstr "Фільтр "
1562
 
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1566
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1567
  #, fuzzy
1568
  msgid "Note!"
1570
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
1571
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
1572
 
1573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1574
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1575
  msgstr ""
1576
 
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2614
1578
  #, fuzzy
1579
  msgid "Update Rates"
1580
  msgstr "Рэйты "
1581
 
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1583
  msgid "Set cost of booking resource based on the number of days selected"
1584
  msgstr ""
1585
 
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1587
  #, php-format
1588
  msgid ""
1589
  "If you add costs here, %srates%s for this booking resource will not take "
1590
  "effect !!!"
1591
  msgstr ""
1592
 
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1594
  #, php-format
1595
  msgid ""
1596
  "Cost setings at %stop have higher priority%s than other costs of same type "
1597
  "at the %sbottom%s of the list."
1598
  msgstr ""
1599
 
1600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1601
  #, php-format
1602
  msgid ""
1603
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1604
  "terms %s and after terms %s"
1605
  msgstr ""
1606
 
1607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2857
1608
  #, php-format
1609
  msgid "%s and %s terms have higher priority than a range %s days."
1610
  msgstr ""
1611
 
1612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2860
1613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:800
1614
  msgid "Warning!"
1615
  msgstr ""
1616
 
1617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2861
1618
  msgid ""
1619
  "Specific cost will take affect, only if it active (the box at the left side "
1620
  "is checked) and if \"Check In\" (start) date belong to selected season "
1621
  "filter or if set \"Any days\"."
1622
  msgstr ""
1623
 
1624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1625
  #, fuzzy
1626
  msgid "Number of Days"
1627
  msgstr "днеи"
1628
 
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2871
1630
  #, fuzzy
1631
  msgid "Cost Settings"
1632
  msgstr "Усталёўкі"
1633
 
1634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2872
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3016
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3110
1638
  #, fuzzy
1639
  msgid "Season Filter of Check In date"
1640
  msgstr "Фільтр дат"
1641
 
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2968
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1645
  #, fuzzy
1646
  msgid "For"
1647
  msgstr "Форма"
1648
 
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1652
  #, fuzzy
1653
  msgid "Day Number(s)"
1654
  msgstr "Лік наведвальнікаў"
1655
 
1656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2902
1657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3090
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1660
  msgid "to"
1661
  msgstr "да"
1662
 
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2906
1664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2984
1665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2167
1666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:752
1667
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1668
  #, fuzzy
1669
  msgid "day"
1670
  msgstr "за 1 дзень"
1671
 
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2910
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2991
1674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3100
1675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:366
1676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:400
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
1678
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1679
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1682
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1683
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:931
1687
  msgid "Cost"
1688
  msgstr "Кошт"
1689
 
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2921
1691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3018
1692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3112
1693
  #, fuzzy
1694
  msgid "Any days"
1695
  msgstr "днеи"
1696
 
1697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2969
1698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
1699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
1701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3305
1702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3366
1703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3439
1704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3514
1705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3591
1706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:546
1707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1793
1708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1855
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1928
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2005
1711
  msgid "From"
1712
  msgstr "Ад каго"
1713
 
1714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2970
1715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3081
1716
  msgid "Together"
1717
  msgstr ""
1718
 
1719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2170
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:583
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:647
1723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:755
1724
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1725
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1726
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1729
  msgid "days"
1730
  msgstr "днеи"
1731
 
1732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3029
1733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3123
1734
  msgid "Remove"
1735
  msgstr ""
1736
 
1737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3042
1738
  #, fuzzy
1739
  msgid "Add new cost"
1740
  msgstr "Дадаць новае браняванне"
1741
 
1742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1743
  #, fuzzy
1744
  msgid "for all days"
1745
  msgstr "днеи"
1746
 
1747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1748
  #, fuzzy
1749
  msgid "Set amount of deposit payment"
1750
  msgstr "%s - уставіць даты бранявання"
1751
 
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1753
  #, fuzzy
1754
  msgid "Deposit payment total"
1755
  msgstr "фіксаваны ўнёсак"
1756
 
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3215
1758
  #, fuzzy
1759
  msgid "Deposit payment is not active for booking resource"
1760
  msgstr "Сезонныя змены коштаў"
1761
 
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3222
1763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:857
1764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3283
1765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3351
1766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
1768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3561
1769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:82
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
1771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1771
1772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1840
1773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1899
1774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1976
1775
  msgid "Status"
1776
  msgstr ""
1777
 
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1779
  #, fuzzy
1780
  msgid "deposit payment for booking resource"
1781
  msgstr "Тып бранявання"
1782
 
1783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3246
1784
  #, fuzzy
1785
  msgid "fixed total in"
1786
  msgstr "фіксаваны ўнёсак"
1787
 
1788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1789
  #, fuzzy
1790
  msgid "of payment"
1791
  msgstr "Аплата"
1792
 
1793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1794
  #, fuzzy
1795
  msgid "Condition"
1796
  msgstr "Выдаленне дадзеных па браняванні"
1797
 
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3256
1799
  #, php-format
1800
  msgid ""
1801
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1802
  "In%s days more than"
1803
  msgstr ""
1804
 
1805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1806
  #, fuzzy
1807
  msgid "Update Deposit"
1808
  msgstr "фіксаваны ўнёсак"
1809
 
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1811
  #, fuzzy
1812
  msgid "Deposit payment"
1813
  msgstr "фіксаваны ўнёсак"
1814
 
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3302
1816
  #, fuzzy, php-format
1817
  msgid ""
1818
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1819
  "payment form, instead of the full total of the booking."
1820
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1821
 
1822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1823
  #, fuzzy, php-format
1824
  msgid ""
1825
  " You can configure the deposit payment for your booking resources %shere%s."
1826
  msgstr "Сезонныя змены коштаў"
1827
 
1828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1830
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1831
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1832
  msgid "Su"
1833
  msgstr "Вс"
1834
 
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1837
  msgid "Mo"
1838
  msgstr "Пн"
1839
 
1840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1842
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1843
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1844
  msgid "Tu"
1845
  msgstr "Вт"
1846
 
1847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1849
  msgid "We"
1850
  msgstr "Ср"
1851
 
1852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1854
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1855
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1856
  msgid "Th"
1857
  msgstr "Чт"
1858
 
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1861
  msgid "Fr"
1862
  msgstr "Пт"
1863
 
1864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1866
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1867
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1868
  msgid "Sa"
1869
  msgstr "Сб"
1870
 
1871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1872
  msgid "Jan"
1873
  msgstr "Янв"
1874
 
1875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1876
  msgid "Feb"
1877
  msgstr "Фев"
1878
 
1879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1880
  msgid "Mar"
1881
  msgstr "Сакавік"
1882
 
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1884
  msgid "Apr"
1885
  msgstr "Апр"
1886
 
1887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3978
1889
  msgid "May"
1890
  msgstr "Травень"
1891
 
1892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1893
  msgid "Jun"
1894
  msgstr "Чэрвень"
1895
 
1896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1897
  msgid "Jul"
1898
  msgstr "Ліпень"
1899
 
1900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1901
  msgid "Aug"
1902
  msgstr "Авг"
1903
 
1904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1905
  msgid "Sep"
1906
  msgstr "Сен"
1907
 
1908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1909
  msgid "Oct"
1910
  msgstr "Окт"
1911
 
1912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1913
  msgid "Nov"
1914
  msgstr "Ныючы"
1915
 
1916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1917
  msgid "Dec"
1918
  msgstr "Дэк"
1919
 
1920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1921
  msgid "time"
1922
  msgstr "час"
1923
 
1924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3400
1925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3420
1926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3441
1927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3458
1928
  msgid "No days"
1929
  msgstr "Няма дзён"
1930
 
1931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3402
1932
  msgid "Every"
1933
  msgstr "Кожны "
1934
 
1935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3417
1936
  #, fuzzy
1937
  msgid "Each day "
1938
  msgstr "за 1 дзень"
1939
 
1940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3418
1941
  #, fuzzy
1942
  msgid "on each day "
1943
  msgstr "за 1 дзень"
1944
 
1945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3422
1946
  #, fuzzy
1947
  msgid "On each "
1948
  msgstr "на кожны "
1949
 
1950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3423
1951
  #, fuzzy
1952
  msgid "on each "
1953
  msgstr "на кожны "
1954
 
1955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3439
1956
  #, fuzzy
1957
  msgid "of every month "
1958
  msgstr "Кожны "
1959
 
1960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3443
1961
  msgid "of"
1962
  msgstr "з "
1963
 
1964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3512
1965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3754
1966
  msgid "Filter saved"
1967
  msgstr "Фільтр захаваны"
1968
 
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3548
1970
  #, fuzzy
1971
  msgid "Specific Dates Filter"
1972
  msgstr "Фільтр "
1973
 
1974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3806
1976
  #, fuzzy
1977
  msgid "Type filter name"
1978
  msgstr "Фільтр "
1979
 
1980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3562
1981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3811
1983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1984
  #, fuzzy
1985
  msgid "Create new season filter"
1986
  msgstr "Фільтр Дат"
1987
 
1988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1990
  #, fuzzy
1991
  msgid "Create New Season Filter"
1992
  msgstr "Фільтр Дат"
1993
 
1994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1996
  msgid "Save changes"
1997
  msgstr "Захаваць змены "
1998
 
1999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3797
2000
  #, fuzzy
2001
  msgid "Conditional Dates Filter"
2002
  msgstr "Фільтр "
2003
 
2004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2005
  msgid "Days of week"
2006
  msgstr "Дні тыдня "
2007
 
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3839
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1743
2010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1832
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
2013
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2016
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2017
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2018
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:524
2020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:556
2021
  msgid "Sunday"
2022
  msgstr "Нядзеля"
2023
 
2024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1745
2026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1836
2027
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
2028
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
2029
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2032
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2033
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2034
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:525
2036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:560
2037
  msgid "Monday"
2038
  msgstr "Панядзелак"
2039
 
2040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3851
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1747
2042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1840
2043
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
2044
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
2045
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2048
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2049
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2050
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:526
2052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:564
2053
  #, fuzzy
2054
  msgid "Tuesday"
2055
  msgstr "Аўторак"
2056
 
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3857
2058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1749
2059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1844
2060
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
2061
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
2062
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2065
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2066
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2067
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:527
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:568
2070
  msgid "Wednesday"
2071
  msgstr "Асяроддзе"
2072
 
2073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3863
2074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1751
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1848
2076
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
2077
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
2078
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2081
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2082
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2083
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:528
2085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:572
2086
  msgid "Thursday"
2087
  msgstr "Чацвер"
2088
 
2089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3869
2090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1753
2091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1852
2092
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2093
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
2094
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2097
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2098
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2099
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:529
2101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:576
2102
  msgid "Friday"
2103
  msgstr "Пятніца"
2104
 
2105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3875
2106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1755
2107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1856
2108
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2109
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
2113
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2114
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:530
2117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:580
2118
  msgid "Saturday"
2119
  msgstr "Субота"
2120
 
2121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3887
2122
  msgid "Days of month"
2123
  msgstr "Дні месяца"
2124
 
2125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3967
2126
  #, fuzzy
2127
  msgid "Months"
2128
  msgstr "Месяцы"
2129
 
2130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3974
2131
  msgid "January"
2132
  msgstr "Студзень"
2133
 
2134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3975
2135
  msgid "February"
2136
  msgstr "Люты"
2137
 
2138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3976
2139
  msgid "March"
2140
  msgstr "Сакавік"
2141
 
2142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3977
2143
  msgid "April"
2144
  msgstr "Красавік"
2145
 
2146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3979
2147
  msgid "June"
2148
  msgstr "Чэрвень"
2149
 
2150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3998
2151
  msgid "July"
2152
  msgstr "Ліпень"
2153
 
2154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3999
2155
  msgid "August"
2156
  msgstr "Жнівень"
2157
 
2158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4000
2159
  msgid "September"
2160
  msgstr "Верасень"
2161
 
2162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4001
2163
  msgid "October"
2164
  msgstr "Кастрычнік"
2165
 
2166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4002
2167
  msgid "November"
2168
  msgstr "Лістапад"
2169
 
2170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4003
2171
  msgid "December"
2172
  msgstr "Снежань"
2173
 
2174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4027
2175
  msgid "Years"
2176
  msgstr "Гады"
2177
 
2178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4097
2179
  msgid "Filter deleted successfully"
2180
  msgstr "Фільтр выдалены паспяхова"
2181
 
2182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4105
2183
  #, fuzzy
2184
  msgid "Create dates filter"
2185
  msgstr "Фільтр "
2186
 
2187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
2188
  #, fuzzy
2189
  msgid "Create conditional days filter"
2190
  msgstr "Фільтр для часу ці дзён"
2191
 
2192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4117
2193
  #, fuzzy
2194
  msgid "Listing of season filters"
2195
  msgstr "Фільтры "
2196
 
2197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4124
2198
  msgid "Filters"
2199
  msgstr "Фільтры "
2200
 
2201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4150
2203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4590
2204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1284
2205
  msgid "Edit"
2206
  msgstr "рэдагаваць "
2207
 
2208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4153
2209
  msgid "Do you really want to delete?"
2210
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2211
 
2212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4185
2213
  #, fuzzy
2214
  msgid "Showing cost in tooltip"
2215
  msgstr "Кошт"
2216
 
2217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4192
2218
  #, fuzzy
2219
  msgid ""
2220
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2221
  "over each day on the calendar(s)."
2222
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2223
 
2224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4200
2225
  #, fuzzy
2226
  msgid "Cost Title"
2227
  msgstr "Загаловак"
2228
 
2229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4202
2230
  #, php-format
2231
  msgid "Type your %scost%s description"
2232
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
2233
 
2234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4346
2235
  #, fuzzy
2236
  msgid "Advanced cost management"
2237
+ msgstr "Кошт"
2238
 
2239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4365
2240
  #, fuzzy
2241
  msgid "Configure Additional cost for the form"
2242
  msgstr "Дадатковы кошт для "
2243
 
2244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4408
2245
  #, fuzzy
2246
  msgid "Additional cost for"
2247
  msgstr "Кошт"
2248
 
2249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4458
2250
  msgid ""
2251
  "Check this box if you want that specific additional cost, which configured "
2252
  "as percentage for some option, apply to other additional fixed costs and not "
2253
  "only to original booking cost."
2254
  msgstr ""
2255
 
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4464
2257
  #, fuzzy
2258
  msgid ""
2259
+ "Configure additional cost, which depend from selection of selectbox(es) and "
2260
  "checkbox(es)."
2261
  msgstr "Лік дзён"
2262
 
2263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4467
2264
  #, php-format
2265
  msgid ""
2266
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2267
  "they exist in the %sbooking form%s."
2268
  msgstr ""
2269
 
2270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4474
2271
  #, fuzzy
2272
  msgid "Enter additional cost in formats:"
2273
  msgstr "Дадатковы кошт для "
2274
 
2275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2276
  #, php-format
2277
  msgid ""
2278
  "For example, if the original cost of the booking is %s, then after applying "
2279
  "additional costs the total cost will be folowing"
2280
  msgstr ""
2281
 
2282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2283
  #, fuzzy
2284
  msgid "Enter fixed cost"
2285
  msgstr "фіксаваны ўнёсак"
2286
 
2287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
 
2288
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4487
2290
  #, fuzzy, php-format
2291
  msgid "%s, then total cost will be %s"
2292
  msgstr "Прыклад: %s "
2293
 
2294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2295
  #, fuzzy
2296
  msgid "Enter percentage of the entire booking"
2297
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2298
 
2299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2300
  #, fuzzy
2301
  msgid "Enter fixed amount for each selected day"
2302
  msgstr "Лік дзён"
2303
 
2304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2305
  #, php-format
2306
  msgid "%s, then total cost will be (if selected 3 days) %s"
2307
  msgstr ""
2308
 
2309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2310
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2311
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2312
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2313
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:402
2315
  #, fuzzy
2316
  msgid "or"
2317
  msgstr "Форма"
2318
 
2319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4487
2320
  msgid ""
2321
  "Enter percentage as additional sum, which is based only on original cost and "
2322
  "not full sum"
2323
  msgstr ""
2324
 
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4491
2326
  #, php-format
2327
  msgid ""
2328
  "Please check more info about configuration of this cost settings on this "
2329
  "%spage%s."
2330
  msgstr ""
2331
 
2332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4564
2333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1226
2334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:33
2335
  #, fuzzy
2336
  msgid "Resource ID or Title"
2337
  msgstr "ID"
2338
 
2339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4566
2340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1228
2341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:35
2342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1468
2343
  msgid "Go"
2344
  msgstr ""
2345
 
2346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4589
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1283
2348
  #, fuzzy
2349
  msgid "Bulk Actions"
2350
  msgstr "Функцыі "
2351
 
2352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4610
2353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4636
2354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1303
2355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1328
2356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:79
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:105
2358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:565
2359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:587
2360
  msgid "Info"
2361
  msgstr "Інфа"
2362
 
2363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4622
2364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1314
2365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:92
2366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:580
2367
  #, fuzzy
2368
  msgid "Selection"
2369
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2370
 
2371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4625
2372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:95
2373
  #, fuzzy
2374
  msgid "Resource Name"
2375
  msgstr "Імя рэсурсу"
2376
 
2377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4702
2378
  #, fuzzy
2379
  msgid "Resources Settings"
2380
  msgstr "Усталёўкі"
2381
 
2382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4702
2383
  #, fuzzy
2384
  msgid "Resources management"
2385
  msgstr "Браняванне"
2386
 
2387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4704
2388
  #, fuzzy
2389
  msgid "Costs and Rates"
2390
  msgstr "Рэйты "
2391
 
2392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4707
2393
  #, fuzzy
2394
  msgid "Costs and Rates Settings"
2395
  msgstr "Рэйты "
2396
 
2397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4707
2398
  msgid "Customization of rates, valuation days cost and deposit amount "
2399
  msgstr ""
2400
 
2401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4709
2402
  #, fuzzy
2403
  msgid "Advanced Cost"
2404
+ msgstr "Кошт"
2405
 
2406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4712
2407
  #, fuzzy
2408
  msgid "Advanced Cost Settings"
2409
  msgstr "Пашыраныя налады"
2410
 
2411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4712
2412
  #, fuzzy
2413
  msgid "Customization of additional cost, which depend from form fields"
2414
  msgstr "Палі формы"
2415
 
2416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4715
2417
  #, fuzzy
2418
  msgid "Coupons"
2419
  msgstr "Лік дзён"
2420
 
2421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2422
  #, fuzzy
2423
  msgid "Coupons Settings"
2424
  msgstr "Усталёўкі"
2425
 
2426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2427
  #, fuzzy
2428
  msgid "Setting coupons for discount"
2429
  msgstr "Кошт"
2430
 
2431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2432
  #, fuzzy
2433
  msgid "Availability Settings"
2434
  msgstr "Даступнасць"
2435
 
2436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2437
  #, fuzzy
2438
  msgid "Customization of availability settings"
2439
  msgstr "Даступнасць"
2440
 
2441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4726
2442
  #, fuzzy
2443
  msgid "Season Filters"
2444
  msgstr "Фільтры "
2445
 
2446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4729
2447
  #, fuzzy
2448
  msgid "Season Filters Settings"
2449
  msgstr "Фільтры "
2450
 
2451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4729
2452
  #, fuzzy
2453
  msgid "Customization of season filters settings"
2454
  msgstr "Емейл"
2455
 
2456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4773
2457
  msgid "Cost: "
2458
  msgstr "Кошт:"
2459
 
2460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4803
2461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:674
2462
  msgid "Weekend"
2463
  msgstr "Выходныя"
2464
 
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4804
2466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:675
2467
  msgid "Work days"
2468
  msgstr "Працоўныя дні"
2469
 
2470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4805
2471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:676
2472
  msgid "High season"
2473
  msgstr "Высокі сазон"
2474
 
2475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
 
2476
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3809
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3827
2478
  msgid "Select Times"
2479
  msgstr ""
2480
 
2481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2482
  #, fuzzy
2483
  msgid "Setting cost for the resource"
2484
  msgstr "Кошт"
2485
 
2486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:368
2487
  #, fuzzy
2488
  msgid "/ day"
2489
  msgstr "за 1 дзень"
2490
 
2491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:369
2492
  #, fuzzy
2493
  msgid "/ night"
2494
  msgstr "за 1 ноч"
2495
 
2496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:370
2497
  #, fuzzy
2498
  msgid "fixed"
2499
  msgstr "фіксаваны ўнёсак"
2500
 
2501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:371
2502
  #, fuzzy
2503
  msgid "/ hour"
2504
  msgstr "за 1 гадзіна"
2505
 
2506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:438
2507
  #, fuzzy
2508
  msgid ""
2509
  "Start Time is invalid. The date or time may be booked, or already in the "
2511
  msgstr ""
2512
  "Час пачатку некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2513
 
2514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:439
2515
  #, fuzzy
2516
  msgid ""
2517
  "End Time is invalid. The date or time may be booked, or already in the past. "
2521
  "Час канчатка некоректно. Магчыма час для вылучаных дзён ужо зарэзервавана, "
2522
  "ці час канчатка раней чым час пачатку бранявання для 1-го вылучанага дня."
2523
 
2524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:440
2525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:441
2526
  #, fuzzy
2527
  msgid "The time(s) may be booked, or already in the past!"
2528
  msgstr "Час некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2529
 
2530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:603
2531
  #, fuzzy
2532
  msgid "Cost saved successfully"
2533
  msgstr "Захавана"
2534
 
2535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:610
2536
  msgid "Cost is not correct. It must be greater than 0"
2537
  msgstr ""
2538
 
2539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:626
2540
  msgid "Send payment request to customer"
2541
  msgstr ""
2542
 
2543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:630
2544
  #, fuzzy, php-format
2545
  msgid "Type your %sreason for payment%s request"
2546
  msgstr "Увядзіце %sаремя канчаткі%s"
2547
 
2548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:638
2549
  #, fuzzy
2550
  msgid "Send Request"
2551
  msgstr "Адправіць"
2552
 
2553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:639
2554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:726
2555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1030
2556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:848
2557
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:508
2558
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:571
2559
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:627
2561
  msgid "Close"
2562
  msgstr "Кошт"
2563
 
2564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:770
2565
  msgid "Request has been sent"
2566
  msgstr ""
2567
 
2568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:776
2569
  msgid "Request has failed"
2570
  msgstr ""
2571
 
2572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:801
2573
  msgid "The payment status is changed successfully"
2574
  msgstr ""
2575
 
2576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:808
2577
  msgid "The changing of payment status is failed"
2578
  msgstr ""
2579
 
2580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:852
2581
  msgid "Email to \"Person\" with payment request"
2582
  msgstr ""
2583
 
2584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:872
2585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3425
2586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3499
2587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3576
2588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1914
2589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1990
2590
  #, fuzzy
2591
  msgid "Send to Admin"
2592
  msgstr "Адправіць"
2593
 
2594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
2595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1922
2599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1998
2600
  #, fuzzy
2601
  msgid "Check this box to send copy of this email to Admin"
2602
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2603
 
2604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
2606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3516
2608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3593
2609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1857
2610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1930
2611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2007
2612
  #, fuzzy, php-format
2613
  msgid "Type the default %sadmin email%s sending the booking confimation"
2614
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
2615
 
2616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
2618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
2619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
2620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3521
2621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3598
2622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1800
2623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1862
2624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1935
2625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2012
2626
  msgid "Subject"
2627
  msgstr "Тэма ліста"
2628
 
2629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:896
2630
  #, fuzzy, php-format
2631
  msgid "Type email subject for %spayment request%s."
2632
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2633
 
2634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:901
2635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3319
2636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3382
2637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3453
2638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3528
2639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3605
2640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1807
2641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1870
2642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1942
2643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2019
2644
  #, fuzzy
2645
  msgid "Content"
2646
  msgstr "Панядзелак"
2647
 
2648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:904
2649
  #, fuzzy, php-format
2650
  msgid "Type your %semail message for payment request%s"
2651
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2652
 
2653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:912
2654
  #, fuzzy, php-format
2655
  msgid ""
2656
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
2659
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
2660
  "карыстанне сэрвісам бранявання.\""
2661
 
2662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:912
2663
  #, fuzzy
2664
  msgid "page"
2665
  msgstr ""
2666
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
2667
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
2668
 
2669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1188
2670
  #, fuzzy
2671
  msgid "deposit"
2672
  msgstr "фіксаваны ўнёсак"
2673
 
2674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1189
2675
  #, fuzzy
2676
  msgid "Total cost"
2677
  msgstr "Кошт"
2678
 
2679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1190
2680
  #, fuzzy
2681
  msgid "balance"
2682
  msgstr "Адмена"
2683
 
2684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1242
2685
  #, fuzzy
2686
  msgid "Auto-fill form"
2687
  msgstr "Форма"
2688
 
2689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1344
2690
  #, fuzzy
2691
  msgid "Billing form fields customization"
2692
  msgstr "Палі формы"
2693
 
2694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1356
2695
  msgid ""
2696
  "Please select a field from your booking form. This field will be "
2697
  "automatically assigned to the current field in the billing form."
2698
  msgstr ""
2699
 
2700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1362
2701
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2702
  #, fuzzy
2703
  msgid "Customer Email"
2704
  msgstr "Емейл"
2705
 
2706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1375
2707
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2708
  #, fuzzy
2709
  msgid "First Name(s)"
2710
  msgstr "Імя"
2711
 
2712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1388
2713
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2714
  #, fuzzy
2715
  msgid "Last name"
2716
  msgstr "Прозвішча"
2717
 
2718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1422
2719
  msgid "Billing Address"
2720
  msgstr ""
2721
 
2722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1435
2723
  msgid "Billing City"
2724
  msgstr ""
2725
 
2726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1448
2727
  msgid "Post Code"
2728
  msgstr ""
2729
 
2730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1461
2731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
2732
  #, fuzzy
2733
  msgid "Country"
2734
  msgstr "Лік дзён"
2735
 
2736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1480
2737
  msgid "State"
2738
  msgstr ""
2739
 
2740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1497
2741
  #, php-format
2742
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2743
  msgstr ""
2744
 
2745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1552
2746
  msgid "Title of booked timeslot(s)"
2747
  msgstr ""
2748
 
2749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1556
2750
  #, php-format
2751
  msgid ""
2752
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2753
  "timeslot(s)"
2754
  msgstr ""
2755
 
2756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1574
2757
  msgid "Time Format"
2758
  msgstr "Фармат даты"
2759
 
2760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1589
2761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
2762
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:597
2763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
2764
  msgid "Custom"
2765
  msgstr "Наладжвальны"
2766
 
2767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1597
2768
  #, fuzzy, php-format
2769
  msgid ""
2770
  "Type your time format for emails and the booking table. %sDocumentation on "
2773
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
2774
  "Дакументацыя па фармаце для дат%s "
2775
 
2776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1685
2777
  #, fuzzy, php-format
2778
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2779
  msgstr "Вылучэнне фиксированого колькасці дзён 1-ім клікам мышкі"
2780
 
2781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1693
2782
  #, fuzzy, php-format
2783
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2784
  msgstr "Вылучэнне дынамічнай колькасці дзён у 2 зграя мышкі"
2785
 
2786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1767
2788
  #, fuzzy
2789
  msgid "Days selection number"
2790
  msgstr "Выбар дыяпазону"
2791
 
2792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1708
2793
  #, php-format
2794
  msgid "Type your %snumber of days for range selection%s"
2795
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2796
 
2797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1803
2799
  msgid "Start day of range"
2800
  msgstr "Дзень пачатку дыяпазону"
2801
 
2802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1724
2803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1812
2804
  msgid "Any day of week"
2805
  msgstr "Любы дзень тыдня"
2806
 
2807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
2808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1823
2809
  #, fuzzy
2810
  msgid "Specific day(s) of week"
2811
  msgstr "Любы дзень тыдня"
2812
 
2813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1757
2814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1859
2815
  msgid "Select your start day of range selection at week"
2816
  msgstr "Абярыце дзень тыдня, які будзе пачаткам вылучэння дыяпазону дат"
2817
 
2818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1769
2819
  #, fuzzy
2820
  msgid "Min"
2821
  msgstr "Пн"
2822
 
2823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1783
2824
  #, fuzzy, php-format
2825
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2826
  msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2827
 
2828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1789
2829
  #, fuzzy
2830
  msgid "Specific days selections"
2831
  msgstr "днеи"
2832
 
2833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1793
2834
  #, php-format
2835
  msgid ""
2836
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
2839
  "%s, its the same like this: %s)"
2840
  msgstr ""
2841
 
2842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2843
  msgid "Use time selections as recurrent time slots"
2844
  msgstr ""
2845
 
2846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1913
2847
  msgid ""
2848
  "Check this box if you want to use recurrent time to reserve several days. "
2849
  "This means that middle days will be partially booked by actual times, "
2851
  "time for the first and last day of the reservation."
2852
  msgstr ""
2853
 
2854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1920
2855
  #, fuzzy
2856
  msgid "Use check in/out time"
2857
  msgstr "Выкарыстоўваць фиксированое час"
2858
 
2859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1927
2860
  msgid "This option will overwrite any times selection in your booking form."
2861
  msgstr ""
2862
 
2863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1932
2864
  msgid "Check this option, to use check in/out time during booking process. "
2865
  msgstr ""
2866
 
2867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1935
2868
  #, php-format
2869
  msgid ""
2870
  "%s Important!%s This will overwrite any times selection in your booking form."
2871
  msgstr ""
2872
 
2873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
2874
  #, fuzzy
2875
  msgid "Check-in time"
2876
  msgstr "час"
2877
 
2878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
2879
  #, php-format
2880
  msgid "%sstart booking time%s"
2881
  msgstr "%sвведите час пачатку бранявання%s"
2882
 
2883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1946
2884
  #, fuzzy, php-format
2885
  msgid "Type your %sCheck-in%s time of booking"
2886
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2887
 
2888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1951
2889
  #, fuzzy
2890
  msgid "Check-Out time"
2891
  msgstr "час"
2892
 
2893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1951
2894
  #, php-format
2895
  msgid "%send booking time%s"
2896
  msgstr "%sвремя канчаткі бранявання%s"
2897
 
2898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
2899
  #, fuzzy, php-format
2900
  msgid "Type your %sCheck-Out%s time of booking"
2901
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2902
 
2903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1987
2904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:50
2905
  #, fuzzy
2906
  msgid "Costs"
2907
  msgstr "Кошт"
2908
 
2909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1992
2910
  #, fuzzy
2911
  msgid "Set the cost"
2912
  msgstr "Кошт"
2913
 
2914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1997
2915
  #, fuzzy
2916
  msgid "fixed sum"
2917
  msgstr "фіксаваны ўнёсак"
2918
 
2919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2000
2920
  #, fuzzy
2921
  msgid " Select your cost configuration."
2922
  msgstr "Абярыце дзень пачатку тыдня"
2923
 
2924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2005
2925
  #, fuzzy
2926
  msgid "Currency format"
2927
  msgstr "Фармат даты"
2928
 
2929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2008
2930
  #, fuzzy
2931
  msgid "Number of decimal points"
2932
  msgstr "Лік наведвальнікаў"
2933
 
2934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2015
2935
  msgid "Separator for the decimal point"
2936
  msgstr ""
2937
 
2938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2019
2939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2034
2940
  msgid "No separator"
2941
  msgstr ""
2942
 
2943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2020
2944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2035
2945
  msgid "Space"
2946
  msgstr ""
2947
 
2948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2021
2949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2036
2950
  #, fuzzy
2951
  msgid "Dot"
2952
  msgstr "фіксаваны ўнёсак"
2953
 
2954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2022
2955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2037
2956
  msgid "Comma"
2957
  msgstr ""
2958
 
2959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2030
2960
  msgid "Thousands separator"
2961
  msgstr ""
2962
 
2963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2048
2964
  #, fuzzy
2965
  msgid "Time impact to cost"
2966
  msgstr "час"
2967
 
2968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2053
2969
  #, fuzzy, php-format
2970
  msgid ""
2971
  "Check this box if you want the %stime selection%s on the booking form "
2972
  "%sapplied to the cost calculation%s."
2973
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2974
 
2975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
2976
  #, fuzzy
2977
  msgid "Show booking details in payment form"
2978
  msgstr "Апісанне плацяжоў"
2979
 
2980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2068
2981
  #, fuzzy, php-format
2982
  msgid ""
2983
  " Check this checkbox if you want to show the %sbooking details summary%s "
2984
  "above the payment form"
2985
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2986
 
2987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2113
2988
  #, fuzzy
2989
  msgid "Auto cancellation / auto approval of bookings"
2990
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2991
 
2992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2119
2993
  #, fuzzy
2994
  msgid "Auto approve all new bookings"
2995
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2996
 
2997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2128
2998
  #, fuzzy, php-format
2999
  msgid ""
3000
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
3001
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3002
 
3003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2135
3004
  #, fuzzy
3005
  msgid "Auto-cancel bookings"
3006
  msgstr "Адмена"
3007
 
3008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2145
3009
  #, fuzzy, php-format
3010
  msgid ""
3011
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
3012
  "bookings."
3013
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3014
 
3015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2156
3016
  #, fuzzy
3017
  msgid "Cancel bookings older"
3018
  msgstr "Адмена"
3019
 
3020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2161
3021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:746
3022
  #, fuzzy
3023
  msgid "hour"
3024
  msgstr "за 1 гадзіна"
3025
 
3026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2164
3027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:582
3028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:646
3029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:749
3030
  #, fuzzy
3031
  msgid "hours"
3032
  msgstr "Чацвер"
3033
 
3034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2174
3035
  msgid ""
3036
  "Cancel only pending, unpaid bookings, which are older than this selection."
3037
  msgstr ""
3038
 
3039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2179
3040
  #, fuzzy
3041
  msgid "Cancellation email sent"
3042
+ msgstr "Емейл"
3043
 
3044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2184
3045
  #, php-format
3046
  msgid "Check this box to %ssend%s cancellation email for this resource."
3047
  msgstr ""
3048
 
3049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2196
3050
  #, fuzzy
3051
  msgid "Reason for cancellation"
3052
  msgstr "Чыннік адмовы"
3053
 
3054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2198
3055
  #, php-format
3056
  msgid "Type the reason for %scancellation%s for the email template."
3057
  msgstr ""
3058
 
3059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2240
3060
  msgid ""
3061
  "Customization of billing fields, which automatically assign from booking "
3062
  "form to billing form"
3063
  msgstr ""
3064
 
3065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2241
3066
  #, fuzzy
3067
  msgid "Billing form fields"
3068
  msgstr "Палі формы"
3069
 
3070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2267
3071
  #, fuzzy
3072
  msgid "Booked Times:"
3073
  msgstr "Забранявана "
3074
 
3075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2290
3076
  msgid ""
3077
  "This reservation is cancelled because we did not receive payment and the "
3078
  "administrator did not approve it."
3079
  msgstr ""
3080
 
3081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2309
3082
  #, fuzzy
3083
  msgid "You need to make payment for this reservation"
3084
  msgstr "Сезонныя змены коштаў"
3085
 
3086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2311
3087
  #, fuzzy, php-format
3088
  msgid ""
3089
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
3092
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
3093
  "карыстанне сэрвісам бранявання.\""
3094
 
3095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2416
3096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1446
3097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3928
3098
  #, fuzzy
3099
  msgid "Apartment#1"
3100
  msgstr "за 1 дзень"
3101
 
3102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2417
3103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1447
3104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3929
3105
  #, fuzzy
3106
  msgid "Apartment#2"
3107
  msgstr "Апартаменты №2"
3108
 
3109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2418
3110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3930
3111
  #, fuzzy
3112
  msgid "Apartment#3"
3113
  msgstr "Апартаменты №3"
3123
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3124
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3125
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
3126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:194
3127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:211
3128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:228
3129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:247
3130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:264
3131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:281
3132
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
3133
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
3134
  #, fuzzy
3152
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
3153
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3154
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:194
3156
  #, fuzzy
3157
  msgid "Default value"
3158
  msgstr "Па змаўчанні"
3171
 
3172
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
3173
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
3174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:177
3175
  #, fuzzy
3176
  msgid "required"
3177
  msgstr "Емейл (абавязковае поле)"
3202
  msgid "Allow %smultiple%s selections"
3203
  msgstr ""
3204
 
3205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:167
3206
  #, fuzzy, php-format
3207
  msgid "Set as %srequired%s"
3208
  msgstr "Прыклад: %s "
3209
 
3210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:177
3211
  msgid "Name"
3212
  msgstr "Імя"
3213
 
3214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:228
3215
+ msgid "Placeholder"
3216
+ msgstr ""
3217
+
3218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:247
3219
  msgid "Class"
3220
  msgstr ""
3221
 
3222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:264
3223
  msgid "Size"
3224
  msgstr ""
3225
 
3226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:281
3227
  msgid "Maxlength"
3228
  msgstr ""
3229
 
3230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:298
3231
  msgid "Copy and paste this shortcode into the form at left side"
3232
  msgstr ""
3233
 
3234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:313
3235
  #, php-format
3236
  msgid ""
3237
  "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
3302
  msgstr "Палі формы"
3303
 
3304
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
3305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:38
3306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:483
3307
  #, fuzzy
3308
  msgid "Calendar"
3309
  msgstr "Каляндар бранявання"
3401
  msgstr "Прыклад: %s "
3402
 
3403
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
3404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:683
3405
  msgid "CAPTCHA"
3406
  msgstr "CAPTCHA"
3407
 
3970
  msgid "Number of selected nights."
3971
  msgstr "Лік наведвальнікаў"
3972
 
3973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:734
3974
+ msgid "Other"
 
 
 
 
 
 
 
 
 
 
 
 
3975
  msgstr ""
3976
 
3977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:740
3978
+ msgid "Tips and Tricks"
3979
  msgstr ""
3980
 
3981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:742
3982
  #, php-format
3983
+ msgid "%sEmail verification field%s."
 
 
3984
  msgstr ""
3985
 
3986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:744
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3987
  #, fuzzy, php-format
3988
+ msgid "%sDescription of usage%s."
3989
+ msgstr "Прыклад: %s "
3990
 
3991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:745
3992
  #, php-format
3993
  msgid ""
3994
+ "To create verification email, you need to use special CSS class in other "
3995
+ "email field. This CSS class must start with this reserved words: %s and then "
3996
+ "have to go the name of your primary email field: %s"
3997
  msgstr ""
3998
 
3999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:746
4000
+ #, fuzzy, php-format
4001
+ msgid "%sExample%s."
4002
+ msgstr "Прыклад: %s "
 
 
 
4003
 
4004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
4005
+ msgid "confirmation email field of the primary email field"
 
 
 
 
4006
  msgstr ""
4007
 
4008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:770
4009
+ #, fuzzy
4010
+ msgid "Generate Tag"
4011
+ msgstr "Чэрвень"
 
 
 
 
 
 
 
 
 
4012
 
4013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:787
4014
+ msgid "Select option to configure or show help info about tags"
 
4015
  msgstr ""
4016
 
4017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:244
4018
  #, fuzzy
4019
  msgid "Enter Keyword here"
4020
  msgstr "Увядзіце ваш тэлефон"
4021
 
4022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
4023
  msgid "Keyword"
4024
  msgstr ""
4025
 
4026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:255
4027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:259
4028
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:303
4029
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:308
4030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:925
4031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:926
4032
  #, fuzzy
4033
  msgid "Resource"
4034
  msgstr "Імя рэсурсу"
4035
 
4036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:274
4037
  #, fuzzy
4038
  msgid "Print bookings listing"
4039
  msgstr "Браняванне"
4040
 
4041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:276
4042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
4043
  #, fuzzy
4044
  msgid "Print"
4045
  msgstr "Аплата"
4046
 
4047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:277
4048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:860
4049
  msgid "Export only current page of bookings to CSV format"
4050
  msgstr ""
4051
 
4052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:279
4053
  #, fuzzy
4054
  msgid "Export"
4055
  msgstr "Супериор "
4056
 
4057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:280
4058
  msgid "Export All bookings to CSV format"
4059
  msgstr ""
4060
 
4061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:282
4062
  msgid "Export All"
4063
  msgstr ""
4064
 
4065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:373
4066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1265
4067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1775
4068
  msgid "Labels"
4069
  msgstr ""
4070
 
4071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:374
4072
  #, fuzzy
4073
  msgid "Data"
4074
  msgstr "Даты"
4075
 
4076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:391
4077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:637
4078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
4079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1519
4080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1973
4081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2167
4082
  msgid "Approved"
4083
  msgstr "Пацверджана"
4084
 
4085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:392
4086
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:147
4087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:638
4088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1518
4089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1972
4090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2195
4091
  msgid "Pending"
4092
  msgstr "Якія чакаюць сцвярджэнні"
4093
 
4094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
4095
  #, fuzzy
4096
  msgid "Edit Booking"
4097
  msgstr "рэдагаваць "
4098
 
4099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:419
4100
  #, fuzzy
4101
  msgid "Edit Note"
4102
  msgstr "рэдагаваць "
4103
 
4104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:423
4105
  #, fuzzy
4106
  msgid "Change Resource"
4107
  msgstr "Імя рэсурсу"
4108
 
4109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:483
4110
  #, fuzzy
4111
  msgid "Change"
4112
  msgstr "Змены "
4113
 
4114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:589
4115
  #, fuzzy
4116
  msgid "Clear booking resources selection"
4117
  msgstr "Тып бранявання"
4118
 
4119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:593
4120
  #, fuzzy
4121
  msgid "Apply booking resources selection"
4122
  msgstr "Тып бранявання"
4123
 
4124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:624
4125
  msgid ""
4126
  "Please note, its not possible to add new resources, if \"All resources\" "
4127
  "option is selected. Please clear the selection, then add new resources."
4128
  msgstr ""
4129
 
4130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:704
4131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1389
4132
  #, fuzzy
4133
  msgid "All resources"
4134
  msgstr "Кошт рэсурсу"
4135
 
4136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:718
4137
  #, fuzzy
4138
  msgid "Booking resources"
4139
  msgstr "Браняванне"
4151
 
4152
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:126
4153
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:495
4154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1922
4155
  msgid "Unknown"
4156
  msgstr ""
4157
 
4230
  msgstr ""
4231
 
4232
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:161
4233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2020
4234
  msgid "Created"
4235
  msgstr ""
4236
 
4272
 
4273
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:228
4274
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:492
4275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1919
4276
  #, fuzzy
4277
  msgid "Paid OK"
4278
  msgstr "Ок"
4329
  msgid "Change status"
4330
  msgstr "Дадаць новае браняванне"
4331
 
4332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:692
4333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:750
4334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:124
4335
  msgid "Updating..."
4336
  msgstr "Захаванне..."
4337
 
4338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:697
4339
  msgid "User is Activated"
4340
  msgstr ""
4341
 
4342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:755
4343
  #, fuzzy
4344
  msgid "User is Deactivated"
4345
  msgstr "калі ўбудова дэактываваны"
4346
 
4347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:867
4348
  #, php-format
4349
  msgid ""
4350
  "%sYou do not have permissions for this page.%s Your account is not active, "
4351
  "please contact administrator.%s"
4352
  msgstr ""
4353
 
4354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:902
4355
  #, php-format
4356
  msgid "%sYou do not have permissions for this booking resources.%s"
4357
  msgstr ""
4358
 
4359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:908
4360
  #, fuzzy, php-format
4361
  msgid "%sNo this booking resources.%s"
4362
  msgstr "%sвведите час пачатку бранявання%s"
4363
 
4364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1048
4365
  #, fuzzy
4366
  msgid "Show resources of user:"
4367
  msgstr "Паказаць"
4368
 
4369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1060
4370
  #, fuzzy
4371
  msgid "My"
4372
  msgstr "Травень"
4373
 
4374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1079
4375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:323
4376
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:361
4377
  #, fuzzy
4378
  msgid "Booking resource:"
4379
  msgstr "Тып бранявання"
4380
 
4381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1111
4382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1163
4383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1213
4384
  #, fuzzy
4385
  msgid "Users"
4386
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
4387
 
4388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1131
4389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1147
4390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4391
  #, fuzzy
4392
  msgid "User"
4393
  msgstr "Гады"
4394
 
4395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1165
4396
  msgid "Management of"
4397
  msgstr ""
4398
 
4399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1268
4400
  msgid "Set user as"
4401
  msgstr ""
4402
 
4403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1301
4404
  #, fuzzy, php-format
4405
  msgid "Active %sSuper Admin%s"
4406
  msgstr "Супериор "
4407
 
4408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1303
4409
  #, fuzzy, php-format
4410
  msgid "Active %sRegular User%s"
4411
  msgstr "Гады"
4412
 
4413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4414
  msgid "Inactive User"
4415
  msgstr ""
4416
 
4417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1313
4418
  msgid "Unlimited"
4419
  msgstr ""
4420
 
4421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1318
4422
  #, fuzzy
4423
  msgid "Activate"
4424
  msgstr "Актыўна"
4425
 
4426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1328
4428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
4429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1334
4430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4432
  #, fuzzy
4433
  msgid "Do you really want"
4434
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
4435
 
4436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4437
  #, fuzzy
4438
  msgid "make user active"
4439
  msgstr "Актыўна"
4440
 
4441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4442
  #, fuzzy
4443
  msgid "Deactivate"
4444
  msgstr "Актыўна"
4445
 
4446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1327
4447
  msgid "Set as inactive"
4448
  msgstr ""
4449
 
4450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1328
4451
  msgid "make user inactive"
4452
  msgstr ""
4453
 
4454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1330
4455
  #, fuzzy
4456
  msgid "Delete settings"
4457
  msgstr "Выдаліць"
4458
 
4459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
4460
  #, fuzzy
4461
  msgid "delete configuration"
4462
  msgstr "Выдаліць"
4463
 
4464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1333
4465
  #, fuzzy
4466
  msgid "Delete data"
4467
  msgstr "Выдаліць"
4468
 
4469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1334
4470
  #, fuzzy
4471
  msgid "delete all booking data"
4472
  msgstr "Выдаленне дадзеных па браняванні"
4473
 
4474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1344
4475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4476
  #, fuzzy
4477
  msgid "Super Admin"
4478
  msgstr "Адміністрацыйны емейл"
4479
 
4480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4482
  msgid "set user as"
4483
  msgstr ""
4484
 
4485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1348
4486
  #, fuzzy
4487
  msgid "Regular User"
4488
  msgstr "Гады"
4489
 
4490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4491
  #, fuzzy
4492
  msgid "Regular user"
4493
  msgstr "Гады"
4494
 
4495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1445
4496
  #, fuzzy
4497
  msgid "Suite"
4498
  msgstr "Президенский нумар "
4536
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4537
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:328
4538
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:128
4539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:132
4540
  #, fuzzy
4541
  msgid "Chose payment mode"
4542
  msgstr "Аплата"
4581
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4582
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:341
4583
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:141
4584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:145
4585
  msgid "Transaction type"
4586
  msgstr ""
4587
 
4603
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4604
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:354
4605
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:153
4606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:157
4607
  msgid "Accepted Currency"
4608
  msgstr ""
4609
 
4611
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4612
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:156
4614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:160
4615
  msgid "U.S. Dollars"
4616
  msgstr "Даляры ЗША"
4617
 
4629
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4630
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4631
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:161
4633
  msgid "Euros"
4634
  msgstr "Еўра"
4635
 
4637
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4638
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:383
4639
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:180
4640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:163
4641
  msgid "The currency code that gateway will process the payment in."
4642
  msgstr ""
4643
 
4651
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4652
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4653
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:185
4654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:168
4655
  #, fuzzy
4656
  msgid "Payment button title"
4657
  msgstr "Загаловак"
4660
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4661
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:439
4662
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:188
4663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:171
4664
  #, fuzzy
4665
  msgid "Enter the title of the payment button"
4666
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4669
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4670
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:448
4671
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:195
4672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:178
4673
  #, fuzzy
4674
  msgid "Show Payment description"
4675
  msgstr "Апісанне плацяжоў"
4678
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4679
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:456
4680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:203
4681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:186
4682
  #, fuzzy
4683
  msgid "Check this box to show payment description in payment form"
4684
  msgstr "Апісанне плацяжоў"
4687
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4688
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4689
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:214
4690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:197
4691
  msgid "Payment description"
4692
  msgstr "Апісанне плацяжоў"
4693
 
4702
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4703
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:482
4704
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
4705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:208
4706
  #, php-format
4707
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4708
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
4711
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4712
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:483
4713
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:209
4715
  #, php-format
4716
  msgid "%s[dates]%s - inserting list of reserved dates "
4717
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
4720
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4721
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:484
4722
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:210
4724
  #, fuzzy, php-format
4725
  msgid "%s[datescount]%s - inserting number of reserved dates "
4726
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
4785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:241
4788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:224
4789
  msgid "Return URL after Successful order"
4790
  msgstr ""
4791
 
4792
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4793
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4794
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:246
4795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:229
4796
  #, fuzzy, php-format
4797
  msgid ""
4798
  "Enter a return relative Successful URL. %s will redirect visitors to this "
4807
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4808
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4809
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:230
4811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:241
4812
  msgid "Please test this URL, it must be a valid address"
4813
  msgstr ""
4814
 
4815
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4816
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4817
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:252
4818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:235
4819
  #, fuzzy
4820
  msgid "Return URL after Failed order"
4821
  msgstr "Спасылка для вяртання з Paypal-а"
4823
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4824
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4825
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:257
4826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:240
4827
  #, fuzzy, php-format
4828
  msgid ""
4829
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
4847
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4848
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
4849
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
4850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:256
4851
  msgid "This will not work, if the visitor leaves the payment page."
4852
  msgstr ""
4853
 
4863
  "when using a European payment processor"
4864
  msgstr ""
4865
 
4866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:715
4867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:733
4868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:972
4869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:810
4870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:707
4871
  #, fuzzy, php-format
4872
  msgid "Payment for booking %s on these day(s): %s"
4873
+ msgstr "%sвведите час пачатку бранявання%s"
4874
 
4875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:717
4876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:728
4877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:973
4878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:814
4879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:711
4880
  msgid "Pay via"
4881
  msgstr ""
4882
 
4883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:111
4884
  #, fuzzy
4885
  msgid "Dates:"
4886
  msgstr "Даты"
4887
 
4888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:112
4889
  #, fuzzy
4890
  msgid "Booking Details:"
4891
  msgstr "Апісанне"
4942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:217
4945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:200
4946
  msgid "Enter the service name or the reason for the payment here."
4947
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4948
 
4949
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4950
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:575
4951
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:263
4952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:246
4953
  #, fuzzy
4954
  msgid "Automatically approve/cancel booking"
4955
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
4956
 
4957
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4958
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:271
4959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:254
4960
  msgid ""
4961
  "Check this box to automatically approve bookings when visitor makes a "
4962
  "successful payment, or automatically cancel the booking when visitor makes a "
4965
 
4966
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4967
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
4968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:295
4969
  #, php-format
4970
  msgid ""
4971
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4972
  "page, this is necessary for the %s."
4973
  msgstr ""
4974
 
4975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:581
4976
  #, fuzzy
4977
  msgid "Successful payment"
4978
  msgstr "Аплата"
4979
 
4980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:583
4981
  #, fuzzy
4982
  msgid " Parameters are incorrect,"
4983
  msgstr "Некоректно ўведзены емейл"
4984
 
4985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:584
4986
  msgid "Cannot find the record"
4987
  msgstr ""
4988
 
4989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:585
4990
  msgid "Amount different"
4991
  msgstr ""
4992
 
4993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:586
4994
  #, fuzzy
4995
  msgid "Payment failed"
4996
  msgstr "Аплата"
4997
 
4998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:587
4999
  msgid "Payment status updated by Mobile88 Admin(Fail)"
5000
  msgstr ""
5001
 
5002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:588
5003
  msgid "Connection Error"
5004
  msgstr ""
5005
 
5028
  msgid "PayPal customization"
5029
  msgstr "Налада Paypal"
5030
 
5031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:144
5032
+ msgid "Configuration of PayPal Standard payment form"
5033
+ msgstr ""
5034
+
5035
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:151
5036
  #, fuzzy
5037
  msgid "Paypal Standard"
5038
  msgstr "Стандарт "
5039
 
5040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:157
5041
+ msgid "Configuration of PayPal Pro Hosted Solution payment form"
5042
+ msgstr ""
5043
+
5044
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:164
5045
  msgid "Paypal Pro Hosted Solution"
5046
  msgstr ""
5047
 
5048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:170
5049
+ msgid ""
5050
+ "Instant Payment Notification (IPN) is a message service that notifies you of "
5051
+ "events related to PayPal transactions"
5052
+ msgstr ""
5053
+
5054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:175
5055
  msgid "IPN"
5056
  msgstr ""
5183
  msgstr "Захаваць"
5184
 
5185
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:346
5186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:148
5187
  #, fuzzy
5188
  msgid "Authorization"
5189
  msgstr "налада емейла"
5413
  msgid "Make payments with payPal - its fast, free and secure!"
5414
  msgstr "Зрабіце аплату пры дапамозе Paypal - гэта хутка і бяспечна."
5415
 
5416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:978
5417
  #, fuzzy
5418
  msgid "Enter your phone number"
5419
  msgstr "Увядзіце ваш тэлефон"
5475
  msgstr ""
5476
 
5477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
5478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:136
5479
  msgid "TEST"
5480
  msgstr ""
5481
 
5482
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
5483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:137
5484
  msgid "LIVE"
5485
  msgstr ""
5486
 
5496
  msgstr "Аплата"
5497
 
5498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
5499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:149
5500
  msgid "DEFERRED"
5501
  msgstr ""
5502
 
5503
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
5504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:150
5505
  msgid "AUTHENTICATE"
5506
  msgstr ""
5507
 
5520
  msgstr "Ізраільскі шекель"
5521
 
5522
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
5523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:295
5524
  msgid "ALL"
5525
  msgstr ""
5526
 
5529
  msgid "Pay using %s payment service"
5530
  msgstr ""
5531
 
5532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:24
5533
+ #, fuzzy
5534
+ msgid "Integration of Sermepa payment system"
5535
+ msgstr "Аплата"
5536
+
5537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:25
5538
+ msgid "Sermepa"
5539
+ msgstr ""
5540
+
5541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:86
5542
+ #, fuzzy
5543
+ msgid "Sermepa payment customization"
5544
+ msgstr "Аплата"
5545
+
5546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:88
5547
+ #, php-format
5548
+ msgid ""
5549
+ "If you have no account on this system, please visit %s to create one. "
5550
+ "Simulator account emulates the Sermepa Pay account as well as a Test and "
5551
+ "Live account."
5552
+ msgstr ""
5553
+
5554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:92
5555
+ #, fuzzy
5556
+ msgid "Active Sermepa Pay"
5557
+ msgstr "Актыўна"
5558
+
5559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:99
5560
+ #, fuzzy
5561
+ msgid " Check this box to use Sermepa Pay payment."
5562
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5563
+
5564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:108
5565
+ msgid "FUC"
5566
+ msgstr ""
5567
+
5568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:112
5569
+ msgid ""
5570
+ "Set this value to the FUC assigned to you by Sermepa Pay or chosen when you "
5571
+ "applied."
5572
+ msgstr ""
5573
+
5574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:119
5575
+ msgid "Clave"
5576
+ msgstr ""
5577
+
5578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:123
5579
+ msgid "Set this value to the Clave assigned to you by Sermepa Pay"
5580
+ msgstr ""
5581
+
5582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:139
5583
+ msgid "Select TEST for the Test Server and LIVE in the live environment"
5584
+ msgstr ""
5585
+
5586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:152
5587
+ msgid ""
5588
+ "This can be DEFERRED or AUTHENTICATED if your Sermepa Pay account supports "
5589
+ "those payment types"
5590
+ msgstr ""
5591
+
5592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/wpbc-response.php:77
5593
  #, fuzzy
5594
  msgid "Payment rejected"
5595
  msgstr "Аплата"
5596
 
5597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:113
5598
  #, fuzzy
5599
  msgid "Form / Calendar"
5600
  msgstr "Форма"
5601
 
5602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:115
 
 
 
 
 
 
 
 
 
 
 
5603
  #, fuzzy
5604
+ msgid "Insertion of booking form or availability calendar shortcodes"
5605
+ msgstr "Абярыце, што Вы жадаеце паказаць:форму бранявання ці адзін каляндар."
5606
 
5607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:126
5608
  #, fuzzy
5609
  msgid "Selection of form"
5610
  msgstr "Форма"
5611
 
5612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:128
5613
+ #, fuzzy
5614
+ msgid "Insertion selection of booking form for specific booking resource"
5615
+ msgstr "Памылка пры абнаўленні БД "
5616
+
5617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:141
5618
+ #, fuzzy
5619
+ msgid "Insertion search form shortcode"
5620
+ msgstr "Інфармацыя"
5621
+
5622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:153
5623
  #, fuzzy
5624
  msgid "Editing of booking"
5625
  msgstr "Браняванне"
5626
 
5627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:155
5628
+ msgid "Insertion system shortcode for booking editing"
5629
+ msgstr ""
5630
+
5631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:175
5632
  #, php-format
5633
  msgid ""
5634
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5635
  "of the specific shortcodes %shere%s"
5636
  msgstr ""
5637
 
5638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:184
5639
  #, php-format
5640
  msgid ""
5641
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5643
  "payment request"
5644
  msgstr ""
5645
 
5646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:185
5647
  #, php-format
5648
  msgid ""
5649
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5650
  "settings page%s must link to this page"
5651
  msgstr ""
5652
 
5653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:186
5654
  #, php-format
5655
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5656
  msgstr ""
5657
 
5658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:205
5659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:207
5660
  #, fuzzy
5661
  msgid "Select shortcode to insert"
5662
  msgstr "Уставіць Каляндар для бранявання"
5663
 
5664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:212
5665
  #, fuzzy
5666
  msgid "Search form"
5667
  msgstr "Форма"
5668
 
5669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:227
5670
  #, php-format
5671
  msgid ""
5672
  "This shortcode %s is using for showing the search results at specific page, "
5673
  "if the search form is submit showing the search results at different page"
5674
  msgstr ""
5675
 
5676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:237
5677
  #, fuzzy
5678
  msgid "Check this box to show search results on other page"
5679
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
5680
 
5681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:243
5682
  #, fuzzy
5683
  msgid "URL of search results:"
5684
  msgstr "Спасылка для вяртання з Paypal-а"
5685
 
5686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:245
5687
  msgid "Type the URL of search results page."
5688
  msgstr ""
5689
 
5690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5691
  #, fuzzy
5692
  msgid "Title of Search results:"
5693
  msgstr "Загаловак"
5694
 
5695
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5696
+ #, fuzzy
5697
+ msgid "Search results:"
5698
+ msgstr "Загаловак"
5699
+
5700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:254
5701
  msgid "Type the title of Search results."
5702
  msgstr ""
5703
 
5704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5705
  msgid "Nothing Found Message:"
5706
  msgstr ""
5707
 
5708
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:262
5709
+ msgid "Nothing Found."
5710
+ msgstr ""
5711
+
5712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:263
5713
  msgid "Type the message, when nothing found."
5714
  msgstr ""
5715
 
5716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:270
5717
  #, fuzzy
5718
  msgid "Search only for users:"
5719
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5720
 
5721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:272
5722
  msgid ""
5723
  "Type IDs of the users (separated by comma \",\") for searching availability "
5724
  "only for these users, or leave it blank for searching for all users."
5725
  msgstr ""
5726
 
5727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:291
5728
  #, fuzzy
5729
  msgid "Title:"
5730
  msgstr "Загаловак"
5731
 
5732
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:292
5733
+ #, fuzzy
5734
+ msgid "Please select the resource:"
5735
+ msgstr "Імя рэсурсу"
5736
+
5737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:293
5738
  msgid "Title near your select box."
5739
  msgstr ""
5740
 
5741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:301
5742
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
5743
  msgid "Visible months:"
5744
  msgstr ""
5745
 
5746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:316
5747
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:396
5748
  msgid "Select number of month to show for calendar."
5749
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
5750
 
5751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:338
5752
  msgid ""
5753
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5754
  "select multiple booking resources."
5755
  msgstr ""
5756
 
5757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:345
5758
  #, php-format
5759
  msgid ""
5760
  "This shortcode %s is using for selection of the booking form of specific "
5761
  "booking resources in selectbox"
5762
  msgstr ""
5763
 
5764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:431
5765
  msgid "Saved"
5766
  msgstr "Захавана"
5767
 
5768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:552
5769
  #, fuzzy
5770
  msgid "This booking resources does not exist"
5771
  msgstr "Тып бранявання"
5772
 
5773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:571
5774
  msgid "Processing..."
5775
  msgstr ""
5776
 
5777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:592
5778
  msgid "Generating columns..."
5779
  msgstr ""
5780
 
5781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:623
5782
  #, fuzzy
5783
  msgid "Exporting booking data..."
5784
  msgstr "Браняванне"
5785
 
5786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:657
5787
  msgid "Generating content of file"
5788
  msgstr ""
5789
 
5790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:696
5791
  #, fuzzy
5792
  msgid "Saving to file"
5793
  msgstr "у календары"
5794
 
5795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:713
5796
  #, fuzzy
5797
  msgid "Export bookings"
5798
  msgstr "Браняванне"
5799
 
5800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:716
5801
  msgid "Download the CSV file of exported booking data"
5802
  msgstr ""
5803
 
5804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:724
5805
  msgid "Download"
5806
  msgstr ""
5807
 
5808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:734
5809
  #, fuzzy
5810
  msgid "Done!"
5811
  msgstr "Тэлефон"
5812
 
5813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:766
5814
  #, fuzzy
5815
  msgid "Please Select"
5816
  msgstr "Калі ласка, увядзіце кошт"
5817
 
5818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:911
5819
  #, fuzzy
5820
  msgid "link"
5821
  msgstr "Спасылкі"
5822
 
5823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1032
5824
  #, fuzzy
5825
  msgid "Print bookings"
5826
  msgstr "Браняванне"
5827
 
5828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5829
  #, fuzzy
5830
  msgid "The booking was canceled by the visitor."
5831
  msgstr "Браняванне"
5832
 
5833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1067
5834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1078
5835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1663
5836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1710
5837
  msgid "Wrong booking hash in URL (probably expired)"
5838
  msgstr ""
5839
 
5840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1106
5841
  #, fuzzy
5842
  msgid "The booking has been canceled successfully"
5843
  msgstr "Ваша бронь была зменена"
5844
 
5845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1245
5846
  #, fuzzy
5847
  msgid "Add New Booking Resource(s)"
5848
  msgstr "Дадаць новае браняванне"
5849
 
5850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1250
5851
  #, fuzzy
5852
  msgid "New Resource"
5853
  msgstr "Дадаць новае браняванне"
5854
 
5855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1254
5856
  msgid "Enter title here"
5857
  msgstr ""
5858
 
5859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1256
5860
  #, fuzzy
5861
  msgid "Enter name of booking resource"
5862
  msgstr "Сезонныя змены коштаў"
5863
 
5864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1265
5865
  #, fuzzy
5866
  msgid "Advanced Options"
5867
  msgstr "Пашыраныя налады"
5868
 
5869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1266
5870
  #, fuzzy
5871
  msgid "Add new resource(s)"
5872
  msgstr "Дадаць новае браняванне"
5873
 
5874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1382
5875
  #, fuzzy
5876
  msgid "Default booking resource"
5877
  msgstr "Тып бранявання"
5878
 
5879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5880
  #, fuzzy
5881
  msgid "Select your default booking resource."
5882
  msgstr "Сезонныя змены коштаў"
5883
 
5884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1402
5885
  #, fuzzy
5886
  msgid "Resources number per page"
5887
  msgstr "Тып бранявання"
5888
 
5889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1411
5890
  #, fuzzy
5891
  msgid ""
5892
  "Select number of booking resources (single or parent) per page at Resource "
5893
  "menu page"
5894
  msgstr "Імя аб'ектаў з рэсурсу"
5895
 
5896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1425
5897
  #, fuzzy
5898
  msgid "URL to edit bookings"
5899
  msgstr "рэдагаваць "
5900
 
5901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1427
5902
  #, fuzzy, php-format
5903
  msgid ""
5904
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5905
  "into this page."
5906
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
5907
 
5908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1445
5909
  #, fuzzy
5910
  msgid "Change hash after the booking is approved"
5911
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5912
 
5913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1451
5914
  msgid ""
5915
  "Check this box if you want to change the booking hash after approval. When "
5916
  "checked, visitor will not be able to edit or cancel the booking."
5917
  msgstr ""
5918
 
5919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5920
  #, php-format
5921
  msgid "%s - start new translation section, where %s - locale of translation"
5922
  msgstr ""
5923
 
5924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
5925
  #, fuzzy, php-format
5926
  msgid "Example #1: %s - start French translation section"
5927
  msgstr "Прыклад: %s "
5928
 
5929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1464
5930
  #, php-format
5931
  msgid "Example #2: \"%s\" - English and French translation of some message"
5932
  msgstr ""
5933
 
5934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2148
5936
  msgid ""
5937
  "Customization of email template, which is sending to Admin after new booking"
5938
  msgstr ""
5939
 
5940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1481
5941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2149
5942
  #, fuzzy
5943
  msgid "New for Admin"
5944
  msgstr "Адміністрацыйны емейл"
5945
 
5946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1489
5947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2157
5948
  msgid ""
5949
  "Customization of email template, which is sending to Visitor after new "
5950
  "booking"
5951
  msgstr ""
5952
 
5953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1490
5954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2158
5955
  #, fuzzy
5956
  msgid "New for Visitor"
5957
  msgstr "Новазеландскія даляры"
5958
 
5959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2166
5961
  #, fuzzy
5962
  msgid ""
5963
  "Customization of email template, which is sending to Visitor after approval "
5964
  "of booking"
5965
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5966
 
5967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1507
5968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2175
5969
  msgid ""
5970
  "Customization of email template, which is sending to Visitor after "
5971
  "Cancellation of booking"
5972
  msgstr ""
5973
 
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1508
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2176
5976
  #, fuzzy
5977
  msgid "Declined"
5978
  msgstr "Выдалена"
5979
 
5980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5981
  #, fuzzy
5982
  msgid ""
5983
  "Customization of email template, which is sending after modification of "
5984
  "booking"
5985
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5986
 
5987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1517
5988
  msgid "Modified"
5989
  msgstr ""
5990
 
5991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1526
5992
  msgid ""
5993
  "Customization of email template, which is sending to Visitor after payment "
5994
  "request"
5995
  msgstr ""
5996
 
5997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1527
5998
  #, fuzzy
5999
  msgid "Payment request"
6000
  msgstr "Аплата"
6001
 
6002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1581
6003
  #, fuzzy
6004
  msgid "Standard Form Template"
6005
  msgstr "Стандарт "
6006
 
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1582
6008
  #, fuzzy
6009
  msgid "2 Columns Form Template"
6010
  msgstr "Колькасць календароў"
6011
 
6012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1583
6013
  msgid "Wizard Form Template(several steps)"
6014
  msgstr ""
6015
 
6016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1585
6017
  #, fuzzy
6018
  msgid "Payment Form Template"
6019
  msgstr "Аплата"
6020
 
6021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1586
6022
  #, fuzzy
6023
  msgid "Time Slots Form Template"
6024
  msgstr "Фармат даты"
6025
 
6026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1588
6027
  msgid "Time slots for different weekends Form Template"
6028
  msgstr ""
6029
 
6030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1589
6031
  #, fuzzy
6032
  msgid "Hints Form Template"
6033
  msgstr "Форма"
6034
 
6035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1602
6036
  #, fuzzy
6037
  msgid "Reset Booking Form and Content of Booking Fields Form"
6038
  msgstr "Кошты бранявання"
6039
 
6040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1606
6041
  msgid "Both"
6042
  msgstr ""
6043
 
6044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
6045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3771
6046
  msgid "Please configure the form for content of booking fields data!"
6047
  msgstr ""
6048
 
6049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1626
6050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3779
6051
  #, fuzzy
6052
  msgid "Please configure the form fields!"
6053
  msgstr "Палі формы"
6054
 
6055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1635
 
6056
  #, fuzzy
6057
  msgid "Customization of booking form fields"
6058
  msgstr "Палі формы"
6059
 
6060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1640
6061
  #, fuzzy
6062
  msgid ""
6063
  "Customization of fields, which showing in the Booking Listing page for the "
6064
  "specific booking"
6065
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6066
 
6067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1643
6068
  #, fuzzy
6069
  msgid "Content of Booking Fields"
6070
  msgstr "Палі формы"
6071
 
6072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1659
6073
  #, fuzzy
6074
  msgid "Default title of bookings"
6075
  msgstr "Загаловак"
6076
 
6077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
6078
  #, php-format
6079
  msgid ""
6080
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
6082
  "page)."
6083
  msgstr ""
6084
 
6085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
6086
  #, fuzzy
6087
  msgid "Incorrect date format"
6088
  msgstr "Фармат даты"
6089
 
6090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1931
6091
  #, fuzzy
6092
  msgid "Booking Resource"
6093
  msgstr "Тып бранявання"
6094
 
6095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1941
6096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1548
6097
  #, fuzzy
6098
  msgid "All bookings"
6099
  msgstr "Браняванне"
6100
 
6101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1945
6102
  #, fuzzy
6103
  msgid "All incoming bookings"
6104
  msgstr "Браняванне"
6105
 
6106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1950
6107
  #, fuzzy
6108
  msgid "New reservations made today"
6109
  msgstr "Новае браняванне"
6110
 
6111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1955
6112
  #, fuzzy
6113
  msgid "Reservations for today"
6114
  msgstr "Інфармацыя"
6115
 
6116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1977
6117
  msgid "Add new booking resource"
6118
  msgstr "Дадаць новае браняванне"
6119
 
6120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2765
6121
+ #, fuzzy
6122
+ msgid "Change your Booking"
6123
+ msgstr "Браняванне"
6124
+
6125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2767
6126
+ #, fuzzy
6127
+ msgid "Cancel Booking"
6128
+ msgstr "Адмена"
6129
+
6130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2995
6131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3043
6132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:147
6133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:149
6134
  msgid "Updated successfully"
6135
  msgstr "Абноўлена паспяхова"
6136
 
6137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3009
6138
  msgid ""
6139
  "Warning! The resource was not changed. Current dates are already booked "
6140
  "there."
6141
  msgstr ""
6142
 
6143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3278
6144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1766
6145
  #, fuzzy
6146
  msgid "Email to \"Admin\" after a new booking"
6147
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
6148
 
6149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
6150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1786
6151
  msgid "To"
6152
  msgstr "Каму"
6153
 
6154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
6155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1788
6156
  #, fuzzy, php-format
6157
  msgid "Type default %sadmin email%s for booking confirmation"
6158
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
6159
 
6160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3307
6161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1795
6162
  #, fuzzy, php-format
6163
  msgid ""
6164
  "Type the default %sadmin email%s sending the booking confimation. You can "
6165
  "use this %s shortcode."
6166
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
6167
 
6168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3314
6169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1802
6170
  #, fuzzy, php-format
6171
  msgid "Type your email %ssubject%s for the booking confimation message."
6172
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
6173
 
6174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
6175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1810
6176
  #, fuzzy, php-format
6177
  msgid "Type your %semail message content for checking booking%s in. "
6178
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
6179
 
6180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
6181
  #, fuzzy, php-format
6182
  msgid ""
6183
  "For example: \"You have a new reservation %s on the following date(s): %s "
6188
  "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
6189
  "бранявання.\""
6190
 
6191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
6192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
6193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3617
6195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:809
6196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1458
6197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1819
6198
  #, fuzzy
6199
  msgid "here"
6200
  msgstr "Чыннік адмовы"
6201
 
6202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3345
6203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1834
6204
  #, fuzzy
6205
  msgid "Email to \"Person\" after they make a new reservation"
6206
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6207
 
6208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3375
6209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1864
6210
  #, fuzzy, php-format
6211
  msgid "Type email subject for %svisitor after creating a new reservation%s."
6212
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6213
 
6214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
6215
  #, fuzzy, php-format
6216
  msgid "Use these %s shortcodes."
6217
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
6218
 
6219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3385
6220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1873
6221
  #, fuzzy, php-format
6222
  msgid ""
6223
  "Type your %semail message for visitor after creating a new reservation%s"
6224
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6225
 
6226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
6227
  #, fuzzy, php-format
6228
  msgid ""
6229
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
6233
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6234
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6235
 
6236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3405
6237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1894
6238
  #, fuzzy
6239
  msgid "Email to \"Person\" after booking is approved"
6240
  msgstr "Ліст наведвальніку пасля адмовы брані."
6241
 
6242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3448
6243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1937
6244
  #, fuzzy, php-format
6245
  msgid "Type your email subject for the %sapproved booking%s."
6246
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
6247
 
6248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
6249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1945
6250
  #, fuzzy, php-format
6251
  msgid "Type your %semail message for the approved booking%s from the website"
6252
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
6253
 
6254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6255
  #, fuzzy, php-format
6256
  msgid ""
6257
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6261
  "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
6262
  "карыстанне сэрвісам бранявання .\""
6263
 
6264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3478
6265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1969
6266
  #, fuzzy
6267
  msgid "Email to \"Person\" after their booking has been denied"
6268
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6269
 
6270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3523
6271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2014
6272
  #, fuzzy, php-format
6273
  msgid "Type your email subject for the %sdenied booking%s."
6274
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
6275
 
6276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3530
6277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2021
6278
  #, fuzzy, php-format
6279
  msgid "Type your %semail message for the denied booking%s from the website"
6280
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
6281
 
6282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3539
6283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2031
6284
  #, fuzzy, php-format
6285
  msgid ""
6286
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
6289
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
6290
  "карыстанне сэрвісам бранявання.\""
6291
 
6292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3555
6293
  #, fuzzy
6294
  msgid "Email to \"Person\" after booking is modified"
6295
  msgstr "Ліст наведвальніку пасля адмовы брані."
6296
 
6297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3600
6298
  #, fuzzy, php-format
6299
  msgid "Type your email subject for the %smodified booking%s. "
6300
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6301
 
6302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
6303
  #, fuzzy, php-format
6304
  msgid "Type your %semail message for the modified booking%s from the website"
6305
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6306
 
6307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3617
6308
  #, fuzzy, php-format
6309
  msgid ""
6310
  "For example: \"The reservation %s on these date(s): %s has been modified. "
6314
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6315
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6316
 
6317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3715
6318
  msgid "Form fields"
6319
  msgstr "Палі формы"
6320
 
6321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3744
6322
  #, php-format
6323
  msgid ""
6324
  "Content of booking fields data for email templates (%s-shortcode) and "
6325
  "booking listing page"
6326
  msgstr ""
6327
 
6328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3752
6329
  #, fuzzy, php-format
6330
  msgid "%s - inserting data from fields of booking form"
6331
  msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
6332
 
6333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3753
6334
  #, php-format
6335
  msgid "%s - inserting new line"
6336
  msgstr "%s - дадаць новы радок"
6337
 
6338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3848
6339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
6340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3874
6341
  msgid "First Name"
6342
  msgstr "Імя"
6343
 
6344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3849
6345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
6346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3875
6347
  msgid "Last Name"
6348
  msgstr "Прозвішча"
6349
 
6350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3850
6351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
6352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3876
6353
  msgid "Email"
6354
  msgstr "Емейл"
6355
 
6356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
6357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3873
6358
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:220
6359
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:559
6360
  #, fuzzy
6361
  msgid "Times"
6362
  msgstr "Час"
6363
 
6364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3878
6365
  #, fuzzy
6366
  msgid "Address"
6367
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
6368
 
6369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
6370
  msgid "City"
6371
  msgstr ""
6372
 
6373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
6374
  msgid "Post code"
6375
  msgstr ""
6376
 
6377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
6378
  msgid "Please, reserve an apartment with fresh flowers."
6379
  msgstr ""
6380
 
6381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4039
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6382
  #, fuzzy
6383
  msgid "The reservation has been modified"
6384
  msgstr "Ваша бронь была зменена"
6385
 
6386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
6387
  #, fuzzy, php-format
6388
  msgid ""
6389
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6392
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6393
  "карыстанне сэрвісам бранявання.%s"
6394
 
6395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4088
6396
  msgid "Sending request..."
6397
  msgstr ""
6398
 
6399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4115
6400
  #, fuzzy
6401
  msgid "Order number"
6402
  msgstr "Лік наведвальнікаў"
6403
 
6404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4118
6405
  #, fuzzy
6406
  msgid "Register"
6407
  msgstr "Забранявана"
6408
 
6409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4120
6410
  msgid ""
6411
  "Please, enter order number of your purchased version, which you received to "
6412
  "your billing email."
6413
  msgstr ""
6414
 
6415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4124
6416
  #, php-format
6417
  msgid ""
6418
  "If you will get any difficulties or have a questions, please contact by "
6419
  "email %s"
6420
  msgstr ""
6421
 
6422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:41
6423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6424
+ #, fuzzy
6425
+ msgid "Google Calendar"
6426
+ msgstr "Каляндар бранявання"
6427
+
6428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:41
6429
+ msgid "API"
6430
+ msgstr ""
6431
+
6432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:42
6433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:185
6434
+ #, fuzzy
6435
+ msgid "Customization of synchronization with Google Calendar"
6436
+ msgstr "Емейл"
6437
+
6438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:75
6439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:703
6440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:752
6441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1188
6442
+ #, fuzzy
6443
+ msgid "General Settings"
6444
+ msgstr "Усталёўкі"
6445
+
6446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:59
6447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:80
6448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:383
6449
+ #, fuzzy
6450
+ msgid "Feed URL"
6451
+ msgstr "Спасылка для вяртання з Paypal-а"
6452
+
6453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:96
6454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
6455
+ msgid "Booking resource"
6456
+ msgstr "Тып бранявання"
6457
+
6458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:106
6459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:369
6460
+ #, fuzzy
6461
+ msgid "Select booking resource"
6462
+ msgstr "Тып бранявання"
6463
+
6464
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:53
6465
  #, fuzzy
6466
  msgid "Search availability"
6510
  "search results will show."
6511
  msgstr ""
6512
 
6513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:30
6514
  #, php-format
6515
  msgid ""
6516
  "%sError!%s Request do not pass security check! Please refresh the page and "
6517
  "try one more time."
6518
  msgstr ""
6519
 
6520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:109
6521
  msgid "Set as Read"
6522
  msgstr ""
6523
 
6524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:109
6525
  msgid "Set as Unread"
6526
  msgstr ""
6527
 
6528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:166
6529
  #, fuzzy
6530
  msgid "Set as Approved"
6531
  msgstr "Пацверджана"
6532
 
6533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:166
6534
  #, fuzzy
6535
  msgid "Set as Pending"
6536
  msgstr "Якія чакаюць сцвярджэнні"
6537
 
6538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:184
 
6539
  #, fuzzy
6540
  msgid "Reason for cancellation here"
6541
  msgstr "Чыннік адмовы"
6542
 
6543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:185
6544
  msgid "Reason of cancellation here"
6545
  msgstr "Чыннік адмовы"
6546
 
6547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:37
6548
  #, fuzzy
6549
  msgid "The code you entered is incorrect"
6550
  msgstr "Ваш уведзены код няправільны"
6551
 
6552
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:80
6553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:836
6554
  msgid "Dismiss"
6555
  msgstr ""
6556
 
6557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:266
6558
+ msgid "Importing Feed"
6559
+ msgstr ""
6560
+
6561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:281
6562
+ msgid "Data Parsing"
6563
+ msgstr ""
6564
+
6565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:388
6566
+ msgid ""
6567
+ "Some data was retrieved, but could not be parsed successfully. Please ensure "
6568
+ "your feed URL is correct."
6569
+ msgstr ""
6570
+
6571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:394
6572
+ msgid ""
6573
+ "The feed could not be found (404). Please ensure your feed URL is correct."
6574
+ msgstr ""
6575
+
6576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:397
6577
+ msgid ""
6578
+ "Access to this feed was denied (403). Please ensure you have public sharing "
6579
+ "enabled for your calendar."
6580
+ msgstr ""
6581
+
6582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:400
6583
+ #, php-format
6584
+ msgid ""
6585
+ "The feed data could not be retrieved. Error code: %s. Please ensure your "
6586
+ "feed URL is correct."
6587
+ msgstr ""
6588
+
6589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:416
6590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:102
6591
+ #, fuzzy
6592
+ msgid "Done"
6593
+ msgstr "Тэлефон"
6594
+
6595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:567
6596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:612
6597
+ #, fuzzy
6598
+ msgid "GID"
6599
+ msgstr "ID"
6600
+
6601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:591
6602
+ #, fuzzy
6603
+ msgid "Location:"
6604
+ msgstr "Функцыі "
6605
+
6606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:619
6607
+ #, fuzzy
6608
+ msgid "Reload page"
6609
+ msgstr "Дэма старонка"
6610
+
6611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:621
6612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:588
6613
+ msgid "Hide"
6614
+ msgstr ""
6615
+
6616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:623
6617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1709
6618
+ #, fuzzy
6619
+ msgid "Do you really want to delete selected booking(s) ?"
6620
+ msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6621
+
6622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:631
6623
+ #, fuzzy
6624
+ msgid "Delete selected booking(s)"
6625
+ msgstr "%sвведите час пачатку бранявання%s"
6626
+
6627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:103
6628
+ msgid "Imported 0 events."
6629
+ msgstr ""
6630
+
6631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:170
6632
+ msgid "Sync"
6633
+ msgstr ""
6634
+
6635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:171
6636
+ #, fuzzy
6637
+ msgid "Synchronization Bookings Settings"
6638
+ msgstr "Усталёўкі"
6639
+
6640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6641
+ msgid "Feeds"
6642
+ msgstr ""
6643
+
6644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:859
6646
+ #, fuzzy
6647
+ msgid "Import"
6648
+ msgstr "Супериор "
6649
+
6650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:308
6651
+ #, fuzzy
6652
+ msgid "Assign events fields to specific booking form field"
6653
+ msgstr "Кошты бранявання"
6654
+
6655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:328
6656
+ msgid "Auto import events"
6657
+ msgstr ""
6658
+
6659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:346
6660
+ msgid "Google Calendar Feeds - General Settings"
6661
+ msgstr ""
6662
+
6663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:369
6664
+ msgid "Default settings for retrieving events"
6665
+ msgstr ""
6666
+
6667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:412
6668
+ msgid "Google Calendar Feeds - Help Info"
6669
+ msgstr ""
6670
+
6671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:417
6672
+ msgid "To get Google Calendar Feed URL please follow this instruction"
6673
+ msgstr ""
6674
+
6675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:420
6676
+ #, php-format
6677
+ msgid "Set Google Calendar Address similar to this: %s or this %s"
6678
+ msgstr ""
6679
+
6680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:426
6681
+ #, php-format
6682
+ msgid ""
6683
+ "Go to Google Calendar by clicking %s. Login to your Google account if you "
6684
+ "are not already logged in."
6685
+ msgstr ""
6686
+
6687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:427
6688
+ msgid ""
6689
+ "At the left side near specific calendar click expand (down arrow) icon to "
6690
+ "show menu and select Calendar Settings."
6691
+ msgstr ""
6692
+
6693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:428
6694
+ msgid ""
6695
+ "Find \"Calendar Address\" or \"Private Address\" and copy XML URL of "
6696
+ "specific calendar."
6697
+ msgstr ""
6698
+
6699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:481
6700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:876
6701
+ msgid "None"
6702
+ msgstr ""
6703
+
6704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:522
6705
+ #, php-format
6706
+ msgid "Select field for assigning to %sevent property%s"
6707
+ msgstr ""
6708
+
6709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:532
6710
+ #, fuzzy
6711
+ msgid "Event Title"
6712
+ msgstr "Загаловак"
6713
+
6714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:533
6715
+ msgid "Event Description (optional field)"
6716
+ msgstr ""
6717
+
6718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:534
6719
+ #, fuzzy
6720
+ msgid "Location"
6721
+ msgstr "Функцыі "
6722
+
6723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:559
6724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:623
6725
+ #, fuzzy
6726
+ msgid "Now"
6727
+ msgstr "Купіць цяпер"
6728
+
6729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:560
6730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:624
6731
+ msgid "00:00 today"
6732
+ msgstr ""
6733
+
6734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:561
6735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:625
6736
+ #, fuzzy
6737
+ msgid "Start of current week"
6738
+ msgstr "Абярыце дзень пачатку тыдня"
6739
+
6740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:562
6741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:626
6742
+ #, fuzzy
6743
+ msgid "Start of current month"
6744
+ msgstr "Дні месяца"
6745
+
6746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:563
6747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:627
6748
+ #, fuzzy
6749
+ msgid "End of current month"
6750
+ msgstr "Дні месяца"
6751
+
6752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:564
6753
+ #, fuzzy
6754
+ msgid "The start of time"
6755
+ msgstr "час"
6756
+
6757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:565
6758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:629
6759
+ #, fuzzy
6760
+ msgid "Specific date / time"
6761
+ msgstr "час"
6762
+
6763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:572
6764
+ msgid "Select option, when to start retrieving events."
6765
+ msgstr ""
6766
+
6767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:574
6768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:638
6769
+ msgid "Offset"
6770
+ msgstr ""
6771
+
6772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:574
6773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:638
6774
+ #, fuzzy
6775
+ msgid "Enter date / time"
6776
+ msgstr "час"
6777
+
6778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:580
6779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:644
6780
+ msgid "seconds"
6781
+ msgstr ""
6782
+
6783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:581
6784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:645
6785
+ msgid "minutes"
6786
+ msgstr ""
6787
+
6788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:590
6789
+ msgid ""
6790
+ "You can specify an additional offset from you chosen start point. The offset "
6791
+ "can be negative."
6792
+ msgstr ""
6793
+
6794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:593
6795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:657
6796
+ #, php-format
6797
+ msgid "Type your date in format %s. Example: %s"
6798
+ msgstr ""
6799
+
6800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:610
6801
+ msgid "Until"
6802
+ msgstr ""
6803
+
6804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:628
6805
+ #, fuzzy
6806
+ msgid "The end of time"
6807
+ msgstr "час"
6808
+
6809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:636
6810
+ msgid "Select option, when to stop retrieving events."
6811
+ msgstr ""
6812
+
6813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:654
6814
+ msgid ""
6815
+ "You can specify an additional offset from you chosen end point. The offset "
6816
+ "can be negative."
6817
+ msgstr ""
6818
+
6819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:670
6820
+ #, fuzzy
6821
+ msgid "Maximum number"
6822
+ msgstr "Лік наведвальнікаў"
6823
+
6824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:673
6825
+ msgid ""
6826
+ "You can specify the maximum number of events to import during one session."
6827
+ msgstr ""
6828
+
6829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:684
6830
+ #, fuzzy
6831
+ msgid "Timezone"
6832
+ msgstr "Час"
6833
+
6834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:718
6835
+ msgid ""
6836
+ "Select a city in your required timezone, if you are having problems with "
6837
+ "dates and times."
6838
+ msgstr ""
6839
+
6840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:728
6841
+ msgid "Activate auto import"
6842
+ msgstr ""
6843
+
6844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:734
6845
+ #, fuzzy, php-format
6846
+ msgid ""
6847
+ "Check this box to %sactivate%s auto import events and creation bookings from "
6848
+ "them"
6849
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
6850
+
6851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:741
6852
+ #, fuzzy
6853
+ msgid "Import events every"
6854
+ msgstr "Кожны "
6855
+
6856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:759
6857
+ msgid "Select time duration of import requests."
6858
+ msgstr ""
6859
+
6860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:802
6861
+ msgid "Retrieve Google Calendar Events "
6862
+ msgstr ""
6863
+
6864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:808
6865
+ #, fuzzy
6866
+ msgid "Please configure settings for import Google Calendar events"
6867
+ msgstr "Палі формы"
6868
+
6869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:836
6870
+ #, fuzzy
6871
+ msgid "Configure"
6872
+ msgstr "Выдаленне дадзеных па браняванні"
6873
+
6874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:846
6875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:852
6876
+ #, fuzzy
6877
+ msgid "Import Google Calendar Events"
6878
+ msgstr "Усталёўкі для бранявання"
6879
+
6880
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:56
6881
  msgid "This field is required"
6882
  msgstr "Гэта поле неабходна"
6886
  msgstr ""
6887
 
6888
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:58
6889
+ msgid "At least one option must be selected"
6890
+ msgstr ""
6891
+
6892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:59
6893
  msgid "Incorrect email field"
6894
  msgstr "Некоректно ўведзены емейл"
6895
 
6896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:60
6897
  msgid "Your emails do not the same"
6898
  msgstr ""
6899
 
6900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:61
6901
  #, fuzzy
6902
  msgid "Please, select booking date(s) at Calendar."
6903
  msgstr "Калі ласка, вылучыце даты для рэзервавання"
6904
 
6905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:851
6906
  msgid "We&#8217;ve assembled some links to get you started:"
6907
  msgstr ""
6908
 
6909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:854
6910
  msgid "Get Started"
6911
  msgstr ""
6912
 
6913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:856
6914
  #, php-format
6915
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
6916
  msgstr ""
6917
 
6918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:861
6919
  #, php-format
6920
  msgid "or add booking calendar %sWidget%s to your sidebar."
6921
  msgstr ""
6922
 
6923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:864
6924
  #, php-format
6925
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
6926
  msgstr ""
6927
 
6928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:867
6929
  #, php-format
6930
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
6931
  msgstr ""
6932
 
6933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:872
6934
  #, fuzzy
6935
  msgid "Next Steps"
6936
  msgstr "Адправіць"
6937
 
6938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:874
6939
  #, php-format
6940
  msgid "Check %sBooking Listing%s page for new bookings."
6941
  msgstr ""
6942
 
6943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:877
6944
  #, fuzzy, php-format
6945
  msgid "Configure booking %sSettings%s."
6946
  msgstr "%sвведите час пачатку бранявання%s"
6947
 
6948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:880
6949
  #, php-format
6950
  msgid "Configure predefined set of your %sForm Fields%s."
6951
  msgstr ""
6952
 
6953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:883
6954
+ #, php-format
6955
+ msgid "Configure your predefined %sEmail Templates%s."
6956
+ msgstr ""
6957
+
6958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:889
6959
  #, fuzzy
6960
  msgid "Have a questions?"
6961
  msgstr "Усталёўкі"
6962
 
6963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:891
6964
  #, php-format
6965
  msgid "Check out our %sHelp%s"
6966
  msgstr ""
6967
 
6968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:894
6969
  #, fuzzy, php-format
6970
  msgid "See %sFAQ%s."
6971
  msgstr "Прыклад: %s "
6972
 
6973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:897
6974
  #, php-format
6975
  msgid "Still having questions? Contact %sSupport%s."
6976
  msgstr ""
6977
 
6978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:904
6979
  #, php-format
6980
  msgid "Need even more functionality? Check %s higher versions %s"
6981
  msgstr ""
6985
  msgstr "Уставіць Каляндар для бранявання"
6986
 
6987
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:31
6988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:676
6989
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6990
  msgid "Booking calendar"
6991
  msgstr "Каляндар бранявання"
6995
  msgid "Ok"
6996
  msgstr "Ок"
6997
 
 
 
 
 
 
6998
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:402
6999
  #, fuzzy
7000
  msgid "Start month:"
7129
  msgstr "месяц(ы)"
7130
 
7131
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
7132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2225
7133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:830
7134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:836
7135
  #, fuzzy
7136
  msgid "Year"
7137
  msgstr "год(а)"
7158
 
7159
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
7160
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:424
7161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2083
7162
  msgid "Next"
7163
  msgstr ""
7164
 
7189
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:505
7190
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:567
7191
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:623
7192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1479
7193
  #, fuzzy
7194
  msgid "Apply"
7195
  msgstr "Красавік"
7200
  msgstr "Фармат даты"
7201
 
7202
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:646
7203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:44
7204
  #, fuzzy
7205
  msgid "Booking Listing"
7206
  msgstr "Браняванне"
7207
 
7208
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:650
7209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:801
7210
  #, fuzzy
7211
  msgid "Calendar Overview"
7212
  msgstr "Каляндар бранявання"
7227
  msgstr "Каляндар бранявання"
7228
 
7229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
7230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:450
7231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7233
  msgid "FAQ"
7234
  msgstr ""
7235
 
7243
  msgstr "Купля"
7244
 
7245
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:696
7246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1219
7249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1227
7250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1228
7251
  msgid "Upgrade"
7252
  msgstr ""
7253
 
7254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1380
7255
  msgid "Filter"
7256
  msgstr "Фільтр "
7257
 
7258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1425
7259
  #, fuzzy
7260
  msgid "Expand Advanced Filter"
7261
  msgstr "Фільтр "
7262
 
7263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1426
7264
  #, fuzzy
7265
  msgid "Collapse Advanced Filter"
7266
  msgstr "Фільтр "
7267
 
7268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1443
7269
  msgid ""
7270
  "Send email notification to customer after approval, cancellation or deletion "
7271
  "of bookings"
7272
  msgstr ""
7273
 
7274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1444
7275
  #, fuzzy
7276
  msgid "Emails sending"
7277
  msgstr "Емейл "
7278
 
7279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
7280
  #, fuzzy
7281
  msgid "Booking ID"
7282
  msgstr "ID"
7283
 
7284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1476
7285
  #, fuzzy
7286
  msgid "Refresh booking listing"
7287
  msgstr "Браняванне"
7288
 
7289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1480
7290
  #, fuzzy
7291
  msgid "Reset filter to default values"
7292
  msgstr "Абнавіць да значэння па змаўчанні"
7293
 
7294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
7295
  #, fuzzy
7296
  msgid "Any"
7297
  msgstr "Любы дзень тыдня"
7298
 
7299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1549
7300
  #, fuzzy
7301
  msgid "New bookings"
7302
  msgstr "Браняванне"
7303
 
7304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1552
7305
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
7306
  msgid "Show"
7307
  msgstr "Паказаць"
7308
 
7309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1564
7310
  #, fuzzy
7311
  msgid "Creation"
7312
  msgstr "Выдаленне дадзеных па браняванні"
7313
 
7314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1598
7315
  msgid "Order by"
7316
  msgstr ""
7317
 
7318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1612
7319
  msgid ""
7320
  "Save filter settings as default template (Please, click Apply filter button, "
7321
  "before saving!)"
7322
  msgstr ""
7323
 
7324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1615
7325
  #, fuzzy
7326
  msgid "Save as Default"
7327
  msgstr "Захаваць"
7328
 
7329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1620
7330
  msgid "Delete your previously saved default filer template!"
7331
  msgstr ""
7332
 
7333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1623
7334
  #, fuzzy
7335
  msgid "Delete template"
7336
  msgstr "Выдаліць"
7337
 
7338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1694
7339
  #, fuzzy
7340
  msgid "Approve selected bookings"
7341
  msgstr "Пацвердзіць"
7342
 
7343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
7344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
7345
  msgid "Approve"
7346
  msgstr "Пацвердзіць"
7347
 
7348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1699
7349
  #, fuzzy
7350
  msgid "Set selected bookings as pending"
7351
  msgstr "увядзіце час бранявання"
7352
 
7353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
7354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2007
7355
  #, fuzzy
7356
  msgid "Do you really want to set booking as pending ?"
7357
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
7358
 
7359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1704
7360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2008
7361
  #, fuzzy
7362
  msgid "Reject"
7363
  msgstr "Выдалена"
7364
 
7365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1707
7366
  #, fuzzy
7367
  msgid "Delete selected bookings"
7368
  msgstr "Выдаліць"
7369
 
7370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1714
7371
  #, fuzzy
7372
+ msgid "Reason of cancellation"
7373
+ msgstr "Чыннік адмовы"
7374
 
7375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1719
7376
  #, fuzzy
7377
  msgid "Mark as read all bookings"
7378
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
7379
 
7380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1723
7381
  #, fuzzy
7382
  msgid "Read All"
7383
  msgstr "Нататка"
7384
 
7385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1724
7386
  msgid "Mark as read selected bookings"
7387
  msgstr ""
7388
 
7389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1728
7390
  #, fuzzy
7391
  msgid "Read"
7392
  msgstr "Нататка"
7393
 
7394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1729
7395
  msgid "Mark as Unread selected bookings"
7396
  msgstr ""
7397
 
7398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1733
7399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1945
7400
  msgid "Unread"
7401
  msgstr ""
7402
 
7403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1776
7404
  #, fuzzy
7405
  msgid "Booking Data"
7406
  msgstr "Браняванне"
7407
 
7408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
7409
  #, fuzzy
7410
  msgid "Booking Dates"
7411
  msgstr "Даты"
7412
 
7413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1782
7414
  #, fuzzy
7415
  msgid "Show ALL dates of booking"
7416
  msgstr "Сезонныя змены коштаў"
7417
 
7418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1787
7419
  #, fuzzy
7420
  msgid "Show only check in/out dates"
7421
  msgstr "%s - поле з пазнакай"
7422
 
7423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1794
7424
  msgid "Nothing found!"
7425
  msgstr ""
7426
 
7427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1828
7428
  #, fuzzy
7429
  msgid "Resource not exist"
7430
  msgstr "Імя рэсурсу"
7431
 
7432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1945
7433
  msgid "Mark"
7434
  msgstr ""
7435
 
7436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2012
7437
  #, fuzzy
7438
  msgid "Do you really want to delete this booking ?"
7439
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
7440
 
7441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2065
7442
  #, fuzzy
7443
  msgid "Prev"
7444
  msgstr "Кошт"
7445
 
7446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2214
7447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2246
7448
  #, fuzzy
7449
  msgid "Show month"
7450
  msgstr "месяц(ы)"
7451
 
7452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2217
7453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2249
7454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:825
7455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:834
7456
  #, fuzzy
7457
  msgid "Month"
7458
  msgstr "Дні месяца"
7459
 
7460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
7461
  #, fuzzy
7462
  msgid "Show 3 months"
7463
  msgstr "Паказаць"
7464
 
7465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
7466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:829
7467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:835
7468
  #, fuzzy
7469
  msgid "3 Months"
7470
  msgstr "Месяцы"
7471
 
7472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
7473
  #, fuzzy
7474
  msgid "Show year"
7475
  msgstr "год(а)"
7476
 
7477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2231
7478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2265
7479
  #, fuzzy
7480
  msgid "Calendar view mode"
7481
  msgstr "Выгляд дат"
7482
 
7483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2238
7484
  #, fuzzy
7485
  msgid "Show day"
7486
  msgstr "Паказаць"
7487
 
7488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2241
7489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
7490
  #, fuzzy
7491
  msgid "Day"
7492
  msgstr "за 1 дзень"
7493
 
7494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
7495
  #, fuzzy
7496
  msgid "Show week"
7497
  msgstr "Паказаць"
7498
 
7499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2245
7500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
7501
  #, fuzzy
7502
  msgid "Week"
7503
  msgstr "Дні тыдня "
7504
 
7505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2250
7506
  #, fuzzy
7507
  msgid "Show 2 months"
7508
  msgstr "Паказаць"
7509
 
7510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2253
7511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:827
7512
  #, fuzzy
7513
  msgid "2 Months"
7514
  msgstr "Месяцы"
7515
 
7516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2291
7517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2305
7518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2352
7519
  msgid "Previous 4 weeks"
7520
  msgstr ""
7521
 
7522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2292
7523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2306
7524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2353
7525
  #, fuzzy
7526
  msgid "Previous week"
7527
  msgstr "Дні тыдня "
7528
 
7529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2293
7530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2307
7531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2354
7532
  #, fuzzy
7533
  msgid "Current week"
7534
  msgstr "Дні тыдня "
7535
 
7536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2294
7537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2308
7538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2355
7539
  #, fuzzy
7540
  msgid "Next week"
7541
  msgstr "Дні тыдня "
7542
 
7543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
7544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2309
7545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2356
7546
  msgid "Next 4 weeks"
7547
  msgstr ""
7548
 
7549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2319
7550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2369
7551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2384
7552
  msgid "Previous 3 months"
7553
  msgstr ""
7554
 
7555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2320
7556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2370
7557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2385
7558
  #, fuzzy
7559
  msgid "Previous month"
7560
  msgstr "Дні месяца"
7561
 
7562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2321
7563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2371
7564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2386
7565
  #, fuzzy
7566
  msgid "Current month"
7567
  msgstr "Дні месяца"
7568
 
7569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2322
7570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2372
7571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2387
7572
  #, fuzzy
7573
  msgid "Next month"
7574
  msgstr "Дні месяца"
7575
 
7576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2323
7577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2373
7578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2388
7579
  #, fuzzy
7580
  msgid "Next 3 months"
7581
  msgstr "Месяцы"
7582
 
7583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2337
7584
  #, fuzzy
7585
  msgid "Previous 7 days"
7586
  msgstr "днеи"
7587
 
7588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2338
7589
  #, fuzzy
7590
  msgid "Previous day"
7591
  msgstr "за 1 дзень"
7592
 
7593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2339
7594
  #, fuzzy
7595
  msgid "Current day"
7596
  msgstr "за 1 дзень"
7597
 
7598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2340
7599
  #, fuzzy
7600
  msgid "Next day"
7601
  msgstr "за 1 дзень"
7602
 
7603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2341
7604
  #, fuzzy
7605
  msgid "Next 7 days"
7606
  msgstr "днеи"
7607
 
7608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2412
7609
  #, fuzzy
7610
  msgid "Calendar Navigation"
7611
  msgstr "Каляндар бранявання"
7725
  msgid "S"
7726
  msgstr "Прыклад: %s "
7727
 
7728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:152
7729
  #, fuzzy
7730
  msgid "Booking Calendar"
7731
  msgstr "Каляндар бранявання"
7732
 
7733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:352
7734
  #, fuzzy
7735
  msgid "Statistic"
7736
  msgstr "Час пачатку"
7737
 
7738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:356
7739
  #, fuzzy
7740
  msgid "New (unverified) booking(s)"
7741
  msgstr "%s - дадаць новы радок"
7742
 
7743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:360
7744
  #, fuzzy
7745
  msgid "Pending booking(s)"
7746
  msgstr "Якія чакаюць сцвярджэнні"
7747
 
7748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:366
7749
  #, fuzzy
7750
  msgid "Agenda"
7751
  msgstr "Адправіць"
7752
 
7753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:370
7754
  #, fuzzy
7755
  msgid "New booking(s) made today"
7756
  msgstr "Новае браняванне"
7757
 
7758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:374
7759
  #, fuzzy
7760
  msgid "Bookings for today"
7761
  msgstr "Браняванне"
7762
 
7763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
7764
  msgid "Upgrade to higher versions"
7765
  msgstr ""
7766
 
7767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
7768
  #, fuzzy
7769
  msgid "Commercial versions"
7770
  msgstr "купіць Прафесійную версію"
7771
 
7772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
7773
  #, fuzzy
7774
  msgid "Upgrade now"
7775
  msgstr "Купіць цяпер"
7776
 
7777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:402
 
7778
  msgid "Buy now"
7779
  msgstr "Купіць цяпер"
7780
 
7781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:404
7782
  msgid "Test online Demo of each version"
7783
  msgstr ""
7784
 
7785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:420
7786
  #, fuzzy
7787
  msgid "Current version"
7788
  msgstr "Версія"
7789
 
7790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
7791
  msgid "Version"
7792
  msgstr "Версія"
7793
 
7794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
7795
  #, fuzzy
7796
  msgid "Type"
7797
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
7798
 
7799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:432
7800
  msgid "Used for"
7801
  msgstr ""
7802
 
7803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:437
7804
  #, fuzzy
7805
  msgid "Release date"
7806
  msgstr "Фармат даты"
7807
 
7808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:444
7809
  #, fuzzy
7810
  msgid "Support"
7811
  msgstr "Супериор "
7812
 
7813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
7814
  #, fuzzy
7815
  msgid "Contact email"
7816
  msgstr "Емейл"
7817
 
7818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:453
7819
  msgid "Have a question"
7820
  msgstr ""
7821
 
7822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
7823
  msgid "Rate this plugin (thanks:)"
7824
  msgstr ""
7825
 
7826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:461
7827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:465
7828
  #, fuzzy
7829
  msgid "Explore Premium Features"
7830
  msgstr "Магчымасці"
7831
 
7832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:529
7833
  msgid "Warning !!!"
7834
  msgstr ""
7835
 
7836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:530
7837
  msgid "All booking data will be deleted when the plugin is deactivated."
7838
  msgstr ""
7839
 
7840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:531
7841
  #, php-format
7842
  msgid ""
7843
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7844
  "data\"%s at the"
7845
  msgstr ""
7846
 
7847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:532
7848
  #, fuzzy
7849
  msgid "settings page"
7850
  msgstr "Усталёўкі"
7851
 
7852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:631
7853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:703
7854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2150
7855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1085
7856
  msgid "Settings"
7857
  msgstr "Усталёўкі"
7858
 
7859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:666
7860
  msgid "Booking"
7861
  msgstr "Браняванне"
7862
 
7863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:713
7864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2118
7865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1044
 
 
 
 
 
 
7866
  msgid "Bookings"
7867
  msgstr "Браняванне"
7868
 
7869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:740
7870
  #, fuzzy
7871
  msgid "Bookings listing"
7872
  msgstr "Браняванне"
7873
 
7874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1118
7875
  msgid "Send email notification to customer about this operation"
7876
  msgstr ""
7877
 
7878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7879
  #, fuzzy
7880
  msgid "General"
7881
  msgstr "Чэрвень"
7882
 
7883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1191
 
 
 
 
 
 
 
 
 
 
7884
  #, fuzzy
7885
  msgid "Fields"
7886
  msgstr "Палі формы"
7887
 
7888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1192
7889
  #, fuzzy
7890
  msgid "Fields Settings"
7891
  msgstr "Усталёўкі"
7892
 
7893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
7894
  msgid "Emails"
7895
  msgstr "Емейл "
7896
 
7897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7898
  #, fuzzy
7899
  msgid "Emails Settings"
7900
  msgstr "Емейл "
7901
 
7902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1203
 
 
 
 
 
7903
  #, fuzzy
7904
  msgid "Payments"
7905
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
7906
 
7907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
7908
  #, fuzzy
7909
  msgid "Payments Settings"
7910
  msgstr "Усталёўкі"
7911
 
 
 
 
 
 
7912
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7913
  #, fuzzy
7914
  msgid "Search Settings"
7915
  msgstr "Усталёўкі"
7916
 
7917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1214
 
 
 
 
 
7918
  #, fuzzy
7919
  msgid "Users Settings"
7920
  msgstr "Усталёўкі"
7921
 
7922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
 
 
 
 
 
 
 
 
 
 
7923
  msgid "Features"
7924
  msgstr "Магчымасці"
7925
 
7926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7927
  #, fuzzy
7928
  msgid "Live Demos"
7929
  msgstr "Анлайн дэма "
7930
 
7931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7933
  #, fuzzy
7934
  msgid "Contact"
7935
  msgstr "Панядзелак"
7936
 
7937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7938
  msgid "Buy"
7939
  msgstr "Купіць "
7940
 
7941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1528
7942
  #, fuzzy
7943
  msgid "Calendar is loading..."
7944
  msgstr "Каляндар бранявання"
7945
 
7946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1671
7947
  msgid ""
7948
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7949
  "booking hash."
7950
  msgstr ""
7951
 
7952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1800
7953
  #, fuzzy, php-format
7954
  msgid ""
7955
  "%sWarning! Booking calendar for this booking resource are already at the "
7956
  "page, please check more about this issue at %sthis page%s"
7957
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
7958
 
7959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1888
7960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:465
7961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7962
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7963
  msgstr ""
7964
 
7965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1979
7966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1981
7967
  msgid "Wrong booking hash in URL. Probably hash is expired."
7968
  msgstr ""
7969
 
7970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1985
7971
  msgid "You do not set any parameters for booking editing"
7972
  msgstr ""
7973
 
7977
  "Thank you for your online booking. %s We will send confirmation of your "
7978
  "booking as soon as possible."
7979
  msgstr ""
7980
+ "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання "
7981
+ "бранявання."
7982
+
7983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2151
7984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2156
7985
+ #, fuzzy
7986
+ msgid "New booking"
7987
+ msgstr "Дадаць новае браняванне"
7988
+
7989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2152
7990
+ #, fuzzy, php-format
7991
+ msgid ""
7992
+ "You need to approve a new booking %s for: %s Person detail information:%s "
7993
+ "Currently a new booking is waiting for approval. Please visit the moderation "
7994
+ "panel%sThank you, %s"
7995
+ msgstr ""
7996
+ "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое "
7997
+ "зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
7998
+
7999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2158
8000
+ #, fuzzy, php-format
8001
+ msgid ""
8002
+ "Your reservation %s for: %s is processing now! We will send confirmation by "
8003
+ "email. %sYou can edit this booking at this page: %s Thank you, %s"
8004
+ msgstr ""
8005
+ "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
8006
+ "карыстанне сэрвісам бранявання.%s"
8007
 
8008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2160
8009
  #, fuzzy, php-format
8010
  msgid ""
8011
+ "Your reservation %s for: %s is processing now! We will send confirmation by "
8012
+ "email. %s Thank you, %s"
 
8013
  msgstr ""
8014
+ "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
8015
+ "карыстанне сэрвісам бранявання.%s"
8016
 
8017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2165
8018
  #, fuzzy
8019
  msgid "Your booking has been approved"
8020
  msgstr "Ваш рэзерв пацверджаны"
8021
 
8022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2167
8023
  #, fuzzy, php-format
8024
  msgid ""
8025
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
8028
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
8029
  "бранявання.%s"
8030
 
8031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
8032
  #, fuzzy, php-format
8033
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
8034
  msgstr ""
8035
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
8036
  "бранявання.%s"
8037
 
8038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2171
8039
  #, fuzzy
8040
  msgid "Your booking has been declined"
8041
  msgstr "Ваша бронь была адхілена"
8042
 
8043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
8044
  #, fuzzy, php-format
8045
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
8046
  msgstr ""
8047
  "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам "
8048
  "бранявання.%s"
8049
 
8050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
8051
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
8052
  msgid "Booking form"
8053
  msgstr "Форма бранявання"
8054
 
8055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2193
8056
  #, fuzzy
8057
  msgid "Available"
8058
  msgstr "Доступа: "
8059
 
8060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2197
8061
  msgid "Booked"
8062
  msgstr "Забранявана "
8063
 
8064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2200
8065
  #, fuzzy
8066
  msgid "Partially booked"
8067
  msgstr "Забранявана "
8068
 
8069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2932
8070
  #, fuzzy
8071
  msgid "Technical support section"
8072
  msgstr "Премиум падтрымка"
8073
 
8074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2936
8075
  #, fuzzy
8076
  msgid "Reindex booking data"
8077
  msgstr "Браняванне"
8078
 
8079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2938
8080
  msgid "Reindex"
8081
  msgstr ""
8082
 
8083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2944
8084
  msgid ""
8085
  " Click, if you want to reindex booking data by booking dates sort field "
8086
  "(Your installation/update of the plugin must be successful)."
8087
  msgstr ""
8088
 
8089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2989
8090
  #, php-format
8091
  msgid "%s Found %s not indexed bookings %s"
8092
  msgstr ""
8093
 
8094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3004
8095
  #, php-format
8096
  msgid "%s Finish getting sort dates. %s"
8097
  msgstr ""
8098
 
8099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3013
8100
  #, fuzzy, php-format
8101
  msgid "Updated booking: %s"
8102
  msgstr "Абноўлена паспяхова"
8103
 
8104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:320
8105
  msgid "no"
8106
  msgstr "не"
8107
 
8108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1470
8109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1481
8110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1533
8111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1544
8112
+ #, fuzzy
8113
+ msgid "Booking system"
8114
+ msgstr "Браняванне"
8115
+
8116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2258
8117
  msgid "Warning! Some error occur, during sending registration request."
8118
  msgstr ""
8119
 
8120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2263
8121
  msgid ""
8122
  "Please refresh this page and if the same error appear again contact support "
8123
  "by email (with info about order number and website) for finishing the "
8124
  "registrations"
8125
  msgstr ""
8126
 
8127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2323
8128
  #, fuzzy
8129
  msgid "version"
8130
  msgstr "Версія"
8131
 
8132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2325
8133
  #, php-format
8134
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
8135
  msgstr ""
8136
 
 
 
 
 
8137
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
8138
  #, fuzzy
8139
  msgid "Visible months"
8162
  msgid "%sSeveral widgets are supported at %spaid versions%s."
8163
  msgstr ""
8164
 
8165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:35
8166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:349
8167
  msgid "Main"
8168
  msgstr ""
8169
 
8170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:41
8171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
8172
+ msgid "Form"
8173
+ msgstr "Форма"
8174
+
8175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:53
8176
+ #, fuzzy
8177
+ msgid "Auto cancellation / approval"
8178
+ msgstr "Чыннік адмовы"
8179
 
8180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:65
8181
+ #, fuzzy
8182
+ msgid "Menu access"
8183
+ msgstr "Дэма старонка"
8184
+
8185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:68
8186
+ msgid "Uninstall"
8187
+ msgstr ""
8188
+
8189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:71
8190
+ #, fuzzy
8191
+ msgid "Technical"
8192
+ msgstr "Премиум падтрымка"
8193
+
8194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:365
8195
  #, fuzzy
8196
  msgid "Show / hide hints"
8197
  msgstr "Паказаць"
8198
 
8199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:371
8200
  #, fuzzy
8201
  msgid "Check this box if you want to show help hints on the admin panel."
8202
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
8203
 
8204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:384
8205
  msgid "Show advanced settings of JavaScript loading"
8206
  msgstr ""
8207
 
8208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:385
8209
  msgid "Hide advanced settings of JavaScript loading"
8210
  msgstr ""
8211
 
8212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:395
8213
  msgid "Disable Bootstrap loading on Front-End"
8214
  msgstr ""
8215
 
8216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:401
8217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:416
8218
  msgid ""
8219
  "You are need to be sure what you are doing. You are disable of loading some "
8220
  "JavaScripts Do you really want to do this?"
8221
  msgstr ""
8222
 
8223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:403
8224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:418
8225
  msgid ""
8226
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
8227
  "can disable loading of this script by this plugin."
8228
  msgstr ""
8229
 
8230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
8231
  msgid "Disable Bootstrap loading on Back-End"
8232
  msgstr ""
8233
 
8234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
8235
  #, fuzzy
8236
  msgid "Show settings of powered by notice"
8237
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
8238
 
8239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
8240
  #, fuzzy
8241
  msgid "Hide settings of powered by notice"
8242
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
8243
 
8244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:445
8245
  #, fuzzy
8246
  msgid "Powered by notice"
8247
  msgstr "Капірайт"
8248
 
8249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:450
8250
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
8251
  msgstr ""
8252
 
8253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:460
8254
+ #, fuzzy
8255
+ msgid "Help and info notices"
8256
+ msgstr "Інфа"
8257
 
8258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:466
8259
  #, fuzzy
8260
+ msgid " Turn On/Off version notice and help info links at booking admin panel."
8261
  msgstr "Уключыць/Выключыць %s капірайт унізе сайта"
8262
 
8263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:487
8264
  #, fuzzy
8265
  msgid "Calendar Skin"
8266
  msgstr "Каляндар бранявання"
8267
 
8268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:498
8269
  #, fuzzy
8270
  msgid "Select the skin of the booking calendar"
8271
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
8272
 
8273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:503
8274
  #, fuzzy
8275
  msgid "Number of months"
8276
  msgstr "Лік наведвальнікаў"
8277
 
8278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:508
8279
  msgid "month(s)"
8280
  msgstr "месяц(ы)"
8281
 
8282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:513
8283
  msgid "year(s)"
8284
  msgstr "год(а)"
8285
 
8286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:516
8287
  #, fuzzy
8288
  msgid "Select the maximum number of months to show (scroll)"
8289
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
8290
 
8291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:521
8292
  #, fuzzy
8293
  msgid "Start Day of the week"
8294
  msgstr "Абярыце дзень пачатку тыдня"
8295
 
8296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:532
8297
  msgid "Select your start day of the week"
8298
  msgstr "Абярыце дзень пачатку тыдня"
8299
 
8300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:539
8301
  #, fuzzy
8302
  msgid "Unavailable days from today"
8303
  msgstr "Недаступныя дні"
8304
 
8305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:546
8306
  msgid "Select number of unavailable days in calendar start from today."
8307
  msgstr ""
8308
 
8309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:552
8310
  #, fuzzy
8311
  msgid "Unavailable week days"
8312
  msgstr "Дні тыдня "
8313
 
8314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:582
8315
  msgid ""
8316
  "Check unavailable days in calendars. This option will overwrite all other "
8317
  "settings."
8318
  msgstr ""
8319
 
8320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:589
8321
+ msgid "Allow multiple bookings per same day"
8322
+ msgstr ""
8323
+
8324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:596
8325
+ msgid ""
8326
+ "You allow unlimited number of bookings per same dates, its can be a reason "
8327
+ "of double bookings on the same date. Do you really want to do this?"
8328
+ msgstr ""
8329
+
8330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:598
8331
+ #, php-format
8332
+ msgid ""
8333
+ "Check this box, if you want to %sset any days as available%s in calendar. "
8334
+ "Your visitors will be able to make %sunlimited bookings per same date(s) in "
8335
+ "calendar and do not see any booked date(s)%s of other visitors."
8336
+ msgstr ""
8337
+
8338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:609
8339
  #, fuzzy
8340
  msgid "Type of days selection in calendar"
8341
  msgstr "Абярыце, калі Вы жадаеце выбіраць некалькі дзён у календары"
8342
 
8343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:625
8344
  #, fuzzy
8345
  msgid "Single day"
8346
  msgstr "за 1 дзень"
8347
 
8348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
8349
  #, fuzzy
8350
  msgid "Multiple days"
8351
  msgstr "днеи"
8352
 
8353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:646
8354
  #, fuzzy
8355
  msgid "Range days"
8356
  msgstr "Выбар дыяпазону"
8357
 
8358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
 
 
 
 
8359
  #, fuzzy
8360
  msgid "Check the box to activate CAPTCHA inside the booking form."
8361
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
8362
 
8363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
8364
  #, fuzzy
8365
  msgid "Auto-fill fields"
8366
  msgstr "Палі формы"
8367
 
8368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:696
8369
  #, fuzzy
8370
  msgid "Check the box to activate auto-fill form fields for logged in users."
8371
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
8372
 
8373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:703
8374
  #, fuzzy
8375
  msgid "Use CSS BootStrap"
8376
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
8377
 
8378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:708
8379
  msgid "Using BootStrap CSS for the form fields"
8380
  msgstr ""
8381
 
8382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:711
8383
  msgid ""
8384
  "You must not deactivate loading BootStrap files at main section of these "
8385
  "settings!"
8386
  msgstr ""
8387
 
8388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
8389
  #, fuzzy
8390
  msgid "Action after booking is done"
8391
  msgstr "Паказаць уласцівасці паведамлення падзякі"
8392
 
8393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:736
8394
  #, fuzzy
8395
  msgid "Show \"Thank You\" message"
8396
  msgstr "Паказаць уласцівасці паведамлення падзякі"
8397
 
8398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:743
8399
  msgid "Redirect visitor to a new \"Thank You\" page"
8400
  msgstr ""
8401
 
8402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:747
8403
  msgid "This action will have no effect, if the payment form(s) is active!"
8404
  msgstr ""
8405
 
8406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:756
8407
  #, fuzzy
8408
  msgid "Message title"
8409
  msgstr "Загаловак"
8410
 
8411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:759
8412
  #, fuzzy, php-format
8413
  msgid "Type title of message %safter booking has done by user%s"
8414
  msgstr ""
8415
  "Увядзіце загаловак новага бранявання %s пасля таго як браняванне зроблена "
8416
  "карыстачом%s "
8417
 
8418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:764
8419
  #, fuzzy
8420
  msgid "Time of message showing"
8421
  msgstr "час"
8422
 
8423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:767
8424
  msgid "Set duration of time (milliseconds) to show this message"
8425
  msgstr ""
8426
 
8427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:774
8428
  msgid "URL of \"thank you\" page"
8429
  msgstr ""
8430
 
8431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:779
8432
  #, php-format
8433
  msgid "Type URL of %s\"Thank You\" page%s"
8434
  msgstr ""
8435
 
8436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:794
8437
  #, fuzzy
8438
  msgid "Listing of bookings"
8439
  msgstr "Браняванне"
8440
 
8441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:797
8442
  #, fuzzy
8443
  msgid "Default booking admin page"
8444
  msgstr "Тып бранявання"
8445
 
8446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:800
8447
  #, fuzzy
8448
  msgid "Bookings Listing"
8449
  msgstr "Браняванне"
8450
 
8451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
8452
  #, fuzzy
8453
  msgid "Select your default view mode of bookings at the booking listing page"
8454
  msgstr "Сезонныя змены коштаў"
8455
 
8456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
8457
  msgid "Default calendar view mode"
8458
  msgstr ""
8459
 
8460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:870
8461
  #, fuzzy
8462
  msgid ""
8463
  "Select your default calendar view mode at booking calendar overview page"
8464
  msgstr "Сезонныя змены коштаў"
8465
 
8466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:880
8467
  #, fuzzy
8468
  msgid "Default toolbar tab"
8469
  msgstr "Па змаўчанні"
8470
 
8471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:882
8472
  #, fuzzy
8473
  msgid "Filter tab"
8474
  msgstr "Фільтр "
8475
 
8476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:883
8477
  #, fuzzy
8478
  msgid "Actions tab"
8479
  msgstr "Функцыі "
8480
 
8481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:890
8482
  #, fuzzy
8483
  msgid "Select your default opened tab in toolbar at booking listing page"
8484
  msgstr "Сезонныя змены коштаў"
8485
 
8486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:895
8487
  #, fuzzy
8488
  msgid "Bookings number per page"
8489
  msgstr "Тып бранявання"
8490
 
8491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:904
8492
  #, fuzzy
8493
  msgid "Select number of bookings per page in booking listing"
8494
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
8495
 
8496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:910
8497
  #, fuzzy
8498
  msgid "Bookings default order"
8499
  msgstr "Па змаўчанні"
8500
 
8501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
8502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
8503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:925
8504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
8505
  msgid "ASC"
8506
  msgstr ""
8507
 
8508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:914
8509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:916
8510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:926
8511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:931
8512
  msgid "DESC"
8513
  msgstr ""
8514
 
8515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:939
8516
  #, fuzzy
8517
  msgid "Select your default order of bookings in the booking listing"
8518
  msgstr "Сезонныя змены коштаў"
8519
 
8520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:946
8521
  msgid "Date Format"
8522
  msgstr "Фармат даты"
8523
 
8524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
8525
  msgid "F j, Y"
8526
  msgstr "F j, Y"
8527
 
8528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:972
8529
  #, fuzzy, php-format
8530
  msgid ""
8531
  "Type your date format for emails and the booking table. %sDocumentation on "
8534
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
8535
  "Дакументацыя па фармаце для дат%s "
8536
 
8537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:980
8538
  msgid "Dates view"
8539
  msgstr "Выгляд дат"
8540
 
8541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:983
8542
  msgid "Short days view"
8543
  msgstr "Скарочаны выгляд дат"
8544
 
8545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:984
8546
  msgid "Wide days view"
8547
  msgstr "Пашыраны выгляд дат"
8548
 
8549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:986
8550
  #, fuzzy
8551
  msgid "Select the default view for dates on the booking tables"
8552
  msgstr "Абярыце тып паказу дат па змаўчанні ў табліцы рэзервавання і емейле"
8553
 
8554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1011
8555
  msgid "Information"
8556
  msgstr "Інфармацыя"
8557
 
8558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1021
8559
  msgid "Recommended WordPress Plugins"
8560
  msgstr ""
8561
 
8562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1023
8563
  msgid "Booking Manager - show all old bookings"
8564
  msgstr ""
8565
 
8566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1026
8567
  #, php-format
8568
  msgid ""
8569
  "This wordpress plugin is %sshow all approved and pending bookings from past"
8571
  "%sexport to CSV, print layout, advanced filter%s. "
8572
  msgstr ""
8573
 
8574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1040
8575
  msgid "User permissions for plugin menu pages"
8576
  msgstr ""
8577
 
8578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1100
8579
  #, fuzzy
8580
  msgid "Select user access level for the menu pages of plugin"
8581
  msgstr "Абярыце ўзровень доступу карыстача для адміністрацыйнай старонкі"
8582
 
8583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1110
8584
  msgid "Uninstall / deactivation"
8585
  msgstr ""
8586
 
8587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1114
8588
  #, fuzzy
8589
  msgid "Delete booking data, when plugin deactivated"
8590
  msgstr "калі ўбудова дэактываваны"
8591
 
8592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1119
8593
  msgid ""
8594
  "If you check this option, all booking data will be deleted when you "
8595
  "uninstall this plugin. Do you really want to do this?"
8596
  msgstr ""
8597
 
8598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1121
8599
  #, fuzzy
8600
  msgid ""
8601
  "Check this box to delete all booking data when you uninstal this plugin."
8603
  "Праверце, калі Вы жадаеце выдаліць дадзеныя па браняванні пры выдаленні "
8604
  "ўбудовы"
8605
 
8606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1256
8607
  #, fuzzy
8608
  msgid "Show legend below calendar"
8609
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
8610
 
8611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1264
8612
  #, fuzzy
8613
  msgid "Check this box to display a legend of dates below the booking calendar."
8614
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
8615
 
8616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1274
8617
  #, fuzzy
8618
  msgid "Available item"
8619
  msgstr "Доступа: "
8620
 
8621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1280
8622
  #, php-format
8623
  msgid "Activate and type your %stitle of available%s item in legend"
8624
  msgstr ""
8625
 
8626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1286
8627
  #, fuzzy
8628
  msgid "Pending item"
8629
  msgstr "Якія чакаюць сцвярджэнні"
8630
 
8631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1292
8632
  #, php-format
8633
  msgid "Activate and type your %stitle of pending%s item in legend"
8634
  msgstr ""
8635
 
8636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1298
8637
  #, fuzzy
8638
  msgid "Approved item"
8639
  msgstr "Пацверджана"
8640
 
8641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1304
8642
  #, php-format
8643
  msgid "Activate and type your %stitle of approved%s item in legend"
8644
  msgstr ""
8645
 
8646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1310
8647
  #, fuzzy
8648
  msgid "Partially booked item"
8649
  msgstr "Забранявана "
8650
 
8651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1316
8652
  #, php-format
8653
  msgid "Activate and type your %stitle of partially booked%s item in legend"
8654
  msgstr ""
8655
 
8656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1317
8657
  msgid ""
8658
  "Partially booked item - day, which is booked for the specific time-slot(s)."
8659
  msgstr ""
8660
 
8661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1341
8662
  #, fuzzy
8663
  msgid "Form fields labels"
8664
  msgstr "Палі формы"
8665
 
8666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1363
8667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1406
8668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1494
8669
  #, fuzzy
8670
  msgid "Field Label"
8671
  msgstr "Гэта поле неабходна"
8672
 
8673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1380
8674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1423
8675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1468
8676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1511
8677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1554
8678
  #, fuzzy
8679
  msgid "Required"
8680
  msgstr "Емейл (абавязковае поле)"
8681
 
8682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1383
8683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1426
8684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1514
8685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1557
8686
  msgid "Activate or deactivate field and change the label title"
8687
  msgstr ""
8688
 
8689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1451
8690
  #, fuzzy
8691
  msgid "Email Label"
8692
  msgstr "Емейл"
8693
 
8694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1471
8695
  msgid ""
8696
  "Change the label title of this field. Email is obligatory field in booking "
8697
  "form."
8698
  msgstr ""
8699
 
8700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1537
8701
  msgid "Textarea Label"
8702
  msgstr ""
8703
 
8704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1819
8705
+ #, fuzzy, php-format
8706
+ msgid ""
8707
+ "For example: \"You have a new reservation %s on the following date(s): %s "
8708
+ "Contact information: %s You can approve or cancel this booking at: %s Thank "
8709
+ "you, Reservation service.\""
8710
+ msgstr ""
8711
+ "На прыклад: \"Вы павінны пацвердзіць новую бронь %s на даты: %s Дэталёвая "
8712
+ "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
8713
+ "бранявання.\""
8714
+
8715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1880
8716
+ #, fuzzy, php-format
8717
+ msgid ""
8718
+ "For example: \"Your reservation %s on these date(s): %s is processing now! "
8719
+ "We will send confirmation by email. %s Thank you, Reservation service.\""
8720
+ msgstr ""
8721
+ "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
8722
+ "Дзякуй за карыстанне сэрвісам бранявання.\""
8723
+
8724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1954
8725
+ #, fuzzy, php-format
8726
+ msgid ""
8727
+ "For example: \"Your reservation %s on these date(s): %s has been approved.%s "
8728
+ "Thank you, Reservation service.\""
8729
+ msgstr ""
8730
+ "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
8731
+ "карыстанне сэрвісам бранявання .\""
8732
+
8733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2067
8734
+ msgid ""
8735
+ "You can use (in subject and content of email template) any shortcodes, which "
8736
+ "you used in the booking form. Use the shortcodes in the same way as you used "
8737
+ "them in the content form at Settings Fields page."
8738
+ msgstr ""
8739
+
8740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2069
8741
+ msgid "In addition you can use these shortcodes"
8742
+ msgstr ""
8743
+
8744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2071
8745
+ msgid "You can use in content of email template these shortcodes"
8746
+ msgstr ""
8747
+
8748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2075
8749
+ #, fuzzy, php-format
8750
+ msgid "%s - inserting data info about the booking"
8751
+ msgstr "%s - уставіць даты бранявання"
8752
+
8753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2077
8754
+ #, php-format
8755
+ msgid ""
8756
+ "%s - inserting data info about the booking, which you configured in the "
8757
+ "content form at Settings Fields page"
8758
+ msgstr ""
8759
+
8760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2079
8761
+ #, fuzzy, php-format
8762
+ msgid "%s - inserting ID of booking "
8763
+ msgstr "%s - уставіць даты бранявання"
8764
+
8765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2081
8766
+ #, fuzzy, php-format
8767
+ msgid "%s or %s - inserting the title of the booking resource "
8768
+ msgstr "%s[bookingname]%s - дадаць назву бранявання,"
8769
+
8770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2083
8771
+ #, fuzzy, php-format
8772
+ msgid "%s - inserting the cost of booking "
8773
+ msgstr "%s - уставіць даты бранявання"
8774
+
8775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2087
8776
+ #, fuzzy, php-format
8777
+ msgid "%s - inserting the dates of booking"
8778
+ msgstr "%s - уставіць даты бранявання"
8779
+
8780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2089
8781
+ #, fuzzy, php-format
8782
+ msgid "%s - inserting check-in date (first day of reservation),"
8783
+ msgstr "%s - уставіць даты бранявання"
8784
+
8785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2091
8786
+ #, fuzzy, php-format
8787
+ msgid "%s - inserting check-out date (last day of reservation),"
8788
+ msgstr "%s - уставіць даты бранявання"
8789
+
8790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2093
8791
+ #, fuzzy, php-format
8792
+ msgid "%s - inserting the number of booking dates "
8793
+ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
8794
+
8795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2097
8796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2105
8797
+ #, fuzzy, php-format
8798
+ msgid "%s - inserting your site URL "
8799
+ msgstr "%s - дадаць новы радок"
8800
+
8801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2098
8802
+ #, fuzzy, php-format
8803
+ msgid "%s - inserting IP address of the user who made this action "
8804
+ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
8805
+
8806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2099
8807
+ #, php-format
8808
+ msgid ""
8809
+ "%s - inserting contents of the User-Agent: header from the current request, "
8810
+ "if there is one "
8811
+ msgstr ""
8812
+
8813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2100
8814
+ #, php-format
8815
+ msgid ""
8816
+ "%s - inserting address of the page (if any), where visitor make this action "
8817
+ msgstr ""
8818
+
8819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2101
8820
+ #, fuzzy, php-format
8821
+ msgid "%s - inserting date of this action "
8822
+ msgstr "%s - дадаць новы радок"
8823
+
8824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2102
8825
+ #, fuzzy, php-format
8826
+ msgid "%s - inserting time of this action "
8827
+ msgstr "%s - дадаць новы радок"
8828
+
8829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2109
8830
+ #, fuzzy, php-format
8831
+ msgid "%s - inserting moderate link of new booking "
8832
+ msgstr "%s - уставіць даты бранявання"
8833
+
8834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2113
8835
+ #, php-format
8836
+ msgid ""
8837
+ "%s - inserting link to the page where visitor can edit the reservation, "
8838
+ "(possible to use the %s parameter for setting different %s of this page. "
8839
+ "Example: %s )"
8840
+ msgstr ""
8841
+
8842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2115
8843
+ #, php-format
8844
+ msgid ""
8845
+ "%s - inserting link to the page where visitor can cancel the reservation, "
8846
+ "(possible to use the %s parameter for setting different %s of this page. "
8847
+ "Example: %s )"
8848
+ msgstr ""
8849
+
8850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2117
8851
+ #, php-format
8852
+ msgid ""
8853
+ "%s - inserting link to payment page where visitor can pay for the "
8854
+ "reservation (possible to use the %s parameter for setting different %s of "
8855
+ "this page. Example: %s )"
8856
+ msgstr ""
8857
+
8858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2121
8859
+ #, fuzzy, php-format
8860
+ msgid ""
8861
+ "%s - add the reason for booking payment, you can enter it before sending "
8862
+ "email, "
8863
+ msgstr "%s - уставіць чыннік адмовы"
8864
+
8865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2125
8866
+ #, fuzzy, php-format
8867
+ msgid ""
8868
+ "%s - add the reason booking was cancelled, you can enter it before sending "
8869
+ "email, "
8870
+ msgstr "%s - уставіць чыннік адмовы"
8871
+
8872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2128
8873
+ #, php-format
8874
+ msgid "Also you can use any HTML tags like this %s - to insert new line "
8875
+ msgstr ""
8876
+
8877
+ #, fuzzy
8878
+ #~ msgid "Insertion of"
8879
+ #~ msgstr "Інфармацыя"
8880
+
8881
+ #, fuzzy
8882
+ #~ msgid "settings"
8883
+ #~ msgstr "Усталёўкі"
8884
+
8885
+ #, fuzzy
8886
+ #~ msgid "Booking settings customization"
8887
+ #~ msgstr "Усталёўкі"
8888
+
8889
+ #, fuzzy
8890
+ #~ msgid "Customization of email templates"
8891
+ #~ msgstr "Емейл"
8892
+
8893
+ #, fuzzy
8894
+ #~ msgid "Customization of search form"
8895
+ #~ msgstr "Форма"
8896
+
8897
+ #, fuzzy
8898
+ #~ msgid "Manage users settings"
8899
+ #~ msgstr "Усталёўкі"
8900
+
8901
+ #, fuzzy
8902
+ #~ msgid "Upgrade to higher versions."
8903
+ #~ msgstr "купіць Прафесійную версію"
8904
+
8905
+ #~ msgid "Admin email"
8906
+ #~ msgstr "Адміністрацыйны емейл"
8907
+
8908
+ #~ msgid "Copyright notice"
8909
+ #~ msgstr "Капірайт"
8910
+
8911
  #~ msgid "Number of visitors"
8912
  #~ msgstr "Лік наведвальнікаў"
8913
 
8959
  #~ msgid "Activate or Deactivate fields"
8960
  #~ msgstr "Актыўна"
8961
 
 
 
 
 
8962
  #, fuzzy
8963
  #~ msgid "Available in"
8964
  #~ msgstr "Доступа: "
8979
  #~ msgid "Users Pagination"
8980
  #~ msgstr "Пашыраная налада коштаў"
8981
 
 
 
 
 
8982
  #, fuzzy
8983
  #~ msgid "Show Pending Days as Available"
8984
  #~ msgstr "Паказаць усе даты"
8991
  #~ msgid "Configure Number of Days selection"
8992
  #~ msgstr "Вылучэнне некалькіх дзён"
8993
 
 
 
 
 
8994
  #, fuzzy
8995
  #~ msgid "New form Fields and parameters"
8996
  #~ msgstr "Налада формы палёў і кантэнту "
9039
  #~ msgid "The cost for payment"
9040
  #~ msgstr "%s - уставіць даты бранявання"
9041
 
 
 
 
 
 
 
9042
  #, fuzzy
9043
  #~ msgid "Add New Form"
9044
  #~ msgstr "Дадаць новы тып"
9080
  #~ msgid "Names of items from resource"
9081
  #~ msgstr "Імя аб'ектаў з рэсурсу"
9082
 
 
 
 
 
9083
  #, fuzzy
9084
  #~ msgid ""
9085
  #~ "of each booking resource. Enter only digits.of each booking resources. "
9272
  #~ msgid "%snew booking%s"
9273
  #~ msgstr "%sвремя канчаткі бранявання%s"
9274
 
 
 
 
 
9275
  #~ msgid "access level"
9276
  #~ msgstr "узровень доступу"
9277
 
9382
  #~ msgid "Example: %sSend%s "
9383
  #~ msgstr "Прыклад: %sОтправить%s "
9384
 
 
 
 
 
9385
  #, fuzzy
9386
  #~ msgid "Check other versions"
9387
  #~ msgstr "купіць Прафесійную версію"
9417
  #~ msgid "Count of days"
9418
  #~ msgstr "Лік дзён"
9419
 
 
 
 
 
9420
  #, fuzzy
9421
  #~ msgid ""
9422
  #~ "%s - inserting reason of payment, you can enter it before sending email, "
9490
  #~ msgid "Type your %sminimum number of days for range selection%s"
9491
  #~ msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
9492
 
 
 
 
9493
  #, fuzzy
9494
  #~ msgid ""
9495
  #~ " Check this if you want to use a part of the day (not full day) at start "
9572
  #~ msgid "Number of resources"
9573
  #~ msgstr "Лік наведвальнікаў"
9574
 
 
 
 
 
9575
  #, fuzzy
9576
  #~ msgid "Cost of each booking resource"
9577
  #~ msgstr "Кошты бранявання"
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-06-13 23:20+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: ... <...>\n"
@@ -13,24 +13,26 @@ msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.6.4\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\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
 
@@ -42,70 +44,70 @@ 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
 
@@ -115,13 +117,13 @@ 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
 
@@ -131,21 +133,21 @@ 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
 
@@ -163,31 +165,31 @@ msgstr "poukaz"
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,201 +197,218 @@ msgid ""
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,7 +417,7 @@ msgid ""
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,52 +426,53 @@ msgid ""
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
@@ -473,74 +493,75 @@ msgstr ""
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,504 +569,514 @@ msgid ""
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"
@@ -1056,47 +1087,47 @@ 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 ""
@@ -1104,10 +1135,10 @@ msgstr ""
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
 
@@ -1117,20 +1148,20 @@ 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
 
@@ -1163,8 +1194,8 @@ 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
 
@@ -1173,16 +1204,15 @@ 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
 
@@ -1202,7 +1232,7 @@ 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
 
@@ -1214,85 +1244,85 @@ msgstr ""
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
@@ -1300,89 +1330,89 @@ msgstr "dny"
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
@@ -1390,193 +1420,200 @@ msgstr "Filtr"
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
@@ -1584,38 +1621,46 @@ msgstr "den"
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
@@ -1624,275 +1669,280 @@ msgstr ""
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
@@ -1901,14 +1951,14 @@ msgstr "Nedostupné dny v týdnu"
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
@@ -1917,14 +1967,14 @@ msgstr "Neděle"
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
@@ -1933,14 +1983,14 @@ msgstr "Pondělí"
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
@@ -1949,14 +1999,14 @@ msgstr "Úterý"
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
@@ -1965,14 +2015,14 @@ msgstr "Středa"
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
@@ -1981,14 +2031,14 @@ msgstr "Čtvrtek"
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
@@ -1997,609 +2047,634 @@ msgstr "Pátek"
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 "
@@ -2608,66 +2683,66 @@ 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,11 +2751,11 @@ msgid ""
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,246 +2763,251 @@ msgid ""
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"
@@ -2943,11 +3023,12 @@ msgstr "Formulářové pole"
2943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
2944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
2945
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
2946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
2947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
2948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
2949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
2950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
 
2951
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
2952
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
2953
  msgid "optional"
@@ -2971,7 +3052,7 @@ msgstr "hodina/y"
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í"
@@ -2989,7 +3070,7 @@ msgstr ""
2989
 
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"
@@ -3020,33 +3101,37 @@ msgstr ""
3020
  msgid "Allow %smultiple%s selections"
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"
3035
  msgstr ""
3036
 
3037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
3038
  msgid "Size"
3039
  msgstr ""
3040
 
3041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
3042
  msgid "Maxlength"
3043
  msgstr ""
3044
 
3045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:276
3046
  msgid "Copy and paste this shortcode into the form at left side"
3047
  msgstr ""
3048
 
3049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:291
3050
  #, php-format
3051
  msgid ""
3052
  "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
@@ -3115,7 +3200,8 @@ 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
 
@@ -3213,7 +3299,7 @@ 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."
@@ -3768,233 +3854,167 @@ msgstr ""
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"
3773
- msgstr ""
3774
-
3775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:764
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, "
3846
- "(possible to use the %s parameter for setting different %s of this page. "
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, "
3854
- "(possible to use the %s parameter for setting different %s of this page. "
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 "
3862
- "reservation (possible to use the %s parameter for setting different %s of "
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"
@@ -4011,7 +4031,7 @@ 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
 
@@ -4083,7 +4103,7 @@ 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
 
@@ -4122,7 +4142,7 @@ 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
 
@@ -4171,173 +4191,174 @@ msgstr "Uložit"
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
 
@@ -4379,6 +4400,7 @@ msgstr ""
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"
@@ -4418,6 +4440,7 @@ msgstr ""
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"
@@ -4438,6 +4461,7 @@ msgstr ""
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
 
@@ -4445,6 +4469,7 @@ msgstr ""
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
 
@@ -4462,6 +4487,7 @@ msgstr ""
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
 
@@ -4469,6 +4495,7 @@ msgstr ""
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
 
@@ -4482,6 +4509,7 @@ msgstr ""
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"
@@ -4490,6 +4518,7 @@ msgstr "Nadpis"
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
 
@@ -4497,6 +4526,7 @@ msgstr ""
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"
@@ -4505,6 +4535,7 @@ msgstr "Ukázat"
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
 
@@ -4512,6 +4543,7 @@ msgstr ""
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
 
@@ -4526,6 +4558,7 @@ msgstr ""
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 ""
@@ -4534,6 +4567,7 @@ msgstr ""
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 ""
@@ -4542,6 +4576,7 @@ msgstr ""
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 ""
@@ -4606,12 +4641,14 @@ msgstr ""
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 "
@@ -4624,18 +4661,22 @@ msgstr ""
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 "
@@ -4657,6 +4698,7 @@ msgstr ""
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,27 +4714,29 @@ msgid ""
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"
@@ -4746,17 +4790,20 @@ msgstr ""
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 "
@@ -4765,38 +4812,39 @@ 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
 
@@ -4824,14 +4872,28 @@ msgstr ""
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 ""
@@ -4960,6 +5022,7 @@ 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
 
@@ -4986,7 +5049,7 @@ msgstr ""
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
@@ -5036,7 +5099,7 @@ msgstr "Česká koruna"
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
@@ -5062,7 +5125,7 @@ msgstr ""
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
@@ -5185,7 +5248,7 @@ msgstr ""
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
 
@@ -5243,10 +5306,12 @@ 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
 
@@ -5262,10 +5327,12 @@ 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
 
@@ -5284,6 +5351,7 @@ 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"
@@ -5293,48 +5361,109 @@ msgstr "Všechny rezervace"
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,405 +5471,426 @@ msgid ""
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,86 +5898,100 @@ msgid ""
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,36 +5999,41 @@ msgid ""
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,21 +6041,24 @@ msgid ""
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,42 +6066,46 @@ msgid ""
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,118 +6113,148 @@ msgid ""
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 ""
@@ -6099,48 +6305,366 @@ msgid ""
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"
@@ -6150,86 +6674,95 @@ 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 ""
@@ -6240,7 +6773,7 @@ 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ář"
@@ -6250,11 +6783,6 @@ msgstr "Rezervační kalendář"
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:"
@@ -6380,9 +6908,9 @@ 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
 
@@ -6404,7 +6932,7 @@ 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
 
@@ -6434,7 +6962,7 @@ msgstr "Odhlášení"
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
 
@@ -6444,12 +6972,13 @@ 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
 
@@ -6468,9 +6997,9 @@ 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
 
@@ -6483,27 +7012,30 @@ 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 "
@@ -6512,300 +7044,301 @@ 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
 
@@ -6913,107 +7446,106 @@ msgstr ""
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,167 +7554,127 @@ msgstr ""
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
 
@@ -7194,7 +7686,12 @@ msgid ""
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,64 +7701,78 @@ msgstr ""
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,51 +7780,54 @@ msgstr ""
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"
@@ -7340,126 +7854,148 @@ msgstr ""
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,49 +8003,63 @@ msgstr ""
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,128 +8067,128 @@ msgstr ""
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,35 +8197,35 @@ msgstr ""
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,23 +8233,23 @@ msgid ""
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,102 +8257,294 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-09-28 09:57+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: ... <...>\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
+ "X-Generator: Poedit 1.6.9\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\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:254
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:258
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
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/wpbc-gcal-class.php:566
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:597
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1532
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1592
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
34
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
35
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:916
36
  msgid "Dates"
37
  msgstr "Termín"
38
 
44
 
45
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
46
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
 
49
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3828
51
  msgid "First Name (required)"
52
  msgstr "Jméno *"
53
 
54
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
55
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
 
58
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
59
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3829
60
  msgid "Last Name (required)"
61
  msgstr "Příjmení *"
62
 
63
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
64
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
 
67
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
68
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3830
69
  msgid "Email (required)"
70
  msgstr "Email *"
71
 
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
73
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1402
76
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3799
 
78
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3831
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
81
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3862
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
83
  msgid "Phone"
84
  msgstr "Telefon"
85
 
86
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
87
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
88
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
90
  msgid "Address (required)"
91
  msgstr "Adresa *"
92
 
93
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
94
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
95
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
97
  msgid "City (required)"
98
  msgstr "Město *"
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:114
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
104
  msgid "Post code (required)"
105
  msgstr "PSČ *"
106
 
107
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
108
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
111
  msgid "Country (required)"
112
  msgstr "Země *"
113
 
117
 
118
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
119
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3801
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
127
  msgid "Details"
128
  msgstr "Detaily"
129
 
133
 
134
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
140
  msgid "I Accept term and conditions"
141
  msgstr "Souhlasím s podmínkami"
142
 
143
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:120
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2754
147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1620
151
  msgid "Send"
152
  msgstr "Rezervovat"
153
 
165
  msgid "discount"
166
  msgstr "sleva"
167
 
168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:731
169
  msgid "Nothing found"
170
  msgstr "Nenalezeno"
171
 
172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:732
173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:218
174
  msgid "Search results"
175
  msgstr ""
176
 
177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:856
178
  msgid "Book now"
179
  msgstr ""
180
 
181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:954
182
  msgid "Please select check-in and check-out days!"
183
  msgstr ""
184
 
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1154
186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1167
187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:139
188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1208
189
  msgid "Search"
190
  msgstr ""
191
 
192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2079
193
  #, php-format
194
  msgid ""
195
  "Sorry, the reservation was not made because these days are already booked!!! "
197
  "resource.) %s Please %srefresh%s the page and try other days."
198
  msgstr ""
199
 
200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2590
201
  #, php-format
202
  msgid "The folowing pending booking(s): %s deleted."
203
  msgstr ""
204
 
205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2630
206
  msgid "Maximum available booking resource items"
207
  msgstr ""
208
 
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2869
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3468
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:851
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1343
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1986
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2112
221
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
222
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:85
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3277
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3404
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3477
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3554
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3714
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3743
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:74
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:307
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:327
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:345
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:411
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2931
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:482
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:670
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:793
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1010
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1020
246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1039
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1109
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1340
249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1765
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1833
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1893
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1968
253
  msgid "Click to toggle"
254
  msgstr ""
255
 
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2870
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
258
  #, fuzzy
259
  msgid "Booking resources management"
260
  msgstr "Rezervace"
261
 
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2875
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3579
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4122
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4143
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4607
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:211
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:253
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:257
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:372
273
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
274
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1263
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1300
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:76
279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:93
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:563
281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:581
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1588
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1591
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1966
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:914
287
  msgid "ID"
288
  msgstr ""
289
 
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3993
292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4608
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1317
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:77
296
  #, fuzzy
297
  msgid "Resource name"
298
  msgstr "Jméno"
299
 
300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
302
  msgid "Number of resource items inside of parent resource"
303
  msgstr ""
304
 
305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
307
  msgid "Capacity"
308
  msgstr ""
309
 
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2880
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2984
312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3939
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4065
314
  msgid "Parent"
315
  msgstr ""
316
 
317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2881
318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2991
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3940
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4075
321
  msgid "Priority"
322
  msgstr ""
323
 
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
326
  #, fuzzy
327
  msgid "Maximum number of visitors for resource"
328
  msgstr "Počet návštěvníků"
329
 
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1777
333
  msgid "Max"
334
  msgstr ""
335
 
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
338
  msgid "visitors"
339
  msgstr "host"
340
 
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2885
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3944
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4125
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1390
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1775
348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1790
349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2148
350
  msgid "Actions"
351
  msgstr "Akce"
352
 
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2963
354
  msgid "Add"
355
  msgstr "Přidat"
356
 
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
358
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4152
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4155
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4591
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2013
365
  msgid "Delete"
366
  msgstr "Smazat"
367
 
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2982
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:564
370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:583
371
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
372
  msgid "Title"
373
  msgstr "Nadpis"
374
 
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2999
376
  #, fuzzy
377
  msgid "Add new resource"
378
  msgstr "Přidat"
379
 
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3006
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3145
382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3566
383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3815
384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
385
  msgid "Save"
386
  msgstr "Uložit"
387
 
388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3048
389
  msgid "Advanced Settings"
390
  msgstr "Pokročilé nastavení"
391
 
392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3187
394
  msgid "Set capacity based on number of visitors"
395
  msgstr ""
396
 
397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3069
398
  #, php-format
399
  msgid ""
400
  "Check this box if you want total availability (daily capacity) to depend on "
401
  "the number of selected visitors %s."
402
  msgstr ""
403
 
404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1428
407
  #, php-format
408
  msgid "Please read more info about configuration of this parameter %shere%s"
409
  msgstr ""
410
 
411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3084
412
  #, php-format
413
  msgid ""
414
  "Add tooltip on calendar(s) to show availability based on the number of "
417
  "number of visitors specified on the booking form."
418
  msgstr ""
419
 
420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
421
  #, php-format
422
  msgid ""
423
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
426
  "resources%s with the number of visitors specified on the booking form."
427
  msgstr ""
428
 
429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3107
430
  #, fuzzy
431
  msgid "Show availability"
432
  msgstr "Ukázat"
433
 
434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3114
435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3336
436
  msgid ""
437
  "Check this box to display the available number of booking resources with a "
438
  "tooltip, when mouse hovers over each day on the calendar(s)."
439
  msgstr ""
440
 
441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
442
  msgid "Availability description"
443
  msgstr ""
444
 
445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3124
446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3347
447
  #, php-format
448
  msgid "Type your %savailability%s description"
449
  msgstr ""
450
 
451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3234
453
  msgid "Disable bookings in different booking resources"
454
  msgstr ""
455
 
456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
457
  msgid ""
458
  "Check this box to dissable reservations, which can be stored in different "
459
  "booking resources. When checked, all reserved days must be at same booking "
460
  "resource otherwise error message will show."
461
  msgstr ""
462
 
463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3180
464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:58
465
  #, fuzzy
466
  msgid "Advanced"
467
  msgstr "Pokročilé nastavení"
468
 
469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
470
  msgid ""
471
  "Check this box if you want total availability (daily capacity) to depend on "
472
  "the number of selected visitors."
473
  msgstr ""
474
 
475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
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
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
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:294
497
  msgid "Important!"
498
  msgstr ""
499
 
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3208
501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:612
502
  #, fuzzy
503
  msgid "Type of days selection"
504
  msgstr "Možnost rezervace po dnech"
505
 
506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3213
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:3215
513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4462
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:711
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:747
518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1317
519
  msgid "Note"
520
  msgstr ""
521
 
522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
523
  #, php-format
524
  msgid ""
525
  "Be sure to match the maximum number of visitors for the %sone booking "
526
  "resource%s with the number of visitors specified on the booking form."
527
  msgstr ""
528
 
529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
530
  msgid ""
531
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
532
  "number of visitors for the resource, which can be at free booking resource "
533
  "items."
534
  msgstr ""
535
 
536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
537
  #, php-format
538
  msgid ""
539
  "Be sure to match the maximum number of visitors for %sall booking resources"
540
  "%s with the number of visitors specified on the booking form."
541
  msgstr ""
542
 
543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3239
544
  msgid ""
545
  "Check this box to dissable reservations, which can be stored in different "
546
  "booking resources."
547
  msgstr ""
548
 
549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
550
  msgid ""
551
  "When checked, all reserved days must be at same booking resource otherwise "
552
  "error message will show."
553
  msgstr ""
554
 
555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3271
556
  msgid "Use pending days as available"
557
  msgstr ""
558
 
559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3280
560
  msgid ""
561
  "Check this box if you want to show the pending days as available in calendars"
562
  msgstr ""
563
 
564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3297
565
  msgid ""
566
  "Warning!!! After you approved the specific booking(s), all your pending "
567
  "bookings of the same booking resource as an approved booking for the dates, "
569
  "canceled!"
570
  msgstr ""
571
 
572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3299
573
  msgid ""
574
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
575
  "is approved for these date(s)"
576
  msgstr ""
577
 
578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
579
  #, fuzzy
580
  msgid "Show availability in tooltip"
581
  msgstr "Ukázat"
582
 
583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3345
584
  #, fuzzy
585
  msgid "Availability Title"
586
  msgstr "Nadpis"
587
 
588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3382
589
  msgid ""
590
  "Use \"Check In\" date as available in calendar for booking resources with "
591
  "capacity higher then 1 for search results"
592
  msgstr ""
593
 
594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3389
595
  msgid ""
596
  "Use \"Check Out\" date as available in calendar for booking resources with "
597
  "capacity higher then 1 search results"
598
  msgstr ""
599
 
600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3415
601
  #, fuzzy
602
  msgid "Coupon Deleted"
603
  msgstr "Smazáno"
604
 
605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
606
  #, fuzzy
607
  msgid "Coupon created"
608
  msgstr "Vytvořeno"
609
 
610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3469
611
  msgid "Add New Discount Coupon"
612
  msgstr ""
613
 
614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
617
  #, fuzzy
618
  msgid "Coupon Code"
619
  msgstr "Poukaz"
620
 
621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
622
  #, fuzzy
623
  msgid "Enter coupon code."
624
  msgstr "Poukaz"
625
 
626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3484
627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
629
  msgid "Savings"
630
  msgstr "Ukládání"
631
 
632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3488
633
  msgid "Fixed Amount"
634
  msgstr ""
635
 
636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3489
637
  msgid "Percentage Off"
638
  msgstr ""
639
 
640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3492
641
  msgid "Enter number of fixed or percentage savings."
642
  msgstr ""
643
 
644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3497
645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
647
  #, fuzzy
648
  msgid "Expiration Date"
649
  msgstr "Datum vydání"
650
 
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
652
  #, fuzzy
653
  msgid "Select Expiration Date of the coupon."
654
  msgstr "Zadejte prosím v kalendáři svou rezervaci."
655
 
656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3511
657
  #, fuzzy
658
  msgid "Minimum Booking Cost"
659
  msgstr "Rezervace"
660
 
661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3514
662
  msgid "Enter minimum booking cost, when coupon is applicable."
663
  msgstr ""
664
 
665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3525
666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4699
669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1266
670
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:694
672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1071
673
  msgid "Resources"
674
  msgstr ""
675
 
676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3528
677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3605
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:325
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:99
680
  #, fuzzy
681
  msgid "All"
682
  msgstr "Všechny rezervace"
683
 
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3541
685
  msgid "Select booking resources, where is possible to apply this coupon code."
686
  msgstr ""
687
 
688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3548
689
  #, fuzzy
690
  msgid "Add New Coupon"
691
  msgstr "Poukaz"
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
694
  msgid "The coupon code your customers will be using to receive the discount."
695
  msgstr ""
696
 
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
698
  msgid "The amount which will be saved. Enter only digits."
699
  msgstr ""
700
 
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
702
  msgid "The minimum total cost required to use the coupon"
703
  msgstr ""
704
 
705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
707
  msgid "Minimum Purchase"
708
  msgstr ""
709
 
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
711
  msgid "The date your coupon will expire"
712
  msgstr ""
713
 
714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
715
  msgid "Resource list, which supports this coupon"
716
  msgstr ""
717
 
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1927
720
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
721
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
722
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
723
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:256
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:401
726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:416
727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:596
728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1119
729
  msgid "Warning"
730
  msgstr "Varování"
731
 
732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
733
  #, fuzzy
734
  msgid "Do you really want to delete this item?"
735
  msgstr "Opravdu chcete vybranou rezervaci smazat?"
736
 
737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3656
738
  #, fuzzy, php-format
739
  msgid "%s - coupon field, "
740
  msgstr "Poukaz"
741
 
742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3657
743
  #, fuzzy, php-format
744
  msgid "Example: %s "
745
  msgstr "hodina/y"
746
 
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3694
748
  #, fuzzy
749
  msgid "Search form customization"
750
  msgstr "Formulář"
751
 
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
753
  msgid "Inlinee Search Form Template"
754
  msgstr ""
755
 
756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
757
  msgid "Horizontal Search Form Template"
758
  msgstr ""
759
 
760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
761
  msgid "Standard Search Form Template"
762
  msgstr ""
763
 
764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1594
766
  #, fuzzy
767
  msgid "Reset current Form"
768
  msgstr "Aktuální termín"
769
 
770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3708
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3570
772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1601
774
  msgid "Reset"
775
  msgstr ""
776
 
777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3716
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3754
779
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
780
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:207
783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3751
784
  #, fuzzy
785
  msgid "Use these shortcodes for customization: "
786
  msgstr "Používejte CSS BootStrap"
787
 
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3717
789
  #, php-format
790
  msgid "%s - search inside posts/pages which are part of this category, "
791
  msgstr ""
792
 
793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
794
  #, php-format
795
  msgid "%s - search inside posts/pages which have this tag, "
796
  msgstr ""
797
 
798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
799
  #, php-format
800
  msgid "%s - check-in date, "
801
  msgstr ""
802
 
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3720
804
  #, fuzzy, php-format
805
  msgid "%s - check-out date, "
806
  msgstr "Odhlášení"
807
 
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3721
809
  #, php-format
810
  msgid "%s - default selection number of visitors, "
811
  msgstr ""
812
 
813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3722
814
  #, php-format
815
  msgid "Example: %s - custom number of visitor selections\""
816
  msgstr ""
817
 
818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
819
  #, fuzzy, php-format
820
  msgid "%s - search button, "
821
  msgstr "hodina/y"
822
 
823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3724
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
825
  #, fuzzy, php-format
826
  msgid "%s - new line "
827
  msgstr "Nové (neověřené) rezervace"
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3725
830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3754
832
  msgid "Use any other HTML tags (carefully)."
833
  msgstr ""
834
 
835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3731
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
837
  msgid ""
838
  "Additional customization style of this element you can make at this file"
839
  msgstr ""
840
 
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
842
  msgid "Reset to default search form content"
843
  msgstr ""
844
 
845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3915
848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2431
849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4497
852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4593
853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4656
854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1504
855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2243
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1364
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:595
860
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:299
862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1346
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3634
867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3764
868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-settings.php:46
869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:73
870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1135
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1576
872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2053
873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2182
874
  msgid "Save Changes"
875
  msgstr "Uložit změny"
876
 
877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
878
  msgid "Customization of found booking resource items"
879
  msgstr ""
880
 
881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
882
  #, fuzzy, php-format
883
  msgid "%s - resource title, "
884
  msgstr "Nadpis"
885
 
886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
887
  #, php-format
888
  msgid "%s - link to the page with booking form, "
889
  msgstr ""
890
 
891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3757
892
  #, fuzzy, php-format
893
  msgid "%s - availability of booking resource, "
894
  msgstr "Nové (neověřené) rezervace"
895
 
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3758
897
  #, php-format
898
  msgid "%s - maximum number of visitors for the booking resource, "
899
  msgstr ""
900
 
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3759
902
  #, fuzzy, php-format
903
  msgid "%s - cost of booking the resource, "
904
  msgstr "Nové (neověřené) rezervace"
905
 
906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3760
907
  #, php-format
908
  msgid ""
909
  "%s - featured image, taken from the featured image associated with the post, "
910
  msgstr ""
911
 
912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3761
913
  #, php-format
914
  msgid "%s - booking info, taken from the excerpt associated with the post, "
915
  msgstr ""
916
 
917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
918
  #, fuzzy
919
  msgid "Reset to default form"
920
  msgstr "Formulář"
921
 
 
 
922
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3801
924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3809
925
  #, fuzzy
926
  msgid "Check in"
927
  msgstr "Přihlášení"
928
 
 
 
929
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3802
931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3810
932
  #, fuzzy
933
  msgid "Check out"
934
  msgstr "Odhlášení"
935
 
 
 
936
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3803
938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3811
939
  msgid "Guests"
940
  msgstr ""
941
 
942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3850
943
  #, fuzzy
944
  msgid "Search Cache Settings"
945
  msgstr "nastavení"
946
 
947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3856
948
  msgid "Cache expiration"
949
  msgstr ""
950
 
951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
952
  msgid "hour(s)"
953
  msgstr "hodina/y"
954
 
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3867
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3095
957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3264
958
  msgid "day(s)"
959
  msgstr "den/y"
960
 
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3871
962
  msgid "Select time of cache expiration"
963
  msgstr ""
964
 
965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3879
966
  msgid "Cache will expire:"
967
  msgstr ""
968
 
969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3907
970
  #, php-format
971
  msgid "Found: %s booking forms inside of posts or pages "
972
  msgstr ""
973
 
974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3914
975
  msgid "Reset cache"
976
  msgstr ""
977
 
978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3980
979
  msgid "Parent Resource"
980
  msgstr ""
981
 
982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4005
983
  #, fuzzy
984
  msgid "Max visitors"
985
  msgstr "Návštěvníci"
986
 
987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4052
988
  msgid "Capacity: "
989
  msgstr ""
990
 
991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4071
992
  msgid ""
993
  "Select parent resource, if you want that parent resource is increase "
994
  "capacity."
995
  msgstr ""
996
 
997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4082
998
  msgid ""
999
  "Set priority of resource - resource with higher priority will be reserved "
1000
  "firstly."
1001
  msgstr ""
1002
 
1003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4093
1004
  msgid "Resources count"
1005
  msgstr ""
1006
 
1007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4100
1008
  msgid "Create several booking resources for one time"
1009
  msgstr ""
1010
 
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4114
1012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1013
  #, fuzzy
1014
  msgid "Default form"
1015
  msgstr "Formulář"
1016
 
1017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4119
1018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4372
1021
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
1022
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1023
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
1024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2262
1025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4315
1026
  msgid "Standard"
1027
  msgstr ""
1028
 
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4124
1030
  #, fuzzy
1031
  msgid "Select default custom booking form"
1032
  msgstr "Vyberte jak se budou rezervace řadit"
1033
 
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4216
1035
  #, fuzzy
1036
  msgid "Available: "
1037
  msgstr "Volné dny"
1038
 
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:668
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3927
1042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:689
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1820
1044
  #, fuzzy
1045
  msgid "Default"
1046
  msgstr "Výchozí režim zobrazení"
1047
 
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4325
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4360
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4361
1052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4373
1053
  msgid "Superior"
1054
  msgstr ""
1055
 
1056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2416
1058
  msgid "Resource #1"
1059
  msgstr ""
1060
 
1061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4326
1063
  msgid "Presidential Suite"
1064
  msgstr ""
1065
 
1066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2417
1068
  #, fuzzy
1069
  msgid "Resource #2"
1070
  msgstr "2 měsíce"
1071
 
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4327
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1444
1075
  msgid "Royal Villa"
1076
  msgstr ""
1077
 
1078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2418
1080
  #, fuzzy
1081
  msgid "Resource #3"
1082
  msgstr "3 měsíce"
1087
  msgstr "hodina/y"
1088
 
1089
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
1096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
1097
  msgid "Adults"
1098
  msgstr "Dospělí"
1099
 
1100
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
1108
  msgid "Children"
1109
  msgstr "Děti"
1110
 
1111
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1112
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
1116
  #, fuzzy
1117
  msgid "per 1 day"
1118
  msgstr "den"
1119
 
1120
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1121
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1124
  msgid "from the cost of 1 day "
1125
  msgstr ""
1126
 
1127
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1128
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2959
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1131
  #, php-format
1132
  msgid "Additional cost in %s per 1 day"
1133
  msgstr ""
1135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1136
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1137
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1142
  msgid " for all days!"
1143
  msgstr ""
1144
 
1148
 
1149
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1150
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
 
1151
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4317
1153
  #, fuzzy
1154
  msgid "Custom Form"
1155
  msgstr "Vlastní"
1156
 
1157
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4332
1159
  #, fuzzy
1160
  msgid "Load selected booking form"
1161
  msgstr "Rezervační formulář"
1162
 
1163
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4334
1165
  msgid "Load"
1166
  msgstr ""
1167
 
1194
  msgstr "Vytvořit nový formulář"
1195
 
1196
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
1198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1199
  msgid "Create"
1200
  msgstr "Vytvořit"
1201
 
1204
  msgstr "Smazat formulář"
1205
 
1206
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
1208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:491
 
1209
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1210
  msgid "Cancel"
1211
  msgstr "Zrušit"
1212
 
1213
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:444
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:213
1216
  msgid "Deleted"
1217
  msgstr "Smazáno"
1218
 
1232
  msgstr "Rezervační formulář"
1233
 
1234
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1638
1236
  msgid "Booking Form"
1237
  msgstr "Rezervační formulář"
1238
 
1244
  msgid "Total booking resource cost"
1245
  msgstr ""
1246
 
1247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1248
  #, php-format
1249
  msgid ""
1250
  "%s - show cost hint for full booking in real time, depending on number of "
1251
  "days selected and form elements."
1252
  msgstr ""
1253
 
1254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1255
  #, php-format
1256
  msgid "Example: %sThe full cost of payment: %s"
1257
  msgstr ""
1258
 
1259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1260
  #, php-format
1261
  msgid ""
1262
  "%s - show hint of original booking cost without additional costs for full "
1263
  "booking in real time, depends only from days selection."
1264
  msgstr ""
1265
 
1266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1267
  #, php-format
1268
  msgid "Example: %sThe original cost for payment: %s "
1269
  msgstr ""
1270
 
1271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1272
  #, php-format
1273
  msgid ""
1274
  "%s - show cost hint of additional booking cost, which depends from selection "
1275
  "of form elements."
1276
  msgstr ""
1277
 
1278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1279
  #, php-format
1280
  msgid "Example: %sThe additional cost for payment: %s "
1281
  msgstr ""
1282
 
1283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1284
  #, php-format
1285
  msgid "%s - enter direct cost at admin panel at page: "
1286
  msgstr ""
1287
 
1288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
1290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
1291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1057
1292
  msgid "Add booking"
1293
  msgstr "Přidat rezervaci"
1294
 
1295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1534
1296
  #, fuzzy, php-format
1297
  msgid "Example: %s"
1298
  msgstr "hodina/y"
1299
 
1300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2073
1301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:316
1302
  msgid "yes"
1303
  msgstr "ano"
1304
 
 
1305
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1307
  msgid ""
1308
  "Setting rate or cost, which is depend from number of selected days for the "
1309
  "resource"
1310
  msgstr ""
1311
 
1312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1315
  msgid "Rates"
1316
  msgstr ""
1317
 
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
 
1319
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1321
  #, fuzzy
1322
  msgid "Valuation days"
1323
  msgstr "dny"
1324
 
1325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1326
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1327
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1328
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1330
  msgid "Deposit"
1331
  msgstr ""
1332
 
1333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2248
1335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4721
1336
  msgid "Availability"
1337
  msgstr ""
1338
 
1339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2191
1340
  msgid "Setting the default form for the specific resource"
1341
  msgstr ""
1342
 
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2192
1344
  #, fuzzy
1345
  msgid "Default Form"
1346
  msgstr "Formulář"
1347
 
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2228
1349
  msgid "Set the cost based on the number of days selected for the reservation"
1350
  msgstr ""
1351
 
1352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1353
  msgid ""
1354
  "Activation of this feature is require setting cost per day or cost per night"
1355
  msgstr ""
1356
 
 
1357
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3237
1360
  msgid "Deposit amount"
1361
  msgstr ""
1362
 
1363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2239
1364
  msgid "Set the deposit payment required for the payment form"
1365
  msgstr ""
1366
 
1367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1368
  msgid ""
1369
  "Activate this feature at the cost section of general booking settings page, "
1370
  "firstly."
1371
  msgstr ""
1372
 
1373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2372
1374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2383
1375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2388
1376
  #, fuzzy
1377
  msgid "unavailable"
1378
  msgstr "Nedostupné dny ode dneška"
1379
 
1380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2373
1381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
1383
  #, fuzzy
1384
  msgid "available"
1385
  msgstr "Volné dny"
1386
 
1387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2375
1388
  msgid "Availability booking type"
1389
  msgstr ""
1390
 
1391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1392
  #, php-format
1393
  msgid "All days for %s"
1394
  msgstr ""
1395
 
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2390
1397
  #, php-format
1398
  msgid ""
1399
  "Select %s days by activating specific season filter below or %sadd new "
1400
  "season filter%s"
1401
  msgstr ""
1402
 
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2401
1404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2423
1405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4123
1406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
1407
  #, fuzzy
1408
  msgid "Season Filter Name"
1409
  msgstr "Filtr"
1410
 
1411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2402
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2534
1414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2603
1415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4145
1416
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1417
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1418
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1420
  msgid "Description"
1421
  msgstr ""
1422
 
1423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2938
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:866
1430
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1431
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1432
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1433
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3292
1435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3360
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3419
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3570
1439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:91
1440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1373
1441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1416
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1461
1443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1504
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1547
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1780
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1849
1447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1908
1448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1984
1449
  msgid "Active"
1450
  msgstr "Aktivovat"
1451
 
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1453
  msgid "Seasonal rates of booking resource"
1454
  msgstr ""
1455
 
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
1457
  #, php-format
1458
  msgid ""
1459
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1460
  "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1461
  msgstr ""
1462
 
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2583
1465
  msgid "Final cost"
1466
  msgstr ""
1467
 
1468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2533
1469
  #, fuzzy
1470
  msgid "Season Filter"
1471
  msgstr "Filtr"
1472
 
1473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2564
1474
  #, fuzzy
1475
  msgid "Rate"
1476
  msgstr "Ohodnoťte tento plugin"
1477
 
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2573
1479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2593
1480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1995
1481
  #, fuzzy
1482
  msgid "for 1 day"
1483
  msgstr "den"
1484
 
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2574
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2594
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1996
1488
  msgid "for 1 night"
1489
  msgstr ""
1490
 
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2575
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2595
1493
  msgid "fixed deposit"
1494
  msgstr ""
1495
 
1496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2576
1497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
1499
  #, fuzzy
1500
  msgid "for 1 hour"
1501
  msgstr "hodina/y"
1502
 
1503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2602
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3554
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3803
1506
  #, fuzzy
1507
  msgid "Filter Name"
1508
  msgstr "Filtr"
1509
 
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1513
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1514
  msgid "Note!"
1515
  msgstr ""
1516
 
1517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1518
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1519
  msgstr ""
1520
 
1521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2614
1522
  msgid "Update Rates"
1523
  msgstr ""
1524
 
1525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1526
  msgid "Set cost of booking resource based on the number of days selected"
1527
  msgstr ""
1528
 
1529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1530
  #, php-format
1531
  msgid ""
1532
  "If you add costs here, %srates%s for this booking resource will not take "
1533
  "effect !!!"
1534
  msgstr ""
1535
 
1536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1537
  #, php-format
1538
  msgid ""
1539
  "Cost setings at %stop have higher priority%s than other costs of same type "
1540
  "at the %sbottom%s of the list."
1541
  msgstr ""
1542
 
1543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1544
  #, php-format
1545
  msgid ""
1546
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1547
  "terms %s and after terms %s"
1548
  msgstr ""
1549
 
1550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2857
1551
  #, php-format
1552
  msgid "%s and %s terms have higher priority than a range %s days."
1553
  msgstr ""
1554
 
1555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2860
1556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:800
1557
  msgid "Warning!"
1558
  msgstr "Varování!"
1559
 
1560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2861
1561
  msgid ""
1562
  "Specific cost will take affect, only if it active (the box at the left side "
1563
  "is checked) and if \"Check In\" (start) date belong to selected season "
1564
  "filter or if set \"Any days\"."
1565
  msgstr ""
1566
 
1567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1568
  msgid "Number of Days"
1569
  msgstr ""
1570
 
1571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2871
1572
  #, fuzzy
1573
  msgid "Cost Settings"
1574
  msgstr "nastavení"
1575
 
1576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2872
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3016
1579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3110
1580
  msgid "Season Filter of Check In date"
1581
  msgstr ""
1582
 
1583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2968
1585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1586
  msgid "For"
1587
  msgstr ""
1588
 
1589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1592
  #, fuzzy
1593
  msgid "Day Number(s)"
1594
  msgstr "den/y"
1595
 
1596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2902
1597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3090
1599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1600
  msgid "to"
1601
  msgstr ""
1602
 
1603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2906
1604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2984
1605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2167
1606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:752
1607
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1608
  msgid "day"
1609
  msgstr "den"
1610
 
1611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2910
1612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2991
1613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3100
1614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:366
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:400
1616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
1617
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1618
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1619
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1621
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1622
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1623
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
1625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:931
1626
  msgid "Cost"
1627
  msgstr ""
1628
 
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2921
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3018
1631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3112
1632
  #, fuzzy
1633
  msgid "Any days"
1634
  msgstr "Vše"
1635
 
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2969
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
1638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
1640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3305
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3366
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3439
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3514
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3591
1645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:546
1646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1793
1647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1855
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1928
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2005
1650
  #, fuzzy
1651
  msgid "From"
1652
  msgstr "Nedostupné dny ode dneška"
1653
 
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2970
1655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3081
1656
  msgid "Together"
1657
  msgstr ""
1658
 
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2170
1661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:583
1662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:647
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:755
1664
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1665
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1666
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1669
  msgid "days"
1670
  msgstr "dny"
1671
 
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3029
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3123
1674
  msgid "Remove"
1675
  msgstr "Odstranit"
1676
 
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3042
1678
  #, fuzzy
1679
  msgid "Add new cost"
1680
  msgstr "Přidat"
1681
 
1682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1683
  msgid "for all days"
1684
  msgstr ""
1685
 
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1687
  msgid "Set amount of deposit payment"
1688
  msgstr ""
1689
 
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1691
  msgid "Deposit payment total"
1692
  msgstr ""
1693
 
1694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3215
1695
  msgid "Deposit payment is not active for booking resource"
1696
  msgstr ""
1697
 
1698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3222
1699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:857
1700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3283
1701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3351
1702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
1703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
1704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3561
1705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:82
1706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
1707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1771
1708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1840
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1899
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1976
1711
  msgid "Status"
1712
  msgstr ""
1713
 
1714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1715
  msgid "deposit payment for booking resource"
1716
  msgstr ""
1717
 
1718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3246
1719
  msgid "fixed total in"
1720
  msgstr ""
1721
 
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1723
  #, fuzzy
1724
  msgid "of payment"
1725
  msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
1726
 
1727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1728
  msgid "Condition"
1729
  msgstr ""
1730
 
1731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3256
1732
  #, php-format
1733
  msgid ""
1734
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1735
  "In%s days more than"
1736
  msgstr ""
1737
 
1738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1739
  msgid "Update Deposit"
1740
  msgstr ""
1741
 
1742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1743
  msgid "Deposit payment"
1744
  msgstr ""
1745
 
1746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3302
1747
  #, php-format
1748
  msgid ""
1749
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1750
  "payment form, instead of the full total of the booking."
1751
  msgstr ""
1752
 
1753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1754
  #, php-format
1755
  msgid ""
1756
  " You can configure the deposit payment for your booking resources %shere%s."
1757
  msgstr ""
1758
 
1759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1762
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1763
  msgid "Su"
1764
  msgstr ""
1765
 
1766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1768
  msgid "Mo"
1769
  msgstr ""
1770
 
1771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1774
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1775
  msgid "Tu"
1776
  msgstr ""
1777
 
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1780
  #, fuzzy
1781
  msgid "We"
1782
  msgstr ""
1783
  "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
1784
 
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1788
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1789
  msgid "Th"
1790
  msgstr ""
1791
 
1792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1794
  msgid "Fr"
1795
  msgstr ""
1796
 
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1799
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1800
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
1801
  msgid "Sa"
1802
  msgstr ""
1803
 
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1805
  msgid "Jan"
1806
  msgstr ""
1807
 
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1809
  msgid "Feb"
1810
  msgstr ""
1811
 
1812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1813
  msgid "Mar"
1814
  msgstr ""
1815
 
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1817
  msgid "Apr"
1818
  msgstr ""
1819
 
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3978
1822
  msgid "May"
1823
  msgstr ""
1824
 
1825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1826
  msgid "Jun"
1827
  msgstr ""
1828
 
1829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1830
  msgid "Jul"
1831
  msgstr ""
1832
 
1833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1834
  msgid "Aug"
1835
  msgstr ""
1836
 
1837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1838
  msgid "Sep"
1839
  msgstr ""
1840
 
1841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1842
  msgid "Oct"
1843
  msgstr ""
1844
 
1845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1846
  msgid "Nov"
1847
  msgstr ""
1848
 
1849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3322
1850
  msgid "Dec"
1851
  msgstr ""
1852
 
1853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1854
  #, fuzzy
1855
  msgid "time"
1856
  msgstr "Doba zobrazení zprávy"
1857
 
1858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3400
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3420
1860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3441
1861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3458
1862
  #, fuzzy
1863
  msgid "No days"
1864
  msgstr "dny"
1865
 
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3402
1867
  msgid "Every"
1868
  msgstr ""
1869
 
1870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3417
1871
  #, fuzzy
1872
  msgid "Each day "
1873
  msgstr "den"
1874
 
1875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3418
1876
  #, fuzzy
1877
  msgid "on each day "
1878
  msgstr "den"
1879
 
1880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3422
1881
  msgid "On each "
1882
  msgstr ""
1883
 
1884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3423
1885
  msgid "on each "
1886
  msgstr ""
1887
 
1888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3439
1889
  #, fuzzy
1890
  msgid "of every month "
1891
  msgstr "měsíc"
1892
 
1893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3443
1894
  msgid "of"
1895
  msgstr ""
1896
 
1897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3512
1898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3754
1899
  #, fuzzy
1900
  msgid "Filter saved"
1901
  msgstr "Uloženo"
1902
 
1903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3548
1904
  #, fuzzy
1905
  msgid "Specific Dates Filter"
1906
  msgstr "Filtr"
1907
 
1908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3806
1910
  #, fuzzy
1911
  msgid "Type filter name"
1912
  msgstr "Filtr"
1913
 
1914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3562
1915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3811
1917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1918
  #, fuzzy
1919
  msgid "Create new season filter"
1920
  msgstr "Vytvořit nový formulář"
1921
 
1922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1924
  #, fuzzy
1925
  msgid "Create New Season Filter"
1926
  msgstr "Vytvořit nový formulář"
1927
 
1928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3668
1929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4070
1930
  msgid "Save changes"
1931
  msgstr "Uložit změny"
1932
 
1933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3797
1934
  #, fuzzy
1935
  msgid "Conditional Dates Filter"
1936
  msgstr "Filtr"
1937
 
1938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
1939
  #, fuzzy
1940
  msgid "Days of week"
1941
  msgstr "Nedostupné dny v týdnu"
1942
 
1943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3839
1944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1743
1945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1832
1946
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1947
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1948
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
1951
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1952
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1953
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:524
1955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:556
1956
  msgid "Sunday"
1957
  msgstr "Neděle"
1958
 
1959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1745
1961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1836
1962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1963
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1964
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
1967
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1968
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1969
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:525
1971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:560
1972
  msgid "Monday"
1973
  msgstr "Pondělí"
1974
 
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3851
1976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1747
1977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1840
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1980
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
1983
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1984
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1985
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:526
1987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:564
1988
  msgid "Tuesday"
1989
  msgstr "Úterý"
1990
 
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3857
1992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1749
1993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1844
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1996
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
1999
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2000
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2001
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:527
2003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:568
2004
  msgid "Wednesday"
2005
  msgstr "Středa"
2006
 
2007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3863
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1751
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1848
2010
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
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:528
2019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:572
2020
  msgid "Thursday"
2021
  msgstr "Čtvrtek"
2022
 
2023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3869
2024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1753
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1852
2026
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2027
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
2028
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
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:529
2035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:576
2036
  msgid "Friday"
2037
  msgstr "Pátek"
2038
 
2039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3875
2040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1755
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1856
2042
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2043
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2044
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
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:530
2051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:580
2052
  msgid "Saturday"
2053
  msgstr "Sobota"
2054
 
2055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3887
2056
  msgid "Days of month"
2057
  msgstr "Dny v měsíci"
2058
 
2059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3967
2060
  msgid "Months"
2061
  msgstr "Měsíce"
2062
 
2063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3974
2064
  msgid "January"
2065
  msgstr "Leden"
2066
 
2067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3975
2068
  msgid "February"
2069
  msgstr "Únor"
2070
 
2071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3976
2072
  msgid "March"
2073
  msgstr "Březen"
2074
 
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3977
2076
  msgid "April"
2077
  msgstr "Duben"
2078
 
2079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3979
2080
  msgid "June"
2081
  msgstr "Červen"
2082
 
2083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3998
2084
  msgid "July"
2085
  msgstr "Červenec"
2086
 
2087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3999
2088
  msgid "August"
2089
  msgstr "Srpen"
2090
 
2091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4000
2092
  msgid "September"
2093
  msgstr "Září"
2094
 
2095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4001
2096
  msgid "October"
2097
  msgstr "Říjen"
2098
 
2099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4002
2100
  msgid "November"
2101
  msgstr "Listopad"
2102
 
2103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4003
2104
  msgid "December"
2105
  msgstr "Prosinec"
2106
 
2107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4027
2108
  msgid "Years"
2109
  msgstr "Roky"
2110
 
2111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4097
2112
  #, fuzzy
2113
  msgid "Filter deleted successfully"
2114
  msgstr "Smazáno"
2115
 
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4105
2117
  #, fuzzy
2118
  msgid "Create dates filter"
2119
  msgstr "Vytvořit"
2120
 
2121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
2122
  msgid "Create conditional days filter"
2123
  msgstr ""
2124
 
2125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4117
2126
  #, fuzzy
2127
  msgid "Listing of season filters"
2128
  msgstr "Seznam rezervací"
2129
 
2130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4124
2131
  msgid "Filters"
2132
  msgstr ""
2133
 
2134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4150
2136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4590
2137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1284
2138
  msgid "Edit"
2139
  msgstr ""
2140
 
2141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4153
2142
  #, fuzzy
2143
  msgid "Do you really want to delete?"
2144
  msgstr "Opravdu chcete vybranou rezervaci smazat?"
2145
 
2146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4185
2147
  #, fuzzy
2148
  msgid "Showing cost in tooltip"
2149
  msgstr "Doba zobrazení zprávy"
2150
 
2151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4192
2152
  msgid ""
2153
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2154
  "over each day on the calendar(s)."
2155
  msgstr ""
2156
 
2157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4200
2158
  #, fuzzy
2159
  msgid "Cost Title"
2160
  msgstr "Nadpis"
2161
 
2162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4202
2163
  #, php-format
2164
  msgid "Type your %scost%s description"
2165
  msgstr ""
2166
 
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4346
2168
  #, fuzzy
2169
  msgid "Advanced cost management"
2170
  msgstr "Pokročilé nastavení"
2171
 
2172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4365
2173
  msgid "Configure Additional cost for the form"
2174
  msgstr ""
2175
 
2176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4408
2177
  msgid "Additional cost for"
2178
  msgstr ""
2179
 
2180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4458
2181
  msgid ""
2182
  "Check this box if you want that specific additional cost, which configured "
2183
  "as percentage for some option, apply to other additional fixed costs and not "
2184
  "only to original booking cost."
2185
  msgstr ""
2186
 
2187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4464
2188
  msgid ""
2189
+ "Configure additional cost, which depend from selection of selectbox(es) and "
2190
  "checkbox(es)."
2191
  msgstr ""
2192
 
2193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4467
2194
  #, php-format
2195
  msgid ""
2196
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2197
  "they exist in the %sbooking form%s."
2198
  msgstr ""
2199
 
2200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4474
2201
  msgid "Enter additional cost in formats:"
2202
  msgstr ""
2203
 
2204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2205
  #, php-format
2206
  msgid ""
2207
  "For example, if the original cost of the booking is %s, then after applying "
2208
  "additional costs the total cost will be folowing"
2209
  msgstr ""
2210
 
2211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2212
  msgid "Enter fixed cost"
2213
  msgstr ""
2214
 
2215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
 
2216
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4487
2218
  #, fuzzy, php-format
2219
  msgid "%s, then total cost will be %s"
2220
  msgstr "hodina/y"
2221
 
2222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2223
  msgid "Enter percentage of the entire booking"
2224
  msgstr ""
2225
 
2226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2227
  msgid "Enter fixed amount for each selected day"
2228
  msgstr ""
2229
 
2230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2231
  #, php-format
2232
  msgid "%s, then total cost will be (if selected 3 days) %s"
2233
  msgstr ""
2234
 
2235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4484
2236
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2237
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2238
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2239
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:402
2241
  msgid "or"
2242
  msgstr ""
2243
 
2244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4487
2245
  msgid ""
2246
  "Enter percentage as additional sum, which is based only on original cost and "
2247
  "not full sum"
2248
  msgstr ""
2249
 
2250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4491
2251
  #, php-format
2252
  msgid ""
2253
  "Please check more info about configuration of this cost settings on this "
2254
  "%spage%s."
2255
  msgstr ""
2256
 
2257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4564
2258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1226
2259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:33
2260
  #, fuzzy
2261
  msgid "Resource ID or Title"
2262
  msgstr "Nadpis"
2263
 
2264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4566
2265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1228
2266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:35
2267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1468
2268
  msgid "Go"
2269
  msgstr ""
2270
 
2271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4589
2272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1283
2273
  #, fuzzy
2274
  msgid "Bulk Actions"
2275
  msgstr "Akce"
2276
 
2277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4610
2278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4636
2279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1303
2280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1328
2281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:79
2282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:105
2283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:565
2284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:587
2285
  msgid "Info"
2286
  msgstr ""
2287
 
2288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4622
2289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1314
2290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:92
2291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:580
2292
  #, fuzzy
2293
  msgid "Selection"
2294
  msgstr "Možnost rezervace po dnech"
2295
 
2296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4625
2297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:95
2298
  #, fuzzy
2299
  msgid "Resource Name"
2300
  msgstr "Jméno"
2301
 
2302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4702
2303
  #, fuzzy
2304
  msgid "Resources Settings"
2305
  msgstr "nastavení"
2306
 
2307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4702
2308
  msgid "Resources management"
2309
  msgstr ""
2310
 
2311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4704
2312
  msgid "Costs and Rates"
2313
  msgstr ""
2314
 
2315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4707
2316
  #, fuzzy
2317
  msgid "Costs and Rates Settings"
2318
  msgstr "nastavení"
2319
 
2320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4707
2321
  msgid "Customization of rates, valuation days cost and deposit amount "
2322
  msgstr ""
2323
 
2324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4709
2325
  #, fuzzy
2326
  msgid "Advanced Cost"
2327
  msgstr "Pokročilé nastavení"
2328
 
2329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4712
2330
  #, fuzzy
2331
  msgid "Advanced Cost Settings"
2332
  msgstr "Pokročilé nastavení"
2333
 
2334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4712
2335
  msgid "Customization of additional cost, which depend from form fields"
2336
  msgstr ""
2337
 
2338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4715
2339
  msgid "Coupons"
2340
  msgstr ""
2341
 
2342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2343
  #, fuzzy
2344
  msgid "Coupons Settings"
2345
  msgstr "nastavení"
2346
 
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2348
  #, fuzzy
2349
  msgid "Setting coupons for discount"
2350
  msgstr "sleva"
2351
 
2352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2353
  #, fuzzy
2354
  msgid "Availability Settings"
2355
  msgstr "nastavení"
2356
 
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2358
  #, fuzzy
2359
  msgid "Customization of availability settings"
2360
  msgstr "nastavení"
2361
 
2362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4726
2363
  msgid "Season Filters"
2364
  msgstr ""
2365
 
2366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4729
2367
  #, fuzzy
2368
  msgid "Season Filters Settings"
2369
  msgstr "nastavení"
2370
 
2371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4729
2372
  msgid "Customization of season filters settings"
2373
  msgstr ""
2374
 
2375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4773
2376
  msgid "Cost: "
2377
  msgstr ""
2378
 
2379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4803
2380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:674
2381
  msgid "Weekend"
2382
  msgstr ""
2383
 
2384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4804
2385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:675
2386
  #, fuzzy
2387
  msgid "Work days"
2388
  msgstr "dny"
2389
 
2390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4805
2391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:676
2392
  msgid "High season"
2393
  msgstr ""
2394
 
2395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
 
2396
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3809
2397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3827
2398
  #, fuzzy
2399
  msgid "Select Times"
2400
  msgstr "Vyberte vzhled kalendáře"
2401
 
2402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2403
  #, fuzzy
2404
  msgid "Setting cost for the resource"
2405
  msgstr "Nastavení"
2406
 
2407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:368
2408
  #, fuzzy
2409
  msgid "/ day"
2410
  msgstr "den"
2411
 
2412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:369
2413
  msgid "/ night"
2414
  msgstr ""
2415
 
2416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:370
2417
  msgid "fixed"
2418
  msgstr ""
2419
 
2420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:371
2421
  #, fuzzy
2422
  msgid "/ hour"
2423
  msgstr "hodina/y"
2424
 
2425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:438
2426
  msgid ""
2427
  "Start Time is invalid. The date or time may be booked, or already in the "
2428
  "past! Please choose another date or time."
2429
  msgstr ""
2430
 
2431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:439
2432
  msgid ""
2433
  "End Time is invalid. The date or time may be booked, or already in the past. "
2434
  "The End Time may also be earlier that the start time, if only 1 day was "
2435
  "selected! Please choose another date or time."
2436
  msgstr ""
2437
 
2438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:440
2439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:441
2440
  msgid "The time(s) may be booked, or already in the past!"
2441
  msgstr ""
2442
 
2443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:603
2444
  #, fuzzy
2445
  msgid "Cost saved successfully"
2446
  msgstr "Uloženo"
2447
 
2448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:610
2449
  msgid "Cost is not correct. It must be greater than 0"
2450
  msgstr ""
2451
 
2452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:626
2453
  #, fuzzy
2454
  msgid "Send payment request to customer"
2455
  msgstr "Poslat zákazníkovi o této operaci upozornění"
2456
 
2457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:630
2458
  #, php-format
2459
  msgid "Type your %sreason for payment%s request"
2460
  msgstr ""
2461
 
2462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:638
2463
  #, fuzzy
2464
  msgid "Send Request"
2465
  msgstr "Rezervovat"
2466
 
2467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:639
2468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:726
2469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1030
2470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:848
2471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:508
2472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:571
2473
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:627
2474
  msgid "Close"
2475
  msgstr "Zavřít"
2476
 
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:770
2478
  #, fuzzy
2479
  msgid "Request has been sent"
2480
  msgstr "Vaše rezervace byla potvrzena"
2481
 
2482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:776
2483
  #, fuzzy
2484
  msgid "Request has failed"
2485
  msgstr "Odeslání žádosti..."
2486
 
2487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:801
2488
  msgid "The payment status is changed successfully"
2489
  msgstr ""
2490
 
2491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:808
2492
  msgid "The changing of payment status is failed"
2493
  msgstr ""
2494
 
2495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:852
2496
  msgid "Email to \"Person\" with payment request"
2497
  msgstr ""
2498
 
2499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:872
2500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3425
2501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3499
2502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3576
2503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1914
2504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1990
2505
  msgid "Send to Admin"
2506
  msgstr "Poslat administrátorovi"
2507
 
2508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
2509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1922
2513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1998
2514
  msgid "Check this box to send copy of this email to Admin"
2515
  msgstr ""
2516
 
2517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
2519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3516
2521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3593
2522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1857
2523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1930
2524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2007
2525
  #, fuzzy, php-format
2526
  msgid "Type the default %sadmin email%s sending the booking confimation"
2527
  msgstr "Defaultní %semail %s pro potvrzení rezervace"
2528
 
2529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
2531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
2532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
2533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3521
2534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3598
2535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1800
2536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1862
2537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1935
2538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2012
2539
  msgid "Subject"
2540
  msgstr "Předmět"
2541
 
2542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:896
2543
  #, php-format
2544
  msgid "Type email subject for %spayment request%s."
2545
  msgstr ""
2546
 
2547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:901
2548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3319
2549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3382
2550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3453
2551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3528
2552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3605
2553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1807
2554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1870
2555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1942
2556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2019
2557
  msgid "Content"
2558
  msgstr ""
2559
 
2560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:904
2561
  #, php-format
2562
  msgid "Type your %semail message for payment request%s"
2563
  msgstr ""
2564
 
2565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:912
2566
  #, php-format
2567
  msgid ""
2568
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
2569
  "this %s Thank you, booking service."
2570
  msgstr ""
2571
 
2572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:912
2573
  #, fuzzy
2574
  msgid "page"
2575
  msgstr "Adresa stránky"
2576
 
2577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1188
2578
  msgid "deposit"
2579
  msgstr ""
2580
 
2581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1189
2582
  msgid "Total cost"
2583
  msgstr ""
2584
 
2585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1190
2586
  msgid "balance"
2587
  msgstr ""
2588
 
2589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1242
2590
  #, fuzzy
2591
  msgid "Auto-fill form"
2592
  msgstr ""
2593
  "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
2594
  "přihlášené uživatele."
2595
 
2596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1344
2597
  #, fuzzy
2598
  msgid "Billing form fields customization"
2599
  msgstr "Formulářové pole"
2600
 
2601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1356
2602
  msgid ""
2603
  "Please select a field from your booking form. This field will be "
2604
  "automatically assigned to the current field in the billing form."
2605
  msgstr ""
2606
 
2607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1362
2608
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2609
  msgid "Customer Email"
2610
  msgstr ""
2611
 
2612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1375
2613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2614
  #, fuzzy
2615
  msgid "First Name(s)"
2616
  msgstr "Jméno"
2617
 
2618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1388
2619
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2620
  #, fuzzy
2621
  msgid "Last name"
2622
  msgstr "Příjmení"
2623
 
2624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1422
2625
  #, fuzzy
2626
  msgid "Billing Address"
2627
  msgstr "Adresa"
2628
 
2629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1435
2630
  #, fuzzy
2631
  msgid "Billing City"
2632
  msgstr "Město"
2633
 
2634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1448
2635
  #, fuzzy
2636
  msgid "Post Code"
2637
  msgstr "PSČ"
2638
 
2639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1461
2640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
2641
  #, fuzzy
2642
  msgid "Country"
2643
  msgstr "Země *"
2644
 
2645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1480
2646
  msgid "State"
2647
  msgstr ""
2648
 
2649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1497
2650
  #, php-format
2651
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2652
  msgstr ""
2653
 
2654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1552
2655
  msgid "Title of booked timeslot(s)"
2656
  msgstr ""
2657
 
2658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1556
2659
  #, php-format
2660
  msgid ""
2661
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2662
  "timeslot(s)"
2663
  msgstr ""
2664
 
2665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1574
2666
  #, fuzzy
2667
  msgid "Time Format"
2668
  msgstr "Formát data"
2669
 
2670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1589
2671
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
2672
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:597
2673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
2674
  msgid "Custom"
2675
  msgstr "Vlastní"
2676
 
2677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1597
2678
  #, fuzzy, php-format
2679
  msgid ""
2680
  "Type your time format for emails and the booking table. %sDocumentation on "
2683
  "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
2684
  "na formátování%s"
2685
 
2686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1685
2687
  #, php-format
2688
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2689
  msgstr ""
2690
 
2691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1693
2692
  #, php-format
2693
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2694
  msgstr ""
2695
 
2696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1767
2698
  #, fuzzy
2699
  msgid "Days selection number"
2700
  msgstr "Možnost rezervace po dnech"
2701
 
2702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1708
2703
  #, php-format
2704
  msgid "Type your %snumber of days for range selection%s"
2705
  msgstr ""
2706
 
2707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1803
2709
  #, fuzzy
2710
  msgid "Start day of range"
2711
  msgstr "První den v týdnu"
2712
 
2713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1724
2714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1812
2715
  #, fuzzy
2716
  msgid "Any day of week"
2717
  msgstr "První den v týdnu"
2718
 
2719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
2720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1823
2721
  #, fuzzy
2722
  msgid "Specific day(s) of week"
2723
  msgstr "První den v týdnu"
2724
 
2725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1757
2726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1859
2727
  #, fuzzy
2728
  msgid "Select your start day of range selection at week"
2729
  msgstr "Vyberte první pracovní den vašeho týdne"
2730
 
2731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1769
2732
  msgid "Min"
2733
  msgstr ""
2734
 
2735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1783
2736
  #, php-format
2737
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2738
  msgstr ""
2739
 
2740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1789
2741
  #, fuzzy
2742
  msgid "Specific days selections"
2743
  msgstr "dny"
2744
 
2745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1793
2746
  #, php-format
2747
  msgid ""
2748
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
2751
  "%s, its the same like this: %s)"
2752
  msgstr ""
2753
 
2754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2755
  msgid "Use time selections as recurrent time slots"
2756
  msgstr ""
2757
 
2758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1913
2759
  msgid ""
2760
  "Check this box if you want to use recurrent time to reserve several days. "
2761
  "This means that middle days will be partially booked by actual times, "
2763
  "time for the first and last day of the reservation."
2764
  msgstr ""
2765
 
2766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1920
2767
  #, fuzzy
2768
  msgid "Use check in/out time"
2769
  msgstr "Odhlášení"
2770
 
2771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1927
2772
  msgid "This option will overwrite any times selection in your booking form."
2773
  msgstr ""
2774
 
2775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1932
2776
  msgid "Check this option, to use check in/out time during booking process. "
2777
  msgstr ""
2778
 
2779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1935
2780
  #, php-format
2781
  msgid ""
2782
  "%s Important!%s This will overwrite any times selection in your booking form."
2783
  msgstr ""
2784
 
2785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
2786
  #, fuzzy
2787
  msgid "Check-in time"
2788
  msgstr "Přihlášení"
2789
 
2790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
2791
  #, fuzzy, php-format
2792
  msgid "%sstart booking time%s"
2793
  msgstr "Nové (neověřené) rezervace"
2794
 
2795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1946
2796
  #, php-format
2797
  msgid "Type your %sCheck-in%s time of booking"
2798
  msgstr ""
2799
 
2800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1951
2801
  #, fuzzy
2802
  msgid "Check-Out time"
2803
  msgstr "Odhlášení"
2804
 
2805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1951
2806
  #, php-format
2807
  msgid "%send booking time%s"
2808
  msgstr ""
2809
 
2810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
2811
  #, php-format
2812
  msgid "Type your %sCheck-Out%s time of booking"
2813
  msgstr ""
2814
 
2815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1987
2816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:50
2817
  msgid "Costs"
2818
  msgstr ""
2819
 
2820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1992
2821
  #, fuzzy
2822
  msgid "Set the cost"
2823
  msgstr "Nastaveno jako přečtené"
2824
 
2825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1997
2826
  msgid "fixed sum"
2827
  msgstr ""
2828
 
2829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2000
2830
  #, fuzzy
2831
  msgid " Select your cost configuration."
2832
  msgstr "Vyberte první pracovní den vašeho týdne"
2833
 
2834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2005
2835
  #, fuzzy
2836
  msgid "Currency format"
2837
  msgstr "Formát data"
2838
 
2839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2008
2840
  #, fuzzy
2841
  msgid "Number of decimal points"
2842
  msgstr "Počet návštěvníků"
2843
 
2844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2015
2845
  msgid "Separator for the decimal point"
2846
  msgstr ""
2847
 
2848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2019
2849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2034
2850
  msgid "No separator"
2851
  msgstr ""
2852
 
2853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2020
2854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2035
2855
  msgid "Space"
2856
  msgstr ""
2857
 
2858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2021
2859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2036
2860
  msgid "Dot"
2861
  msgstr ""
2862
 
2863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2022
2864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2037
2865
  msgid "Comma"
2866
  msgstr ""
2867
 
2868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2030
2869
  msgid "Thousands separator"
2870
  msgstr ""
2871
 
2872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2048
2873
  #, fuzzy
2874
  msgid "Time impact to cost"
2875
  msgstr "Doba zobrazení zprávy"
2876
 
2877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2053
2878
  #, php-format
2879
  msgid ""
2880
  "Check this box if you want the %stime selection%s on the booking form "
2881
  "%sapplied to the cost calculation%s."
2882
  msgstr ""
2883
 
2884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
2885
  msgid "Show booking details in payment form"
2886
  msgstr ""
2887
 
2888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2068
2889
  #, php-format
2890
  msgid ""
2891
  " Check this checkbox if you want to show the %sbooking details summary%s "
2892
  "above the payment form"
2893
  msgstr ""
2894
 
2895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2113
2896
  msgid "Auto cancellation / auto approval of bookings"
2897
  msgstr ""
2898
 
2899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2119
2900
  msgid "Auto approve all new bookings"
2901
  msgstr ""
2902
 
2903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2128
2904
  #, php-format
2905
  msgid ""
2906
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2907
  msgstr ""
2908
 
2909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2135
2910
  #, fuzzy
2911
  msgid "Auto-cancel bookings"
2912
  msgstr "Zrušit"
2913
 
2914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2145
2915
  #, php-format
2916
  msgid ""
2917
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2918
  "bookings."
2919
  msgstr ""
2920
 
2921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2156
2922
  #, fuzzy
2923
  msgid "Cancel bookings older"
2924
  msgstr "Zrušit"
2925
 
2926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2161
2927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:746
2928
  #, fuzzy
2929
  msgid "hour"
2930
  msgstr "hodina/y"
2931
 
2932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2164
2933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:582
2934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:646
2935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:749
2936
  msgid "hours"
2937
  msgstr ""
2938
 
2939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2174
2940
  msgid ""
2941
  "Cancel only pending, unpaid bookings, which are older than this selection."
2942
  msgstr ""
2943
 
2944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2179
2945
  #, fuzzy
2946
  msgid "Cancellation email sent"
2947
+ msgstr "E-mail"
2948
 
2949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2184
2950
  #, php-format
2951
  msgid "Check this box to %ssend%s cancellation email for this resource."
2952
  msgstr ""
2953
 
2954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2196
2955
  #, fuzzy
2956
  msgid "Reason for cancellation"
2957
  msgstr "důvod zamítnutí"
2958
 
2959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2198
2960
  #, php-format
2961
  msgid "Type the reason for %scancellation%s for the email template."
2962
  msgstr ""
2963
 
2964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2240
2965
  msgid ""
2966
  "Customization of billing fields, which automatically assign from booking "
2967
  "form to billing form"
2968
  msgstr ""
2969
 
2970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2241
2971
  #, fuzzy
2972
  msgid "Billing form fields"
2973
  msgstr "Formulářové pole"
2974
 
2975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2267
2976
  msgid "Booked Times:"
2977
  msgstr ""
2978
 
2979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2290
2980
  msgid ""
2981
  "This reservation is cancelled because we did not receive payment and the "
2982
  "administrator did not approve it."
2983
  msgstr ""
2984
 
2985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2309
2986
  msgid "You need to make payment for this reservation"
2987
  msgstr ""
2988
 
2989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2311
2990
  #, php-format
2991
  msgid ""
2992
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
2993
  "on this page: %s Thank you, %s"
2994
  msgstr ""
2995
 
2996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2416
2997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1446
2998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3928
2999
  msgid "Apartment#1"
3000
  msgstr ""
3001
 
3002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2417
3003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1447
3004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3929
3005
  #, fuzzy
3006
  msgid "Apartment#2"
3007
  msgstr "2 měsíce"
3008
 
3009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2418
3010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3930
3011
  #, fuzzy
3012
  msgid "Apartment#3"
3013
  msgstr "3 měsíce"
3023
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3024
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3025
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
3026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:194
3027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:211
3028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:228
3029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:247
3030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:264
3031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:281
3032
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
3033
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
3034
  msgid "optional"
3052
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
3053
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
3054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
3055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:194
3056
  #, fuzzy
3057
  msgid "Default value"
3058
  msgstr "Výchozí režim zobrazení"
3070
 
3071
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
3072
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
3073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:177
3074
  #, fuzzy
3075
  msgid "required"
3076
  msgstr "Vyžadováno"
3101
  msgid "Allow %smultiple%s selections"
3102
  msgstr ""
3103
 
3104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:167
3105
  #, fuzzy, php-format
3106
  msgid "Set as %srequired%s"
3107
  msgstr "Nastaveno jako přečtené"
3108
 
3109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:177
3110
  #, fuzzy
3111
  msgid "Name"
3112
  msgstr "Jméno"
3113
 
3114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:228
3115
+ msgid "Placeholder"
3116
+ msgstr ""
3117
+
3118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:247
3119
  msgid "Class"
3120
  msgstr ""
3121
 
3122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:264
3123
  msgid "Size"
3124
  msgstr ""
3125
 
3126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:281
3127
  msgid "Maxlength"
3128
  msgstr ""
3129
 
3130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:298
3131
  msgid "Copy and paste this shortcode into the form at left side"
3132
  msgstr ""
3133
 
3134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:313
3135
  #, php-format
3136
  msgid ""
3137
  "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
3200
  msgstr "Formulářové pole"
3201
 
3202
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
3203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:38
3204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:483
3205
  msgid "Calendar"
3206
  msgstr "Kalendář"
3207
 
3299
  msgstr "hodina/y"
3300
 
3301
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
3302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:683
3303
  #, fuzzy
3304
  msgid "CAPTCHA"
3305
  msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
3854
  msgid "Number of selected nights."
3855
  msgstr "Počet návštěvníků"
3856
 
3857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:734
3858
+ #, fuzzy
3859
+ msgid "Other"
 
 
 
 
 
 
 
 
 
 
3860
  msgstr ""
3861
+ "Zaškrtněte nedostupné dny v kalendáři. Tato volba přepíše všechna ostatní "
3862
+ "nastavení."
3863
 
3864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:740
3865
+ msgid "Tips and Tricks"
3866
  msgstr ""
3867
 
3868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:742
3869
  #, php-format
3870
+ msgid "%sEmail verification field%s."
 
 
3871
  msgstr ""
3872
 
3873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:744
3874
  #, fuzzy, php-format
3875
+ msgid "%sDescription of usage%s."
3876
+ msgstr "hodina/y"
3877
 
3878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:745
3879
  #, php-format
3880
+ msgid ""
3881
+ "To create verification email, you need to use special CSS class in other "
3882
+ "email field. This CSS class must start with this reserved words: %s and then "
3883
+ "have to go the name of your primary email field: %s"
3884
  msgstr ""
3885
 
3886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:746
 
 
 
 
 
3887
  #, fuzzy, php-format
3888
+ msgid "%sExample%s."
3889
+ msgstr "hodina/y"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3890
 
3891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
3892
+ msgid "confirmation email field of the primary email field"
 
3893
  msgstr ""
3894
 
3895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:770
3896
+ msgid "Generate Tag"
 
3897
  msgstr ""
3898
 
3899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:787
3900
+ msgid "Select option to configure or show help info about tags"
 
 
 
 
3901
  msgstr ""
3902
 
3903
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3904
  #, fuzzy
3905
  msgid "Enter Keyword here"
3906
  msgstr "důvod zamítnutí"
3907
 
3908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3909
  msgid "Keyword"
3910
  msgstr ""
3911
 
3912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:255
3913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:259
3914
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:303
3915
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:308
3916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:925
3917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:926
3918
  msgid "Resource"
3919
  msgstr ""
3920
 
3921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:274
3922
  #, fuzzy
3923
  msgid "Print bookings listing"
3924
  msgstr "Seznam rezervací"
3925
 
3926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:276
3927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
3928
  msgid "Print"
3929
  msgstr ""
3930
 
3931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:277
3932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:860
3933
  msgid "Export only current page of bookings to CSV format"
3934
  msgstr ""
3935
 
3936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:279
3937
  msgid "Export"
3938
  msgstr ""
3939
 
3940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:280
3941
  msgid "Export All bookings to CSV format"
3942
  msgstr ""
3943
 
3944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:282
3945
  #, fuzzy
3946
  msgid "Export All"
3947
  msgstr "Všechny rezervace"
3948
 
3949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:373
3950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1265
3951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1775
3952
  #, fuzzy
3953
  msgid "Labels"
3954
  msgstr "Popisky formulářových polí"
3955
 
3956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:374
3957
  #, fuzzy
3958
  msgid "Data"
3959
  msgstr "Detaily o rezervaci"
3960
 
3961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:391
3962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:637
3963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
3964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1519
3965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1973
3966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2167
3967
  msgid "Approved"
3968
  msgstr "Schválený"
3969
 
3970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:392
3971
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:147
3972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:638
3973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1518
3974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1972
3975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2195
3976
  msgid "Pending"
3977
  msgstr "Čekající"
3978
 
3979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
3980
  #, fuzzy
3981
  msgid "Edit Booking"
3982
  msgstr "Rezervace"
3983
 
3984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:419
3985
  msgid "Edit Note"
3986
  msgstr ""
3987
 
3988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:423
3989
  msgid "Change Resource"
3990
  msgstr ""
3991
 
3992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:483
3993
  #, fuzzy
3994
  msgid "Change"
3995
  msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
3996
 
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:589
3998
  msgid "Clear booking resources selection"
3999
  msgstr ""
4000
 
4001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:593
4002
  msgid "Apply booking resources selection"
4003
  msgstr ""
4004
 
4005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:624
4006
  msgid ""
4007
  "Please note, its not possible to add new resources, if \"All resources\" "
4008
  "option is selected. Please clear the selection, then add new resources."
4009
  msgstr ""
4010
 
4011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:704
4012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1389
4013
  #, fuzzy
4014
  msgid "All resources"
4015
  msgstr "Všechny rezervace"
4016
 
4017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:718
4018
  #, fuzzy
4019
  msgid "Booking resources"
4020
  msgstr "Rezervace"
4031
 
4032
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:126
4033
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:495
4034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1922
4035
  msgid "Unknown"
4036
  msgstr ""
4037
 
4103
  msgstr ""
4104
 
4105
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:161
4106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2020
4107
  msgid "Created"
4108
  msgstr "Vytvořeno"
4109
 
4142
 
4143
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:228
4144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:492
4145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1919
4146
  msgid "Paid OK"
4147
  msgstr ""
4148
 
4191
  msgid "Change status"
4192
  msgstr ""
4193
 
4194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:692
4195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:750
4196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:124
4197
  msgid "Updating..."
4198
  msgstr "Aktualizuji..."
4199
 
4200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:697
4201
  msgid "User is Activated"
4202
  msgstr ""
4203
 
4204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:755
4205
  msgid "User is Deactivated"
4206
  msgstr ""
4207
 
4208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:867
4209
  #, php-format
4210
  msgid ""
4211
  "%sYou do not have permissions for this page.%s Your account is not active, "
4212
  "please contact administrator.%s"
4213
  msgstr ""
4214
 
4215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:902
4216
  #, php-format
4217
  msgid "%sYou do not have permissions for this booking resources.%s"
4218
  msgstr ""
4219
 
4220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:908
4221
  #, fuzzy, php-format
4222
  msgid "%sNo this booking resources.%s"
4223
  msgstr "Nové (neověřené) rezervace"
4224
 
4225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1048
4226
  #, fuzzy
4227
  msgid "Show resources of user:"
4228
  msgstr "Ukázat"
4229
 
4230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1060
4231
  msgid "My"
4232
  msgstr ""
4233
 
4234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1079
4235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:323
4236
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:361
4237
  #, fuzzy
4238
  msgid "Booking resource:"
4239
  msgstr "Rezervace"
4240
 
4241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1111
4242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1163
4243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1213
4244
  #, fuzzy
4245
  msgid "Users"
4246
  msgstr ""
4247
  "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
4248
  "přihlášené uživatele."
4249
 
4250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1131
4251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1147
4252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4253
  #, fuzzy
4254
  msgid "User"
4255
  msgstr "Nastavení oprávnění k editaci pluginu"
4256
 
4257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1165
4258
  msgid "Management of"
4259
  msgstr ""
4260
 
4261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1268
4262
  #, fuzzy
4263
  msgid "Set user as"
4264
  msgstr "Nastaveno jako přečtené"
4265
 
4266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1301
4267
  #, php-format
4268
  msgid "Active %sSuper Admin%s"
4269
  msgstr ""
4270
 
4271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1303
4272
  #, php-format
4273
  msgid "Active %sRegular User%s"
4274
  msgstr ""
4275
 
4276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4277
  msgid "Inactive User"
4278
  msgstr ""
4279
 
4280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1313
4281
  msgid "Unlimited"
4282
  msgstr ""
4283
 
4284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1318
4285
  #, fuzzy
4286
  msgid "Activate"
4287
  msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
4288
 
4289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1328
4291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
4292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1334
4293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4295
  #, fuzzy
4296
  msgid "Do you really want"
4297
  msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
4298
 
4299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4300
  #, fuzzy
4301
  msgid "make user active"
4302
  msgstr "Aktivovat"
4303
 
4304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4305
  #, fuzzy
4306
  msgid "Deactivate"
4307
  msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
4308
 
4309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1327
4310
  #, fuzzy
4311
  msgid "Set as inactive"
4312
  msgstr "Nastaveno jako přečtené"
4313
 
4314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1328
4315
  #, fuzzy
4316
  msgid "make user inactive"
4317
  msgstr "Nastavení oprávnění k editaci pluginu"
4318
 
4319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1330
4320
  #, fuzzy
4321
  msgid "Delete settings"
4322
  msgstr "Smazat"
4323
 
4324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
4325
  #, fuzzy
4326
  msgid "delete configuration"
4327
  msgstr "Smazat"
4328
 
4329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1333
4330
  #, fuzzy
4331
  msgid "Delete data"
4332
  msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
4333
 
4334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1334
4335
  #, fuzzy
4336
  msgid "delete all booking data"
4337
  msgstr ""
4338
  "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
4339
  "pluginu odstraněny."
4340
 
4341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1344
4342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4343
  #, fuzzy
4344
  msgid "Super Admin"
4345
+ msgstr "E-mail/y administrátora"
4346
 
4347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1345
4348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4349
  #, fuzzy
4350
  msgid "set user as"
4351
  msgstr "Nastaveno jako přečtené"
4352
 
4353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1348
4354
  msgid "Regular User"
4355
  msgstr ""
4356
 
4357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1349
4358
  msgid "Regular user"
4359
  msgstr ""
4360
 
4361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1445
4362
  msgid "Suite"
4363
  msgstr ""
4364
 
4400
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4401
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:328
4402
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:128
4403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:132
4404
  #, fuzzy
4405
  msgid "Chose payment mode"
4406
  msgstr "Režim zobrazení kalendáře"
4440
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4441
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:341
4442
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:141
4443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:145
4444
  #, fuzzy
4445
  msgid "Transaction type"
4446
  msgstr "Možnost rezervace po dnech"
4461
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4462
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:354
4463
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:153
4464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:157
4465
  msgid "Accepted Currency"
4466
  msgstr ""
4467
 
4469
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4470
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:156
4472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:160
4473
  msgid "U.S. Dollars"
4474
  msgstr ""
4475
 
4487
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4488
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4489
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:161
4491
  msgid "Euros"
4492
  msgstr ""
4493
 
4495
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4496
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:383
4497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:180
4498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:163
4499
  msgid "The currency code that gateway will process the payment in."
4500
  msgstr ""
4501
 
4509
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4510
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4511
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:185
4512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:168
4513
  #, fuzzy
4514
  msgid "Payment button title"
4515
  msgstr "Nadpis"
4518
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4519
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:439
4520
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:188
4521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:171
4522
  msgid "Enter the title of the payment button"
4523
  msgstr ""
4524
 
4526
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4527
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:448
4528
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:195
4529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:178
4530
  #, fuzzy
4531
  msgid "Show Payment description"
4532
  msgstr "Ukázat"
4535
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4536
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:456
4537
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:203
4538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:186
4539
  msgid "Check this box to show payment description in payment form"
4540
  msgstr ""
4541
 
4543
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4544
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4545
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:214
4546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:197
4547
  msgid "Payment description"
4548
  msgstr ""
4549
 
4558
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4559
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:482
4560
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
4561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:208
4562
  #, php-format
4563
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4564
  msgstr ""
4567
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4568
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:483
4569
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:209
4571
  #, php-format
4572
  msgid "%s[dates]%s - inserting list of reserved dates "
4573
  msgstr ""
4576
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4577
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:484
4578
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:210
4580
  #, php-format
4581
  msgid "%s[datescount]%s - inserting number of reserved dates "
4582
  msgstr ""
4641
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4642
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4643
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:241
4644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:224
4645
  msgid "Return URL after Successful order"
4646
  msgstr ""
4647
 
4648
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4649
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4650
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:246
4651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:229
4652
  #, php-format
4653
  msgid ""
4654
  "Enter a return relative Successful URL. %s will redirect visitors to this "
4661
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4662
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4663
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:230
4665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:241
4666
  msgid "Please test this URL, it must be a valid address"
4667
  msgstr ""
4668
 
4669
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4670
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4671
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:252
4672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:235
4673
  msgid "Return URL after Failed order"
4674
  msgstr ""
4675
 
4676
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4677
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4678
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:257
4679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:240
4680
  #, php-format
4681
  msgid ""
4682
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
4698
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4699
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
4700
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
4701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:256
4702
  msgid "This will not work, if the visitor leaves the payment page."
4703
  msgstr ""
4704
 
4714
  "when using a European payment processor"
4715
  msgstr ""
4716
 
4717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:715
4718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:733
4719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:972
4720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:810
4721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:707
4722
  #, php-format
4723
  msgid "Payment for booking %s on these day(s): %s"
4724
  msgstr ""
4725
 
4726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:717
4727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:728
4728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:973
4729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:814
4730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:711
4731
  msgid "Pay via"
4732
  msgstr ""
4733
 
4734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:111
4735
  #, fuzzy
4736
  msgid "Dates:"
4737
  msgstr "Termín"
4738
 
4739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:112
4740
  #, fuzzy
4741
  msgid "Booking Details:"
4742
  msgstr "Detaily"
4790
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4791
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4792
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:217
4793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:200
4794
  msgid "Enter the service name or the reason for the payment here."
4795
  msgstr ""
4796
 
4797
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4798
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:575
4799
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:263
4800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:246
4801
  msgid "Automatically approve/cancel booking"
4802
  msgstr ""
4803
 
4804
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4805
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:271
4806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:254
4807
  msgid ""
4808
  "Check this box to automatically approve bookings when visitor makes a "
4809
  "successful payment, or automatically cancel the booking when visitor makes a "
4812
 
4813
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4814
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
4815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:295
4816
  #, php-format
4817
  msgid ""
4818
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4819
  "page, this is necessary for the %s."
4820
  msgstr ""
4821
 
4822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:581
4823
  msgid "Successful payment"
4824
  msgstr ""
4825
 
4826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:583
4827
  #, fuzzy
4828
  msgid " Parameters are incorrect,"
4829
  msgstr "Špatný formát e-mailu"
4830
 
4831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:584
4832
  msgid "Cannot find the record"
4833
  msgstr ""
4834
 
4835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:585
4836
  msgid "Amount different"
4837
  msgstr ""
4838
 
4839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:586
4840
  msgid "Payment failed"
4841
  msgstr ""
4842
 
4843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:587
4844
  msgid "Payment status updated by Mobile88 Admin(Fail)"
4845
  msgstr ""
4846
 
4847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:588
4848
  msgid "Connection Error"
4849
  msgstr ""
4850
 
4872
  msgid "PayPal customization"
4873
  msgstr ""
4874
 
4875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:144
4876
+ msgid "Configuration of PayPal Standard payment form"
4877
+ msgstr ""
4878
+
4879
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:151
4880
  msgid "Paypal Standard"
4881
  msgstr ""
4882
 
4883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:157
4884
+ msgid "Configuration of PayPal Pro Hosted Solution payment form"
4885
+ msgstr ""
4886
+
4887
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:164
4888
  msgid "Paypal Pro Hosted Solution"
4889
  msgstr ""
4890
 
4891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:170
4892
+ msgid ""
4893
+ "Instant Payment Notification (IPN) is a message service that notifies you of "
4894
+ "events related to PayPal transactions"
4895
+ msgstr ""
4896
+
4897
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:175
4898
  msgid "IPN"
4899
  msgstr ""
5022
  msgstr ""
5023
 
5024
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:346
5025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:148
5026
  msgid "Authorization"
5027
  msgstr ""
5028
 
5049
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
5050
  #, fuzzy
5051
  msgid "New Zealand Dollar"
5052
+ msgstr "Nové rezervace"
5053
 
5054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
5055
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
5099
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
5100
  #, fuzzy
5101
  msgid "Israeli New Shekel"
5102
+ msgstr "Nové rezervace"
5103
 
5104
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
5105
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
5125
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
5126
  #, fuzzy
5127
  msgid "Taiwan New Dollars"
5128
+ msgstr "Nové rezervace"
5129
 
5130
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
5131
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
5248
  msgid "Make payments with payPal - its fast, free and secure!"
5249
  msgstr ""
5250
 
5251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:978
5252
  msgid "Enter your phone number"
5253
  msgstr ""
5254
 
5306
  msgstr ""
5307
 
5308
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
5309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:136
5310
  msgid "TEST"
5311
  msgstr ""
5312
 
5313
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
5314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:137
5315
  msgid "LIVE"
5316
  msgstr ""
5317
 
5327
  msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
5328
 
5329
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
5330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:149
5331
  msgid "DEFERRED"
5332
  msgstr ""
5333
 
5334
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
5335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:150
5336
  msgid "AUTHENTICATE"
5337
  msgstr ""
5338
 
5351
  msgstr ""
5352
 
5353
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
5354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:295
5355
  #, fuzzy
5356
  msgid "ALL"
5357
  msgstr "Všechny rezervace"
5361
  msgid "Pay using %s payment service"
5362
  msgstr ""
5363
 
5364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:24
5365
+ msgid "Integration of Sermepa payment system"
5366
+ msgstr ""
5367
+
5368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:25
5369
+ msgid "Sermepa"
5370
+ msgstr ""
5371
+
5372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:86
5373
+ #, fuzzy
5374
+ msgid "Sermepa payment customization"
5375
+ msgstr "Formulář"
5376
+
5377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:88
5378
+ #, php-format
5379
+ msgid ""
5380
+ "If you have no account on this system, please visit %s to create one. "
5381
+ "Simulator account emulates the Sermepa Pay account as well as a Test and "
5382
+ "Live account."
5383
+ msgstr ""
5384
+
5385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:92
5386
+ #, fuzzy
5387
+ msgid "Active Sermepa Pay"
5388
+ msgstr "Aktivovat"
5389
+
5390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:99
5391
+ msgid " Check this box to use Sermepa Pay payment."
5392
+ msgstr ""
5393
+
5394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:108
5395
+ msgid "FUC"
5396
+ msgstr ""
5397
+
5398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:112
5399
+ msgid ""
5400
+ "Set this value to the FUC assigned to you by Sermepa Pay or chosen when you "
5401
+ "applied."
5402
+ msgstr ""
5403
+
5404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:119
5405
+ msgid "Clave"
5406
+ msgstr ""
5407
+
5408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:123
5409
+ msgid "Set this value to the Clave assigned to you by Sermepa Pay"
5410
+ msgstr ""
5411
+
5412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:139
5413
+ msgid "Select TEST for the Test Server and LIVE in the live environment"
5414
+ msgstr ""
5415
+
5416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:152
5417
+ msgid ""
5418
+ "This can be DEFERRED or AUTHENTICATED if your Sermepa Pay account supports "
5419
+ "those payment types"
5420
+ msgstr ""
5421
+
5422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/wpbc-response.php:77
5423
  #, fuzzy
5424
  msgid "Payment rejected"
5425
  msgstr "Zamítnuto"
5426
 
5427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:113
5428
  #, fuzzy
5429
  msgid "Form / Calendar"
5430
  msgstr "Kalendář"
5431
 
5432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:115
5433
+ msgid "Insertion of booking form or availability calendar shortcodes"
 
 
 
5434
  msgstr ""
5435
 
5436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:126
 
 
 
 
 
 
 
5437
  #, fuzzy
5438
  msgid "Selection of form"
5439
  msgstr "Formulář"
5440
 
5441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:128
5442
+ msgid "Insertion selection of booking form for specific booking resource"
5443
+ msgstr ""
5444
+
5445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:141
5446
+ #, fuzzy
5447
+ msgid "Insertion search form shortcode"
5448
+ msgstr "Dnes"
5449
+
5450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:153
5451
  #, fuzzy
5452
  msgid "Editing of booking"
5453
  msgstr "Rezervace"
5454
 
5455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:155
5456
+ msgid "Insertion system shortcode for booking editing"
5457
+ msgstr ""
5458
+
5459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:175
5460
  #, php-format
5461
  msgid ""
5462
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5463
  "of the specific shortcodes %shere%s"
5464
  msgstr ""
5465
 
5466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:184
5467
  #, php-format
5468
  msgid ""
5469
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5471
  "payment request"
5472
  msgstr ""
5473
 
5474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:185
5475
  #, php-format
5476
  msgid ""
5477
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5478
  "settings page%s must link to this page"
5479
  msgstr ""
5480
 
5481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:186
5482
  #, php-format
5483
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5484
  msgstr ""
5485
 
5486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:205
5487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:207
5488
  #, fuzzy
5489
  msgid "Select shortcode to insert"
5490
  msgstr "Vyberte vzhled kalendáře"
5491
 
5492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:212
5493
  #, fuzzy
5494
  msgid "Search form"
5495
  msgstr "Formulář"
5496
 
5497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:227
5498
  #, php-format
5499
  msgid ""
5500
  "This shortcode %s is using for showing the search results at specific page, "
5501
  "if the search form is submit showing the search results at different page"
5502
  msgstr ""
5503
 
5504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:237
5505
  msgid "Check this box to show search results on other page"
5506
  msgstr ""
5507
 
5508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:243
5509
  #, fuzzy
5510
  msgid "URL of search results:"
5511
  msgstr "Adresa stránky"
5512
 
5513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:245
5514
  #, fuzzy
5515
  msgid "Type the URL of search results page."
5516
  msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
5517
 
5518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5519
  #, fuzzy
5520
  msgid "Title of Search results:"
5521
  msgstr "Nadpis"
5522
 
5523
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5524
+ #, fuzzy
5525
+ msgid "Search results:"
5526
+ msgstr "Nadpis"
5527
+
5528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:254
5529
  msgid "Type the title of Search results."
5530
  msgstr ""
5531
 
5532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5533
  #, fuzzy
5534
  msgid "Nothing Found Message:"
5535
  msgstr "Nenalezeno"
5536
 
5537
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:262
5538
+ #, fuzzy
5539
+ msgid "Nothing Found."
5540
+ msgstr "Nenalezeno"
5541
+
5542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:263
5543
  msgid "Type the message, when nothing found."
5544
  msgstr ""
5545
 
5546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:270
5547
  msgid "Search only for users:"
5548
  msgstr ""
5549
 
5550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:272
5551
  msgid ""
5552
  "Type IDs of the users (separated by comma \",\") for searching availability "
5553
  "only for these users, or leave it blank for searching for all users."
5554
  msgstr ""
5555
 
5556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:291
5557
  #, fuzzy
5558
  msgid "Title:"
5559
  msgstr "Nadpis"
5560
 
5561
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:292
5562
+ #, fuzzy
5563
+ msgid "Please select the resource:"
5564
+ msgstr "Nastavení"
5565
+
5566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:293
5567
  msgid "Title near your select box."
5568
  msgstr ""
5569
 
5570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:301
5571
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
5572
  #, fuzzy
5573
  msgid "Visible months:"
5574
  msgstr "Měsíce"
5575
 
5576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:316
5577
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:396
5578
  #, fuzzy
5579
  msgid "Select number of month to show for calendar."
5580
  msgstr "Zobrazí počet měsíců / roků v přehledu"
5581
 
5582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:338
5583
  msgid ""
5584
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5585
  "select multiple booking resources."
5586
  msgstr ""
5587
 
5588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:345
5589
  #, php-format
5590
  msgid ""
5591
  "This shortcode %s is using for selection of the booking form of specific "
5592
  "booking resources in selectbox"
5593
  msgstr ""
5594
 
5595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:431
5596
  msgid "Saved"
5597
  msgstr "Uloženo"
5598
 
5599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:552
5600
  msgid "This booking resources does not exist"
5601
  msgstr ""
5602
 
5603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:571
5604
  msgid "Processing..."
5605
  msgstr ""
5606
 
5607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:592
5608
  msgid "Generating columns..."
5609
  msgstr ""
5610
 
5611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:623
5612
  #, fuzzy
5613
  msgid "Exporting booking data..."
5614
  msgstr "Detaily o rezervaci"
5615
 
5616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:657
5617
  msgid "Generating content of file"
5618
  msgstr ""
5619
 
5620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:696
5621
  msgid "Saving to file"
5622
  msgstr ""
5623
 
5624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:713
5625
  #, fuzzy
5626
  msgid "Export bookings"
5627
  msgstr "Rezervace"
5628
 
5629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:716
5630
  msgid "Download the CSV file of exported booking data"
5631
  msgstr ""
5632
 
5633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:724
5634
  msgid "Download"
5635
  msgstr ""
5636
 
5637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:734
5638
  #, fuzzy
5639
  msgid "Done!"
5640
  msgstr "Akce po zarezervování"
5641
 
5642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:766
5643
  #, fuzzy
5644
  msgid "Please Select"
5645
  msgstr "Zadejte prosím v kalendáři svou rezervaci."
5646
 
5647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:911
5648
  msgid "link"
5649
  msgstr ""
5650
 
5651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1032
5652
  #, fuzzy
5653
  msgid "Print bookings"
5654
  msgstr "Rezervace"
5655
 
5656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5657
  msgid "The booking was canceled by the visitor."
5658
  msgstr ""
5659
 
5660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1067
5661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1078
5662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1663
5663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1710
5664
  msgid "Wrong booking hash in URL (probably expired)"
5665
  msgstr ""
5666
 
5667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1106
5668
  msgid "The booking has been canceled successfully"
5669
  msgstr ""
5670
 
5671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1245
5672
  #, fuzzy
5673
  msgid "Add New Booking Resource(s)"
5674
  msgstr "Nové (neověřené) rezervace"
5675
 
5676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1250
5677
  #, fuzzy
5678
  msgid "New Resource"
5679
+ msgstr "Nové rezervace"
5680
 
5681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1254
5682
  #, fuzzy
5683
  msgid "Enter title here"
5684
  msgstr "Nadpis"
5685
 
5686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1256
5687
  msgid "Enter name of booking resource"
5688
  msgstr ""
5689
 
5690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1265
5691
  #, fuzzy
5692
  msgid "Advanced Options"
5693
  msgstr "Pokročilé nastavení"
5694
 
5695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1266
5696
  #, fuzzy
5697
  msgid "Add new resource(s)"
5698
  msgstr "Nové (neověřené) rezervace"
5699
 
5700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1382
5701
  #, fuzzy
5702
  msgid "Default booking resource"
5703
  msgstr "Výchozí režim zobrazení"
5704
 
5705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5706
  #, fuzzy
5707
  msgid "Select your default booking resource."
5708
  msgstr "Vyberte jak se budou rezervace řadit"
5709
 
5710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1402
5711
  #, fuzzy
5712
  msgid "Resources number per page"
5713
  msgstr "Počet rezervací na stránce"
5714
 
5715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1411
5716
  msgid ""
5717
  "Select number of booking resources (single or parent) per page at Resource "
5718
  "menu page"
5719
  msgstr ""
5720
 
5721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1425
5722
  #, fuzzy
5723
  msgid "URL to edit bookings"
5724
  msgstr "Rezervace"
5725
 
5726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1427
5727
  #, php-format
5728
  msgid ""
5729
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5730
  "into this page."
5731
  msgstr ""
5732
 
5733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1445
5734
  msgid "Change hash after the booking is approved"
5735
  msgstr ""
5736
 
5737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1451
5738
  msgid ""
5739
  "Check this box if you want to change the booking hash after approval. When "
5740
  "checked, visitor will not be able to edit or cancel the booking."
5741
  msgstr ""
5742
 
5743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5744
  #, php-format
5745
  msgid "%s - start new translation section, where %s - locale of translation"
5746
  msgstr ""
5747
 
5748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
5749
  #, php-format
5750
  msgid "Example #1: %s - start French translation section"
5751
  msgstr ""
5752
 
5753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1464
5754
  #, php-format
5755
  msgid "Example #2: \"%s\" - English and French translation of some message"
5756
  msgstr ""
5757
 
5758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2148
5760
  msgid ""
5761
  "Customization of email template, which is sending to Admin after new booking"
5762
  msgstr ""
5763
 
5764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1481
5765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2149
5766
  #, fuzzy
5767
  msgid "New for Admin"
5768
+ msgstr "E-mail/y administrátora"
5769
 
5770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1489
5771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2157
5772
  msgid ""
5773
  "Customization of email template, which is sending to Visitor after new "
5774
  "booking"
5775
  msgstr ""
5776
 
5777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1490
5778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2158
5779
  msgid "New for Visitor"
5780
  msgstr ""
5781
 
5782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2166
5784
  msgid ""
5785
  "Customization of email template, which is sending to Visitor after approval "
5786
  "of booking"
5787
  msgstr ""
5788
 
5789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1507
5790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2175
5791
  msgid ""
5792
  "Customization of email template, which is sending to Visitor after "
5793
  "Cancellation of booking"
5794
  msgstr ""
5795
 
5796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1508
5797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2176
5798
  #, fuzzy
5799
  msgid "Declined"
5800
  msgstr "Vaše rezervace byla zamítnuta"
5801
 
5802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5803
  msgid ""
5804
  "Customization of email template, which is sending after modification of "
5805
  "booking"
5806
  msgstr ""
5807
 
5808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1517
5809
  msgid "Modified"
5810
  msgstr ""
5811
 
5812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1526
5813
  msgid ""
5814
  "Customization of email template, which is sending to Visitor after payment "
5815
  "request"
5816
  msgstr ""
5817
 
5818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1527
5819
  #, fuzzy
5820
  msgid "Payment request"
5821
  msgstr "Odeslání žádosti..."
5822
 
5823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1581
5824
  #, fuzzy
5825
  msgid "Standard Form Template"
5826
  msgstr "Formulář"
5827
 
5828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1582
5829
  msgid "2 Columns Form Template"
5830
  msgstr ""
5831
 
5832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1583
5833
  msgid "Wizard Form Template(several steps)"
5834
  msgstr ""
5835
 
5836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1585
5837
  msgid "Payment Form Template"
5838
  msgstr ""
5839
 
5840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1586
5841
  msgid "Time Slots Form Template"
5842
  msgstr ""
5843
 
5844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1588
5845
  msgid "Time slots for different weekends Form Template"
5846
  msgstr ""
5847
 
5848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1589
5849
  #, fuzzy
5850
  msgid "Hints Form Template"
5851
  msgstr "Ukázat/skrýt nápovědu"
5852
 
5853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1602
5854
  msgid "Reset Booking Form and Content of Booking Fields Form"
5855
  msgstr ""
5856
 
5857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1606
5858
  msgid "Both"
5859
  msgstr ""
5860
 
5861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3771
5863
  msgid "Please configure the form for content of booking fields data!"
5864
  msgstr ""
5865
 
5866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1626
5867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3779
5868
  #, fuzzy
5869
  msgid "Please configure the form fields!"
5870
  msgstr "Formulářové pole"
5871
 
5872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1635
 
5873
  #, fuzzy
5874
  msgid "Customization of booking form fields"
5875
  msgstr "Formulářové pole"
5876
 
5877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1640
5878
  msgid ""
5879
  "Customization of fields, which showing in the Booking Listing page for the "
5880
  "specific booking"
5881
  msgstr ""
5882
 
5883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1643
5884
  #, fuzzy
5885
  msgid "Content of Booking Fields"
5886
  msgstr "pole"
5887
 
5888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1659
5889
  #, fuzzy
5890
  msgid "Default title of bookings"
5891
  msgstr "Výchozí řazení rezervací"
5892
 
5893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5894
  #, php-format
5895
  msgid ""
5896
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5898
  "page)."
5899
  msgstr ""
5900
 
5901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5902
  #, fuzzy
5903
  msgid "Incorrect date format"
5904
  msgstr "Formát data"
5905
 
5906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1931
5907
  #, fuzzy
5908
  msgid "Booking Resource"
5909
  msgstr "Rezervace"
5910
 
5911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1941
5912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1548
5913
  msgid "All bookings"
5914
  msgstr "Všechny rezervace"
5915
 
5916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1945
5917
  #, fuzzy
5918
  msgid "All incoming bookings"
5919
  msgstr "Všechny rezervace"
5920
 
5921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1950
5922
  #, fuzzy
5923
  msgid "New reservations made today"
5924
  msgstr "Nová rezervace (dnes)"
5925
 
5926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1955
5927
  #, fuzzy
5928
  msgid "Reservations for today"
5929
  msgstr "Dnes"
5930
 
5931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1977
5932
  #, fuzzy
5933
  msgid "Add new booking resource"
5934
  msgstr "Přidat rezervaci"
5935
 
5936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2765
5937
+ msgid "Change your Booking"
5938
+ msgstr ""
5939
+
5940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2767
5941
+ #, fuzzy
5942
+ msgid "Cancel Booking"
5943
+ msgstr "Zrušit"
5944
+
5945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2995
5946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3043
5947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:147
5948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:149
5949
  msgid "Updated successfully"
5950
  msgstr ""
5951
 
5952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3009
5953
  msgid ""
5954
  "Warning! The resource was not changed. Current dates are already booked "
5955
  "there."
5956
  msgstr ""
5957
 
5958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3278
5959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1766
5960
  msgid "Email to \"Admin\" after a new booking"
5961
  msgstr ""
5962
 
5963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
5964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1786
5965
  msgid "To"
5966
  msgstr ""
5967
 
5968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
5969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1788
5970
  #, php-format
5971
  msgid "Type default %sadmin email%s for booking confirmation"
5972
  msgstr "Defaultní %semail %s pro potvrzení rezervace"
5973
 
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3307
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1795
5976
  #, php-format
5977
  msgid ""
5978
  "Type the default %sadmin email%s sending the booking confimation. You can "
5979
  "use this %s shortcode."
5980
  msgstr ""
5981
 
5982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3314
5983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1802
5984
  #, php-format
5985
  msgid "Type your email %ssubject%s for the booking confimation message."
5986
  msgstr ""
5987
 
5988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1810
5990
  #, php-format
5991
  msgid "Type your %semail message content for checking booking%s in. "
5992
  msgstr ""
5993
 
5994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5995
  #, php-format
5996
  msgid ""
5997
  "For example: \"You have a new reservation %s on the following date(s): %s "
5999
  "you, Reservation service.\""
6000
  msgstr ""
6001
 
6002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
6003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
6004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3617
6006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:809
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1458
6008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1819
6009
  #, fuzzy
6010
  msgid "here"
6011
  msgstr "důvod zamítnutí"
6012
 
6013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3345
6014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1834
6015
  msgid "Email to \"Person\" after they make a new reservation"
6016
  msgstr ""
6017
 
6018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3375
6019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1864
6020
  #, php-format
6021
  msgid "Type email subject for %svisitor after creating a new reservation%s."
6022
  msgstr ""
6023
 
6024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
6025
  #, fuzzy, php-format
6026
  msgid "Use these %s shortcodes."
6027
  msgstr "Používejte CSS BootStrap"
6028
 
6029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3385
6030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1873
6031
  #, php-format
6032
  msgid ""
6033
  "Type your %semail message for visitor after creating a new reservation%s"
6034
  msgstr ""
6035
 
6036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
6037
  #, php-format
6038
  msgid ""
6039
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
6041
  "page: %s Thank you, Reservation service.\""
6042
  msgstr ""
6043
 
6044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3405
6045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1894
6046
  msgid "Email to \"Person\" after booking is approved"
6047
  msgstr ""
6048
 
6049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3448
6050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1937
6051
  #, php-format
6052
  msgid "Type your email subject for the %sapproved booking%s."
6053
  msgstr ""
6054
 
6055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
6056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1945
6057
  #, php-format
6058
  msgid "Type your %semail message for the approved booking%s from the website"
6059
  msgstr ""
6060
 
6061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6062
  #, php-format
6063
  msgid ""
6064
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6066
  "service.\""
6067
  msgstr ""
6068
 
6069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3478
6070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1969
6071
  msgid "Email to \"Person\" after their booking has been denied"
6072
  msgstr ""
6073
 
6074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3523
6075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2014
6076
  #, php-format
6077
  msgid "Type your email subject for the %sdenied booking%s."
6078
  msgstr ""
6079
 
6080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3530
6081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2021
6082
  #, php-format
6083
  msgid "Type your %semail message for the denied booking%s from the website"
6084
  msgstr ""
6085
 
6086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3539
6087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2031
6088
  #, php-format
6089
  msgid ""
6090
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
6091
  "Please contact us for more information. %s Thank you, Reservation service.\""
6092
  msgstr ""
6093
 
6094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3555
6095
  msgid "Email to \"Person\" after booking is modified"
6096
  msgstr ""
6097
 
6098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3600
6099
  #, php-format
6100
  msgid "Type your email subject for the %smodified booking%s. "
6101
  msgstr ""
6102
 
6103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
6104
  #, php-format
6105
  msgid "Type your %semail message for the modified booking%s from the website"
6106
  msgstr ""
6107
 
6108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3617
6109
  #, php-format
6110
  msgid ""
6111
  "For example: \"The reservation %s on these date(s): %s has been modified. "
6113
  "service.\""
6114
  msgstr ""
6115
 
6116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3715
6117
  msgid "Form fields"
6118
  msgstr "Formulářové pole"
6119
 
6120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3744
6121
  #, php-format
6122
  msgid ""
6123
  "Content of booking fields data for email templates (%s-shortcode) and "
6124
  "booking listing page"
6125
  msgstr ""
6126
 
6127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3752
6128
  #, php-format
6129
  msgid "%s - inserting data from fields of booking form"
6130
  msgstr ""
6131
 
6132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3753
6133
  #, fuzzy, php-format
6134
  msgid "%s - inserting new line"
6135
  msgstr "Nové (neověřené) rezervace"
6136
 
6137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3848
6138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
6139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3874
6140
  msgid "First Name"
6141
  msgstr "Jméno"
6142
 
6143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3849
6144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
6145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3875
6146
  msgid "Last Name"
6147
  msgstr "Příjmení"
6148
 
6149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3850
6150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
6151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3876
6152
  msgid "Email"
6153
  msgstr "E-mail"
6154
 
6155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
6156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3873
6157
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:220
6158
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:559
6159
  msgid "Times"
6160
  msgstr ""
6161
 
6162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3878
6163
  msgid "Address"
6164
  msgstr "Adresa"
6165
 
6166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
6167
  msgid "City"
6168
  msgstr "Město"
6169
 
6170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
6171
  msgid "Post code"
6172
  msgstr "PSČ"
6173
 
6174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
6175
  msgid "Please, reserve an apartment with fresh flowers."
6176
  msgstr ""
6177
 
6178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4039
 
 
 
 
 
 
 
 
 
 
 
 
6179
  #, fuzzy
6180
  msgid "The reservation has been modified"
6181
  msgstr "Vaše rezervace byla potvrzena"
6182
 
6183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
6184
  #, php-format
6185
  msgid ""
6186
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6187
  "this page: %s Thank you, %s"
6188
  msgstr ""
6189
 
6190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4088
6191
  msgid "Sending request..."
6192
  msgstr "Odeslání žádosti..."
6193
 
6194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4115
6195
  #, fuzzy
6196
  msgid "Order number"
6197
  msgstr "Řadit podle"
6198
 
6199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4118
6200
  msgid "Register"
6201
  msgstr ""
6202
 
6203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4120
6204
  msgid ""
6205
  "Please, enter order number of your purchased version, which you received to "
6206
  "your billing email."
6207
  msgstr ""
6208
 
6209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4124
6210
  #, php-format
6211
  msgid ""
6212
  "If you will get any difficulties or have a questions, please contact by "
6213
  "email %s"
6214
  msgstr ""
6215
 
6216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:41
6217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6218
+ #, fuzzy
6219
+ msgid "Google Calendar"
6220
+ msgstr "Kalendář"
6221
+
6222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:41
6223
+ msgid "API"
6224
+ msgstr ""
6225
+
6226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:42
6227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:185
6228
+ msgid "Customization of synchronization with Google Calendar"
6229
+ msgstr ""
6230
+
6231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:75
6232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:703
6233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:752
6234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1188
6235
+ #, fuzzy
6236
+ msgid "General Settings"
6237
+ msgstr "Základní"
6238
+
6239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:59
6240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:80
6241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:383
6242
+ #, fuzzy
6243
+ msgid "Feed URL"
6244
+ msgstr "Adresa stránky"
6245
+
6246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:96
6247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
6248
+ #, fuzzy
6249
+ msgid "Booking resource"
6250
+ msgstr "Rezervace"
6251
+
6252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:106
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\./inc/wpdev-booking-search-widget.php:53
6259
  msgid "Search availability"
6260
  msgstr ""
6305
  "search results will show."
6306
  msgstr ""
6307
 
6308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:30
6309
  #, php-format
6310
  msgid ""
6311
  "%sError!%s Request do not pass security check! Please refresh the page and "
6312
  "try one more time."
6313
  msgstr ""
6314
 
6315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:109
6316
  msgid "Set as Read"
6317
  msgstr "Nastaveno jako přečtené"
6318
 
6319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:109
6320
  msgid "Set as Unread"
6321
  msgstr "Nastaveno jako nepřečtené"
6322
 
6323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:166
6324
  msgid "Set as Approved"
6325
  msgstr "Nastaveno jako schválené"
6326
 
6327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:166
6328
  msgid "Set as Pending"
6329
  msgstr "Nastaveno jako čekající"
6330
 
6331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:184
 
6332
  msgid "Reason for cancellation here"
6333
  msgstr "důvod zamítnutí"
6334
 
6335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:185
6336
  #, fuzzy
6337
  msgid "Reason of cancellation here"
6338
  msgstr "důvod zamítnutí"
6339
 
6340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:37
6341
  msgid "The code you entered is incorrect"
6342
  msgstr ""
6343
 
6344
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:80
6345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:836
6346
  msgid "Dismiss"
6347
  msgstr ""
6348
 
6349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:266
6350
+ msgid "Importing Feed"
6351
+ msgstr ""
6352
+
6353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:281
6354
+ #, fuzzy
6355
+ msgid "Data Parsing"
6356
+ msgstr "Detaily o rezervaci"
6357
+
6358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:388
6359
+ msgid ""
6360
+ "Some data was retrieved, but could not be parsed successfully. Please ensure "
6361
+ "your feed URL is correct."
6362
+ msgstr ""
6363
+
6364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:394
6365
+ msgid ""
6366
+ "The feed could not be found (404). Please ensure your feed URL is correct."
6367
+ msgstr ""
6368
+
6369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:397
6370
+ msgid ""
6371
+ "Access to this feed was denied (403). Please ensure you have public sharing "
6372
+ "enabled for your calendar."
6373
+ msgstr ""
6374
+
6375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:400
6376
+ #, php-format
6377
+ msgid ""
6378
+ "The feed data could not be retrieved. Error code: %s. Please ensure your "
6379
+ "feed URL is correct."
6380
+ msgstr ""
6381
+
6382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:416
6383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:102
6384
+ #, fuzzy
6385
+ msgid "Done"
6386
+ msgstr "Akce po zarezervování"
6387
+
6388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:567
6389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:612
6390
+ msgid "GID"
6391
+ msgstr ""
6392
+
6393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:591
6394
+ #, fuzzy
6395
+ msgid "Location:"
6396
+ msgstr "Akce"
6397
+
6398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:619
6399
+ #, fuzzy
6400
+ msgid "Reload page"
6401
+ msgstr "Adresa stránky"
6402
+
6403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:621
6404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:588
6405
+ #, fuzzy
6406
+ msgid "Hide"
6407
+ msgstr "Skrýt pokročilá nastavení"
6408
+
6409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:623
6410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1709
6411
+ msgid "Do you really want to delete selected booking(s) ?"
6412
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
6413
+
6414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:631
6415
+ #, fuzzy
6416
+ msgid "Delete selected booking(s)"
6417
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
6418
+
6419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:103
6420
+ msgid "Imported 0 events."
6421
+ msgstr ""
6422
+
6423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:170
6424
+ msgid "Sync"
6425
+ msgstr ""
6426
+
6427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:171
6428
+ #, fuzzy
6429
+ msgid "Synchronization Bookings Settings"
6430
+ msgstr "nastavení"
6431
+
6432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6433
+ msgid "Feeds"
6434
+ msgstr ""
6435
+
6436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:184
6437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:859
6438
+ #, fuzzy
6439
+ msgid "Import"
6440
+ msgstr "Podpora"
6441
+
6442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:308
6443
+ msgid "Assign events fields to specific booking form field"
6444
+ msgstr ""
6445
+
6446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:328
6447
+ #, fuzzy
6448
+ msgid "Auto import events"
6449
+ msgstr "Automatické vyplňování"
6450
+
6451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:346
6452
+ msgid "Google Calendar Feeds - General Settings"
6453
+ msgstr ""
6454
+
6455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:369
6456
+ msgid "Default settings for retrieving events"
6457
+ msgstr ""
6458
+
6459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:412
6460
+ msgid "Google Calendar Feeds - Help Info"
6461
+ msgstr ""
6462
+
6463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:417
6464
+ msgid "To get Google Calendar Feed URL please follow this instruction"
6465
+ msgstr ""
6466
+
6467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:420
6468
+ #, php-format
6469
+ msgid "Set Google Calendar Address similar to this: %s or this %s"
6470
+ msgstr ""
6471
+
6472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:426
6473
+ #, php-format
6474
+ msgid ""
6475
+ "Go to Google Calendar by clicking %s. Login to your Google account if you "
6476
+ "are not already logged in."
6477
+ msgstr ""
6478
+
6479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:427
6480
+ msgid ""
6481
+ "At the left side near specific calendar click expand (down arrow) icon to "
6482
+ "show menu and select Calendar Settings."
6483
+ msgstr ""
6484
+
6485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:428
6486
+ msgid ""
6487
+ "Find \"Calendar Address\" or \"Private Address\" and copy XML URL of "
6488
+ "specific calendar."
6489
+ msgstr ""
6490
+
6491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:481
6492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:876
6493
+ msgid "None"
6494
+ msgstr ""
6495
+
6496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:522
6497
+ #, php-format
6498
+ msgid "Select field for assigning to %sevent property%s"
6499
+ msgstr ""
6500
+
6501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:532
6502
+ #, fuzzy
6503
+ msgid "Event Title"
6504
+ msgstr "Nadpis"
6505
+
6506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:533
6507
+ msgid "Event Description (optional field)"
6508
+ msgstr ""
6509
+
6510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:534
6511
+ #, fuzzy
6512
+ msgid "Location"
6513
+ msgstr "Akce"
6514
+
6515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:559
6516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:623
6517
+ msgid "Now"
6518
+ msgstr ""
6519
+
6520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:560
6521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:624
6522
+ #, fuzzy
6523
+ msgid "00:00 today"
6524
+ msgstr "Dnes"
6525
+
6526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:561
6527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:625
6528
+ #, fuzzy
6529
+ msgid "Start of current week"
6530
+ msgstr "Aktuální týden"
6531
+
6532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:562
6533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:626
6534
+ #, fuzzy
6535
+ msgid "Start of current month"
6536
+ msgstr "Aktuální měsíc"
6537
+
6538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:563
6539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:627
6540
+ #, fuzzy
6541
+ msgid "End of current month"
6542
+ msgstr "Aktuální měsíc"
6543
+
6544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:564
6545
+ #, fuzzy
6546
+ msgid "The start of time"
6547
+ msgstr "První den v týdnu"
6548
+
6549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:565
6550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:629
6551
+ #, fuzzy
6552
+ msgid "Specific date / time"
6553
+ msgstr "Datum vydání"
6554
+
6555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:572
6556
+ msgid "Select option, when to start retrieving events."
6557
+ msgstr ""
6558
+
6559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:574
6560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:638
6561
+ msgid "Offset"
6562
+ msgstr ""
6563
+
6564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:574
6565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:638
6566
+ #, fuzzy
6567
+ msgid "Enter date / time"
6568
+ msgstr "Datum vydání"
6569
+
6570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:580
6571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:644
6572
+ msgid "seconds"
6573
+ msgstr ""
6574
+
6575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:581
6576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:645
6577
+ msgid "minutes"
6578
+ msgstr ""
6579
+
6580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:590
6581
+ msgid ""
6582
+ "You can specify an additional offset from you chosen start point. The offset "
6583
+ "can be negative."
6584
+ msgstr ""
6585
+
6586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:593
6587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:657
6588
+ #, php-format
6589
+ msgid "Type your date in format %s. Example: %s"
6590
+ msgstr ""
6591
+
6592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:610
6593
+ msgid "Until"
6594
+ msgstr ""
6595
+
6596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:628
6597
+ #, fuzzy
6598
+ msgid "The end of time"
6599
+ msgstr "Doba zobrazení zprávy"
6600
+
6601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:636
6602
+ msgid "Select option, when to stop retrieving events."
6603
+ msgstr ""
6604
+
6605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:654
6606
+ msgid ""
6607
+ "You can specify an additional offset from you chosen end point. The offset "
6608
+ "can be negative."
6609
+ msgstr ""
6610
+
6611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:670
6612
+ #, fuzzy
6613
+ msgid "Maximum number"
6614
+ msgstr "Zobrazí počet měsíců / roků v přehledu"
6615
+
6616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:673
6617
+ msgid ""
6618
+ "You can specify the maximum number of events to import during one session."
6619
+ msgstr ""
6620
+
6621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:684
6622
+ msgid "Timezone"
6623
+ msgstr ""
6624
+
6625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:718
6626
+ msgid ""
6627
+ "Select a city in your required timezone, if you are having problems with "
6628
+ "dates and times."
6629
+ msgstr ""
6630
+
6631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:728
6632
+ msgid "Activate auto import"
6633
+ msgstr ""
6634
+
6635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:734
6636
+ #, fuzzy, php-format
6637
+ msgid ""
6638
+ "Check this box to %sactivate%s auto import events and creation bookings from "
6639
+ "them"
6640
+ msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
6641
+
6642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:741
6643
+ msgid "Import events every"
6644
+ msgstr ""
6645
+
6646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:759
6647
+ msgid "Select time duration of import requests."
6648
+ msgstr ""
6649
+
6650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:802
6651
+ msgid "Retrieve Google Calendar Events "
6652
+ msgstr ""
6653
+
6654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:808
6655
+ #, fuzzy
6656
+ msgid "Please configure settings for import Google Calendar events"
6657
+ msgstr "Formulářové pole"
6658
+
6659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:836
6660
+ msgid "Configure"
6661
+ msgstr ""
6662
+
6663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:846
6664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:852
6665
+ msgid "Import Google Calendar Events"
6666
+ msgstr ""
6667
+
6668
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:56
6669
  msgid "This field is required"
6670
  msgstr "Povinná položka"
6674
  msgstr "Pole musí být zaškrtnuto"
6675
 
6676
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:58
6677
+ msgid "At least one option must be selected"
6678
+ msgstr ""
6679
+
6680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:59
6681
  msgid "Incorrect email field"
6682
  msgstr "Špatný formát e-mailu"
6683
 
6684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:60
6685
  msgid "Your emails do not the same"
6686
  msgstr ""
6687
 
6688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:61
6689
  msgid "Please, select booking date(s) at Calendar."
6690
  msgstr "Zadejte prosím v kalendáři svou rezervaci."
6691
 
6692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:851
6693
  msgid "We&#8217;ve assembled some links to get you started:"
6694
  msgstr ""
6695
 
6696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:854
6697
  msgid "Get Started"
6698
  msgstr ""
6699
 
6700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:856
6701
  #, php-format
6702
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
6703
  msgstr ""
6704
 
6705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:861
6706
  #, php-format
6707
  msgid "or add booking calendar %sWidget%s to your sidebar."
6708
  msgstr ""
6709
 
6710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:864
6711
  #, php-format
6712
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
6713
  msgstr ""
6714
 
6715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:867
6716
  #, php-format
6717
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
6718
  msgstr ""
6719
 
6720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:872
6721
  #, fuzzy
6722
  msgid "Next Steps"
6723
  msgstr "Příští"
6724
 
6725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:874
6726
  #, php-format
6727
  msgid "Check %sBooking Listing%s page for new bookings."
6728
  msgstr ""
6729
 
6730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:877
6731
  #, fuzzy, php-format
6732
  msgid "Configure booking %sSettings%s."
6733
  msgstr "Nové (neověřené) rezervace"
6734
 
6735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:880
6736
  #, php-format
6737
  msgid "Configure predefined set of your %sForm Fields%s."
6738
  msgstr ""
6739
 
6740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:883
6741
+ #, php-format
6742
+ msgid "Configure your predefined %sEmail Templates%s."
6743
+ msgstr ""
6744
+
6745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:889
6746
  #, fuzzy
6747
  msgid "Have a questions?"
6748
  msgstr "Máte dotaz"
6749
 
6750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:891
6751
  #, php-format
6752
  msgid "Check out our %sHelp%s"
6753
  msgstr ""
6754
 
6755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:894
6756
  #, fuzzy, php-format
6757
  msgid "See %sFAQ%s."
6758
  msgstr "hodina/y"
6759
 
6760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:897
6761
  #, php-format
6762
  msgid "Still having questions? Contact %sSupport%s."
6763
  msgstr ""
6764
 
6765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:904
6766
  #, php-format
6767
  msgid "Need even more functionality? Check %s higher versions %s"
6768
  msgstr ""
6773
  msgstr "Rezervační kalendář"
6774
 
6775
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:31
6776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:676
6777
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6778
  msgid "Booking calendar"
6779
  msgstr "Rezervační kalendář"
6783
  msgid "Ok"
6784
  msgstr ""
6785
 
 
 
 
 
 
6786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:402
6787
  #, fuzzy
6788
  msgid "Start month:"
6908
  msgstr "měsíců"
6909
 
6910
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
6911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2225
6912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:830
6913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:836
6914
  msgid "Year"
6915
  msgstr "rok"
6916
 
6932
 
6933
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6934
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:424
6935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2083
6936
  msgid "Next"
6937
  msgstr "Příští"
6938
 
6962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:505
6963
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:567
6964
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:623
6965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1479
6966
  msgid "Apply"
6967
  msgstr "Použít"
6968
 
6972
  msgstr "Datum vydání"
6973
 
6974
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:646
6975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:44
6976
  #, fuzzy
6977
  msgid "Booking Listing"
6978
  msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
6979
 
6980
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:650
6981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:801
6982
  msgid "Calendar Overview"
6983
  msgstr "Kalendář rezervací"
6984
 
6997
  msgstr "Rezervační kalendář"
6998
 
6999
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
7000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:450
7001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7003
  msgid "FAQ"
7004
  msgstr ""
7005
 
7012
  msgstr ""
7013
 
7014
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:696
7015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1219
7018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1227
7019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1228
7020
  #, fuzzy
7021
  msgid "Upgrade"
7022
  msgstr "Upgrade na vyšší verzi"
7023
 
7024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1380
7025
  msgid "Filter"
7026
  msgstr "Filtr"
7027
 
7028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1425
7029
  #, fuzzy
7030
  msgid "Expand Advanced Filter"
7031
  msgstr "Filtr"
7032
 
7033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1426
7034
  #, fuzzy
7035
  msgid "Collapse Advanced Filter"
7036
  msgstr "Filtr"
7037
 
7038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1443
7039
  #, fuzzy
7040
  msgid ""
7041
  "Send email notification to customer after approval, cancellation or deletion "
7044
  "Poslat zákazníkovi e-mailem upozornění po schválení, zrušení nebo odstranění "
7045
  "rezervace"
7046
 
7047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1444
7048
  msgid "Emails sending"
7049
  msgstr "Poslat e-mail"
7050
 
7051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
7052
  #, fuzzy
7053
  msgid "Booking ID"
7054
  msgstr "Rezervace"
7055
 
7056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1476
7057
  msgid "Refresh booking listing"
7058
  msgstr ""
7059
 
7060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1480
7061
  msgid "Reset filter to default values"
7062
  msgstr ""
7063
 
7064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
7065
  msgid "Any"
7066
  msgstr "Vše"
7067
 
7068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1549
7069
  msgid "New bookings"
7070
  msgstr "Nové rezervace"
7071
 
7072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1552
7073
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
7074
  msgid "Show"
7075
  msgstr "Ukázat"
7076
 
7077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1564
7078
  msgid "Creation"
7079
  msgstr "Vytvořeno"
7080
 
7081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1598
7082
  msgid "Order by"
7083
  msgstr "Řadit podle"
7084
 
7085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1612
7086
  msgid ""
7087
  "Save filter settings as default template (Please, click Apply filter button, "
7088
  "before saving!)"
7089
  msgstr ""
7090
 
7091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1615
7092
  #, fuzzy
7093
  msgid "Save as Default"
7094
  msgstr "Uložit"
7095
 
7096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1620
7097
  msgid "Delete your previously saved default filer template!"
7098
  msgstr ""
7099
 
7100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1623
7101
  #, fuzzy
7102
  msgid "Delete template"
7103
  msgstr "Smazat"
7104
 
7105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1694
7106
  msgid "Approve selected bookings"
7107
  msgstr "Schválit vybranou rezervaci"
7108
 
7109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
7110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
7111
  msgid "Approve"
7112
  msgstr "Schválit"
7113
 
7114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1699
7115
  msgid "Set selected bookings as pending"
7116
  msgstr "Nastavit vybranou rezervaci jako ČEKAJÍCÍ"
7117
 
7118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
7119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2007
7120
  msgid "Do you really want to set booking as pending ?"
7121
  msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
7122
 
7123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1704
7124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2008
7125
  msgid "Reject"
7126
  msgstr "Odmítnout"
7127
 
7128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1707
7129
  msgid "Delete selected bookings"
7130
  msgstr "Smazat vybranou rezervaci"
7131
 
7132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1714
7133
+ #, fuzzy
7134
+ msgid "Reason of cancellation"
7135
+ msgstr "důvod zamítnutí"
7136
 
7137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1719
7138
  #, fuzzy
7139
  msgid "Mark as read all bookings"
7140
  msgstr "Označit vše jako přečtené"
7141
 
7142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1723
7143
  msgid "Read All"
7144
  msgstr "Označit vše jako přečtené"
7145
 
7146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1724
7147
  #, fuzzy
7148
  msgid "Mark as read selected bookings"
7149
  msgstr "Schválit vybranou rezervaci"
7150
 
7151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1728
7152
  msgid "Read"
7153
  msgstr "Označit jako přečtené"
7154
 
7155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1729
7156
  #, fuzzy
7157
  msgid "Mark as Unread selected bookings"
7158
  msgstr "Schválit vybranou rezervaci"
7159
 
7160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1733
7161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1945
7162
  msgid "Unread"
7163
  msgstr "Odznačit"
7164
 
7165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1776
7166
  msgid "Booking Data"
7167
  msgstr "Detaily o rezervaci"
7168
 
7169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
7170
  msgid "Booking Dates"
7171
  msgstr "Rezervace od-do"
7172
 
7173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1782
7174
  #, fuzzy
7175
  msgid "Show ALL dates of booking"
7176
  msgstr "Všechny termíny"
7177
 
7178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1787
7179
  msgid "Show only check in/out dates"
7180
  msgstr ""
7181
 
7182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1794
7183
  msgid "Nothing found!"
7184
  msgstr "Nic nenalezeno!"
7185
 
7186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1828
7187
  msgid "Resource not exist"
7188
  msgstr ""
7189
 
7190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1945
7191
  msgid "Mark"
7192
  msgstr ""
7193
 
7194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2012
7195
  #, fuzzy
7196
  msgid "Do you really want to delete this booking ?"
7197
  msgstr "Opravdu chcete vybranou rezervaci smazat?"
7198
 
7199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2065
7200
  msgid "Prev"
7201
  msgstr ""
7202
 
7203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2214
7204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2246
7205
  msgid "Show month"
7206
  msgstr "Ukázat měsíc"
7207
 
7208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2217
7209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2249
7210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:825
7211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:834
7212
  msgid "Month"
7213
  msgstr "měsíc"
7214
 
7215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
7216
  msgid "Show 3 months"
7217
  msgstr "Ukázat 3 měsíce"
7218
 
7219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
7220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:829
7221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:835
7222
  msgid "3 Months"
7223
  msgstr "3 měsíce"
7224
 
7225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
7226
  msgid "Show year"
7227
  msgstr "Ukázat rok"
7228
 
7229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2231
7230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2265
7231
  msgid "Calendar view mode"
7232
  msgstr "Režim zobrazení kalendáře"
7233
 
7234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2238
7235
  msgid "Show day"
7236
  msgstr "Ukázat den"
7237
 
7238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2241
7239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
7240
  msgid "Day"
7241
  msgstr "Den"
7242
 
7243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
7244
  msgid "Show week"
7245
  msgstr "Ukázat týden"
7246
 
7247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2245
7248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
7249
  msgid "Week"
7250
  msgstr "Týden"
7251
 
7252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2250
7253
  msgid "Show 2 months"
7254
  msgstr "Ukázat 2 měsíce"
7255
 
7256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2253
7257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:827
7258
  msgid "2 Months"
7259
  msgstr "2 měsíce"
7260
 
7261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2291
7262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2305
7263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2352
7264
  msgid "Previous 4 weeks"
7265
  msgstr "Předchozí 4 týdny"
7266
 
7267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2292
7268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2306
7269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2353
7270
  msgid "Previous week"
7271
  msgstr "Předchozí týden"
7272
 
7273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2293
7274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2307
7275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2354
7276
  msgid "Current week"
7277
  msgstr "Aktuální týden"
7278
 
7279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2294
7280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2308
7281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2355
7282
  msgid "Next week"
7283
  msgstr "Příští týden"
7284
 
7285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
7286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2309
7287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2356
7288
  msgid "Next 4 weeks"
7289
  msgstr "Příští 4 týdny"
7290
 
7291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2319
7292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2369
7293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2384
7294
  msgid "Previous 3 months"
7295
  msgstr "Předchozí 3 měsíce"
7296
 
7297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2320
7298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2370
7299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2385
7300
  msgid "Previous month"
7301
  msgstr "Předchozí měsíc"
7302
 
7303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2321
7304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2371
7305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2386
7306
  msgid "Current month"
7307
  msgstr "Aktuální měsíc"
7308
 
7309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2322
7310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2372
7311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2387
7312
  msgid "Next month"
7313
  msgstr "Příští měsíc"
7314
 
7315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2323
7316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2373
7317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2388
7318
  msgid "Next 3 months"
7319
  msgstr "Příští 3 měsíce"
7320
 
7321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2337
7322
  msgid "Previous 7 days"
7323
  msgstr "Předchozích 7 dní"
7324
 
7325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2338
7326
  msgid "Previous day"
7327
  msgstr "Předchozí den"
7328
 
7329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2339
7330
  msgid "Current day"
7331
  msgstr "Aktuální den"
7332
 
7333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2340
7334
  msgid "Next day"
7335
  msgstr "Příští den"
7336
 
7337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2341
7338
  msgid "Next 7 days"
7339
  msgstr "Příštích 7 dní"
7340
 
7341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2412
7342
  msgid "Calendar Navigation"
7343
  msgstr "Calendář - navigace"
7344
 
7446
  msgid "S"
7447
  msgstr "hodina/y"
7448
 
7449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:152
7450
  msgid "Booking Calendar"
7451
  msgstr "Rezervační kalendář"
7452
 
7453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:352
7454
  msgid "Statistic"
7455
  msgstr "Statistiky"
7456
 
7457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:356
7458
  msgid "New (unverified) booking(s)"
7459
  msgstr "Nové (neověřené) rezervace"
7460
 
7461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:360
7462
  msgid "Pending booking(s)"
7463
  msgstr "Čeká na rezervaci"
7464
 
7465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:366
7466
  msgid "Agenda"
7467
  msgstr "K vyřízení"
7468
 
7469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:370
7470
  msgid "New booking(s) made today"
7471
  msgstr "Nová rezervace (dnes)"
7472
 
7473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:374
7474
  msgid "Bookings for today"
7475
  msgstr "Rezervace za dnešek"
7476
 
7477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
7478
  msgid "Upgrade to higher versions"
7479
  msgstr "Upgrade na vyšší verzi"
7480
 
7481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
7482
  msgid "Commercial versions"
7483
  msgstr "Komerční verze"
7484
 
7485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
7486
  #, fuzzy
7487
  msgid "Upgrade now"
7488
  msgstr "Upgrade na vyšší verzi"
7489
 
7490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:402
 
7491
  msgid "Buy now"
7492
  msgstr ""
7493
 
7494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:404
7495
  msgid "Test online Demo of each version"
7496
  msgstr ""
7497
 
7498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:420
7499
  msgid "Current version"
7500
  msgstr "Aktuální verze pluginu"
7501
 
7502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
7503
  msgid "Version"
7504
  msgstr "Verze"
7505
 
7506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
7507
  #, fuzzy
7508
  msgid "Type"
7509
  msgstr "Možnost rezervace po dnech"
7510
 
7511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:432
7512
  msgid "Used for"
7513
  msgstr ""
7514
 
7515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:437
7516
  msgid "Release date"
7517
  msgstr "Datum vydání"
7518
 
7519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:444
7520
  msgid "Support"
7521
  msgstr "Podpora"
7522
 
7523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
7524
  msgid "Contact email"
7525
  msgstr "Kontaktní e-mail"
7526
 
7527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:453
7528
  msgid "Have a question"
7529
  msgstr "Máte dotaz"
7530
 
7531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
7532
  msgid "Rate this plugin (thanks:)"
7533
  msgstr "Ohodnoťte tento plugin"
7534
 
7535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:461
7536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:465
7537
  msgid "Explore Premium Features"
7538
  msgstr "Prozkoumat Prémiovou verzi"
7539
 
7540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:529
7541
  msgid "Warning !!!"
7542
  msgstr "Varování !!!"
7543
 
7544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:530
7545
  msgid "All booking data will be deleted when the plugin is deactivated."
7546
  msgstr "Deaktivujete-li plugin, budou všechny rezervační údaje vymazány."
7547
 
7548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:531
7549
  #, php-format
7550
  msgid ""
7551
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7554
  "Chcete-li uložit vaše data, zrušte zaškrtnutí %s\"Smazat rezervační údaje"
7555
  "\"%s na"
7556
 
7557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:532
7558
  #, fuzzy
7559
  msgid "settings page"
7560
  msgstr "nastavení"
7561
 
7562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:631
7563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:703
7564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2150
7565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1085
7566
  msgid "Settings"
7567
  msgstr "Nastavení"
7568
 
7569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:666
7570
  msgid "Booking"
7571
  msgstr "Rezervace"
7572
 
7573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:713
7574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2118
7575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1044
 
 
 
 
 
 
7576
  msgid "Bookings"
7577
  msgstr "Rezervace"
7578
 
7579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:740
7580
  #, fuzzy
7581
  msgid "Bookings listing"
7582
  msgstr "Seznam rezervací"
7583
 
7584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1118
7585
  msgid "Send email notification to customer about this operation"
7586
  msgstr "Poslat zákazníkovi o této operaci upozornění"
7587
 
7588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7589
  msgid "General"
7590
  msgstr "Základní"
7591
 
7592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1191
 
 
 
 
 
 
 
 
 
 
7593
  msgid "Fields"
7594
  msgstr "Formulářová pole"
7595
 
7596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1192
7597
  #, fuzzy
7598
  msgid "Fields Settings"
7599
+ msgstr "pole"
7600
 
7601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
7602
  #, fuzzy
7603
  msgid "Emails"
7604
  msgstr "Poslat e-mail"
7605
 
7606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7607
  #, fuzzy
7608
  msgid "Emails Settings"
7609
  msgstr "Poslat e-mail"
7610
 
7611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1203
 
 
 
 
 
7612
  msgid "Payments"
7613
  msgstr ""
7614
 
7615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
7616
  #, fuzzy
7617
  msgid "Payments Settings"
7618
  msgstr "nastavení"
7619
 
 
 
 
 
7620
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7621
  #, fuzzy
7622
  msgid "Search Settings"
7623
  msgstr "nastavení"
7624
 
7625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1214
 
 
 
 
 
7626
  #, fuzzy
7627
  msgid "Users Settings"
7628
  msgstr "nastavení"
7629
 
7630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
 
 
 
 
 
 
 
 
 
 
7631
  #, fuzzy
7632
  msgid "Features"
7633
  msgstr "Prozkoumat Prémiovou verzi"
7634
 
7635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7636
  msgid "Live Demos"
7637
  msgstr ""
7638
 
7639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7641
  #, fuzzy
7642
  msgid "Contact"
7643
  msgstr "Kontaktní e-mail"
7644
 
7645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1249
7646
  msgid "Buy"
7647
  msgstr ""
7648
 
7649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1528
7650
  msgid "Calendar is loading..."
7651
  msgstr "Nahrává se kalendář..."
7652
 
7653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1671
7654
  msgid ""
7655
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7656
  "booking hash."
7657
  msgstr ""
7658
 
7659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1800
7660
  #, php-format
7661
  msgid ""
7662
  "%sWarning! Booking calendar for this booking resource are already at the "
7663
  "page, please check more about this issue at %sthis page%s"
7664
  msgstr ""
7665
 
7666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1888
7667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:465
7668
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7669
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7670
  msgstr ""
7671
 
7672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1979
7673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1981
7674
  msgid "Wrong booking hash in URL. Probably hash is expired."
7675
  msgstr ""
7676
 
7677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1985
7678
  msgid "You do not set any parameters for booking editing"
7679
  msgstr ""
7680
 
7686
  msgstr ""
7687
  "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
7688
 
7689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2151
7690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2156
7691
+ msgid "New booking"
7692
+ msgstr "Nová rezervace"
7693
+
7694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2152
7695
  #, php-format
7696
  msgid ""
7697
  "You need to approve a new booking %s for: %s Person detail information:%s "
7701
  "Je třeba schválit novou rezervaci %s na: %s Nový objednávající:%s Nová "
7702
  "rezervace čeká na schválení. Potvrdit nebo zamítnout ji můžete%s %s"
7703
 
7704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2158
7705
+ #, php-format
7706
+ msgid ""
7707
+ "Your reservation %s for: %s is processing now! We will send confirmation by "
7708
+ "email. %sYou can edit this booking at this page: %s Thank you, %s"
7709
+ msgstr ""
7710
+
7711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2160
7712
+ #, php-format
7713
+ msgid ""
7714
+ "Your reservation %s for: %s is processing now! We will send confirmation by "
7715
+ "email. %s Thank you, %s"
7716
+ msgstr ""
7717
+
7718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2165
7719
  msgid "Your booking has been approved"
7720
  msgstr "Vaše rezervace byla potvrzena"
7721
 
7722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2167
7723
  #, php-format
7724
  msgid ""
7725
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
7726
  "this page: %s Thank you, %s"
7727
  msgstr ""
7728
 
7729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
7730
  #, php-format
7731
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7732
  msgstr "Vaše rezervace %s na %s byla potvrzena.%s Děkujeme, %s"
7733
 
7734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2171
7735
  msgid "Your booking has been declined"
7736
  msgstr "Vaše rezervace byla zamítnuta"
7737
 
7738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
7739
  #, php-format
7740
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7741
  msgstr "Vaše rezervace %s na %s byla odmítnuta.%s Děkujeme, %s"
7742
 
7743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
7744
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7745
  #, fuzzy
7746
  msgid "Booking form"
7747
  msgstr "Rezervační formulář"
7748
 
7749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2193
7750
  #, fuzzy
7751
  msgid "Available"
7752
  msgstr "Volné dny"
7753
 
7754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2197
7755
  msgid "Booked"
7756
  msgstr ""
7757
 
7758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2200
7759
  msgid "Partially booked"
7760
  msgstr ""
7761
 
7762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2932
7763
  msgid "Technical support section"
7764
  msgstr "Technická část podpory"
7765
 
7766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2936
7767
  msgid "Reindex booking data"
7768
  msgstr "Reindexace rezervačních údajů"
7769
 
7770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2938
7771
  #, fuzzy
7772
  msgid "Reindex"
7773
  msgstr "Reindexace rezervačních údajů"
7774
 
7775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2944
7776
  msgid ""
7777
  " Click, if you want to reindex booking data by booking dates sort field "
7778
  "(Your installation/update of the plugin must be successful)."
7780
  "Klepněte na tlačítko, chcete-li Reindexovat rezervační údaje (instalace/"
7781
  "aktualizace pluginu musí být úspěšná)."
7782
 
7783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2989
7784
  #, php-format
7785
  msgid "%s Found %s not indexed bookings %s"
7786
  msgstr ""
7787
 
7788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3004
7789
  #, php-format
7790
  msgid "%s Finish getting sort dates. %s"
7791
  msgstr ""
7792
 
7793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3013
7794
  #, fuzzy, php-format
7795
  msgid "Updated booking: %s"
7796
  msgstr "Nové (neověřené) rezervace"
7797
 
7798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:320
7799
  msgid "no"
7800
  msgstr ""
7801
 
7802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1470
7803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1481
7804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1533
7805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1544
7806
+ #, fuzzy
7807
+ msgid "Booking system"
7808
+ msgstr "Rezervace"
7809
+
7810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2258
7811
  msgid "Warning! Some error occur, during sending registration request."
7812
  msgstr ""
7813
 
7814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2263
7815
  msgid ""
7816
  "Please refresh this page and if the same error appear again contact support "
7817
  "by email (with info about order number and website) for finishing the "
7818
  "registrations"
7819
  msgstr ""
7820
 
7821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2323
7822
  #, fuzzy
7823
  msgid "version"
7824
  msgstr "Verze"
7825
 
7826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:2325
7827
  #, php-format
7828
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7829
  msgstr ""
7830
 
 
 
 
 
 
7831
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
7832
  #, fuzzy
7833
  msgid "Visible months"
7854
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7855
  msgstr ""
7856
 
7857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:35
7858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:349
7859
  msgid "Main"
7860
  msgstr "Hlavní"
7861
 
7862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:41
7863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7864
+ msgid "Form"
7865
+ msgstr "Formulář"
7866
 
7867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:53
7868
+ #, fuzzy
7869
+ msgid "Auto cancellation / approval"
7870
+ msgstr "Automatické vyplňování"
7871
+
7872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:65
7873
+ msgid "Menu access"
7874
+ msgstr ""
7875
+
7876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:68
7877
+ #, fuzzy
7878
+ msgid "Uninstall"
7879
+ msgstr "Odinstalovat / deaktivovat"
7880
+
7881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:71
7882
+ #, fuzzy
7883
+ msgid "Technical"
7884
+ msgstr "Technická podpora"
7885
+
7886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:365
7887
  msgid "Show / hide hints"
7888
  msgstr "Ukázat/skrýt nápovědu"
7889
 
7890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:371
7891
  msgid "Check this box if you want to show help hints on the admin panel."
7892
  msgstr ""
7893
  "Zaškrtněte toto políčko, pokud chcete zobrazovat nápovědy v tomto panelu."
7894
 
7895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:384
7896
  #, fuzzy
7897
  msgid "Show advanced settings of JavaScript loading"
7898
  msgstr "Rozbalit pokročilá nastavení"
7899
 
7900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:385
7901
  #, fuzzy
7902
  msgid "Hide advanced settings of JavaScript loading"
7903
  msgstr "Skrýt pokročilá nastavení"
7904
 
7905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:395
7906
  msgid "Disable Bootstrap loading on Front-End"
7907
  msgstr ""
7908
 
7909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:401
7910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:416
7911
  msgid ""
7912
  "You are need to be sure what you are doing. You are disable of loading some "
7913
  "JavaScripts Do you really want to do this?"
7914
  msgstr ""
7915
 
7916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:403
7917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:418
7918
  msgid ""
7919
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
7920
  "can disable loading of this script by this plugin."
7921
  msgstr ""
7922
 
7923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
7924
  msgid "Disable Bootstrap loading on Back-End"
7925
  msgstr ""
7926
 
7927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
7928
  #, fuzzy
7929
  msgid "Show settings of powered by notice"
7930
  msgstr "Rozbalit pokročilá nastavení"
7931
 
7932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
7933
  #, fuzzy
7934
  msgid "Hide settings of powered by notice"
7935
  msgstr "Skrýt pokročilá nastavení"
7936
 
7937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:445
7938
  msgid "Powered by notice"
7939
  msgstr ""
7940
 
7941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:450
7942
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
7943
  msgstr ""
7944
 
7945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:460
7946
+ #, fuzzy
7947
+ msgid "Help and info notices"
7948
+ msgstr "Nápověda"
7949
 
7950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:466
7951
+ msgid " Turn On/Off version notice and help info links at booking admin panel."
7952
  msgstr ""
7953
 
7954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:487
7955
  msgid "Calendar Skin"
7956
  msgstr "Vzhled kalendáře"
7957
 
7958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:498
7959
  msgid "Select the skin of the booking calendar"
7960
  msgstr "Vyberte vzhled kalendáře"
7961
 
7962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:503
7963
  msgid "Number of months"
7964
  msgstr "Počet měsíců"
7965
 
7966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:508
7967
  msgid "month(s)"
7968
  msgstr "měsíc(ů)"
7969
 
7970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:513
7971
  msgid "year(s)"
7972
  msgstr "rok(ů)"
7973
 
7974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:516
7975
  msgid "Select the maximum number of months to show (scroll)"
7976
  msgstr "Zobrazí počet měsíců / roků v přehledu"
7977
 
7978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:521
7979
  msgid "Start Day of the week"
7980
  msgstr "První den v týdnu"
7981
 
7982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:532
7983
  msgid "Select your start day of the week"
7984
  msgstr "Vyberte první pracovní den vašeho týdne"
7985
 
7986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:539
7987
  msgid "Unavailable days from today"
7988
  msgstr "Nedostupné dny ode dneška"
7989
 
7990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:546
7991
  msgid "Select number of unavailable days in calendar start from today."
7992
  msgstr "Počet nedostupných dnů v kalendáři ode dneška."
7993
 
7994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:552
7995
  msgid "Unavailable week days"
7996
  msgstr "Nedostupné dny v týdnu"
7997
 
7998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:582
7999
  msgid ""
8000
  "Check unavailable days in calendars. This option will overwrite all other "
8001
  "settings."
8003
  "Zaškrtněte nedostupné dny v kalendáři. Tato volba přepíše všechna ostatní "
8004
  "nastavení."
8005
 
8006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:589
8007
+ msgid "Allow multiple bookings per same day"
8008
+ msgstr ""
8009
+
8010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:596
8011
+ msgid ""
8012
+ "You allow unlimited number of bookings per same dates, its can be a reason "
8013
+ "of double bookings on the same date. Do you really want to do this?"
8014
+ msgstr ""
8015
+
8016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:598
8017
+ #, php-format
8018
+ msgid ""
8019
+ "Check this box, if you want to %sset any days as available%s in calendar. "
8020
+ "Your visitors will be able to make %sunlimited bookings per same date(s) in "
8021
+ "calendar and do not see any booked date(s)%s of other visitors."
8022
+ msgstr ""
8023
+
8024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:609
8025
  msgid "Type of days selection in calendar"
8026
  msgstr "Možnost rezervace po dnech"
8027
 
8028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:625
8029
  msgid "Single day"
8030
  msgstr "Vybrat pouze jeden den"
8031
 
8032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
8033
  msgid "Multiple days"
8034
  msgstr "Možnost vybírat více dnů"
8035
 
8036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:646
8037
  msgid "Range days"
8038
  msgstr "Rozsah dnů"
8039
 
8040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
 
 
 
 
8041
  msgid "Check the box to activate CAPTCHA inside the booking form."
8042
  msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
8043
 
8044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
8045
  msgid "Auto-fill fields"
8046
  msgstr "Automatické vyplňování"
8047
 
8048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:696
8049
  msgid "Check the box to activate auto-fill form fields for logged in users."
8050
  msgstr ""
8051
  "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
8052
  "přihlášené uživatele."
8053
 
8054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:703
8055
  msgid "Use CSS BootStrap"
8056
  msgstr "Používejte CSS BootStrap"
8057
 
8058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:708
8059
  msgid "Using BootStrap CSS for the form fields"
8060
  msgstr ""
8061
 
8062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:711
8063
  msgid ""
8064
  "You must not deactivate loading BootStrap files at main section of these "
8065
  "settings!"
8067
  "Nesmíte deaktivovat načítání Bootstrap souborů v hlavní části těchto "
8068
  "nastavení!"
8069
 
8070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
8071
  msgid "Action after booking is done"
8072
  msgstr "Akce po zarezervování"
8073
 
8074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:736
8075
  msgid "Show \"Thank You\" message"
8076
  msgstr "Zobrazit zprávu"
8077
 
8078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:743
8079
  msgid "Redirect visitor to a new \"Thank You\" page"
8080
  msgstr "Přesměrovat návštěvníka na novou stránku"
8081
 
8082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:747
8083
  msgid "This action will have no effect, if the payment form(s) is active!"
8084
  msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
8085
 
8086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:756
8087
  msgid "Message title"
8088
  msgstr "Zobrazit zprávu"
8089
 
8090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:759
8091
  #, php-format
8092
  msgid "Type title of message %safter booking has done by user%s"
8093
  msgstr "Vložte text zprávy %spo úspěšném zarezervování uživatele%s"
8094
 
8095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:764
8096
  msgid "Time of message showing"
8097
  msgstr "Doba zobrazení zprávy"
8098
 
8099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:767
8100
  msgid "Set duration of time (milliseconds) to show this message"
8101
  msgstr "Nastavte délku času zobrazení v milisekundách"
8102
 
8103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:774
8104
  msgid "URL of \"thank you\" page"
8105
  msgstr "Adresa stránky"
8106
 
8107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:779
8108
  #, php-format
8109
  msgid "Type URL of %s\"Thank You\" page%s"
8110
  msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
8111
 
8112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:794
8113
  msgid "Listing of bookings"
8114
  msgstr "Seznam rezervací"
8115
 
8116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:797
8117
  msgid "Default booking admin page"
8118
  msgstr "Výchozí režim zobrazení"
8119
 
8120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:800
8121
  msgid "Bookings Listing"
8122
  msgstr "Seznam rezervací"
8123
 
8124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
8125
  msgid "Select your default view mode of bookings at the booking listing page"
8126
  msgstr "Vyberte výchozí režim zobrazení pro rezervace na stránce rezervací"
8127
 
8128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
8129
  msgid "Default calendar view mode"
8130
  msgstr "Výchozí režim zobrazení kalendáře"
8131
 
8132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:870
8133
  msgid ""
8134
  "Select your default calendar view mode at booking calendar overview page"
8135
  msgstr "Vyberte výchozí režim zobrazení kalendáře"
8136
 
8137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:880
8138
  msgid "Default toolbar tab"
8139
  msgstr "Výchozí režim zobrazení karty"
8140
 
8141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:882
8142
  msgid "Filter tab"
8143
  msgstr "filtry"
8144
 
8145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:883
8146
  msgid "Actions tab"
8147
  msgstr "akce"
8148
 
8149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:890
8150
  msgid "Select your default opened tab in toolbar at booking listing page"
8151
  msgstr "Vyberte výchozí nastavení otevření karty"
8152
 
8153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:895
8154
  msgid "Bookings number per page"
8155
  msgstr "Počet rezervací na stránce"
8156
 
8157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:904
8158
  msgid "Select number of bookings per page in booking listing"
8159
  msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
8160
 
8161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:910
8162
  msgid "Bookings default order"
8163
  msgstr "Výchozí řazení rezervací"
8164
 
8165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
8166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
8167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:925
8168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
8169
  msgid "ASC"
8170
  msgstr "vzestupně"
8171
 
8172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:914
8173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:916
8174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:926
8175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:931
8176
  msgid "DESC"
8177
  msgstr "sestupně"
8178
 
8179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:939
8180
  msgid "Select your default order of bookings in the booking listing"
8181
  msgstr "Vyberte jak se budou rezervace řadit"
8182
 
8183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:946
8184
  msgid "Date Format"
8185
  msgstr "Formát data"
8186
 
8187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
8188
  msgid "F j, Y"
8189
  msgstr ""
8190
 
8191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:972
8192
  #, php-format
8193
  msgid ""
8194
  "Type your date format for emails and the booking table. %sDocumentation on "
8197
  "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
8198
  "na formátování%s"
8199
 
8200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:980
8201
  msgid "Dates view"
8202
  msgstr "Zobrazení dní"
8203
 
8204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:983
8205
  msgid "Short days view"
8206
  msgstr "Krátké názvy dnů"
8207
 
8208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:984
8209
  msgid "Wide days view"
8210
  msgstr "Celé názvy dnů"
8211
 
8212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:986
8213
  msgid "Select the default view for dates on the booking tables"
8214
  msgstr "Vyberte výchozí zobrazování dnů"
8215
 
8216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1011
8217
  msgid "Information"
8218
  msgstr "Informace"
8219
 
8220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1021
8221
  msgid "Recommended WordPress Plugins"
8222
  msgstr ""
8223
 
8224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1023
8225
  msgid "Booking Manager - show all old bookings"
8226
  msgstr ""
8227
 
8228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1026
8229
  #, php-format
8230
  msgid ""
8231
  "This wordpress plugin is %sshow all approved and pending bookings from past"
8233
  "%sexport to CSV, print layout, advanced filter%s. "
8234
  msgstr ""
8235
 
8236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1040
8237
  msgid "User permissions for plugin menu pages"
8238
  msgstr "Nastavení oprávnění k editaci pluginu"
8239
 
8240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1100
8241
  msgid "Select user access level for the menu pages of plugin"
8242
  msgstr "Zvolte úroveň přístupu uživatelů k menu pluginu"
8243
 
8244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1110
8245
  msgid "Uninstall / deactivation"
8246
  msgstr "Odinstalovat / deaktivovat"
8247
 
8248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1114
8249
  msgid "Delete booking data, when plugin deactivated"
8250
  msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
8251
 
8252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1119
8253
  msgid ""
8254
  "If you check this option, all booking data will be deleted when you "
8255
  "uninstall this plugin. Do you really want to do this?"
8257
  "Pokud zaškrtnete tuto volbu, budou při odinstalaci pluginu všechny "
8258
  "rezervační údaje smazány. Opravdu to chcete udělat?"
8259
 
8260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1121
8261
  msgid ""
8262
  "Check this box to delete all booking data when you uninstal this plugin."
8263
  msgstr ""
8264
  "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
8265
  "pluginu odstraněny."
8266
 
8267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1256
8268
  msgid "Show legend below calendar"
8269
  msgstr "Zobrazit legendu pod kalendářem"
8270
 
8271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1264
8272
  msgid "Check this box to display a legend of dates below the booking calendar."
8273
  msgstr "Zaškrtnutím tohoto políčka zobrazíte legendu rezervací pod kalendáře."
8274
 
8275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1274
8276
  msgid "Available item"
8277
  msgstr "Volné dny"
8278
 
8279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1280
8280
  #, php-format
8281
  msgid "Activate and type your %stitle of available%s item in legend"
8282
  msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
8283
 
8284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1286
8285
  msgid "Pending item"
8286
  msgstr "Čekající na potvrzení"
8287
 
8288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1292
8289
  #, php-format
8290
  msgid "Activate and type your %stitle of pending%s item in legend"
8291
  msgstr "Aktivujte a pojmenujte %snázev nepotvrzených%s dnů"
8292
 
8293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1298
8294
  msgid "Approved item"
8295
  msgstr "Schválené dny"
8296
 
8297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1304
8298
  #, php-format
8299
  msgid "Activate and type your %stitle of approved%s item in legend"
8300
  msgstr "Aktivujte a pojmenujte %snázev schválených%s dnů"
8301
 
8302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1310
8303
  #, fuzzy
8304
  msgid "Partially booked item"
8305
  msgstr "Volné dny"
8306
 
8307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1316
8308
  #, fuzzy, php-format
8309
  msgid "Activate and type your %stitle of partially booked%s item in legend"
8310
  msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
8311
 
8312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1317
8313
  msgid ""
8314
  "Partially booked item - day, which is booked for the specific time-slot(s)."
8315
  msgstr ""
8316
 
8317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1341
8318
  msgid "Form fields labels"
8319
  msgstr "Popisky formulářových polí"
8320
 
8321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1363
8322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1406
8323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1494
8324
  msgid "Field Label"
8325
  msgstr "Formulářové pole"
8326
 
8327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1380
8328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1423
8329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1468
8330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1511
8331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1554
8332
  msgid "Required"
8333
  msgstr "Vyžadováno"
8334
 
8335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1383
8336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1426
8337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1514
8338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1557
8339
  msgid "Activate or deactivate field and change the label title"
8340
  msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
8341
 
8342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1451
8343
  msgid "Email Label"
8344
  msgstr "Pole pro E-mail"
8345
 
8346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1471
8347
  msgid ""
8348
  "Change the label title of this field. Email is obligatory field in booking "
8349
  "form."
8350
  msgstr "Změnit název popisku. E-mail je povinnou položkou."
8351
 
8352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1537
8353
  msgid "Textarea Label"
8354
  msgstr "Pole pro Zprávu"
8355
 
8356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1819
8357
+ #, php-format
8358
+ msgid ""
8359
+ "For example: \"You have a new reservation %s on the following date(s): %s "
8360
+ "Contact information: %s You can approve or cancel this booking at: %s Thank "
8361
+ "you, Reservation service.\""
8362
+ msgstr ""
8363
+
8364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1880
8365
+ #, php-format
8366
+ msgid ""
8367
+ "For example: \"Your reservation %s on these date(s): %s is processing now! "
8368
+ "We will send confirmation by email. %s Thank you, Reservation service.\""
8369
+ msgstr ""
8370
+
8371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1954
8372
+ #, php-format
8373
+ msgid ""
8374
+ "For example: \"Your reservation %s on these date(s): %s has been approved.%s "
8375
+ "Thank you, Reservation service.\""
8376
+ msgstr ""
8377
+
8378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2067
8379
+ msgid ""
8380
+ "You can use (in subject and content of email template) any shortcodes, which "
8381
+ "you used in the booking form. Use the shortcodes in the same way as you used "
8382
+ "them in the content form at Settings Fields page."
8383
+ msgstr ""
8384
+
8385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2069
8386
+ msgid "In addition you can use these shortcodes"
8387
+ msgstr ""
8388
+
8389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2071
8390
+ msgid "You can use in content of email template these shortcodes"
8391
+ msgstr ""
8392
+
8393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2075
8394
+ #, fuzzy, php-format
8395
+ msgid "%s - inserting data info about the booking"
8396
+ msgstr "Nové (neověřené) rezervace"
8397
+
8398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2077
8399
+ #, php-format
8400
+ msgid ""
8401
+ "%s - inserting data info about the booking, which you configured in the "
8402
+ "content form at Settings Fields page"
8403
+ msgstr ""
8404
+
8405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2079
8406
+ #, fuzzy, php-format
8407
+ msgid "%s - inserting ID of booking "
8408
+ msgstr "Nové (neověřené) rezervace"
8409
+
8410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2081
8411
+ #, php-format
8412
+ msgid "%s or %s - inserting the title of the booking resource "
8413
+ msgstr ""
8414
+
8415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2083
8416
+ #, fuzzy, php-format
8417
+ msgid "%s - inserting the cost of booking "
8418
+ msgstr "Nové (neověřené) rezervace"
8419
+
8420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2087
8421
+ #, fuzzy, php-format
8422
+ msgid "%s - inserting the dates of booking"
8423
+ msgstr "Rezervace od-do"
8424
+
8425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2089
8426
+ #, php-format
8427
+ msgid "%s - inserting check-in date (first day of reservation),"
8428
+ msgstr ""
8429
+
8430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2091
8431
+ #, php-format
8432
+ msgid "%s - inserting check-out date (last day of reservation),"
8433
+ msgstr ""
8434
+
8435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2093
8436
+ #, php-format
8437
+ msgid "%s - inserting the number of booking dates "
8438
+ msgstr ""
8439
+
8440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2097
8441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2105
8442
+ #, php-format
8443
+ msgid "%s - inserting your site URL "
8444
+ msgstr ""
8445
+
8446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2098
8447
+ #, php-format
8448
+ msgid "%s - inserting IP address of the user who made this action "
8449
+ msgstr ""
8450
+
8451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2099
8452
+ #, php-format
8453
+ msgid ""
8454
+ "%s - inserting contents of the User-Agent: header from the current request, "
8455
+ "if there is one "
8456
+ msgstr ""
8457
+
8458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2100
8459
+ #, php-format
8460
+ msgid ""
8461
+ "%s - inserting address of the page (if any), where visitor make this action "
8462
+ msgstr ""
8463
+
8464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2101
8465
+ #, fuzzy, php-format
8466
+ msgid "%s - inserting date of this action "
8467
+ msgstr "Rezervace od-do"
8468
+
8469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2102
8470
+ #, fuzzy, php-format
8471
+ msgid "%s - inserting time of this action "
8472
+ msgstr "Nové (neověřené) rezervace"
8473
+
8474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2109
8475
+ #, php-format
8476
+ msgid "%s - inserting moderate link of new booking "
8477
+ msgstr ""
8478
+
8479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2113
8480
+ #, php-format
8481
+ msgid ""
8482
+ "%s - inserting link to the page where visitor can edit the reservation, "
8483
+ "(possible to use the %s parameter for setting different %s of this page. "
8484
+ "Example: %s )"
8485
+ msgstr ""
8486
+
8487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2115
8488
+ #, php-format
8489
+ msgid ""
8490
+ "%s - inserting link to the page where visitor can cancel the reservation, "
8491
+ "(possible to use the %s parameter for setting different %s of this page. "
8492
+ "Example: %s )"
8493
+ msgstr ""
8494
+
8495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2117
8496
+ #, php-format
8497
+ msgid ""
8498
+ "%s - inserting link to payment page where visitor can pay for the "
8499
+ "reservation (possible to use the %s parameter for setting different %s of "
8500
+ "this page. Example: %s )"
8501
+ msgstr ""
8502
+
8503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2121
8504
+ #, php-format
8505
+ msgid ""
8506
+ "%s - add the reason for booking payment, you can enter it before sending "
8507
+ "email, "
8508
+ msgstr ""
8509
+
8510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2125
8511
+ #, php-format
8512
+ msgid ""
8513
+ "%s - add the reason booking was cancelled, you can enter it before sending "
8514
+ "email, "
8515
+ msgstr ""
8516
+
8517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2128
8518
+ #, php-format
8519
+ msgid "Also you can use any HTML tags like this %s - to insert new line "
8520
+ msgstr ""
8521
+
8522
+ #~ msgid "settings"
8523
+ #~ msgstr "nastavení"
8524
+
8525
+ #, fuzzy
8526
+ #~ msgid "Booking settings customization"
8527
+ #~ msgstr "nastavení"
8528
+
8529
+ #, fuzzy
8530
+ #~ msgid "Customization of email templates"
8531
+ #~ msgstr "E-mail"
8532
+
8533
+ #, fuzzy
8534
+ #~ msgid "Customization of search form"
8535
+ #~ msgstr "Formulář"
8536
+
8537
+ #, fuzzy
8538
+ #~ msgid "Manage users settings"
8539
+ #~ msgstr "nastavení"
8540
+
8541
+ #, fuzzy
8542
+ #~ msgid "Upgrade to higher versions."
8543
+ #~ msgstr "Upgrade na vyšší verzi"
8544
+
8545
+ #~ msgid "Admin email"
8546
+ #~ msgstr "E-mail/y administrátora"
8547
+
8548
  #~ msgid "Number of visitors"
8549
  #~ msgstr "Počet návštěvníků"
8550
 
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-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"
@@ -13,23 +13,25 @@ msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.6.4\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
 
@@ -40,70 +42,70 @@ 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
 
@@ -113,13 +115,13 @@ 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
 
@@ -129,21 +131,21 @@ 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
 
@@ -163,31 +165,31 @@ msgstr "kupon"
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,183 +200,200 @@ 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: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,14 +402,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: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,7 +423,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:3074
408
  #, php-format
409
  msgid ""
410
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -418,12 +437,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: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,22 +451,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: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,11 +478,12 @@ 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: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,7 +492,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: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
@@ -493,15 +513,16 @@ msgstr ""
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,17 +534,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: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,7 +556,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:3204
539
  #, fuzzy
540
  msgid ""
541
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -548,7 +569,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:3206
552
  #, fuzzy, php-format
553
  msgid ""
554
  "Be sure to match the maximum number of visitors for %sall booking resources"
@@ -560,31 +581,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: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,7 +617,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: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,16 +625,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: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,7 +643,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:3371
626
  #, fuzzy
627
  msgid ""
628
  "Use \"Check Out\" date as available in calendar for booking resources with "
@@ -631,391 +652,400 @@ 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: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,7 +1053,7 @@ msgstr ""
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,79 +1061,80 @@ msgstr ""
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,46 +1144,46 @@ msgid "night(s)"
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"
@@ -1160,10 +1191,10 @@ msgstr "Ekstra omkostning i %s per 1 dag"
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
 
@@ -1174,19 +1205,19 @@ 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
 
@@ -1217,8 +1248,8 @@ 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
 
@@ -1227,16 +1258,15 @@ 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
 
@@ -1254,7 +1284,7 @@ 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
 
@@ -1266,7 +1296,7 @@ msgstr "Standard booking ressourceomkostning"
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,12 +1305,12 @@ msgstr ""
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,12 +1319,12 @@ msgstr ""
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,35 +1333,35 @@ msgstr ""
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,19 +1369,19 @@ msgstr ""
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
@@ -1359,42 +1389,42 @@ msgstr "Værdiansættelsesdage"
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,47 +1433,47 @@ msgstr ""
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
@@ -1451,35 +1481,40 @@ msgstr "Filternavn"
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,12 +1524,12 @@ msgstr ""
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,62 +1537,62 @@ 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,43 +1601,44 @@ msgstr ""
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,47 +1646,48 @@ 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
@@ -1658,36 +1695,44 @@ msgstr "dag"
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
@@ -1696,75 +1741,80 @@ msgstr "Tilsammen"
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,7 +1823,7 @@ msgstr ""
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,114 +1831,114 @@ msgstr ""
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\pl
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-09-28 09:57+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
+ "X-Generator: Poedit 1.6.9\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:254
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:258
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
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/wpbc-gcal-class.php:566
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:597
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1532
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1592
32
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
33
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
34
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:916
35
  msgid "Dates"
36
  msgstr "Datoer"
37
 
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:108
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
 
47
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3828
49
  msgid "First Name (required)"
50
  msgstr "Fornavn (skal udfyldes)"
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:109
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
 
56
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3829
58
  msgid "Last Name (required)"
59
  msgstr "Efternavn (skal udfyldes)"
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:110
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
 
65
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3830
67
  msgid "Email (required)"
68
  msgstr "Email (skal udfyldes)"
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:111
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1402
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:3799
 
76
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3831
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3862
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
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:112
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
88
  msgid "Address (required)"
89
  msgstr "Adresse (skal udfyldes)"
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:113
94
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
95
  msgid "City (required)"
96
  msgstr "By (skal udfyldes)"
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:114
101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
102
  msgid "Post code (required)"
103
  msgstr "Postummer (skal udfyldes)"
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:115
108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
109
  msgid "Country (required)"
110
  msgstr "Land (skal udfyldes)"
111
 
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:117
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3801
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
125
  msgid "Details"
126
  msgstr "Detaljer"
127
 
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:118
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
138
  msgid "I Accept term and conditions"
139
  msgstr "Jeg Accepterer udtryk og betingelser"
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:120
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2754
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1620
149
  msgid "Send"
150
  msgstr "Send"
151
 
165
  msgid "discount"
166
  msgstr "rabat"
167
 
168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:731
169
  msgid "Nothing found"
170
  msgstr "Ingenting fundet"
171
 
172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:732
173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:218
174
  msgid "Search results"
175
  msgstr "Søgeresultater"
176
 
177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:856
178
  msgid "Book now"
179
  msgstr "Book nu"
180
 
181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:954
182
  msgid "Please select check-in and check-out days!"
183
  msgstr "Vælg venligst indcheckning og checkout dage!"
184
 
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1154
186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1167
187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:139
188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1208
189
  msgid "Search"
190
  msgstr "Søg"
191
 
192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2079
193
  #, php-format
194
  msgid ""
195
  "Sorry, the reservation was not made because these days are already booked!!! "
200
  "blevet booket!!! %s (Det er ikke muligt at oplagre denne sekvens af datoerne "
201
  "i den ressource.) %s Venligst %sgenindlæs%s siden og forsøg med andre dage."
202
 
203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2590
204
  #, php-format
205
  msgid "The folowing pending booking(s): %s deleted."
206
  msgstr "Følgende uafklarrede resevering(er): %s er slettet."
207
 
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2630
209
  msgid "Maximum available booking resource items"
210
  msgstr "Maksimale disponible reserveringsressourcepunkter"
211
 
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2869
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3468
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:851
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1343
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1986
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2112
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
225
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
226
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
227
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:85
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3277
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3404
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3477
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3554
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3714
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3743
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:74
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:307
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:327
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:345
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:411
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2931
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:482
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:670
246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:793
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1010
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1020
249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1039
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1109
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1340
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1765
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1833
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1893
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1968
256
  msgid "Click to toggle"
257
  msgstr "Klik for at (slå) til/fra"
258
 
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2870
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
261
  msgid "Booking resources management"
262
  msgstr "Reserveringsressourcerhåndtering"
263
 
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2875
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3579
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4122
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4143
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4607
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:211
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:253
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:257
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:372
275
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
276
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1263
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1300
279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:76
281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:93
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:563
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:581
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1588
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1591
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1966
287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:914
289
  msgid "ID"
290
  msgstr "ID"
291
 
292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3993
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4608
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1317
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpbc-br-table-for-settings.php:77
298
  msgid "Resource name"
299
  msgstr "Ressourcenavn"
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
303
  msgid "Number of resource items inside of parent resource"
304
  msgstr "Antal ressourcepunkter indenfor forælderressource"
305
 
306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3938
308
  msgid "Capacity"
309
  msgstr "Kapacitet"
310
 
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2880
312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2984
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3939
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4065
315
  msgid "Parent"
316
  msgstr "Forælder"
317
 
318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2881
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2991
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3940
321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4075
322
  msgid "Priority"
323
  msgstr "Prioritet"
324
 
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
327
  msgid "Maximum number of visitors for resource"
328
  msgstr "Maksimumtal af gæster for ressource"
329
 
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1777
333
  msgid "Max"
334
  msgstr "Max"
335
 
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2883
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3942
338
  msgid "visitors"
339
  msgstr "gæster"
340
 
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2885
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3944
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4125
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1390
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1775
348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1790
349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2148
350
  msgid "Actions"
351
  msgstr "Handlinger"
352
 
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2963
354
  msgid "Add"
355
  msgstr "Tilføj"
356
 
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
358
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4152
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4155
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4591
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2013
365
  msgid "Delete"
366
  msgstr "Slet"
367
 
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2982
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:564
370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal-class.php:583
371
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
372
  msgid "Title"
373
  msgstr "Titel"
374
 
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2999
376
  msgid "Add new resource"
377
  msgstr "Tilføj ny ressource"
378
 
379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3006
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3145
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3566
382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3815
383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
384
  msgid "Save"
385
  msgstr "Gem"
386
 
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3048
388
  msgid "Advanced Settings"
389
  msgstr "Avancerede Indstillinger"
390
 
391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3187
393
  msgid "Set capacity based on number of visitors"
394
  msgstr "Sæt kapacitet baseret på antal gæster"
395
 
396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3069
397
  #, fuzzy, php-format
398
  msgid ""
399
  "Check this box if you want total availability (daily capacity) to depend on "
402
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
403
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
404
 
405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1428
408
  #, php-format
409
  msgid "Please read more info about configuration of this parameter %shere%s"
410
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
411
 
412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3084
413
  #, php-format
414
  msgid ""
415
  "Add tooltip on calendar(s) to show availability based on the number of "
423
  "reserveringsressource%s med antallet af gæster præciseret på booking "
424
  "formularen."
425
 
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
427
  #, php-format
428
  msgid ""
429
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
437
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
438
  "på booking formularen."
439
 
440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3107
441
  msgid "Show availability"
442
  msgstr "Vis tilgængelighed"
443
 
444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3114
445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3336
446
  msgid ""
447
  "Check this box to display the available number of booking resources with a "
448
  "tooltip, when mouse hovers over each day on the calendar(s)."
451
  "reservering ressourcer med et tip, når musen bevæges over hver dag på "
452
  "kalender(er)."
453
 
454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
455
  msgid "Availability description"
456
  msgstr "Tilgængelighedsbeskrivelse"
457
 
458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3124
459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3347
460
  #, php-format
461
  msgid "Type your %savailability%s description"
462
  msgstr "Indtast din %stilgængeligheds%s beskrivelse"
463
 
464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3234
466
  msgid "Disable bookings in different booking resources"
467
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
468
 
469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
470
  #, fuzzy
471
  msgid ""
472
  "Check this box to dissable reservations, which can be stored in different "
478
  "reservationen kun tilladt, hvis alle dage af reservationer er ved samme "
479
  "bookende ressource, ellers vil fejlbeskeden blive vist."
480
 
481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3180
482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:58
483
  msgid "Advanced"
484
  msgstr "Avanceret"
485
 
486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
487
  #, fuzzy
488
  msgid ""
489
  "Check this box if you want total availability (daily capacity) to depend on "
492
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
493
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
494
 
495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
496
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
513
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
514
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
515
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:311
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:294
517
  msgid "Important!"
518
  msgstr "Vigtigt!"
519
 
520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3208
521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:612
522
  msgid "Type of days selection"
523
  msgstr "Type af dageudvælgelse"
524
 
525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3213
526
  #, fuzzy
527
  msgid ""
528
  "Add tooltip on calendar(s) to show availability based on the number of "
534
  "reserveringsressource%s med antallet af gæster præciseret på booking "
535
  "formularen."
536
 
537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4462
541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:711
542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:747
543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1317
544
  msgid "Note"
545
  msgstr "Note"
546
 
547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
548
  #, fuzzy, php-format
549
  msgid ""
550
  "Be sure to match the maximum number of visitors for the %sone booking "
556
  "reserveringsressource%s med antallet af gæster præciseret på booking "
557
  "formularen."
558
 
559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
560
  #, fuzzy
561
  msgid ""
562
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
569
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
570
  "på booking formularen."
571
 
572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
573
  #, fuzzy, php-format
574
  msgid ""
575
  "Be sure to match the maximum number of visitors for %sall booking resources"
581
  "reserveringsressource%s med antallet af gæster præciseret på booking "
582
  "formularen."
583
 
584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3239
585
  #, fuzzy
586
  msgid ""
587
  "Check this box to dissable reservations, which can be stored in different "
588
  "booking resources."
589
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
590
 
591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
592
  msgid ""
593
  "When checked, all reserved days must be at same booking resource otherwise "
594
  "error message will show."
595
  msgstr ""
596
 
597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3271
598
  msgid "Use pending days as available"
599
  msgstr "Benyt uafklarede dage som disponibel"
600
 
601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3280
602
  msgid ""
603
  "Check this box if you want to show the pending days as available in calendars"
604
  msgstr ""
605
  "Marker (sæt kryds i denne boks) hvis du vil vise de uafklarede dage som "
606
  "disponibel i kalenderen"
607
 
608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3297
609
  msgid ""
610
  "Warning!!! After you approved the specific booking(s), all your pending "
611
  "bookings of the same booking resource as an approved booking for the dates, "
617
  "godkendt reservering for datoerne, hvilke er skæring med datoer af godkendt "
618
  "reservering, vil automatisk blive annulleret!"
619
 
620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3299
621
  msgid ""
622
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
623
  "is approved for these date(s)"
625
  "Auto anuller alle uafklarede reserveringer for den specifikke dato(er), hvis "
626
  "en eller anden reservering er godkendt fordi disse dato(er)"
627
 
628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
629
  msgid "Show availability in tooltip"
630
  msgstr "Vis tilgængelighed i tips"
631
 
632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3345
633
  #, fuzzy
634
  msgid "Availability Title"
635
  msgstr "Tilgængelighed"
636
 
637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3382
638
  #, fuzzy
639
  msgid ""
640
  "Use \"Check In\" date as available in calendar for booking resources with "
643
  "Brug \"Check In\" dato som disponibel i kalender for at booke ressourcer med "
644
  "kapacitet højere end en."
645
 
646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3389
647
  #, fuzzy
648
  msgid ""
649
  "Use \"Check Out\" date as available in calendar for booking resources with "
652
  "Brug \"Check Out\" dato som disponibel i kalender for at booke ressourcer "
653
  "med kapacitet højere end en."
654
 
655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3415
656
  #, fuzzy
657
  msgid "Coupon Deleted"
658
  msgstr "Slettet"
659
 
660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
661
  #, fuzzy
662
  msgid "Coupon created"
663
  msgstr "prettet"
664
 
665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3469
666
  #, fuzzy
667
  msgid "Add New Discount Coupon"
668
  msgstr "Rabatkupon felt"
669
 
670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
673
  msgid "Coupon Code"
674
  msgstr "Kupon Kode"
675
 
676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
677
  #, fuzzy
678
  msgid "Enter coupon code."
679
  msgstr "Kupon Kode"
680
 
681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3484
682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
684
  msgid "Savings"
685
  msgstr "Besparelser"
686
 
687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3488
688
  msgid "Fixed Amount"
689
  msgstr "Fast Beløb"
690
 
691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3489
692
  msgid "Percentage Off"
693
  msgstr "Procentdel af"
694
 
695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3492
696
  msgid "Enter number of fixed or percentage savings."
697
  msgstr ""
698
 
699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3497
700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
702
  msgid "Expiration Date"
703
  msgstr "Udgåelsesdato"
704
 
705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
706
  #, fuzzy
707
  msgid "Select Expiration Date of the coupon."
708
  msgstr "Udgåelsesdato"
709
 
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3511
711
  msgid "Minimum Booking Cost"
712
  msgstr ""
713
 
714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3514
715
  msgid "Enter minimum booking cost, when coupon is applicable."
716
  msgstr ""
717
 
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3525
719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4699
722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1266
723
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:694
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1071
726
  msgid "Resources"
727
  msgstr "Ressourcer"
728
 
729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3528
730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3605
731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:325
732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-feed.php:99
733
  msgid "All"
734
  msgstr "Alle"
735
 
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3541
737
  msgid "Select booking resources, where is possible to apply this coupon code."
738
  msgstr ""
739
 
740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3548
741
  #, fuzzy
742
  msgid "Add New Coupon"
743
  msgstr "Tilføj ny ressource"
744
 
745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3580
746
  msgid "The coupon code your customers will be using to receive the discount."
747
  msgstr "Kuponkoden dine kunder skal bruge for at få rabatten."
748
 
749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
750
  msgid "The amount which will be saved. Enter only digits."
751
  msgstr "Beløbet som vil blive sparet. Indtast kun cifre."
752
 
753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
754
  msgid "The minimum total cost required to use the coupon"
755
  msgstr "Minimum påkrævede totalomkostninger for at bruge kuponen"
756
 
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
759
  msgid "Minimum Purchase"
760
  msgstr "Minimumskøb"
761
 
762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
763
  msgid "The date your coupon will expire"
764
  msgstr "Datoen din kupon vil udløbe"
765
 
766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
767
  msgid "Resource list, which supports this coupon"
768
  msgstr "Ressourceliste som tildeler denne kupon"
769
 
770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1927
772
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
774
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
775
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:256
777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:401
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:416
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:596
780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1119
781
  msgid "Warning"
782
  msgstr "Advarsel"
783
 
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
785
  #, fuzzy
786
  msgid "Do you really want to delete this item?"
787
  msgstr "Vil du virkelig slette?"
788
 
789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3656
790
  #, php-format
791
  msgid "%s - coupon field, "
792
  msgstr "%s - kuponfelt,"
793
 
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3657
795
  #, php-format
796
  msgid "Example: %s "
797
  msgstr "Eksempel: %s"
798
 
799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3694
800
  msgid "Search form customization"
801
  msgstr "Søgeform tilpasning"
802
 
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
804
  #, fuzzy
805
  msgid "Inlinee Search Form Template"
806
  msgstr "Søge form"
807
 
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
809
  #, fuzzy
810
  msgid "Horizontal Search Form Template"
811
  msgstr "Søge form"
812
 
813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
814
  #, fuzzy
815
  msgid "Standard Search Form Template"
816
  msgstr "Standard Form"
817
 
818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1594
820
  #, fuzzy
821
  msgid "Reset current Form"
822
  msgstr "Nulstil til standard søgeform indhold"
823
 
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3708
825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3570
826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1601
828
  msgid "Reset"
829
  msgstr "Nulstil"
830
 
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3716
832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3754
833
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
834
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
835
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:207
837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3751
838
  msgid "Use these shortcodes for customization: "
839
  msgstr "Brug disse shortkoder for tilpasning:"
840
 
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3717
842
  #, php-format
843
  msgid "%s - search inside posts/pages which are part of this category, "
844
  msgstr "%s - søg inden for indlæg/sider som er en del af denne kategori,"
845
 
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
847
  #, php-format
848
  msgid "%s - search inside posts/pages which have this tag, "
849
  msgstr "%s - søg inden for indlæg/sider som har dette tag,"
850
 
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
852
  #, php-format
853
  msgid "%s - check-in date, "
854
  msgstr "%s - check-ind dato,"
855
 
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3720
857
  #, php-format
858
  msgid "%s - check-out date, "
859
  msgstr "%s - check-ud dato,"
860
 
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3721
862
  #, php-format
863
  msgid "%s - default selection number of visitors, "
864
  msgstr "%s - standard udvælgelsesantal af gæster,"
865
 
866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3722
867
  #, php-format
868
  msgid "Example: %s - custom number of visitor selections\""
869
  msgstr "Eksempel: %s - specialtilpasset-antal af gæsteudvælgelser\""
870
 
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
872
  #, php-format
873
  msgid "%s - search button, "
874
  msgstr "%s - søgeknap,"
875
 
876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3724
877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
878
  #, fuzzy, php-format
879
  msgid "%s - new line "
880
  msgstr "Tilføj ny ressource(r)"
881
 
882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3725
883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3754
885
  #, fuzzy
886
  msgid "Use any other HTML tags (carefully)."
887
  msgstr "brug enhver anden HTML tags (vær forsigtig)."
888
 
889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3731
890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
891
  msgid ""
892
  "Additional customization style of this element you can make at this file"
893
  msgstr "Ekstra tilpasningsstil af dette element du kan lave ved denne fil"
894
 
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
896
  msgid "Reset to default search form content"
897
  msgstr "Nulstil til standard søgeform indhold"
898
 
899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3915
902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2431
903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4497
906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4593
907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4656
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1504
909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2243
910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1364
911
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
912
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
913
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:595
914
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sermepa.php:299
916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1346
918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3634
921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3764
922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-settings.php:46
923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:73
924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1135
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1576
926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2053
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2182
928
  msgid "Save Changes"
929
  msgstr "Gem ændringer"
930
 
931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
932
  msgid "Customization of found booking resource items"
933
  msgstr "Tilpasning af fundne reserveringsressourcepunkter"
934
 
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
936
  #, php-format
937
  msgid "%s - resource title, "
938
  msgstr "%s - ressourcetitel,"
939
 
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
941
  #, php-format
942
  msgid "%s - link to the page with booking form, "
943
  msgstr "%s - link til siden med booking formularen,"
944
 
945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3757
946
  #, php-format
947
  msgid "%s - availability of booking resource, "
948
  msgstr "%s - tilgængelighed af booking ressource,"
949
 
950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3758
951
  #, php-format
952
  msgid "%s - maximum number of visitors for the booking resource, "
953
  msgstr "%s - maksimumantal af gæster for reserveringsressourcen,"
954
 
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3759
956
  #, php-format
957
  msgid "%s - cost of booking the resource, "
958
  msgstr "%s - omkostning ved at booke ressourcen,"
959
 
960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3760
961
  #, php-format
962
  msgid ""
963
  "%s - featured image, taken from the featured image associated with the post, "
964
  msgstr ""
965
  "%s - fremhævet billede, taget fra fremhævet billede associeret med indlæg,"
966
 
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3761
968
  #, php-format
969
  msgid "%s - booking info, taken from the excerpt associated with the post, "
970
  msgstr "%s - booking info, taget fra uddraget associeret med indlægget,"
971
 
972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
973
  #, fuzzy
974
  msgid "Reset to default form"
975
  msgstr "Nulstil til standard søgeform indhold"
976
 
 
 
977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3801
979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3809
980
  #, fuzzy
981
  msgid "Check in"
982
  msgstr "Check-ind"
983
 
 
 
984
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3802
986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3810
987
  #, fuzzy
988
  msgid "Check out"
989
  msgstr "Check-ud"
990
 
 
 
991
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3803
993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3811
994
  msgid "Guests"
995
  msgstr ""
996
 
997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3850
998
  msgid "Search Cache Settings"
999
  msgstr "Søge Cache Indstillinger"
1000
 
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3856
1002
  msgid "Cache expiration"
1003
  msgstr "Cache udløb"
1004
 
1005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
1006
  msgid "hour(s)"
1007
  msgstr "time(r)"
1008
 
1009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3867
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3095
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3264
1012
  msgid "day(s)"
1013
  msgstr "dag(e)"
1014
 
1015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3871
1016
  msgid "Select time of cache expiration"
1017
  msgstr "Vælg tid for cache udløb"
1018
 
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3879
1020
  msgid "Cache will expire:"
1021
  msgstr "Cache vil udløbe:"
1022
 
1023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3907
1024
  #, php-format
1025
  msgid "Found: %s booking forms inside of posts or pages "
1026
  msgstr "Fundet: %s booking formularer indenfor indlæg eller sider"
1027
 
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3914
1029
  msgid "Reset cache"
1030
  msgstr "Nulstil cache"
1031
 
1032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3980
1033
  #, fuzzy
1034
  msgid "Parent Resource"
1035
  msgstr ""
1036
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
1037
  "forhøjelseskapacitet."
1038
 
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4005
1040
  #, fuzzy
1041
  msgid "Max visitors"
1042
  msgstr "Max"
1043
 
1044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4052
1045
  msgid "Capacity: "
1046
  msgstr "Kapacitet:"
1047
 
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4071
1049
  msgid ""
1050
  "Select parent resource, if you want that parent resource is increase "
1051
  "capacity."
1053
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
1054
  "forhøjelseskapacitet."
1055
 
1056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4082
1057
  msgid ""
1058
  "Set priority of resource - resource with higher priority will be reserved "
1059
  "firstly."
1061
  "Sæt prioritet af ressource - ressource med højere prioritet vil blive "
1062
  "reserveret først."
1063
 
1064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4093
1065
  msgid "Resources count"
1066
  msgstr "Ressourcer tælling"
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4100
1069
  msgid "Create several booking resources for one time"
1070
  msgstr "Opret flere reserveringsressourcer for en tid"
1071
 
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4114
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1074
  #, fuzzy
1075
  msgid "Default form"
1076
  msgstr "Standard Formular"
1077
 
1078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4119
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4372
1082
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
1083
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1084
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2262
1086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4315
1087
  msgid "Standard"
1088
  msgstr "Standard"
1089
 
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4124
1091
  #, fuzzy
1092
  msgid "Select default custom booking form"
1093
  msgstr "Vælg din standard reserveringsressource."
1094
 
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4216
1096
  msgid "Available: "
1097
  msgstr "Disponibel:"
1098
 
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:668
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3927
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:689
1103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1820
1104
  msgid "Default"
1105
  msgstr "Foretrukne"
1106
 
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4325
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4360
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4361
1111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4373
1112
  msgid "Superior"
1113
  msgstr "Standard med udsigt"
1114
 
1115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2416
1117
  msgid "Resource #1"
1118
  msgstr "Ressource #1"
1119
 
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4326
1122
  msgid "Presidential Suite"
1123
  msgstr "Præsidentiel Suite"
1124
 
1125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4320
1126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2417
1127
  msgid "Resource #2"
1128
  msgstr "Ressource #2"
1129
 
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4327
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1444
1133
  msgid "Royal Villa"
1134
  msgstr "Kongelig Villa"
1135
 
1136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4321
1137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2418
1138
  msgid "Resource #3"
1139
  msgstr "Ressource #3"
1140
 
1144
  msgstr "/ nat"
1145
 
1146
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
1153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
1154
  msgid "Adults"
1155
  msgstr "Voksne"
1156
 
1157
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
1159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
1161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
1162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
1163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
1165
  msgid "Children"
1166
  msgstr "Børn"
1167
 
1168
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1169
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
1173
  msgid "per 1 day"
1174
  msgstr "per 1 dag"
1175
 
1176
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1177
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1180
  msgid "from the cost of 1 day "
1181
  msgstr "fra omkostningen på 1 dag"
1182
 
1183
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1184
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2959
1186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1187
  #, php-format
1188
  msgid "Additional cost in %s per 1 day"
1189
  msgstr "Ekstra omkostning i %s per 1 dag"
1191
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1192
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1193
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1198
  msgid " for all days!"
1199
  msgstr "for alle dage!"
1200
 
1205
 
1206
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1207
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
 
1208
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4317
1210
  #, fuzzy
1211
  msgid "Custom Form"
1212
  msgstr "Tilføj ny tilpasset formular"
1213
 
1214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4332
1216
  msgid "Load selected booking form"
1217
  msgstr "Load valgte booking formular"
1218
 
1219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4334
1221
  msgid "Load"
1222
  msgstr "Load"
1223
 
1248
  msgstr "Opret ny formular"
1249
 
1250
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
1252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1253
  msgid "Create"
1254
  msgstr "Opret"
1255
 
1258
  msgstr "Slet formular"
1259
 
1260
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
1262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:491
 
1263
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1264
  msgid "Cancel"
1265
  msgstr "Annullere"
1266
 
1267
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:444
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:213
1270
  msgid "Deleted"
1271
  msgstr "Slettet"
1272
 
1284
  msgstr "Indtast navnet på booking formularen"
1285
 
1286
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1638
1288
  msgid "Booking Form"
1289
  msgstr "Booking Formular"
1290
 
1296
  msgid "Total booking resource cost"
1297
  msgstr "Total booking ressourceomkostning"
1298
 
1299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1300
  #, php-format
1301
  msgid ""
1302
  "%s - show cost hint for full booking in real time, depending on number of "
1305
  "%s - vis omkostningsbetydning for fuld reservering i realtid, afhængig af "
1306
  "antal dage og udvalgte formelementer."
1307
 
1308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1309
  #, php-format
1310
  msgid "Example: %sThe full cost of payment: %s"
1311
  msgstr "Eksempel: %sDen fulde omkostning ved betaling: %s"
1312
 
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1314
  #, php-format
1315
  msgid ""
1316
  "%s - show hint of original booking cost without additional costs for full "
1319
  "%s - vis betydning af oprindelig reserveringsomkostning uden ekstra "
1320
  "omkostninger for fuld reservering i realtid, afhænger kun af dage udvælgelse."
1321
 
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1323
  #, php-format
1324
  msgid "Example: %sThe original cost for payment: %s "
1325
  msgstr "Eksempel: %sDen oprindelige omkostning for betaling: %s "
1326
 
1327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1328
  #, php-format
1329
  msgid ""
1330
  "%s - show cost hint of additional booking cost, which depends from selection "
1333
  "%s - vis omkostningsbetydning for ekstra reserveringsomkostning som afhænger "
1334
  "af udvælgelse af formelementer."
1335
 
1336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1337
  #, php-format
1338
  msgid "Example: %sThe additional cost for payment: %s "
1339
  msgstr "Eksempel: %sDen ekstra omkostning for betaling: %s "
1340
 
1341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1342
  #, php-format
1343
  msgid "%s - enter direct cost at admin panel at page: "
1344
  msgstr "%s - indtast direkte omkostning på admin panel siden:"
1345
 
1346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
1349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1057
1350
  msgid "Add booking"
1351
  msgstr "Tilføj booking"
1352
 
1353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1534
1354
  #, php-format
1355
  msgid "Example: %s"
1356
  msgstr "Eksempel: %s"
1357
 
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2073
1359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:316
1360
  msgid "yes"
1361
  msgstr "Ja"
1362
 
 
1363
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1365
  msgid ""
1366
  "Setting rate or cost, which is depend from number of selected days for the "
1367
  "resource"
1369
  "Sætte takst eller omkostning, som er afhængig af antal udvalgte dage for "
1370
  "ressourcen"
1371
 
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1375
  msgid "Rates"
1376
  msgstr "Takster"
1377
 
1378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
 
1379
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1381
  msgid "Valuation days"
1382
  msgstr "Værdiansættelsesdage"
1383
 
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1385
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1386
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1387
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1389
  msgid "Deposit"
1390
  msgstr "Depositum"
1391
 
1392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2248
1394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4721
1395
  msgid "Availability"
1396
  msgstr "Tilgængelighed"
1397
 
1398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2191
1399
  msgid "Setting the default form for the specific resource"
1400
  msgstr "Sætte standard formular for den specifikke ressource"
1401
 
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2192
1403
  msgid "Default Form"
1404
  msgstr "Standard Formular"
1405
 
1406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2228
1407
  msgid "Set the cost based on the number of days selected for the reservation"
1408
  msgstr "Sæt omkostningen baseret på antallet af dage udvalgt for reservationen"
1409
 
1410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2229
1411
  #, fuzzy
1412
  msgid ""
1413
  "Activation of this feature is require setting cost per day or cost per night"
1414
  msgstr ""
1415
  "Aktivering af denne egenskab er kræver at der sættes omkostning per dag"
1416
 
 
1417
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3237
1420
  msgid "Deposit amount"
1421
  msgstr "Depositumbeløb"
1422
 
1423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2239
1424
  msgid "Set the deposit payment required for the payment form"
1425
  msgstr "Sæt depositumbetalingen påkrævet for betalingsformularen"
1426
 
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2240
1428
  #, fuzzy
1429
  msgid ""
1430
  "Activate this feature at the cost section of general booking settings page, "
1433
  "Lav venligst denne funktion aktiv ved omkostningssektionen af general "
1434
  "booking indstillingsside"
1435
 
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2372
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2383
1438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2388
1439
  msgid "unavailable"
1440
  msgstr "Ikke ledig"
1441
 
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2373
1443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
1445
  msgid "available"
1446
  msgstr "Ledig"
1447
 
1448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2375
1449
  msgid "Availability booking type"
1450
  msgstr "Disponibel booking type"
1451
 
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1453
  #, fuzzy, php-format
1454
  msgid "All days for %s"
1455
  msgstr "for alle dage!"
1456
 
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2390
1458
  #, fuzzy, php-format
1459
  msgid ""
1460
  "Select %s days by activating specific season filter below or %sadd new "
1461
  "season filter%s"
1462
  msgstr "Vælg %s dage nedenfor eller %stilføj ny sæsonfilter%s"
1463
 
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2401
1465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2423
1466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4123
1467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
1468
  #, fuzzy
1469
  msgid "Season Filter Name"
1470
  msgstr "Filternavn"
1471
 
1472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2402
1473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2534
1475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2603
1476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4145
1477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1481
  msgid "Description"
1482
  msgstr "Beskrivelse"
1483
 
1484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2938
1488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:866
1491
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1494
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3292
1496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3360
1497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3419
1498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3570
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:91
1501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1373
1502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1416
1503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1461
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1504
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1547
1506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1780
1507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1849
1508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1908
1509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1984
1510
  msgid "Active"
1511
  msgstr "Aktiv"
1512
 
1513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1514
  msgid "Seasonal rates of booking resource"
1515
  msgstr "Årstidsbestemte takster for booking ressource"
1516
 
1517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
1518
  #, fuzzy, php-format
1519
  msgid ""
1520
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1524
  "omkostning %s, eller en fast omkostning) af reserveringsressourcen %s, eller "
1525
  "%stilføj en ny årstidsbestemt filter%s"
1526
 
1527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2583
1529
  msgid "Final cost"
1530
  msgstr "Total omkostning"
1531
 
1532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2533
1533
  #, fuzzy
1534
  msgid "Season Filter"
1535
  msgstr ""
1537
  "(ugedag eller dato fra sæsonfilter). Hver uge dag (dags specifikt "
1538
  "sæsonfilter) kan have anderledes tidsrumliste."
1539
 
1540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2564
1541
  #, fuzzy
1542
  msgid "Rate"
1543
  msgstr "Bedøm dette plugin (tak:)"
1544
 
1545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2573
1546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2593
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1995
1548
  msgid "for 1 day"
1549
  msgstr "for 1 dag"
1550
 
1551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2574
1552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2594
1553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1996
1554
  msgid "for 1 night"
1555
  msgstr "for 1 nat"
1556
 
1557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2575
1558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2595
1559
  msgid "fixed deposit"
1560
  msgstr "fast depositum"
1561
 
1562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2576
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
1565
  msgid "for 1 hour"
1566
  msgstr "or 1 time"
1567
 
1568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2602
1569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3554
1570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3803
1571
  msgid "Filter Name"
1572
  msgstr "Filternavn"
1573
 
1574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1577
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1578
  #, fuzzy
1579
  msgid "Note!"
1580
  msgstr "Note"
1581
 
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1583
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1584
  msgstr ""
1585
 
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2614
1587
  msgid "Update Rates"
1588
  msgstr "Opdaterings-Takster"
1589
 
1590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1591
  msgid "Set cost of booking resource based on the number of days selected"
1592
  msgstr ""
1593
  "Sæt omkostning for booking ressource baseret på antallet af valgte dage"
1594
 
1595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1596
  #, php-format
1597
  msgid ""
1598
  "If you add costs here, %srates%s for this booking resource will not take "
1601
  "Hvis du tilføjer omkostninger her, %stakster%s for denne "
1602
  "reserveringsressource vil det ikke træde i kraft !!!"
1603
 
1604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1605
  #, php-format
1606
  msgid ""
1607
  "Cost setings at %stop have higher priority%s than other costs of same type "
1608
  "at the %sbottom%s of the list."
1609
  msgstr ""
1610
 
1611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1612
  #, php-format
1613
  msgid ""
1614
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1615
  "terms %s and after terms %s"
1616
  msgstr ""
1617
 
1618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2857
1619
  #, php-format
1620
  msgid "%s and %s terms have higher priority than a range %s days."
1621
  msgstr ""
1622
 
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2860
1624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:800
1625
  #, fuzzy
1626
  msgid "Warning!"
1627
  msgstr "Advarsel"
1628
 
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2861
1630
  msgid ""
1631
  "Specific cost will take affect, only if it active (the box at the left side "
1632
  "is checked) and if \"Check In\" (start) date belong to selected season "
1633
  "filter or if set \"Any days\"."
1634
  msgstr ""
1635
 
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1637
  #, fuzzy
1638
  msgid "Number of Days"
1639
  msgstr "Konfigurer antal dage udvælgelse"
1640
 
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2871
1642
  #, fuzzy
1643
  msgid "Cost Settings"
1644
  msgstr ""
1646
  "dagene indstillinger-side for feltet 'For'. Så du kan definere omkostningen "
1647
  "af den sidste udvalgte dato."
1648
 
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2872
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3016
1652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3110
1653
  #, fuzzy
1654
  msgid "Season Filter of Check In date"
1655
  msgstr "Udvalgt Indtjeknings-dato."
1656
 
1657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2968
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1660
  msgid "For"
1661
  msgstr "For"
1662
 
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1666
  #, fuzzy
1667
  msgid "Day Number(s)"
1668
  msgstr "år"
1669
 
1670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2902
1671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3090
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1674
  msgid "to"
1675
  msgstr "til"
1676
 
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2906
1678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2984
1679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2167
1680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:752
1681
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1682
  msgid "day"
1683
  msgstr "dag"
1684
 
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2910
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2991
1687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3100
1688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:366
1689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:400
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
1691
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1692
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1693
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1695
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1696
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1697
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
1699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:931
1700
  msgid "Cost"
1701
  msgstr "Omkostning"
1702
 
1703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2921
1704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3018
1705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3112
1706
  msgid "Any days"
1707
  msgstr "Alle dage"
1708
 
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2969
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
1711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3384
1712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
1713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3305
1714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3366
1715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3439
1716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3514
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3591
1718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:546
1719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1793
1720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1855
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1928
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:2005
1723
  msgid "From"
1724
  msgstr "Fra"
1725
 
1726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2970
1727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3081
1728
  msgid "Together"
1729
  msgstr "Tilsammen"
1730
 
1731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2170
1733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:583
1734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:647
1735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-gcal.php:755
1736
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1737
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1738
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1741
  msgid "days"
1742
  msgstr "dage"
1743
 
1744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3029
1745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3123
1746
  msgid "Remove"
1747
  msgstr "Fjern"
1748
 
1749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3042
1750
  msgid "Add new cost"
1751
  msgstr "Tilføj ny omkostning"
1752
 
1753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1754
  msgid "for all days"
1755
  msgstr "for alle dage"
1756
 
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1758
  msgid "Set amount of deposit payment"
1759
  msgstr "Sæt beløbet for depositumbetaling"
1760
 
1761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1762
  msgid "Deposit payment total"
1763
  msgstr "Depositumbetaling samlet"
1764
 
1765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3215
1766
  msgid "Deposit payment is not active for booking resource"
1767
  msgstr "Depositumbetaling er ikke aktiv for booking ressource"
1768
 
1769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3222
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:857
1771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3283
1772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3351
1773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
1774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
1775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3561
1776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/sync/wpbc-sync-gcal-api.php:82
1777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1771
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1840
1780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1899
1781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1976
1782
  msgid "Status"
1783
  msgstr "Status"
1784
 
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1786
  msgid "deposit payment for booking resource"
1787
  msgstr "depositumbetaling for booking ressource"
1788
 
1789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3246
1790
  msgid "fixed total in"
1791
  msgstr "Fast samlet i"
1792
 
1793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1794
  msgid "of payment"
1795
  msgstr "af betalingen"
1796
 
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1798
  #, fuzzy
1799
  msgid "Condition"
1800
  msgstr "Konfiguration"
1801
 
1802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3256
1803
  #, php-format
1804
  msgid ""
1805
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1806
  "In%s days more than"
1807
  msgstr ""
1808
 
1809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1810
  msgid "Update Deposit"
1811
  msgstr "Opdatering-Depositum"
1812
 
1813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1814
  msgid "Deposit payment"
1815
  msgstr "Depositumbetaling"
1816
 
1817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3302
1818
  #, php-format
1819
  msgid ""
1820
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1823
  "Maker denne kasse hvis du ønsker at bruge %sdepositum%s total %sbetaling%s "
1824
  "på betalingsformularen, i stedet for det fulde total af reserveringen."
1825
 
1826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3303
1827
  #, fuzzy, php-format
1828
  msgid ""
1829
  " You can configure the deposit payment for your booking resources %shere%s."
1831
  "Du kan konfigurere depositumbetalingen påkrævet for dine "
1832
  "reserveringsressourcer %sher%s."
1833
 
1834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3321
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
1836
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1837
  #: w:\www\home\dev\www\wp-content\pl