Booking Calendar - Version 5.1.1

Version Description

  • Features and issue fixings in All versions:
    • Support WordPress 3.9
    • New. Added 2 new options "Check In - Tomorrow" and "Check Out - Tomorrow" for the filter "Dates" on the Booking Listing page. "Check In - Today" - show bookings, where check in date is "Today". "Check Out - Tomorrow" - show bookings, where check out date is "Tomorrow".
    • Translation to Czech language by Michal Nedvdek
    • Source code refactoring.
  • Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
    • Improve speed of page loading for booking resources with hight capacity and many season filters (Business Large, MultiUser)
    • Improve managment of Check In/Out dates for the booking resources with capacity higher then 1. Show vertival line for change-over days in calendar (Business Large, MultiUser)
    • Fix. Loading correct "default custom booking form" for specific booking resource in widget at sidebar (Business Medium/Large, MultiUser)
Download this release

Release Info

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

Code changes from version 5.1 to 5.1.1

css/admin-booking-listing.css CHANGED
@@ -245,7 +245,7 @@
245
  .wpdevbk .wpdevbk-filters-section .add-on,
246
  .wpdevbk .wpdevbk-filters-section .input-prepend,
247
  .wpdevbk .wpdevbk-filters-section .input-append {
248
- margin-bottom: 0px;
249
  height: 22px;
250
  padding: 3px 3px 1px;
251
  }
245
  .wpdevbk .wpdevbk-filters-section .add-on,
246
  .wpdevbk .wpdevbk-filters-section .input-prepend,
247
  .wpdevbk .wpdevbk-filters-section .input-append {
248
+ margin-bottom: 1px;
249
  height: 22px;
250
  padding: 3px 3px 1px;
251
  }
css/admin.css CHANGED
@@ -2489,7 +2489,19 @@ td.bk_resource_selector {
2489
  .branch-3-8 #wpdev-booking-general .icon32,
2490
  .branch-3-8 #wpdev-booking-option-general .icon32,
2491
  .branch-3-8 #wpdev-booking-reservation-general .icon32,
2492
- .branch-3-8 #wpdev-booking-resources-general .icon32{
 
 
 
 
 
 
 
 
 
 
 
 
2493
  display: none;
2494
  }
2495
  /******************************************************************************/
2489
  .branch-3-8 #wpdev-booking-general .icon32,
2490
  .branch-3-8 #wpdev-booking-option-general .icon32,
2491
  .branch-3-8 #wpdev-booking-reservation-general .icon32,
2492
+ .branch-3-8 #wpdev-booking-resources-general .icon32,
2493
+ .branch-3-9 #wpdev-booking-general .icon32,
2494
+ .branch-3-9 #wpdev-booking-option-general .icon32,
2495
+ .branch-3-9 #wpdev-booking-reservation-general .icon32,
2496
+ .branch-3-9 #wpdev-booking-resources-general .icon32,
2497
+ .branch-3-10 #wpdev-booking-general .icon32,
2498
+ .branch-3-10 #wpdev-booking-option-general .icon32,
2499
+ .branch-3-10 #wpdev-booking-reservation-general .icon32,
2500
+ .branch-3-10 #wpdev-booking-resources-general .icon32,
2501
+ .branch-4 #wpdev-booking-general .icon32,
2502
+ .branch-4 #wpdev-booking-option-general .icon32,
2503
+ .branch-4 #wpdev-booking-reservation-general .icon32,
2504
+ .branch-4 #wpdev-booking-resources-general .icon32 {
2505
  display: none;
2506
  }
2507
  /******************************************************************************/
css/jquery-ui.css CHANGED
@@ -105,11 +105,20 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
105
  background-image: url("../interface/bs/img/glyphicons-halflings-white.png") !important;
106
  background-repeat: no-repeat!important;;
107
  display: inline-block;
108
- margin-top: -7px;
109
  height: 14px;
110
  vertical-align: text-top;
111
  width: 14px;
112
- }
 
 
 
 
 
 
 
 
 
 
113
  .ui-dialog-titlebar-close span {
114
  display: none;
115
  }
105
  background-image: url("../interface/bs/img/glyphicons-halflings-white.png") !important;
106
  background-repeat: no-repeat!important;;
107
  display: inline-block;
 
108
  height: 14px;
109
  vertical-align: text-top;
110
  width: 14px;
111
+ float:right;
112
+ margin: 0 -10px 0 0;
113
+ }
114
+ .branch-3-3.wp-core-ui .ui-dialog-titlebar-close.button,
115
+ .branch-3-4.wp-core-ui .ui-dialog-titlebar-close.button,
116
+ .branch-3-5.wp-core-ui .ui-dialog-titlebar-close.button,
117
+ .branch-3-6.wp-core-ui .ui-dialog-titlebar-close.button,
118
+ .branch-3-7.wp-core-ui .ui-dialog-titlebar-close.button,
119
+ .branch-3-8.wp-core-ui .ui-dialog-titlebar-close.button {
120
+ margin: -7px 0 0;
121
+ }
122
  .ui-dialog-titlebar-close span {
123
  display: none;
124
  }
js/wpdev.bk.js CHANGED
@@ -81,7 +81,6 @@
81
  if(typeof( wpdev_bk_season_filter[class_day] ) !== 'undefined') {
82
  additional_class += ' '+wpdev_bk_season_filter[class_day].join(' ');
83
  }
84
-
85
 
86
  if (is_this_admin == false) {
87
  var my_test_date = new Date( wpdev_bk_today[0],(wpdev_bk_today[1]-1), wpdev_bk_today[2] ,0,0,0 ); //Get today
@@ -103,13 +102,32 @@
103
  blank_admin_class_day = ' date_admin_blank ';
104
  }
105
 
106
- // Check availability per day for H.E.
107
  var reserved_days_count = 1;
108
  if(typeof(availability_per_day) !== 'undefined')
109
  if(typeof(availability_per_day[ bk_type ]) !== 'undefined')
110
  if(typeof(availability_per_day[ bk_type ][ class_day ]) !== 'undefined') {
111
  reserved_days_count = parseInt( availability_per_day[ bk_type ][ class_day ] );}
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  // we have 0 available at this day - Only for resources, which have childs
114
  if ( wpdev_in_array( parent_booking_resources, bk_type ) )
115
  if (reserved_days_count <= 0) {
@@ -119,7 +137,6 @@
119
  return [false, 'cal4date-' + class_day +' date_approved date_unavailable_for_all_childs ' + blank_admin_class_day];
120
  }
121
 
122
- //var class_day_previos = (date.getMonth()+1) + '-' + (date.getDate()-1) + '-' + date.getFullYear();
123
  var th=0;
124
  var tm=0;
125
  var ts=0;
@@ -130,7 +147,6 @@
130
 
131
  for (var ia=0;ia<date2approve[ bk_type ][ class_day ].length;ia++) {
132
 
133
-
134
  th = date2approve[ bk_type ][ class_day ][ia][3];
135
  tm = date2approve[ bk_type ][ class_day ][ia][4];
136
  ts = date2approve[ bk_type ][ class_day ][ia][5];
@@ -187,7 +203,12 @@
187
  is_datepick_unselectable = 'datepick-unselectable'; // //datepick-unselectable
188
  }
189
 
190
- if ( time_return_value !== false ) {
 
 
 
 
 
191
  if ( is_booking_used_check_in_out_time === true ) {
192
  // If the date is cehck in/out and the check in/out time is activated so then this date is unavailbale
193
  if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
@@ -201,7 +222,49 @@
201
  }
202
  }
203
  return time_return_value;
204
- } else return [true, 'date_available cal4date-' + class_day +' reserved_days_count' + reserved_days_count + ' ' + is_datepick_unselectable + additional_class+ ' '];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
 
207
  function changeMonthYear(year, month){
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
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 = [ parseInt( wpbc_check_in_dates[ bk_type ][ class_day ][ 0 ] ), parseInt( 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 = [ parseInt( wpbc_check_out_dates[ bk_type ][ class_day ][ 0 ] ), parseInt( wpbc_check_out_dates[ bk_type ][ class_day ][ 1 ] ) ];
128
+ }
129
+
130
+
131
  // we have 0 available at this day - Only for resources, which have childs
132
  if ( wpdev_in_array( parent_booking_resources, bk_type ) )
133
  if (reserved_days_count <= 0) {
137
  return [false, 'cal4date-' + class_day +' date_approved date_unavailable_for_all_childs ' + blank_admin_class_day];
138
  }
139
 
 
140
  var th=0;
141
  var tm=0;
142
  var ts=0;
147
 
148
  for (var ia=0;ia<date2approve[ bk_type ][ class_day ].length;ia++) {
149
 
 
150
  th = date2approve[ bk_type ][ class_day ][ia][3];
151
  tm = date2approve[ bk_type ][ class_day ][ia][4];
152
  ts = date2approve[ bk_type ][ class_day ][ia][5];
203
  is_datepick_unselectable = 'datepick-unselectable'; // //datepick-unselectable
204
  }
205
 
206
+
207
+
208
+ var both_check_in_out_num = Math.min( checkin_days_count[0], checkout_days_count[0] );
209
+ var is_exist_check_in_out_for_parent_resource = Math.max( checkin_days_count[0], checkout_days_count[0] );
210
+
211
+ 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
212
  if ( is_booking_used_check_in_out_time === true ) {
213
  // If the date is cehck in/out and the check in/out time is activated so then this date is unavailbale
214
  if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
222
  }
223
  }
224
  return time_return_value;
225
+
226
+ } else {
227
+
228
+ if ( is_booking_used_check_in_out_time === true ) {
229
+
230
+ // Check Check In / Out dates for the parent resources.
231
+ if ( is_exist_check_in_out_for_parent_resource > 0 ) {
232
+
233
+ if ( (reserved_days_count - both_check_in_out_num ) <= 0 ) {
234
+ // Unavailable
235
+ if ( checkin_days_count[1] == 1 ) additional_class = ' date_approved'; // Check Pending or Approved by the Check In date
236
+ else additional_class = ' date2approve';
237
+ return [false, 'cal4date-' + class_day + additional_class + blank_admin_class_day];
238
+
239
+ }
240
+
241
+ // Recheck if this date check in/out
242
+ if ( (reserved_days_count - checkin_days_count[0]) <= 0 ) {
243
+ if ( checkin_days_count[1] == 1 ) additional_class += ' date_approved';
244
+ else additional_class += ' date2approve';
245
+ additional_class += ' timespartly check_in_time';
246
+ }
247
+ if ( (reserved_days_count - checkout_days_count[0]) <= 0 ) {
248
+ if ( checkout_days_count[1] == 1 ) additional_class += ' date_approved';
249
+ else additional_class += ' date2approve';
250
+ additional_class += ' timespartly check_out_time';
251
+ }
252
+
253
+ // Reduce availability
254
+ if ( both_check_in_out_num > 0 ) {
255
+ reserved_days_count = reserved_days_count - both_check_in_out_num;
256
+ if(typeof(availability_per_day) !== 'undefined')
257
+ if(typeof(availability_per_day[ bk_type ]) !== 'undefined')
258
+ if(typeof(availability_per_day[ bk_type ][ class_day ]) !== 'undefined') {
259
+ availability_per_day[ bk_type ][ class_day ] = reserved_days_count; }
260
+ }
261
+
262
+ }
263
+
264
+ }
265
+
266
+ return [true, 'date_available cal4date-' + class_day +' reserved_days_count' + reserved_days_count + ' ' + is_datepick_unselectable + additional_class+ ' '];
267
+ }
268
  }
269
 
270
  function changeMonthYear(year, month){
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-02-26 16:42+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
@@ -18,183 +18,183 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
22
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:423
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:427
25
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:544
26
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
27
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
28
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1462
29
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1519
30
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1522
31
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
32
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
34
  msgid "Dates"
35
  msgstr "Даты"
36
 
37
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
38
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:243
39
  #, fuzzy
40
  msgid "Full cost of the booking"
41
  msgstr "Кошт"
42
 
43
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
44
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
45
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
46
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
47
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
48
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
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:246
54
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
55
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
56
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
57
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
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:247
63
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
64
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
65
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
66
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
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:248
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
73
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
74
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
75
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
76
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3874
79
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
80
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3900
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:249
86
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
87
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
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:250
94
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
95
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
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:251
102
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
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:252
110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
112
  #, fuzzy
113
  msgid "Country (required)"
114
  msgstr "Емейл (абавязковае поле)"
115
 
116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
117
  msgid "Visitors"
118
  msgstr "Наведвальнікі"
119
 
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
122
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
 
125
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3907
129
  msgid "Details"
130
  msgstr "Апісанне"
131
 
132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
133
  #, fuzzy
134
  msgid "Coupon"
135
  msgstr "Лік дзён"
136
 
137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:255
139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3825
141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
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:257
148
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2776
150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3827
151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1823
154
  msgid "Send"
155
  msgstr "Адправіць"
156
 
157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:144
158
  msgid ""
159
  "Try selecting fewer visitors. The number of visitors may be more than the "
160
  "number of available units on selected day(s)!"
161
  msgstr ""
162
 
163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:339
164
  msgid "coupon"
165
  msgstr ""
166
 
167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:341
168
  msgid "discount"
169
  msgstr ""
170
 
171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
172
  msgid "Nothing found"
173
  msgstr ""
174
 
175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:702
176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
177
  msgid "Search results"
178
  msgstr ""
179
 
180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:819
181
  #, fuzzy
182
  msgid "Book now"
183
  msgstr "Купіць цяпер"
184
 
185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:907
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:1096
190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1110
191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:155
192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1224
193
  #, fuzzy
194
  msgid "Search"
195
  msgstr "Сакавік"
196
 
197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1970
198
  #, php-format
199
  msgid ""
200
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -202,24 +202,24 @@ 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:2491
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:2531
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:2763
216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2942
217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3620
221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4379
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
225
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
@@ -228,15 +228,15 @@ msgstr "максімальная колькасць аб'ектаў усярэд
228
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3302
233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3369
234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3429
235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3502
236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3579
237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3737
238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3766
239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3107
240
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
241
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
242
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
@@ -249,147 +249,145 @@ msgstr "максімальная колькасць аб'ектаў усярэд
249
  msgid "Click to toggle"
250
  msgstr ""
251
 
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2764
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
254
  #, fuzzy
255
  msgid "Booking resources management"
256
  msgstr "Браняванне"
257
 
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2769
259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3475
260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3515
261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4177
263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4639
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:422
267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:426
268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:541
269
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
270
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1237
272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1518
275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1892
277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1950
278
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
279
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
280
  msgid "ID"
281
  msgstr "ID"
282
 
283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2771
284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3846
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4624
286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
288
  msgid "Resource name"
289
  msgstr "Імя рэсурсу"
290
 
291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
293
  #, fuzzy
294
  msgid "Number of resource items inside of parent resource"
295
  msgstr "Імя аб'ектаў з рэсурсу"
296
 
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
299
  msgid "Capacity"
300
  msgstr ""
301
 
302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2774
303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3795
305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3937
306
  #, fuzzy
307
  msgid "Parent"
308
  msgstr "Аплата"
309
 
310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2775
311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2886
312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3796
313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3947
314
  msgid "Priority"
315
  msgstr ""
316
 
317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
319
  #, fuzzy
320
  msgid "Maximum number of visitors for resource"
321
  msgstr "Лік наведвальнікаў"
322
 
323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
325
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
326
  #, fuzzy
327
  msgid "Max"
328
  msgstr "Сакавік"
329
 
330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
332
  #, fuzzy
333
  msgid "visitors"
334
  msgstr "Наведвальнікі"
335
 
336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2779
337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3481
338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4159
340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1320
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1716
344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2123
345
  msgid "Actions"
346
  msgstr "Функцыі "
347
 
348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2858
349
  msgid "Add"
350
  msgstr "Дадаць"
351
 
352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:950
354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4189
356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4676
357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1320
358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1641
359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1937
360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1994
361
  msgid "Delete"
362
  msgstr "Выдаліць"
363
 
364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:73
366
  msgid "Title"
367
  msgstr "Загаловак"
368
 
369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2894
370
  #, fuzzy
371
  msgid "Add new resource"
372
  msgstr "Дадаць новае браняванне"
373
 
374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2901
375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3040
376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3849
378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
379
  msgid "Save"
380
  msgstr "Захаваць"
381
 
382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2943
383
  msgid "Advanced Settings"
384
  msgstr "Пашыраныя налады"
385
 
386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2958
387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3082
388
  #, fuzzy
389
  msgid "Set capacity based on number of visitors"
390
  msgstr "Лік наведвальнікаў"
391
 
392
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
393
  #, fuzzy, php-format
394
  msgid ""
395
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -398,14 +396,14 @@ msgstr ""
398
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
399
  "сплывае падказцы"
400
 
401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2965
402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1476
404
  #, php-format
405
  msgid "Please read more info about configuration of this parameter %shere%s"
406
  msgstr ""
407
 
408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2979
409
  #, php-format
410
  msgid ""
411
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -414,7 +412,7 @@ msgid ""
414
  "number of visitors specified on the booking form."
415
  msgstr ""
416
 
417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2987
418
  #, php-format
419
  msgid ""
420
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -423,13 +421,13 @@ msgid ""
423
  "resources%s with the number of visitors specified on the booking form."
424
  msgstr ""
425
 
426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3002
427
  #, fuzzy
428
  msgid "Show availability"
429
  msgstr "Даступнасць"
430
 
431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
432
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3231
433
  #, fuzzy
434
  msgid ""
435
  "Check this box to display the available number of booking resources with a "
@@ -438,35 +436,35 @@ msgstr ""
438
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
439
  "сплывае падказцы"
440
 
441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
442
  msgid "Availability description"
443
  msgstr "Апісанне даступнасць"
444
 
445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3019
446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
447
  #, php-format
448
  msgid "Type your %savailability%s description"
449
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
450
 
451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3129
453
  #, fuzzy
454
  msgid "Disable bookings in different booking resources"
455
  msgstr "Памылка пры абнаўленні БД "
456
 
457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3033
458
  msgid ""
459
  "Check this box to dissable reservations, which can be stored in different "
460
  "booking resources. When checked, all reserved days must be at same booking "
461
  "resource otherwise error message will show."
462
  msgstr ""
463
 
464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3075
465
  #, fuzzy
466
  msgid "Advanced"
467
  msgstr "Пашыраныя налады"
468
 
469
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
470
  #, fuzzy
471
  msgid ""
472
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -475,7 +473,7 @@ msgstr ""
475
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
476
  "сплывае падказцы"
477
 
478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
480
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
481
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -499,22 +497,22 @@ msgstr ""
499
  msgid "Important!"
500
  msgstr ""
501
 
502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3103
503
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
504
  #, fuzzy
505
  msgid "Type of days selection"
506
  msgstr "Вылучэнне некалькіх дзён"
507
 
508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3108
509
  msgid ""
510
  "Add tooltip on calendar(s) to show availability based on the number of "
511
  "available booking resource items remaining for each day."
512
  msgstr ""
513
 
514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
516
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4496
518
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
519
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
520
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
@@ -524,51 +522,51 @@ msgstr ""
524
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
525
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
526
 
527
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
528
  #, php-format
529
  msgid ""
530
  "Be sure to match the maximum number of visitors for the %sone booking "
531
  "resource%s with the number of visitors specified on the booking form."
532
  msgstr ""
533
 
534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3117
535
  msgid ""
536
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
537
  "number of visitors for the resource, which can be at free booking resource "
538
  "items."
539
  msgstr ""
540
 
541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
542
  #, php-format
543
  msgid ""
544
  "Be sure to match the maximum number of visitors for %sall booking resources"
545
  "%s with the number of visitors specified on the booking form."
546
  msgstr ""
547
 
548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
549
  #, fuzzy
550
  msgid ""
551
  "Check this box to dissable reservations, which can be stored in different "
552
  "booking resources."
553
  msgstr "Памылка пры абнаўленні БД "
554
 
555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3137
556
  msgid ""
557
  "When checked, all reserved days must be at same booking resource otherwise "
558
  "error message will show."
559
  msgstr ""
560
 
561
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3166
562
  msgid "Use pending days as available"
563
  msgstr ""
564
 
565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3175
566
  #, fuzzy
567
  msgid ""
568
  "Check this box if you want to show the pending days as available in calendars"
569
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
570
 
571
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3192
572
  msgid ""
573
  "Warning!!! After you approved the specific booking(s), all your pending "
574
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -576,155 +574,155 @@ msgid ""
576
  "canceled!"
577
  msgstr ""
578
 
579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
580
  msgid ""
581
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
582
  "is approved for these date(s)"
583
  msgstr ""
584
 
585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
586
  #, fuzzy
587
  msgid "Show availability in tooltip"
588
  msgstr "Даступнасць"
589
 
590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3240
591
  #, fuzzy
592
  msgid "Availability Title"
593
  msgstr "Даступнасць"
594
 
595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3277
596
  msgid ""
597
  "Use \"Check In\" date as available in calendar for booking resources with "
598
- "capacity higher then 1"
599
  msgstr ""
600
 
601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3284
602
  msgid ""
603
  "Use \"Check Out\" date as available in calendar for booking resources with "
604
- "capacity higher then 1"
605
  msgstr ""
606
 
607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3310
608
  #, fuzzy
609
  msgid "Coupon Deleted"
610
  msgstr "Выдалена"
611
 
612
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3357
613
  #, fuzzy
614
  msgid "Coupon created"
615
  msgstr "Лік дзён"
616
 
617
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3365
618
  #, fuzzy
619
  msgid "Add New Discount Coupon"
620
  msgstr "Дадаць новае браняванне"
621
 
622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3372
623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3517
625
  msgid "Coupon Code"
626
  msgstr ""
627
 
628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3375
629
  #, fuzzy
630
  msgid "Enter coupon code."
631
  msgstr "Увядзіце ваш тэлефон"
632
 
633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3380
634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3520
636
  #, fuzzy
637
  msgid "Savings"
638
  msgstr "Захаванне..."
639
 
640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3384
641
  #, fuzzy
642
  msgid "Fixed Amount"
643
  msgstr "фіксаваны ўнёсак"
644
 
645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3385
646
  msgid "Percentage Off"
647
  msgstr ""
648
 
649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3388
650
  msgid "Enter number of fixed or percentage savings."
651
  msgstr ""
652
 
653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3531
656
  #, fuzzy
657
  msgid "Expiration Date"
658
  msgstr "Фармат даты"
659
 
660
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
661
  msgid "Select Expiration Date of the coupon."
662
  msgstr ""
663
 
664
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3407
665
  #, fuzzy
666
  msgid "Minimum Booking Cost"
667
  msgstr "Кошт"
668
 
669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3410
670
  msgid "Enter minimum booking cost, when coupon is applicable."
671
  msgstr ""
672
 
673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3421
674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3533
676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4740
677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1240
678
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:718
680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
681
  #, fuzzy
682
  msgid "Resources"
683
  msgstr "Кошт рэсурсу"
684
 
685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3424
686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3501
687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:341
688
  msgid "All"
689
  msgstr ""
690
 
691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3437
692
  msgid "Select booking resources, where is possible to apply this coupon code."
693
  msgstr ""
694
 
695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3444
696
  #, fuzzy
697
  msgid "Add New Coupon"
698
  msgstr "Дадаць новае браняванне"
699
 
700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
701
  msgid "The coupon code your customers will be using to receive the discount."
702
  msgstr ""
703
 
704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
705
  #, fuzzy
706
  msgid "The amount which will be saved. Enter only digits."
707
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
708
 
709
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
710
  msgid "The minimum total cost required to use the coupon"
711
  msgstr ""
712
 
713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3526
715
  #, fuzzy
716
  msgid "Minimum Purchase"
717
  msgstr "Купля"
718
 
719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
720
  msgid "The date your coupon will expire"
721
  msgstr ""
722
 
723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
724
  msgid "Resource list, which supports this coupon"
725
  msgstr ""
726
 
727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
729
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
730
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
@@ -736,575 +734,575 @@ msgstr ""
736
  msgid "Warning"
737
  msgstr ""
738
 
739
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
740
  #, fuzzy
741
  msgid "Do you really want to delete this item?"
742
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
743
 
744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3552
745
  #, fuzzy, php-format
746
  msgid "%s - coupon field, "
747
  msgstr "Гэта поле неабходна"
748
 
749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3553
750
  #, php-format
751
  msgid "Example: %s "
752
  msgstr "Прыклад: %s "
753
 
754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
755
  #, fuzzy
756
  msgid "Search form customization"
757
  msgstr "Форма"
758
 
759
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3593
760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
762
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
763
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
764
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3774
765
  msgid "Use these shortcodes for customization: "
766
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
767
 
768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3594
769
  #, php-format
770
  msgid "%s - search inside posts/pages which are part of this category, "
771
  msgstr ""
772
 
773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3595
774
  #, php-format
775
  msgid "%s - search inside posts/pages which have this tag, "
776
  msgstr ""
777
 
778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3596
779
  #, fuzzy, php-format
780
  msgid "%s - check-in date, "
781
  msgstr "Фармат даты"
782
 
783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3597
784
  #, fuzzy, php-format
785
  msgid "%s - check-out date, "
786
  msgstr "%s - поле з пазнакай"
787
 
788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3598
789
  #, fuzzy, php-format
790
  msgid "%s - default selection number of visitors, "
791
  msgstr "Лік наведвальнікаў"
792
 
793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3599
794
  #, fuzzy, php-format
795
  msgid "Example: %s - custom number of visitor selections\""
796
  msgstr "Лік наведвальнікаў"
797
 
798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3600
799
  #, fuzzy, php-format
800
  msgid "%s - search button, "
801
  msgstr "Прыклад: %s "
802
 
803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
805
  #, fuzzy, php-format
806
  msgid "%s - new line "
807
  msgstr "%s - дадаць новы радок"
808
 
809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3602
810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
811
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
812
  #, fuzzy
813
  msgid "Use any other HTML tags (carefully)."
814
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
815
 
816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3608
817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3645
818
  msgid ""
819
  "Additional customization style of this element you can make at this file"
820
  msgstr ""
821
 
822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3611
823
  #, fuzzy
824
  msgid "Reset to default search form content"
825
  msgstr "Абнавіць да значэння па змаўчанні"
826
 
827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
828
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3771
830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2468
831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4373
833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4531
834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
835
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
836
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1338
838
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
839
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
840
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
841
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1322
843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1582
844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1677
845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3659
846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3787
847
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
848
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
849
  msgid "Save Changes"
850
  msgstr "Захаваць змены"
851
 
852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
853
  #, fuzzy
854
  msgid "Customization of found booking resource items"
855
  msgstr "Кошты бранявання"
856
 
857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
858
  #, fuzzy, php-format
859
  msgid "%s - resource title, "
860
  msgstr "Загаловак"
861
 
862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
863
  #, fuzzy, php-format
864
  msgid "%s - link to the page with booking form, "
865
  msgstr "%s - уставіць тып бранявання"
866
 
867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3632
868
  #, fuzzy, php-format
869
  msgid "%s - availability of booking resource, "
870
  msgstr "%s - уставіць тып бранявання"
871
 
872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3633
873
  #, fuzzy, php-format
874
  msgid "%s - maximum number of visitors for the booking resource, "
875
  msgstr "%s - уставіць тып бранявання"
876
 
877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3634
878
  #, fuzzy, php-format
879
  msgid "%s - cost of booking the resource, "
880
  msgstr "%s - уставіць тып бранявання"
881
 
882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
883
  #, php-format
884
  msgid ""
885
  "%s - featured image, taken from the featured image associated with the post, "
886
  msgstr ""
887
 
888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3636
889
  #, php-format
890
  msgid "%s - booking info, taken from the excerpt associated with the post, "
891
  msgstr ""
892
 
893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3648
894
  #, fuzzy
895
  msgid "Reset to default form"
896
  msgstr "Па змаўчанні"
897
 
898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:228
900
  #, fuzzy
901
  msgid "Search form"
902
  msgstr "Форма"
903
 
904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:452
906
  #, fuzzy
907
  msgid "Check-in"
908
  msgstr "Дзеці"
909
 
910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:462
912
  #, fuzzy
913
  msgid "Check-out"
914
  msgstr "Дзеці"
915
 
916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3666
917
  msgid "Number of visitors"
918
  msgstr "Лік наведвальнікаў"
919
 
920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
921
  #, fuzzy
922
  msgid "Search Cache Settings"
923
  msgstr "Усталёўкі"
924
 
925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3712
926
  msgid "Cache expiration"
927
  msgstr ""
928
 
929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
930
  #, fuzzy
931
  msgid "hour(s)"
932
  msgstr "за 1 гадзіна"
933
 
934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3132
936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3301
937
  #, fuzzy
938
  msgid "day(s)"
939
  msgstr "за 1 дзень"
940
 
941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
942
  msgid "Select time of cache expiration"
943
  msgstr ""
944
 
945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
946
  msgid "Cache will expire:"
947
  msgstr ""
948
 
949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
950
  #, php-format
951
  msgid "Found: %s booking forms inside of posts or pages "
952
  msgstr ""
953
 
954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
955
  msgid "Reset cache"
956
  msgstr ""
957
 
958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3833
959
  #, fuzzy
960
  msgid "Parent Resource"
961
  msgstr "Імя рэсурсу"
962
 
963
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3858
964
  #, fuzzy
965
  msgid "Max visitors"
966
  msgstr "Наведвальнікі"
967
 
968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
969
  msgid "Capacity: "
970
  msgstr ""
971
 
972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3943
973
  msgid ""
974
  "Select parent resource, if you want that parent resource is increase "
975
  "capacity."
976
  msgstr ""
977
 
978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3954
979
  msgid ""
980
  "Set priority of resource - resource with higher priority will be reserved "
981
  "firstly."
982
  msgstr ""
983
 
984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3965
985
  #, fuzzy
986
  msgid "Resources count"
987
  msgstr "Кошт рэсурсу"
988
 
989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
990
  #, fuzzy
991
  msgid "Create several booking resources for one time"
992
  msgstr "Тып бранявання"
993
 
994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3986
995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2300
996
  #, fuzzy
997
  msgid "Default form"
998
  msgstr "Па змаўчанні"
999
 
1000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3991
1001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4193
1003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4245
1004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:924
1005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1130
1006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1176
1007
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2302
1008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4349
1009
  msgid "Standard"
1010
  msgstr "Стандарт "
1011
 
1012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3996
1013
  #, fuzzy
1014
  msgid "Select default custom booking form"
1015
  msgstr "Выдаленне дадзеных па браняванні"
1016
 
1017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4085
1018
  msgid "Available: "
1019
  msgstr "Доступа: "
1020
 
1021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:654
1023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3950
1024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1746
1025
  msgid "Default"
1026
  msgstr "Па змаўчанні"
1027
 
1028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4194
1030
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4233
1031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4234
1032
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4246
1033
  msgid "Superior"
1034
  msgstr "Супериор "
1035
 
1036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1037
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1038
  #, fuzzy
1039
  msgid "Resource #1"
1040
  msgstr "за 1 дзень"
1041
 
1042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4195
1044
  msgid "Presidential Suite"
1045
  msgstr "Президенский нумар "
1046
 
1047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1048
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1049
  #, fuzzy
1050
  msgid "Resource #2"
1051
  msgstr "Імя рэсурсу"
1052
 
1053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4196
1055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1418
1056
  msgid "Royal Villa"
1057
  msgstr "Віла "
1058
 
1059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1060
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1061
  #, fuzzy
1062
  msgid "Resource #3"
1063
  msgstr "Імя рэсурсу"
1064
 
1065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
1066
  #, fuzzy
1067
  msgid "night(s)"
1068
  msgstr "за 1 ноч"
1069
 
1070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1071
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
1074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3875
1076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
1077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3905
1078
  msgid "Adults"
1079
  msgstr ""
1080
 
1081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1082
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
 
1085
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3876
1087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
1088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3906
1089
  msgid "Children"
1090
  msgstr "Дзеці"
1091
 
1092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1096
  #, fuzzy
1097
  msgid "per 1 day"
1098
  msgstr "за 1 дзень"
1099
 
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2995
1102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1103
  #, fuzzy
1104
  msgid "from the cost of 1 day "
1105
  msgstr "за 1 дзень"
1106
 
1107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2996
1109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1110
  #, fuzzy, php-format
1111
  msgid "Additional cost in %s per 1 day"
1112
  msgstr "Дадатковы кошт для "
1113
 
 
1114
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:270
1116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
1119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3044
1120
  #, fuzzy
1121
  msgid " for all days!"
1122
  msgstr "днеи"
1123
 
1124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
1126
  #, fuzzy
1127
  msgid "Custom Form"
1128
  msgstr "Наладжвальны"
1129
 
1130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4366
1132
  #, fuzzy
1133
  msgid "Load selected booking form"
1134
  msgstr "Форма бранявання"
1135
 
1136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4368
1138
  msgid "Load"
1139
  msgstr ""
1140
 
1141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:944
1142
  #, fuzzy
1143
  msgid "Delete selected booking form"
1144
  msgstr "Форма бранявання"
1145
 
1146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:947
1147
  #, fuzzy
1148
  msgid "Do you really want to delete selected booking form ?"
1149
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
1150
 
1151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:954
1152
  #, fuzzy
1153
  msgid "Add new custom form"
1154
  msgstr "Дадаць новае браняванне"
1155
 
1156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:955
1157
  #, fuzzy
1158
  msgid "Add New Custom Form"
1159
  msgstr "Дадаць новае браняванне"
1160
 
1161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:960
1162
  #, fuzzy
1163
  msgid "Type the name of booking form"
1164
  msgstr "Форма бранявання"
1165
 
1166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:963
1167
  #, fuzzy
1168
  msgid "Create new form"
1169
  msgstr "Форма"
1170
 
1171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:966
1172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3599
1173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3847
1174
  msgid "Create"
1175
  msgstr ""
1176
 
1177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:968
1178
  #, fuzzy
1179
  msgid "Delete form"
1180
  msgstr "Выдаліць"
1181
 
1182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
1183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:620
1184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:660
1185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2788
1186
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1187
  msgid "Cancel"
1188
  msgstr "Адмена"
1189
 
1190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1001
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:304
1192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:460
1193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:198
1194
  msgid "Deleted"
1195
  msgstr "Выдалена"
1196
 
1197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1008
1198
  #, fuzzy
1199
  msgid "There are no extended booking forms"
1200
  msgstr "Браняванне"
1201
 
1202
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1128
1203
  #, fuzzy
1204
  msgid "Booking form type:"
1205
  msgstr "Форма бранявання"
1206
 
1207
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1135
1208
  #, fuzzy
1209
  msgid "Select type of booking form"
1210
  msgstr "Форма бранявання"
1211
 
1212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1171
1213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1686
1214
  #, fuzzy
1215
  msgid "Booking Form"
1216
  msgstr "Форма бранявання"
1217
 
1218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1251
1219
  #, fuzzy
1220
  msgid "Standard booking resource cost"
1221
  msgstr "Тып бранявання"
1222
 
1223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1252
1224
  #, fuzzy
1225
  msgid "Total booking resource cost"
1226
  msgstr "Тып бранявання"
1227
 
1228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1566
1229
  #, php-format
1230
  msgid ""
1231
  "%s - show cost hint for full booking in real time, depending on number of "
1232
  "days selected and form elements."
1233
  msgstr ""
1234
 
1235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1567
1236
  #, fuzzy, php-format
1237
  msgid "Example: %sThe full cost of payment: %s"
1238
  msgstr "%s - уставіць даты бранявання"
1239
 
1240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1568
1241
  #, php-format
1242
  msgid ""
1243
  "%s - show hint of original booking cost without additional costs for full "
1244
  "booking in real time, depends only from days selection."
1245
  msgstr ""
1246
 
1247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1569
1248
  #, fuzzy, php-format
1249
  msgid "Example: %sThe original cost for payment: %s "
1250
  msgstr "%s - уставіць даты бранявання"
1251
 
1252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1570
1253
  #, php-format
1254
  msgid ""
1255
  "%s - show cost hint of additional booking cost, which depends from selection "
1256
  "of form elements."
1257
  msgstr ""
1258
 
1259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1571
1260
  #, php-format
1261
  msgid "Example: %sThe additional cost for payment: %s "
1262
  msgstr ""
1263
 
1264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1265
  #, php-format
1266
  msgid "%s - enter direct cost at admin panel at page: "
1267
  msgstr ""
1268
 
1269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:707
1271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
1272
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1273
  msgid "Add booking"
1274
  msgstr "Дадаць рэзерв"
1275
 
1276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1573
1277
  #, fuzzy, php-format
1278
  msgid "Example: %s"
1279
  msgstr "Прыклад: %s "
1280
 
1281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2113
1282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:293
1283
  msgid "yes"
1284
  msgstr "так"
1285
 
1286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2222
1287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2226
1288
  #, fuzzy
1289
  msgid ""
1290
  "Setting rate or cost, which is depend from number of selected days for the "
1291
  "resource"
1292
  msgstr "Лік дзён"
1293
 
1294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1297
  msgid "Rates"
1298
  msgstr "Рэйты "
1299
 
1300
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2265
1302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1303
  #, fuzzy
1304
  msgid "Valuation days"
1305
  msgstr "днеи"
1306
 
1307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1308
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1309
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1310
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
@@ -1313,91 +1311,91 @@ msgstr "днеи"
1313
  msgid "Deposit"
1314
  msgstr "фіксаваны ўнёсак"
1315
 
1316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2227
1317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2288
1318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4762
1319
  msgid "Availability"
1320
  msgstr "Даступнасць"
1321
 
1322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2231
1323
  msgid "Setting the default form for the specific resource"
1324
  msgstr ""
1325
 
1326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1327
  #, fuzzy
1328
  msgid "Default Form"
1329
  msgstr "Па змаўчанні"
1330
 
1331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2268
1332
  #, fuzzy
1333
  msgid "Set the cost based on the number of days selected for the reservation"
1334
  msgstr "Лік дзён"
1335
 
1336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1337
  msgid ""
1338
  "Activation of this feature is require setting cost per day or cost per night"
1339
  msgstr ""
1340
 
1341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2276
1342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1344
  #, fuzzy
1345
  msgid "Deposit amount"
1346
  msgstr "фіксаваны ўнёсак"
1347
 
1348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2279
1349
  #, fuzzy
1350
  msgid "Set the deposit payment required for the payment form"
1351
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
1352
 
1353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1354
  msgid ""
1355
  "Activate this feature at the cost section of general booking settings page, "
1356
  "firstly."
1357
  msgstr ""
1358
 
1359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2409
1360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
1362
  msgid "unavailable"
1363
  msgstr "Недаступныя дні "
1364
 
1365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2410
1366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2421
1367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1368
  msgid "available"
1369
  msgstr "даступныя дні "
1370
 
1371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2412
1372
  #, fuzzy
1373
  msgid "Availability booking type"
1374
  msgstr "Даступнасць"
1375
 
1376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1377
  #, fuzzy, php-format
1378
  msgid "All days for %s"
1379
  msgstr "Усе дні для %s "
1380
 
1381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2427
1382
  #, fuzzy, php-format
1383
  msgid ""
1384
  "Select %s days by activating specific season filter below or %sadd new "
1385
  "season filter%s"
1386
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1387
 
1388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2438
1389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2460
1390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4157
1391
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4178
1392
  #, fuzzy
1393
  msgid "Season Filter Name"
1394
  msgstr "Фільтр "
1395
 
1396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2439
1397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2461
1398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2571
1399
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2640
1400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
1401
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1402
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1403
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
@@ -1406,22 +1404,22 @@ msgstr "Фільтр "
1406
  msgid "Description"
1407
  msgstr "Апісанне даступнасць"
1408
 
1409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2457
1410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2975
1413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3105
1414
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3267
1415
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1416
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1417
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1418
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1419
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1420
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3317
1421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3385
1422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3444
1423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3518
1424
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3595
1425
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1426
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1427
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
@@ -1430,12 +1428,12 @@ msgstr "Апісанне даступнасць"
1430
  msgid "Active"
1431
  msgstr "Актыўна"
1432
 
1433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2548
1434
  #, fuzzy
1435
  msgid "Seasonal rates of booking resource"
1436
  msgstr "Тып бранявання"
1437
 
1438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2554
1439
  #, fuzzy, php-format
1440
  msgid ""
1441
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
@@ -1444,54 +1442,54 @@ msgstr ""
1444
  "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s "
1445
  "ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1446
 
1447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2620
1449
  msgid "Final cost"
1450
  msgstr "Фінальны кошт"
1451
 
1452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1453
  #, fuzzy
1454
  msgid "Season Filter"
1455
  msgstr "Фільтр "
1456
 
1457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2601
1458
  #, fuzzy
1459
  msgid "Rate"
1460
  msgstr "Рэйты "
1461
 
1462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1463
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2630
1464
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1465
  msgid "for 1 day"
1466
  msgstr "за 1 дзень"
1467
 
1468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2611
1469
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2631
1470
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1471
  msgid "for 1 night"
1472
  msgstr "за 1 ноч"
1473
 
1474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2612
1475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2632
1476
  msgid "fixed deposit"
1477
  msgstr "фіксаваны ўнёсак"
1478
 
1479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2613
1480
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2633
1481
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1482
  msgid "for 1 hour"
1483
  msgstr "за 1 гадзіна"
1484
 
1485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2639
1486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3589
1487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3837
1488
  #, fuzzy
1489
  msgid "Filter Name"
1490
  msgstr "Фільтр "
1491
 
1492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1495
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1496
  #, fuzzy
1497
  msgid "Note!"
@@ -1499,109 +1497,109 @@ msgstr ""
1499
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
1500
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
1501
 
1502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1503
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1504
  msgstr ""
1505
 
1506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2651
1507
  #, fuzzy
1508
  msgid "Update Rates"
1509
  msgstr "Рэйты "
1510
 
1511
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2886
1512
  msgid "Set cost of booking resource based on the number of days selected"
1513
  msgstr ""
1514
 
1515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1516
  #, php-format
1517
  msgid ""
1518
  "If you add costs here, %srates%s for this booking resource will not take "
1519
  "effect !!!"
1520
  msgstr ""
1521
 
1522
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2891
1523
  #, php-format
1524
  msgid ""
1525
  "Cost setings at %stop have higher priority%s than other costs of same type "
1526
  "at the %sbottom%s of the list."
1527
  msgstr ""
1528
 
1529
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2892
1530
  #, php-format
1531
  msgid ""
1532
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1533
  "terms %s and after terms %s"
1534
  msgstr ""
1535
 
1536
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1537
  #, php-format
1538
  msgid "%s and %s terms have higher priority than a range %s days."
1539
  msgstr ""
1540
 
1541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2897
1542
  msgid "Warning!"
1543
  msgstr ""
1544
 
1545
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2898
1546
  msgid ""
1547
  "Specific cost will take affect, only if it active (the box at the left side "
1548
  "is checked) and if \"Check In\" (start) date belong to selected season "
1549
  "filter or if set \"Any days\"."
1550
  msgstr ""
1551
 
1552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2907
1553
  #, fuzzy
1554
  msgid "Number of Days"
1555
  msgstr "днеи"
1556
 
1557
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1558
  #, fuzzy
1559
  msgid "Cost Settings"
1560
  msgstr "Усталёўкі"
1561
 
1562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2909
1563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3053
1565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3147
1566
  #, fuzzy
1567
  msgid "Season Filter of Check In date"
1568
  msgstr "Фільтр дат"
1569
 
1570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2931
1571
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3005
1572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3116
1573
  #, fuzzy
1574
  msgid "For"
1575
  msgstr "Форма"
1576
 
1577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2933
1578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3009
1579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3121
1580
  #, fuzzy
1581
  msgid "Day Number(s)"
1582
  msgstr "Лік наведвальнікаў"
1583
 
1584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2939
1585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3015
1586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3127
1587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1588
  msgid "to"
1589
  msgstr "да"
1590
 
1591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2943
1592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3021
1593
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1595
  #, fuzzy
1596
  msgid "day"
1597
  msgstr "за 1 дзень"
1598
 
 
1599
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3028
1601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3137
1602
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1603
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
1605
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1606
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1607
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
@@ -1614,297 +1612,297 @@ msgstr "за 1 дзень"
1614
  msgid "Cost"
1615
  msgstr "Кошт"
1616
 
1617
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3055
1619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3149
1620
  #, fuzzy
1621
  msgid "Any days"
1622
  msgstr "Любы дзень тыдня"
1623
 
1624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1627
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
1629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
1630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
1631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3539
1632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
1633
  msgid "From"
1634
  msgstr "Ад каго"
1635
 
1636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3118
1638
  msgid "Together"
1639
  msgstr ""
1640
 
1641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3022
1642
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
1645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
1646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
1647
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
1648
  msgid "days"
1649
  msgstr "днеи"
1650
 
1651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3160
1653
  msgid "Remove"
1654
  msgstr ""
1655
 
1656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1657
  #, fuzzy
1658
  msgid "Add new cost"
1659
  msgstr "Дадаць новае браняванне"
1660
 
1661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3115
1662
  #, fuzzy
1663
  msgid "for all days"
1664
  msgstr "днеи"
1665
 
1666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1667
  #, fuzzy
1668
  msgid "Set amount of deposit payment"
1669
  msgstr "%s - уставіць даты бранявання"
1670
 
1671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3249
1672
  #, fuzzy
1673
  msgid "Deposit payment total"
1674
  msgstr "фіксаваны ўнёсак"
1675
 
1676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3252
1677
  #, fuzzy
1678
  msgid "Deposit payment is not active for booking resource"
1679
  msgstr "Сезонныя змены коштаў"
1680
 
1681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1682
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
1684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
1685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3435
1686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3510
1687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3586
1688
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1453
1689
  msgid "Status"
1690
  msgstr ""
1691
 
1692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1693
  #, fuzzy
1694
  msgid "deposit payment for booking resource"
1695
  msgstr "Тып бранявання"
1696
 
1697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3283
1698
  #, fuzzy
1699
  msgid "fixed total in"
1700
  msgstr "фіксаваны ўнёсак"
1701
 
1702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3284
1703
  #, fuzzy
1704
  msgid "of payment"
1705
  msgstr "Аплата"
1706
 
1707
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3290
1708
  #, fuzzy
1709
  msgid "Condition"
1710
  msgstr "Выдаленне дадзеных па браняванні"
1711
 
1712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3293
1713
  #, php-format
1714
  msgid ""
1715
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1716
  "In%s days more than"
1717
  msgstr ""
1718
 
1719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3311
1720
  #, fuzzy
1721
  msgid "Update Deposit"
1722
  msgstr "фіксаваны ўнёсак"
1723
 
1724
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3334
1725
  #, fuzzy
1726
  msgid "Deposit payment"
1727
  msgstr "фіксаваны ўнёсак"
1728
 
1729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3339
1730
  #, fuzzy, php-format
1731
  msgid ""
1732
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1733
  "payment form, instead of the full total of the booking."
1734
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1735
 
1736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1737
  #, fuzzy, php-format
1738
  msgid ""
1739
  " You can configure the deposit payment for your booking resources %shere%s."
1740
  msgstr "Сезонныя змены коштаў"
1741
 
1742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1744
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1745
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1746
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1747
  msgid "Su"
1748
  msgstr "Вс"
1749
 
1750
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1752
  msgid "Mo"
1753
  msgstr "Пн"
1754
 
1755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1757
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1758
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1760
  msgid "Tu"
1761
  msgstr "Вт"
1762
 
1763
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1764
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1765
  msgid "We"
1766
  msgstr "Ср"
1767
 
1768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1770
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1771
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1772
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1773
  msgid "Th"
1774
  msgstr "Чт"
1775
 
1776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1778
  msgid "Fr"
1779
  msgstr "Пт"
1780
 
1781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1783
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1784
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1786
  msgid "Sa"
1787
  msgstr "Сб"
1788
 
1789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1790
  msgid "Jan"
1791
  msgstr "Янв"
1792
 
1793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1794
  msgid "Feb"
1795
  msgstr "Фев"
1796
 
1797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1798
  msgid "Mar"
1799
  msgstr "Сакавік"
1800
 
1801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1802
  msgid "Apr"
1803
  msgstr "Апр"
1804
 
1805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1806
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4012
1807
  msgid "May"
1808
  msgstr "Травень"
1809
 
1810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1811
  msgid "Jun"
1812
  msgstr "Чэрвень"
1813
 
1814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1815
  msgid "Jul"
1816
  msgstr "Ліпень"
1817
 
1818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1819
  msgid "Aug"
1820
  msgstr "Авг"
1821
 
1822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1823
  msgid "Sep"
1824
  msgstr "Сен"
1825
 
1826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1827
  msgid "Oct"
1828
  msgstr "Окт"
1829
 
1830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1831
  msgid "Nov"
1832
  msgstr "Ныючы"
1833
 
1834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1835
  msgid "Dec"
1836
  msgstr "Дэк"
1837
 
1838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1839
  msgid "time"
1840
  msgstr "час"
1841
 
1842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3457
1844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3478
1845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3495
1846
  msgid "No days"
1847
  msgstr "Няма дзён"
1848
 
1849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3439
1850
  msgid "Every"
1851
  msgstr "Кожны "
1852
 
1853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3480
1854
  msgid "of"
1855
  msgstr "з "
1856
 
1857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3547
1858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3788
1859
  msgid "Filter saved"
1860
  msgstr "Фільтр захаваны"
1861
 
1862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3583
1863
  #, fuzzy
1864
  msgid "Specific Dates Filter"
1865
  msgstr "Фільтр "
1866
 
1867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3592
1868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3840
1869
  #, fuzzy
1870
  msgid "Type filter name"
1871
  msgstr "Фільтр "
1872
 
1873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3597
1874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1877
  #, fuzzy
1878
  msgid "Create new season filter"
1879
  msgstr "Фільтр Дат"
1880
 
1881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3605
1882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3853
1883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1649
1884
  msgid "Reset"
1885
  msgstr ""
1886
 
1887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1889
  #, fuzzy
1890
  msgid "Create New Season Filter"
1891
  msgstr "Фільтр Дат"
1892
 
1893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1894
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1895
  msgid "Save changes"
1896
  msgstr "Захаваць змены "
1897
 
1898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
1899
  #, fuzzy
1900
  msgid "Conditional Dates Filter"
1901
  msgstr "Фільтр "
1902
 
1903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3865
1904
  msgid "Days of week"
1905
  msgstr "Дні тыдня "
1906
 
1907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3873
1908
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1910
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
@@ -1921,7 +1919,7 @@ msgstr "Дні тыдня "
1921
  msgid "Sunday"
1922
  msgstr "Нядзеля"
1923
 
1924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3879
1925
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1926
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1927
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
@@ -1938,7 +1936,7 @@ msgstr "Нядзеля"
1938
  msgid "Monday"
1939
  msgstr "Панядзелак"
1940
 
1941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3885
1942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
@@ -1956,7 +1954,7 @@ msgstr "Панядзелак"
1956
  msgid "Tuesday"
1957
  msgstr "Аўторак"
1958
 
1959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3891
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
@@ -1973,7 +1971,7 @@ msgstr "Аўторак"
1973
  msgid "Wednesday"
1974
  msgstr "Асяроддзе"
1975
 
1976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3897
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
@@ -1990,7 +1988,7 @@ msgstr "Асяроддзе"
1990
  msgid "Thursday"
1991
  msgstr "Чацвер"
1992
 
1993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3903
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1996
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
@@ -2007,7 +2005,7 @@ msgstr "Чацвер"
2007
  msgid "Friday"
2008
  msgstr "Пятніца"
2009
 
2010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3909
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2013
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
@@ -2024,339 +2022,339 @@ msgstr "Пятніца"
2024
  msgid "Saturday"
2025
  msgstr "Субота"
2026
 
2027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3921
2028
  msgid "Days of month"
2029
  msgstr "Дні месяца"
2030
 
2031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4001
2032
  #, fuzzy
2033
  msgid "Months"
2034
  msgstr "Месяцы"
2035
 
2036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4008
2037
  msgid "January"
2038
  msgstr "Студзень"
2039
 
2040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4009
2041
  msgid "February"
2042
  msgstr "Люты"
2043
 
2044
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4010
2045
  msgid "March"
2046
  msgstr "Сакавік"
2047
 
2048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4011
2049
  msgid "April"
2050
  msgstr "Красавік"
2051
 
2052
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4013
2053
  msgid "June"
2054
  msgstr "Чэрвень"
2055
 
2056
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4032
2057
  msgid "July"
2058
  msgstr "Ліпень"
2059
 
2060
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4033
2061
  msgid "August"
2062
  msgstr "Жнівень"
2063
 
2064
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4034
2065
  msgid "September"
2066
  msgstr "Верасень"
2067
 
2068
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4035
2069
  msgid "October"
2070
  msgstr "Кастрычнік"
2071
 
2072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4036
2073
  msgid "November"
2074
  msgstr "Лістапад"
2075
 
2076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4037
2077
  msgid "December"
2078
  msgstr "Снежань"
2079
 
2080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2081
  msgid "Years"
2082
  msgstr "Гады"
2083
 
2084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4131
2085
  msgid "Filter deleted successfully"
2086
  msgstr "Фільтр выдалены паспяхова"
2087
 
2088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
2089
  #, fuzzy
2090
  msgid "Create dates filter"
2091
  msgstr "Фільтр "
2092
 
2093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2094
  #, fuzzy
2095
  msgid "Create conditional days filter"
2096
  msgstr "Фільтр для часу ці дзён"
2097
 
2098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4151
2099
  #, fuzzy
2100
  msgid "Listing of season filters"
2101
  msgstr "Фільтры "
2102
 
2103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2104
  msgid "Filters"
2105
  msgstr "Фільтры "
2106
 
2107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4182
2108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4184
2109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1319
2111
  msgid "Edit"
2112
  msgstr "рэдагаваць "
2113
 
2114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4187
2115
  msgid "Do you really want to delete?"
2116
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2117
 
2118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4219
2119
  #, fuzzy
2120
  msgid "Showing cost in tooltip"
2121
  msgstr "Кошт"
2122
 
2123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4226
2124
  #, fuzzy
2125
  msgid ""
2126
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2127
  "over each day on the calendar(s)."
2128
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2129
 
2130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4234
2131
  #, fuzzy
2132
  msgid "Cost Title"
2133
  msgstr "Загаловак"
2134
 
2135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4236
2136
  #, php-format
2137
  msgid "Type your %scost%s description"
2138
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
2139
 
2140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4380
2141
  #, fuzzy
2142
  msgid "Advanced cost management"
2143
- msgstr "Пашыраныя налады"
2144
 
2145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4399
2146
  #, fuzzy
2147
  msgid "Configure Additional cost for the form"
2148
  msgstr "Дадатковы кошт для "
2149
 
2150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4442
2151
  #, fuzzy
2152
  msgid "Additional cost for"
2153
  msgstr "Кошт"
2154
 
2155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4492
2156
  msgid ""
2157
  "Check this box if you want that specific additional cost, which configured "
2158
  "as percentage for some option, apply to other additional fixed costs and not "
2159
  "only to original booking cost."
2160
  msgstr ""
2161
 
2162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4498
2163
  #, fuzzy
2164
  msgid ""
2165
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2166
  "checkbox(es)."
2167
  msgstr "Лік дзён"
2168
 
2169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4501
2170
  #, php-format
2171
  msgid ""
2172
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2173
  "they exist in the %sbooking form%s."
2174
  msgstr ""
2175
 
2176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4508
2177
  #, fuzzy
2178
  msgid "Enter additional cost in formats:"
2179
  msgstr "Дадатковы кошт для "
2180
 
2181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4509
2182
  #, php-format
2183
  msgid ""
2184
  "For example, if the original cost of the booking is %s, then after applying "
2185
  "additional costs the total cost will be folowing"
2186
  msgstr ""
2187
 
2188
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2189
  #, fuzzy
2190
  msgid "Enter fixed cost"
2191
  msgstr "фіксаваны ўнёсак"
2192
 
2193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2194
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2196
  #, fuzzy, php-format
2197
  msgid "%s, then total cost will be %s"
2198
  msgstr "Прыклад: %s "
2199
 
2200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2201
  #, fuzzy
2202
  msgid "Enter percentage of the entire booking"
2203
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2204
 
2205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2206
  #, fuzzy
2207
  msgid "Enter fixed amount for each selected day"
2208
  msgstr "Лік дзён"
2209
 
2210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2211
  #, php-format
2212
  msgid "%s, then total cost will be (if selected 3 days) %s"
2213
  msgstr ""
2214
 
2215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2216
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2217
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2218
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
2221
  #, fuzzy
2222
  msgid "or"
2223
  msgstr "Форма"
2224
 
2225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2226
  msgid ""
2227
  "Enter percentage as additional sum, which is based only on original cost and "
2228
  "not full sum"
2229
  msgstr ""
2230
 
2231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4525
2232
  #, php-format
2233
  msgid ""
2234
  "Please check more info about configuration of this cost settings on this "
2235
  "%spage%s."
2236
  msgstr ""
2237
 
2238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
2239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1214
2240
  #, fuzzy
2241
  msgid "Resource ID or Title"
2242
  msgstr "ID"
2243
 
2244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
2245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1216
2246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1398
2247
  msgid "Go"
2248
  msgstr ""
2249
 
2250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4626
2251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4652
2252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1273
2253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1298
2254
  msgid "Info"
2255
  msgstr "Інфа"
2256
 
2257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4638
2258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1284
2259
  #, fuzzy
2260
  msgid "Selection"
2261
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2262
 
2263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4641
2264
  #, fuzzy
2265
  msgid "Resource Name"
2266
  msgstr "Імя рэсурсу"
2267
 
2268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4674
2269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1318
2270
  #, fuzzy
2271
  msgid "Bulk Actions"
2272
  msgstr "Функцыі "
2273
 
2274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4743
2275
  #, fuzzy
2276
  msgid "management"
2277
  msgstr "Пашыраная налада коштаў"
2278
 
2279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4745
2280
  #, fuzzy
2281
  msgid "Costs and Rates"
2282
  msgstr "Рэйты "
2283
 
2284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2288
  #, fuzzy
2289
  msgid "Customization of"
2290
  msgstr "Налада Paypal"
2291
 
2292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2293
  msgid "rates, valuation days cost and deposit amount "
2294
  msgstr ""
2295
 
2296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4750
2297
  #, fuzzy
2298
  msgid "Advanced Cost"
2299
- msgstr "Пашыраныя налады"
2300
 
2301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2302
  msgid "additional cost, which depend from form fields"
2303
  msgstr ""
2304
 
2305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4756
2306
  #, fuzzy
2307
  msgid "Coupons"
2308
  msgstr "Лік дзён"
2309
 
2310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4770
2312
  #, fuzzy
2313
  msgid "Setting"
2314
  msgstr "Усталёўкі"
2315
 
2316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2317
  msgid "for discount"
2318
  msgstr ""
2319
 
2320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4778
2322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
2323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
2324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
2325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
2326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1236
2328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
2329
  #, fuzzy
2330
  msgid "settings"
2331
  msgstr "Усталёўкі"
2332
 
2333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2334
  #, fuzzy
2335
  msgid "Season Filters"
2336
  msgstr "Фільтры "
2337
 
2338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4814
2339
  msgid "Cost: "
2340
  msgstr "Кошт:"
2341
 
2342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4844
2343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:660
2344
  msgid "Weekend"
2345
  msgstr "Выходныя"
2346
 
2347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4845
2348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:661
2349
  msgid "Work days"
2350
  msgstr "Працоўныя дні"
2351
 
2352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4846
2353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:662
2354
  msgid "High season"
2355
  msgstr "Высокі сазон"
2356
 
2357
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
2359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3850
2360
  msgid "Select Times"
2361
  msgstr ""
2362
 
@@ -2433,11 +2431,11 @@ msgid "Send Request"
2433
  msgstr "Адправіць"
2434
 
2435
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:739
2437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1024
2438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:488
2439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:551
2440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:607
2441
  #, fuzzy
2442
  msgid "Close"
2443
  msgstr "Кошт"
@@ -2463,36 +2461,36 @@ msgid "Email to \"Person\" with payment request"
2463
  msgstr ""
2464
 
2465
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3450
2467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2469
  #, fuzzy
2470
  msgid "Send to Admin"
2471
  msgstr "Адправіць"
2472
 
2473
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3458
2475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3532
2476
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3609
2477
  #, fuzzy
2478
  msgid "Check this box to send copy of this email to Admin"
2479
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2480
 
2481
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
2483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3466
2484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3541
2485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3618
2486
  #, fuzzy, php-format
2487
  msgid "Type the default %sadmin email%s sending the booking confimation"
2488
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
2489
 
2490
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3337
2492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3398
2493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3471
2494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3546
2495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3623
2496
  msgid "Subject"
2497
  msgstr "Тэма ліста"
2498
 
@@ -2502,11 +2500,11 @@ msgid "Type email subject for %spayment request%s."
2502
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2503
 
2504
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
2506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3407
2507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3478
2508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3553
2509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3630
2510
  #, fuzzy
2511
  msgid "Content"
2512
  msgstr "Панядзелак"
@@ -2594,7 +2592,7 @@ msgid "Post Code"
2594
  msgstr ""
2595
 
2596
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3904
2598
  #, fuzzy
2599
  msgid "Country"
2600
  msgstr "Лік дзён"
@@ -2624,8 +2622,8 @@ msgid "Time Format"
2624
  msgstr "Фармат даты"
2625
 
2626
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:527
2628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:577
2629
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2630
  msgid "Custom"
2631
  msgstr "Наладжвальны"
@@ -2933,21 +2931,21 @@ msgstr ""
2933
  "карыстанне сэрвісам бранявання.\""
2934
 
2935
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1420
2937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3951
2938
  #, fuzzy
2939
  msgid "Apartment#1"
2940
  msgstr "за 1 дзень"
2941
 
2942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2943
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1421
2944
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3952
2945
  #, fuzzy
2946
  msgid "Apartment#2"
2947
  msgstr "Апартаменты №2"
2948
 
2949
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3953
2951
  #, fuzzy
2952
  msgid "Apartment#3"
2953
  msgstr "Апартаменты №3"
@@ -3813,76 +3811,76 @@ msgstr "Чэрвень"
3813
  msgid "Select option to configure or show help info about tags"
3814
  msgstr ""
3815
 
3816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:263
3817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:288
3818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:447
3819
  msgid "Saved"
3820
  msgstr "Захавана"
3821
 
3822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:363
3823
  msgid ""
3824
  "You can use (in subject and content of email template) any shortcodes, which "
3825
  "you used in the booking form. Use the shortcodes in the same way as you used "
3826
  "them in the content form at Settings Fields page."
3827
  msgstr ""
3828
 
3829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:365
3830
  msgid "In addition you can use these shortcodes"
3831
  msgstr ""
3832
 
3833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:366
3834
  #, php-format
3835
  msgid ""
3836
  "%s - inserting data info about the booking, which you configured in the "
3837
  "content form at Settings Fields page"
3838
  msgstr ""
3839
 
3840
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:367
3841
  #, fuzzy, php-format
3842
  msgid "%s - inserting ID of booking "
3843
  msgstr "%s - уставіць даты бранявання"
3844
 
3845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:368
3846
  #, fuzzy, php-format
3847
  msgid "%s or %s - inserting the title of the booking resource "
3848
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
3849
 
3850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3851
  #, fuzzy, php-format
3852
  msgid "%s - inserting the cost of booking "
3853
  msgstr "%s - уставіць даты бранявання"
3854
 
3855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:373
3856
  #, fuzzy, php-format
3857
  msgid "%s - inserting the dates of booking"
3858
  msgstr "%s - уставіць даты бранявання"
3859
 
3860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:374
3861
  #, fuzzy, php-format
3862
  msgid "%s - inserting check-in date (first day of reservation),"
3863
  msgstr "%s - уставіць даты бранявання"
3864
 
3865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
3866
  #, fuzzy, php-format
3867
  msgid "%s - inserting check-out date (last day of reservation),"
3868
  msgstr "%s - уставіць даты бранявання"
3869
 
3870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
3871
  #, fuzzy, php-format
3872
  msgid "%s - inserting the number of booking dates "
3873
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3874
 
3875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:378
3876
  #, fuzzy, php-format
3877
  msgid "%s - inserting your site URL "
3878
  msgstr "%s - дадаць новы радок"
3879
 
3880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
3881
  #, fuzzy, php-format
3882
  msgid "%s - inserting moderate link of new booking "
3883
  msgstr "%s - уставіць даты бранявання"
3884
 
3885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:382
3886
  #, php-format
3887
  msgid ""
3888
  "%s - inserting link to the page where visitor can edit the reservation, "
@@ -3890,7 +3888,7 @@ msgid ""
3890
  "Example: %s )"
3891
  msgstr ""
3892
 
3893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
3894
  #, php-format
3895
  msgid ""
3896
  "%s - inserting link to the page where visitor can cancel the reservation, "
@@ -3898,7 +3896,7 @@ msgid ""
3898
  "Example: %s )"
3899
  msgstr ""
3900
 
3901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:386
3902
  #, php-format
3903
  msgid ""
3904
  "%s - inserting link to payment page where visitor can pay for the "
@@ -3906,36 +3904,36 @@ msgid ""
3906
  "this page. Example: %s )"
3907
  msgstr ""
3908
 
3909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:390
3910
  #, fuzzy, php-format
3911
  msgid ""
3912
  "%s - add the reason for booking payment, you can enter it before sending "
3913
  "email, "
3914
  msgstr "%s - уставіць чыннік адмовы"
3915
 
3916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:392
3917
  #, fuzzy, php-format
3918
  msgid ""
3919
  "%s - add the reason booking was cancelled, you can enter it before sending "
3920
  "email, "
3921
  msgstr "%s - уставіць чыннік адмовы"
3922
 
3923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:395
3924
  #, php-format
3925
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3926
  msgstr ""
3927
 
3928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:413
3929
  #, fuzzy
3930
  msgid "Enter Keyword here"
3931
  msgstr "Увядзіце ваш тэлефон"
3932
 
3933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
3934
  msgid "Keyword"
3935
  msgstr ""
3936
 
3937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:424
3938
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:428
3939
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3940
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3941
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
@@ -3944,107 +3942,105 @@ msgstr ""
3944
  msgid "Resource"
3945
  msgstr "Імя рэсурсу"
3946
 
3947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:443
3948
  #, fuzzy
3949
  msgid "Print bookings listing"
3950
  msgstr "Браняванне"
3951
 
3952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:445
3953
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1022
3954
  #, fuzzy
3955
  msgid "Print"
3956
  msgstr "Аплата"
3957
 
3958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:446
3959
  msgid "Export only current page of bookings to CSV format"
3960
  msgstr ""
3961
 
3962
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
3963
  #, fuzzy
3964
  msgid "Export"
3965
  msgstr "Супериор "
3966
 
3967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:449
3968
  msgid "Export All bookings to CSV format"
3969
  msgstr ""
3970
 
3971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
3972
  msgid "Export All"
3973
  msgstr ""
3974
 
3975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:542
3976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1239
3977
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
3978
  msgid "Labels"
3979
  msgstr ""
3980
 
3981
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:543
3982
  #, fuzzy
3983
  msgid "Data"
3984
  msgstr "Даты"
3985
 
3986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:560
3987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:653
3988
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1547
3989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1449
3990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1901
3991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1957
3992
  msgid "Approved"
3993
  msgstr "Пацверджана"
3994
 
3995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:561
3996
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
3997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
3998
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1448
3999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1900
4000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
4001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2382
4002
  msgid "Pending"
4003
  msgstr "Якія чакаюць сцвярджэнні"
4004
 
4005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:583
4006
  #, fuzzy
4007
  msgid "Edit Booking"
4008
  msgstr "рэдагаваць "
4009
 
4010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:588
4011
  #, fuzzy
4012
  msgid "Edit Note"
4013
  msgstr "рэдагаваць "
4014
 
4015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:592
4016
  #, fuzzy
4017
  msgid "Change Resource"
4018
  msgstr "Імя рэсурсу"
4019
 
4020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:652
4021
  #, fuzzy
4022
  msgid "Change"
4023
  msgstr "Змены "
4024
 
4025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:758
4026
  #, fuzzy
4027
  msgid "Clear booking resources selection"
4028
  msgstr "Тып бранявання"
4029
 
4030
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:762
4031
  #, fuzzy
4032
  msgid "Apply booking resources selection"
4033
  msgstr "Тып бранявання"
4034
 
4035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:793
4036
  msgid ""
4037
  "Please note, its not possible to add new resources, if \"All resources\" "
4038
  "option is selected. Please clear the selection, then add new resources."
4039
  msgstr ""
4040
 
4041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:869
4042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
4043
  #, fuzzy
4044
  msgid "All resources"
4045
  msgstr "Кошт рэсурсу"
4046
 
4047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:883
4048
  #, fuzzy
4049
  msgid "Booking resources"
4050
  msgstr "Браняванне"
@@ -4092,8 +4088,8 @@ msgid "In-Progress"
4092
  msgstr ""
4093
 
4094
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:948
4096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1847
4097
  msgid "Unknown"
4098
  msgstr ""
4099
 
@@ -4172,7 +4168,7 @@ msgid "Voided"
4172
  msgstr ""
4173
 
4174
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2001
4176
  msgid "Created"
4177
  msgstr ""
4178
 
@@ -4213,8 +4209,8 @@ msgid "Any Status"
4213
  msgstr "Любы дзень тыдня"
4214
 
4215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:945
4217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1844
4218
  #, fuzzy
4219
  msgid "Paid OK"
4220
  msgstr "Ок"
@@ -4225,8 +4221,8 @@ msgid "Unknown Status"
4225
  msgstr "Усталёўкі для бранявання"
4226
 
4227
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:924
4229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:926
4230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4231
  msgid "Payment"
4232
  msgstr "Аплата"
@@ -4256,184 +4252,184 @@ msgstr "Сакавік"
4256
  msgid "Send payment request to visitor"
4257
  msgstr "налада емейла"
4258
 
4259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:868
4260
  #, fuzzy
4261
  msgid "Payment status"
4262
  msgstr "Аплата"
4263
 
4264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:890
4265
  #, fuzzy
4266
  msgid "Save cost"
4267
  msgstr "Захаваць"
4268
 
4269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:913
4270
  #, fuzzy
4271
  msgid "Change status"
4272
  msgstr "Дадаць новае браняванне"
4273
 
4274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:678
4275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:736
4276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:395
4277
  msgid "Updating..."
4278
  msgstr "Захаванне..."
4279
 
4280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:683
4281
  msgid "User is Activated"
4282
  msgstr ""
4283
 
4284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:741
4285
  #, fuzzy
4286
  msgid "User is Deactivated"
4287
  msgstr "калі ўбудова дэактываваны"
4288
 
4289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:853
4290
  #, php-format
4291
  msgid ""
4292
  "%sYou do not have permissions for this page.%s Your account is not active, "
4293
  "please contact administrator.%s"
4294
  msgstr ""
4295
 
4296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:888
4297
  #, php-format
4298
  msgid "%sYou do not have permissions for this booking resources.%s"
4299
  msgstr ""
4300
 
4301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:894
4302
  #, fuzzy, php-format
4303
  msgid "%sNo this booking resources.%s"
4304
  msgstr "%sвведите час пачатку бранявання%s"
4305
 
4306
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4307
  #, fuzzy
4308
  msgid "Show resources of user:"
4309
  msgstr "Паказаць"
4310
 
4311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1046
4312
  #, fuzzy
4313
  msgid "My"
4314
  msgstr "Травень"
4315
 
4316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1065
4317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:339
4318
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4319
  #, fuzzy
4320
  msgid "Booking resource:"
4321
  msgstr "Тып бранявання"
4322
 
4323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1097
4324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1136
4325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1233
4326
  #, fuzzy
4327
  msgid "Users"
4328
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
4329
 
4330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1117
4331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1238
4332
  #, fuzzy
4333
  msgid "User"
4334
  msgstr "Гады"
4335
 
4336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1138
4337
  msgid "Management of"
4338
  msgstr ""
4339
 
4340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1242
4341
  msgid "Set user as"
4342
  msgstr ""
4343
 
4344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1275
4345
  #, fuzzy, php-format
4346
  msgid "Active %sSuper Admin%s"
4347
  msgstr "Супериор "
4348
 
4349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1277
4350
  #, fuzzy, php-format
4351
  msgid "Active %sRegular User%s"
4352
  msgstr "Гады"
4353
 
4354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4355
  msgid "Inactive User"
4356
  msgstr ""
4357
 
4358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1287
4359
  msgid "Unlimited"
4360
  msgstr ""
4361
 
4362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4363
  #, fuzzy
4364
  msgid "Activate"
4365
  msgstr "Актыўна"
4366
 
4367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4373
  #, fuzzy
4374
  msgid "Do you really want"
4375
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
4376
 
4377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4378
  #, fuzzy
4379
  msgid "make user active"
4380
  msgstr "Актыўна"
4381
 
4382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4383
  #, fuzzy
4384
  msgid "Deactivate"
4385
  msgstr "Актыўна"
4386
 
4387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1301
4388
  msgid "Set as inactive"
4389
  msgstr ""
4390
 
4391
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4392
  msgid "make user inactive"
4393
  msgstr ""
4394
 
4395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1304
4396
  #, fuzzy
4397
  msgid "Delete settings"
4398
  msgstr "Выдаліць"
4399
 
4400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4401
  #, fuzzy
4402
  msgid "delete configuration"
4403
  msgstr "Выдаліць"
4404
 
4405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1307
4406
  #, fuzzy
4407
  msgid "Delete data"
4408
  msgstr "Выдаліць"
4409
 
4410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4411
  #, fuzzy
4412
  msgid "delete all booking data"
4413
  msgstr "Выдаленне дадзеных па браняванні"
4414
 
4415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1318
4416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4417
  #, fuzzy
4418
  msgid "Super Admin"
4419
  msgstr "Адміністрацыйны емейл"
4420
 
4421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4423
  msgid "set user as"
4424
  msgstr ""
4425
 
4426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1322
4427
  #, fuzzy
4428
  msgid "Regular User"
4429
  msgstr "Гады"
4430
 
4431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4432
  #, fuzzy
4433
  msgid "Regular user"
4434
  msgstr "Гады"
4435
 
4436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1419
4437
  #, fuzzy
4438
  msgid "Suite"
4439
  msgstr "Президенский нумар "
@@ -5392,37 +5388,37 @@ msgstr ""
5392
  msgid "Pay using %s payment service"
5393
  msgstr ""
5394
 
5395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:129
5396
  #, fuzzy
5397
  msgid "Form / Calendar"
5398
  msgstr "Форма"
5399
 
5400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
5401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
5402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
5403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
5404
  #, fuzzy
5405
  msgid "Insertion of"
5406
  msgstr "Інфармацыя"
5407
 
5408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:142
5409
  #, fuzzy
5410
  msgid "Selection of form"
5411
  msgstr "Форма"
5412
 
5413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:169
5414
  #, fuzzy
5415
  msgid "Editing of booking"
5416
  msgstr "Браняванне"
5417
 
5418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:191
5419
  #, php-format
5420
  msgid ""
5421
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5422
  "of the specific shortcodes %shere%s"
5423
  msgstr ""
5424
 
5425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:200
5426
  #, php-format
5427
  msgid ""
5428
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
@@ -5430,421 +5426,421 @@ msgid ""
5430
  "payment request"
5431
  msgstr ""
5432
 
5433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:201
5434
  #, php-format
5435
  msgid ""
5436
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5437
  "settings page%s must link to this page"
5438
  msgstr ""
5439
 
5440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5441
  #, php-format
5442
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5443
  msgstr ""
5444
 
5445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:221
5446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:223
5447
  #, fuzzy
5448
  msgid "Select shortcode to insert"
5449
  msgstr "Уставіць Каляндар для бранявання"
5450
 
5451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:243
5452
  #, php-format
5453
  msgid ""
5454
  "This shortcode %s is using for showing the search results at specific page, "
5455
  "if the search form is submit showing the search results at different page"
5456
  msgstr ""
5457
 
5458
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5459
  #, fuzzy
5460
  msgid "Check this box to show search results on other page"
5461
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
5462
 
5463
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:259
5464
  #, fuzzy
5465
  msgid "URL of search results:"
5466
  msgstr "Спасылка для вяртання з Paypal-а"
5467
 
5468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:261
5469
  msgid "Type the URL of search results page."
5470
  msgstr ""
5471
 
5472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5473
  #, fuzzy
5474
  msgid "Title of Search results:"
5475
  msgstr "Загаловак"
5476
 
5477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:270
5478
  msgid "Type the title of Search results."
5479
  msgstr ""
5480
 
5481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:276
5482
  msgid "Nothing Found Message:"
5483
  msgstr ""
5484
 
5485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:279
5486
  msgid "Type the message, when nothing found."
5487
  msgstr ""
5488
 
5489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:286
5490
  #, fuzzy
5491
  msgid "Search only for users:"
5492
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5493
 
5494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5495
  msgid ""
5496
  "Type IDs of the users (separated by comma \",\") for searching availability "
5497
  "only for these users, or leave it blank for searching for all users."
5498
  msgstr ""
5499
 
5500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:307
5501
  #, fuzzy
5502
  msgid "Title:"
5503
  msgstr "Загаловак"
5504
 
5505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:309
5506
  msgid "Title near your select box."
5507
  msgstr ""
5508
 
5509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:317
5510
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5511
  msgid "Visible months:"
5512
  msgstr ""
5513
 
5514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:332
5515
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5516
  msgid "Select number of month to show for calendar."
5517
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
5518
 
5519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:354
5520
  msgid ""
5521
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5522
  "select multiple booking resources."
5523
  msgstr ""
5524
 
5525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:361
5526
  #, php-format
5527
  msgid ""
5528
  "This shortcode %s is using for selection of the booking form of specific "
5529
  "booking resources in selectbox"
5530
  msgstr ""
5531
 
5532
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5533
  #, fuzzy
5534
  msgid "This booking resources does not exist"
5535
  msgstr "Тып бранявання"
5536
 
5537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:587
5538
  msgid "Processing..."
5539
  msgstr ""
5540
 
5541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:608
5542
  msgid "Generating columns..."
5543
  msgstr ""
5544
 
5545
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:639
5546
  #, fuzzy
5547
  msgid "Exporting booking data..."
5548
  msgstr "Браняванне"
5549
 
5550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:673
5551
  msgid "Generating content of file"
5552
  msgstr ""
5553
 
5554
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:711
5555
  #, fuzzy
5556
  msgid "Saving to file"
5557
  msgstr "у календары"
5558
 
5559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:728
5560
  #, fuzzy
5561
  msgid "Export bookings"
5562
  msgstr "Браняванне"
5563
 
5564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:731
5565
  msgid "Download the CSV file of exported booking data"
5566
  msgstr ""
5567
 
5568
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:737
5569
  msgid "Download"
5570
  msgstr ""
5571
 
5572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:746
5573
  #, fuzzy
5574
  msgid "Done!"
5575
  msgstr "Тэлефон"
5576
 
5577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:769
5578
  #, fuzzy
5579
  msgid "Please Select"
5580
  msgstr "Калі ласка, увядзіце кошт"
5581
 
5582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:905
5583
  #, fuzzy
5584
  msgid "link"
5585
  msgstr "Спасылкі"
5586
 
5587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1026
5588
  #, fuzzy
5589
  msgid "Print bookings"
5590
  msgstr "Браняванне"
5591
 
5592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1047
5593
  #, fuzzy
5594
  msgid "The booking was canceled by the visitor."
5595
  msgstr "Браняванне"
5596
 
5597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1061
5598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1072
5599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1866
5600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1913
5601
  msgid "Wrong booking hash in URL (probably expired)"
5602
  msgstr ""
5603
 
5604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1100
5605
  #, fuzzy
5606
  msgid "The booking has been canceled successfully"
5607
  msgstr "Ваша бронь была зменена"
5608
 
5609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1233
5610
  #, fuzzy
5611
  msgid "Add New Booking Resource(s)"
5612
  msgstr "Дадаць новае браняванне"
5613
 
5614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1238
5615
  #, fuzzy
5616
  msgid "New Resource"
5617
  msgstr "Дадаць новае браняванне"
5618
 
5619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1242
5620
  msgid "Enter title here"
5621
  msgstr ""
5622
 
5623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
5624
  #, fuzzy
5625
  msgid "Enter name of booking resource"
5626
  msgstr "Сезонныя змены коштаў"
5627
 
5628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1253
5629
  #, fuzzy
5630
  msgid "Advanced Options"
5631
  msgstr "Пашыраныя налады"
5632
 
5633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1254
5634
  #, fuzzy
5635
  msgid "Add new resource(s)"
5636
  msgstr "Дадаць новае браняванне"
5637
 
5638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1363
5639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1450
5640
  #, fuzzy
5641
  msgid "Resources number per page"
5642
  msgstr "Тып бранявання"
5643
 
5644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1372
5645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1459
5646
  #, fuzzy
5647
  msgid ""
5648
  "Select number of booking resources (single or parent) per page at Resource "
5649
  "menu page"
5650
  msgstr "Імя аб'ектаў з рэсурсу"
5651
 
5652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1377
5653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1430
5654
  #, fuzzy
5655
  msgid "Default booking resource"
5656
  msgstr "Тып бранявання"
5657
 
5658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1411
5659
  msgid "Enter your order number to begin the activation process."
5660
  msgstr ""
5661
 
5662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5663
  #, fuzzy
5664
  msgid "Select your default booking resource."
5665
  msgstr "Сезонныя змены коштаў"
5666
 
5667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1473
5668
  #, fuzzy
5669
  msgid "URL to edit bookings"
5670
  msgstr "рэдагаваць "
5671
 
5672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1475
5673
  #, fuzzy, php-format
5674
  msgid ""
5675
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5676
  "into this page."
5677
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
5678
 
5679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1493
5680
  #, fuzzy
5681
  msgid "Change hash after the booking is approved"
5682
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5683
 
5684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5685
  msgid ""
5686
  "Check this box if you want to change the booking hash after approval. When "
5687
  "checked, visitor will not be able to edit or cancel the booking."
5688
  msgstr ""
5689
 
5690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1510
5691
  #, php-format
5692
  msgid "%s - start new translation section, where %s - locale of translation"
5693
  msgstr ""
5694
 
5695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1511
5696
  #, fuzzy, php-format
5697
  msgid "Example #1: %s - start French translation section"
5698
  msgstr "Прыклад: %s "
5699
 
5700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1512
5701
  #, php-format
5702
  msgid "Example #2: \"%s\" - English and French translation of some message"
5703
  msgstr ""
5704
 
5705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1528
5706
  msgid ""
5707
  "Customization of email template, which is sending to Admin after new booking"
5708
  msgstr ""
5709
 
5710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1529
5711
  #, fuzzy
5712
  msgid "New for Admin"
5713
  msgstr "Адміністрацыйны емейл"
5714
 
5715
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1537
5716
  msgid ""
5717
  "Customization of email template, which is sending to Visitor after new "
5718
  "booking"
5719
  msgstr ""
5720
 
5721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1538
5722
  #, fuzzy
5723
  msgid "New for Visitor"
5724
  msgstr "Новазеландскія даляры"
5725
 
5726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1546
5727
  #, fuzzy
5728
  msgid ""
5729
  "Customization of email template, which is sending to Visitor after approval "
5730
  "of booking"
5731
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5732
 
5733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1555
5734
  msgid ""
5735
  "Customization of email template, which is sending to Visitor after "
5736
  "Cancellation of booking"
5737
  msgstr ""
5738
 
5739
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1556
5740
  #, fuzzy
5741
  msgid "Declined"
5742
  msgstr "Выдалена"
5743
 
5744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1564
5745
  #, fuzzy
5746
  msgid ""
5747
  "Customization of email template, which is sending after modification of "
5748
  "booking"
5749
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5750
 
5751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1565
5752
  msgid "Modified"
5753
  msgstr ""
5754
 
5755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1574
5756
  msgid ""
5757
  "Customization of email template, which is sending to Visitor after payment "
5758
  "request"
5759
  msgstr ""
5760
 
5761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1575
5762
  #, fuzzy
5763
  msgid "Payment request"
5764
  msgstr "Аплата"
5765
 
5766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5767
  #, fuzzy
5768
  msgid "Standard Form Template"
5769
  msgstr "Стандарт "
5770
 
5771
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1630
5772
  #, fuzzy
5773
  msgid "2 Columns Form Template"
5774
  msgstr "Колькасць календароў"
5775
 
5776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1631
5777
  msgid "Wizard Form Template(several steps)"
5778
  msgstr ""
5779
 
5780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1633
5781
  #, fuzzy
5782
  msgid "Payment Form Template"
5783
  msgstr "Аплата"
5784
 
5785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1634
5786
  #, fuzzy
5787
  msgid "Time Slots Form Template"
5788
  msgstr "Фармат даты"
5789
 
5790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
5791
  msgid "Time slots for different weekends Form Template"
5792
  msgstr ""
5793
 
5794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5795
  #, fuzzy
5796
  msgid "Hints Form Template"
5797
  msgstr "Форма"
5798
 
5799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1642
5800
  #, fuzzy
5801
  msgid "Reset current Form"
5802
  msgstr "Форма"
5803
 
5804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1650
5805
  #, fuzzy
5806
  msgid "Reset Booking Form and Content of Booking Fields Form"
5807
  msgstr "Кошты бранявання"
5808
 
5809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1654
5810
  msgid "Both"
5811
  msgstr ""
5812
 
5813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1666
5814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
5815
  msgid "Please configure the form for content of booking fields data!"
5816
  msgstr ""
5817
 
5818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1674
5819
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
5820
  #, fuzzy
5821
  msgid "Please configure the form fields!"
5822
  msgstr "Палі формы"
5823
 
5824
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1683
5825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
5826
  #, fuzzy
5827
  msgid "Customization of booking form fields"
5828
  msgstr "Палі формы"
5829
 
5830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1688
5831
  #, fuzzy
5832
  msgid ""
5833
  "Customization of fields, which showing in the Booking Listing page for the "
5834
  "specific booking"
5835
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5836
 
5837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1691
5838
  #, fuzzy
5839
  msgid "Content of Booking Fields"
5840
  msgstr "Палі формы"
5841
 
5842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1707
5843
  #, fuzzy
5844
  msgid "Default title of bookings"
5845
  msgstr "Загаловак"
5846
 
5847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1709
5848
  #, php-format
5849
  msgid ""
5850
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
@@ -5852,87 +5848,87 @@ msgid ""
5852
  "page)."
5853
  msgstr ""
5854
 
5855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1721
5856
  #, fuzzy
5857
  msgid "Incorrect date format"
5858
  msgstr "Фармат даты"
5859
 
5860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1959
5861
  #, fuzzy
5862
  msgid "Booking Resource"
5863
  msgstr "Тып бранявання"
5864
 
5865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1969
5866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1478
5867
  #, fuzzy
5868
  msgid "All bookings"
5869
  msgstr "Браняванне"
5870
 
5871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1973
5872
  #, fuzzy
5873
  msgid "All incoming bookings"
5874
  msgstr "Браняванне"
5875
 
5876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1978
5877
  #, fuzzy
5878
  msgid "New reservations made today"
5879
  msgstr "Новае браняванне"
5880
 
5881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1983
5882
  #, fuzzy
5883
  msgid "Reservations for today"
5884
  msgstr "Інфармацыя"
5885
 
5886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2004
5887
  msgid "Add new booking resource"
5888
  msgstr "Дадаць новае браняванне"
5889
 
5890
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3015
5891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3068
5892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:551
5893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:553
5894
  msgid "Updated successfully"
5895
  msgstr "Абноўлена паспяхова"
5896
 
5897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3029
5898
  msgid ""
5899
  "Warning! The resource was not changed. Current dates are already booked "
5900
  "there."
5901
  msgstr ""
5902
 
5903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3303
5904
  #, fuzzy
5905
  msgid "Email to \"Admin\" after a new booking"
5906
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
5907
 
5908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3323
5909
  msgid "To"
5910
  msgstr "Каму"
5911
 
5912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3325
5913
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5914
  #, fuzzy, php-format
5915
  msgid "Type default %sadmin email%s for booking confirmation"
5916
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
5917
 
5918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3332
5919
  #, fuzzy, php-format
5920
  msgid ""
5921
  "Type the default %sadmin email%s sending the booking confimation. You can "
5922
  "use this %s shortcode."
5923
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
5924
 
5925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3339
5926
  #, fuzzy, php-format
5927
  msgid "Type your email %ssubject%s for the booking confimation message."
5928
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5929
 
5930
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3347
5931
  #, fuzzy, php-format
5932
  msgid "Type your %semail message content for checking booking%s in. "
5933
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5934
 
5935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
5936
  #, fuzzy, php-format
5937
  msgid ""
5938
  "For example: \"You have a new reservation %s on the following date(s): %s "
@@ -5943,37 +5939,37 @@ msgstr ""
5943
  "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
5944
  "бранявання.\""
5945
 
5946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
5947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
5948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
5949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
5950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1150
5951
  #, fuzzy
5952
  msgid "here"
5953
  msgstr "Чыннік адмовы"
5954
 
5955
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3370
5956
  #, fuzzy
5957
  msgid "Email to \"Person\" after they make a new reservation"
5958
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5959
 
5960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3400
5961
  #, fuzzy, php-format
5962
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5963
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5964
 
5965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
5966
  #, fuzzy, php-format
5967
  msgid "Use these %s shortcodes."
5968
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5969
 
5970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
5971
  #, fuzzy, php-format
5972
  msgid ""
5973
  "Type your %semail message for visitor after creating a new reservation%s"
5974
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5975
 
5976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
5977
  #, fuzzy, php-format
5978
  msgid ""
5979
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
@@ -5983,22 +5979,22 @@ msgstr ""
5983
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
5984
  "Дзякуй за карыстанне сэрвісам бранявання.\""
5985
 
5986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3430
5987
  #, fuzzy
5988
  msgid "Email to \"Person\" after booking is approved"
5989
  msgstr "Ліст наведвальніку пасля адмовы брані."
5990
 
5991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3473
5992
  #, fuzzy, php-format
5993
  msgid "Type your email subject for the %sapproved booking%s."
5994
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
5995
 
5996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3481
5997
  #, fuzzy, php-format
5998
  msgid "Type your %semail message for the approved booking%s from the website"
5999
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
6000
 
6001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
6002
  #, fuzzy, php-format
6003
  msgid ""
6004
  "For example: \"Your reservation %s on these date(s): %s has been approved."
@@ -6008,22 +6004,22 @@ msgstr ""
6008
  "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
6009
  "карыстанне сэрвісам бранявання .\""
6010
 
6011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3503
6012
  #, fuzzy
6013
  msgid "Email to \"Person\" after their booking has been denied"
6014
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6015
 
6016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3548
6017
  #, fuzzy, php-format
6018
  msgid "Type your email subject for the %sdenied booking%s."
6019
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
6020
 
6021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3555
6022
  #, fuzzy, php-format
6023
  msgid "Type your %semail message for the denied booking%s from the website"
6024
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
6025
 
6026
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3564
6027
  #, fuzzy, php-format
6028
  msgid ""
6029
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
@@ -6032,22 +6028,22 @@ msgstr ""
6032
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
6033
  "карыстанне сэрвісам бранявання.\""
6034
 
6035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3580
6036
  #, fuzzy
6037
  msgid "Email to \"Person\" after booking is modified"
6038
  msgstr "Ліст наведвальніку пасля адмовы брані."
6039
 
6040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6041
  #, fuzzy, php-format
6042
  msgid "Type your email subject for the %smodified booking%s. "
6043
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6044
 
6045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3633
6046
  #, fuzzy, php-format
6047
  msgid "Type your %semail message for the modified booking%s from the website"
6048
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6049
 
6050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
6051
  #, fuzzy, php-format
6052
  msgid ""
6053
  "For example: \"The reservation %s on these date(s): %s has been modified. "
@@ -6057,73 +6053,73 @@ msgstr ""
6057
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6058
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6059
 
6060
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3738
6061
  msgid "Form fields"
6062
  msgstr "Палі формы"
6063
 
6064
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3767
6065
  #, php-format
6066
  msgid ""
6067
  "Content of booking fields data for email templates (%s-shortcode) and "
6068
  "booking listing page"
6069
  msgstr ""
6070
 
6071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3775
6072
  #, fuzzy, php-format
6073
  msgid "%s - inserting data from fields of booking form"
6074
  msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
6075
 
6076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3776
6077
  #, php-format
6078
  msgid "%s - inserting new line"
6079
  msgstr "%s - дадаць новы радок"
6080
 
6081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
6082
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
6083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3897
6084
  msgid "First Name"
6085
  msgstr "Імя"
6086
 
6087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3872
6088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
6089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3898
6090
  msgid "Last Name"
6091
  msgstr "Прозвішча"
6092
 
6093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3873
6094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
6095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3899
6096
  msgid "Email"
6097
  msgstr "Емейл"
6098
 
6099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
6100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3896
6101
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
6102
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
6103
  #, fuzzy
6104
  msgid "Times"
6105
  msgstr "Час"
6106
 
6107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3901
6108
  #, fuzzy
6109
  msgid "Address"
6110
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
6111
 
6112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3902
6113
  msgid "City"
6114
  msgstr ""
6115
 
6116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3903
6117
  msgid "Post code"
6118
  msgstr ""
6119
 
6120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4051
6121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2350
6122
  #, fuzzy
6123
  msgid "New booking"
6124
  msgstr "Дадаць новае браняванне"
6125
 
6126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4053
6127
  #, fuzzy, php-format
6128
  msgid ""
6129
  "Your reservation %s for: %s is processing now! We will send confirmation by "
@@ -6132,12 +6128,12 @@ msgstr ""
6132
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6133
  "карыстанне сэрвісам бранявання.%s"
6134
 
6135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4057
6136
  #, fuzzy
6137
  msgid "The reservation has been modified"
6138
  msgstr "Ваша бронь была зменена"
6139
 
6140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4059
6141
  #, fuzzy, php-format
6142
  msgid ""
6143
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
@@ -6146,27 +6142,27 @@ msgstr ""
6146
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6147
  "карыстанне сэрвісам бранявання.%s"
6148
 
6149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4126
6150
  msgid "Sending request..."
6151
  msgstr ""
6152
 
6153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4151
6154
  #, fuzzy
6155
  msgid "Order number"
6156
  msgstr "Лік наведвальнікаў"
6157
 
6158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4154
6159
  #, fuzzy
6160
  msgid "Register"
6161
  msgstr "Забранявана"
6162
 
6163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4156
6164
  msgid ""
6165
  "Please, enter your order number of purchasing this version, which you are "
6166
  "received in email."
6167
  msgstr ""
6168
 
6169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4160
6170
  #, php-format
6171
  msgid ""
6172
  "If you will get any difficulties or have a questions, please contact by "
@@ -6231,8 +6227,8 @@ msgid "Insert booking calendar"
6231
  msgstr "Уставіць Каляндар для бранявання"
6232
 
6233
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
6234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
6235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:86
6236
  msgid "Booking calendar"
6237
  msgstr "Каляндар бранявання"
6238
 
@@ -6358,498 +6354,497 @@ msgid ""
6358
  "days – Saturday, etc…"
6359
  msgstr ""
6360
 
6361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6362
  #, fuzzy
6363
  msgid "week"
6364
  msgstr "Дні тыдня "
6365
 
6366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6367
  msgid "weeks"
6368
  msgstr ""
6369
 
6370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
6371
  #, fuzzy
6372
  msgid "month"
6373
  msgstr "Дні месяца"
6374
 
6375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:305
6376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
6377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6378
  #, fuzzy
6379
  msgid "months"
6380
  msgstr "месяц(ы)"
6381
 
6382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2200
6384
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
6385
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
6386
  #, fuzzy
6387
  msgid "Year"
6388
  msgstr "год(а)"
6389
 
6390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6391
  #, fuzzy
6392
  msgid "Current dates"
6393
  msgstr "Даты"
6394
 
6395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:312
6396
  #, fuzzy
6397
  msgid "Today"
6398
  msgstr "днеи"
6399
 
6400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
6401
  #, fuzzy
6402
  msgid "Previous dates"
6403
  msgstr "Даты"
6404
 
6405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6406
  #, fuzzy
6407
  msgid "All dates"
6408
  msgstr "Даты"
6409
 
6410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:315
6411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:404
6412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2058
6413
  msgid "Next"
6414
  msgstr ""
6415
 
6416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:316
6417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:427
6418
  #, fuzzy
6419
  msgid "Prior"
6420
  msgstr "Пра"
6421
 
6422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:485
6423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
6424
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:603
6425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1409
 
 
 
 
 
 
 
 
6426
  #, fuzzy
6427
  msgid "Apply"
6428
  msgstr "Красавік"
6429
 
6430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:585
6431
  #, fuzzy
6432
  msgid "Start Date"
6433
  msgstr "Фармат даты"
6434
 
6435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
6436
  #, fuzzy
6437
  msgid "Booking Listing"
6438
  msgstr "Браняванне"
6439
 
6440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:630
6441
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
6442
  #, fuzzy
6443
  msgid "Calendar Overview"
6444
  msgstr "Каляндар бранявання"
6445
 
6446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:639
6447
  #, fuzzy
6448
  msgid "Booking Calendar - Overview"
6449
  msgstr "Каляндар бранявання"
6450
 
6451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:647
6452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:668
6453
  msgid "Help"
6454
  msgstr ""
6455
 
6456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
6457
  #, fuzzy
6458
  msgid "About Booking Calendar"
6459
  msgstr "Каляндар бранявання"
6460
 
6461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:669
6462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:476
 
6463
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
6464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1282
6465
  msgid "FAQ"
6466
  msgstr ""
6467
 
6468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:670
6469
  #, fuzzy
6470
  msgid "Technical Support"
6471
  msgstr "Премиум падтрымка"
6472
 
6473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:673
6474
  msgid "Purchase"
6475
  msgstr "Купля"
6476
 
6477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:676
6478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:489
6479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1259
6480
  msgid "Upgrade"
6481
  msgstr ""
6482
 
6483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1310
6484
  msgid "Filter"
6485
  msgstr "Фільтр "
6486
 
6487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1355
6488
  #, fuzzy
6489
  msgid "Expand Advanced Filter"
6490
  msgstr "Фільтр "
6491
 
6492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1356
6493
  #, fuzzy
6494
  msgid "Collapse Advanced Filter"
6495
  msgstr "Фільтр "
6496
 
6497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1373
6498
  msgid ""
6499
  "Send email notification to customer after approval, cancelation or deletion "
6500
  "of bookings"
6501
  msgstr ""
6502
 
6503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1374
6504
  #, fuzzy
6505
  msgid "Emails sending"
6506
  msgstr "Емейл "
6507
 
6508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1397
6509
  #, fuzzy
6510
  msgid "Booking ID"
6511
  msgstr "ID"
6512
 
6513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1406
6514
  #, fuzzy
6515
  msgid "Refresh booking listing"
6516
  msgstr "Браняванне"
6517
 
6518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1410
6519
  #, fuzzy
6520
  msgid "Reset filter to default values"
6521
  msgstr "Абнавіць да значэння па змаўчанні"
6522
 
6523
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1451
6524
  #, fuzzy
6525
  msgid "Any"
6526
  msgstr "Любы дзень тыдня"
6527
 
6528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1479
6529
  #, fuzzy
6530
  msgid "New bookings"
6531
  msgstr "Браняванне"
6532
 
6533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1482
6534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:81
6535
  msgid "Show"
6536
  msgstr "Паказаць"
6537
 
6538
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1494
6539
  #, fuzzy
6540
  msgid "Creation"
6541
  msgstr "Выдаленне дадзеных па браняванні"
6542
 
6543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1528
6544
  msgid "Order by"
6545
  msgstr ""
6546
 
6547
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1542
6548
  msgid ""
6549
  "Save filter settings as default template (Please, click Apply filter button, "
6550
  "before saving!)"
6551
  msgstr ""
6552
 
6553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1545
6554
  #, fuzzy
6555
  msgid "Save as Default"
6556
  msgstr "Захаваць"
6557
 
6558
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1550
6559
  msgid "Delete your previously saved default filer template!"
6560
  msgstr ""
6561
 
6562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1553
6563
  #, fuzzy
6564
  msgid "Delete template"
6565
  msgstr "Выдаліць"
6566
 
6567
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1622
6568
  #, fuzzy
6569
  msgid "Approve selected bookings"
6570
  msgstr "Пацвердзіць"
6571
 
6572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1626
6573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1927
6574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1984
6575
  msgid "Approve"
6576
  msgstr "Пацвердзіць"
6577
 
6578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1627
6579
  #, fuzzy
6580
  msgid "Set selected bookings as pending"
6581
  msgstr "увядзіце час бранявання"
6582
 
6583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1629
6584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1988
6586
  #, fuzzy
6587
  msgid "Do you really want to set booking as pending ?"
6588
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6589
 
6590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1632
6591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1932
6592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1989
6593
  #, fuzzy
6594
  msgid "Reject"
6595
  msgstr "Выдалена"
6596
 
6597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1635
6598
  #, fuzzy
6599
  msgid "Delete selected bookings"
6600
  msgstr "Выдаліць"
6601
 
6602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1637
6603
  #, fuzzy
6604
  msgid "Do you really want to delete selected booking(s) ?"
6605
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6606
 
6607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1642
6608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:171
6609
  #, fuzzy
6610
  msgid "Reason for cancellation here"
6611
  msgstr "Чыннік адмовы"
6612
 
6613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1647
6614
  #, fuzzy
6615
  msgid "Mark as read all bookings"
6616
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
6617
 
6618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1651
6619
  #, fuzzy
6620
  msgid "Read All"
6621
  msgstr "Нататка"
6622
 
6623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1652
6624
  msgid "Mark as read selected bookings"
6625
  msgstr ""
6626
 
6627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1656
6628
  #, fuzzy
6629
  msgid "Read"
6630
  msgstr "Нататка"
6631
 
6632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1657
6633
  msgid "Mark as Unread selected bookings"
6634
  msgstr ""
6635
 
6636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1661
6637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1870
6638
  msgid "Unread"
6639
  msgstr ""
6640
 
6641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
6642
  #, fuzzy
6643
  msgid "Booking Data"
6644
  msgstr "Браняванне"
6645
 
6646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6647
  #, fuzzy
6648
  msgid "Booking Dates"
6649
  msgstr "Даты"
6650
 
6651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6652
  #, fuzzy
6653
  msgid "Show ALL dates of booking"
6654
  msgstr "Сезонныя змены коштаў"
6655
 
6656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6657
  #, fuzzy
6658
  msgid "Show only check in/out dates"
6659
  msgstr "%s - поле з пазнакай"
6660
 
6661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1720
6662
  msgid "Nothing found!"
6663
  msgstr ""
6664
 
6665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1754
6666
  #, fuzzy
6667
  msgid "Resource not exist"
6668
  msgstr "Імя рэсурсу"
6669
 
6670
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1870
6671
  msgid "Mark"
6672
  msgstr ""
6673
 
6674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1893
6675
- #, fuzzy
6676
- msgid "Creation Date"
6677
- msgstr "Фармат даты"
6678
-
6679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1936
6680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1993
6681
  #, fuzzy
6682
  msgid "Do you really want to delete this booking ?"
6683
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
6684
 
6685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2040
6686
  #, fuzzy
6687
  msgid "Prev"
6688
  msgstr "Кошт"
6689
 
6690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2189
6691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
6692
  #, fuzzy
6693
  msgid "Show month"
6694
  msgstr "месяц(ы)"
6695
 
6696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2192
6697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2224
6698
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6699
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6700
  #, fuzzy
6701
  msgid "Month"
6702
  msgstr "Дні месяца"
6703
 
6704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2193
6705
  #, fuzzy
6706
  msgid "Show 3 months"
6707
  msgstr "Паказаць"
6708
 
6709
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2196
6710
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6711
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6712
  #, fuzzy
6713
  msgid "3 Months"
6714
  msgstr "Месяцы"
6715
 
6716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2197
6717
  #, fuzzy
6718
  msgid "Show year"
6719
  msgstr "год(а)"
6720
 
6721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2206
6722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2240
6723
  #, fuzzy
6724
  msgid "Calendar view mode"
6725
  msgstr "Выгляд дат"
6726
 
6727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2213
6728
  #, fuzzy
6729
  msgid "Show day"
6730
  msgstr "Паказаць"
6731
 
6732
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2216
6733
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6734
  #, fuzzy
6735
  msgid "Day"
6736
  msgstr "за 1 дзень"
6737
 
6738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2217
6739
  #, fuzzy
6740
  msgid "Show week"
6741
  msgstr "Паказаць"
6742
 
6743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2220
6744
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6745
  #, fuzzy
6746
  msgid "Week"
6747
  msgstr "Дні тыдня "
6748
 
6749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2225
6750
  #, fuzzy
6751
  msgid "Show 2 months"
6752
  msgstr "Паказаць"
6753
 
6754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2228
6755
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6756
  #, fuzzy
6757
  msgid "2 Months"
6758
  msgstr "Месяцы"
6759
 
6760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2266
6761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2280
6762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2327
6763
  msgid "Previous 4 weeks"
6764
  msgstr ""
6765
 
6766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2267
6767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2281
6768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2328
6769
  #, fuzzy
6770
  msgid "Previous week"
6771
  msgstr "Дні тыдня "
6772
 
6773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6776
  #, fuzzy
6777
  msgid "Current week"
6778
  msgstr "Дні тыдня "
6779
 
6780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6783
  #, fuzzy
6784
  msgid "Next week"
6785
  msgstr "Дні тыдня "
6786
 
6787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6790
  msgid "Next 4 weeks"
6791
  msgstr ""
6792
 
6793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2294
6794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2344
6795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2359
6796
  msgid "Previous 3 months"
6797
  msgstr ""
6798
 
6799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
6800
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2345
6801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2360
6802
  #, fuzzy
6803
  msgid "Previous month"
6804
  msgstr "Дні месяца"
6805
 
6806
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6809
  #, fuzzy
6810
  msgid "Current month"
6811
  msgstr "Дні месяца"
6812
 
6813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6816
  #, fuzzy
6817
  msgid "Next month"
6818
  msgstr "Дні месяца"
6819
 
6820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6823
  #, fuzzy
6824
  msgid "Next 3 months"
6825
  msgstr "Месяцы"
6826
 
6827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2312
6828
  #, fuzzy
6829
  msgid "Previous 7 days"
6830
  msgstr "днеи"
6831
 
6832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2313
6833
  #, fuzzy
6834
  msgid "Previous day"
6835
  msgstr "за 1 дзень"
6836
 
6837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6838
  #, fuzzy
6839
  msgid "Current day"
6840
  msgstr "за 1 дзень"
6841
 
6842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6843
  #, fuzzy
6844
  msgid "Next day"
6845
  msgstr "за 1 дзень"
6846
 
6847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6848
  #, fuzzy
6849
  msgid "Next 7 days"
6850
  msgstr "днеи"
6851
 
6852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2387
6853
  #, fuzzy
6854
  msgid "Calendar Navigation"
6855
  msgstr "Каляндар бранявання"
@@ -6978,21 +6973,21 @@ msgstr ""
6978
  msgid "Set as Unread"
6979
  msgstr ""
6980
 
6981
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:157
6982
  #, fuzzy
6983
  msgid "Set as Approved"
6984
  msgstr "Пацверджана"
6985
 
6986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:157
6987
  #, fuzzy
6988
  msgid "Set as Pending"
6989
  msgstr "Якія чакаюць сцвярджэнні"
6990
 
6991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:171
6992
  msgid "Reason of cancellation here"
6993
  msgstr "Чыннік адмовы"
6994
 
6995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:364
6996
  #, fuzzy
6997
  msgid "The code you entered is incorrect"
6998
  msgstr "Ваш уведзены код няправільны"
@@ -7002,271 +6997,271 @@ msgstr "Ваш уведзены код няправільны"
7002
  msgid "Booking Calendar"
7003
  msgstr "Каляндар бранявання"
7004
 
7005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:378
7006
  #, fuzzy
7007
  msgid "Statistic"
7008
  msgstr "Час пачатку"
7009
 
7010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:382
7011
  #, fuzzy
7012
  msgid "New (unverified) booking(s)"
7013
  msgstr "%s - дадаць новы радок"
7014
 
7015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:386
7016
  #, fuzzy
7017
  msgid "Pending booking(s)"
7018
  msgstr "Якія чакаюць сцвярджэнні"
7019
 
7020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:392
7021
  #, fuzzy
7022
  msgid "Agenda"
7023
  msgstr "Адправіць"
7024
 
7025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
7026
  #, fuzzy
7027
  msgid "New booking(s) made today"
7028
  msgstr "Новае браняванне"
7029
 
7030
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
7031
  #, fuzzy
7032
  msgid "Bookings for today"
7033
  msgstr "Браняванне"
7034
 
7035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:422
7036
  msgid "Upgrade to higher versions"
7037
  msgstr ""
7038
 
7039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:422
7040
  #, fuzzy
7041
  msgid "Commercial versions"
7042
  msgstr "купіць Прафесійную версію"
7043
 
7044
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:426
7045
  #, fuzzy
7046
  msgid "Upgrade now"
7047
  msgstr "Купіць цяпер"
7048
 
7049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
7050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7051
  msgid "Buy now"
7052
  msgstr "Купіць цяпер"
7053
 
7054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:430
7055
  msgid "Test online Demo of each version"
7056
  msgstr ""
7057
 
7058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:446
7059
  #, fuzzy
7060
  msgid "Current version"
7061
  msgstr "Версія"
7062
 
7063
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:449
7064
  msgid "Version"
7065
  msgstr "Версія"
7066
 
7067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:454
7068
  #, fuzzy
7069
  msgid "Type"
7070
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
7071
 
7072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:458
7073
  msgid "Used for"
7074
  msgstr ""
7075
 
7076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7077
  #, fuzzy
7078
  msgid "Release date"
7079
  msgstr "Фармат даты"
7080
 
7081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:470
7082
  #, fuzzy
7083
  msgid "Support"
7084
  msgstr "Супериор "
7085
 
7086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:473
7087
  #, fuzzy
7088
  msgid "Contact email"
7089
  msgstr "Емейл"
7090
 
7091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:479
7092
  msgid "Have a question"
7093
  msgstr ""
7094
 
7095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
7096
  msgid "Rate this plugin (thanks:)"
7097
  msgstr ""
7098
 
7099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:487
7100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:491
7101
  #, fuzzy
7102
  msgid "Explore Premium Features"
7103
  msgstr "Магчымасці"
7104
 
7105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:553
7106
  msgid "Warning !!!"
7107
  msgstr ""
7108
 
7109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:554
7110
  msgid "All booking data will be deleted when the plugin is deactivated."
7111
  msgstr ""
7112
 
7113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:555
7114
  #, php-format
7115
  msgid ""
7116
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7117
  "data\"%s at the"
7118
  msgstr ""
7119
 
7120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:556
7121
  #, fuzzy
7122
  msgid "settings page"
7123
  msgstr "Усталёўкі"
7124
 
7125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:655
7126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:726
7127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1799
7128
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
7129
  msgid "Settings"
7130
  msgstr "Усталёўкі"
7131
 
7132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:690
7133
  msgid "Booking"
7134
  msgstr "Браняванне"
7135
 
7136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:726
7137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:752
7138
  #, fuzzy
7139
  msgid "Booking settings customization"
7140
  msgstr "Усталёўкі"
7141
 
7142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:734
7143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1767
7144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
7145
  msgid "Bookings"
7146
  msgstr "Браняванне"
7147
 
7148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:740
7149
  #, fuzzy
7150
  msgid "Bookings listing"
7151
  msgstr "Браняванне"
7152
 
7153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1107
7154
  msgid "Send email notification to customer about this operation"
7155
  msgstr ""
7156
 
7157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1183
7158
  #, fuzzy
7159
  msgid "General"
7160
  msgstr "Чэрвень"
7161
 
7162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1193
7163
  #, fuzzy
7164
  msgid "Fields"
7165
  msgstr "Палі формы"
7166
 
7167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1202
7168
  msgid "Emails"
7169
  msgstr "Емейл "
7170
 
7171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1205
7172
  #, fuzzy
7173
  msgid "Customization of email templates"
7174
  msgstr "Емейл"
7175
 
7176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1211
7177
  #, fuzzy
7178
  msgid "Payments"
7179
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
7180
 
7181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1214
7182
  #, fuzzy
7183
  msgid "Integration of payment systems"
7184
  msgstr "Аплата"
7185
 
7186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1227
7187
  #, fuzzy
7188
  msgid "Customization of search form"
7189
  msgstr "Форма"
7190
 
7191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1236
7192
  msgid "Manage users"
7193
  msgstr ""
7194
 
7195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1262
7196
  #, fuzzy
7197
  msgid "Upgrade to higher versions."
7198
  msgstr "купіць Прафесійную версію"
7199
 
7200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1274
7201
  msgid "Features"
7202
  msgstr "Магчымасці"
7203
 
7204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
7205
  #, fuzzy
7206
  msgid "Live Demos"
7207
  msgstr "Анлайн дэма "
7208
 
 
7209
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
7210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1283
7211
  #, fuzzy
7212
  msgid "Contact"
7213
  msgstr "Панядзелак"
7214
 
7215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1277
7216
  msgid "Buy"
7217
  msgstr "Купіць "
7218
 
7219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1446
7220
  msgid "This field is required"
7221
  msgstr "Гэта поле неабходна"
7222
 
7223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1447
7224
  msgid "This checkbox must be checked"
7225
  msgstr ""
7226
 
7227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1448
7228
  msgid "Incorrect email field"
7229
  msgstr "Некоректно ўведзены емейл"
7230
 
7231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1449
7232
  #, fuzzy
7233
  msgid "Please, select booking date(s) at Calendar."
7234
  msgstr "Калі ласка, вылучыце даты для рэзервавання"
7235
 
7236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1733
7237
  #, fuzzy
7238
  msgid "Calendar is loading..."
7239
  msgstr "Каляндар бранявання"
7240
 
7241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1874
7242
  msgid ""
7243
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7244
  "booking hash."
7245
  msgstr ""
7246
 
7247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2003
7248
  #, fuzzy, php-format
7249
  msgid ""
7250
  "%sWarning! Booking calendar for this booking resource are already at the "
7251
  "page, please check more about this issue at %sthis page%s"
7252
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
7253
 
7254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2091
7255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:442
7256
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7257
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7258
  msgstr ""
7259
 
7260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
7261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2184
7262
  msgid "Wrong booking hash in URL. Probably hash is expired."
7263
  msgstr ""
7264
 
7265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2188
7266
  msgid "You do not set any parameters for booking editing"
7267
  msgstr ""
7268
 
7269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2280
7270
  #, fuzzy, php-format
7271
  msgid ""
7272
  "Thank you for your online booking. %s We will send confirmation of your "
@@ -7275,7 +7270,7 @@ msgstr ""
7275
  "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання "
7276
  "бранявання."
7277
 
7278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2351
7279
  #, fuzzy, php-format
7280
  msgid ""
7281
  "You need to approve a new booking %s for: %s Person detail information:%s "
@@ -7285,12 +7280,12 @@ msgstr ""
7285
  "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое "
7286
  "зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
7287
 
7288
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2354
7289
  #, fuzzy
7290
  msgid "Your booking has been approved"
7291
  msgstr "Ваш рэзерв пацверджаны"
7292
 
7293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2356
7294
  #, fuzzy, php-format
7295
  msgid ""
7296
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
@@ -7299,122 +7294,122 @@ msgstr ""
7299
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7300
  "бранявання.%s"
7301
 
7302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2357
7303
  #, fuzzy, php-format
7304
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7305
  msgstr ""
7306
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7307
  "бранявання.%s"
7308
 
7309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2360
7310
  #, fuzzy
7311
  msgid "Your booking has been declined"
7312
  msgstr "Ваша бронь была адхілена"
7313
 
7314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2361
7315
  #, fuzzy, php-format
7316
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7317
  msgstr ""
7318
  "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам "
7319
  "бранявання.%s"
7320
 
7321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2369
7322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:85
7323
  msgid "Booking form"
7324
  msgstr "Форма бранявання"
7325
 
7326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2380
7327
  #, fuzzy
7328
  msgid "Available"
7329
  msgstr "Доступа: "
7330
 
7331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2384
7332
  msgid "Booked"
7333
  msgstr "Забранявана "
7334
 
7335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2387
7336
  #, fuzzy
7337
  msgid "Partially booked"
7338
  msgstr "Забранявана "
7339
 
7340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3108
7341
  #, fuzzy
7342
  msgid "Technical support section"
7343
  msgstr "Премиум падтрымка"
7344
 
7345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3112
7346
  #, fuzzy
7347
  msgid "Reindex booking data"
7348
  msgstr "Браняванне"
7349
 
7350
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3114
7351
  msgid "Reindex"
7352
  msgstr ""
7353
 
7354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3120
7355
  msgid ""
7356
  " Click, if you want to reindex booking data by booking dates sort field "
7357
  "(Your installation/update of the plugin must be successful)."
7358
  msgstr ""
7359
 
7360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3165
7361
  #, php-format
7362
  msgid "%s Found %s not indexed bookings %s"
7363
  msgstr ""
7364
 
7365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3180
7366
  #, php-format
7367
  msgid "%s Finish getting sort dates. %s"
7368
  msgstr ""
7369
 
7370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3189
7371
  #, fuzzy, php-format
7372
  msgid "Updated booking: %s"
7373
  msgstr "Абноўлена паспяхова"
7374
 
7375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:297
7376
  msgid "no"
7377
  msgstr "не"
7378
 
7379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1900
7380
  msgid "Warning!!! Some error is occur. "
7381
  msgstr ""
7382
 
7383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1904
7384
  msgid ""
7385
  "Please contact by email (with info about order number and used site) for "
7386
  "finishing the registrations"
7387
  msgstr ""
7388
 
7389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1960
7390
  #, fuzzy
7391
  msgid "version"
7392
  msgstr "Версія"
7393
 
7394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1962
7395
  #, php-format
7396
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7397
  msgstr ""
7398
 
7399
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:95
7400
  msgid "Booking resource"
7401
  msgstr "Тып бранявання"
7402
 
7403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:112
7404
  #, fuzzy
7405
  msgid "Visible months"
7406
  msgstr "Лік месяцаў"
7407
 
7408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:132
7409
  msgid "Footer"
7410
  msgstr "Ніжняя частка"
7411
 
7412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:137
7413
  #, php-format
7414
  msgid "Example: %sMake booking here%s"
7415
  msgstr "Прыклад: %sРезервируйте тут%s"
7416
 
7417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:141
7418
  #, php-format
7419
  msgid ""
7420
  "%sImportant!!!%s Please note, if you show booking calendar (inserted into "
@@ -7423,7 +7418,7 @@ msgstr ""
7423
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
7424
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
7425
 
7426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:145
7427
  #, php-format
7428
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7429
  msgstr ""
@@ -7931,6 +7926,10 @@ msgstr ""
7931
  msgid "Textarea Label"
7932
  msgstr ""
7933
 
 
 
 
 
7934
  #, fuzzy
7935
  #~ msgid "Welcome to WP Booking Calendar"
7936
  #~ msgstr "Каляндар бранявання"
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
26
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
27
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
31
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
32
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
34
  msgid "Dates"
35
  msgstr "Даты"
36
 
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
38
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
39
  #, fuzzy
40
  msgid "Full cost of the booking"
41
  msgstr "Кошт"
42
 
43
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
44
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
45
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
49
  msgid "First Name (required)"
50
  msgstr "Імя (абавязковае поле)"
51
 
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
53
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
54
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
58
  msgid "Last Name (required)"
59
  msgstr "Прозвішча (абавязковае поле)"
60
 
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
63
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
67
  msgid "Email (required)"
68
  msgstr "Емейл (абавязковае поле)"
69
 
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
71
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
73
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
74
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
81
  msgid "Phone"
82
  msgstr "Тэлефон"
83
 
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
85
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
86
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
88
  #, fuzzy
89
  msgid "Address (required)"
90
  msgstr "Емейл (абавязковае поле)"
91
 
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
94
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
95
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
96
  #, fuzzy
97
  msgid "City (required)"
98
  msgstr "Емейл (абавязковае поле)"
99
 
100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
102
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
104
  #, fuzzy
105
  msgid "Post code (required)"
106
  msgstr "Емейл (абавязковае поле)"
107
 
108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
112
  #, fuzzy
113
  msgid "Country (required)"
114
  msgstr "Емейл (абавязковае поле)"
115
 
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
117
  msgid "Visitors"
118
  msgstr "Наведвальнікі"
119
 
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
122
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
126
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
 
129
  msgid "Details"
130
  msgstr "Апісанне"
131
 
132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
133
  #, fuzzy
134
  msgid "Coupon"
135
  msgstr "Лік дзён"
136
 
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
143
  msgid "I Accept term and conditions"
144
  msgstr ""
145
 
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
148
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
154
  msgid "Send"
155
  msgstr "Адправіць"
156
 
157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
158
  msgid ""
159
  "Try selecting fewer visitors. The number of visitors may be more than the "
160
  "number of available units on selected day(s)!"
161
  msgstr ""
162
 
163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
164
  msgid "coupon"
165
  msgstr ""
166
 
167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
168
  msgid "discount"
169
  msgstr ""
170
 
171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
172
  msgid "Nothing found"
173
  msgstr ""
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
177
  msgid "Search results"
178
  msgstr ""
179
 
180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
181
  #, fuzzy
182
  msgid "Book now"
183
  msgstr "Купіць цяпер"
184
 
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
186
  msgid "Please select check-in and check-out days!"
187
  msgstr ""
188
 
189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
193
  #, fuzzy
194
  msgid "Search"
195
  msgstr "Сакавік"
196
 
197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
198
  #, php-format
199
  msgid ""
200
  "Sorry, the reservation was not made because these days are already booked!!! "
202
  "resource.) %s Please %srefresh%s the page and try other days."
203
  msgstr ""
204
 
205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
206
  #, php-format
207
  msgid "The folowing pending booking(s): %s deleted."
208
  msgstr ""
209
 
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
211
  #, fuzzy
212
  msgid "Maximum available booking resource items"
213
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
214
 
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
225
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
228
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
240
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
241
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
242
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
249
  msgid "Click to toggle"
250
  msgstr ""
251
 
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
254
  #, fuzzy
255
  msgid "Booking resources management"
256
  msgstr "Браняванне"
257
 
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
265
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
269
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
270
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
 
277
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
278
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
279
  msgid "ID"
280
  msgstr "ID"
281
 
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
287
  msgid "Resource name"
288
  msgstr "Імя рэсурсу"
289
 
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
292
  #, fuzzy
293
  msgid "Number of resource items inside of parent resource"
294
  msgstr "Імя аб'ектаў з рэсурсу"
295
 
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
298
  msgid "Capacity"
299
  msgstr ""
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
305
  #, fuzzy
306
  msgid "Parent"
307
  msgstr "Аплата"
308
 
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
313
  msgid "Priority"
314
  msgstr ""
315
 
316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
318
  #, fuzzy
319
  msgid "Maximum number of visitors for resource"
320
  msgstr "Лік наведвальнікаў"
321
 
322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
324
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
325
  #, fuzzy
326
  msgid "Max"
327
  msgstr "Сакавік"
328
 
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
331
  #, fuzzy
332
  msgid "visitors"
333
  msgstr "Наведвальнікі"
334
 
335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
344
  msgid "Actions"
345
  msgstr "Функцыі "
346
 
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
348
  msgid "Add"
349
  msgstr "Дадаць"
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
 
359
  msgid "Delete"
360
  msgstr "Выдаліць"
361
 
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
364
  msgid "Title"
365
  msgstr "Загаловак"
366
 
367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
368
  #, fuzzy
369
  msgid "Add new resource"
370
  msgstr "Дадаць новае браняванне"
371
 
372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
377
  msgid "Save"
378
  msgstr "Захаваць"
379
 
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
381
  msgid "Advanced Settings"
382
  msgstr "Пашыраныя налады"
383
 
384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
386
  #, fuzzy
387
  msgid "Set capacity based on number of visitors"
388
  msgstr "Лік наведвальнікаў"
389
 
390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
391
  #, fuzzy, php-format
392
  msgid ""
393
  "Check this box if you want total availability (daily capacity) to depend on "
396
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
397
  "сплывае падказцы"
398
 
399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
402
  #, php-format
403
  msgid "Please read more info about configuration of this parameter %shere%s"
404
  msgstr ""
405
 
406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
407
  #, php-format
408
  msgid ""
409
  "Add tooltip on calendar(s) to show availability based on the number of "
412
  "number of visitors specified on the booking form."
413
  msgstr ""
414
 
415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
416
  #, php-format
417
  msgid ""
418
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
421
  "resources%s with the number of visitors specified on the booking form."
422
  msgstr ""
423
 
424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
425
  #, fuzzy
426
  msgid "Show availability"
427
  msgstr "Даступнасць"
428
 
429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
431
  #, fuzzy
432
  msgid ""
433
  "Check this box to display the available number of booking resources with a "
436
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
437
  "сплывае падказцы"
438
 
439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
440
  msgid "Availability description"
441
  msgstr "Апісанне даступнасць"
442
 
443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
445
  #, php-format
446
  msgid "Type your %savailability%s description"
447
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
448
 
449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
451
  #, fuzzy
452
  msgid "Disable bookings in different booking resources"
453
  msgstr "Памылка пры абнаўленні БД "
454
 
455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
456
  msgid ""
457
  "Check this box to dissable reservations, which can be stored in different "
458
  "booking resources. When checked, all reserved days must be at same booking "
459
  "resource otherwise error message will show."
460
  msgstr ""
461
 
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
463
  #, fuzzy
464
  msgid "Advanced"
465
  msgstr "Пашыраныя налады"
466
 
467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
468
  #, fuzzy
469
  msgid ""
470
  "Check this box if you want total availability (daily capacity) to depend on "
473
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
474
  "сплывае падказцы"
475
 
476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
497
  msgid "Important!"
498
  msgstr ""
499
 
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
502
  #, fuzzy
503
  msgid "Type of days selection"
504
  msgstr "Вылучэнне некалькіх дзён"
505
 
506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
507
  msgid ""
508
  "Add tooltip on calendar(s) to show availability based on the number of "
509
  "available booking resource items remaining for each day."
510
  msgstr ""
511
 
512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
516
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
517
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
518
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
522
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
523
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
524
 
525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
526
  #, php-format
527
  msgid ""
528
  "Be sure to match the maximum number of visitors for the %sone booking "
529
  "resource%s with the number of visitors specified on the booking form."
530
  msgstr ""
531
 
532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
533
  msgid ""
534
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
535
  "number of visitors for the resource, which can be at free booking resource "
536
  "items."
537
  msgstr ""
538
 
539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
540
  #, php-format
541
  msgid ""
542
  "Be sure to match the maximum number of visitors for %sall booking resources"
543
  "%s with the number of visitors specified on the booking form."
544
  msgstr ""
545
 
546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
547
  #, fuzzy
548
  msgid ""
549
  "Check this box to dissable reservations, which can be stored in different "
550
  "booking resources."
551
  msgstr "Памылка пры абнаўленні БД "
552
 
553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
554
  msgid ""
555
  "When checked, all reserved days must be at same booking resource otherwise "
556
  "error message will show."
557
  msgstr ""
558
 
559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
560
  msgid "Use pending days as available"
561
  msgstr ""
562
 
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
564
  #, fuzzy
565
  msgid ""
566
  "Check this box if you want to show the pending days as available in calendars"
567
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
568
 
569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
570
  msgid ""
571
  "Warning!!! After you approved the specific booking(s), all your pending "
572
  "bookings of the same booking resource as an approved booking for the dates, "
574
  "canceled!"
575
  msgstr ""
576
 
577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
578
  msgid ""
579
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
580
  "is approved for these date(s)"
581
  msgstr ""
582
 
583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
584
  #, fuzzy
585
  msgid "Show availability in tooltip"
586
  msgstr "Даступнасць"
587
 
588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
589
  #, fuzzy
590
  msgid "Availability Title"
591
  msgstr "Даступнасць"
592
 
593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
594
  msgid ""
595
  "Use \"Check In\" date as available in calendar for booking resources with "
596
+ "capacity higher then 1 for search results"
597
  msgstr ""
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
600
  msgid ""
601
  "Use \"Check Out\" date as available in calendar for booking resources with "
602
+ "capacity higher then 1 search results"
603
  msgstr ""
604
 
605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
606
  #, fuzzy
607
  msgid "Coupon Deleted"
608
  msgstr "Выдалена"
609
 
610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
611
  #, fuzzy
612
  msgid "Coupon created"
613
  msgstr "Лік дзён"
614
 
615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
616
  #, fuzzy
617
  msgid "Add New Discount Coupon"
618
  msgstr "Дадаць новае браняванне"
619
 
620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
623
  msgid "Coupon Code"
624
  msgstr ""
625
 
626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
627
  #, fuzzy
628
  msgid "Enter coupon code."
629
  msgstr "Увядзіце ваш тэлефон"
630
 
631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
634
  #, fuzzy
635
  msgid "Savings"
636
  msgstr "Захаванне..."
637
 
638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
639
  #, fuzzy
640
  msgid "Fixed Amount"
641
  msgstr "фіксаваны ўнёсак"
642
 
643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
644
  msgid "Percentage Off"
645
  msgstr ""
646
 
647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
648
  msgid "Enter number of fixed or percentage savings."
649
  msgstr ""
650
 
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
654
  #, fuzzy
655
  msgid "Expiration Date"
656
  msgstr "Фармат даты"
657
 
658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
659
  msgid "Select Expiration Date of the coupon."
660
  msgstr ""
661
 
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
663
  #, fuzzy
664
  msgid "Minimum Booking Cost"
665
  msgstr "Кошт"
666
 
667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
668
  msgid "Enter minimum booking cost, when coupon is applicable."
669
  msgstr ""
670
 
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
676
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
678
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
679
  #, fuzzy
680
  msgid "Resources"
681
  msgstr "Кошт рэсурсу"
682
 
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
686
  msgid "All"
687
  msgstr ""
688
 
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
690
  msgid "Select booking resources, where is possible to apply this coupon code."
691
  msgstr ""
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
694
  #, fuzzy
695
  msgid "Add New Coupon"
696
  msgstr "Дадаць новае браняванне"
697
 
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
699
  msgid "The coupon code your customers will be using to receive the discount."
700
  msgstr ""
701
 
702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
703
  #, fuzzy
704
  msgid "The amount which will be saved. Enter only digits."
705
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
706
 
707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
708
  msgid "The minimum total cost required to use the coupon"
709
  msgstr ""
710
 
711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
713
  #, fuzzy
714
  msgid "Minimum Purchase"
715
  msgstr "Купля"
716
 
717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
718
  msgid "The date your coupon will expire"
719
  msgstr ""
720
 
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
722
  msgid "Resource list, which supports this coupon"
723
  msgstr ""
724
 
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
726
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
727
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
734
  msgid "Warning"
735
  msgstr ""
736
 
737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
738
  #, fuzzy
739
  msgid "Do you really want to delete this item?"
740
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
741
 
742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
743
  #, fuzzy, php-format
744
  msgid "%s - coupon field, "
745
  msgstr "Гэта поле неабходна"
746
 
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
748
  #, php-format
749
  msgid "Example: %s "
750
  msgstr "Прыклад: %s "
751
 
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
753
  #, fuzzy
754
  msgid "Search form customization"
755
  msgstr "Форма"
756
 
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
763
  msgid "Use these shortcodes for customization: "
764
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
765
 
766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
767
  #, php-format
768
  msgid "%s - search inside posts/pages which are part of this category, "
769
  msgstr ""
770
 
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
772
  #, php-format
773
  msgid "%s - search inside posts/pages which have this tag, "
774
  msgstr ""
775
 
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
777
  #, fuzzy, php-format
778
  msgid "%s - check-in date, "
779
  msgstr "Фармат даты"
780
 
781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
782
  #, fuzzy, php-format
783
  msgid "%s - check-out date, "
784
  msgstr "%s - поле з пазнакай"
785
 
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
787
  #, fuzzy, php-format
788
  msgid "%s - default selection number of visitors, "
789
  msgstr "Лік наведвальнікаў"
790
 
791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
792
  #, fuzzy, php-format
793
  msgid "Example: %s - custom number of visitor selections\""
794
  msgstr "Лік наведвальнікаў"
795
 
796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
797
  #, fuzzy, php-format
798
  msgid "%s - search button, "
799
  msgstr "Прыклад: %s "
800
 
801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
803
  #, fuzzy, php-format
804
  msgid "%s - new line "
805
  msgstr "%s - дадаць новы радок"
806
 
807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
810
  #, fuzzy
811
  msgid "Use any other HTML tags (carefully)."
812
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
813
 
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
816
  msgid ""
817
  "Additional customization style of this element you can make at this file"
818
  msgstr ""
819
 
820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
821
  #, fuzzy
822
  msgid "Reset to default search form content"
823
  msgstr "Абнавіць да значэння па змаўчанні"
824
 
825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
833
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
834
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
836
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
837
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
838
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
839
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
845
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
846
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
847
  msgid "Save Changes"
848
  msgstr "Захаваць змены"
849
 
850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
851
  #, fuzzy
852
  msgid "Customization of found booking resource items"
853
  msgstr "Кошты бранявання"
854
 
855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
856
  #, fuzzy, php-format
857
  msgid "%s - resource title, "
858
  msgstr "Загаловак"
859
 
860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
861
  #, fuzzy, php-format
862
  msgid "%s - link to the page with booking form, "
863
  msgstr "%s - уставіць тып бранявання"
864
 
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
866
  #, fuzzy, php-format
867
  msgid "%s - availability of booking resource, "
868
  msgstr "%s - уставіць тып бранявання"
869
 
870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
871
  #, fuzzy, php-format
872
  msgid "%s - maximum number of visitors for the booking resource, "
873
  msgstr "%s - уставіць тып бранявання"
874
 
875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
876
  #, fuzzy, php-format
877
  msgid "%s - cost of booking the resource, "
878
  msgstr "%s - уставіць тып бранявання"
879
 
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
881
  #, php-format
882
  msgid ""
883
  "%s - featured image, taken from the featured image associated with the post, "
884
  msgstr ""
885
 
886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
887
  #, php-format
888
  msgid "%s - booking info, taken from the excerpt associated with the post, "
889
  msgstr ""
890
 
891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
892
  #, fuzzy
893
  msgid "Reset to default form"
894
  msgstr "Па змаўчанні"
895
 
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
898
  #, fuzzy
899
  msgid "Search form"
900
  msgstr "Форма"
901
 
902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
904
  #, fuzzy
905
  msgid "Check-in"
906
  msgstr "Дзеці"
907
 
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
910
  #, fuzzy
911
  msgid "Check-out"
912
  msgstr "Дзеці"
913
 
914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
915
  msgid "Number of visitors"
916
  msgstr "Лік наведвальнікаў"
917
 
918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
919
  #, fuzzy
920
  msgid "Search Cache Settings"
921
  msgstr "Усталёўкі"
922
 
923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
924
  msgid "Cache expiration"
925
  msgstr ""
926
 
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
928
  #, fuzzy
929
  msgid "hour(s)"
930
  msgstr "за 1 гадзіна"
931
 
932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
935
  #, fuzzy
936
  msgid "day(s)"
937
  msgstr "за 1 дзень"
938
 
939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
940
  msgid "Select time of cache expiration"
941
  msgstr ""
942
 
943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
944
  msgid "Cache will expire:"
945
  msgstr ""
946
 
947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
948
  #, php-format
949
  msgid "Found: %s booking forms inside of posts or pages "
950
  msgstr ""
951
 
952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
953
  msgid "Reset cache"
954
  msgstr ""
955
 
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
957
  #, fuzzy
958
  msgid "Parent Resource"
959
  msgstr "Імя рэсурсу"
960
 
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
962
  #, fuzzy
963
  msgid "Max visitors"
964
  msgstr "Наведвальнікі"
965
 
966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
967
  msgid "Capacity: "
968
  msgstr ""
969
 
970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
971
  msgid ""
972
  "Select parent resource, if you want that parent resource is increase "
973
  "capacity."
974
  msgstr ""
975
 
976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
977
  msgid ""
978
  "Set priority of resource - resource with higher priority will be reserved "
979
  "firstly."
980
  msgstr ""
981
 
982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
983
  #, fuzzy
984
  msgid "Resources count"
985
  msgstr "Кошт рэсурсу"
986
 
987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
988
  #, fuzzy
989
  msgid "Create several booking resources for one time"
990
  msgstr "Тып бранявання"
991
 
992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
994
  #, fuzzy
995
  msgid "Default form"
996
  msgstr "Па змаўчанні"
997
 
998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
1002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
1003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
1004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
1007
  msgid "Standard"
1008
  msgstr "Стандарт "
1009
 
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
1011
  #, fuzzy
1012
  msgid "Select default custom booking form"
1013
  msgstr "Выдаленне дадзеных па браняванні"
1014
 
1015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1016
  msgid "Available: "
1017
  msgstr "Доступа: "
1018
 
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
1022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
1023
  msgid "Default"
1024
  msgstr "Па змаўчанні"
1025
 
1026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
1030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
1031
  msgid "Superior"
1032
  msgstr "Супериор "
1033
 
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1035
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1036
  #, fuzzy
1037
  msgid "Resource #1"
1038
  msgstr "за 1 дзень"
1039
 
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
1042
  msgid "Presidential Suite"
1043
  msgstr "Президенский нумар "
1044
 
1045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1046
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1047
  #, fuzzy
1048
  msgid "Resource #2"
1049
  msgstr "Імя рэсурсу"
1050
 
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
1053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
1054
  msgid "Royal Villa"
1055
  msgstr "Віла "
1056
 
1057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1058
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1059
  #, fuzzy
1060
  msgid "Resource #3"
1061
  msgstr "Імя рэсурсу"
1062
 
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
1064
  #, fuzzy
1065
  msgid "night(s)"
1066
  msgstr "за 1 ноч"
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1069
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1076
  msgid "Adults"
1077
  msgstr ""
1078
 
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1080
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1084
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
 
1087
  msgid "Children"
1088
  msgstr "Дзеці"
1089
 
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
1094
  #, fuzzy
1095
  msgid "per 1 day"
1096
  msgstr "за 1 дзень"
1097
 
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
1101
  #, fuzzy
1102
  msgid "from the cost of 1 day "
1103
  msgstr "за 1 дзень"
1104
 
1105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1108
  #, fuzzy, php-format
1109
  msgid "Additional cost in %s per 1 day"
1110
  msgstr "Дадатковы кошт для "
1111
 
1112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1113
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1118
  #, fuzzy
1119
  msgid " for all days!"
1120
  msgstr "днеи"
1121
 
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
1124
  #, fuzzy
1125
  msgid "Custom Form"
1126
  msgstr "Наладжвальны"
1127
 
1128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1130
  #, fuzzy
1131
  msgid "Load selected booking form"
1132
  msgstr "Форма бранявання"
1133
 
1134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1136
  msgid "Load"
1137
  msgstr ""
1138
 
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1140
  #, fuzzy
1141
  msgid "Delete selected booking form"
1142
  msgstr "Форма бранявання"
1143
 
1144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1145
  #, fuzzy
1146
  msgid "Do you really want to delete selected booking form ?"
1147
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
1148
 
1149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1150
  #, fuzzy
1151
  msgid "Add new custom form"
1152
  msgstr "Дадаць новае браняванне"
1153
 
1154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1155
  #, fuzzy
1156
  msgid "Add New Custom Form"
1157
  msgstr "Дадаць новае браняванне"
1158
 
1159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1160
  #, fuzzy
1161
  msgid "Type the name of booking form"
1162
  msgstr "Форма бранявання"
1163
 
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1165
  #, fuzzy
1166
  msgid "Create new form"
1167
  msgstr "Форма"
1168
 
1169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1172
  msgid "Create"
1173
  msgstr ""
1174
 
1175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1176
  #, fuzzy
1177
  msgid "Delete form"
1178
  msgstr "Выдаліць"
1179
 
1180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1184
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1185
  msgid "Cancel"
1186
  msgstr "Адмена"
1187
 
1188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1192
  msgid "Deleted"
1193
  msgstr "Выдалена"
1194
 
1195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1196
  #, fuzzy
1197
  msgid "There are no extended booking forms"
1198
  msgstr "Браняванне"
1199
 
1200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1201
  #, fuzzy
1202
  msgid "Booking form type:"
1203
  msgstr "Форма бранявання"
1204
 
1205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1206
  #, fuzzy
1207
  msgid "Select type of booking form"
1208
  msgstr "Форма бранявання"
1209
 
1210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1212
  #, fuzzy
1213
  msgid "Booking Form"
1214
  msgstr "Форма бранявання"
1215
 
1216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1217
  #, fuzzy
1218
  msgid "Standard booking resource cost"
1219
  msgstr "Тып бранявання"
1220
 
1221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1222
  #, fuzzy
1223
  msgid "Total booking resource cost"
1224
  msgstr "Тып бранявання"
1225
 
1226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1227
  #, php-format
1228
  msgid ""
1229
  "%s - show cost hint for full booking in real time, depending on number of "
1230
  "days selected and form elements."
1231
  msgstr ""
1232
 
1233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1234
  #, fuzzy, php-format
1235
  msgid "Example: %sThe full cost of payment: %s"
1236
  msgstr "%s - уставіць даты бранявання"
1237
 
1238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1239
  #, php-format
1240
  msgid ""
1241
  "%s - show hint of original booking cost without additional costs for full "
1242
  "booking in real time, depends only from days selection."
1243
  msgstr ""
1244
 
1245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1246
  #, fuzzy, php-format
1247
  msgid "Example: %sThe original cost for payment: %s "
1248
  msgstr "%s - уставіць даты бранявання"
1249
 
1250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1251
  #, php-format
1252
  msgid ""
1253
  "%s - show cost hint of additional booking cost, which depends from selection "
1254
  "of form elements."
1255
  msgstr ""
1256
 
1257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1258
  #, php-format
1259
  msgid "Example: %sThe additional cost for payment: %s "
1260
  msgstr ""
1261
 
1262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1263
  #, php-format
1264
  msgid "%s - enter direct cost at admin panel at page: "
1265
  msgstr ""
1266
 
1267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1270
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1271
  msgid "Add booking"
1272
  msgstr "Дадаць рэзерв"
1273
 
1274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1275
  #, fuzzy, php-format
1276
  msgid "Example: %s"
1277
  msgstr "Прыклад: %s "
1278
 
1279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1281
  msgid "yes"
1282
  msgstr "так"
1283
 
1284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1286
  #, fuzzy
1287
  msgid ""
1288
  "Setting rate or cost, which is depend from number of selected days for the "
1289
  "resource"
1290
  msgstr "Лік дзён"
1291
 
1292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1295
  msgid "Rates"
1296
  msgstr "Рэйты "
1297
 
1298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1301
  #, fuzzy
1302
  msgid "Valuation days"
1303
  msgstr "днеи"
1304
 
1305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1306
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1307
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1308
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1311
  msgid "Deposit"
1312
  msgstr "фіксаваны ўнёсак"
1313
 
1314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1317
  msgid "Availability"
1318
  msgstr "Даступнасць"
1319
 
1320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1321
  msgid "Setting the default form for the specific resource"
1322
  msgstr ""
1323
 
1324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1325
  #, fuzzy
1326
  msgid "Default Form"
1327
  msgstr "Па змаўчанні"
1328
 
1329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1330
  #, fuzzy
1331
  msgid "Set the cost based on the number of days selected for the reservation"
1332
  msgstr "Лік дзён"
1333
 
1334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1335
  msgid ""
1336
  "Activation of this feature is require setting cost per day or cost per night"
1337
  msgstr ""
1338
 
1339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1342
  #, fuzzy
1343
  msgid "Deposit amount"
1344
  msgstr "фіксаваны ўнёсак"
1345
 
1346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1347
  #, fuzzy
1348
  msgid "Set the deposit payment required for the payment form"
1349
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
1350
 
1351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1352
  msgid ""
1353
  "Activate this feature at the cost section of general booking settings page, "
1354
  "firstly."
1355
  msgstr ""
1356
 
1357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1360
  msgid "unavailable"
1361
  msgstr "Недаступныя дні "
1362
 
1363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1366
  msgid "available"
1367
  msgstr "даступныя дні "
1368
 
1369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1370
  #, fuzzy
1371
  msgid "Availability booking type"
1372
  msgstr "Даступнасць"
1373
 
1374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1375
  #, fuzzy, php-format
1376
  msgid "All days for %s"
1377
  msgstr "Усе дні для %s "
1378
 
1379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1380
  #, fuzzy, php-format
1381
  msgid ""
1382
  "Select %s days by activating specific season filter below or %sadd new "
1383
  "season filter%s"
1384
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1385
 
1386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1390
  #, fuzzy
1391
  msgid "Season Filter Name"
1392
  msgstr "Фільтр "
1393
 
1394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1399
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1400
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1401
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1404
  msgid "Description"
1405
  msgstr "Апісанне даступнасць"
1406
 
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1413
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1414
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1415
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1416
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1417
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1423
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1424
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1425
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1428
  msgid "Active"
1429
  msgstr "Актыўна"
1430
 
1431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1432
  #, fuzzy
1433
  msgid "Seasonal rates of booking resource"
1434
  msgstr "Тып бранявання"
1435
 
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1437
  #, fuzzy, php-format
1438
  msgid ""
1439
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1442
  "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s "
1443
  "ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1444
 
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1447
  msgid "Final cost"
1448
  msgstr "Фінальны кошт"
1449
 
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1451
  #, fuzzy
1452
  msgid "Season Filter"
1453
  msgstr "Фільтр "
1454
 
1455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1456
  #, fuzzy
1457
  msgid "Rate"
1458
  msgstr "Рэйты "
1459
 
1460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1462
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1463
  msgid "for 1 day"
1464
  msgstr "за 1 дзень"
1465
 
1466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1469
  msgid "for 1 night"
1470
  msgstr "за 1 ноч"
1471
 
1472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1474
  msgid "fixed deposit"
1475
  msgstr "фіксаваны ўнёсак"
1476
 
1477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1480
  msgid "for 1 hour"
1481
  msgstr "за 1 гадзіна"
1482
 
1483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1486
  #, fuzzy
1487
  msgid "Filter Name"
1488
  msgstr "Фільтр "
1489
 
1490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1494
  #, fuzzy
1495
  msgid "Note!"
1497
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
1498
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
1499
 
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1501
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1502
  msgstr ""
1503
 
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1505
  #, fuzzy
1506
  msgid "Update Rates"
1507
  msgstr "Рэйты "
1508
 
1509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1510
  msgid "Set cost of booking resource based on the number of days selected"
1511
  msgstr ""
1512
 
1513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1514
  #, php-format
1515
  msgid ""
1516
  "If you add costs here, %srates%s for this booking resource will not take "
1517
  "effect !!!"
1518
  msgstr ""
1519
 
1520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1521
  #, php-format
1522
  msgid ""
1523
  "Cost setings at %stop have higher priority%s than other costs of same type "
1524
  "at the %sbottom%s of the list."
1525
  msgstr ""
1526
 
1527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1528
  #, php-format
1529
  msgid ""
1530
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1531
  "terms %s and after terms %s"
1532
  msgstr ""
1533
 
1534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1535
  #, php-format
1536
  msgid "%s and %s terms have higher priority than a range %s days."
1537
  msgstr ""
1538
 
1539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1540
  msgid "Warning!"
1541
  msgstr ""
1542
 
1543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1544
  msgid ""
1545
  "Specific cost will take affect, only if it active (the box at the left side "
1546
  "is checked) and if \"Check In\" (start) date belong to selected season "
1547
  "filter or if set \"Any days\"."
1548
  msgstr ""
1549
 
1550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1551
  #, fuzzy
1552
  msgid "Number of Days"
1553
  msgstr "днеи"
1554
 
1555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1556
  #, fuzzy
1557
  msgid "Cost Settings"
1558
  msgstr "Усталёўкі"
1559
 
1560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1564
  #, fuzzy
1565
  msgid "Season Filter of Check In date"
1566
  msgstr "Фільтр дат"
1567
 
1568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1571
  #, fuzzy
1572
  msgid "For"
1573
  msgstr "Форма"
1574
 
1575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1578
  #, fuzzy
1579
  msgid "Day Number(s)"
1580
  msgstr "Лік наведвальнікаў"
1581
 
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1586
  msgid "to"
1587
  msgstr "да"
1588
 
1589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1591
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1593
  #, fuzzy
1594
  msgid "day"
1595
  msgstr "за 1 дзень"
1596
 
1597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1598
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
 
1600
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1601
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1603
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1604
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1605
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1612
  msgid "Cost"
1613
  msgstr "Кошт"
1614
 
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1618
  #, fuzzy
1619
  msgid "Any days"
1620
  msgstr "Любы дзень тыдня"
1621
 
1622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1625
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1631
  msgid "From"
1632
  msgstr "Ад каго"
1633
 
1634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1636
  msgid "Together"
1637
  msgstr ""
1638
 
1639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1640
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1646
  msgid "days"
1647
  msgstr "днеи"
1648
 
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1651
  msgid "Remove"
1652
  msgstr ""
1653
 
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1655
  #, fuzzy
1656
  msgid "Add new cost"
1657
  msgstr "Дадаць новае браняванне"
1658
 
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1660
  #, fuzzy
1661
  msgid "for all days"
1662
  msgstr "днеи"
1663
 
1664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1665
  #, fuzzy
1666
  msgid "Set amount of deposit payment"
1667
  msgstr "%s - уставіць даты бранявання"
1668
 
1669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1670
  #, fuzzy
1671
  msgid "Deposit payment total"
1672
  msgstr "фіксаваны ўнёсак"
1673
 
1674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1675
  #, fuzzy
1676
  msgid "Deposit payment is not active for booking resource"
1677
  msgstr "Сезонныя змены коштаў"
1678
 
1679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1687
  msgid "Status"
1688
  msgstr ""
1689
 
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1691
  #, fuzzy
1692
  msgid "deposit payment for booking resource"
1693
  msgstr "Тып бранявання"
1694
 
1695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1696
  #, fuzzy
1697
  msgid "fixed total in"
1698
  msgstr "фіксаваны ўнёсак"
1699
 
1700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1701
  #, fuzzy
1702
  msgid "of payment"
1703
  msgstr "Аплата"
1704
 
1705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1706
  #, fuzzy
1707
  msgid "Condition"
1708
  msgstr "Выдаленне дадзеных па браняванні"
1709
 
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1711
  #, php-format
1712
  msgid ""
1713
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1714
  "In%s days more than"
1715
  msgstr ""
1716
 
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1718
  #, fuzzy
1719
  msgid "Update Deposit"
1720
  msgstr "фіксаваны ўнёсак"
1721
 
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1723
  #, fuzzy
1724
  msgid "Deposit payment"
1725
  msgstr "фіксаваны ўнёсак"
1726
 
1727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1728
  #, fuzzy, php-format
1729
  msgid ""
1730
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1731
  "payment form, instead of the full total of the booking."
1732
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1733
 
1734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1735
  #, fuzzy, php-format
1736
  msgid ""
1737
  " You can configure the deposit payment for your booking resources %shere%s."
1738
  msgstr "Сезонныя змены коштаў"
1739
 
1740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1742
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1743
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1744
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1745
  msgid "Su"
1746
  msgstr "Вс"
1747
 
1748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1750
  msgid "Mo"
1751
  msgstr "Пн"
1752
 
1753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1755
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1756
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1757
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1758
  msgid "Tu"
1759
  msgstr "Вт"
1760
 
1761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1763
  msgid "We"
1764
  msgstr "Ср"
1765
 
1766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1768
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1769
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1770
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1771
  msgid "Th"
1772
  msgstr "Чт"
1773
 
1774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1776
  msgid "Fr"
1777
  msgstr "Пт"
1778
 
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1782
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1783
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1784
  msgid "Sa"
1785
  msgstr "Сб"
1786
 
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1788
  msgid "Jan"
1789
  msgstr "Янв"
1790
 
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1792
  msgid "Feb"
1793
  msgstr "Фев"
1794
 
1795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1796
  msgid "Mar"
1797
  msgstr "Сакавік"
1798
 
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1800
  msgid "Apr"
1801
  msgstr "Апр"
1802
 
1803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1805
  msgid "May"
1806
  msgstr "Травень"
1807
 
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1809
  msgid "Jun"
1810
  msgstr "Чэрвень"
1811
 
1812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1813
  msgid "Jul"
1814
  msgstr "Ліпень"
1815
 
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1817
  msgid "Aug"
1818
  msgstr "Авг"
1819
 
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1821
  msgid "Sep"
1822
  msgstr "Сен"
1823
 
1824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1825
  msgid "Oct"
1826
  msgstr "Окт"
1827
 
1828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1829
  msgid "Nov"
1830
  msgstr "Ныючы"
1831
 
1832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1833
  msgid "Dec"
1834
  msgstr "Дэк"
1835
 
1836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1837
  msgid "time"
1838
  msgstr "час"
1839
 
1840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1844
  msgid "No days"
1845
  msgstr "Няма дзён"
1846
 
1847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1848
  msgid "Every"
1849
  msgstr "Кожны "
1850
 
1851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1852
  msgid "of"
1853
  msgstr "з "
1854
 
1855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1857
  msgid "Filter saved"
1858
  msgstr "Фільтр захаваны"
1859
 
1860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1861
  #, fuzzy
1862
  msgid "Specific Dates Filter"
1863
  msgstr "Фільтр "
1864
 
1865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1867
  #, fuzzy
1868
  msgid "Type filter name"
1869
  msgstr "Фільтр "
1870
 
1871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1875
  #, fuzzy
1876
  msgid "Create new season filter"
1877
  msgstr "Фільтр Дат"
1878
 
1879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1882
  msgid "Reset"
1883
  msgstr ""
1884
 
1885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1887
  #, fuzzy
1888
  msgid "Create New Season Filter"
1889
  msgstr "Фільтр Дат"
1890
 
1891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1893
  msgid "Save changes"
1894
  msgstr "Захаваць змены "
1895
 
1896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
1897
  #, fuzzy
1898
  msgid "Conditional Dates Filter"
1899
  msgstr "Фільтр "
1900
 
1901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
1902
  msgid "Days of week"
1903
  msgstr "Дні тыдня "
1904
 
1905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1906
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1907
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1908
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1919
  msgid "Sunday"
1920
  msgstr "Нядзеля"
1921
 
1922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1923
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1924
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1925
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1936
  msgid "Monday"
1937
  msgstr "Панядзелак"
1938
 
1939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1940
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1941
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1954
  msgid "Tuesday"
1955
  msgstr "Аўторак"
1956
 
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1958
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1959
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1971
  msgid "Wednesday"
1972
  msgstr "Асяроддзе"
1973
 
1974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1975
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1976
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1988
  msgid "Thursday"
1989
  msgstr "Чацвер"
1990
 
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1992
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2005
  msgid "Friday"
2006
  msgstr "Пятніца"
2007
 
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2009
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2010
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2022
  msgid "Saturday"
2023
  msgstr "Субота"
2024
 
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
2026
  msgid "Days of month"
2027
  msgstr "Дні месяца"
2028
 
2029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
2030
  #, fuzzy
2031
  msgid "Months"
2032
  msgstr "Месяцы"
2033
 
2034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
2035
  msgid "January"
2036
  msgstr "Студзень"
2037
 
2038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
2039
  msgid "February"
2040
  msgstr "Люты"
2041
 
2042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
2043
  msgid "March"
2044
  msgstr "Сакавік"
2045
 
2046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
2047
  msgid "April"
2048
  msgstr "Красавік"
2049
 
2050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
2051
  msgid "June"
2052
  msgstr "Чэрвень"
2053
 
2054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
2055
  msgid "July"
2056
  msgstr "Ліпень"
2057
 
2058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
2059
  msgid "August"
2060
  msgstr "Жнівень"
2061
 
2062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
2063
  msgid "September"
2064
  msgstr "Верасень"
2065
 
2066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
2067
  msgid "October"
2068
  msgstr "Кастрычнік"
2069
 
2070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
2071
  msgid "November"
2072
  msgstr "Лістапад"
2073
 
2074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
2075
  msgid "December"
2076
  msgstr "Снежань"
2077
 
2078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
2079
  msgid "Years"
2080
  msgstr "Гады"
2081
 
2082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
2083
  msgid "Filter deleted successfully"
2084
  msgstr "Фільтр выдалены паспяхова"
2085
 
2086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2087
  #, fuzzy
2088
  msgid "Create dates filter"
2089
  msgstr "Фільтр "
2090
 
2091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
2092
  #, fuzzy
2093
  msgid "Create conditional days filter"
2094
  msgstr "Фільтр для часу ці дзён"
2095
 
2096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
2097
  #, fuzzy
2098
  msgid "Listing of season filters"
2099
  msgstr "Фільтры "
2100
 
2101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
2102
  msgid "Filters"
2103
  msgstr "Фільтры "
2104
 
2105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
2107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
2108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
2109
  msgid "Edit"
2110
  msgstr "рэдагаваць "
2111
 
2112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
2113
  msgid "Do you really want to delete?"
2114
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2115
 
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
2117
  #, fuzzy
2118
  msgid "Showing cost in tooltip"
2119
  msgstr "Кошт"
2120
 
2121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2122
  #, fuzzy
2123
  msgid ""
2124
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2125
  "over each day on the calendar(s)."
2126
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2127
 
2128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
2129
  #, fuzzy
2130
  msgid "Cost Title"
2131
  msgstr "Загаловак"
2132
 
2133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2134
  #, php-format
2135
  msgid "Type your %scost%s description"
2136
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
2137
 
2138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2139
  #, fuzzy
2140
  msgid "Advanced cost management"
2141
+ msgstr "Кошт"
2142
 
2143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2144
  #, fuzzy
2145
  msgid "Configure Additional cost for the form"
2146
  msgstr "Дадатковы кошт для "
2147
 
2148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2149
  #, fuzzy
2150
  msgid "Additional cost for"
2151
  msgstr "Кошт"
2152
 
2153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2154
  msgid ""
2155
  "Check this box if you want that specific additional cost, which configured "
2156
  "as percentage for some option, apply to other additional fixed costs and not "
2157
  "only to original booking cost."
2158
  msgstr ""
2159
 
2160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2161
  #, fuzzy
2162
  msgid ""
2163
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2164
  "checkbox(es)."
2165
  msgstr "Лік дзён"
2166
 
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2168
  #, php-format
2169
  msgid ""
2170
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2171
  "they exist in the %sbooking form%s."
2172
  msgstr ""
2173
 
2174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2175
  #, fuzzy
2176
  msgid "Enter additional cost in formats:"
2177
  msgstr "Дадатковы кошт для "
2178
 
2179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2180
  #, php-format
2181
  msgid ""
2182
  "For example, if the original cost of the booking is %s, then after applying "
2183
  "additional costs the total cost will be folowing"
2184
  msgstr ""
2185
 
2186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2187
  #, fuzzy
2188
  msgid "Enter fixed cost"
2189
  msgstr "фіксаваны ўнёсак"
2190
 
2191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2194
  #, fuzzy, php-format
2195
  msgid "%s, then total cost will be %s"
2196
  msgstr "Прыклад: %s "
2197
 
2198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2199
  #, fuzzy
2200
  msgid "Enter percentage of the entire booking"
2201
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2202
 
2203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2204
  #, fuzzy
2205
  msgid "Enter fixed amount for each selected day"
2206
  msgstr "Лік дзён"
2207
 
2208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2209
  #, php-format
2210
  msgid "%s, then total cost will be (if selected 3 days) %s"
2211
  msgstr ""
2212
 
2213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2216
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2217
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2219
  #, fuzzy
2220
  msgid "or"
2221
  msgstr "Форма"
2222
 
2223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2224
  msgid ""
2225
  "Enter percentage as additional sum, which is based only on original cost and "
2226
  "not full sum"
2227
  msgstr ""
2228
 
2229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2230
  #, php-format
2231
  msgid ""
2232
  "Please check more info about configuration of this cost settings on this "
2233
  "%spage%s."
2234
  msgstr ""
2235
 
2236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2238
  #, fuzzy
2239
  msgid "Resource ID or Title"
2240
  msgstr "ID"
2241
 
2242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2245
  msgid "Go"
2246
  msgstr ""
2247
 
2248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
2252
  msgid "Info"
2253
  msgstr "Інфа"
2254
 
2255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2257
  #, fuzzy
2258
  msgid "Selection"
2259
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2260
 
2261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2262
  #, fuzzy
2263
  msgid "Resource Name"
2264
  msgstr "Імя рэсурсу"
2265
 
2266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2268
  #, fuzzy
2269
  msgid "Bulk Actions"
2270
  msgstr "Функцыі "
2271
 
2272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2273
  #, fuzzy
2274
  msgid "management"
2275
  msgstr "Пашыраная налада коштаў"
2276
 
2277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2278
  #, fuzzy
2279
  msgid "Costs and Rates"
2280
  msgstr "Рэйты "
2281
 
2282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2286
  #, fuzzy
2287
  msgid "Customization of"
2288
  msgstr "Налада Paypal"
2289
 
2290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2291
  msgid "rates, valuation days cost and deposit amount "
2292
  msgstr ""
2293
 
2294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
2295
  #, fuzzy
2296
  msgid "Advanced Cost"
2297
+ msgstr "Кошт"
2298
 
2299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2300
  msgid "additional cost, which depend from form fields"
2301
  msgstr ""
2302
 
2303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2304
  #, fuzzy
2305
  msgid "Coupons"
2306
  msgstr "Лік дзён"
2307
 
2308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2310
  #, fuzzy
2311
  msgid "Setting"
2312
  msgstr "Усталёўкі"
2313
 
2314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2315
  msgid "for discount"
2316
  msgstr ""
2317
 
2318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2327
  #, fuzzy
2328
  msgid "settings"
2329
  msgstr "Усталёўкі"
2330
 
2331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
2332
  #, fuzzy
2333
  msgid "Season Filters"
2334
  msgstr "Фільтры "
2335
 
2336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
2337
  msgid "Cost: "
2338
  msgstr "Кошт:"
2339
 
2340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2342
  msgid "Weekend"
2343
  msgstr "Выходныя"
2344
 
2345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
2347
  msgid "Work days"
2348
  msgstr "Працоўныя дні"
2349
 
2350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2352
  msgid "High season"
2353
  msgstr "Высокі сазон"
2354
 
2355
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
2358
  msgid "Select Times"
2359
  msgstr ""
2360
 
2431
  msgstr "Адправіць"
2432
 
2433
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2439
  #, fuzzy
2440
  msgid "Close"
2441
  msgstr "Кошт"
2461
  msgstr ""
2462
 
2463
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2467
  #, fuzzy
2468
  msgid "Send to Admin"
2469
  msgstr "Адправіць"
2470
 
2471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2475
  #, fuzzy
2476
  msgid "Check this box to send copy of this email to Admin"
2477
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2478
 
2479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2484
  #, fuzzy, php-format
2485
  msgid "Type the default %sadmin email%s sending the booking confimation"
2486
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
2487
 
2488
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2494
  msgid "Subject"
2495
  msgstr "Тэма ліста"
2496
 
2500
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2501
 
2502
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2508
  #, fuzzy
2509
  msgid "Content"
2510
  msgstr "Панядзелак"
2592
  msgstr ""
2593
 
2594
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
2596
  #, fuzzy
2597
  msgid "Country"
2598
  msgstr "Лік дзён"
2622
  msgstr "Фармат даты"
2623
 
2624
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2627
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2628
  msgid "Custom"
2629
  msgstr "Наладжвальны"
2931
  "карыстанне сэрвісам бранявання.\""
2932
 
2933
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
2935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
2936
  #, fuzzy
2937
  msgid "Apartment#1"
2938
  msgstr "за 1 дзень"
2939
 
2940
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
2942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
2943
  #, fuzzy
2944
  msgid "Apartment#2"
2945
  msgstr "Апартаменты №2"
2946
 
2947
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
2949
  #, fuzzy
2950
  msgid "Apartment#3"
2951
  msgstr "Апартаменты №3"
3811
  msgid "Select option to configure or show help info about tags"
3812
  msgstr ""
3813
 
3814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
3815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
3817
  msgid "Saved"
3818
  msgstr "Захавана"
3819
 
3820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
3821
  msgid ""
3822
  "You can use (in subject and content of email template) any shortcodes, which "
3823
  "you used in the booking form. Use the shortcodes in the same way as you used "
3824
  "them in the content form at Settings Fields page."
3825
  msgstr ""
3826
 
3827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
3828
  msgid "In addition you can use these shortcodes"
3829
  msgstr ""
3830
 
3831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
3832
  #, php-format
3833
  msgid ""
3834
  "%s - inserting data info about the booking, which you configured in the "
3835
  "content form at Settings Fields page"
3836
  msgstr ""
3837
 
3838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
3839
  #, fuzzy, php-format
3840
  msgid "%s - inserting ID of booking "
3841
  msgstr "%s - уставіць даты бранявання"
3842
 
3843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
3844
  #, fuzzy, php-format
3845
  msgid "%s or %s - inserting the title of the booking resource "
3846
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
3847
 
3848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
3849
  #, fuzzy, php-format
3850
  msgid "%s - inserting the cost of booking "
3851
  msgstr "%s - уставіць даты бранявання"
3852
 
3853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
3854
  #, fuzzy, php-format
3855
  msgid "%s - inserting the dates of booking"
3856
  msgstr "%s - уставіць даты бранявання"
3857
 
3858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
3859
  #, fuzzy, php-format
3860
  msgid "%s - inserting check-in date (first day of reservation),"
3861
  msgstr "%s - уставіць даты бранявання"
3862
 
3863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
3864
  #, fuzzy, php-format
3865
  msgid "%s - inserting check-out date (last day of reservation),"
3866
  msgstr "%s - уставіць даты бранявання"
3867
 
3868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
3869
  #, fuzzy, php-format
3870
  msgid "%s - inserting the number of booking dates "
3871
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3872
 
3873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
3874
  #, fuzzy, php-format
3875
  msgid "%s - inserting your site URL "
3876
  msgstr "%s - дадаць новы радок"
3877
 
3878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
3879
  #, fuzzy, php-format
3880
  msgid "%s - inserting moderate link of new booking "
3881
  msgstr "%s - уставіць даты бранявання"
3882
 
3883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
3884
  #, php-format
3885
  msgid ""
3886
  "%s - inserting link to the page where visitor can edit the reservation, "
3888
  "Example: %s )"
3889
  msgstr ""
3890
 
3891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
3892
  #, php-format
3893
  msgid ""
3894
  "%s - inserting link to the page where visitor can cancel the reservation, "
3896
  "Example: %s )"
3897
  msgstr ""
3898
 
3899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
3900
  #, php-format
3901
  msgid ""
3902
  "%s - inserting link to payment page where visitor can pay for the "
3904
  "this page. Example: %s )"
3905
  msgstr ""
3906
 
3907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
3908
  #, fuzzy, php-format
3909
  msgid ""
3910
  "%s - add the reason for booking payment, you can enter it before sending "
3911
  "email, "
3912
  msgstr "%s - уставіць чыннік адмовы"
3913
 
3914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
3915
  #, fuzzy, php-format
3916
  msgid ""
3917
  "%s - add the reason booking was cancelled, you can enter it before sending "
3918
  "email, "
3919
  msgstr "%s - уставіць чыннік адмовы"
3920
 
3921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
3922
  #, php-format
3923
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3924
  msgstr ""
3925
 
3926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3927
  #, fuzzy
3928
  msgid "Enter Keyword here"
3929
  msgstr "Увядзіце ваш тэлефон"
3930
 
3931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
3932
  msgid "Keyword"
3933
  msgstr ""
3934
 
3935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
3936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
3937
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3938
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3939
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
3942
  msgid "Resource"
3943
  msgstr "Імя рэсурсу"
3944
 
3945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
3946
  #, fuzzy
3947
  msgid "Print bookings listing"
3948
  msgstr "Браняванне"
3949
 
3950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
3952
  #, fuzzy
3953
  msgid "Print"
3954
  msgstr "Аплата"
3955
 
3956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3957
  msgid "Export only current page of bookings to CSV format"
3958
  msgstr ""
3959
 
3960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
3961
  #, fuzzy
3962
  msgid "Export"
3963
  msgstr "Супериор "
3964
 
3965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
3966
  msgid "Export All bookings to CSV format"
3967
  msgstr ""
3968
 
3969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
3970
  msgid "Export All"
3971
  msgstr ""
3972
 
3973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
3974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
3975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
3976
  msgid "Labels"
3977
  msgstr ""
3978
 
3979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
3980
  #, fuzzy
3981
  msgid "Data"
3982
  msgstr "Даты"
3983
 
3984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
3985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
3986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
3987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
3988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
 
3989
  msgid "Approved"
3990
  msgstr "Пацверджана"
3991
 
3992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
3993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
3994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
3995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
3996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
 
3998
  msgid "Pending"
3999
  msgstr "Якія чакаюць сцвярджэнні"
4000
 
4001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
4002
  #, fuzzy
4003
  msgid "Edit Booking"
4004
  msgstr "рэдагаваць "
4005
 
4006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
4007
  #, fuzzy
4008
  msgid "Edit Note"
4009
  msgstr "рэдагаваць "
4010
 
4011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
4012
  #, fuzzy
4013
  msgid "Change Resource"
4014
  msgstr "Імя рэсурсу"
4015
 
4016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
4017
  #, fuzzy
4018
  msgid "Change"
4019
  msgstr "Змены "
4020
 
4021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
4022
  #, fuzzy
4023
  msgid "Clear booking resources selection"
4024
  msgstr "Тып бранявання"
4025
 
4026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
4027
  #, fuzzy
4028
  msgid "Apply booking resources selection"
4029
  msgstr "Тып бранявання"
4030
 
4031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
4032
  msgid ""
4033
  "Please note, its not possible to add new resources, if \"All resources\" "
4034
  "option is selected. Please clear the selection, then add new resources."
4035
  msgstr ""
4036
 
4037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
4038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
4039
  #, fuzzy
4040
  msgid "All resources"
4041
  msgstr "Кошт рэсурсу"
4042
 
4043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
4044
  #, fuzzy
4045
  msgid "Booking resources"
4046
  msgstr "Браняванне"
4088
  msgstr ""
4089
 
4090
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
4092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
4093
  msgid "Unknown"
4094
  msgstr ""
4095
 
4168
  msgstr ""
4169
 
4170
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
4172
  msgid "Created"
4173
  msgstr ""
4174
 
4209
  msgstr "Любы дзень тыдня"
4210
 
4211
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
4213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
4214
  #, fuzzy
4215
  msgid "Paid OK"
4216
  msgstr "Ок"
4221
  msgstr "Усталёўкі для бранявання"
4222
 
4223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
4225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
4226
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4227
  msgid "Payment"
4228
  msgstr "Аплата"
4252
  msgid "Send payment request to visitor"
4253
  msgstr "налада емейла"
4254
 
4255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
4256
  #, fuzzy
4257
  msgid "Payment status"
4258
  msgstr "Аплата"
4259
 
4260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
4261
  #, fuzzy
4262
  msgid "Save cost"
4263
  msgstr "Захаваць"
4264
 
4265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
4266
  #, fuzzy
4267
  msgid "Change status"
4268
  msgstr "Дадаць новае браняванне"
4269
 
4270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
4271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
4272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
4273
  msgid "Updating..."
4274
  msgstr "Захаванне..."
4275
 
4276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
4277
  msgid "User is Activated"
4278
  msgstr ""
4279
 
4280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
4281
  #, fuzzy
4282
  msgid "User is Deactivated"
4283
  msgstr "калі ўбудова дэактываваны"
4284
 
4285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
4286
  #, php-format
4287
  msgid ""
4288
  "%sYou do not have permissions for this page.%s Your account is not active, "
4289
  "please contact administrator.%s"
4290
  msgstr ""
4291
 
4292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
4293
  #, php-format
4294
  msgid "%sYou do not have permissions for this booking resources.%s"
4295
  msgstr ""
4296
 
4297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
4298
  #, fuzzy, php-format
4299
  msgid "%sNo this booking resources.%s"
4300
  msgstr "%sвведите час пачатку бранявання%s"
4301
 
4302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
4303
  #, fuzzy
4304
  msgid "Show resources of user:"
4305
  msgstr "Паказаць"
4306
 
4307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4308
  #, fuzzy
4309
  msgid "My"
4310
  msgstr "Травень"
4311
 
4312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
4313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
4314
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4315
  #, fuzzy
4316
  msgid "Booking resource:"
4317
  msgstr "Тып бранявання"
4318
 
4319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
4320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
4321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
4322
  #, fuzzy
4323
  msgid "Users"
4324
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
4325
 
4326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
4328
  #, fuzzy
4329
  msgid "User"
4330
  msgstr "Гады"
4331
 
4332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4333
  msgid "Management of"
4334
  msgstr ""
4335
 
4336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
4337
  msgid "Set user as"
4338
  msgstr ""
4339
 
4340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4341
  #, fuzzy, php-format
4342
  msgid "Active %sSuper Admin%s"
4343
  msgstr "Супериор "
4344
 
4345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4346
  #, fuzzy, php-format
4347
  msgid "Active %sRegular User%s"
4348
  msgstr "Гады"
4349
 
4350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4351
  msgid "Inactive User"
4352
  msgstr ""
4353
 
4354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4355
  msgid "Unlimited"
4356
  msgstr ""
4357
 
4358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
4359
  #, fuzzy
4360
  msgid "Activate"
4361
  msgstr "Актыўна"
4362
 
4363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4369
  #, fuzzy
4370
  msgid "Do you really want"
4371
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
4372
 
4373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4374
  #, fuzzy
4375
  msgid "make user active"
4376
  msgstr "Актыўна"
4377
 
4378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
4379
  #, fuzzy
4380
  msgid "Deactivate"
4381
  msgstr "Актыўна"
4382
 
4383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
4384
  msgid "Set as inactive"
4385
  msgstr ""
4386
 
4387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4388
  msgid "make user inactive"
4389
  msgstr ""
4390
 
4391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4392
  #, fuzzy
4393
  msgid "Delete settings"
4394
  msgstr "Выдаліць"
4395
 
4396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4397
  #, fuzzy
4398
  msgid "delete configuration"
4399
  msgstr "Выдаліць"
4400
 
4401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4402
  #, fuzzy
4403
  msgid "Delete data"
4404
  msgstr "Выдаліць"
4405
 
4406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4407
  #, fuzzy
4408
  msgid "delete all booking data"
4409
  msgstr "Выдаленне дадзеных па браняванні"
4410
 
4411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4413
  #, fuzzy
4414
  msgid "Super Admin"
4415
  msgstr "Адміністрацыйны емейл"
4416
 
4417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4419
  msgid "set user as"
4420
  msgstr ""
4421
 
4422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4423
  #, fuzzy
4424
  msgid "Regular User"
4425
  msgstr "Гады"
4426
 
4427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4428
  #, fuzzy
4429
  msgid "Regular user"
4430
  msgstr "Гады"
4431
 
4432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4433
  #, fuzzy
4434
  msgid "Suite"
4435
  msgstr "Президенский нумар "
5388
  msgid "Pay using %s payment service"
5389
  msgstr ""
5390
 
5391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
5392
  #, fuzzy
5393
  msgid "Form / Calendar"
5394
  msgstr "Форма"
5395
 
5396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5400
  #, fuzzy
5401
  msgid "Insertion of"
5402
  msgstr "Інфармацыя"
5403
 
5404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
5405
  #, fuzzy
5406
  msgid "Selection of form"
5407
  msgstr "Форма"
5408
 
5409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
5410
  #, fuzzy
5411
  msgid "Editing of booking"
5412
  msgstr "Браняванне"
5413
 
5414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5415
  #, php-format
5416
  msgid ""
5417
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5418
  "of the specific shortcodes %shere%s"
5419
  msgstr ""
5420
 
5421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5422
  #, php-format
5423
  msgid ""
5424
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5426
  "payment request"
5427
  msgstr ""
5428
 
5429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5430
  #, php-format
5431
  msgid ""
5432
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5433
  "settings page%s must link to this page"
5434
  msgstr ""
5435
 
5436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5437
  #, php-format
5438
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5439
  msgstr ""
5440
 
5441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5443
  #, fuzzy
5444
  msgid "Select shortcode to insert"
5445
  msgstr "Уставіць Каляндар для бранявання"
5446
 
5447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
5448
  #, php-format
5449
  msgid ""
5450
  "This shortcode %s is using for showing the search results at specific page, "
5451
  "if the search form is submit showing the search results at different page"
5452
  msgstr ""
5453
 
5454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5455
  #, fuzzy
5456
  msgid "Check this box to show search results on other page"
5457
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
5458
 
5459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
5460
  #, fuzzy
5461
  msgid "URL of search results:"
5462
  msgstr "Спасылка для вяртання з Paypal-а"
5463
 
5464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5465
  msgid "Type the URL of search results page."
5466
  msgstr ""
5467
 
5468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
5469
  #, fuzzy
5470
  msgid "Title of Search results:"
5471
  msgstr "Загаловак"
5472
 
5473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5474
  msgid "Type the title of Search results."
5475
  msgstr ""
5476
 
5477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
5478
  msgid "Nothing Found Message:"
5479
  msgstr ""
5480
 
5481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5482
  msgid "Type the message, when nothing found."
5483
  msgstr ""
5484
 
5485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5486
  #, fuzzy
5487
  msgid "Search only for users:"
5488
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5489
 
5490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5491
  msgid ""
5492
  "Type IDs of the users (separated by comma \",\") for searching availability "
5493
  "only for these users, or leave it blank for searching for all users."
5494
  msgstr ""
5495
 
5496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5497
  #, fuzzy
5498
  msgid "Title:"
5499
  msgstr "Загаловак"
5500
 
5501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5502
  msgid "Title near your select box."
5503
  msgstr ""
5504
 
5505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5506
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5507
  msgid "Visible months:"
5508
  msgstr ""
5509
 
5510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5511
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5512
  msgid "Select number of month to show for calendar."
5513
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
5514
 
5515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5516
  msgid ""
5517
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5518
  "select multiple booking resources."
5519
  msgstr ""
5520
 
5521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5522
  #, php-format
5523
  msgid ""
5524
  "This shortcode %s is using for selection of the booking form of specific "
5525
  "booking resources in selectbox"
5526
  msgstr ""
5527
 
5528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
5529
  #, fuzzy
5530
  msgid "This booking resources does not exist"
5531
  msgstr "Тып бранявання"
5532
 
5533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5534
  msgid "Processing..."
5535
  msgstr ""
5536
 
5537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5538
  msgid "Generating columns..."
5539
  msgstr ""
5540
 
5541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
5542
  #, fuzzy
5543
  msgid "Exporting booking data..."
5544
  msgstr "Браняванне"
5545
 
5546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5547
  msgid "Generating content of file"
5548
  msgstr ""
5549
 
5550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5551
  #, fuzzy
5552
  msgid "Saving to file"
5553
  msgstr "у календары"
5554
 
5555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
5556
  #, fuzzy
5557
  msgid "Export bookings"
5558
  msgstr "Браняванне"
5559
 
5560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5561
  msgid "Download the CSV file of exported booking data"
5562
  msgstr ""
5563
 
5564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5565
  msgid "Download"
5566
  msgstr ""
5567
 
5568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
5569
  #, fuzzy
5570
  msgid "Done!"
5571
  msgstr "Тэлефон"
5572
 
5573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
5574
  #, fuzzy
5575
  msgid "Please Select"
5576
  msgstr "Калі ласка, увядзіце кошт"
5577
 
5578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5579
  #, fuzzy
5580
  msgid "link"
5581
  msgstr "Спасылкі"
5582
 
5583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
5584
  #, fuzzy
5585
  msgid "Print bookings"
5586
  msgstr "Браняванне"
5587
 
5588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5589
  #, fuzzy
5590
  msgid "The booking was canceled by the visitor."
5591
  msgstr "Браняванне"
5592
 
5593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5597
  msgid "Wrong booking hash in URL (probably expired)"
5598
  msgstr ""
5599
 
5600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5601
  #, fuzzy
5602
  msgid "The booking has been canceled successfully"
5603
  msgstr "Ваша бронь была зменена"
5604
 
5605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
5606
  #, fuzzy
5607
  msgid "Add New Booking Resource(s)"
5608
  msgstr "Дадаць новае браняванне"
5609
 
5610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
5611
  #, fuzzy
5612
  msgid "New Resource"
5613
  msgstr "Дадаць новае браняванне"
5614
 
5615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
5616
  msgid "Enter title here"
5617
  msgstr ""
5618
 
5619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5620
  #, fuzzy
5621
  msgid "Enter name of booking resource"
5622
  msgstr "Сезонныя змены коштаў"
5623
 
5624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
5625
  #, fuzzy
5626
  msgid "Advanced Options"
5627
  msgstr "Пашыраныя налады"
5628
 
5629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5630
  #, fuzzy
5631
  msgid "Add new resource(s)"
5632
  msgstr "Дадаць новае браняванне"
5633
 
5634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5636
  #, fuzzy
5637
  msgid "Resources number per page"
5638
  msgstr "Тып бранявання"
5639
 
5640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5642
  #, fuzzy
5643
  msgid ""
5644
  "Select number of booking resources (single or parent) per page at Resource "
5645
  "menu page"
5646
  msgstr "Імя аб'ектаў з рэсурсу"
5647
 
5648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5650
  #, fuzzy
5651
  msgid "Default booking resource"
5652
  msgstr "Тып бранявання"
5653
 
5654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5655
  msgid "Enter your order number to begin the activation process."
5656
  msgstr ""
5657
 
5658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5659
  #, fuzzy
5660
  msgid "Select your default booking resource."
5661
  msgstr "Сезонныя змены коштаў"
5662
 
5663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5664
  #, fuzzy
5665
  msgid "URL to edit bookings"
5666
  msgstr "рэдагаваць "
5667
 
5668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5669
  #, fuzzy, php-format
5670
  msgid ""
5671
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5672
  "into this page."
5673
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
5674
 
5675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5676
  #, fuzzy
5677
  msgid "Change hash after the booking is approved"
5678
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5679
 
5680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5681
  msgid ""
5682
  "Check this box if you want to change the booking hash after approval. When "
5683
  "checked, visitor will not be able to edit or cancel the booking."
5684
  msgstr ""
5685
 
5686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5687
  #, php-format
5688
  msgid "%s - start new translation section, where %s - locale of translation"
5689
  msgstr ""
5690
 
5691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5692
  #, fuzzy, php-format
5693
  msgid "Example #1: %s - start French translation section"
5694
  msgstr "Прыклад: %s "
5695
 
5696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5697
  #, php-format
5698
  msgid "Example #2: \"%s\" - English and French translation of some message"
5699
  msgstr ""
5700
 
5701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
5702
  msgid ""
5703
  "Customization of email template, which is sending to Admin after new booking"
5704
  msgstr ""
5705
 
5706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5707
  #, fuzzy
5708
  msgid "New for Admin"
5709
  msgstr "Адміністрацыйны емейл"
5710
 
5711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
5712
  msgid ""
5713
  "Customization of email template, which is sending to Visitor after new "
5714
  "booking"
5715
  msgstr ""
5716
 
5717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
5718
  #, fuzzy
5719
  msgid "New for Visitor"
5720
  msgstr "Новазеландскія даляры"
5721
 
5722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
5723
  #, fuzzy
5724
  msgid ""
5725
  "Customization of email template, which is sending to Visitor after approval "
5726
  "of booking"
5727
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5728
 
5729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
5730
  msgid ""
5731
  "Customization of email template, which is sending to Visitor after "
5732
  "Cancellation of booking"
5733
  msgstr ""
5734
 
5735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
5736
  #, fuzzy
5737
  msgid "Declined"
5738
  msgstr "Выдалена"
5739
 
5740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
5741
  #, fuzzy
5742
  msgid ""
5743
  "Customization of email template, which is sending after modification of "
5744
  "booking"
5745
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5746
 
5747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
5748
  msgid "Modified"
5749
  msgstr ""
5750
 
5751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
5752
  msgid ""
5753
  "Customization of email template, which is sending to Visitor after payment "
5754
  "request"
5755
  msgstr ""
5756
 
5757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
5758
  #, fuzzy
5759
  msgid "Payment request"
5760
  msgstr "Аплата"
5761
 
5762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
5763
  #, fuzzy
5764
  msgid "Standard Form Template"
5765
  msgstr "Стандарт "
5766
 
5767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
5768
  #, fuzzy
5769
  msgid "2 Columns Form Template"
5770
  msgstr "Колькасць календароў"
5771
 
5772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5773
  msgid "Wizard Form Template(several steps)"
5774
  msgstr ""
5775
 
5776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
5777
  #, fuzzy
5778
  msgid "Payment Form Template"
5779
  msgstr "Аплата"
5780
 
5781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
5782
  #, fuzzy
5783
  msgid "Time Slots Form Template"
5784
  msgstr "Фармат даты"
5785
 
5786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
5787
  msgid "Time slots for different weekends Form Template"
5788
  msgstr ""
5789
 
5790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
5791
  #, fuzzy
5792
  msgid "Hints Form Template"
5793
  msgstr "Форма"
5794
 
5795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5796
  #, fuzzy
5797
  msgid "Reset current Form"
5798
  msgstr "Форма"
5799
 
5800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5801
  #, fuzzy
5802
  msgid "Reset Booking Form and Content of Booking Fields Form"
5803
  msgstr "Кошты бранявання"
5804
 
5805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
5806
  msgid "Both"
5807
  msgstr ""
5808
 
5809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
5810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
5811
  msgid "Please configure the form for content of booking fields data!"
5812
  msgstr ""
5813
 
5814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
5816
  #, fuzzy
5817
  msgid "Please configure the form fields!"
5818
  msgstr "Палі формы"
5819
 
5820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
5821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
5822
  #, fuzzy
5823
  msgid "Customization of booking form fields"
5824
  msgstr "Палі формы"
5825
 
5826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5827
  #, fuzzy
5828
  msgid ""
5829
  "Customization of fields, which showing in the Booking Listing page for the "
5830
  "specific booking"
5831
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5832
 
5833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
5834
  #, fuzzy
5835
  msgid "Content of Booking Fields"
5836
  msgstr "Палі формы"
5837
 
5838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
5839
  #, fuzzy
5840
  msgid "Default title of bookings"
5841
  msgstr "Загаловак"
5842
 
5843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
5844
  #, php-format
5845
  msgid ""
5846
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5848
  "page)."
5849
  msgstr ""
5850
 
5851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
5852
  #, fuzzy
5853
  msgid "Incorrect date format"
5854
  msgstr "Фармат даты"
5855
 
5856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
5857
  #, fuzzy
5858
  msgid "Booking Resource"
5859
  msgstr "Тып бранявання"
5860
 
5861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
5862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
5863
  #, fuzzy
5864
  msgid "All bookings"
5865
  msgstr "Браняванне"
5866
 
5867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
5868
  #, fuzzy
5869
  msgid "All incoming bookings"
5870
  msgstr "Браняванне"
5871
 
5872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5873
  #, fuzzy
5874
  msgid "New reservations made today"
5875
  msgstr "Новае браняванне"
5876
 
5877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
5878
  #, fuzzy
5879
  msgid "Reservations for today"
5880
  msgstr "Інфармацыя"
5881
 
5882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
5883
  msgid "Add new booking resource"
5884
  msgstr "Дадаць новае браняванне"
5885
 
5886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
5887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
5888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
5889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
5890
  msgid "Updated successfully"
5891
  msgstr "Абноўлена паспяхова"
5892
 
5893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
5894
  msgid ""
5895
  "Warning! The resource was not changed. Current dates are already booked "
5896
  "there."
5897
  msgstr ""
5898
 
5899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
5900
  #, fuzzy
5901
  msgid "Email to \"Admin\" after a new booking"
5902
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
5903
 
5904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
5905
  msgid "To"
5906
  msgstr "Каму"
5907
 
5908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
5909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5910
  #, fuzzy, php-format
5911
  msgid "Type default %sadmin email%s for booking confirmation"
5912
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
5913
 
5914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
5915
  #, fuzzy, php-format
5916
  msgid ""
5917
  "Type the default %sadmin email%s sending the booking confimation. You can "
5918
  "use this %s shortcode."
5919
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
5920
 
5921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5922
  #, fuzzy, php-format
5923
  msgid "Type your email %ssubject%s for the booking confimation message."
5924
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5925
 
5926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5927
  #, fuzzy, php-format
5928
  msgid "Type your %semail message content for checking booking%s in. "
5929
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5930
 
5931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5932
  #, fuzzy, php-format
5933
  msgid ""
5934
  "For example: \"You have a new reservation %s on the following date(s): %s "
5939
  "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
5940
  "бранявання.\""
5941
 
5942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
5947
  #, fuzzy
5948
  msgid "here"
5949
  msgstr "Чыннік адмовы"
5950
 
5951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
5952
  #, fuzzy
5953
  msgid "Email to \"Person\" after they make a new reservation"
5954
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5955
 
5956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
5957
  #, fuzzy, php-format
5958
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5959
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5960
 
5961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
5962
  #, fuzzy, php-format
5963
  msgid "Use these %s shortcodes."
5964
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5965
 
5966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
5967
  #, fuzzy, php-format
5968
  msgid ""
5969
  "Type your %semail message for visitor after creating a new reservation%s"
5970
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5971
 
5972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5973
  #, fuzzy, php-format
5974
  msgid ""
5975
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
5979
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
5980
  "Дзякуй за карыстанне сэрвісам бранявання.\""
5981
 
5982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
5983
  #, fuzzy
5984
  msgid "Email to \"Person\" after booking is approved"
5985
  msgstr "Ліст наведвальніку пасля адмовы брані."
5986
 
5987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
5988
  #, fuzzy, php-format
5989
  msgid "Type your email subject for the %sapproved booking%s."
5990
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
5991
 
5992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
5993
  #, fuzzy, php-format
5994
  msgid "Type your %semail message for the approved booking%s from the website"
5995
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
5996
 
5997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5998
  #, fuzzy, php-format
5999
  msgid ""
6000
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6004
  "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
6005
  "карыстанне сэрвісам бранявання .\""
6006
 
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
6008
  #, fuzzy
6009
  msgid "Email to \"Person\" after their booking has been denied"
6010
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6011
 
6012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3531
6013
  #, fuzzy, php-format
6014
  msgid "Type your email subject for the %sdenied booking%s."
6015
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
6016
 
6017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3538
6018
  #, fuzzy, php-format
6019
  msgid "Type your %semail message for the denied booking%s from the website"
6020
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
6021
 
6022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
6023
  #, fuzzy, php-format
6024
  msgid ""
6025
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
6028
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
6029
  "карыстанне сэрвісам бранявання.\""
6030
 
6031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3563
6032
  #, fuzzy
6033
  msgid "Email to \"Person\" after booking is modified"
6034
  msgstr "Ліст наведвальніку пасля адмовы брані."
6035
 
6036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
6037
  #, fuzzy, php-format
6038
  msgid "Type your email subject for the %smodified booking%s. "
6039
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6040
 
6041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
6042
  #, fuzzy, php-format
6043
  msgid "Type your %semail message for the modified booking%s from the website"
6044
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6045
 
6046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6047
  #, fuzzy, php-format
6048
  msgid ""
6049
  "For example: \"The reservation %s on these date(s): %s has been modified. "
6053
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6054
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6055
 
6056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3721
6057
  msgid "Form fields"
6058
  msgstr "Палі формы"
6059
 
6060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3750
6061
  #, php-format
6062
  msgid ""
6063
  "Content of booking fields data for email templates (%s-shortcode) and "
6064
  "booking listing page"
6065
  msgstr ""
6066
 
6067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3758
6068
  #, fuzzy, php-format
6069
  msgid "%s - inserting data from fields of booking form"
6070
  msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
6071
 
6072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3759
6073
  #, php-format
6074
  msgid "%s - inserting new line"
6075
  msgstr "%s - дадаць новы радок"
6076
 
6077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
6078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
6079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
6080
  msgid "First Name"
6081
  msgstr "Імя"
6082
 
6083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
6084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
6085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
6086
  msgid "Last Name"
6087
  msgstr "Прозвішча"
6088
 
6089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
6090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3867
6091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
6092
  msgid "Email"
6093
  msgstr "Емейл"
6094
 
6095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
6096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
6097
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
6098
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
6099
  #, fuzzy
6100
  msgid "Times"
6101
  msgstr "Час"
6102
 
6103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
6104
  #, fuzzy
6105
  msgid "Address"
6106
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
6107
 
6108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
6109
  msgid "City"
6110
  msgstr ""
6111
 
6112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
6113
  msgid "Post code"
6114
  msgstr ""
6115
 
6116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4034
6117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2334
6118
  #, fuzzy
6119
  msgid "New booking"
6120
  msgstr "Дадаць новае браняванне"
6121
 
6122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4036
6123
  #, fuzzy, php-format
6124
  msgid ""
6125
  "Your reservation %s for: %s is processing now! We will send confirmation by "
6128
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6129
  "карыстанне сэрвісам бранявання.%s"
6130
 
6131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
6132
  #, fuzzy
6133
  msgid "The reservation has been modified"
6134
  msgstr "Ваша бронь была зменена"
6135
 
6136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4042
6137
  #, fuzzy, php-format
6138
  msgid ""
6139
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6142
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6143
  "карыстанне сэрвісам бранявання.%s"
6144
 
6145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4104
6146
  msgid "Sending request..."
6147
  msgstr ""
6148
 
6149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4129
6150
  #, fuzzy
6151
  msgid "Order number"
6152
  msgstr "Лік наведвальнікаў"
6153
 
6154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4132
6155
  #, fuzzy
6156
  msgid "Register"
6157
  msgstr "Забранявана"
6158
 
6159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4134
6160
  msgid ""
6161
  "Please, enter your order number of purchasing this version, which you are "
6162
  "received in email."
6163
  msgstr ""
6164
 
6165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4138
6166
  #, php-format
6167
  msgid ""
6168
  "If you will get any difficulties or have a questions, please contact by "
6227
  msgstr "Уставіць Каляндар для бранявання"
6228
 
6229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
6230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:693
6231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6232
  msgid "Booking calendar"
6233
  msgstr "Каляндар бранявання"
6234
 
6354
  "days – Saturday, etc…"
6355
  msgstr ""
6356
 
6357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
6358
  #, fuzzy
6359
  msgid "week"
6360
  msgstr "Дні тыдня "
6361
 
6362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
6363
  msgid "weeks"
6364
  msgstr ""
6365
 
6366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
6367
  #, fuzzy
6368
  msgid "month"
6369
  msgstr "Дні месяца"
6370
 
6371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
6372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
6373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6374
  #, fuzzy
6375
  msgid "months"
6376
  msgstr "месяц(ы)"
6377
 
6378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2202
6380
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
6381
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
6382
  #, fuzzy
6383
  msgid "Year"
6384
  msgstr "год(а)"
6385
 
6386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
6387
  #, fuzzy
6388
  msgid "Current dates"
6389
  msgstr "Даты"
6390
 
6391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6392
  #, fuzzy
6393
  msgid "Today"
6394
  msgstr "днеи"
6395
 
6396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6397
  #, fuzzy
6398
  msgid "Previous dates"
6399
  msgstr "Даты"
6400
 
6401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
6402
  #, fuzzy
6403
  msgid "All dates"
6404
  msgstr "Даты"
6405
 
6406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
6407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:423
6408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2060
6409
  msgid "Next"
6410
  msgstr ""
6411
 
6412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:446
6414
  #, fuzzy
6415
  msgid "Prior"
6416
  msgstr "Пра"
6417
 
6418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
6419
+ msgid "Check In - Tomorrow"
6420
+ msgstr ""
6421
+
6422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6423
+ msgid "Check Out - Tomorrow"
6424
+ msgstr ""
6425
+
6426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:504
6427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:566
6428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
6429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1470
6430
  #, fuzzy
6431
  msgid "Apply"
6432
  msgstr "Красавік"
6433
 
6434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:604
6435
  #, fuzzy
6436
  msgid "Start Date"
6437
  msgstr "Фармат даты"
6438
 
6439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:645
6440
  #, fuzzy
6441
  msgid "Booking Listing"
6442
  msgstr "Браняванне"
6443
 
6444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:649
6445
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
6446
  #, fuzzy
6447
  msgid "Calendar Overview"
6448
  msgstr "Каляндар бранявання"
6449
 
6450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:658
6451
  #, fuzzy
6452
  msgid "Booking Calendar - Overview"
6453
  msgstr "Каляндар бранявання"
6454
 
6455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
6456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:687
6457
  msgid "Help"
6458
  msgstr ""
6459
 
6460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:685
6461
  #, fuzzy
6462
  msgid "About Booking Calendar"
6463
  msgstr "Каляндар бранявання"
6464
 
6465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
6466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:469
6467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
6468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
 
6469
  msgid "FAQ"
6470
  msgstr ""
6471
 
6472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
6473
  #, fuzzy
6474
  msgid "Technical Support"
6475
  msgstr "Премиум падтрымка"
6476
 
6477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
6478
  msgid "Purchase"
6479
  msgstr "Купля"
6480
 
6481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:695
6482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
6483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1252
6484
  msgid "Upgrade"
6485
  msgstr ""
6486
 
6487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1371
6488
  msgid "Filter"
6489
  msgstr "Фільтр "
6490
 
6491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1416
6492
  #, fuzzy
6493
  msgid "Expand Advanced Filter"
6494
  msgstr "Фільтр "
6495
 
6496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
6497
  #, fuzzy
6498
  msgid "Collapse Advanced Filter"
6499
  msgstr "Фільтр "
6500
 
6501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1434
6502
  msgid ""
6503
  "Send email notification to customer after approval, cancelation or deletion "
6504
  "of bookings"
6505
  msgstr ""
6506
 
6507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6508
  #, fuzzy
6509
  msgid "Emails sending"
6510
  msgstr "Емейл "
6511
 
6512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
6513
  #, fuzzy
6514
  msgid "Booking ID"
6515
  msgstr "ID"
6516
 
6517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
6518
  #, fuzzy
6519
  msgid "Refresh booking listing"
6520
  msgstr "Браняванне"
6521
 
6522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6523
  #, fuzzy
6524
  msgid "Reset filter to default values"
6525
  msgstr "Абнавіць да значэння па змаўчанні"
6526
 
6527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1512
6528
  #, fuzzy
6529
  msgid "Any"
6530
  msgstr "Любы дзень тыдня"
6531
 
6532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
6533
  #, fuzzy
6534
  msgid "New bookings"
6535
  msgstr "Браняванне"
6536
 
6537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1543
6538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6539
  msgid "Show"
6540
  msgstr "Паказаць"
6541
 
6542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1555
6543
  #, fuzzy
6544
  msgid "Creation"
6545
  msgstr "Выдаленне дадзеных па браняванні"
6546
 
6547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
6548
  msgid "Order by"
6549
  msgstr ""
6550
 
6551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1603
6552
  msgid ""
6553
  "Save filter settings as default template (Please, click Apply filter button, "
6554
  "before saving!)"
6555
  msgstr ""
6556
 
6557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1606
6558
  #, fuzzy
6559
  msgid "Save as Default"
6560
  msgstr "Захаваць"
6561
 
6562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1611
6563
  msgid "Delete your previously saved default filer template!"
6564
  msgstr ""
6565
 
6566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1614
6567
  #, fuzzy
6568
  msgid "Delete template"
6569
  msgstr "Выдаліць"
6570
 
6571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1683
6572
  #, fuzzy
6573
  msgid "Approve selected bookings"
6574
  msgstr "Пацвердзіць"
6575
 
6576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1687
6577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1986
 
6578
  msgid "Approve"
6579
  msgstr "Пацвердзіць"
6580
 
6581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1688
6582
  #, fuzzy
6583
  msgid "Set selected bookings as pending"
6584
  msgstr "увядзіце час бранявання"
6585
 
6586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1990
 
6588
  #, fuzzy
6589
  msgid "Do you really want to set booking as pending ?"
6590
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6591
 
6592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1991
 
6594
  #, fuzzy
6595
  msgid "Reject"
6596
  msgstr "Выдалена"
6597
 
6598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6599
  #, fuzzy
6600
  msgid "Delete selected bookings"
6601
  msgstr "Выдаліць"
6602
 
6603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
6604
  #, fuzzy
6605
  msgid "Do you really want to delete selected booking(s) ?"
6606
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6607
 
6608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6610
  #, fuzzy
6611
  msgid "Reason for cancellation here"
6612
  msgstr "Чыннік адмовы"
6613
 
6614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6615
  #, fuzzy
6616
  msgid "Mark as read all bookings"
6617
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
6618
 
6619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1712
6620
  #, fuzzy
6621
  msgid "Read All"
6622
  msgstr "Нататка"
6623
 
6624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6625
  msgid "Mark as read selected bookings"
6626
  msgstr ""
6627
 
6628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1717
6629
  #, fuzzy
6630
  msgid "Read"
6631
  msgstr "Нататка"
6632
 
6633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1718
6634
  msgid "Mark as Unread selected bookings"
6635
  msgstr ""
6636
 
6637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1722
6638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6639
  msgid "Unread"
6640
  msgstr ""
6641
 
6642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1763
6643
  #, fuzzy
6644
  msgid "Booking Data"
6645
  msgstr "Браняванне"
6646
 
6647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1764
6648
  #, fuzzy
6649
  msgid "Booking Dates"
6650
  msgstr "Даты"
6651
 
6652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1769
6653
  #, fuzzy
6654
  msgid "Show ALL dates of booking"
6655
  msgstr "Сезонныя змены коштаў"
6656
 
6657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1774
6658
  #, fuzzy
6659
  msgid "Show only check in/out dates"
6660
  msgstr "%s - поле з пазнакай"
6661
 
6662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
6663
  msgid "Nothing found!"
6664
  msgstr ""
6665
 
6666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1815
6667
  #, fuzzy
6668
  msgid "Resource not exist"
6669
  msgstr "Імя рэсурсу"
6670
 
6671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6672
  msgid "Mark"
6673
  msgstr ""
6674
 
6675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1995
 
 
 
 
 
 
6676
  #, fuzzy
6677
  msgid "Do you really want to delete this booking ?"
6678
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
6679
 
6680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2042
6681
  #, fuzzy
6682
  msgid "Prev"
6683
  msgstr "Кошт"
6684
 
6685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2191
6686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2223
6687
  #, fuzzy
6688
  msgid "Show month"
6689
  msgstr "месяц(ы)"
6690
 
6691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2194
6692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2226
6693
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6694
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6695
  #, fuzzy
6696
  msgid "Month"
6697
  msgstr "Дні месяца"
6698
 
6699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2195
6700
  #, fuzzy
6701
  msgid "Show 3 months"
6702
  msgstr "Паказаць"
6703
 
6704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2198
6705
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6706
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6707
  #, fuzzy
6708
  msgid "3 Months"
6709
  msgstr "Месяцы"
6710
 
6711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2199
6712
  #, fuzzy
6713
  msgid "Show year"
6714
  msgstr "год(а)"
6715
 
6716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
6718
  #, fuzzy
6719
  msgid "Calendar view mode"
6720
  msgstr "Выгляд дат"
6721
 
6722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6723
  #, fuzzy
6724
  msgid "Show day"
6725
  msgstr "Паказаць"
6726
 
6727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
6728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6729
  #, fuzzy
6730
  msgid "Day"
6731
  msgstr "за 1 дзень"
6732
 
6733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2219
6734
  #, fuzzy
6735
  msgid "Show week"
6736
  msgstr "Паказаць"
6737
 
6738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
6739
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6740
  #, fuzzy
6741
  msgid "Week"
6742
  msgstr "Дні тыдня "
6743
 
6744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2227
6745
  #, fuzzy
6746
  msgid "Show 2 months"
6747
  msgstr "Паказаць"
6748
 
6749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2230
6750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6751
  #, fuzzy
6752
  msgid "2 Months"
6753
  msgstr "Месяцы"
6754
 
6755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6758
  msgid "Previous 4 weeks"
6759
  msgstr ""
6760
 
6761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6764
  #, fuzzy
6765
  msgid "Previous week"
6766
  msgstr "Дні тыдня "
6767
 
6768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6771
  #, fuzzy
6772
  msgid "Current week"
6773
  msgstr "Дні тыдня "
6774
 
6775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2271
6776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2332
6778
  #, fuzzy
6779
  msgid "Next week"
6780
  msgstr "Дні тыдня "
6781
 
6782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2272
6783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2286
6784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2333
6785
  msgid "Next 4 weeks"
6786
  msgstr ""
6787
 
6788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6791
  msgid "Previous 3 months"
6792
  msgstr ""
6793
 
6794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6797
  #, fuzzy
6798
  msgid "Previous month"
6799
  msgstr "Дні месяца"
6800
 
6801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6804
  #, fuzzy
6805
  msgid "Current month"
6806
  msgstr "Дні месяца"
6807
 
6808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2349
6810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2364
6811
  #, fuzzy
6812
  msgid "Next month"
6813
  msgstr "Дні месяца"
6814
 
6815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2300
6816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2350
6817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2365
6818
  #, fuzzy
6819
  msgid "Next 3 months"
6820
  msgstr "Месяцы"
6821
 
6822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6823
  #, fuzzy
6824
  msgid "Previous 7 days"
6825
  msgstr "днеи"
6826
 
6827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6828
  #, fuzzy
6829
  msgid "Previous day"
6830
  msgstr "за 1 дзень"
6831
 
6832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6833
  #, fuzzy
6834
  msgid "Current day"
6835
  msgstr "за 1 дзень"
6836
 
6837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2317
6838
  #, fuzzy
6839
  msgid "Next day"
6840
  msgstr "за 1 дзень"
6841
 
6842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2318
6843
  #, fuzzy
6844
  msgid "Next 7 days"
6845
  msgstr "днеи"
6846
 
6847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2389
6848
  #, fuzzy
6849
  msgid "Calendar Navigation"
6850
  msgstr "Каляндар бранявання"
6973
  msgid "Set as Unread"
6974
  msgstr ""
6975
 
6976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6977
  #, fuzzy
6978
  msgid "Set as Approved"
6979
  msgstr "Пацверджана"
6980
 
6981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6982
  #, fuzzy
6983
  msgid "Set as Pending"
6984
  msgstr "Якія чакаюць сцвярджэнні"
6985
 
6986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6987
  msgid "Reason of cancellation here"
6988
  msgstr "Чыннік адмовы"
6989
 
6990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:373
6991
  #, fuzzy
6992
  msgid "The code you entered is incorrect"
6993
  msgstr "Ваш уведзены код няправільны"
6997
  msgid "Booking Calendar"
6998
  msgstr "Каляндар бранявання"
6999
 
7000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:371
7001
  #, fuzzy
7002
  msgid "Statistic"
7003
  msgstr "Час пачатку"
7004
 
7005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
7006
  #, fuzzy
7007
  msgid "New (unverified) booking(s)"
7008
  msgstr "%s - дадаць новы радок"
7009
 
7010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
7011
  #, fuzzy
7012
  msgid "Pending booking(s)"
7013
  msgstr "Якія чакаюць сцвярджэнні"
7014
 
7015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:385
7016
  #, fuzzy
7017
  msgid "Agenda"
7018
  msgstr "Адправіць"
7019
 
7020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:389
7021
  #, fuzzy
7022
  msgid "New booking(s) made today"
7023
  msgstr "Новае браняванне"
7024
 
7025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:393
7026
  #, fuzzy
7027
  msgid "Bookings for today"
7028
  msgstr "Браняванне"
7029
 
7030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
7031
  msgid "Upgrade to higher versions"
7032
  msgstr ""
7033
 
7034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
7035
  #, fuzzy
7036
  msgid "Commercial versions"
7037
  msgstr "купіць Прафесійную версію"
7038
 
7039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:419
7040
  #, fuzzy
7041
  msgid "Upgrade now"
7042
  msgstr "Купіць цяпер"
7043
 
7044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
7045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
7046
  msgid "Buy now"
7047
  msgstr "Купіць цяпер"
7048
 
7049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
7050
  msgid "Test online Demo of each version"
7051
  msgstr ""
7052
 
7053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:439
7054
  #, fuzzy
7055
  msgid "Current version"
7056
  msgstr "Версія"
7057
 
7058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
7059
  msgid "Version"
7060
  msgstr "Версія"
7061
 
7062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
7063
  #, fuzzy
7064
  msgid "Type"
7065
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
7066
 
7067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:451
7068
  msgid "Used for"
7069
  msgstr ""
7070
 
7071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
7072
  #, fuzzy
7073
  msgid "Release date"
7074
  msgstr "Фармат даты"
7075
 
7076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7077
  #, fuzzy
7078
  msgid "Support"
7079
  msgstr "Супериор "
7080
 
7081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:466
7082
  #, fuzzy
7083
  msgid "Contact email"
7084
  msgstr "Емейл"
7085
 
7086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:472
7087
  msgid "Have a question"
7088
  msgstr ""
7089
 
7090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:475
7091
  msgid "Rate this plugin (thanks:)"
7092
  msgstr ""
7093
 
7094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:480
7095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:484
7096
  #, fuzzy
7097
  msgid "Explore Premium Features"
7098
  msgstr "Магчымасці"
7099
 
7100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:546
7101
  msgid "Warning !!!"
7102
  msgstr ""
7103
 
7104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:547
7105
  msgid "All booking data will be deleted when the plugin is deactivated."
7106
  msgstr ""
7107
 
7108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:548
7109
  #, php-format
7110
  msgid ""
7111
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7112
  "data\"%s at the"
7113
  msgstr ""
7114
 
7115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:549
7116
  #, fuzzy
7117
  msgid "settings page"
7118
  msgstr "Усталёўкі"
7119
 
7120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:648
7121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1805
7123
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
7124
  msgid "Settings"
7125
  msgstr "Усталёўкі"
7126
 
7127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
7128
  msgid "Booking"
7129
  msgstr "Браняванне"
7130
 
7131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:745
7133
  #, fuzzy
7134
  msgid "Booking settings customization"
7135
  msgstr "Усталёўкі"
7136
 
7137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:727
7138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1773
7139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
7140
  msgid "Bookings"
7141
  msgstr "Браняванне"
7142
 
7143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:733
7144
  #, fuzzy
7145
  msgid "Bookings listing"
7146
  msgstr "Браняванне"
7147
 
7148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1100
7149
  msgid "Send email notification to customer about this operation"
7150
  msgstr ""
7151
 
7152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1176
7153
  #, fuzzy
7154
  msgid "General"
7155
  msgstr "Чэрвень"
7156
 
7157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1186
7158
  #, fuzzy
7159
  msgid "Fields"
7160
  msgstr "Палі формы"
7161
 
7162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
7163
  msgid "Emails"
7164
  msgstr "Емейл "
7165
 
7166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1198
7167
  #, fuzzy
7168
  msgid "Customization of email templates"
7169
  msgstr "Емейл"
7170
 
7171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
7172
  #, fuzzy
7173
  msgid "Payments"
7174
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
7175
 
7176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1207
7177
  #, fuzzy
7178
  msgid "Integration of payment systems"
7179
  msgstr "Аплата"
7180
 
7181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1220
7182
  #, fuzzy
7183
  msgid "Customization of search form"
7184
  msgstr "Форма"
7185
 
7186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
7187
  msgid "Manage users"
7188
  msgstr ""
7189
 
7190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
7191
  #, fuzzy
7192
  msgid "Upgrade to higher versions."
7193
  msgstr "купіць Прафесійную версію"
7194
 
7195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1267
7196
  msgid "Features"
7197
  msgstr "Магчымасці"
7198
 
7199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
7200
  #, fuzzy
7201
  msgid "Live Demos"
7202
  msgstr "Анлайн дэма "
7203
 
7204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1269
7205
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
 
7206
  #, fuzzy
7207
  msgid "Contact"
7208
  msgstr "Панядзелак"
7209
 
7210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
7211
  msgid "Buy"
7212
  msgstr "Купіць "
7213
 
7214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1430
7215
  msgid "This field is required"
7216
  msgstr "Гэта поле неабходна"
7217
 
7218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1431
7219
  msgid "This checkbox must be checked"
7220
  msgstr ""
7221
 
7222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1432
7223
  msgid "Incorrect email field"
7224
  msgstr "Некоректно ўведзены емейл"
7225
 
7226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1433
7227
  #, fuzzy
7228
  msgid "Please, select booking date(s) at Calendar."
7229
  msgstr "Калі ласка, вылучыце даты для рэзервавання"
7230
 
7231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1717
7232
  #, fuzzy
7233
  msgid "Calendar is loading..."
7234
  msgstr "Каляндар бранявання"
7235
 
7236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1858
7237
  msgid ""
7238
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7239
  "booking hash."
7240
  msgstr ""
7241
 
7242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1987
7243
  #, fuzzy, php-format
7244
  msgid ""
7245
  "%sWarning! Booking calendar for this booking resource are already at the "
7246
  "page, please check more about this issue at %sthis page%s"
7247
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
7248
 
7249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2075
7250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:444
7251
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7252
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7253
  msgstr ""
7254
 
7255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2166
7256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
7257
  msgid "Wrong booking hash in URL. Probably hash is expired."
7258
  msgstr ""
7259
 
7260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
7261
  msgid "You do not set any parameters for booking editing"
7262
  msgstr ""
7263
 
7264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2264
7265
  #, fuzzy, php-format
7266
  msgid ""
7267
  "Thank you for your online booking. %s We will send confirmation of your "
7270
  "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання "
7271
  "бранявання."
7272
 
7273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2335
7274
  #, fuzzy, php-format
7275
  msgid ""
7276
  "You need to approve a new booking %s for: %s Person detail information:%s "
7280
  "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое "
7281
  "зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
7282
 
7283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2338
7284
  #, fuzzy
7285
  msgid "Your booking has been approved"
7286
  msgstr "Ваш рэзерв пацверджаны"
7287
 
7288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2340
7289
  #, fuzzy, php-format
7290
  msgid ""
7291
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
7294
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7295
  "бранявання.%s"
7296
 
7297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
7298
  #, fuzzy, php-format
7299
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7300
  msgstr ""
7301
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7302
  "бранявання.%s"
7303
 
7304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
7305
  #, fuzzy
7306
  msgid "Your booking has been declined"
7307
  msgstr "Ваша бронь была адхілена"
7308
 
7309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2345
7310
  #, fuzzy, php-format
7311
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7312
  msgstr ""
7313
  "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам "
7314
  "бранявання.%s"
7315
 
7316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2353
7317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7318
  msgid "Booking form"
7319
  msgstr "Форма бранявання"
7320
 
7321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2364
7322
  #, fuzzy
7323
  msgid "Available"
7324
  msgstr "Доступа: "
7325
 
7326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
7327
  msgid "Booked"
7328
  msgstr "Забранявана "
7329
 
7330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2371
7331
  #, fuzzy
7332
  msgid "Partially booked"
7333
  msgstr "Забранявана "
7334
 
7335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3085
7336
  #, fuzzy
7337
  msgid "Technical support section"
7338
  msgstr "Премиум падтрымка"
7339
 
7340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3089
7341
  #, fuzzy
7342
  msgid "Reindex booking data"
7343
  msgstr "Браняванне"
7344
 
7345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3091
7346
  msgid "Reindex"
7347
  msgstr ""
7348
 
7349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3097
7350
  msgid ""
7351
  " Click, if you want to reindex booking data by booking dates sort field "
7352
  "(Your installation/update of the plugin must be successful)."
7353
  msgstr ""
7354
 
7355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3142
7356
  #, php-format
7357
  msgid "%s Found %s not indexed bookings %s"
7358
  msgstr ""
7359
 
7360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3157
7361
  #, php-format
7362
  msgid "%s Finish getting sort dates. %s"
7363
  msgstr ""
7364
 
7365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3166
7366
  #, fuzzy, php-format
7367
  msgid "Updated booking: %s"
7368
  msgstr "Абноўлена паспяхова"
7369
 
7370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:299
7371
  msgid "no"
7372
  msgstr "не"
7373
 
7374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1906
7375
  msgid "Warning!!! Some error is occur. "
7376
  msgstr ""
7377
 
7378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1910
7379
  msgid ""
7380
  "Please contact by email (with info about order number and used site) for "
7381
  "finishing the registrations"
7382
  msgstr ""
7383
 
7384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1966
7385
  #, fuzzy
7386
  msgid "version"
7387
  msgstr "Версія"
7388
 
7389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1968
7390
  #, php-format
7391
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7392
  msgstr ""
7393
 
7394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
7395
  msgid "Booking resource"
7396
  msgstr "Тып бранявання"
7397
 
7398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
7399
  #, fuzzy
7400
  msgid "Visible months"
7401
  msgstr "Лік месяцаў"
7402
 
7403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:135
7404
  msgid "Footer"
7405
  msgstr "Ніжняя частка"
7406
 
7407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:140
7408
  #, php-format
7409
  msgid "Example: %sMake booking here%s"
7410
  msgstr "Прыклад: %sРезервируйте тут%s"
7411
 
7412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:144
7413
  #, php-format
7414
  msgid ""
7415
  "%sImportant!!!%s Please note, if you show booking calendar (inserted into "
7418
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
7419
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
7420
 
7421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:148
7422
  #, php-format
7423
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7424
  msgstr ""
7926
  msgid "Textarea Label"
7927
  msgstr ""
7928
 
7929
+ #, fuzzy
7930
+ #~ msgid "Creation Date"
7931
+ #~ msgstr "Фармат даты"
7932
+
7933
  #, fuzzy
7934
  #~ msgid "Welcome to WP Booking Calendar"
7935
  #~ msgstr "Каляндар бранявання"
languages/wpdev-booking-cs_CZ.mo ADDED
Binary file
languages/wpdev-booking-cs_CZ.po ADDED
@@ -0,0 +1,7266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wpdev-booking\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
+ "Language-Team: ... <...>\n"
9
+ "Language: cz\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\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.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:119
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
26
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
33
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
34
+ msgid "Dates"
35
+ msgstr "Termín"
36
+
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
38
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
39
+ msgid "Full cost of the booking"
40
+ msgstr ""
41
+
42
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
43
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
44
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
48
+ msgid "First Name (required)"
49
+ msgstr "Jméno *"
50
+
51
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
53
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
57
+ msgid "Last Name (required)"
58
+ msgstr "Příjmení *"
59
+
60
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
66
+ msgid "Email (required)"
67
+ msgstr "Email *"
68
+
69
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
71
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
80
+ msgid "Phone"
81
+ msgstr "Telefon"
82
+
83
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
85
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
86
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
87
+ msgid "Address (required)"
88
+ msgstr "Adresa *"
89
+
90
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
91
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
94
+ msgid "City (required)"
95
+ msgstr "Město *"
96
+
97
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
98
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
99
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
101
+ msgid "Post code (required)"
102
+ msgstr "PSČ *"
103
+
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
108
+ msgid "Country (required)"
109
+ msgstr "Země *"
110
+
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
112
+ msgid "Visitors"
113
+ msgstr "Návštěvníci"
114
+
115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
124
+ msgid "Details"
125
+ msgstr "Detaily"
126
+
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
128
+ msgid "Coupon"
129
+ msgstr "Poukaz"
130
+
131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
137
+ msgid "I Accept term and conditions"
138
+ msgstr "Souhlasím s podmínkami"
139
+
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
148
+ msgid "Send"
149
+ msgstr "Rezervovat"
150
+
151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
152
+ msgid ""
153
+ "Try selecting fewer visitors. The number of visitors may be more than the "
154
+ "number of available units on selected day(s)!"
155
+ msgstr ""
156
+
157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
158
+ msgid "coupon"
159
+ msgstr "poukaz"
160
+
161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
162
+ msgid "discount"
163
+ msgstr "sleva"
164
+
165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
166
+ msgid "Nothing found"
167
+ msgstr "Nenalezeno"
168
+
169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
171
+ msgid "Search results"
172
+ msgstr ""
173
+
174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
175
+ msgid "Book now"
176
+ msgstr ""
177
+
178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
179
+ msgid "Please select check-in and check-out days!"
180
+ msgstr ""
181
+
182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
186
+ msgid "Search"
187
+ msgstr ""
188
+
189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
190
+ #, php-format
191
+ msgid ""
192
+ "Sorry, the reservation was not made because these days are already booked!!! "
193
+ "%s (Its not possible to store this sequence of the dates into the one "
194
+ "resource.) %s Please %srefresh%s the page and try other days."
195
+ msgstr ""
196
+
197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
198
+ #, php-format
199
+ msgid "The folowing pending booking(s): %s deleted."
200
+ msgstr ""
201
+
202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
203
+ msgid "Maximum available booking resource items"
204
+ msgstr ""
205
+
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:685
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:902
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:912
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:932
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1002
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1233
240
+ msgid "Click to toggle"
241
+ msgstr ""
242
+
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
245
+ msgid "Booking resources management"
246
+ msgstr ""
247
+
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
269
+ msgid "ID"
270
+ msgstr ""
271
+
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
277
+ msgid "Resource name"
278
+ msgstr ""
279
+
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
282
+ msgid "Number of resource items inside of parent resource"
283
+ msgstr ""
284
+
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
287
+ msgid "Capacity"
288
+ msgstr ""
289
+
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
294
+ msgid "Parent"
295
+ msgstr ""
296
+
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
301
+ msgid "Priority"
302
+ msgstr ""
303
+
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
306
+ msgid "Maximum number of visitors for resource"
307
+ msgstr ""
308
+
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
312
+ msgid "Max"
313
+ msgstr ""
314
+
315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
317
+ msgid "visitors"
318
+ msgstr "host"
319
+
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
329
+ msgid "Actions"
330
+ msgstr "Akce"
331
+
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
333
+ msgid "Add"
334
+ msgstr "Přidat"
335
+
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
344
+ msgid "Delete"
345
+ msgstr "Smazat"
346
+
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
349
+ msgid "Title"
350
+ msgstr "Nadpis"
351
+
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
353
+ msgid "Add new resource"
354
+ msgstr ""
355
+
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
361
+ msgid "Save"
362
+ msgstr "Uložit"
363
+
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
365
+ msgid "Advanced Settings"
366
+ msgstr "Pokročilé nastavení"
367
+
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
370
+ msgid "Set capacity based on number of visitors"
371
+ msgstr ""
372
+
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
374
+ #, php-format
375
+ msgid ""
376
+ "Check this box if you want total availability (daily capacity) to depend on "
377
+ "the number of selected visitors %s."
378
+ msgstr ""
379
+
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
383
+ #, php-format
384
+ msgid "Please read more info about configuration of this parameter %shere%s"
385
+ msgstr ""
386
+
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
388
+ #, php-format
389
+ msgid ""
390
+ "Add tooltip on calendar(s) to show availability based on the number of "
391
+ "available booking resource items remaining for each day. %sBe sure to match "
392
+ "the maximum number of visitors for the %sone booking resource%s with the "
393
+ "number of visitors specified on the booking form."
394
+ msgstr ""
395
+
396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
397
+ #, php-format
398
+ msgid ""
399
+ "Display tooltip on calendar(s) to show availability based on total (fixed) "
400
+ "number of visitors for the resource, which can be at free booking resource "
401
+ "items. %sBe sure to match the maximum number of visitors for %sall booking "
402
+ "resources%s with the number of visitors specified on the booking form."
403
+ msgstr ""
404
+
405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
406
+ msgid "Show availability"
407
+ msgstr ""
408
+
409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
411
+ msgid ""
412
+ "Check this box to display the available number of booking resources with a "
413
+ "tooltip, when mouse hovers over each day on the calendar(s)."
414
+ msgstr ""
415
+
416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
417
+ msgid "Availability description"
418
+ msgstr ""
419
+
420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
422
+ #, php-format
423
+ msgid "Type your %savailability%s description"
424
+ msgstr ""
425
+
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
428
+ msgid "Disable bookings in different booking resources"
429
+ msgstr ""
430
+
431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
432
+ msgid ""
433
+ "Check this box to dissable reservations, which can be stored in different "
434
+ "booking resources. When checked, all reserved days must be at same booking "
435
+ "resource otherwise error message will show."
436
+ msgstr ""
437
+
438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
439
+ msgid "Advanced"
440
+ msgstr ""
441
+
442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
443
+ msgid ""
444
+ "Check this box if you want total availability (daily capacity) to depend on "
445
+ "the number of selected visitors."
446
+ msgstr ""
447
+
448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:199
453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:230
454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:232
455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:280
456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:293
457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:305
458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:307
459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:343
460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:345
461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:382
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:384
463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:499
464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:517
465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
469
+ msgid "Important!"
470
+ msgstr ""
471
+
472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
474
+ msgid "Type of days selection"
475
+ msgstr ""
476
+
477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
478
+ msgid ""
479
+ "Add tooltip on calendar(s) to show availability based on the number of "
480
+ "available booking resource items remaining for each day."
481
+ msgstr ""
482
+
483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
490
+ msgid "Note"
491
+ msgstr ""
492
+
493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
494
+ #, php-format
495
+ msgid ""
496
+ "Be sure to match the maximum number of visitors for the %sone booking "
497
+ "resource%s with the number of visitors specified on the booking form."
498
+ msgstr ""
499
+
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
501
+ msgid ""
502
+ "Display tooltip on calendar(s) to show availability based on total (fixed) "
503
+ "number of visitors for the resource, which can be at free booking resource "
504
+ "items."
505
+ msgstr ""
506
+
507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
508
+ #, php-format
509
+ msgid ""
510
+ "Be sure to match the maximum number of visitors for %sall booking resources"
511
+ "%s with the number of visitors specified on the booking form."
512
+ msgstr ""
513
+
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
515
+ msgid ""
516
+ "Check this box to dissable reservations, which can be stored in different "
517
+ "booking resources."
518
+ msgstr ""
519
+
520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
521
+ msgid ""
522
+ "When checked, all reserved days must be at same booking resource otherwise "
523
+ "error message will show."
524
+ msgstr ""
525
+
526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
527
+ msgid "Use pending days as available"
528
+ msgstr ""
529
+
530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
531
+ msgid ""
532
+ "Check this box if you want to show the pending days as available in calendars"
533
+ msgstr ""
534
+
535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
536
+ msgid ""
537
+ "Warning!!! After you approved the specific booking(s), all your pending "
538
+ "bookings of the same booking resource as an approved booking for the dates, "
539
+ "which are intersect with dates of approved booking, will be automatically "
540
+ "canceled!"
541
+ msgstr ""
542
+
543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
544
+ msgid ""
545
+ "Auto Cancel all pending bookings for the specific date(s), if some booking "
546
+ "is approved for these date(s)"
547
+ msgstr ""
548
+
549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
550
+ msgid "Show availability in tooltip"
551
+ msgstr ""
552
+
553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
554
+ msgid "Availability Title"
555
+ msgstr ""
556
+
557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
558
+ msgid ""
559
+ "Use \"Check In\" date as available in calendar for booking resources with "
560
+ "capacity higher then 1 for search results"
561
+ msgstr ""
562
+
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
564
+ msgid ""
565
+ "Use \"Check Out\" date as available in calendar for booking resources with "
566
+ "capacity higher then 1 search results"
567
+ msgstr ""
568
+
569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
570
+ msgid "Coupon Deleted"
571
+ msgstr ""
572
+
573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
574
+ msgid "Coupon created"
575
+ msgstr ""
576
+
577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
578
+ msgid "Add New Discount Coupon"
579
+ msgstr ""
580
+
581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
584
+ msgid "Coupon Code"
585
+ msgstr ""
586
+
587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
588
+ msgid "Enter coupon code."
589
+ msgstr ""
590
+
591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
594
+ msgid "Savings"
595
+ msgstr "Ukládání"
596
+
597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
598
+ msgid "Fixed Amount"
599
+ msgstr ""
600
+
601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
602
+ msgid "Percentage Off"
603
+ msgstr ""
604
+
605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
606
+ msgid "Enter number of fixed or percentage savings."
607
+ msgstr ""
608
+
609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
612
+ msgid "Expiration Date"
613
+ msgstr ""
614
+
615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
616
+ msgid "Select Expiration Date of the coupon."
617
+ msgstr ""
618
+
619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
620
+ msgid "Minimum Booking Cost"
621
+ msgstr ""
622
+
623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
624
+ msgid "Enter minimum booking cost, when coupon is applicable."
625
+ msgstr ""
626
+
627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
635
+ msgid "Resources"
636
+ msgstr ""
637
+
638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
641
+ msgid "All"
642
+ msgstr ""
643
+
644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
645
+ msgid "Select booking resources, where is possible to apply this coupon code."
646
+ msgstr ""
647
+
648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
649
+ msgid "Add New Coupon"
650
+ msgstr ""
651
+
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
653
+ msgid "The coupon code your customers will be using to receive the discount."
654
+ msgstr ""
655
+
656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
657
+ msgid "The amount which will be saved. Enter only digits."
658
+ msgstr ""
659
+
660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
661
+ msgid "The minimum total cost required to use the coupon"
662
+ msgstr ""
663
+
664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
666
+ msgid "Minimum Purchase"
667
+ msgstr ""
668
+
669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
670
+ msgid "The date your coupon will expire"
671
+ msgstr ""
672
+
673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
674
+ msgid "Resource list, which supports this coupon"
675
+ msgstr ""
676
+
677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
686
+ msgid "Warning"
687
+ msgstr "Varování"
688
+
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
690
+ msgid "Do you really want to delete this item?"
691
+ msgstr ""
692
+
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
694
+ #, php-format
695
+ msgid "%s - coupon field, "
696
+ msgstr ""
697
+
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
699
+ #, php-format
700
+ msgid "Example: %s "
701
+ msgstr ""
702
+
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
704
+ msgid "Search form customization"
705
+ msgstr ""
706
+
707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
713
+ msgid "Use these shortcodes for customization: "
714
+ msgstr ""
715
+
716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
717
+ #, php-format
718
+ msgid "%s - search inside posts/pages which are part of this category, "
719
+ msgstr ""
720
+
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
722
+ #, php-format
723
+ msgid "%s - search inside posts/pages which have this tag, "
724
+ msgstr ""
725
+
726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
727
+ #, php-format
728
+ msgid "%s - check-in date, "
729
+ msgstr ""
730
+
731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
732
+ #, php-format
733
+ msgid "%s - check-out date, "
734
+ msgstr ""
735
+
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
737
+ #, php-format
738
+ msgid "%s - default selection number of visitors, "
739
+ msgstr ""
740
+
741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
742
+ #, php-format
743
+ msgid "Example: %s - custom number of visitor selections\""
744
+ msgstr ""
745
+
746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
747
+ #, php-format
748
+ msgid "%s - search button, "
749
+ msgstr ""
750
+
751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
753
+ #, php-format
754
+ msgid "%s - new line "
755
+ msgstr ""
756
+
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
760
+ msgid "Use any other HTML tags (carefully)."
761
+ msgstr ""
762
+
763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
765
+ msgid ""
766
+ "Additional customization style of this element you can make at this file"
767
+ msgstr ""
768
+
769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
770
+ msgid "Reset to default search form content"
771
+ msgstr ""
772
+
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
795
+ msgid "Save Changes"
796
+ msgstr "Uložit změny"
797
+
798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
799
+ msgid "Customization of found booking resource items"
800
+ msgstr ""
801
+
802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
803
+ #, php-format
804
+ msgid "%s - resource title, "
805
+ msgstr ""
806
+
807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
808
+ #, php-format
809
+ msgid "%s - link to the page with booking form, "
810
+ msgstr ""
811
+
812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
813
+ #, php-format
814
+ msgid "%s - availability of booking resource, "
815
+ msgstr ""
816
+
817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
818
+ #, php-format
819
+ msgid "%s - maximum number of visitors for the booking resource, "
820
+ msgstr ""
821
+
822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
823
+ #, php-format
824
+ msgid "%s - cost of booking the resource, "
825
+ msgstr ""
826
+
827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
828
+ #, php-format
829
+ msgid ""
830
+ "%s - featured image, taken from the featured image associated with the post, "
831
+ msgstr ""
832
+
833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
834
+ #, php-format
835
+ msgid "%s - booking info, taken from the excerpt associated with the post, "
836
+ msgstr ""
837
+
838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
839
+ msgid "Reset to default form"
840
+ msgstr ""
841
+
842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
844
+ msgid "Search form"
845
+ msgstr ""
846
+
847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
849
+ msgid "Check-in"
850
+ msgstr "Přihlášení"
851
+
852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
854
+ msgid "Check-out"
855
+ msgstr "Odhlášení"
856
+
857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
858
+ msgid "Number of visitors"
859
+ msgstr "Počet návštěvníků"
860
+
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
862
+ msgid "Search Cache Settings"
863
+ msgstr ""
864
+
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
866
+ msgid "Cache expiration"
867
+ msgstr ""
868
+
869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
870
+ msgid "hour(s)"
871
+ msgstr "hodina/y"
872
+
873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
876
+ msgid "day(s)"
877
+ msgstr "den/y"
878
+
879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
880
+ msgid "Select time of cache expiration"
881
+ msgstr ""
882
+
883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
884
+ msgid "Cache will expire:"
885
+ msgstr ""
886
+
887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
888
+ #, php-format
889
+ msgid "Found: %s booking forms inside of posts or pages "
890
+ msgstr ""
891
+
892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
893
+ msgid "Reset cache"
894
+ msgstr ""
895
+
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
897
+ msgid "Parent Resource"
898
+ msgstr ""
899
+
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
901
+ msgid "Max visitors"
902
+ msgstr ""
903
+
904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
905
+ msgid "Capacity: "
906
+ msgstr ""
907
+
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
909
+ msgid ""
910
+ "Select parent resource, if you want that parent resource is increase "
911
+ "capacity."
912
+ msgstr ""
913
+
914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
915
+ msgid ""
916
+ "Set priority of resource - resource with higher priority will be reserved "
917
+ "firstly."
918
+ msgstr ""
919
+
920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
921
+ msgid "Resources count"
922
+ msgstr ""
923
+
924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
925
+ msgid "Create several booking resources for one time"
926
+ msgstr ""
927
+
928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
930
+ msgid "Default form"
931
+ msgstr ""
932
+
933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
942
+ msgid "Standard"
943
+ msgstr ""
944
+
945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
946
+ msgid "Select default custom booking form"
947
+ msgstr ""
948
+
949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
950
+ msgid "Available: "
951
+ msgstr ""
952
+
953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
957
+ msgid "Default"
958
+ msgstr ""
959
+
960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
965
+ msgid "Superior"
966
+ msgstr ""
967
+
968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
970
+ msgid "Resource #1"
971
+ msgstr ""
972
+
973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
975
+ msgid "Presidential Suite"
976
+ msgstr ""
977
+
978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
980
+ msgid "Resource #2"
981
+ msgstr ""
982
+
983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
986
+ msgid "Royal Villa"
987
+ msgstr ""
988
+
989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
991
+ msgid "Resource #3"
992
+ msgstr ""
993
+
994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
995
+ msgid "night(s)"
996
+ msgstr ""
997
+
998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1006
+ msgid "Adults"
1007
+ msgstr "Dospělí"
1008
+
1009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
1017
+ msgid "Children"
1018
+ msgstr "Děti"
1019
+
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
1024
+ msgid "per 1 day"
1025
+ msgstr ""
1026
+
1027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
1030
+ msgid "from the cost of 1 day "
1031
+ msgstr ""
1032
+
1033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1036
+ #, php-format
1037
+ msgid "Additional cost in %s per 1 day"
1038
+ msgstr ""
1039
+
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1046
+ msgid " for all days!"
1047
+ msgstr ""
1048
+
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
1051
+ msgid "Custom Form"
1052
+ msgstr ""
1053
+
1054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1056
+ msgid "Load selected booking form"
1057
+ msgstr ""
1058
+
1059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1061
+ msgid "Load"
1062
+ msgstr ""
1063
+
1064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1065
+ msgid "Delete selected booking form"
1066
+ msgstr ""
1067
+
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1069
+ msgid "Do you really want to delete selected booking form ?"
1070
+ msgstr ""
1071
+
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1073
+ msgid "Add new custom form"
1074
+ msgstr ""
1075
+
1076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1077
+ msgid "Add New Custom Form"
1078
+ msgstr ""
1079
+
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1081
+ msgid "Type the name of booking form"
1082
+ msgstr ""
1083
+
1084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1085
+ msgid "Create new form"
1086
+ msgstr "Vytvořit nový formulář"
1087
+
1088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1091
+ msgid "Create"
1092
+ msgstr "Vytvořit"
1093
+
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1095
+ msgid "Delete form"
1096
+ msgstr "Smazat formulář"
1097
+
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1103
+ msgid "Cancel"
1104
+ msgstr "Zrušit"
1105
+
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1110
+ msgid "Deleted"
1111
+ msgstr "Smazáno"
1112
+
1113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1114
+ msgid "There are no extended booking forms"
1115
+ msgstr ""
1116
+
1117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1118
+ msgid "Booking form type:"
1119
+ msgstr ""
1120
+
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1122
+ msgid "Select type of booking form"
1123
+ msgstr ""
1124
+
1125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1127
+ msgid "Booking Form"
1128
+ msgstr "Rezervační formulář"
1129
+
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1131
+ msgid "Standard booking resource cost"
1132
+ msgstr ""
1133
+
1134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1135
+ msgid "Total booking resource cost"
1136
+ msgstr ""
1137
+
1138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1139
+ #, php-format
1140
+ msgid ""
1141
+ "%s - show cost hint for full booking in real time, depending on number of "
1142
+ "days selected and form elements."
1143
+ msgstr ""
1144
+
1145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1146
+ #, php-format
1147
+ msgid "Example: %sThe full cost of payment: %s"
1148
+ msgstr ""
1149
+
1150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1151
+ #, php-format
1152
+ msgid ""
1153
+ "%s - show hint of original booking cost without additional costs for full "
1154
+ "booking in real time, depends only from days selection."
1155
+ msgstr ""
1156
+
1157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1158
+ #, php-format
1159
+ msgid "Example: %sThe original cost for payment: %s "
1160
+ msgstr ""
1161
+
1162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1163
+ #, php-format
1164
+ msgid ""
1165
+ "%s - show cost hint of additional booking cost, which depends from selection "
1166
+ "of form elements."
1167
+ msgstr ""
1168
+
1169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1170
+ #, php-format
1171
+ msgid "Example: %sThe additional cost for payment: %s "
1172
+ msgstr ""
1173
+
1174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1175
+ #, php-format
1176
+ msgid "%s - enter direct cost at admin panel at page: "
1177
+ msgstr ""
1178
+
1179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1183
+ msgid "Add booking"
1184
+ msgstr "Přidat rezervaci"
1185
+
1186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1187
+ #, php-format
1188
+ msgid "Example: %s"
1189
+ msgstr ""
1190
+
1191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1193
+ msgid "yes"
1194
+ msgstr "ano"
1195
+
1196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1198
+ msgid ""
1199
+ "Setting rate or cost, which is depend from number of selected days for the "
1200
+ "resource"
1201
+ msgstr ""
1202
+
1203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1206
+ msgid "Rates"
1207
+ msgstr ""
1208
+
1209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1212
+ msgid "Valuation days"
1213
+ msgstr ""
1214
+
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1220
+ msgid "Deposit"
1221
+ msgstr ""
1222
+
1223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1226
+ msgid "Availability"
1227
+ msgstr ""
1228
+
1229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1230
+ msgid "Setting the default form for the specific resource"
1231
+ msgstr ""
1232
+
1233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1234
+ msgid "Default Form"
1235
+ msgstr ""
1236
+
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1238
+ msgid "Set the cost based on the number of days selected for the reservation"
1239
+ msgstr ""
1240
+
1241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1242
+ msgid ""
1243
+ "Activation of this feature is require setting cost per day or cost per night"
1244
+ msgstr ""
1245
+
1246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1249
+ msgid "Deposit amount"
1250
+ msgstr ""
1251
+
1252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1253
+ msgid "Set the deposit payment required for the payment form"
1254
+ msgstr ""
1255
+
1256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1257
+ msgid ""
1258
+ "Activate this feature at the cost section of general booking settings page, "
1259
+ "firstly."
1260
+ msgstr ""
1261
+
1262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1265
+ msgid "unavailable"
1266
+ msgstr ""
1267
+
1268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1271
+ msgid "available"
1272
+ msgstr ""
1273
+
1274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1275
+ msgid "Availability booking type"
1276
+ msgstr ""
1277
+
1278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1279
+ #, php-format
1280
+ msgid "All days for %s"
1281
+ msgstr ""
1282
+
1283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1284
+ #, php-format
1285
+ msgid ""
1286
+ "Select %s days by activating specific season filter below or %sadd new "
1287
+ "season filter%s"
1288
+ msgstr ""
1289
+
1290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1294
+ msgid "Season Filter Name"
1295
+ msgstr ""
1296
+
1297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:460
1306
+ msgid "Description"
1307
+ msgstr ""
1308
+
1309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1397
1329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1440
1330
+ msgid "Active"
1331
+ msgstr "Aktivovat"
1332
+
1333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1334
+ msgid "Seasonal rates of booking resource"
1335
+ msgstr ""
1336
+
1337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1338
+ #, php-format
1339
+ msgid ""
1340
+ "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1341
+ "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1342
+ msgstr ""
1343
+
1344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1346
+ msgid "Final cost"
1347
+ msgstr ""
1348
+
1349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1350
+ msgid "Season Filter"
1351
+ msgstr ""
1352
+
1353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1354
+ msgid "Rate"
1355
+ msgstr ""
1356
+
1357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1360
+ msgid "for 1 day"
1361
+ msgstr ""
1362
+
1363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1366
+ msgid "for 1 night"
1367
+ msgstr ""
1368
+
1369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1371
+ msgid "fixed deposit"
1372
+ msgstr ""
1373
+
1374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1377
+ msgid "for 1 hour"
1378
+ msgstr ""
1379
+
1380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1383
+ msgid "Filter Name"
1384
+ msgstr ""
1385
+
1386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1390
+ msgid "Note!"
1391
+ msgstr ""
1392
+
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1394
+ msgid "Check boxe(s) at left side if you want to activate specific cost."
1395
+ msgstr ""
1396
+
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1398
+ msgid "Update Rates"
1399
+ msgstr ""
1400
+
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1402
+ msgid "Set cost of booking resource based on the number of days selected"
1403
+ msgstr ""
1404
+
1405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1406
+ #, php-format
1407
+ msgid ""
1408
+ "If you add costs here, %srates%s for this booking resource will not take "
1409
+ "effect !!!"
1410
+ msgstr ""
1411
+
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1413
+ #, php-format
1414
+ msgid ""
1415
+ "Cost setings at %stop have higher priority%s than other costs of same type "
1416
+ "at the %sbottom%s of the list."
1417
+ msgstr ""
1418
+
1419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1420
+ #, php-format
1421
+ msgid ""
1422
+ "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1423
+ "terms %s and after terms %s"
1424
+ msgstr ""
1425
+
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1427
+ #, php-format
1428
+ msgid "%s and %s terms have higher priority than a range %s days."
1429
+ msgstr ""
1430
+
1431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1432
+ msgid "Warning!"
1433
+ msgstr "Varování!"
1434
+
1435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1436
+ msgid ""
1437
+ "Specific cost will take affect, only if it active (the box at the left side "
1438
+ "is checked) and if \"Check In\" (start) date belong to selected season "
1439
+ "filter or if set \"Any days\"."
1440
+ msgstr ""
1441
+
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1443
+ msgid "Number of Days"
1444
+ msgstr ""
1445
+
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1447
+ msgid "Cost Settings"
1448
+ msgstr ""
1449
+
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1454
+ msgid "Season Filter of Check In date"
1455
+ msgstr ""
1456
+
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1460
+ msgid "For"
1461
+ msgstr ""
1462
+
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1466
+ msgid "Day Number(s)"
1467
+ msgstr ""
1468
+
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1473
+ msgid "to"
1474
+ msgstr ""
1475
+
1476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1480
+ msgid "day"
1481
+ msgstr "den"
1482
+
1483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:428
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:759
1495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:528
1496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
1497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
1498
+ msgid "Cost"
1499
+ msgstr ""
1500
+
1501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1504
+ msgid "Any days"
1505
+ msgstr ""
1506
+
1507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1516
+ msgid "From"
1517
+ msgstr ""
1518
+
1519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1521
+ msgid "Together"
1522
+ msgstr ""
1523
+
1524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1531
+ msgid "days"
1532
+ msgstr "dny"
1533
+
1534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1536
+ msgid "Remove"
1537
+ msgstr "Odstranit"
1538
+
1539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1540
+ msgid "Add new cost"
1541
+ msgstr ""
1542
+
1543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1544
+ msgid "for all days"
1545
+ msgstr ""
1546
+
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1548
+ msgid "Set amount of deposit payment"
1549
+ msgstr ""
1550
+
1551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1552
+ msgid "Deposit payment total"
1553
+ msgstr ""
1554
+
1555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1556
+ msgid "Deposit payment is not active for booking resource"
1557
+ msgstr ""
1558
+
1559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1567
+ msgid "Status"
1568
+ msgstr ""
1569
+
1570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1571
+ msgid "deposit payment for booking resource"
1572
+ msgstr ""
1573
+
1574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1575
+ msgid "fixed total in"
1576
+ msgstr ""
1577
+
1578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1579
+ msgid "of payment"
1580
+ msgstr ""
1581
+
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1583
+ msgid "Condition"
1584
+ msgstr ""
1585
+
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1587
+ #, php-format
1588
+ msgid ""
1589
+ "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1590
+ "In%s days more than"
1591
+ msgstr ""
1592
+
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1594
+ msgid "Update Deposit"
1595
+ msgstr ""
1596
+
1597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1598
+ msgid "Deposit payment"
1599
+ msgstr ""
1600
+
1601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1602
+ #, php-format
1603
+ msgid ""
1604
+ "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1605
+ "payment form, instead of the full total of the booking."
1606
+ msgstr ""
1607
+
1608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1609
+ #, php-format
1610
+ msgid ""
1611
+ " You can configure the deposit payment for your booking resources %shere%s."
1612
+ msgstr ""
1613
+
1614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1619
+ msgid "Su"
1620
+ msgstr ""
1621
+
1622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1624
+ msgid "Mo"
1625
+ msgstr ""
1626
+
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1632
+ msgid "Tu"
1633
+ msgstr ""
1634
+
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1637
+ msgid "We"
1638
+ msgstr ""
1639
+
1640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1645
+ msgid "Th"
1646
+ msgstr ""
1647
+
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1650
+ msgid "Fr"
1651
+ msgstr ""
1652
+
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1658
+ msgid "Sa"
1659
+ msgstr ""
1660
+
1661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1662
+ msgid "Jan"
1663
+ msgstr ""
1664
+
1665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1666
+ msgid "Feb"
1667
+ msgstr ""
1668
+
1669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1670
+ msgid "Mar"
1671
+ msgstr ""
1672
+
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1674
+ msgid "Apr"
1675
+ msgstr ""
1676
+
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1679
+ msgid "May"
1680
+ msgstr ""
1681
+
1682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1683
+ msgid "Jun"
1684
+ msgstr ""
1685
+
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1687
+ msgid "Jul"
1688
+ msgstr ""
1689
+
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1691
+ msgid "Aug"
1692
+ msgstr ""
1693
+
1694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1695
+ msgid "Sep"
1696
+ msgstr ""
1697
+
1698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1699
+ msgid "Oct"
1700
+ msgstr ""
1701
+
1702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1703
+ msgid "Nov"
1704
+ msgstr ""
1705
+
1706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1707
+ msgid "Dec"
1708
+ msgstr ""
1709
+
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1711
+ msgid "time"
1712
+ msgstr ""
1713
+
1714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1718
+ msgid "No days"
1719
+ msgstr ""
1720
+
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1722
+ msgid "Every"
1723
+ msgstr ""
1724
+
1725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1726
+ msgid "of"
1727
+ msgstr ""
1728
+
1729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1731
+ msgid "Filter saved"
1732
+ msgstr ""
1733
+
1734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1735
+ msgid "Specific Dates Filter"
1736
+ msgstr ""
1737
+
1738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1740
+ msgid "Type filter name"
1741
+ msgstr ""
1742
+
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1747
+ msgid "Create new season filter"
1748
+ msgstr ""
1749
+
1750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1753
+ msgid "Reset"
1754
+ msgstr ""
1755
+
1756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1758
+ msgid "Create New Season Filter"
1759
+ msgstr ""
1760
+
1761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1763
+ msgid "Save changes"
1764
+ msgstr "Uložit změny"
1765
+
1766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
1767
+ msgid "Conditional Dates Filter"
1768
+ msgstr ""
1769
+
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
1771
+ msgid "Days of week"
1772
+ msgstr ""
1773
+
1774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:468
1788
+ msgid "Sunday"
1789
+ msgstr "Neděle"
1790
+
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:472
1805
+ msgid "Monday"
1806
+ msgstr "Pondělí"
1807
+
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:438
1821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:476
1822
+ msgid "Tuesday"
1823
+ msgstr "Úterý"
1824
+
1825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:439
1838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:480
1839
+ msgid "Wednesday"
1840
+ msgstr "Středa"
1841
+
1842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
1847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
1855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:484
1856
+ msgid "Thursday"
1857
+ msgstr "Čtvrtek"
1858
+
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
1863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
1864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:441
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:488
1873
+ msgid "Friday"
1874
+ msgstr "Pátek"
1875
+
1876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
1877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
1878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
1879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
1880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
1881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:442
1889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:492
1890
+ msgid "Saturday"
1891
+ msgstr "Sobota"
1892
+
1893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
1894
+ msgid "Days of month"
1895
+ msgstr "Dny v měsíci"
1896
+
1897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
1898
+ msgid "Months"
1899
+ msgstr "Měsíce"
1900
+
1901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
1902
+ msgid "January"
1903
+ msgstr "Leden"
1904
+
1905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
1906
+ msgid "February"
1907
+ msgstr "Únor"
1908
+
1909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
1910
+ msgid "March"
1911
+ msgstr "Březen"
1912
+
1913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
1914
+ msgid "April"
1915
+ msgstr "Duben"
1916
+
1917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
1918
+ msgid "June"
1919
+ msgstr "Červen"
1920
+
1921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
1922
+ msgid "July"
1923
+ msgstr "Červenec"
1924
+
1925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
1926
+ msgid "August"
1927
+ msgstr "Srpen"
1928
+
1929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
1930
+ msgid "September"
1931
+ msgstr "Září"
1932
+
1933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
1934
+ msgid "October"
1935
+ msgstr "Říjen"
1936
+
1937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
1938
+ msgid "November"
1939
+ msgstr "Listopad"
1940
+
1941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
1942
+ msgid "December"
1943
+ msgstr "Prosinec"
1944
+
1945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
1946
+ msgid "Years"
1947
+ msgstr "Roky"
1948
+
1949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
1950
+ msgid "Filter deleted successfully"
1951
+ msgstr ""
1952
+
1953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
1954
+ msgid "Create dates filter"
1955
+ msgstr ""
1956
+
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1958
+ msgid "Create conditional days filter"
1959
+ msgstr ""
1960
+
1961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
1962
+ msgid "Listing of season filters"
1963
+ msgstr ""
1964
+
1965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
1966
+ msgid "Filters"
1967
+ msgstr ""
1968
+
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
1971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
1972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
1973
+ msgid "Edit"
1974
+ msgstr ""
1975
+
1976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
1977
+ msgid "Do you really want to delete?"
1978
+ msgstr ""
1979
+
1980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
1981
+ msgid "Showing cost in tooltip"
1982
+ msgstr ""
1983
+
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
1985
+ msgid ""
1986
+ " Check this box to display the daily cost with a tooltip when mouse hovers "
1987
+ "over each day on the calendar(s)."
1988
+ msgstr ""
1989
+
1990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
1991
+ msgid "Cost Title"
1992
+ msgstr ""
1993
+
1994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
1995
+ #, php-format
1996
+ msgid "Type your %scost%s description"
1997
+ msgstr ""
1998
+
1999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2000
+ msgid "Advanced cost management"
2001
+ msgstr ""
2002
+
2003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2004
+ msgid "Configure Additional cost for the form"
2005
+ msgstr ""
2006
+
2007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2008
+ msgid "Additional cost for"
2009
+ msgstr ""
2010
+
2011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2012
+ msgid ""
2013
+ "Check this box if you want that specific additional cost, which configured "
2014
+ "as percentage for some option, apply to other additional fixed costs and not "
2015
+ "only to original booking cost."
2016
+ msgstr ""
2017
+
2018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2019
+ msgid ""
2020
+ "Configure additinal cost, which depend from selection of selectbox(es) and "
2021
+ "checkbox(es)."
2022
+ msgstr ""
2023
+
2024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2025
+ #, php-format
2026
+ msgid ""
2027
+ "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2028
+ "they exist in the %sbooking form%s."
2029
+ msgstr ""
2030
+
2031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2032
+ msgid "Enter additional cost in formats:"
2033
+ msgstr ""
2034
+
2035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2036
+ #, php-format
2037
+ msgid ""
2038
+ "For example, if the original cost of the booking is %s, then after applying "
2039
+ "additional costs the total cost will be folowing"
2040
+ msgstr ""
2041
+
2042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2043
+ msgid "Enter fixed cost"
2044
+ msgstr ""
2045
+
2046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2049
+ #, php-format
2050
+ msgid "%s, then total cost will be %s"
2051
+ msgstr ""
2052
+
2053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2054
+ msgid "Enter percentage of the entire booking"
2055
+ msgstr ""
2056
+
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2058
+ msgid "Enter fixed amount for each selected day"
2059
+ msgstr ""
2060
+
2061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2062
+ #, php-format
2063
+ msgid "%s, then total cost will be (if selected 3 days) %s"
2064
+ msgstr ""
2065
+
2066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2072
+ msgid "or"
2073
+ msgstr ""
2074
+
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2076
+ msgid ""
2077
+ "Enter percentage as additional sum, which is based only on original cost and "
2078
+ "not full sum"
2079
+ msgstr ""
2080
+
2081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2082
+ #, php-format
2083
+ msgid ""
2084
+ "Please check more info about configuration of this cost settings on this "
2085
+ "%spage%s."
2086
+ msgstr ""
2087
+
2088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2090
+ msgid "Resource ID or Title"
2091
+ msgstr ""
2092
+
2093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2096
+ msgid "Go"
2097
+ msgstr ""
2098
+
2099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
2103
+ msgid "Info"
2104
+ msgstr ""
2105
+
2106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2108
+ msgid "Selection"
2109
+ msgstr ""
2110
+
2111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2112
+ msgid "Resource Name"
2113
+ msgstr ""
2114
+
2115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2117
+ msgid "Bulk Actions"
2118
+ msgstr ""
2119
+
2120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2121
+ msgid "management"
2122
+ msgstr ""
2123
+
2124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2125
+ msgid "Costs and Rates"
2126
+ msgstr ""
2127
+
2128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2132
+ msgid "Customization of"
2133
+ msgstr ""
2134
+
2135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2136
+ msgid "rates, valuation days cost and deposit amount "
2137
+ msgstr ""
2138
+
2139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
2140
+ msgid "Advanced Cost"
2141
+ msgstr ""
2142
+
2143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2144
+ msgid "additional cost, which depend from form fields"
2145
+ msgstr ""
2146
+
2147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2148
+ msgid "Coupons"
2149
+ msgstr ""
2150
+
2151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2153
+ msgid "Setting"
2154
+ msgstr "Nastavení"
2155
+
2156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2157
+ msgid "for discount"
2158
+ msgstr ""
2159
+
2160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2169
+ msgid "settings"
2170
+ msgstr "nastavení"
2171
+
2172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
2173
+ msgid "Season Filters"
2174
+ msgstr ""
2175
+
2176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
2177
+ msgid "Cost: "
2178
+ msgstr ""
2179
+
2180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2182
+ msgid "Weekend"
2183
+ msgstr ""
2184
+
2185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
2187
+ msgid "Work days"
2188
+ msgstr ""
2189
+
2190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2192
+ msgid "High season"
2193
+ msgstr ""
2194
+
2195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
2198
+ msgid "Select Times"
2199
+ msgstr ""
2200
+
2201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:359
2202
+ msgid "Setting cost for the resource"
2203
+ msgstr ""
2204
+
2205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:362
2206
+ msgid "/ day"
2207
+ msgstr ""
2208
+
2209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:363
2210
+ msgid "/ night"
2211
+ msgstr ""
2212
+
2213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:364
2214
+ msgid "fixed"
2215
+ msgstr ""
2216
+
2217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2218
+ msgid "/ hour"
2219
+ msgstr ""
2220
+
2221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:430
2222
+ msgid ""
2223
+ "Start Time is invalid. The date or time may be booked, or already in the "
2224
+ "past! Please choose another date or time."
2225
+ msgstr ""
2226
+
2227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:431
2228
+ msgid ""
2229
+ "End Time is invalid. The date or time may be booked, or already in the past. "
2230
+ "The End Time may also be earlier that the start time, if only 1 day was "
2231
+ "selected! Please choose another date or time."
2232
+ msgstr ""
2233
+
2234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:432
2235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:433
2236
+ msgid "The time(s) may be booked, or already in the past!"
2237
+ msgstr ""
2238
+
2239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:593
2240
+ msgid "Cost saved successfully"
2241
+ msgstr ""
2242
+
2243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:600
2244
+ msgid "Cost is not correct. It must be greater than 0"
2245
+ msgstr ""
2246
+
2247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:618
2248
+ msgid "Send payment request to customer"
2249
+ msgstr ""
2250
+
2251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:622
2252
+ #, php-format
2253
+ msgid "Type your %sreason for payment%s request"
2254
+ msgstr ""
2255
+
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:631
2257
+ msgid "Send Request"
2258
+ msgstr ""
2259
+
2260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2266
+ msgid "Close"
2267
+ msgstr "Zavřít"
2268
+
2269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:763
2270
+ msgid "Request has been sent"
2271
+ msgstr ""
2272
+
2273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:769
2274
+ msgid "Request has failed"
2275
+ msgstr ""
2276
+
2277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:794
2278
+ msgid "The payment status is changed successfully"
2279
+ msgstr ""
2280
+
2281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:801
2282
+ msgid "The changing of payment status is failed"
2283
+ msgstr ""
2284
+
2285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:845
2286
+ msgid "Email to \"Person\" with payment request"
2287
+ msgstr ""
2288
+
2289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2293
+ msgid "Send to Admin"
2294
+ msgstr "Poslat administrátorovi"
2295
+
2296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2300
+ msgid "Check this box to send copy of this email to Admin"
2301
+ msgstr ""
2302
+
2303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2308
+ #, php-format
2309
+ msgid "Type the default %sadmin email%s sending the booking confimation"
2310
+ msgstr ""
2311
+
2312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2318
+ msgid "Subject"
2319
+ msgstr "Předmět"
2320
+
2321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2322
+ #, php-format
2323
+ msgid "Type email subject for %spayment request%s."
2324
+ msgstr ""
2325
+
2326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2332
+ msgid "Content"
2333
+ msgstr ""
2334
+
2335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
2336
+ #, php-format
2337
+ msgid "Type your %semail message for payment request%s"
2338
+ msgstr ""
2339
+
2340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
2341
+ #, php-format
2342
+ msgid ""
2343
+ "You need to make payment %s for booking %s at %s. %s You can make payment at "
2344
+ "this %s Thank you, booking service."
2345
+ msgstr ""
2346
+
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
2348
+ msgid "page"
2349
+ msgstr ""
2350
+
2351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1146
2352
+ msgid "deposit"
2353
+ msgstr ""
2354
+
2355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1147
2356
+ msgid "Total cost"
2357
+ msgstr ""
2358
+
2359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1148
2360
+ msgid "balance"
2361
+ msgstr ""
2362
+
2363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1200
2364
+ msgid "Auto-fill form"
2365
+ msgstr ""
2366
+
2367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1302
2368
+ msgid "Billing form fields customization"
2369
+ msgstr ""
2370
+
2371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1314
2372
+ msgid ""
2373
+ "Please select a field from your booking form. This field will be "
2374
+ "automatically assigned to the current field in the billing form."
2375
+ msgstr ""
2376
+
2377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1320
2378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2379
+ msgid "Customer Email"
2380
+ msgstr ""
2381
+
2382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1333
2383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2384
+ msgid "First Name(s)"
2385
+ msgstr ""
2386
+
2387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1346
2388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2389
+ msgid "Last name"
2390
+ msgstr ""
2391
+
2392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1380
2393
+ msgid "Billing Address"
2394
+ msgstr ""
2395
+
2396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1393
2397
+ msgid "Billing City"
2398
+ msgstr ""
2399
+
2400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1406
2401
+ msgid "Post Code"
2402
+ msgstr ""
2403
+
2404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
2406
+ msgid "Country"
2407
+ msgstr ""
2408
+
2409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1438
2410
+ msgid "State"
2411
+ msgstr ""
2412
+
2413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1455
2414
+ #, php-format
2415
+ msgid "Configuring these %sfields is required for the some payment%s systems!"
2416
+ msgstr ""
2417
+
2418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1510
2419
+ msgid "Title of booked timeslot(s)"
2420
+ msgstr ""
2421
+
2422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1514
2423
+ #, php-format
2424
+ msgid ""
2425
+ "Type your %stitle%s, what will show in mouseover tooltip near booked "
2426
+ "timeslot(s)"
2427
+ msgstr ""
2428
+
2429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1532
2430
+ msgid "Time Format"
2431
+ msgstr ""
2432
+
2433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2437
+ msgid "Custom"
2438
+ msgstr "Vlastní"
2439
+
2440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1555
2441
+ #, php-format
2442
+ msgid ""
2443
+ "Type your time format for emails and the booking table. %sDocumentation on "
2444
+ "time formatting%s"
2445
+ msgstr ""
2446
+
2447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1643
2448
+ #, php-format
2449
+ msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2450
+ msgstr ""
2451
+
2452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1651
2453
+ #, php-format
2454
+ msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2455
+ msgstr ""
2456
+
2457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1659
2458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1725
2459
+ msgid "Days selection number"
2460
+ msgstr ""
2461
+
2462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1666
2463
+ #, php-format
2464
+ msgid "Type your %snumber of days for range selection%s"
2465
+ msgstr ""
2466
+
2467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1673
2468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1761
2469
+ msgid "Start day of range"
2470
+ msgstr ""
2471
+
2472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1682
2473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1770
2474
+ msgid "Any day of week"
2475
+ msgstr ""
2476
+
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1693
2478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1781
2479
+ msgid "Specific day(s) of week"
2480
+ msgstr ""
2481
+
2482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1817
2484
+ msgid "Select your start day of range selection at week"
2485
+ msgstr ""
2486
+
2487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1727
2488
+ msgid "Min"
2489
+ msgstr ""
2490
+
2491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1741
2492
+ #, php-format
2493
+ msgid "Select your %sminimum and maximum number of days for range selection%s"
2494
+ msgstr ""
2495
+
2496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1747
2497
+ msgid "Specific days selections"
2498
+ msgstr ""
2499
+
2500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1751
2501
+ #, php-format
2502
+ msgid ""
2503
+ "Type your %sspecific%s days, which can be selected by visitors, or leave "
2504
+ "this value empty. It can be several days separated by comma (example: %s) or "
2505
+ "by dash (example: %s, its the same like this: %s) or combination (example:"
2506
+ "%s, its the same like this: %s)"
2507
+ msgstr ""
2508
+
2509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1860
2510
+ msgid "Use time selections as recurrent time slots"
2511
+ msgstr ""
2512
+
2513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1871
2514
+ msgid ""
2515
+ "Check this box if you want to use recurrent time to reserve several days. "
2516
+ "This means that middle days will be partially booked by actual times, "
2517
+ "otherwise the time in the booking form will be used as check-in/check-out "
2518
+ "time for the first and last day of the reservation."
2519
+ msgstr ""
2520
+
2521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1878
2522
+ msgid "Use check in/out time"
2523
+ msgstr ""
2524
+
2525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
2526
+ msgid "This option will overwrite any times selection in your booking form."
2527
+ msgstr ""
2528
+
2529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1890
2530
+ msgid "Check this option, to use check in/out time during booking process. "
2531
+ msgstr ""
2532
+
2533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1893
2534
+ #, php-format
2535
+ msgid ""
2536
+ "%s Important!%s This will overwrite any times selection in your booking form."
2537
+ msgstr ""
2538
+
2539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2540
+ msgid "Check-in time"
2541
+ msgstr ""
2542
+
2543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2544
+ #, php-format
2545
+ msgid "%sstart booking time%s"
2546
+ msgstr ""
2547
+
2548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2549
+ #, php-format
2550
+ msgid "Type your %sCheck-in%s time of booking"
2551
+ msgstr ""
2552
+
2553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
2554
+ msgid "Check-Out time"
2555
+ msgstr ""
2556
+
2557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
2558
+ #, php-format
2559
+ msgid "%send booking time%s"
2560
+ msgstr ""
2561
+
2562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2563
+ #, php-format
2564
+ msgid "Type your %sCheck-Out%s time of booking"
2565
+ msgstr ""
2566
+
2567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1945
2568
+ msgid "Costs"
2569
+ msgstr ""
2570
+
2571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1950
2572
+ msgid "Set the cost"
2573
+ msgstr ""
2574
+
2575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
2576
+ msgid "fixed sum"
2577
+ msgstr ""
2578
+
2579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
2580
+ msgid " Select your cost configuration."
2581
+ msgstr ""
2582
+
2583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1963
2584
+ msgid "Currency format"
2585
+ msgstr ""
2586
+
2587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1966
2588
+ msgid "Number of decimal points"
2589
+ msgstr ""
2590
+
2591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1973
2592
+ msgid "Separator for the decimal point"
2593
+ msgstr ""
2594
+
2595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1984
2596
+ msgid "Thousands separator"
2597
+ msgstr ""
2598
+
2599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
2600
+ msgid "Time impact to cost"
2601
+ msgstr ""
2602
+
2603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2003
2604
+ #, php-format
2605
+ msgid ""
2606
+ "Check this box if you want the %stime selection%s on the booking form "
2607
+ "%sapplied to the cost calculation%s."
2608
+ msgstr ""
2609
+
2610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2012
2611
+ msgid "Show booking details in payment form"
2612
+ msgstr ""
2613
+
2614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2018
2615
+ #, php-format
2616
+ msgid ""
2617
+ " Check this checkbox if you want to show the %sbooking details summary%s "
2618
+ "above the payment form"
2619
+ msgstr ""
2620
+
2621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2063
2622
+ msgid "Auto cancelation / auto approval of bookings"
2623
+ msgstr ""
2624
+
2625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2069
2626
+ msgid "Auto approve all new bookings"
2627
+ msgstr ""
2628
+
2629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2078
2630
+ #, php-format
2631
+ msgid ""
2632
+ "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2633
+ msgstr ""
2634
+
2635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2085
2636
+ msgid "Auto-cancel bookings"
2637
+ msgstr ""
2638
+
2639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2095
2640
+ #, php-format
2641
+ msgid ""
2642
+ "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2643
+ "bookings."
2644
+ msgstr ""
2645
+
2646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2106
2647
+ msgid "Cancel bookings older"
2648
+ msgstr ""
2649
+
2650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2111
2651
+ msgid "hour"
2652
+ msgstr ""
2653
+
2654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2114
2655
+ msgid "hours"
2656
+ msgstr ""
2657
+
2658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2124
2659
+ msgid ""
2660
+ "Cancel only pending, unpaid bookings, which are older than this selection."
2661
+ msgstr ""
2662
+
2663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2129
2664
+ msgid "Cancellation email sent"
2665
+ msgstr ""
2666
+
2667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2134
2668
+ #, php-format
2669
+ msgid "Check this box to %ssend%s cancellation email for this resource."
2670
+ msgstr ""
2671
+
2672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2146
2673
+ msgid "Reason for cancellation"
2674
+ msgstr ""
2675
+
2676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2148
2677
+ #, php-format
2678
+ msgid "Type the reason for %scancellation%s for the email template."
2679
+ msgstr ""
2680
+
2681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2190
2682
+ msgid ""
2683
+ "Customization of billing fields, which automatically assign from booking "
2684
+ "form to billing form"
2685
+ msgstr ""
2686
+
2687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2191
2688
+ msgid "Billing form fields"
2689
+ msgstr ""
2690
+
2691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2217
2692
+ msgid "Booked Times:"
2693
+ msgstr ""
2694
+
2695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2240
2696
+ msgid ""
2697
+ "This reservation is cancelled because we did not receive payment and the "
2698
+ "administrator did not approve it."
2699
+ msgstr ""
2700
+
2701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2259
2702
+ msgid "You need to make payment for this reservation"
2703
+ msgstr ""
2704
+
2705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2261
2706
+ #, php-format
2707
+ msgid ""
2708
+ "You need to make payment %s for reservation %s at %s. %s Please make payment "
2709
+ "on this page: %s Thank you, %s"
2710
+ msgstr ""
2711
+
2712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
2714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
2715
+ msgid "Apartment#1"
2716
+ msgstr ""
2717
+
2718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
2720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
2721
+ msgid "Apartment#2"
2722
+ msgstr ""
2723
+
2724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
2726
+ msgid "Apartment#3"
2727
+ msgstr ""
2728
+
2729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
2730
+ msgid "Label"
2731
+ msgstr ""
2732
+
2733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
2734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
2735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:164
2736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
2737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
2738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
2739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
2740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
2741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
2742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
2743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
2744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
2745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
2746
+ msgid "optional"
2747
+ msgstr ""
2748
+
2749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:90
2750
+ #, php-format
2751
+ msgid "Wrap each item with %s tag"
2752
+ msgstr ""
2753
+
2754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:104
2755
+ msgid "Put a label before field"
2756
+ msgstr ""
2757
+
2758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:118
2759
+ #, php-format
2760
+ msgid "Make it %sexclusive%s"
2761
+ msgstr ""
2762
+
2763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
2764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
2765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
2766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
2767
+ msgid "Default value"
2768
+ msgstr ""
2769
+
2770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:136
2771
+ #, php-format
2772
+ msgid ""
2773
+ "One Value from %sOptions%s list or term %s for selection of all checkboxes"
2774
+ msgstr ""
2775
+
2776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
2777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
2778
+ msgid "Options"
2779
+ msgstr ""
2780
+
2781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
2782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
2783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
2784
+ msgid "required"
2785
+ msgstr ""
2786
+
2787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:154
2788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:119
2789
+ msgid "One option per line"
2790
+ msgstr ""
2791
+
2792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:164
2793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:129
2794
+ msgid "Titles of options"
2795
+ msgstr ""
2796
+
2797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:172
2798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:137
2799
+ msgid "One title per line"
2800
+ msgstr ""
2801
+
2802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:93
2803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:86
2804
+ #, php-format
2805
+ msgid "One Value from %sOptions%s list"
2806
+ msgstr ""
2807
+
2808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:101
2809
+ #, php-format
2810
+ msgid "Allow %smultiple%s selections"
2811
+ msgstr ""
2812
+
2813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:164
2814
+ #, php-format
2815
+ msgid "Set as %srequired%s"
2816
+ msgstr ""
2817
+
2818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
2819
+ msgid "Name"
2820
+ msgstr ""
2821
+
2822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
2823
+ msgid "Class"
2824
+ msgstr ""
2825
+
2826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:242
2827
+ msgid "Size"
2828
+ msgstr ""
2829
+
2830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:259
2831
+ msgid "Maxlength"
2832
+ msgstr ""
2833
+
2834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:276
2835
+ msgid "Copy and paste this shortcode into the form at left side"
2836
+ msgstr ""
2837
+
2838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:291
2839
+ #, php-format
2840
+ msgid ""
2841
+ "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
2842
+ msgstr ""
2843
+
2844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:94
2845
+ msgid "Rows"
2846
+ msgstr ""
2847
+
2848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-textarea.php:111
2849
+ msgid "Columns"
2850
+ msgstr ""
2851
+
2852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:86
2853
+ msgid "General Information"
2854
+ msgstr "Základní informace"
2855
+
2856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:88
2857
+ msgid "Shortcodes"
2858
+ msgstr ""
2859
+
2860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:89
2861
+ msgid ""
2862
+ "You can generate the form fields for your form (at the left side) by "
2863
+ "selection specific field in the above selectbox."
2864
+ msgstr ""
2865
+
2866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:90
2867
+ #, php-format
2868
+ msgid "Please read more about the booking form fields configuration %shere%s."
2869
+ msgstr ""
2870
+
2871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:92
2872
+ msgid "HTML"
2873
+ msgstr ""
2874
+
2875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:93
2876
+ #, php-format
2877
+ msgid ""
2878
+ "You can use any %sHTML tags%s in the booking form. Please use the HTML tags "
2879
+ "carefully. Be sure, that all \"open\" tags (like %s) are closed (like this "
2880
+ "%s)."
2881
+ msgstr ""
2882
+
2883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:99
2884
+ msgid "Default Form Templates"
2885
+ msgstr ""
2886
+
2887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:100
2888
+ #, php-format
2889
+ msgid ""
2890
+ "You can reset your active form template by selecting default %sform template"
2891
+ "%s at the top toolbar. \n"
2892
+ " Please select "
2893
+ "the form template and click on %sReset%s button for resetting only active "
2894
+ "form (Booking Form or Content of Booking Fields form).\n"
2895
+ " Click on %sBoth"
2896
+ "%s button if you want to reset both forms: Booking Form and Content of "
2897
+ "Booking Fields form."
2898
+ msgstr ""
2899
+
2900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:111
2901
+ msgid "Required Fields in Booking Form"
2902
+ msgstr ""
2903
+
2904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
2905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:395
2906
+ msgid "Calendar"
2907
+ msgstr "Kalendář"
2908
+
2909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
2910
+ #, php-format
2911
+ msgid "You must to have this shortcode:%s in the form."
2912
+ msgstr ""
2913
+
2914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:121
2915
+ msgid ""
2916
+ "You can insert several calendars of different resources into the form "
2917
+ "allowing you to book several resources during one booking process."
2918
+ msgstr ""
2919
+
2920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:122
2921
+ #, php-format
2922
+ msgid "Example: %s."
2923
+ msgstr ""
2924
+
2925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:123
2926
+ #, php-format
2927
+ msgid ""
2928
+ "where %s – default calendar %s (you can select desired resource of calendar "
2929
+ "by inserting shortcode into page)%s"
2930
+ msgstr ""
2931
+
2932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:124
2933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:125
2934
+ #, php-format
2935
+ msgid "%s – calendar of booking resource with %s"
2936
+ msgstr ""
2937
+
2938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:126
2939
+ #, php-format
2940
+ msgid "Please check more about this feature %shere%s."
2941
+ msgstr ""
2942
+
2943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
2944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:199
2945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:232
2946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:280
2947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:293
2948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:307
2949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:345
2950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:384
2951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:517
2952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
2953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
2954
+ #, php-format
2955
+ msgid "You can %suse this shortcode only once%s in the form."
2956
+ msgstr ""
2957
+
2958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:137
2959
+ msgid "Email Field"
2960
+ msgstr ""
2961
+
2962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
2963
+ #, php-format
2964
+ msgid "You must have this shortcode:%s in the booking form."
2965
+ msgstr ""
2966
+
2967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
2968
+ msgid ""
2969
+ "This is the primary email field, which is used for sending emails to "
2970
+ "visitors."
2971
+ msgstr ""
2972
+
2973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:143
2974
+ msgid "Standard Fields"
2975
+ msgstr ""
2976
+
2977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:149
2978
+ msgid "Text"
2979
+ msgstr ""
2980
+
2981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:158
2982
+ msgid "Textarea"
2983
+ msgstr ""
2984
+
2985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:165
2986
+ msgid "Drop Down"
2987
+ msgstr ""
2988
+
2989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:177
2990
+ msgid "Checkbox(es)"
2991
+ msgstr ""
2992
+
2993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:184
2994
+ msgid "Radio Button(s)"
2995
+ msgstr ""
2996
+
2997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
2998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:575
2999
+ msgid "CAPTCHA"
3000
+ msgstr ""
3001
+
3002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:198
3003
+ #, php-format
3004
+ msgid "Insert %s shortcode to prevent SPAM bookings."
3005
+ msgstr ""
3006
+
3007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:208
3008
+ msgid "Submit Button"
3009
+ msgstr ""
3010
+
3011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:216
3012
+ msgid "Times Fields"
3013
+ msgstr ""
3014
+
3015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:222
3016
+ msgid "Time Slot List"
3017
+ msgstr ""
3018
+
3019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
3020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
3021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:342
3022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:381
3023
+ #, php-format
3024
+ msgid "Select the %s using the predefined %sTime List%s."
3025
+ msgstr ""
3026
+
3027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
3028
+ msgid "Time Slot"
3029
+ msgstr ""
3030
+
3031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:225
3032
+ #, php-format
3033
+ msgid ""
3034
+ "Please note, %sthe use of the time shortcode%s. If you select a date with "
3035
+ "some booked time slots, this time field will %sdisable booked times slots%s "
3036
+ "(set them as grayed)."
3037
+ msgstr ""
3038
+
3039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:226
3040
+ #, php-format
3041
+ msgid "It works only in %ssingle day selection%s mode."
3042
+ msgstr ""
3043
+
3044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:227
3045
+ msgid ""
3046
+ "Also some early versions of the IE do not support disabling of the options "
3047
+ "in the selectboxes."
3048
+ msgstr ""
3049
+
3050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:228
3051
+ msgid ""
3052
+ "Even if visitor selects the booked timeslot, system will not allow them to "
3053
+ "make the booking."
3054
+ msgstr ""
3055
+
3056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:231
3057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:344
3058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:383
3059
+ #, php-format
3060
+ msgid ""
3061
+ "Please note, in the %sOptions list%s you can use times in military time "
3062
+ "format %s(24 Hour Time)%s only."
3063
+ msgstr ""
3064
+
3065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:233
3066
+ #, php-format
3067
+ msgid ""
3068
+ "If you use this shortcode, %syou can not use any other time shortcodes%s in "
3069
+ "the form."
3070
+ msgstr ""
3071
+
3072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:275
3073
+ msgid "Start Time - Text field"
3074
+ msgstr ""
3075
+
3076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:277
3077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:290
3078
+ #, php-format
3079
+ msgid "Enter %s in text field."
3080
+ msgstr ""
3081
+
3082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:277
3083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
3085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
3087
+ msgid "Start Time"
3088
+ msgstr ""
3089
+
3090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:279
3091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:292
3092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:498
3093
+ #, php-format
3094
+ msgid ""
3095
+ "Please note: this field only supports military time format %s(24 Hour "
3096
+ "Time)%s."
3097
+ msgstr ""
3098
+
3099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
3104
+ #, php-format
3105
+ msgid "You can also use the %s in the form."
3106
+ msgstr ""
3107
+
3108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:290
3110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:342
3112
+ msgid "End Time"
3113
+ msgstr ""
3114
+
3115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:381
3120
+ msgid "Duration Time"
3121
+ msgstr ""
3122
+
3123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3127
+ msgid "fields"
3128
+ msgstr "pole"
3129
+
3130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:288
3131
+ msgid "End Time - Text field"
3132
+ msgstr ""
3133
+
3134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:302
3135
+ msgid "Start Time - Drop Down list"
3136
+ msgstr ""
3137
+
3138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:306
3139
+ #, php-format
3140
+ msgid ""
3141
+ "Please note, in the %sOptions list%s you can use times in military time "
3142
+ "format %s(24 Hour Time)%s only."
3143
+ msgstr ""
3144
+
3145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:340
3146
+ msgid "End Time - Drop Down list"
3147
+ msgstr ""
3148
+
3149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:379
3150
+ msgid "Duration Time - Drop Down list"
3151
+ msgstr ""
3152
+
3153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
3154
+ msgid "field"
3155
+ msgstr ""
3156
+
3157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:418
3158
+ msgid "Different time slots, for the different week days"
3159
+ msgstr ""
3160
+
3161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:421
3162
+ msgid ""
3163
+ "This feature provides the possibility to use the different time slot "
3164
+ "selections in the booking form for the different week days or different days "
3165
+ "- which are assigned to the specific season filters. So each week day (day "
3166
+ "of specific season filter) can have a different time slots list."
3167
+ msgstr ""
3168
+
3169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:423
3170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:569
3171
+ msgid "Configuration"
3172
+ msgstr ""
3173
+
3174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:424
3175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:570
3176
+ #, php-format
3177
+ msgid ""
3178
+ "The general structure of the configuration %scondition rule%s is as follows"
3179
+ msgstr ""
3180
+
3181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:430
3182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:451
3183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:474
3184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:576
3185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:597
3186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:620
3187
+ msgid "Parameters"
3188
+ msgstr ""
3189
+
3190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:431
3191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:577
3192
+ #, php-format
3193
+ msgid ""
3194
+ "%sname%s – the unique name of the condition group, containing several "
3195
+ "conditions with different values. For example, if you want to have specific "
3196
+ "HTML content for the different week days, you can have several conditions, "
3197
+ "with the same name but with different value parameters in conditions. Please "
3198
+ "check more about it, in the examples."
3199
+ msgstr ""
3200
+
3201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:432
3202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:578
3203
+ #, php-format
3204
+ msgid ""
3205
+ "%stype%s – type of the condition. There are 2 types of condition: \"weekday"
3206
+ "\" and \"season\". \"weekday\" – is the condition rule based on the selected "
3207
+ "day of week value, like Monday, Tuesday, etc… . \"season\" – is the "
3208
+ "condition rule based on the \"season filter\" name of selected date. In "
3209
+ "other words the condition is TRUE if the selected day belongs to a season "
3210
+ "filter in the Season Filters page."
3211
+ msgstr ""
3212
+
3213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:433
3214
+ #, php-format
3215
+ msgid ""
3216
+ "%svalue%s – value of the specific conditions. If the value is true, the "
3217
+ "content of the conditions will show in the booking form. You can have the "
3218
+ "default value (empty – \"\", or like this – \"*\") for showing the content "
3219
+ "of this condition, if all other conditions are FALSE, or at initial stage, "
3220
+ "when the date in calendar is not yet selected."
3221
+ msgstr ""
3222
+
3223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:435
3224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:581
3225
+ msgid "Examples"
3226
+ msgstr ""
3227
+
3228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:436
3229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:582
3230
+ msgid "Week days conditions."
3231
+ msgstr ""
3232
+
3233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:452
3234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:598
3235
+ msgid ""
3236
+ "default value, if no dates are selected, or none exist conditions are true."
3237
+ msgstr ""
3238
+
3239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:460
3240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:477
3241
+ msgid "You can use the several values, separated by comma."
3242
+ msgstr ""
3243
+
3244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:462
3245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:608
3246
+ msgid "Season filters conditions."
3247
+ msgstr ""
3248
+
3249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:475
3250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:621
3251
+ msgid "Season filter on the Season Filters page,"
3252
+ msgstr ""
3253
+
3254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:476
3255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:622
3256
+ msgid "Season filter on the Season Filters page"
3257
+ msgstr ""
3258
+
3259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:479
3260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:625
3261
+ msgid "Additional info"
3262
+ msgstr ""
3263
+
3264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:480
3265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:626
3266
+ #, php-format
3267
+ msgid ""
3268
+ "Please use %sSingle day%s selection mode in the General Booking Settings "
3269
+ "page at calendar section."
3270
+ msgstr ""
3271
+
3272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:481
3273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:627
3274
+ #, php-format
3275
+ msgid "Please check more about this feature at %sthis page%s"
3276
+ msgstr ""
3277
+
3278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:488
3279
+ msgid "Advanced Fields"
3280
+ msgstr ""
3281
+
3282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:495
3283
+ msgid "Time Field"
3284
+ msgstr ""
3285
+
3286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:497
3287
+ #, php-format
3288
+ msgid "Enter the %sTime%s using the text field."
3289
+ msgstr ""
3290
+
3291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:500
3292
+ msgid ""
3293
+ "This field does not impact to availability (booking for the specific time) ."
3294
+ msgstr ""
3295
+
3296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:501
3297
+ msgid "The value of this field is just saved into DB."
3298
+ msgstr ""
3299
+
3300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:511
3301
+ msgid "Country List"
3302
+ msgstr ""
3303
+
3304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:513
3305
+ msgid "Select the country from the predefined country list."
3306
+ msgstr ""
3307
+
3308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:514
3309
+ #, php-format
3310
+ msgid "You can customize the country list at this file: %s"
3311
+ msgstr ""
3312
+
3313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:515
3314
+ msgid "You can insert this field with default selected value."
3315
+ msgstr ""
3316
+
3317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:516
3318
+ #, php-format
3319
+ msgid "Example: %s - %s\"United States\"%s is selected by default."
3320
+ msgstr ""
3321
+
3322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:525
3323
+ msgid "Language Sections"
3324
+ msgstr ""
3325
+
3326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:527
3327
+ msgid ""
3328
+ "Plugin support configurations of the booking form are available in different "
3329
+ "languages."
3330
+ msgstr ""
3331
+
3332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:528
3333
+ msgid ""
3334
+ "The active language of the booking form depends on the active locale of the "
3335
+ "site."
3336
+ msgstr ""
3337
+
3338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:529
3339
+ msgid ""
3340
+ "Booking Calendar supports WPML and qTranslate plugins for dynamic changing "
3341
+ "of website locale."
3342
+ msgstr ""
3343
+
3344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:531
3345
+ msgid "Usage"
3346
+ msgstr ""
3347
+
3348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:532
3349
+ #, php-format
3350
+ msgid ""
3351
+ "start new translation section in specific language, where %s - locale of the "
3352
+ "translation."
3353
+ msgstr ""
3354
+
3355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:534
3356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:537
3357
+ msgid "Example"
3358
+ msgstr ""
3359
+
3360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:535
3361
+ msgid "English and French translation"
3362
+ msgstr ""
3363
+
3364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:538
3365
+ msgid "of configuration booking form in English and French languages"
3366
+ msgstr ""
3367
+
3368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:564
3369
+ msgid "Different form fields, for the different week days"
3370
+ msgstr ""
3371
+
3372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:567
3373
+ msgid ""
3374
+ "This feature provides the possibility to show the different form fields or "
3375
+ "any other HTML content in the booking form, depending on the selection of "
3376
+ "specific week day in calendar or different days, which are assigned to the "
3377
+ "specific season filters"
3378
+ msgstr ""
3379
+
3380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:579
3381
+ #, php-format
3382
+ msgid ""
3383
+ "%svalue%s – value of the specific conditions. If the value is true, so then "
3384
+ "the content of the conditions will show in the booking form. You can have "
3385
+ "the default value (empty – \"\", or like this – \"*\") for showing the "
3386
+ "content of this condition, if all other conditions are FALSE, or at initial "
3387
+ "stage, when the date in calendar is not yet selected."
3388
+ msgstr ""
3389
+
3390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:606
3391
+ msgid "You can use several values, separated by comma."
3392
+ msgstr ""
3393
+
3394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:623
3395
+ msgid "You can use several values, separated by a comma."
3396
+ msgstr ""
3397
+
3398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:636
3399
+ msgid "Cost Fields"
3400
+ msgstr ""
3401
+
3402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:642
3403
+ msgid "Cost Correction Field"
3404
+ msgstr ""
3405
+
3406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:644
3407
+ #, php-format
3408
+ msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
3409
+ msgstr ""
3410
+
3411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:645
3412
+ #, php-format
3413
+ msgid "Use this field for %scorrecting the cost%s during adding new booking."
3414
+ msgstr ""
3415
+
3416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:656
3417
+ msgid "Discount Coupon field"
3418
+ msgstr ""
3419
+
3420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:658
3421
+ msgid ""
3422
+ "Please use this field for possibility to use coupon discounts by your "
3423
+ "visitors."
3424
+ msgstr ""
3425
+
3426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:659
3427
+ #, php-format
3428
+ msgid "You can configure the discount coupon codes at this %spage%s."
3429
+ msgstr ""
3430
+
3431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:668
3432
+ msgid "Hints for your form"
3433
+ msgstr ""
3434
+
3435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:674
3436
+ msgid "Cost Hints"
3437
+ msgstr ""
3438
+
3439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:676
3440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:697
3441
+ #, php-format
3442
+ msgid ""
3443
+ "Insert these shortcodes into form to %sshow info in real time %s(after "
3444
+ "selection of the dates in calendar or options in checkboxes or "
3445
+ "selectboxes)%s."
3446
+ msgstr ""
3447
+
3448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:678
3449
+ msgid "Full cost of the booking."
3450
+ msgstr ""
3451
+
3452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:680
3453
+ msgid "Cost of the booking for the selected dates only."
3454
+ msgstr ""
3455
+
3456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:682
3457
+ msgid "Additional cost, which depends on the fields selection in the form."
3458
+ msgstr ""
3459
+
3460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:684
3461
+ msgid "The deposit cost of the booking."
3462
+ msgstr ""
3463
+
3464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:686
3465
+ msgid "Balance cost of the booking - difference between deposit and full cost."
3466
+ msgstr ""
3467
+
3468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:695
3469
+ msgid "Dates and Times Hints"
3470
+ msgstr ""
3471
+
3472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:699
3473
+ msgid "Selected Check In date."
3474
+ msgstr ""
3475
+
3476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:700
3477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:703
3478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:706
3479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:709
3480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:712
3481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:715
3482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:718
3483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:721
3484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:724
3485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:727
3486
+ msgid "Example:"
3487
+ msgstr ""
3488
+
3489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:702
3490
+ msgid "Selected Check Out date."
3491
+ msgstr ""
3492
+
3493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:705
3494
+ msgid "Selected Start Time."
3495
+ msgstr ""
3496
+
3497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:708
3498
+ msgid "Selected End Time."
3499
+ msgstr ""
3500
+
3501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:711
3502
+ msgid "All selected dates."
3503
+ msgstr ""
3504
+
3505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:714
3506
+ msgid "All selected dates with times."
3507
+ msgstr ""
3508
+
3509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:717
3510
+ msgid "All selected dates in \"short\" format."
3511
+ msgstr ""
3512
+
3513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:720
3514
+ msgid "All selected dates with times in \"short\" format.."
3515
+ msgstr ""
3516
+
3517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:723
3518
+ msgid "Number of selected days."
3519
+ msgstr ""
3520
+
3521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:726
3522
+ msgid "Number of selected nights."
3523
+ msgstr ""
3524
+
3525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
3526
+ msgid "Generate Tag"
3527
+ msgstr ""
3528
+
3529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:764
3530
+ msgid "Select option to configure or show help info about tags"
3531
+ msgstr ""
3532
+
3533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
3534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
3536
+ msgid "Saved"
3537
+ msgstr "Uloženo"
3538
+
3539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
3540
+ msgid ""
3541
+ "You can use (in subject and content of email template) any shortcodes, which "
3542
+ "you used in the booking form. Use the shortcodes in the same way as you used "
3543
+ "them in the content form at Settings Fields page."
3544
+ msgstr ""
3545
+
3546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
3547
+ msgid "In addition you can use these shortcodes"
3548
+ msgstr ""
3549
+
3550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
3551
+ #, php-format
3552
+ msgid ""
3553
+ "%s - inserting data info about the booking, which you configured in the "
3554
+ "content form at Settings Fields page"
3555
+ msgstr ""
3556
+
3557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
3558
+ #, php-format
3559
+ msgid "%s - inserting ID of booking "
3560
+ msgstr ""
3561
+
3562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
3563
+ #, php-format
3564
+ msgid "%s or %s - inserting the title of the booking resource "
3565
+ msgstr ""
3566
+
3567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
3568
+ #, php-format
3569
+ msgid "%s - inserting the cost of booking "
3570
+ msgstr ""
3571
+
3572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
3573
+ #, php-format
3574
+ msgid "%s - inserting the dates of booking"
3575
+ msgstr ""
3576
+
3577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
3578
+ #, php-format
3579
+ msgid "%s - inserting check-in date (first day of reservation),"
3580
+ msgstr ""
3581
+
3582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
3583
+ #, php-format
3584
+ msgid "%s - inserting check-out date (last day of reservation),"
3585
+ msgstr ""
3586
+
3587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
3588
+ #, php-format
3589
+ msgid "%s - inserting the number of booking dates "
3590
+ msgstr ""
3591
+
3592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
3593
+ #, php-format
3594
+ msgid "%s - inserting your site URL "
3595
+ msgstr ""
3596
+
3597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
3598
+ #, php-format
3599
+ msgid "%s - inserting moderate link of new booking "
3600
+ msgstr ""
3601
+
3602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
3603
+ #, php-format
3604
+ msgid ""
3605
+ "%s - inserting link to the page where visitor can edit the reservation, "
3606
+ "(possible to use the %s parameter for setting different %s of this page. "
3607
+ "Example: %s )"
3608
+ msgstr ""
3609
+
3610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
3611
+ #, php-format
3612
+ msgid ""
3613
+ "%s - inserting link to the page where visitor can cancel the reservation, "
3614
+ "(possible to use the %s parameter for setting different %s of this page. "
3615
+ "Example: %s )"
3616
+ msgstr ""
3617
+
3618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
3619
+ #, php-format
3620
+ msgid ""
3621
+ "%s - inserting link to payment page where visitor can pay for the "
3622
+ "reservation (possible to use the %s parameter for setting different %s of "
3623
+ "this page. Example: %s )"
3624
+ msgstr ""
3625
+
3626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
3627
+ #, php-format
3628
+ msgid ""
3629
+ "%s - add the reason for booking payment, you can enter it before sending "
3630
+ "email, "
3631
+ msgstr ""
3632
+
3633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
3634
+ #, php-format
3635
+ msgid ""
3636
+ "%s - add the reason booking was cancelled, you can enter it before sending "
3637
+ "email, "
3638
+ msgstr ""
3639
+
3640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
3641
+ #, php-format
3642
+ msgid "Also you can use any HTML tags like this %s - to insert new line "
3643
+ msgstr ""
3644
+
3645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3646
+ msgid "Enter Keyword here"
3647
+ msgstr ""
3648
+
3649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
3650
+ msgid "Keyword"
3651
+ msgstr ""
3652
+
3653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
3654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
3655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
3658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
3659
+ msgid "Resource"
3660
+ msgstr ""
3661
+
3662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
3663
+ msgid "Print bookings listing"
3664
+ msgstr ""
3665
+
3666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
3668
+ msgid "Print"
3669
+ msgstr ""
3670
+
3671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3672
+ msgid "Export only current page of bookings to CSV format"
3673
+ msgstr ""
3674
+
3675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
3676
+ msgid "Export"
3677
+ msgstr ""
3678
+
3679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
3680
+ msgid "Export All bookings to CSV format"
3681
+ msgstr ""
3682
+
3683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
3684
+ msgid "Export All"
3685
+ msgstr ""
3686
+
3687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
3688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
3689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
3690
+ msgid "Labels"
3691
+ msgstr ""
3692
+
3693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
3694
+ msgid "Data"
3695
+ msgstr ""
3696
+
3697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
3698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
3699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
3700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
3701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
3702
+ msgid "Approved"
3703
+ msgstr "Schválený"
3704
+
3705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
3706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
3707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
3708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
3709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
3710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
3711
+ msgid "Pending"
3712
+ msgstr "Čekající"
3713
+
3714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
3715
+ msgid "Edit Booking"
3716
+ msgstr ""
3717
+
3718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
3719
+ msgid "Edit Note"
3720
+ msgstr ""
3721
+
3722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
3723
+ msgid "Change Resource"
3724
+ msgstr ""
3725
+
3726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
3727
+ msgid "Change"
3728
+ msgstr ""
3729
+
3730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
3731
+ msgid "Clear booking resources selection"
3732
+ msgstr ""
3733
+
3734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
3735
+ msgid "Apply booking resources selection"
3736
+ msgstr ""
3737
+
3738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
3739
+ msgid ""
3740
+ "Please note, its not possible to add new resources, if \"All resources\" "
3741
+ "option is selected. Please clear the selection, then add new resources."
3742
+ msgstr ""
3743
+
3744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
3745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
3746
+ msgid "All resources"
3747
+ msgstr ""
3748
+
3749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
3750
+ msgid "Booking resources"
3751
+ msgstr ""
3752
+
3753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:249
3754
+ msgid "Successful payment"
3755
+ msgstr ""
3756
+
3757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:251
3758
+ msgid " Parameters are incorrect,"
3759
+ msgstr ""
3760
+
3761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:252
3762
+ msgid "Cannot find the record"
3763
+ msgstr ""
3764
+
3765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:253
3766
+ msgid "Amount different"
3767
+ msgstr ""
3768
+
3769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:254
3770
+ msgid "Payment failed"
3771
+ msgstr ""
3772
+
3773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:255
3774
+ msgid "Payment status updated by Mobile88 Admin(Fail)"
3775
+ msgstr ""
3776
+
3777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:256
3778
+ msgid "Connection Error"
3779
+ msgstr ""
3780
+
3781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:604
3782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:627
3783
+ msgid "Completed"
3784
+ msgstr ""
3785
+
3786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:606
3787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:631
3788
+ msgid "In-Progress"
3789
+ msgstr ""
3790
+
3791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
3792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
3793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
3794
+ msgid "Unknown"
3795
+ msgstr ""
3796
+
3797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:610
3798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:653
3799
+ msgid "Partially paid"
3800
+ msgstr ""
3801
+
3802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:611
3803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:654
3804
+ msgid "Cancelled"
3805
+ msgstr ""
3806
+
3807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:612
3808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:637
3809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:678
3810
+ msgid "Failed"
3811
+ msgstr ""
3812
+
3813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:613
3814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:640
3815
+ msgid "Refunded"
3816
+ msgstr ""
3817
+
3818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:615
3819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:655
3820
+ msgid "Fraud"
3821
+ msgstr ""
3822
+
3823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:622
3824
+ msgid "!Paid OK"
3825
+ msgstr ""
3826
+
3827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:623
3828
+ msgid "Unknown status"
3829
+ msgstr ""
3830
+
3831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:624
3832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:677
3833
+ msgid "Not Completed"
3834
+ msgstr ""
3835
+
3836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:630
3837
+ msgid "Processed"
3838
+ msgstr ""
3839
+
3840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:633
3841
+ msgid "Canceled_Reversal"
3842
+ msgstr ""
3843
+
3844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:635
3845
+ msgid "Denied"
3846
+ msgstr ""
3847
+
3848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:636
3849
+ msgid "Expired"
3850
+ msgstr ""
3851
+
3852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:639
3853
+ msgid "Partially_Refunded"
3854
+ msgstr ""
3855
+
3856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:641
3857
+ msgid "Reversed"
3858
+ msgstr ""
3859
+
3860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:642
3861
+ msgid "Voided"
3862
+ msgstr ""
3863
+
3864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
3865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
3866
+ msgid "Created"
3867
+ msgstr "Vytvořeno"
3868
+
3869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:646
3870
+ msgid "Not authed"
3871
+ msgstr ""
3872
+
3873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:647
3874
+ msgid "Malformed"
3875
+ msgstr ""
3876
+
3877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:648
3878
+ msgid "Invalid"
3879
+ msgstr ""
3880
+
3881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:649
3882
+ msgid "Abort"
3883
+ msgstr ""
3884
+
3885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:650
3886
+ msgid "Rejected"
3887
+ msgstr "Zamítnuto"
3888
+
3889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:651
3890
+ msgid "Error"
3891
+ msgstr ""
3892
+
3893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:656
3894
+ msgid "Suspended"
3895
+ msgstr ""
3896
+
3897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:673
3898
+ msgid "Any Status"
3899
+ msgstr ""
3900
+
3901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
3902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
3903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
3904
+ msgid "Paid OK"
3905
+ msgstr ""
3906
+
3907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:676
3908
+ msgid "Unknown Status"
3909
+ msgstr ""
3910
+
3911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
3912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
3913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
3914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
3915
+ msgid "Payment"
3916
+ msgstr ""
3917
+
3918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:731
3919
+ msgid "Min. cost"
3920
+ msgstr ""
3921
+
3922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:736
3923
+ msgid "Max. cost"
3924
+ msgstr ""
3925
+
3926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:739
3927
+ msgid "min"
3928
+ msgstr ""
3929
+
3930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:740
3931
+ msgid "max"
3932
+ msgstr ""
3933
+
3934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:849
3935
+ msgid "Send payment request to visitor"
3936
+ msgstr ""
3937
+
3938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
3939
+ msgid "Payment status"
3940
+ msgstr ""
3941
+
3942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
3943
+ msgid "Save cost"
3944
+ msgstr ""
3945
+
3946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
3947
+ msgid "Change status"
3948
+ msgstr ""
3949
+
3950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
3951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
3952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
3953
+ msgid "Updating..."
3954
+ msgstr "Aktualizuji..."
3955
+
3956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
3957
+ msgid "User is Activated"
3958
+ msgstr ""
3959
+
3960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
3961
+ msgid "User is Deactivated"
3962
+ msgstr ""
3963
+
3964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
3965
+ #, php-format
3966
+ msgid ""
3967
+ "%sYou do not have permissions for this page.%s Your account is not active, "
3968
+ "please contact administrator.%s"
3969
+ msgstr ""
3970
+
3971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
3972
+ #, php-format
3973
+ msgid "%sYou do not have permissions for this booking resources.%s"
3974
+ msgstr ""
3975
+
3976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
3977
+ #, php-format
3978
+ msgid "%sNo this booking resources.%s"
3979
+ msgstr ""
3980
+
3981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
3982
+ msgid "Show resources of user:"
3983
+ msgstr ""
3984
+
3985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
3986
+ msgid "My"
3987
+ msgstr ""
3988
+
3989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
3990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
3991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
3992
+ msgid "Booking resource:"
3993
+ msgstr ""
3994
+
3995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
3996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
3998
+ msgid "Users"
3999
+ msgstr ""
4000
+
4001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
4003
+ msgid "User"
4004
+ msgstr ""
4005
+
4006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4007
+ msgid "Management of"
4008
+ msgstr ""
4009
+
4010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
4011
+ msgid "Set user as"
4012
+ msgstr ""
4013
+
4014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4015
+ #, php-format
4016
+ msgid "Active %sSuper Admin%s"
4017
+ msgstr ""
4018
+
4019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4020
+ #, php-format
4021
+ msgid "Active %sRegular User%s"
4022
+ msgstr ""
4023
+
4024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4025
+ msgid "Inactive User"
4026
+ msgstr ""
4027
+
4028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4029
+ msgid "Unlimited"
4030
+ msgstr ""
4031
+
4032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
4033
+ msgid "Activate"
4034
+ msgstr ""
4035
+
4036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4042
+ msgid "Do you really want"
4043
+ msgstr ""
4044
+
4045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4046
+ msgid "make user active"
4047
+ msgstr ""
4048
+
4049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
4050
+ msgid "Deactivate"
4051
+ msgstr ""
4052
+
4053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
4054
+ msgid "Set as inactive"
4055
+ msgstr ""
4056
+
4057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4058
+ msgid "make user inactive"
4059
+ msgstr ""
4060
+
4061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4062
+ msgid "Delete settings"
4063
+ msgstr ""
4064
+
4065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4066
+ msgid "delete configuration"
4067
+ msgstr ""
4068
+
4069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4070
+ msgid "Delete data"
4071
+ msgstr ""
4072
+
4073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4074
+ msgid "delete all booking data"
4075
+ msgstr ""
4076
+
4077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4079
+ msgid "Super Admin"
4080
+ msgstr ""
4081
+
4082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4084
+ msgid "set user as"
4085
+ msgstr ""
4086
+
4087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4088
+ msgid "Regular User"
4089
+ msgstr ""
4090
+
4091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4092
+ msgid "Regular user"
4093
+ msgstr ""
4094
+
4095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4096
+ msgid "Suite"
4097
+ msgstr ""
4098
+
4099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:29
4100
+ msgid "Integration of authorizenet payment system"
4101
+ msgstr ""
4102
+
4103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:103
4104
+ #, php-format
4105
+ msgid ""
4106
+ "If you have no account on this system, please sign up for a %sdeveloper test "
4107
+ "account%s to obtain an API Login ID and Transaction Key. These keys will "
4108
+ "authenticate requests to the payment gateway."
4109
+ msgstr ""
4110
+
4111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:112
4112
+ #, php-format
4113
+ msgid " Check this box to use %s payment gateway."
4114
+ msgstr ""
4115
+
4116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:117
4117
+ msgid "API Login ID"
4118
+ msgstr ""
4119
+
4120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:121
4121
+ #, php-format
4122
+ msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
4123
+ msgstr ""
4124
+
4125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:127
4126
+ msgid "Transaction Key"
4127
+ msgstr ""
4128
+
4129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:131
4130
+ #, php-format
4131
+ msgid "This parameter have to assigned to you by %s"
4132
+ msgstr ""
4133
+
4134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:325
4136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:129
4137
+ msgid "Chose payment mode"
4138
+ msgstr ""
4139
+
4140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:144
4141
+ msgid "Developer Test"
4142
+ msgstr ""
4143
+
4144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:145
4145
+ msgid "Live Test"
4146
+ msgstr ""
4147
+
4148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:146
4149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:329
4150
+ msgid "Live"
4151
+ msgstr ""
4152
+
4153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:148
4154
+ msgid ""
4155
+ "Select \"Live test\" or \"Live\" environment for using Merchant account or "
4156
+ "\"Developer Test\" for using Developer account."
4157
+ msgstr ""
4158
+
4159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:150
4160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:261
4161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:469
4162
+ msgid "Note:"
4163
+ msgstr ""
4164
+
4165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:151
4166
+ msgid ""
4167
+ "Transactions posted against live merchant accounts using either of the above "
4168
+ "testing methods are not submitted to financial institutions for "
4169
+ "authorization and are not stored in the Merchant Interface."
4170
+ msgstr ""
4171
+
4172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:338
4174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:142
4175
+ msgid "Transaction type"
4176
+ msgstr ""
4177
+
4178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:162
4179
+ msgid "Authorization and Capture"
4180
+ msgstr ""
4181
+
4182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:163
4183
+ msgid "Authorization Only"
4184
+ msgstr ""
4185
+
4186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:165
4187
+ msgid "Select transaction type, which supported by the payment gateway."
4188
+ msgstr ""
4189
+
4190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:172
4191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:351
4193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:154
4194
+ msgid "Accepted Currency"
4195
+ msgstr ""
4196
+
4197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:176
4198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:355
4200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4201
+ msgid "U.S. Dollars"
4202
+ msgstr ""
4203
+
4204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:177
4205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:360
4206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
4207
+ msgid "Canadian Dollars"
4208
+ msgstr ""
4209
+
4210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:178
4211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:159
4212
+ msgid "Pounds Sterling"
4213
+ msgstr ""
4214
+
4215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:356
4217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:158
4218
+ msgid "Euros"
4219
+ msgstr ""
4220
+
4221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
4224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:181
4225
+ msgid "The currency code that gateway will process the payment in."
4226
+ msgstr ""
4227
+
4228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4229
+ msgid ""
4230
+ "Setting the currency that is not supported by the payment processor will "
4231
+ "result in an error."
4232
+ msgstr ""
4233
+
4234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:187
4235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:433
4237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:186
4238
+ msgid "Payment button title"
4239
+ msgstr ""
4240
+
4241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:191
4242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:189
4245
+ msgid "Enter the title of the payment button"
4246
+ msgstr ""
4247
+
4248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:196
4249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:445
4251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:196
4252
+ msgid "Show Payment description"
4253
+ msgstr ""
4254
+
4255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:204
4256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:453
4258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:204
4259
+ msgid "Check this box to show payment description in payment form"
4260
+ msgstr ""
4261
+
4262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:215
4263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:464
4265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:215
4266
+ msgid "Payment description"
4267
+ msgstr ""
4268
+
4269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:218
4270
+ msgid ""
4271
+ "Format: Up to 255 characters (no symbols). Also, in order to be displayed, "
4272
+ "the View attribute must be configured for this field in the Merchant "
4273
+ "Interface payment form settings."
4274
+ msgstr ""
4275
+
4276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:226
4277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:479
4279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4280
+ #, php-format
4281
+ msgid "%s[bookingname]%s - inserting name of booking resource, "
4282
+ msgstr ""
4283
+
4284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:227
4285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:480
4287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4288
+ #, php-format
4289
+ msgid "%s[dates]%s - inserting list of reserved dates "
4290
+ msgstr ""
4291
+
4292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:228
4293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:481
4295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:228
4296
+ #, php-format
4297
+ msgid "%s[datescount]%s - inserting number of reserved dates "
4298
+ msgstr ""
4299
+
4300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:240
4301
+ msgid "Activate Relay Response"
4302
+ msgstr ""
4303
+
4304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:249
4305
+ msgid ""
4306
+ "Indicate to the payment gateway that you would like to receive the "
4307
+ "transaction response to your site."
4308
+ msgstr ""
4309
+
4310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:262
4311
+ msgid ""
4312
+ "You should leave empty the Relay Response URL and Receipt Link URL/Text in "
4313
+ "the Merchant Interface, if a Relay Response is activated here."
4314
+ msgstr ""
4315
+
4316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:267
4317
+ msgid "MD5 Hash value"
4318
+ msgstr ""
4319
+
4320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:270
4321
+ msgid ""
4322
+ "Please enter the MD5 Hash value, which you configured in the settings of "
4323
+ "Merchant Interface."
4324
+ msgstr ""
4325
+
4326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:278
4327
+ msgid "To configure MD5 Hash value in Relay Response for your transactions"
4328
+ msgstr ""
4329
+
4330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:281
4331
+ msgid "Log on to the Merchant Interface"
4332
+ msgstr ""
4333
+
4334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:282
4335
+ msgid "Click Settings under Account in the main menu on the left"
4336
+ msgstr ""
4337
+
4338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:283
4339
+ msgid "Click MD5-Hash in the Security Settings section"
4340
+ msgstr ""
4341
+
4342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:284
4343
+ msgid "Enter this value"
4344
+ msgstr ""
4345
+
4346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:285
4347
+ msgid "Click Submit"
4348
+ msgstr ""
4349
+
4350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:287
4351
+ #, php-format
4352
+ msgid ""
4353
+ "For more information about configuring Relay Response in the Merchant "
4354
+ "Interface, please see the %sMerchant Integration Guide%s"
4355
+ msgstr ""
4356
+
4357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:242
4360
+ msgid "Return URL after Successful order"
4361
+ msgstr ""
4362
+
4363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4366
+ #, php-format
4367
+ msgid ""
4368
+ "Enter a return relative Successful URL. %s will redirect visitors to this "
4369
+ "page after Successful Payment"
4370
+ msgstr ""
4371
+
4372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:301
4373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:312
4374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:277
4375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:248
4377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:259
4378
+ msgid "Please test this URL, it must be a valid address"
4379
+ msgstr ""
4380
+
4381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:253
4384
+ msgid "Return URL after Failed order"
4385
+ msgstr ""
4386
+
4387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4390
+ #, php-format
4391
+ msgid ""
4392
+ "Enter a return relative Failed URL. %s will redirect visitors to this page "
4393
+ "after Failed Payment"
4394
+ msgstr ""
4395
+
4396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:317
4397
+ msgid "Automatically approve booking"
4398
+ msgstr ""
4399
+
4400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:325
4401
+ msgid ""
4402
+ "Check this box to automatically approve booking, when visitor makes a "
4403
+ "successful payment."
4404
+ msgstr ""
4405
+
4406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
4407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
4409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
4410
+ msgid "This will not work, if the visitor leaves the payment page."
4411
+ msgstr ""
4412
+
4413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:341
4414
+ msgid ""
4415
+ "Be sure that the merchant server system clock is set to the proper time and "
4416
+ "time zone."
4417
+ msgstr ""
4418
+
4419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:342
4420
+ msgid ""
4421
+ "Please configure all fields inside the Billing form fields tab at this page, "
4422
+ "when using a European payment processor"
4423
+ msgstr ""
4424
+
4425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:585
4426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:509
4427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:877
4428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:602
4429
+ #, php-format
4430
+ msgid "Payment for booking %s on these day(s): %s"
4431
+ msgstr ""
4432
+
4433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:587
4434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:504
4435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:878
4436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:606
4437
+ msgid "Pay via"
4438
+ msgstr ""
4439
+
4440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:106
4441
+ msgid "Dates:"
4442
+ msgstr ""
4443
+
4444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:107
4445
+ msgid "Booking Details:"
4446
+ msgstr ""
4447
+
4448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:22
4449
+ msgid "Integration of iPay88 payment system"
4450
+ msgstr ""
4451
+
4452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:23
4453
+ msgid "iPay88"
4454
+ msgstr ""
4455
+
4456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:105
4457
+ msgid "iPay88 customization"
4458
+ msgstr ""
4459
+
4460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:113
4461
+ msgid "Active iPay88"
4462
+ msgstr ""
4463
+
4464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:122
4465
+ msgid " Check this box to use iPay88 payment system."
4466
+ msgstr ""
4467
+
4468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:130
4469
+ msgid "Merchant Code"
4470
+ msgstr ""
4471
+
4472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:137
4473
+ msgid "Enter your iPay88 Merchant Code."
4474
+ msgstr ""
4475
+
4476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:143
4477
+ msgid "Merchant Key"
4478
+ msgstr ""
4479
+
4480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:149
4481
+ msgid "Enter your iPay88 Merchant Key."
4482
+ msgstr ""
4483
+
4484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:177
4485
+ msgid "Malaysian Ringgit"
4486
+ msgstr ""
4487
+
4488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:179
4489
+ msgid "Philippines Peso"
4490
+ msgstr ""
4491
+
4492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:218
4495
+ msgid "Enter the service name or the reason for the payment here."
4496
+ msgstr ""
4497
+
4498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:572
4500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:264
4501
+ msgid "Automatically approve/cancel booking"
4502
+ msgstr ""
4503
+
4504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:272
4506
+ msgid ""
4507
+ "Check this box to automatically approve bookings when visitor makes a "
4508
+ "successful payment, or automatically cancel the booking when visitor makes a "
4509
+ "payment cancellation."
4510
+ msgstr ""
4511
+
4512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
4514
+ #, php-format
4515
+ msgid ""
4516
+ "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4517
+ "page, this is necessary for the %s."
4518
+ msgstr ""
4519
+
4520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
4521
+ msgid "Error IPN"
4522
+ msgstr ""
4523
+
4524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:231
4525
+ msgid "Verified IPN"
4526
+ msgstr ""
4527
+
4528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:254
4529
+ msgid "Invalid IPN"
4530
+ msgstr ""
4531
+
4532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:23
4533
+ msgid "Integration of Paypal payment system"
4534
+ msgstr ""
4535
+
4536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:24
4537
+ msgid "PayPal"
4538
+ msgstr ""
4539
+
4540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:138
4541
+ msgid "PayPal customization"
4542
+ msgstr ""
4543
+
4544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:148
4545
+ msgid "Paypal Standard"
4546
+ msgstr ""
4547
+
4548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:161
4549
+ msgid "Paypal Pro Hosted Solution"
4550
+ msgstr ""
4551
+
4552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:172
4553
+ msgid "IPN"
4554
+ msgstr ""
4555
+
4556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:179
4557
+ msgid "Sending email for verified transaction"
4558
+ msgstr ""
4559
+
4560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:193
4561
+ #, php-format
4562
+ msgid "Email for getting report for %sverified%s transactions."
4563
+ msgstr ""
4564
+
4565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:200
4566
+ msgid "Sending email for invalid transaction"
4567
+ msgstr ""
4568
+
4569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:213
4570
+ #, php-format
4571
+ msgid "Email for getting report for %sinvalid%s transactions."
4572
+ msgstr ""
4573
+
4574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:221
4575
+ msgid "Sending email if error occur during verification"
4576
+ msgstr ""
4577
+
4578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:234
4579
+ #, php-format
4580
+ msgid "Email for getting report for %ssome errors in verification process%s."
4581
+ msgstr ""
4582
+
4583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:240
4584
+ msgid "Use SSL connection"
4585
+ msgstr ""
4586
+
4587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:245
4588
+ msgid ""
4589
+ "Use the SSL connection for posting data, instead of standard HTTP connection"
4590
+ msgstr ""
4591
+
4592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:251
4593
+ msgid "Use cURL posting"
4594
+ msgstr ""
4595
+
4596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:256
4597
+ msgid "Use the cURL for posting data, instead of fsockopen() function"
4598
+ msgstr ""
4599
+
4600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:264
4601
+ msgid ""
4602
+ " Follow these instructions to set up your listener at your PayPal account:"
4603
+ msgstr ""
4604
+
4605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:266
4606
+ msgid "Click Profile on the My Account tab."
4607
+ msgstr ""
4608
+
4609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:267
4610
+ msgid ""
4611
+ "Click Instant Payment Notification Preferences in the Selling Preferences "
4612
+ "column."
4613
+ msgstr ""
4614
+
4615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:268
4616
+ msgid ""
4617
+ "Click Choose IPN Settings to specify your listeners URL and activate the "
4618
+ "listener."
4619
+ msgstr ""
4620
+
4621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:269
4622
+ msgid "Specify the URL for your listener in the Notification URL field as:"
4623
+ msgstr ""
4624
+
4625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:270
4626
+ msgid "Click Receive IPN messages (Enabled) to enable your listener."
4627
+ msgstr ""
4628
+
4629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
4630
+ msgid "Click Save."
4631
+ msgstr ""
4632
+
4633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:272
4634
+ msgid ""
4635
+ "Click Back to Profile Summary to return to the Profile after activating your "
4636
+ "listener."
4637
+ msgstr ""
4638
+
4639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:283
4640
+ msgid "PayPal active"
4641
+ msgstr ""
4642
+
4643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:290
4644
+ msgid "Check this box to use PayPal"
4645
+ msgstr ""
4646
+
4647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:298
4648
+ msgid "Secure Merchant ID"
4649
+ msgstr ""
4650
+
4651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:304
4652
+ msgid "This is the Secure Merchant ID, which can be found on the profile page"
4653
+ msgstr ""
4654
+
4655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:311
4656
+ msgid "Paypal Email address to receive payments"
4657
+ msgstr ""
4658
+
4659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:316
4660
+ msgid "This is the Paypal Email address where payments will be sent"
4661
+ msgstr ""
4662
+
4663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:330
4664
+ msgid "Sandbox"
4665
+ msgstr ""
4666
+
4667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:332
4668
+ msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
4669
+ msgstr ""
4670
+
4671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:342
4672
+ msgid "Sale"
4673
+ msgstr ""
4674
+
4675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:343
4676
+ msgid "Authorization"
4677
+ msgstr ""
4678
+
4679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
4680
+ msgid ""
4681
+ " Indicates whether the transaction is payment on a final sale or an "
4682
+ "authorization for a final sale, to be captured later. "
4683
+ msgstr ""
4684
+
4685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:357
4686
+ msgid "British Pound"
4687
+ msgstr "Britská libra"
4688
+
4689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4690
+ msgid "Japanese Yen"
4691
+ msgstr ""
4692
+
4693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:161
4695
+ msgid "Australian Dollars"
4696
+ msgstr ""
4697
+
4698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:361
4699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
4700
+ msgid "New Zealand Dollar"
4701
+ msgstr ""
4702
+
4703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:362
4704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
4705
+ msgid "Swiss Franc"
4706
+ msgstr ""
4707
+
4708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:363
4709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:165
4710
+ msgid "Hong Kong Dollar"
4711
+ msgstr ""
4712
+
4713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:364
4714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:166
4715
+ msgid "Singapore Dollar"
4716
+ msgstr ""
4717
+
4718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
4719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:167
4720
+ msgid "Swedish Krona"
4721
+ msgstr ""
4722
+
4723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:366
4724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:168
4725
+ msgid "Danish Krone"
4726
+ msgstr ""
4727
+
4728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:367
4729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:169
4730
+ msgid "Polish Zloty"
4731
+ msgstr ""
4732
+
4733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:368
4734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:170
4735
+ msgid "Norwegian Krone"
4736
+ msgstr ""
4737
+
4738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
4739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:171
4740
+ msgid "Hungarian Forint"
4741
+ msgstr ""
4742
+
4743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
4744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:172
4745
+ msgid "Czech Koruna"
4746
+ msgstr "Česká koruna"
4747
+
4748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:371
4749
+ msgid "Israeli New Shekel"
4750
+ msgstr ""
4751
+
4752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
4753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:174
4754
+ msgid "Mexican Peso"
4755
+ msgstr ""
4756
+
4757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:373
4758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:175
4759
+ msgid "Brazilian Real (only for Brazilian users)"
4760
+ msgstr ""
4761
+
4762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
4763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:176
4764
+ msgid "Malaysian Ringgits (only for Malaysian users)"
4765
+ msgstr ""
4766
+
4767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
4768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
4769
+ msgid "Philippine Pesos"
4770
+ msgstr ""
4771
+
4772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:376
4773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
4774
+ msgid "Taiwan New Dollars"
4775
+ msgstr ""
4776
+
4777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:377
4778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:179
4779
+ msgid "Thai Baht"
4780
+ msgstr ""
4781
+
4782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:378
4783
+ msgid "Turkish Lira (only for Turkish members)"
4784
+ msgstr ""
4785
+
4786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:387
4787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:391
4788
+ msgid "Payment Button type"
4789
+ msgstr ""
4790
+
4791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:418
4792
+ msgid "Custom button title"
4793
+ msgstr ""
4794
+
4795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4796
+ msgid "This field support only up to 70 characters by payment system."
4797
+ msgstr ""
4798
+
4799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:477
4800
+ msgid " Use these shortcodes for customization: "
4801
+ msgstr ""
4802
+
4803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:493
4804
+ msgid "Show Reference Text Box"
4805
+ msgstr ""
4806
+
4807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:500
4808
+ msgid "Check this box to show Reference Text Box"
4809
+ msgstr ""
4810
+
4811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:510
4812
+ msgid "Reference Text Box Title"
4813
+ msgstr ""
4814
+
4815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:515
4816
+ msgid ""
4817
+ "Enter a title for the Reference text box (i.e. Your email address). Visitors "
4818
+ "will see this text."
4819
+ msgstr ""
4820
+
4821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:528
4822
+ #, php-format
4823
+ msgid ""
4824
+ "To use this feature you %smust activate auto-return link%s at your Paypal "
4825
+ "account."
4826
+ msgstr ""
4827
+
4828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:529
4829
+ msgid "Follow these steps to configure it:"
4830
+ msgstr ""
4831
+
4832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:531
4833
+ msgid "Log in to your PayPal account."
4834
+ msgstr ""
4835
+
4836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:532
4837
+ msgid "Click the Profile subtab."
4838
+ msgstr ""
4839
+
4840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:533
4841
+ msgid "Click Website Payment Preferences in the Seller Preferences column."
4842
+ msgstr ""
4843
+
4844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:534
4845
+ msgid "Under Auto Return for Website Payments, click the On radio button."
4846
+ msgstr ""
4847
+
4848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:535
4849
+ msgid ""
4850
+ "For the Return URL, enter the Return URL from PayPal on your site for "
4851
+ "successfull payment."
4852
+ msgstr ""
4853
+
4854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:543
4855
+ msgid "Return URL from PayPal"
4856
+ msgstr ""
4857
+
4858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:550
4859
+ msgid "The URL where visitor will be redirected after completing payment."
4860
+ msgstr ""
4861
+
4862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:551
4863
+ #, php-format
4864
+ msgid ""
4865
+ "For example, a URL to your site that displays a %s\"Thank you for the payment"
4866
+ "\"%s."
4867
+ msgstr ""
4868
+
4869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:558
4870
+ msgid "Cancel Return URL from PayPal"
4871
+ msgstr ""
4872
+
4873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:565
4874
+ msgid "The URL where the visitor will be redirected after completing payment."
4875
+ msgstr ""
4876
+
4877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:566
4878
+ #, php-format
4879
+ msgid ""
4880
+ "For example, the URL to your website that displays a %s\"Payment Canceled"
4881
+ "\"%s page."
4882
+ msgstr ""
4883
+
4884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:579
4885
+ msgid ""
4886
+ "Check this box to automatically approve bookings, when visitor makes a "
4887
+ "successful payment, or automatically cancel the booking, when visitor makes "
4888
+ "a payment cancellation."
4889
+ msgstr ""
4890
+
4891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:851
4892
+ msgid "Make payments with payPal - its fast, free and secure!"
4893
+ msgstr ""
4894
+
4895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:883
4896
+ msgid "Enter your phone number"
4897
+ msgstr ""
4898
+
4899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
4900
+ msgid "Integration of Sage payment system"
4901
+ msgstr ""
4902
+
4903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:22
4904
+ msgid "Sage"
4905
+ msgstr ""
4906
+
4907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:83
4908
+ msgid "Sage payment customization"
4909
+ msgstr ""
4910
+
4911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:85
4912
+ #, php-format
4913
+ msgid ""
4914
+ "If you have no account on this system, please visit %s to create one. "
4915
+ "Simulator account emulates the Sage Pay account as well as a Test and Live "
4916
+ "account."
4917
+ msgstr ""
4918
+
4919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:89
4920
+ msgid "Active Sage Pay"
4921
+ msgstr ""
4922
+
4923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:96
4924
+ msgid " Check this box to use Sage Pay payment."
4925
+ msgstr ""
4926
+
4927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:105
4928
+ msgid "Vendor Name"
4929
+ msgstr ""
4930
+
4931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:109
4932
+ msgid ""
4933
+ "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when "
4934
+ "you applied."
4935
+ msgstr ""
4936
+
4937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:116
4938
+ msgid "XOR Encryption password"
4939
+ msgstr ""
4940
+
4941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:120
4942
+ msgid ""
4943
+ "Set this value to the XOR Encryption password assigned to you by Sage Pay"
4944
+ msgstr ""
4945
+
4946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
4947
+ msgid "SIMULATOR"
4948
+ msgstr ""
4949
+
4950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
4951
+ msgid "TEST"
4952
+ msgstr ""
4953
+
4954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:134
4955
+ msgid "LIVE"
4956
+ msgstr ""
4957
+
4958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:136
4959
+ msgid ""
4960
+ "Select SIMULATOR for the Simulator expert system, TEST for the Test Server "
4961
+ "and LIVE in the live environment"
4962
+ msgstr ""
4963
+
4964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
4965
+ msgid "PAYMENT"
4966
+ msgstr ""
4967
+
4968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
4969
+ msgid "DEFERRED"
4970
+ msgstr ""
4971
+
4972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:147
4973
+ msgid "AUTHENTICATE"
4974
+ msgstr ""
4975
+
4976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:149
4977
+ msgid ""
4978
+ "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports "
4979
+ "those payment types"
4980
+ msgstr ""
4981
+
4982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:160
4983
+ msgid "Yen"
4984
+ msgstr ""
4985
+
4986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
4987
+ msgid "Israeli Shekel"
4988
+ msgstr ""
4989
+
4990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
4991
+ msgid "ALL"
4992
+ msgstr ""
4993
+
4994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:543
4995
+ #, php-format
4996
+ msgid "Pay using %s payment service"
4997
+ msgstr ""
4998
+
4999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
5000
+ msgid "Form / Calendar"
5001
+ msgstr ""
5002
+
5003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5007
+ msgid "Insertion of"
5008
+ msgstr ""
5009
+
5010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
5011
+ msgid "Selection of form"
5012
+ msgstr ""
5013
+
5014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
5015
+ msgid "Editing of booking"
5016
+ msgstr ""
5017
+
5018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5019
+ #, php-format
5020
+ msgid ""
5021
+ "Please, read more about the shortcodes %shere%s or JavaScript customization "
5022
+ "of the specific shortcodes %shere%s"
5023
+ msgstr ""
5024
+
5025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5026
+ #, php-format
5027
+ msgid ""
5028
+ "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5029
+ "booking(s), %scancel%s or make %spayment%s after receiving an admin email "
5030
+ "payment request"
5031
+ msgstr ""
5032
+
5033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5034
+ #, php-format
5035
+ msgid ""
5036
+ "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5037
+ "settings page%s must link to this page"
5038
+ msgstr ""
5039
+
5040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5041
+ #, php-format
5042
+ msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5043
+ msgstr ""
5044
+
5045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5047
+ msgid "Select shortcode to insert"
5048
+ msgstr ""
5049
+
5050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
5051
+ #, php-format
5052
+ msgid ""
5053
+ "This shortcode %s is using for showing the search results at specific page, "
5054
+ "if the search form is submit showing the search results at different page"
5055
+ msgstr ""
5056
+
5057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5058
+ msgid "Check this box to show search results on other page"
5059
+ msgstr ""
5060
+
5061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
5062
+ msgid "URL of search results:"
5063
+ msgstr ""
5064
+
5065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5066
+ msgid "Type the URL of search results page."
5067
+ msgstr ""
5068
+
5069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
5070
+ msgid "Title of Search results:"
5071
+ msgstr ""
5072
+
5073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5074
+ msgid "Type the title of Search results."
5075
+ msgstr ""
5076
+
5077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
5078
+ msgid "Nothing Found Message:"
5079
+ msgstr ""
5080
+
5081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5082
+ msgid "Type the message, when nothing found."
5083
+ msgstr ""
5084
+
5085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5086
+ msgid "Search only for users:"
5087
+ msgstr ""
5088
+
5089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5090
+ msgid ""
5091
+ "Type IDs of the users (separated by comma \",\") for searching availability "
5092
+ "only for these users, or leave it blank for searching for all users."
5093
+ msgstr ""
5094
+
5095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5096
+ msgid "Title:"
5097
+ msgstr ""
5098
+
5099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5100
+ msgid "Title near your select box."
5101
+ msgstr ""
5102
+
5103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5105
+ msgid "Visible months:"
5106
+ msgstr ""
5107
+
5108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5110
+ msgid "Select number of month to show for calendar."
5111
+ msgstr ""
5112
+
5113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5114
+ msgid ""
5115
+ "Select booking resources, for showing in selectbox. Please use CTRL to "
5116
+ "select multiple booking resources."
5117
+ msgstr ""
5118
+
5119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5120
+ #, php-format
5121
+ msgid ""
5122
+ "This shortcode %s is using for selection of the booking form of specific "
5123
+ "booking resources in selectbox"
5124
+ msgstr ""
5125
+
5126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
5127
+ msgid "This booking resources does not exist"
5128
+ msgstr ""
5129
+
5130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5131
+ msgid "Processing..."
5132
+ msgstr ""
5133
+
5134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5135
+ msgid "Generating columns..."
5136
+ msgstr ""
5137
+
5138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
5139
+ msgid "Exporting booking data..."
5140
+ msgstr ""
5141
+
5142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5143
+ msgid "Generating content of file"
5144
+ msgstr ""
5145
+
5146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5147
+ msgid "Saving to file"
5148
+ msgstr ""
5149
+
5150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
5151
+ msgid "Export bookings"
5152
+ msgstr ""
5153
+
5154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5155
+ msgid "Download the CSV file of exported booking data"
5156
+ msgstr ""
5157
+
5158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5159
+ msgid "Download"
5160
+ msgstr ""
5161
+
5162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
5163
+ msgid "Done!"
5164
+ msgstr ""
5165
+
5166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
5167
+ msgid "Please Select"
5168
+ msgstr ""
5169
+
5170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5171
+ msgid "link"
5172
+ msgstr ""
5173
+
5174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
5175
+ msgid "Print bookings"
5176
+ msgstr ""
5177
+
5178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5179
+ msgid "The booking was canceled by the visitor."
5180
+ msgstr ""
5181
+
5182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5186
+ msgid "Wrong booking hash in URL (probably expired)"
5187
+ msgstr ""
5188
+
5189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5190
+ msgid "The booking has been canceled successfully"
5191
+ msgstr ""
5192
+
5193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
5194
+ msgid "Add New Booking Resource(s)"
5195
+ msgstr ""
5196
+
5197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
5198
+ msgid "New Resource"
5199
+ msgstr ""
5200
+
5201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
5202
+ msgid "Enter title here"
5203
+ msgstr ""
5204
+
5205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5206
+ msgid "Enter name of booking resource"
5207
+ msgstr ""
5208
+
5209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
5210
+ msgid "Advanced Options"
5211
+ msgstr ""
5212
+
5213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5214
+ msgid "Add new resource(s)"
5215
+ msgstr ""
5216
+
5217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5219
+ msgid "Resources number per page"
5220
+ msgstr ""
5221
+
5222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5224
+ msgid ""
5225
+ "Select number of booking resources (single or parent) per page at Resource "
5226
+ "menu page"
5227
+ msgstr ""
5228
+
5229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5231
+ msgid "Default booking resource"
5232
+ msgstr ""
5233
+
5234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5235
+ msgid "Enter your order number to begin the activation process."
5236
+ msgstr ""
5237
+
5238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5239
+ msgid "Select your default booking resource."
5240
+ msgstr ""
5241
+
5242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5243
+ msgid "URL to edit bookings"
5244
+ msgstr ""
5245
+
5246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5247
+ #, php-format
5248
+ msgid ""
5249
+ "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5250
+ "into this page."
5251
+ msgstr ""
5252
+
5253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5254
+ msgid "Change hash after the booking is approved"
5255
+ msgstr ""
5256
+
5257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5258
+ msgid ""
5259
+ "Check this box if you want to change the booking hash after approval. When "
5260
+ "checked, visitor will not be able to edit or cancel the booking."
5261
+ msgstr ""
5262
+
5263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5264
+ #, php-format
5265
+ msgid "%s - start new translation section, where %s - locale of translation"
5266
+ msgstr ""
5267
+
5268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5269
+ #, php-format
5270
+ msgid "Example #1: %s - start French translation section"
5271
+ msgstr ""
5272
+
5273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5274
+ #, php-format
5275
+ msgid "Example #2: \"%s\" - English and French translation of some message"
5276
+ msgstr ""
5277
+
5278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
5279
+ msgid ""
5280
+ "Customization of email template, which is sending to Admin after new booking"
5281
+ msgstr ""
5282
+
5283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5284
+ msgid "New for Admin"
5285
+ msgstr ""
5286
+
5287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
5288
+ msgid ""
5289
+ "Customization of email template, which is sending to Visitor after new "
5290
+ "booking"
5291
+ msgstr ""
5292
+
5293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
5294
+ msgid "New for Visitor"
5295
+ msgstr ""
5296
+
5297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
5298
+ msgid ""
5299
+ "Customization of email template, which is sending to Visitor after approval "
5300
+ "of booking"
5301
+ msgstr ""
5302
+
5303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
5304
+ msgid ""
5305
+ "Customization of email template, which is sending to Visitor after "
5306
+ "Cancellation of booking"
5307
+ msgstr ""
5308
+
5309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
5310
+ msgid "Declined"
5311
+ msgstr ""
5312
+
5313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
5314
+ msgid ""
5315
+ "Customization of email template, which is sending after modification of "
5316
+ "booking"
5317
+ msgstr ""
5318
+
5319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
5320
+ msgid "Modified"
5321
+ msgstr ""
5322
+
5323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
5324
+ msgid ""
5325
+ "Customization of email template, which is sending to Visitor after payment "
5326
+ "request"
5327
+ msgstr ""
5328
+
5329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
5330
+ msgid "Payment request"
5331
+ msgstr ""
5332
+
5333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
5334
+ msgid "Standard Form Template"
5335
+ msgstr ""
5336
+
5337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
5338
+ msgid "2 Columns Form Template"
5339
+ msgstr ""
5340
+
5341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5342
+ msgid "Wizard Form Template(several steps)"
5343
+ msgstr ""
5344
+
5345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
5346
+ msgid "Payment Form Template"
5347
+ msgstr ""
5348
+
5349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
5350
+ msgid "Time Slots Form Template"
5351
+ msgstr ""
5352
+
5353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
5354
+ msgid "Time slots for different weekends Form Template"
5355
+ msgstr ""
5356
+
5357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
5358
+ msgid "Hints Form Template"
5359
+ msgstr ""
5360
+
5361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5362
+ msgid "Reset current Form"
5363
+ msgstr ""
5364
+
5365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5366
+ msgid "Reset Booking Form and Content of Booking Fields Form"
5367
+ msgstr ""
5368
+
5369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
5370
+ msgid "Both"
5371
+ msgstr ""
5372
+
5373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
5374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
5375
+ msgid "Please configure the form for content of booking fields data!"
5376
+ msgstr ""
5377
+
5378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
5380
+ msgid "Please configure the form fields!"
5381
+ msgstr ""
5382
+
5383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
5384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
5385
+ msgid "Customization of booking form fields"
5386
+ msgstr ""
5387
+
5388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5389
+ msgid ""
5390
+ "Customization of fields, which showing in the Booking Listing page for the "
5391
+ "specific booking"
5392
+ msgstr ""
5393
+
5394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
5395
+ msgid "Content of Booking Fields"
5396
+ msgstr ""
5397
+
5398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
5399
+ msgid "Default title of bookings"
5400
+ msgstr ""
5401
+
5402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
5403
+ #, php-format
5404
+ msgid ""
5405
+ "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5406
+ "page (You can use the shortcodes from the bottom form of Settings Fields "
5407
+ "page)."
5408
+ msgstr ""
5409
+
5410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
5411
+ msgid "Incorrect date format"
5412
+ msgstr ""
5413
+
5414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
5415
+ msgid "Booking Resource"
5416
+ msgstr ""
5417
+
5418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
5419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
5420
+ msgid "All bookings"
5421
+ msgstr "Všechny rezervace"
5422
+
5423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
5424
+ msgid "All incoming bookings"
5425
+ msgstr ""
5426
+
5427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5428
+ msgid "New reservations made today"
5429
+ msgstr ""
5430
+
5431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
5432
+ msgid "Reservations for today"
5433
+ msgstr ""
5434
+
5435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
5436
+ msgid "Add new booking resource"
5437
+ msgstr ""
5438
+
5439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
5440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
5441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
5442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
5443
+ msgid "Updated successfully"
5444
+ msgstr ""
5445
+
5446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
5447
+ msgid ""
5448
+ "Warning! The resource was not changed. Current dates are already booked "
5449
+ "there."
5450
+ msgstr ""
5451
+
5452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
5453
+ msgid "Email to \"Admin\" after a new booking"
5454
+ msgstr ""
5455
+
5456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
5457
+ msgid "To"
5458
+ msgstr ""
5459
+
5460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
5461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5462
+ #, php-format
5463
+ msgid "Type default %sadmin email%s for booking confirmation"
5464
+ msgstr "Defaultní %semail %s pro potvrzení rezervace"
5465
+
5466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
5467
+ #, php-format
5468
+ msgid ""
5469
+ "Type the default %sadmin email%s sending the booking confimation. You can "
5470
+ "use this %s shortcode."
5471
+ msgstr ""
5472
+
5473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5474
+ #, php-format
5475
+ msgid "Type your email %ssubject%s for the booking confimation message."
5476
+ msgstr ""
5477
+
5478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5479
+ #, php-format
5480
+ msgid "Type your %semail message content for checking booking%s in. "
5481
+ msgstr ""
5482
+
5483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5484
+ #, php-format
5485
+ msgid ""
5486
+ "For example: \"You have a new reservation %s on the following date(s): %s "
5487
+ "Contact information: %s You can approve or edit this booking at: %s Thank "
5488
+ "you, Reservation service.\""
5489
+ msgstr ""
5490
+
5491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
5496
+ msgid "here"
5497
+ msgstr ""
5498
+
5499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
5500
+ msgid "Email to \"Person\" after they make a new reservation"
5501
+ msgstr ""
5502
+
5503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
5504
+ #, php-format
5505
+ msgid "Type email subject for %svisitor after creating a new reservation%s."
5506
+ msgstr ""
5507
+
5508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
5509
+ #, php-format
5510
+ msgid "Use these %s shortcodes."
5511
+ msgstr ""
5512
+
5513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
5514
+ #, php-format
5515
+ msgid ""
5516
+ "Type your %semail message for visitor after creating a new reservation%s"
5517
+ msgstr ""
5518
+
5519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5520
+ #, php-format
5521
+ msgid ""
5522
+ "For example: \"Your reservation %s on these date(s): %s is processing now! "
5523
+ "We will send confirmation by email. %s You can edit the booking at this "
5524
+ "page: %s Thank you, Reservation service.\""
5525
+ msgstr ""
5526
+
5527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
5528
+ msgid "Email to \"Person\" after booking is approved"
5529
+ msgstr ""
5530
+
5531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
5532
+ #, php-format
5533
+ msgid "Type your email subject for the %sapproved booking%s."
5534
+ msgstr ""
5535
+
5536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
5537
+ #, php-format
5538
+ msgid "Type your %semail message for the approved booking%s from the website"
5539
+ msgstr ""
5540
+
5541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5542
+ #, php-format
5543
+ msgid ""
5544
+ "For example: \"Your reservation %s on these date(s): %s has been approved."
5545
+ "%s You can edit this booking on this page: %s . Thank you, Reservation "
5546
+ "service.\""
5547
+ msgstr ""
5548
+
5549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
5550
+ msgid "Email to \"Person\" after their booking has been denied"
5551
+ msgstr ""
5552
+
5553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3531
5554
+ #, php-format
5555
+ msgid "Type your email subject for the %sdenied booking%s."
5556
+ msgstr ""
5557
+
5558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3538
5559
+ #, php-format
5560
+ msgid "Type your %semail message for the denied booking%s from the website"
5561
+ msgstr ""
5562
+
5563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
5564
+ #, php-format
5565
+ msgid ""
5566
+ "For example: \"Your reservation %s on these date(s): %s has been canceled. "
5567
+ "Please contact us for more information. %s Thank you, Reservation service.\""
5568
+ msgstr ""
5569
+
5570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3563
5571
+ msgid "Email to \"Person\" after booking is modified"
5572
+ msgstr ""
5573
+
5574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
5575
+ #, php-format
5576
+ msgid "Type your email subject for the %smodified booking%s. "
5577
+ msgstr ""
5578
+
5579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
5580
+ #, php-format
5581
+ msgid "Type your %semail message for the modified booking%s from the website"
5582
+ msgstr ""
5583
+
5584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5585
+ #, php-format
5586
+ msgid ""
5587
+ "For example: \"The reservation %s on these date(s): %s has been modified. "
5588
+ "%s You can edit this booking on this page: %s . Thank you, Reservation "
5589
+ "service.\""
5590
+ msgstr ""
5591
+
5592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3721
5593
+ msgid "Form fields"
5594
+ msgstr "Formulářové pole"
5595
+
5596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3750
5597
+ #, php-format
5598
+ msgid ""
5599
+ "Content of booking fields data for email templates (%s-shortcode) and "
5600
+ "booking listing page"
5601
+ msgstr ""
5602
+
5603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3758
5604
+ #, php-format
5605
+ msgid "%s - inserting data from fields of booking form"
5606
+ msgstr ""
5607
+
5608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3759
5609
+ #, php-format
5610
+ msgid "%s - inserting new line"
5611
+ msgstr ""
5612
+
5613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
5614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
5615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
5616
+ msgid "First Name"
5617
+ msgstr "Jméno"
5618
+
5619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
5620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
5621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
5622
+ msgid "Last Name"
5623
+ msgstr "Příjmení"
5624
+
5625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
5626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3867
5627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
5628
+ msgid "Email"
5629
+ msgstr "E-mail"
5630
+
5631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
5632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
5633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
5634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
5635
+ msgid "Times"
5636
+ msgstr ""
5637
+
5638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
5639
+ msgid "Address"
5640
+ msgstr "Adresa"
5641
+
5642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
5643
+ msgid "City"
5644
+ msgstr "Město"
5645
+
5646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
5647
+ msgid "Post code"
5648
+ msgstr "PSČ"
5649
+
5650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4034
5651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2334
5652
+ msgid "New booking"
5653
+ msgstr "Nová rezervace"
5654
+
5655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4036
5656
+ #, php-format
5657
+ msgid ""
5658
+ "Your reservation %s for: %s is processing now! We will send confirmation by "
5659
+ "email. %sYou can edit this booking at this page: %s Thank you, %s"
5660
+ msgstr ""
5661
+
5662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
5663
+ msgid "The reservation has been modified"
5664
+ msgstr ""
5665
+
5666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4042
5667
+ #, php-format
5668
+ msgid ""
5669
+ "The reservation %s for: %s has been modified. %sYou can edit this booking on "
5670
+ "this page: %s Thank you, %s"
5671
+ msgstr ""
5672
+
5673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4104
5674
+ msgid "Sending request..."
5675
+ msgstr "Odeslání žádosti..."
5676
+
5677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4129
5678
+ msgid "Order number"
5679
+ msgstr ""
5680
+
5681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4132
5682
+ msgid "Register"
5683
+ msgstr ""
5684
+
5685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4134
5686
+ msgid ""
5687
+ "Please, enter your order number of purchasing this version, which you are "
5688
+ "received in email."
5689
+ msgstr ""
5690
+
5691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4138
5692
+ #, php-format
5693
+ msgid ""
5694
+ "If you will get any difficulties or have a questions, please contact by "
5695
+ "email %s"
5696
+ msgstr ""
5697
+
5698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:49
5699
+ msgid "Search availability"
5700
+ msgstr ""
5701
+
5702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:57
5703
+ msgid "Nothing found."
5704
+ msgstr ""
5705
+
5706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:61
5707
+ msgid "Search results."
5708
+ msgstr ""
5709
+
5710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:67
5711
+ msgid "Title of search widget"
5712
+ msgstr ""
5713
+
5714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:75
5715
+ msgid "Title of search results"
5716
+ msgstr ""
5717
+
5718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:80
5719
+ #, php-format
5720
+ msgid "Please type the %sTitle of search results%s."
5721
+ msgstr ""
5722
+
5723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:84
5724
+ msgid "Nothing found message"
5725
+ msgstr ""
5726
+
5727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:89
5728
+ #, php-format
5729
+ msgid "Please type the %smessage ,what is showing, when nothing found%s."
5730
+ msgstr ""
5731
+
5732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:93
5733
+ msgid "URL of Search Results"
5734
+ msgstr ""
5735
+
5736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:98
5737
+ #, php-format
5738
+ msgid ""
5739
+ "Please type the URL of the page %s(with %s shortcode in content)%s, where "
5740
+ "search results will show."
5741
+ msgstr ""
5742
+
5743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:78
5744
+ msgid "Dismiss"
5745
+ msgstr ""
5746
+
5747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:15
5748
+ msgid "Insert booking calendar"
5749
+ msgstr ""
5750
+
5751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
5752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:693
5753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
5754
+ msgid "Booking calendar"
5755
+ msgstr "Rezervační kalendář"
5756
+
5757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:122
5758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
5759
+ msgid "Ok"
5760
+ msgstr ""
5761
+
5762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:348
5763
+ msgid "Select booking resource"
5764
+ msgstr ""
5765
+
5766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
5767
+ msgid "Start month:"
5768
+ msgstr ""
5769
+
5770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:391
5771
+ msgid "Select start month of calendar"
5772
+ msgstr ""
5773
+
5774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:398
5775
+ msgid "Show in the page:"
5776
+ msgstr ""
5777
+
5778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:404
5779
+ msgid "Booking form with calendar"
5780
+ msgstr ""
5781
+
5782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:405
5783
+ msgid "Only availability calendar"
5784
+ msgstr ""
5785
+
5786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:406
5787
+ msgid "Only booking form"
5788
+ msgstr ""
5789
+
5790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:411
5791
+ msgid "for"
5792
+ msgstr ""
5793
+
5794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:414
5795
+ msgid "date"
5796
+ msgstr ""
5797
+
5798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:418
5799
+ msgid ""
5800
+ "Select to show the entire booking form or the availability calendar only."
5801
+ msgstr ""
5802
+
5803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:433
5804
+ msgid "Show advanced settings"
5805
+ msgstr "Rozbalit pokročilá nastavení"
5806
+
5807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:434
5808
+ msgid "Hide advanced settings"
5809
+ msgstr "Skrýt pokročilá nastavení"
5810
+
5811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:438
5812
+ #, php-format
5813
+ msgid ""
5814
+ "Setting advanced parameters of the calendar. %sLike width, height and "
5815
+ "structure %s"
5816
+ msgstr ""
5817
+
5818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:440
5819
+ #, php-format
5820
+ msgid ""
5821
+ "%s or minimum and fixed number of days selection for the specific day of "
5822
+ "week or season.%s"
5823
+ msgstr ""
5824
+
5825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:446
5826
+ #, php-format
5827
+ msgid ""
5828
+ "Please read more about the possible customizations of these %soptions%s "
5829
+ "%shere%s"
5830
+ msgstr ""
5831
+
5832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:447
5833
+ msgid "Options:"
5834
+ msgstr ""
5835
+
5836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:450
5837
+ msgid ""
5838
+ "Specify the full width of calendar, height of date cell and number of months "
5839
+ "in one row. "
5840
+ msgstr ""
5841
+
5842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:453
5843
+ msgid ""
5844
+ "Calendar have 2 months in a row, the cell height is 30px and calendar full "
5845
+ "width 568px (possible to use percentage for width: 100%)"
5846
+ msgstr ""
5847
+
5848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:454
5849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:462
5850
+ msgid "Code Example"
5851
+ msgstr ""
5852
+
5853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:458
5854
+ msgid ""
5855
+ "Specify that during certain seasons (or days of week), the specific minimum "
5856
+ "number of days must be booked. "
5857
+ msgstr ""
5858
+
5859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:461
5860
+ msgid ""
5861
+ "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 "
5862
+ "days – Saturday, etc…"
5863
+ msgstr ""
5864
+
5865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
5866
+ msgid "week"
5867
+ msgstr "týden"
5868
+
5869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
5870
+ msgid "weeks"
5871
+ msgstr "týdnů"
5872
+
5873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
5874
+ msgid "month"
5875
+ msgstr "měsíc"
5876
+
5877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
5878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
5879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
5880
+ msgid "months"
5881
+ msgstr "měsíců"
5882
+
5883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
5884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2202
5885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
5886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
5887
+ msgid "Year"
5888
+ msgstr "rok"
5889
+
5890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
5891
+ msgid "Current dates"
5892
+ msgstr "Aktuální termín"
5893
+
5894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
5895
+ msgid "Today"
5896
+ msgstr "Dnes"
5897
+
5898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
5899
+ msgid "Previous dates"
5900
+ msgstr "Předchozí termíny"
5901
+
5902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
5903
+ msgid "All dates"
5904
+ msgstr "Všechny termíny"
5905
+
5906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
5907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:423
5908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2060
5909
+ msgid "Next"
5910
+ msgstr "Příští"
5911
+
5912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
5913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:446
5914
+ msgid "Prior"
5915
+ msgstr "Starší"
5916
+
5917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
5918
+ msgid "Check In - Tomorrow"
5919
+ msgstr ""
5920
+
5921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
5922
+ msgid "Check Out - Tomorrow"
5923
+ msgstr ""
5924
+
5925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:504
5926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:566
5927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
5928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1470
5929
+ msgid "Apply"
5930
+ msgstr "Použít"
5931
+
5932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:604
5933
+ msgid "Start Date"
5934
+ msgstr ""
5935
+
5936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:645
5937
+ msgid "Booking Listing"
5938
+ msgstr ""
5939
+
5940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:649
5941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
5942
+ msgid "Calendar Overview"
5943
+ msgstr "Kalendář rezervací"
5944
+
5945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:658
5946
+ msgid "Booking Calendar - Overview"
5947
+ msgstr "Rezervační kalendář - Přehled"
5948
+
5949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
5950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:687
5951
+ msgid "Help"
5952
+ msgstr "Nápověda"
5953
+
5954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:685
5955
+ msgid "About Booking Calendar"
5956
+ msgstr ""
5957
+
5958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
5959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:469
5960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
5961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
5962
+ msgid "FAQ"
5963
+ msgstr ""
5964
+
5965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
5966
+ msgid "Technical Support"
5967
+ msgstr "Technická podpora"
5968
+
5969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
5970
+ msgid "Purchase"
5971
+ msgstr ""
5972
+
5973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:695
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1252
5976
+ msgid "Upgrade"
5977
+ msgstr ""
5978
+
5979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1371
5980
+ msgid "Filter"
5981
+ msgstr "Filtr"
5982
+
5983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1416
5984
+ msgid "Expand Advanced Filter"
5985
+ msgstr ""
5986
+
5987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
5988
+ msgid "Collapse Advanced Filter"
5989
+ msgstr ""
5990
+
5991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1434
5992
+ msgid ""
5993
+ "Send email notification to customer after approval, cancelation or deletion "
5994
+ "of bookings"
5995
+ msgstr ""
5996
+ "Poslat zákazníkovi e-mailem upozornění po schválení, zrušení nebo odstranění "
5997
+ "rezervace"
5998
+
5999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6000
+ msgid "Emails sending"
6001
+ msgstr "Poslat e-mail"
6002
+
6003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
6004
+ msgid "Booking ID"
6005
+ msgstr ""
6006
+
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
6008
+ msgid "Refresh booking listing"
6009
+ msgstr ""
6010
+
6011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6012
+ msgid "Reset filter to default values"
6013
+ msgstr ""
6014
+
6015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1512
6016
+ msgid "Any"
6017
+ msgstr "Vše"
6018
+
6019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
6020
+ msgid "New bookings"
6021
+ msgstr "Nové rezervace"
6022
+
6023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1543
6024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6025
+ msgid "Show"
6026
+ msgstr "Ukázat"
6027
+
6028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1555
6029
+ msgid "Creation"
6030
+ msgstr "Vytvořeno"
6031
+
6032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
6033
+ msgid "Order by"
6034
+ msgstr "Řadit podle"
6035
+
6036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1603
6037
+ msgid ""
6038
+ "Save filter settings as default template (Please, click Apply filter button, "
6039
+ "before saving!)"
6040
+ msgstr ""
6041
+
6042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1606
6043
+ msgid "Save as Default"
6044
+ msgstr ""
6045
+
6046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1611
6047
+ msgid "Delete your previously saved default filer template!"
6048
+ msgstr ""
6049
+
6050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1614
6051
+ msgid "Delete template"
6052
+ msgstr ""
6053
+
6054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1683
6055
+ msgid "Approve selected bookings"
6056
+ msgstr "Schválit vybranou rezervaci"
6057
+
6058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1687
6059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1986
6060
+ msgid "Approve"
6061
+ msgstr "Schválit"
6062
+
6063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1688
6064
+ msgid "Set selected bookings as pending"
6065
+ msgstr "Nastavit vybranou rezervaci jako ČEKAJÍCÍ"
6066
+
6067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1990
6069
+ msgid "Do you really want to set booking as pending ?"
6070
+ msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
6071
+
6072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1991
6074
+ msgid "Reject"
6075
+ msgstr "Odmítnout"
6076
+
6077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6078
+ msgid "Delete selected bookings"
6079
+ msgstr "Smazat vybranou rezervaci"
6080
+
6081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
6082
+ msgid "Do you really want to delete selected booking(s) ?"
6083
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
6084
+
6085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6087
+ msgid "Reason for cancellation here"
6088
+ msgstr "důvod zamítnutí"
6089
+
6090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6091
+ msgid "Mark as read all bookings"
6092
+ msgstr ""
6093
+
6094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1712
6095
+ msgid "Read All"
6096
+ msgstr "Označit vše jako přečtené"
6097
+
6098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6099
+ msgid "Mark as read selected bookings"
6100
+ msgstr ""
6101
+
6102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1717
6103
+ msgid "Read"
6104
+ msgstr "Označit jako přečtené"
6105
+
6106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1718
6107
+ msgid "Mark as Unread selected bookings"
6108
+ msgstr ""
6109
+
6110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1722
6111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6112
+ msgid "Unread"
6113
+ msgstr "Odznačit"
6114
+
6115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1763
6116
+ msgid "Booking Data"
6117
+ msgstr "Detaily o rezervaci"
6118
+
6119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1764
6120
+ msgid "Booking Dates"
6121
+ msgstr "Rezervace od-do"
6122
+
6123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1769
6124
+ msgid "Show ALL dates of booking"
6125
+ msgstr ""
6126
+
6127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1774
6128
+ msgid "Show only check in/out dates"
6129
+ msgstr ""
6130
+
6131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
6132
+ msgid "Nothing found!"
6133
+ msgstr "Nic nenalezeno!"
6134
+
6135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1815
6136
+ msgid "Resource not exist"
6137
+ msgstr ""
6138
+
6139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6140
+ msgid "Mark"
6141
+ msgstr ""
6142
+
6143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1995
6144
+ msgid "Do you really want to delete this booking ?"
6145
+ msgstr ""
6146
+
6147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2042
6148
+ msgid "Prev"
6149
+ msgstr ""
6150
+
6151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2191
6152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2223
6153
+ msgid "Show month"
6154
+ msgstr "Ukázat měsíc"
6155
+
6156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2194
6157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2226
6158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6160
+ msgid "Month"
6161
+ msgstr "měsíc"
6162
+
6163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2195
6164
+ msgid "Show 3 months"
6165
+ msgstr "Ukázat 3 měsíce"
6166
+
6167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2198
6168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6170
+ msgid "3 Months"
6171
+ msgstr "3 měsíce"
6172
+
6173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2199
6174
+ msgid "Show year"
6175
+ msgstr "Ukázat rok"
6176
+
6177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
6179
+ msgid "Calendar view mode"
6180
+ msgstr "Režim zobrazení kalendáře"
6181
+
6182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6183
+ msgid "Show day"
6184
+ msgstr "Ukázat den"
6185
+
6186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
6187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6188
+ msgid "Day"
6189
+ msgstr "Den"
6190
+
6191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2219
6192
+ msgid "Show week"
6193
+ msgstr "Ukázat týden"
6194
+
6195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
6196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6197
+ msgid "Week"
6198
+ msgstr "Týden"
6199
+
6200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2227
6201
+ msgid "Show 2 months"
6202
+ msgstr "Ukázat 2 měsíce"
6203
+
6204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2230
6205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6206
+ msgid "2 Months"
6207
+ msgstr "2 měsíce"
6208
+
6209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6212
+ msgid "Previous 4 weeks"
6213
+ msgstr "Předchozí 4 týdny"
6214
+
6215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6218
+ msgid "Previous week"
6219
+ msgstr "Předchozí týden"
6220
+
6221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6224
+ msgid "Current week"
6225
+ msgstr "Aktuální týden"
6226
+
6227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2271
6228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2332
6230
+ msgid "Next week"
6231
+ msgstr "Příští týden"
6232
+
6233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2272
6234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2286
6235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2333
6236
+ msgid "Next 4 weeks"
6237
+ msgstr "Příští 4 týdny"
6238
+
6239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6242
+ msgid "Previous 3 months"
6243
+ msgstr "Předchozí 3 měsíce"
6244
+
6245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6248
+ msgid "Previous month"
6249
+ msgstr "Předchozí měsíc"
6250
+
6251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6254
+ msgid "Current month"
6255
+ msgstr "Aktuální měsíc"
6256
+
6257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2349
6259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2364
6260
+ msgid "Next month"
6261
+ msgstr "Příští měsíc"
6262
+
6263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2300
6264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2350
6265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2365
6266
+ msgid "Next 3 months"
6267
+ msgstr "Příští 3 měsíce"
6268
+
6269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6270
+ msgid "Previous 7 days"
6271
+ msgstr "Předchozích 7 dní"
6272
+
6273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6274
+ msgid "Previous day"
6275
+ msgstr "Předchozí den"
6276
+
6277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6278
+ msgid "Current day"
6279
+ msgstr "Aktuální den"
6280
+
6281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2317
6282
+ msgid "Next day"
6283
+ msgstr "Příští den"
6284
+
6285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2318
6286
+ msgid "Next 7 days"
6287
+ msgstr "Příštích 7 dní"
6288
+
6289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2389
6290
+ msgid "Calendar Navigation"
6291
+ msgstr "Calendář - navigace"
6292
+
6293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6298
+ msgid "M"
6299
+ msgstr ""
6300
+
6301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6306
+ msgid "W"
6307
+ msgstr ""
6308
+
6309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6314
+ msgid "F"
6315
+ msgstr ""
6316
+
6317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6323
+ msgid "Mon"
6324
+ msgstr ""
6325
+
6326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6332
+ msgid "Tue"
6333
+ msgstr ""
6334
+
6335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6341
+ msgid "Wed"
6342
+ msgstr ""
6343
+
6344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6350
+ msgid "Thu"
6351
+ msgstr ""
6352
+
6353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6359
+ msgid "Fri"
6360
+ msgstr ""
6361
+
6362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6368
+ msgid "Sat"
6369
+ msgstr ""
6370
+
6371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
6377
+ msgid "Sun"
6378
+ msgstr ""
6379
+
6380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6382
+ msgid "T"
6383
+ msgstr ""
6384
+
6385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6387
+ msgid "S"
6388
+ msgstr ""
6389
+
6390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:38
6391
+ #, php-format
6392
+ msgid ""
6393
+ "%sError!%s Request do not pass security check! Please refresh the page and "
6394
+ "try one more time."
6395
+ msgstr ""
6396
+
6397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6398
+ msgid "Set as Read"
6399
+ msgstr "Nastaveno jako přečtené"
6400
+
6401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6402
+ msgid "Set as Unread"
6403
+ msgstr "Nastaveno jako nepřečtené"
6404
+
6405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6406
+ msgid "Set as Approved"
6407
+ msgstr "Nastaveno jako schválené"
6408
+
6409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6410
+ msgid "Set as Pending"
6411
+ msgstr "Nastaveno jako čekající"
6412
+
6413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6414
+ msgid "Reason of cancellation here"
6415
+ msgstr ""
6416
+
6417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:373
6418
+ msgid "The code you entered is incorrect"
6419
+ msgstr ""
6420
+
6421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:171
6422
+ msgid "Booking Calendar"
6423
+ msgstr "Rezervační kalendář"
6424
+
6425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:371
6426
+ msgid "Statistic"
6427
+ msgstr "Statistiky"
6428
+
6429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
6430
+ msgid "New (unverified) booking(s)"
6431
+ msgstr "Nové (neověřené) rezervace"
6432
+
6433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
6434
+ msgid "Pending booking(s)"
6435
+ msgstr "Čeká na rezervaci"
6436
+
6437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:385
6438
+ msgid "Agenda"
6439
+ msgstr "K vyřízení"
6440
+
6441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:389
6442
+ msgid "New booking(s) made today"
6443
+ msgstr "Nová rezervace (dnes)"
6444
+
6445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:393
6446
+ msgid "Bookings for today"
6447
+ msgstr "Rezervace za dnešek"
6448
+
6449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6450
+ msgid "Upgrade to higher versions"
6451
+ msgstr "Upgrade na vyšší verzi"
6452
+
6453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6454
+ msgid "Commercial versions"
6455
+ msgstr "Komerční verze"
6456
+
6457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:419
6458
+ msgid "Upgrade now"
6459
+ msgstr ""
6460
+
6461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
6462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
6463
+ msgid "Buy now"
6464
+ msgstr ""
6465
+
6466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
6467
+ msgid "Test online Demo of each version"
6468
+ msgstr ""
6469
+
6470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:439
6471
+ msgid "Current version"
6472
+ msgstr "Aktuální verze pluginu"
6473
+
6474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
6475
+ msgid "Version"
6476
+ msgstr "Verze"
6477
+
6478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
6479
+ msgid "Type"
6480
+ msgstr ""
6481
+
6482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:451
6483
+ msgid "Used for"
6484
+ msgstr ""
6485
+
6486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
6487
+ msgid "Release date"
6488
+ msgstr "Datum vydání"
6489
+
6490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
6491
+ msgid "Support"
6492
+ msgstr "Podpora"
6493
+
6494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:466
6495
+ msgid "Contact email"
6496
+ msgstr "Kontaktní e-mail"
6497
+
6498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:472
6499
+ msgid "Have a question"
6500
+ msgstr "Máte dotaz"
6501
+
6502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:475
6503
+ msgid "Rate this plugin (thanks:)"
6504
+ msgstr "Ohodnoťte tento plugin"
6505
+
6506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:480
6507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:484
6508
+ msgid "Explore Premium Features"
6509
+ msgstr "Prozkoumat Prémiovou verzi"
6510
+
6511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:546
6512
+ msgid "Warning !!!"
6513
+ msgstr "Varování !!!"
6514
+
6515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:547
6516
+ msgid "All booking data will be deleted when the plugin is deactivated."
6517
+ msgstr "Deaktivujete-li plugin, budou všechny rezervační údaje vymazány."
6518
+
6519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:548
6520
+ #, php-format
6521
+ msgid ""
6522
+ "If you want to save your booking data, please uncheck the %s\"Delete booking "
6523
+ "data\"%s at the"
6524
+ msgstr ""
6525
+ "Chcete-li uložit vaše data, zrušte zaškrtnutí %s\"Smazat rezervační údaje"
6526
+ "\"%s na"
6527
+
6528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:549
6529
+ msgid "settings page"
6530
+ msgstr ""
6531
+
6532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:648
6533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
6534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1805
6535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
6536
+ msgid "Settings"
6537
+ msgstr "Nastavení"
6538
+
6539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
6540
+ msgid "Booking"
6541
+ msgstr "Rezervace"
6542
+
6543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
6544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:745
6545
+ msgid "Booking settings customization"
6546
+ msgstr ""
6547
+
6548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:727
6549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1773
6550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
6551
+ msgid "Bookings"
6552
+ msgstr "Rezervace"
6553
+
6554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:733
6555
+ msgid "Bookings listing"
6556
+ msgstr ""
6557
+
6558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1100
6559
+ msgid "Send email notification to customer about this operation"
6560
+ msgstr "Poslat zákazníkovi o této operaci upozornění"
6561
+
6562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1176
6563
+ msgid "General"
6564
+ msgstr "Základní"
6565
+
6566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1186
6567
+ msgid "Fields"
6568
+ msgstr "Formulářová pole"
6569
+
6570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
6571
+ msgid "Emails"
6572
+ msgstr ""
6573
+
6574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1198
6575
+ msgid "Customization of email templates"
6576
+ msgstr ""
6577
+
6578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
6579
+ msgid "Payments"
6580
+ msgstr ""
6581
+
6582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1207
6583
+ msgid "Integration of payment systems"
6584
+ msgstr ""
6585
+
6586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1220
6587
+ msgid "Customization of search form"
6588
+ msgstr ""
6589
+
6590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
6591
+ msgid "Manage users"
6592
+ msgstr ""
6593
+
6594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
6595
+ msgid "Upgrade to higher versions."
6596
+ msgstr ""
6597
+
6598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1267
6599
+ msgid "Features"
6600
+ msgstr ""
6601
+
6602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
6603
+ msgid "Live Demos"
6604
+ msgstr ""
6605
+
6606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1269
6607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
6608
+ msgid "Contact"
6609
+ msgstr ""
6610
+
6611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
6612
+ msgid "Buy"
6613
+ msgstr ""
6614
+
6615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1430
6616
+ msgid "This field is required"
6617
+ msgstr "Povinná položka"
6618
+
6619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1431
6620
+ msgid "This checkbox must be checked"
6621
+ msgstr "Pole musí být zaškrtnuto"
6622
+
6623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1432
6624
+ msgid "Incorrect email field"
6625
+ msgstr "Špatný formát e-mailu"
6626
+
6627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1433
6628
+ msgid "Please, select booking date(s) at Calendar."
6629
+ msgstr "Zadejte prosím v kalendáři svou rezervaci."
6630
+
6631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1717
6632
+ msgid "Calendar is loading..."
6633
+ msgstr "Nahrává se kalendář..."
6634
+
6635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1858
6636
+ msgid ""
6637
+ "Booking resource type is not defined. Its can be, when at the URL is wrong "
6638
+ "booking hash."
6639
+ msgstr ""
6640
+
6641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1987
6642
+ #, php-format
6643
+ msgid ""
6644
+ "%sWarning! Booking calendar for this booking resource are already at the "
6645
+ "page, please check more about this issue at %sthis page%s"
6646
+ msgstr ""
6647
+
6648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2075
6649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:444
6650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
6651
+ msgid "You need to use special shortcode [bookingedit] for booking editing."
6652
+ msgstr ""
6653
+
6654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2166
6655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
6656
+ msgid "Wrong booking hash in URL. Probably hash is expired."
6657
+ msgstr ""
6658
+
6659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
6660
+ msgid "You do not set any parameters for booking editing"
6661
+ msgstr ""
6662
+
6663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2264
6664
+ #, php-format
6665
+ msgid ""
6666
+ "Thank you for your online booking. %s We will send confirmation of your "
6667
+ "booking as soon as possible."
6668
+ msgstr ""
6669
+ "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
6670
+
6671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2335
6672
+ #, php-format
6673
+ msgid ""
6674
+ "You need to approve a new booking %s for: %s Person detail information:%s "
6675
+ "Currently a new booking is waiting for approval. Please visit the moderation "
6676
+ "panel%sThank you, %s"
6677
+ msgstr ""
6678
+ "Je třeba schválit novou rezervaci %s na: %s Nový objednávající:%s Nová "
6679
+ "rezervace čeká na schválení. Potvrdit nebo zamítnout ji můžete%s %s"
6680
+
6681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2338
6682
+ msgid "Your booking has been approved"
6683
+ msgstr "Vaše rezervace byla potvrzena"
6684
+
6685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2340
6686
+ #, php-format
6687
+ msgid ""
6688
+ "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
6689
+ "this page: %s Thank you, %s"
6690
+ msgstr ""
6691
+
6692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
6693
+ #, php-format
6694
+ msgid "Your booking %s for: %s has been approved.%sThank you, %s"
6695
+ msgstr "Vaše rezervace %s na %s byla potvrzena.%s Děkujeme, %s"
6696
+
6697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
6698
+ msgid "Your booking has been declined"
6699
+ msgstr "Vaše rezervace byla zamítnuta"
6700
+
6701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2345
6702
+ #, php-format
6703
+ msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
6704
+ msgstr "Vaše rezervace %s na %s byla odmítnuta.%s Děkujeme, %s"
6705
+
6706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2353
6707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
6708
+ msgid "Booking form"
6709
+ msgstr ""
6710
+
6711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2364
6712
+ msgid "Available"
6713
+ msgstr ""
6714
+
6715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
6716
+ msgid "Booked"
6717
+ msgstr ""
6718
+
6719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2371
6720
+ msgid "Partially booked"
6721
+ msgstr ""
6722
+
6723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3085
6724
+ msgid "Technical support section"
6725
+ msgstr "Technická část podpory"
6726
+
6727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3089
6728
+ msgid "Reindex booking data"
6729
+ msgstr "Reindexace rezervačních údajů"
6730
+
6731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3091
6732
+ msgid "Reindex"
6733
+ msgstr ""
6734
+
6735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3097
6736
+ msgid ""
6737
+ " Click, if you want to reindex booking data by booking dates sort field "
6738
+ "(Your installation/update of the plugin must be successful)."
6739
+ msgstr ""
6740
+ "Klepněte na tlačítko, chcete-li Reindexovat rezervační údaje (instalace/"
6741
+ "aktualizace pluginu musí být úspěšná)."
6742
+
6743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3142
6744
+ #, php-format
6745
+ msgid "%s Found %s not indexed bookings %s"
6746
+ msgstr ""
6747
+
6748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3157
6749
+ #, php-format
6750
+ msgid "%s Finish getting sort dates. %s"
6751
+ msgstr ""
6752
+
6753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3166
6754
+ #, php-format
6755
+ msgid "Updated booking: %s"
6756
+ msgstr ""
6757
+
6758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:299
6759
+ msgid "no"
6760
+ msgstr ""
6761
+
6762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1906
6763
+ msgid "Warning!!! Some error is occur. "
6764
+ msgstr ""
6765
+
6766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1910
6767
+ msgid ""
6768
+ "Please contact by email (with info about order number and used site) for "
6769
+ "finishing the registrations"
6770
+ msgstr ""
6771
+
6772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1966
6773
+ msgid "version"
6774
+ msgstr ""
6775
+
6776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1968
6777
+ #, php-format
6778
+ msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
6779
+ msgstr ""
6780
+
6781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
6782
+ msgid "Booking resource"
6783
+ msgstr ""
6784
+
6785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
6786
+ msgid "Visible months"
6787
+ msgstr ""
6788
+
6789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:135
6790
+ msgid "Footer"
6791
+ msgstr ""
6792
+
6793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:140
6794
+ #, php-format
6795
+ msgid "Example: %sMake booking here%s"
6796
+ msgstr ""
6797
+
6798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:144
6799
+ #, php-format
6800
+ msgid ""
6801
+ "%sImportant!!!%s Please note, if you show booking calendar (inserted into "
6802
+ "post/page) with widget at the same page, then the last will not be visible."
6803
+ msgstr ""
6804
+
6805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:148
6806
+ #, php-format
6807
+ msgid "%sSeveral widgets are supported at %spaid versions%s."
6808
+ msgstr ""
6809
+
6810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:258
6811
+ msgid "Main"
6812
+ msgstr "Hlavní"
6813
+
6814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:265
6815
+ msgid "Admin email"
6816
+ msgstr "E-mail/y administrátora"
6817
+
6818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:277
6819
+ msgid "Show / hide hints"
6820
+ msgstr "Ukázat/skrýt nápovědu"
6821
+
6822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:283
6823
+ msgid "Check this box if you want to show help hints on the admin panel."
6824
+ msgstr ""
6825
+ "Zaškrtněte toto políčko, pokud chcete zobrazovat nápovědy v tomto panelu."
6826
+
6827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:296
6828
+ msgid "Show advanced settings of JavaScript loading"
6829
+ msgstr ""
6830
+
6831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:297
6832
+ msgid "Hide advanced settings of JavaScript loading"
6833
+ msgstr ""
6834
+
6835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:307
6836
+ msgid "Disable Bootstrap loading on Front-End"
6837
+ msgstr ""
6838
+
6839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
6840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
6841
+ msgid ""
6842
+ "You are need to be sure what you are doing. You are disable of loading some "
6843
+ "JavaScripts Do you really want to do this?"
6844
+ msgstr ""
6845
+
6846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:315
6847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:330
6848
+ msgid ""
6849
+ " If your theme or some other plugin is load the BootStrap JavaScripts, you "
6850
+ "can disable loading of this script by this plugin."
6851
+ msgstr ""
6852
+
6853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:322
6854
+ msgid "Disable Bootstrap loading on Back-End"
6855
+ msgstr ""
6856
+
6857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
6858
+ msgid "Show settings of powered by notice"
6859
+ msgstr ""
6860
+
6861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:349
6862
+ msgid "Hide settings of powered by notice"
6863
+ msgstr ""
6864
+
6865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:357
6866
+ msgid "Powered by notice"
6867
+ msgstr ""
6868
+
6869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:362
6870
+ msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
6871
+ msgstr ""
6872
+
6873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:372
6874
+ msgid "Copyright notice"
6875
+ msgstr ""
6876
+
6877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:378
6878
+ msgid " Turn On/Off version notice at footer of booking admin panel."
6879
+ msgstr ""
6880
+
6881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:399
6882
+ msgid "Calendar Skin"
6883
+ msgstr "Vzhled kalendáře"
6884
+
6885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
6886
+ msgid "Select the skin of the booking calendar"
6887
+ msgstr "Vyberte vzhled kalendáře"
6888
+
6889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:415
6890
+ msgid "Number of months"
6891
+ msgstr "Počet měsíců"
6892
+
6893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:420
6894
+ msgid "month(s)"
6895
+ msgstr "měsíc(ů)"
6896
+
6897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:425
6898
+ msgid "year(s)"
6899
+ msgstr "rok(ů)"
6900
+
6901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:428
6902
+ msgid "Select the maximum number of months to show (scroll)"
6903
+ msgstr "Zobrazí počet měsíců / roků v přehledu"
6904
+
6905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:433
6906
+ msgid "Start Day of the week"
6907
+ msgstr "První den v týdnu"
6908
+
6909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:444
6910
+ msgid "Select your start day of the week"
6911
+ msgstr "Vyberte první pracovní den vašeho týdne"
6912
+
6913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
6914
+ msgid "Unavailable days from today"
6915
+ msgstr "Nedostupné dny ode dneška"
6916
+
6917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:458
6918
+ msgid "Select number of unavailable days in calendar start from today."
6919
+ msgstr "Počet nedostupných dnů v kalendáři ode dneška."
6920
+
6921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:464
6922
+ msgid "Unavailable week days"
6923
+ msgstr "Nedostupné dny v týdnu"
6924
+
6925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:494
6926
+ msgid ""
6927
+ "Check unavailable days in calendars. This option will overwrite all other "
6928
+ "settings."
6929
+ msgstr ""
6930
+ "Zaškrtněte nedostupné dny v kalendáři. Tato volba přepíše všechna ostatní "
6931
+ "nastavení."
6932
+
6933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:501
6934
+ msgid "Type of days selection in calendar"
6935
+ msgstr "Možnost rezervace po dnech"
6936
+
6937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:517
6938
+ msgid "Single day"
6939
+ msgstr "Vybrat pouze jeden den"
6940
+
6941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:527
6942
+ msgid "Multiple days"
6943
+ msgstr "Možnost vybírat více dnů"
6944
+
6945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:538
6946
+ msgid "Range days"
6947
+ msgstr "Rozsah dnů"
6948
+
6949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:563
6950
+ msgid "Form"
6951
+ msgstr "Formulář"
6952
+
6953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:578
6954
+ msgid "Check the box to activate CAPTCHA inside the booking form."
6955
+ msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
6956
+
6957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:585
6958
+ msgid "Auto-fill fields"
6959
+ msgstr "Automatické vyplňování"
6960
+
6961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:588
6962
+ msgid "Check the box to activate auto-fill form fields for logged in users."
6963
+ msgstr ""
6964
+ "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
6965
+ "přihlášené uživatele."
6966
+
6967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:595
6968
+ msgid "Use CSS BootStrap"
6969
+ msgstr "Používejte CSS BootStrap"
6970
+
6971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:600
6972
+ msgid "Using BootStrap CSS for the form fields"
6973
+ msgstr ""
6974
+
6975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
6976
+ msgid ""
6977
+ "You must not deactivate loading BootStrap files at main section of these "
6978
+ "settings!"
6979
+ msgstr ""
6980
+ "Nesmíte deaktivovat načítání Bootstrap souborů v hlavní části těchto "
6981
+ "nastavení!"
6982
+
6983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:620
6984
+ msgid "Action after booking is done"
6985
+ msgstr "Akce po zarezervování"
6986
+
6987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:628
6988
+ msgid "Show \"Thank You\" message"
6989
+ msgstr "Zobrazit zprávu"
6990
+
6991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
6992
+ msgid "Redirect visitor to a new \"Thank You\" page"
6993
+ msgstr "Přesměrovat návštěvníka na novou stránku"
6994
+
6995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
6996
+ msgid "This action will have no effect, if the payment form(s) is active!"
6997
+ msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
6998
+
6999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:648
7000
+ msgid "Message title"
7001
+ msgstr "Zobrazit zprávu"
7002
+
7003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:651
7004
+ #, php-format
7005
+ msgid "Type title of message %safter booking has done by user%s"
7006
+ msgstr "Vložte text zprávy %spo úspěšném zarezervování uživatele%s"
7007
+
7008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:656
7009
+ msgid "Time of message showing"
7010
+ msgstr "Doba zobrazení zprávy"
7011
+
7012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:659
7013
+ msgid "Set duration of time (milliseconds) to show this message"
7014
+ msgstr "Nastavte délku času zobrazení v milisekundách"
7015
+
7016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:666
7017
+ msgid "URL of \"thank you\" page"
7018
+ msgstr "Adresa stránky"
7019
+
7020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7021
+ #, php-format
7022
+ msgid "Type URL of %s\"Thank You\" page%s"
7023
+ msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
7024
+
7025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
7026
+ msgid "Listing of bookings"
7027
+ msgstr "Seznam rezervací"
7028
+
7029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:689
7030
+ msgid "Default booking admin page"
7031
+ msgstr "Výchozí režim zobrazení"
7032
+
7033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:692
7034
+ msgid "Bookings Listing"
7035
+ msgstr "Seznam rezervací"
7036
+
7037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
7038
+ msgid "Select your default view mode of bookings at the booking listing page"
7039
+ msgstr "Vyberte výchozí režim zobrazení pro rezervace na stránce rezervací"
7040
+
7041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:710
7042
+ msgid "Default calendar view mode"
7043
+ msgstr "Výchozí režim zobrazení kalendáře"
7044
+
7045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:762
7046
+ msgid ""
7047
+ "Select your default calendar view mode at booking calendar overview page"
7048
+ msgstr "Vyberte výchozí režim zobrazení kalendáře"
7049
+
7050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:772
7051
+ msgid "Default toolbar tab"
7052
+ msgstr "Výchozí režim zobrazení karty"
7053
+
7054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:774
7055
+ msgid "Filter tab"
7056
+ msgstr "filtry"
7057
+
7058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:775
7059
+ msgid "Actions tab"
7060
+ msgstr "akce"
7061
+
7062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:782
7063
+ msgid "Select your default opened tab in toolbar at booking listing page"
7064
+ msgstr "Vyberte výchozí nastavení otevření karty"
7065
+
7066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:787
7067
+ msgid "Bookings number per page"
7068
+ msgstr "Počet rezervací na stránce"
7069
+
7070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:796
7071
+ msgid "Select number of bookings per page in booking listing"
7072
+ msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
7073
+
7074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:802
7075
+ msgid "Bookings default order"
7076
+ msgstr "Výchozí řazení rezervací"
7077
+
7078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
7079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
7080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
7081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
7082
+ msgid "ASC"
7083
+ msgstr "vzestupně"
7084
+
7085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
7086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
7087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
7088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
7089
+ msgid "DESC"
7090
+ msgstr "sestupně"
7091
+
7092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:831
7093
+ msgid "Select your default order of bookings in the booking listing"
7094
+ msgstr "Vyberte jak se budou rezervace řadit"
7095
+
7096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
7097
+ msgid "Date Format"
7098
+ msgstr "Formát data"
7099
+
7100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:842
7101
+ msgid "F j, Y"
7102
+ msgstr ""
7103
+
7104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:864
7105
+ #, php-format
7106
+ msgid ""
7107
+ "Type your date format for emails and the booking table. %sDocumentation on "
7108
+ "date formatting%s"
7109
+ msgstr ""
7110
+ "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
7111
+ "na formátování%s"
7112
+
7113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:872
7114
+ msgid "Dates view"
7115
+ msgstr "Zobrazení dní"
7116
+
7117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:875
7118
+ msgid "Short days view"
7119
+ msgstr "Krátké názvy dnů"
7120
+
7121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:876
7122
+ msgid "Wide days view"
7123
+ msgstr "Celé názvy dnů"
7124
+
7125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:878
7126
+ msgid "Select the default view for dates on the booking tables"
7127
+ msgstr "Vyberte výchozí zobrazování dnů"
7128
+
7129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:903
7130
+ msgid "Information"
7131
+ msgstr "Informace"
7132
+
7133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
7134
+ msgid "Recommended WordPress Plugins"
7135
+ msgstr ""
7136
+
7137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
7138
+ msgid "Booking Manager - show all old bookings"
7139
+ msgstr ""
7140
+
7141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:919
7142
+ #, php-format
7143
+ msgid ""
7144
+ "This wordpress plugin is %sshow all approved and pending bookings from past"
7145
+ "%s. Show how many each customer is made bookings. Paid versions support "
7146
+ "%sexport to CSV, print layout, advanced filter%s. "
7147
+ msgstr ""
7148
+
7149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:933
7150
+ msgid "User permissions for plugin menu pages"
7151
+ msgstr "Nastavení oprávnění k editaci pluginu"
7152
+
7153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:993
7154
+ msgid "Select user access level for the menu pages of plugin"
7155
+ msgstr "Zvolte úroveň přístupu uživatelů k menu pluginu"
7156
+
7157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1003
7158
+ msgid "Uninstall / deactivation"
7159
+ msgstr "Odinstalovat / deaktivovat"
7160
+
7161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1007
7162
+ msgid "Delete booking data, when plugin deactivated"
7163
+ msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
7164
+
7165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
7166
+ msgid ""
7167
+ "If you check this option, all booking data will be deleted when you "
7168
+ "uninstall this plugin. Do you really want to do this?"
7169
+ msgstr ""
7170
+ "Pokud zaškrtnete tuto volbu, budou při odinstalaci pluginu všechny "
7171
+ "rezervační údaje smazány. Opravdu to chcete udělat?"
7172
+
7173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1014
7174
+ msgid ""
7175
+ "Check this box to delete all booking data when you uninstal this plugin."
7176
+ msgstr ""
7177
+ "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
7178
+ "pluginu odstraněny."
7179
+
7180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1149
7181
+ msgid "Show legend below calendar"
7182
+ msgstr "Zobrazit legendu pod kalendářem"
7183
+
7184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1157
7185
+ msgid "Check this box to display a legend of dates below the booking calendar."
7186
+ msgstr "Zaškrtnutím tohoto políčka zobrazíte legendu rezervací pod kalendáře."
7187
+
7188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1167
7189
+ msgid "Available item"
7190
+ msgstr "Volné dny"
7191
+
7192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1173
7193
+ #, php-format
7194
+ msgid "Activate and type your %stitle of available%s item in legend"
7195
+ msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
7196
+
7197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1179
7198
+ msgid "Pending item"
7199
+ msgstr "Čekající na potvrzení"
7200
+
7201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1185
7202
+ #, php-format
7203
+ msgid "Activate and type your %stitle of pending%s item in legend"
7204
+ msgstr "Aktivujte a pojmenujte %snázev nepotvrzených%s dnů"
7205
+
7206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1191
7207
+ msgid "Approved item"
7208
+ msgstr "Schválené dny"
7209
+
7210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1197
7211
+ #, php-format
7212
+ msgid "Activate and type your %stitle of approved%s item in legend"
7213
+ msgstr "Aktivujte a pojmenujte %snázev schválených%s dnů"
7214
+
7215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1203
7216
+ msgid "Partially booked item"
7217
+ msgstr ""
7218
+
7219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1209
7220
+ #, php-format
7221
+ msgid "Activate and type your %stitle of partially booked%s item in legend"
7222
+ msgstr ""
7223
+
7224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
7225
+ msgid ""
7226
+ "Partially booked item - day, which is booked for the specific time-slot(s)."
7227
+ msgstr ""
7228
+
7229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1234
7230
+ msgid "Form fields labels"
7231
+ msgstr "Popisky formulářových polí"
7232
+
7233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1256
7234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1299
7235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1387
7236
+ msgid "Field Label"
7237
+ msgstr "Formulářové pole"
7238
+
7239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1273
7240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1316
7241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1361
7242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1404
7243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1447
7244
+ msgid "Required"
7245
+ msgstr "Vyžadováno"
7246
+
7247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1276
7248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1319
7249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1407
7250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1450
7251
+ msgid "Activate or deactivate field and change the label title"
7252
+ msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
7253
+
7254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1344
7255
+ msgid "Email Label"
7256
+ msgstr "Pole pro E-mail"
7257
+
7258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1364
7259
+ msgid ""
7260
+ "Change the label title of this field. Email is obligatory field in booking "
7261
+ "form."
7262
+ msgstr "Změnit název popisku. E-mail je povinnou položkou."
7263
+
7264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1430
7265
+ msgid "Textarea Label"
7266
+ msgstr "Pole pro Zprávu"
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-02-26 16:42+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
@@ -17,137 +17,137 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
18
  "\\.\n"
19
 
20
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
21
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
22
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:423
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:427
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:544
25
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
26
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
27
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1462
28
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1519
29
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1522
30
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
31
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
32
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
33
  msgid "Dates"
34
  msgstr "Datoer"
35
 
36
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
37
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:243
38
  msgid "Full cost of the booking"
39
  msgstr "Fuld omkostning af reserveringen"
40
 
41
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
42
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
43
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
44
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
45
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
46
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
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:246
52
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
53
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
54
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
55
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
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:247
61
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
62
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
63
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
64
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
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:248
70
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
71
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
73
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
74
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
75
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
76
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3874
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3900
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:249
84
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
85
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
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:250
91
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
92
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
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:251
98
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
99
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
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:252
105
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
107
  msgid "Country (required)"
108
  msgstr "Land (skal udfyldes)"
109
 
110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
111
  msgid "Visitors"
112
  msgstr "Gæster"
113
 
114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
116
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
 
119
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3907
123
  msgid "Details"
124
  msgstr "Detaljer"
125
 
126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
127
  msgid "Coupon"
128
  msgstr "Kupon"
129
 
130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:255
132
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3825
134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
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:257
141
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2776
143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3827
144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1823
147
  msgid "Send"
148
  msgstr "Send"
149
 
150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:144
151
  msgid ""
152
  "Try selecting fewer visitors. The number of visitors may be more than the "
153
  "number of available units on selected day(s)!"
@@ -155,39 +155,39 @@ msgstr ""
155
  "Prøv at vælge færre gæster. Antallet af gæster kan være flere end antallet "
156
  "af disponible enheder på valgt dag(e)!"
157
 
158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:339
159
  msgid "coupon"
160
  msgstr "kupon"
161
 
162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:341
163
  msgid "discount"
164
  msgstr "rabat"
165
 
166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
167
  msgid "Nothing found"
168
  msgstr "Ingenting fundet"
169
 
170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:702
171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
172
  msgid "Search results"
173
  msgstr "Søgeresultater"
174
 
175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:819
176
  msgid "Book now"
177
  msgstr "Book nu"
178
 
179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:907
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:1096
184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1110
185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:155
186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1224
187
  msgid "Search"
188
  msgstr "Søg"
189
 
190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1970
191
  #, php-format
192
  msgid ""
193
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -198,23 +198,23 @@ 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:2491
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:2531
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:2763
211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2942
212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3620
216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4379
218
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
220
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
@@ -223,15 +223,15 @@ msgstr "Maksimale disponible reserveringsressourcepunkter"
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
225
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3302
228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3369
229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3429
230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3502
231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3579
232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3737
233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3766
234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3107
235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
236
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
237
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
@@ -244,139 +244,137 @@ msgstr "Maksimale disponible reserveringsressourcepunkter"
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:2764
248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
249
  msgid "Booking resources management"
250
  msgstr "Reserveringsressourcerhåndtering"
251
 
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2769
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3475
254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3515
255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4177
257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4639
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:422
261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:426
262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:541
263
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
264
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1237
266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1518
269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1892
271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1950
272
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
273
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
274
  msgid "ID"
275
  msgstr "ID"
276
 
277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2771
278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3846
279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4624
280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
282
  msgid "Resource name"
283
  msgstr "Ressourcenavn"
284
 
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
287
  msgid "Number of resource items inside of parent resource"
288
  msgstr "Antal ressourcepunkter indenfor forælderressource"
289
 
290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
292
  msgid "Capacity"
293
  msgstr "Kapacitet"
294
 
295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2774
296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3795
298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3937
299
  msgid "Parent"
300
  msgstr "Forælder"
301
 
302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2775
303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2886
304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3796
305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3947
306
  msgid "Priority"
307
  msgstr "Prioritet"
308
 
309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
311
  msgid "Maximum number of visitors for resource"
312
  msgstr "Maksimumtal af gæster for ressource"
313
 
314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
316
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
317
  msgid "Max"
318
  msgstr "Max"
319
 
320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
322
  msgid "visitors"
323
  msgstr "gæster"
324
 
325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2779
326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3481
327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4159
329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1320
331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1716
333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2123
334
  msgid "Actions"
335
  msgstr "Handlinger"
336
 
337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2858
338
  msgid "Add"
339
  msgstr "Tilføj"
340
 
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:950
343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4189
345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4676
346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1320
347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1641
348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1937
349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1994
350
  msgid "Delete"
351
  msgstr "Slet"
352
 
353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:73
355
  msgid "Title"
356
  msgstr "Titel"
357
 
358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2894
359
  msgid "Add new resource"
360
  msgstr "Tilføj ny ressource"
361
 
362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2901
363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3040
364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3849
366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
367
  msgid "Save"
368
  msgstr "Gem"
369
 
370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2943
371
  msgid "Advanced Settings"
372
  msgstr "Avancerede Indstillinger"
373
 
374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2958
375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3082
376
  msgid "Set capacity based on number of visitors"
377
  msgstr "Sæt kapacitet baseret på antal gæster"
378
 
379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
380
  #, fuzzy, php-format
381
  msgid ""
382
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -385,14 +383,14 @@ msgstr ""
385
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
386
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
387
 
388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2965
389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1476
391
  #, php-format
392
  msgid "Please read more info about configuration of this parameter %shere%s"
393
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
394
 
395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2979
396
  #, php-format
397
  msgid ""
398
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -406,7 +404,7 @@ msgstr ""
406
  "reserveringsressource%s med antallet af gæster præciseret på booking "
407
  "formularen."
408
 
409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2987
410
  #, php-format
411
  msgid ""
412
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -420,12 +418,12 @@ msgstr ""
420
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
421
  "på booking formularen."
422
 
423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3002
424
  msgid "Show availability"
425
  msgstr "Vis tilgængelighed"
426
 
427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3231
429
  msgid ""
430
  "Check this box to display the available number of booking resources with a "
431
  "tooltip, when mouse hovers over each day on the calendar(s)."
@@ -434,22 +432,22 @@ msgstr ""
434
  "reservering ressourcer med et tip, når musen bevæges over hver dag på "
435
  "kalender(er)."
436
 
437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
438
  msgid "Availability description"
439
  msgstr "Tilgængelighedsbeskrivelse"
440
 
441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3019
442
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
443
  #, php-format
444
  msgid "Type your %savailability%s description"
445
  msgstr "Indtast din %stilgængeligheds%s beskrivelse"
446
 
447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3129
449
  msgid "Disable bookings in different booking resources"
450
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
451
 
452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3033
453
  #, fuzzy
454
  msgid ""
455
  "Check this box to dissable reservations, which can be stored in different "
@@ -461,11 +459,11 @@ msgstr ""
461
  "reservationen kun tilladt, hvis alle dage af reservationer er ved samme "
462
  "bookende ressource, ellers vil fejlbeskeden blive vist."
463
 
464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3075
465
  msgid "Advanced"
466
  msgstr "Avanceret"
467
 
468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
469
  #, fuzzy
470
  msgid ""
471
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -474,7 +472,7 @@ msgstr ""
474
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
475
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
476
 
477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
480
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -498,12 +496,12 @@ msgstr ""
498
  msgid "Important!"
499
  msgstr "Vigtigt!"
500
 
501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3103
502
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
503
  msgid "Type of days selection"
504
  msgstr "Type af dageudvælgelse"
505
 
506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3108
507
  #, fuzzy
508
  msgid ""
509
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -515,17 +513,17 @@ msgstr ""
515
  "reserveringsressource%s med antallet af gæster præciseret på booking "
516
  "formularen."
517
 
518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4496
522
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
523
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
524
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
525
  msgid "Note"
526
  msgstr "Note"
527
 
528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
529
  #, fuzzy, php-format
530
  msgid ""
531
  "Be sure to match the maximum number of visitors for the %sone booking "
@@ -537,7 +535,7 @@ msgstr ""
537
  "reserveringsressource%s med antallet af gæster præciseret på booking "
538
  "formularen."
539
 
540
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3117
541
  #, fuzzy
542
  msgid ""
543
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -550,7 +548,7 @@ msgstr ""
550
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
551
  "på booking formularen."
552
 
553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
554
  #, fuzzy, php-format
555
  msgid ""
556
  "Be sure to match the maximum number of visitors for %sall booking resources"
@@ -562,31 +560,31 @@ msgstr ""
562
  "reserveringsressource%s med antallet af gæster præciseret på booking "
563
  "formularen."
564
 
565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
566
  #, fuzzy
567
  msgid ""
568
  "Check this box to dissable reservations, which can be stored in different "
569
  "booking resources."
570
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
571
 
572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3137
573
  msgid ""
574
  "When checked, all reserved days must be at same booking resource otherwise "
575
  "error message will show."
576
  msgstr ""
577
 
578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3166
579
  msgid "Use pending days as available"
580
  msgstr "Benyt uafklarede dage som disponibel"
581
 
582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3175
583
  msgid ""
584
  "Check this box if you want to show the pending days as available in calendars"
585
  msgstr ""
586
  "Marker (sæt kryds i denne boks) hvis du vil vise de uafklarede dage som "
587
  "disponibel i kalenderen"
588
 
589
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3192
590
  msgid ""
591
  "Warning!!! After you approved the specific booking(s), all your pending "
592
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -598,7 +596,7 @@ msgstr ""
598
  "godkendt reservering for datoerne, hvilke er skæring med datoer af godkendt "
599
  "reservering, vil automatisk blive annulleret!"
600
 
601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
602
  msgid ""
603
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
604
  "is approved for these date(s)"
@@ -606,148 +604,148 @@ msgstr ""
606
  "Auto anuller alle uafklarede reserveringer for den specifikke dato(er), hvis "
607
  "en eller anden reservering er godkendt fordi disse dato(er)"
608
 
609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
610
  msgid "Show availability in tooltip"
611
  msgstr "Vis tilgængelighed i tips"
612
 
613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3240
614
  #, fuzzy
615
  msgid "Availability Title"
616
  msgstr "Tilgængelighed"
617
 
618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3277
619
  #, fuzzy
620
  msgid ""
621
  "Use \"Check In\" date as available in calendar for booking resources with "
622
- "capacity higher then 1"
623
  msgstr ""
624
  "Brug \"Check In\" dato som disponibel i kalender for at booke ressourcer med "
625
  "kapacitet højere end en."
626
 
627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3284
628
  #, fuzzy
629
  msgid ""
630
  "Use \"Check Out\" date as available in calendar for booking resources with "
631
- "capacity higher then 1"
632
  msgstr ""
633
  "Brug \"Check Out\" dato som disponibel i kalender for at booke ressourcer "
634
  "med kapacitet højere end en."
635
 
636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3310
637
  #, fuzzy
638
  msgid "Coupon Deleted"
639
  msgstr "Slettet"
640
 
641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3357
642
  #, fuzzy
643
  msgid "Coupon created"
644
  msgstr "prettet"
645
 
646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3365
647
  #, fuzzy
648
  msgid "Add New Discount Coupon"
649
  msgstr "Rabatkupon felt"
650
 
651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3372
652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3517
654
  msgid "Coupon Code"
655
  msgstr "Kupon Kode"
656
 
657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3375
658
  #, fuzzy
659
  msgid "Enter coupon code."
660
  msgstr "Kupon Kode"
661
 
662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3380
663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
664
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3520
665
  msgid "Savings"
666
  msgstr "Besparelser"
667
 
668
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3384
669
  msgid "Fixed Amount"
670
  msgstr "Fast Beløb"
671
 
672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3385
673
  msgid "Percentage Off"
674
  msgstr "Procentdel af"
675
 
676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3388
677
  msgid "Enter number of fixed or percentage savings."
678
  msgstr ""
679
 
680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3531
683
  msgid "Expiration Date"
684
  msgstr "Udgåelsesdato"
685
 
686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
687
  #, fuzzy
688
  msgid "Select Expiration Date of the coupon."
689
  msgstr "Udgåelsesdato"
690
 
691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3407
692
  msgid "Minimum Booking Cost"
693
  msgstr ""
694
 
695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3410
696
  msgid "Enter minimum booking cost, when coupon is applicable."
697
  msgstr ""
698
 
699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3421
700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3533
702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4740
703
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1240
704
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:718
706
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
707
  msgid "Resources"
708
  msgstr "Ressourcer"
709
 
710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3424
711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3501
712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:341
713
  msgid "All"
714
  msgstr "Alle"
715
 
716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3437
717
  msgid "Select booking resources, where is possible to apply this coupon code."
718
  msgstr ""
719
 
720
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3444
721
  #, fuzzy
722
  msgid "Add New Coupon"
723
  msgstr "Tilføj ny ressource"
724
 
725
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
726
  msgid "The coupon code your customers will be using to receive the discount."
727
  msgstr "Kuponkoden dine kunder skal bruge for at få rabatten."
728
 
729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
730
  msgid "The amount which will be saved. Enter only digits."
731
  msgstr "Beløbet som vil blive sparet. Indtast kun cifre."
732
 
733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
734
  msgid "The minimum total cost required to use the coupon"
735
  msgstr "Minimum påkrævede totalomkostninger for at bruge kuponen"
736
 
737
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3526
739
  msgid "Minimum Purchase"
740
  msgstr "Minimumskøb"
741
 
742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
743
  msgid "The date your coupon will expire"
744
  msgstr "Datoen din kupon vil udløbe"
745
 
746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
747
  msgid "Resource list, which supports this coupon"
748
  msgstr "Ressourceliste som tildeler denne kupon"
749
 
750
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
751
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
752
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
753
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
@@ -759,234 +757,234 @@ msgstr "Ressourceliste som tildeler denne kupon"
759
  msgid "Warning"
760
  msgstr "Advarsel"
761
 
762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
763
  #, fuzzy
764
  msgid "Do you really want to delete this item?"
765
  msgstr "Vil du virkelig slette?"
766
 
767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3552
768
  #, php-format
769
  msgid "%s - coupon field, "
770
  msgstr "%s - kuponfelt,"
771
 
772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3553
773
  #, php-format
774
  msgid "Example: %s "
775
  msgstr "Eksempel: %s"
776
 
777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
778
  msgid "Search form customization"
779
  msgstr "Søgeform tilpasning"
780
 
781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3593
782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
783
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
784
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3774
787
  msgid "Use these shortcodes for customization: "
788
  msgstr "Brug disse shortkoder for tilpasning:"
789
 
790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3594
791
  #, php-format
792
  msgid "%s - search inside posts/pages which are part of this category, "
793
  msgstr "%s - søg inden for indlæg/sider som er en del af denne kategori,"
794
 
795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3595
796
  #, php-format
797
  msgid "%s - search inside posts/pages which have this tag, "
798
  msgstr "%s - søg inden for indlæg/sider som har dette tag,"
799
 
800
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3596
801
  #, php-format
802
  msgid "%s - check-in date, "
803
  msgstr "%s - check-ind dato,"
804
 
805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3597
806
  #, php-format
807
  msgid "%s - check-out date, "
808
  msgstr "%s - check-ud dato,"
809
 
810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3598
811
  #, php-format
812
  msgid "%s - default selection number of visitors, "
813
  msgstr "%s - standard udvælgelsesantal af gæster,"
814
 
815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3599
816
  #, php-format
817
  msgid "Example: %s - custom number of visitor selections\""
818
  msgstr "Eksempel: %s - specialtilpasset-antal af gæsteudvælgelser\""
819
 
820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3600
821
  #, php-format
822
  msgid "%s - search button, "
823
  msgstr "%s - søgeknap,"
824
 
825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
827
  #, fuzzy, php-format
828
  msgid "%s - new line "
829
  msgstr "Tilføj ny ressource(r)"
830
 
831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3602
832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
834
  #, fuzzy
835
  msgid "Use any other HTML tags (carefully)."
836
  msgstr "brug enhver anden HTML tags (vær forsigtig)."
837
 
838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3608
839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3645
840
  msgid ""
841
  "Additional customization style of this element you can make at this file"
842
  msgstr "Ekstra tilpasningsstil af dette element du kan lave ved denne fil"
843
 
844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3611
845
  msgid "Reset to default search form content"
846
  msgstr "Nulstil til standard søgeform indhold"
847
 
848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3771
851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2468
852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4373
854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4531
855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
856
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
857
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1338
859
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
860
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
861
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
862
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1322
864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1582
865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1677
866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3659
867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3787
868
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
869
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
870
  msgid "Save Changes"
871
  msgstr "Gem ændringer"
872
 
873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
874
  msgid "Customization of found booking resource items"
875
  msgstr "Tilpasning af fundne reserveringsressourcepunkter"
876
 
877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
878
  #, php-format
879
  msgid "%s - resource title, "
880
  msgstr "%s - ressourcetitel,"
881
 
882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
883
  #, php-format
884
  msgid "%s - link to the page with booking form, "
885
  msgstr "%s - link til siden med booking formularen,"
886
 
887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3632
888
  #, php-format
889
  msgid "%s - availability of booking resource, "
890
  msgstr "%s - tilgængelighed af booking ressource,"
891
 
892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3633
893
  #, php-format
894
  msgid "%s - maximum number of visitors for the booking resource, "
895
  msgstr "%s - maksimumantal af gæster for reserveringsressourcen,"
896
 
897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3634
898
  #, php-format
899
  msgid "%s - cost of booking the resource, "
900
  msgstr "%s - omkostning ved at booke ressourcen,"
901
 
902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
903
  #, php-format
904
  msgid ""
905
  "%s - featured image, taken from the featured image associated with the post, "
906
  msgstr ""
907
  "%s - fremhævet billede, taget fra fremhævet billede associeret med indlæg,"
908
 
909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3636
910
  #, php-format
911
  msgid "%s - booking info, taken from the excerpt associated with the post, "
912
  msgstr "%s - booking info, taget fra uddraget associeret med indlægget,"
913
 
914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3648
915
  #, fuzzy
916
  msgid "Reset to default form"
917
  msgstr "Nulstil til standard søgeform indhold"
918
 
919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:228
921
  msgid "Search form"
922
  msgstr "Søge form"
923
 
924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:452
926
  msgid "Check-in"
927
  msgstr "Check-ind"
928
 
929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
930
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:462
931
  msgid "Check-out"
932
  msgstr "Check-ud"
933
 
934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3666
935
  msgid "Number of visitors"
936
  msgstr "Antal gæster"
937
 
938
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
939
  msgid "Search Cache Settings"
940
  msgstr "Søge Cache Indstillinger"
941
 
942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3712
943
  msgid "Cache expiration"
944
  msgstr "Cache udløb"
945
 
946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
947
  msgid "hour(s)"
948
  msgstr "time(r)"
949
 
950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3132
952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3301
953
  msgid "day(s)"
954
  msgstr "dag(e)"
955
 
956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
957
  msgid "Select time of cache expiration"
958
  msgstr "Vælg tid for cache udløb"
959
 
960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
961
  msgid "Cache will expire:"
962
  msgstr "Cache vil udløbe:"
963
 
964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
965
  #, php-format
966
  msgid "Found: %s booking forms inside of posts or pages "
967
  msgstr "Fundet: %s booking formularer indenfor indlæg eller sider"
968
 
969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
970
  msgid "Reset cache"
971
  msgstr "Nulstil cache"
972
 
973
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3833
974
  #, fuzzy
975
  msgid "Parent Resource"
976
  msgstr ""
977
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
978
  "forhøjelseskapacitet."
979
 
980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3858
981
  #, fuzzy
982
  msgid "Max visitors"
983
  msgstr "Max"
984
 
985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
986
  msgid "Capacity: "
987
  msgstr "Kapacitet:"
988
 
989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3943
990
  msgid ""
991
  "Select parent resource, if you want that parent resource is increase "
992
  "capacity."
@@ -994,7 +992,7 @@ msgstr ""
994
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
995
  "forhøjelseskapacitet."
996
 
997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3954
998
  msgid ""
999
  "Set priority of resource - resource with higher priority will be reserved "
1000
  "firstly."
@@ -1002,232 +1000,232 @@ msgstr ""
1002
  "Sæt prioritet af ressource - ressource med højere prioritet vil blive "
1003
  "reserveret først."
1004
 
1005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3965
1006
  msgid "Resources count"
1007
  msgstr "Ressourcer tælling"
1008
 
1009
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
1010
  msgid "Create several booking resources for one time"
1011
  msgstr "Opret flere reserveringsressourcer for en tid"
1012
 
1013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3986
1014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2300
1015
  #, fuzzy
1016
  msgid "Default form"
1017
  msgstr "Standard Formular"
1018
 
1019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3991
1020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4193
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4245
1023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:924
1024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1130
1025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1176
1026
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2302
1027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4349
1028
  msgid "Standard"
1029
  msgstr "Standard"
1030
 
1031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3996
1032
  #, fuzzy
1033
  msgid "Select default custom booking form"
1034
  msgstr "Vælg din standard reserveringsressource."
1035
 
1036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4085
1037
  msgid "Available: "
1038
  msgstr "Disponibel:"
1039
 
1040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:654
1042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3950
1043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1746
1044
  msgid "Default"
1045
  msgstr "Foretrukne"
1046
 
1047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4194
1049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4233
1050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4234
1051
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4246
1052
  msgid "Superior"
1053
  msgstr "Standard med udsigt"
1054
 
1055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1056
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1057
  msgid "Resource #1"
1058
  msgstr "Ressource #1"
1059
 
1060
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4195
1062
  msgid "Presidential Suite"
1063
  msgstr "Præsidentiel Suite"
1064
 
1065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1066
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1067
  msgid "Resource #2"
1068
  msgstr "Ressource #2"
1069
 
1070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4196
1072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1418
1073
  msgid "Royal Villa"
1074
  msgstr "Kongelig Villa"
1075
 
1076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1077
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1078
  msgid "Resource #3"
1079
  msgstr "Ressource #3"
1080
 
1081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
1082
  #, fuzzy
1083
  msgid "night(s)"
1084
  msgstr "/ nat"
1085
 
1086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1087
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
1090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3875
1092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
1093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3905
1094
  msgid "Adults"
1095
  msgstr "Voksne"
1096
 
1097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1098
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
 
1101
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3876
1103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
1104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3906
1105
  msgid "Children"
1106
  msgstr "Børn"
1107
 
1108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1112
  msgid "per 1 day"
1113
  msgstr "per 1 dag"
1114
 
1115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2995
1117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1118
  msgid "from the cost of 1 day "
1119
  msgstr "fra omkostningen på 1 dag"
1120
 
1121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2996
1123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1124
  #, php-format
1125
  msgid "Additional cost in %s per 1 day"
1126
  msgstr "Ekstra omkostning i %s per 1 dag"
1127
 
 
1128
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:270
1130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
1133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3044
1134
  msgid " for all days!"
1135
  msgstr "for alle dage!"
1136
 
1137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
1139
  #, fuzzy
1140
  msgid "Custom Form"
1141
  msgstr "Tilføj ny tilpasset formular"
1142
 
1143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4366
1145
  msgid "Load selected booking form"
1146
  msgstr "Load valgte booking formular"
1147
 
1148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4368
1150
  msgid "Load"
1151
  msgstr "Load"
1152
 
1153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:944
1154
  msgid "Delete selected booking form"
1155
  msgstr "Slet valgte booking formular"
1156
 
1157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:947
1158
  #, fuzzy
1159
  msgid "Do you really want to delete selected booking form ?"
1160
  msgstr "Ønsker du virkelig at slette valgte booking formular?"
1161
 
1162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:954
1163
  msgid "Add new custom form"
1164
  msgstr "Tilføj ny tilpasset formular"
1165
 
1166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:955
1167
  #, fuzzy
1168
  msgid "Add New Custom Form"
1169
  msgstr "Tilføj ny tilpasset formular"
1170
 
1171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:960
1172
  msgid "Type the name of booking form"
1173
  msgstr "Indtast navnet på booking formularen"
1174
 
1175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:963
1176
  msgid "Create new form"
1177
  msgstr "Opret ny formular"
1178
 
1179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:966
1180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3599
1181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3847
1182
  msgid "Create"
1183
  msgstr "Opret"
1184
 
1185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:968
1186
  msgid "Delete form"
1187
  msgstr "Slet formular"
1188
 
1189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
1190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:620
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:660
1192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2788
1193
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1194
  msgid "Cancel"
1195
  msgstr "Annullere"
1196
 
1197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1001
1198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:304
1199
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:460
1200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:198
1201
  msgid "Deleted"
1202
  msgstr "Slettet"
1203
 
1204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1008
1205
  msgid "There are no extended booking forms"
1206
  msgstr "Der er ingen udvidede booking formularer"
1207
 
1208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1128
1209
  msgid "Booking form type:"
1210
  msgstr "Booking formular type:"
1211
 
1212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1135
1213
  #, fuzzy
1214
  msgid "Select type of booking form"
1215
- msgstr "Indtast navnet på booking formularen"
1216
 
1217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1171
1218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1686
1219
  msgid "Booking Form"
1220
  msgstr "Booking Formular"
1221
 
1222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1251
1223
  msgid "Standard booking resource cost"
1224
  msgstr "Standard booking ressourceomkostning"
1225
 
1226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1252
1227
  msgid "Total booking resource cost"
1228
  msgstr "Total booking ressourceomkostning"
1229
 
1230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1566
1231
  #, php-format
1232
  msgid ""
1233
  "%s - show cost hint for full booking in real time, depending on number of "
@@ -1236,12 +1234,12 @@ msgstr ""
1236
  "%s - vis omkostningsbetydning for fuld reservering i realtid, afhængig af "
1237
  "antal dage og udvalgte formelementer."
1238
 
1239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1567
1240
  #, php-format
1241
  msgid "Example: %sThe full cost of payment: %s"
1242
  msgstr "Eksempel: %sDen fulde omkostning ved betaling: %s"
1243
 
1244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1568
1245
  #, php-format
1246
  msgid ""
1247
  "%s - show hint of original booking cost without additional costs for full "
@@ -1250,12 +1248,12 @@ msgstr ""
1250
  "%s - vis betydning af oprindelig reserveringsomkostning uden ekstra "
1251
  "omkostninger for fuld reservering i realtid, afhænger kun af dage udvælgelse."
1252
 
1253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1569
1254
  #, php-format
1255
  msgid "Example: %sThe original cost for payment: %s "
1256
  msgstr "Eksempel: %sDen oprindelige omkostning for betaling: %s "
1257
 
1258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1570
1259
  #, php-format
1260
  msgid ""
1261
  "%s - show cost hint of additional booking cost, which depends from selection "
@@ -1264,35 +1262,35 @@ msgstr ""
1264
  "%s - vis omkostningsbetydning for ekstra reserveringsomkostning som afhænger "
1265
  "af udvælgelse af formelementer."
1266
 
1267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1571
1268
  #, php-format
1269
  msgid "Example: %sThe additional cost for payment: %s "
1270
  msgstr "Eksempel: %sDen ekstra omkostning for betaling: %s "
1271
 
1272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1273
  #, php-format
1274
  msgid "%s - enter direct cost at admin panel at page: "
1275
  msgstr "%s - indtast direkte omkostning på admin panel siden:"
1276
 
1277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:707
1279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
1280
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1281
  msgid "Add booking"
1282
  msgstr "Tilføj booking"
1283
 
1284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1573
1285
  #, php-format
1286
  msgid "Example: %s"
1287
  msgstr "Eksempel: %s"
1288
 
1289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2113
1290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:293
1291
  msgid "yes"
1292
  msgstr "Ja"
1293
 
1294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2222
1295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2226
1296
  msgid ""
1297
  "Setting rate or cost, which is depend from number of selected days for the "
1298
  "resource"
@@ -1300,19 +1298,19 @@ msgstr ""
1300
  "Sætte takst eller omkostning, som er afhængig af antal udvalgte dage for "
1301
  "ressourcen"
1302
 
1303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1306
  msgid "Rates"
1307
  msgstr "Takster"
1308
 
1309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2265
1311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1312
  msgid "Valuation days"
1313
  msgstr "Værdiansættelsesdage"
1314
 
1315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1316
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1317
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1318
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
@@ -1320,42 +1318,42 @@ msgstr "Værdiansættelsesdage"
1320
  msgid "Deposit"
1321
  msgstr "Depositum"
1322
 
1323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2227
1324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2288
1325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4762
1326
  msgid "Availability"
1327
  msgstr "Tilgængelighed"
1328
 
1329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2231
1330
  msgid "Setting the default form for the specific resource"
1331
  msgstr "Sætte standard formular for den specifikke ressource"
1332
 
1333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1334
  msgid "Default Form"
1335
  msgstr "Standard Formular"
1336
 
1337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2268
1338
  msgid "Set the cost based on the number of days selected for the reservation"
1339
  msgstr "Sæt omkostningen baseret på antallet af dage udvalgt for reservationen"
1340
 
1341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1342
  #, fuzzy
1343
  msgid ""
1344
  "Activation of this feature is require setting cost per day or cost per night"
1345
  msgstr ""
1346
  "Aktivering af denne egenskab er kræver at der sættes omkostning per dag"
1347
 
1348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2276
1349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1350
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1351
  msgid "Deposit amount"
1352
  msgstr "Depositumbeløb"
1353
 
1354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2279
1355
  msgid "Set the deposit payment required for the payment form"
1356
  msgstr "Sæt depositumbetalingen påkrævet for betalingsformularen"
1357
 
1358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1359
  #, fuzzy
1360
  msgid ""
1361
  "Activate this feature at the cost section of general booking settings page, "
@@ -1364,47 +1362,47 @@ msgstr ""
1364
  "Lav venligst denne funktion aktiv ved omkostningssektionen af general "
1365
  "booking indstillingsside"
1366
 
1367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2409
1368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
1370
  msgid "unavailable"
1371
  msgstr "Ikke ledig"
1372
 
1373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2410
1374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2421
1375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1376
  msgid "available"
1377
  msgstr "Ledig"
1378
 
1379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2412
1380
  msgid "Availability booking type"
1381
  msgstr "Disponibel booking type"
1382
 
1383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1384
  #, fuzzy, php-format
1385
  msgid "All days for %s"
1386
  msgstr "for alle dage!"
1387
 
1388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2427
1389
  #, fuzzy, php-format
1390
  msgid ""
1391
  "Select %s days by activating specific season filter below or %sadd new "
1392
  "season filter%s"
1393
  msgstr "Vælg %s dage nedenfor eller %stilføj ny sæsonfilter%s"
1394
 
1395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2438
1396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2460
1397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4157
1398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4178
1399
  #, fuzzy
1400
  msgid "Season Filter Name"
1401
  msgstr "Filternavn"
1402
 
1403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2439
1404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2461
1405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2571
1406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2640
1407
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
1408
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1409
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1410
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
@@ -1412,22 +1410,22 @@ msgstr "Filternavn"
1412
  msgid "Description"
1413
  msgstr "Beskrivelse"
1414
 
1415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2457
1416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2975
1419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3105
1420
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3267
1421
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1422
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1423
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1424
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1425
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3317
1427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3385
1428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3444
1429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3518
1430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3595
1431
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1432
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1433
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
@@ -1436,11 +1434,11 @@ msgstr "Beskrivelse"
1436
  msgid "Active"
1437
  msgstr "Aktiv"
1438
 
1439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2548
1440
  msgid "Seasonal rates of booking resource"
1441
  msgstr "Årstidsbestemte takster for booking ressource"
1442
 
1443
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2554
1444
  #, fuzzy, php-format
1445
  msgid ""
1446
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
@@ -1450,12 +1448,12 @@ msgstr ""
1450
  "omkostning %s, eller en fast omkostning) af reserveringsressourcen %s, eller "
1451
  "%stilføj en ny årstidsbestemt filter%s"
1452
 
1453
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1454
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2620
1455
  msgid "Final cost"
1456
  msgstr "Total omkostning"
1457
 
1458
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1459
  #, fuzzy
1460
  msgid "Season Filter"
1461
  msgstr ""
@@ -1463,62 +1461,62 @@ msgstr ""
1463
  "(ugedag eller dato fra sæsonfilter). Hver uge dag (dags specifikt "
1464
  "sæsonfilter) kan have anderledes tidsrumliste."
1465
 
1466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2601
1467
  #, fuzzy
1468
  msgid "Rate"
1469
  msgstr "Bedøm dette plugin (tak:)"
1470
 
1471
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2630
1473
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1474
  msgid "for 1 day"
1475
  msgstr "for 1 dag"
1476
 
1477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2611
1478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2631
1479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1480
  msgid "for 1 night"
1481
  msgstr "for 1 nat"
1482
 
1483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2612
1484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2632
1485
  msgid "fixed deposit"
1486
  msgstr "fast depositum"
1487
 
1488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2613
1489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2633
1490
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1491
  msgid "for 1 hour"
1492
  msgstr "or 1 time"
1493
 
1494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2639
1495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3589
1496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3837
1497
  msgid "Filter Name"
1498
  msgstr "Filternavn"
1499
 
1500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1503
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1504
  #, fuzzy
1505
  msgid "Note!"
1506
  msgstr "Note"
1507
 
1508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1509
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1510
  msgstr ""
1511
 
1512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2651
1513
  msgid "Update Rates"
1514
  msgstr "Opdaterings-Takster"
1515
 
1516
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2886
1517
  msgid "Set cost of booking resource based on the number of days selected"
1518
  msgstr ""
1519
  "Sæt omkostning for booking ressource baseret på antallet af valgte dage"
1520
 
1521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1522
  #, php-format
1523
  msgid ""
1524
  "If you add costs here, %srates%s for this booking resource will not take "
@@ -1527,43 +1525,43 @@ msgstr ""
1527
  "Hvis du tilføjer omkostninger her, %stakster%s for denne "
1528
  "reserveringsressource vil det ikke træde i kraft !!!"
1529
 
1530
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2891
1531
  #, php-format
1532
  msgid ""
1533
  "Cost setings at %stop have higher priority%s than other costs of same type "
1534
  "at the %sbottom%s of the list."
1535
  msgstr ""
1536
 
1537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2892
1538
  #, php-format
1539
  msgid ""
1540
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1541
  "terms %s and after terms %s"
1542
  msgstr ""
1543
 
1544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1545
  #, php-format
1546
  msgid "%s and %s terms have higher priority than a range %s days."
1547
  msgstr ""
1548
 
1549
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2897
1550
  #, fuzzy
1551
  msgid "Warning!"
1552
  msgstr "Advarsel"
1553
 
1554
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2898
1555
  msgid ""
1556
  "Specific cost will take affect, only if it active (the box at the left side "
1557
  "is checked) and if \"Check In\" (start) date belong to selected season "
1558
  "filter or if set \"Any days\"."
1559
  msgstr ""
1560
 
1561
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2907
1562
  #, fuzzy
1563
  msgid "Number of Days"
1564
  msgstr "Konfigurer antal dage udvælgelse"
1565
 
1566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1567
  #, fuzzy
1568
  msgid "Cost Settings"
1569
  msgstr ""
@@ -1571,47 +1569,47 @@ msgstr ""
1571
  "dagene indstillinger-side for feltet 'For'. Så du kan definere omkostningen "
1572
  "af den sidste udvalgte dato."
1573
 
1574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2909
1575
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1576
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3053
1577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3147
1578
  #, fuzzy
1579
  msgid "Season Filter of Check In date"
1580
  msgstr "Udvalgt Indtjeknings-dato."
1581
 
1582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2931
1583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3005
1584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3116
1585
  msgid "For"
1586
  msgstr "For"
1587
 
1588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2933
1589
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3009
1590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3121
1591
  #, fuzzy
1592
  msgid "Day Number(s)"
1593
  msgstr "år"
1594
 
1595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2939
1596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3015
1597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3127
1598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1599
  msgid "to"
1600
  msgstr "til"
1601
 
1602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2943
1603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3021
1604
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1606
  msgid "day"
1607
  msgstr "dag"
1608
 
 
1609
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3028
1611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3137
1612
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
1615
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1616
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1617
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
@@ -1624,108 +1622,108 @@ msgstr "dag"
1624
  msgid "Cost"
1625
  msgstr "Omkostning"
1626
 
1627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3055
1629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3149
1630
  msgid "Any days"
1631
  msgstr "Alle dage"
1632
 
1633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1636
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
1638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
1639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
1640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3539
1641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
1642
  msgid "From"
1643
  msgstr "Fra"
1644
 
1645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3118
1647
  msgid "Together"
1648
  msgstr "Tilsammen"
1649
 
1650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3022
1651
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
1654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
1655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
1656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
1657
  msgid "days"
1658
  msgstr "dage"
1659
 
1660
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3160
1662
  msgid "Remove"
1663
  msgstr "Fjern"
1664
 
1665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1666
  msgid "Add new cost"
1667
  msgstr "Tilføj ny omkostning"
1668
 
1669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3115
1670
  msgid "for all days"
1671
  msgstr "for alle dage"
1672
 
1673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1674
  msgid "Set amount of deposit payment"
1675
  msgstr "Sæt beløbet for depositumbetaling"
1676
 
1677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3249
1678
  msgid "Deposit payment total"
1679
  msgstr "Depositumbetaling samlet"
1680
 
1681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3252
1682
  msgid "Deposit payment is not active for booking resource"
1683
  msgstr "Depositumbetaling er ikke aktiv for booking ressource"
1684
 
1685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1686
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
1688
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
1689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3435
1690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3510
1691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3586
1692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1453
1693
  msgid "Status"
1694
  msgstr "Status"
1695
 
1696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1697
  msgid "deposit payment for booking resource"
1698
  msgstr "depositumbetaling for booking ressource"
1699
 
1700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3283
1701
  msgid "fixed total in"
1702
  msgstr "Fast samlet i"
1703
 
1704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3284
1705
  msgid "of payment"
1706
  msgstr "af betalingen"
1707
 
1708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3290
1709
  #, fuzzy
1710
  msgid "Condition"
1711
  msgstr "Konfiguration"
1712
 
1713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3293
1714
  #, php-format
1715
  msgid ""
1716
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1717
  "In%s days more than"
1718
  msgstr ""
1719
 
1720
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3311
1721
  msgid "Update Deposit"
1722
  msgstr "Opdatering-Depositum"
1723
 
1724
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3334
1725
  msgid "Deposit payment"
1726
  msgstr "Depositumbetaling"
1727
 
1728
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3339
1729
  #, php-format
1730
  msgid ""
1731
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
@@ -1734,7 +1732,7 @@ msgstr ""
1734
  "Maker denne kasse hvis du ønsker at bruge %sdepositum%s total %sbetaling%s "
1735
  "på betalingsformularen, i stedet for det fulde total af reserveringen."
1736
 
1737
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1738
  #, fuzzy, php-format
1739
  msgid ""
1740
  " You can configure the deposit payment for your booking resources %shere%s."
@@ -1742,170 +1740,170 @@ msgstr ""
1742
  "Du kan konfigurere depositumbetalingen påkrævet for dine "
1743
  "reserveringsressourcer %sher%s."
1744
 
1745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1747
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1748
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1749
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1750
  msgid "Su"
1751
  msgstr "Sø"
1752
 
1753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1755
  msgid "Mo"
1756
  msgstr "Ma"
1757
 
1758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1759
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1762
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1763
  msgid "Tu"
1764
  msgstr "Ti"
1765
 
1766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1768
  msgid "We"
1769
  msgstr "ons"
1770
 
1771
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1774
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1775
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1776
  msgid "Th"
1777
  msgstr "Tor"
1778
 
1779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1781
  msgid "Fr"
1782
  msgstr "Fr"
1783
 
1784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1788
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1789
  msgid "Sa"
1790
  msgstr "Lør"
1791
 
1792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1793
  msgid "Jan"
1794
  msgstr "Jan"
1795
 
1796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1797
  msgid "Feb"
1798
  msgstr "Feb"
1799
 
1800
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1801
  msgid "Mar"
1802
  msgstr "Mar"
1803
 
1804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1805
  msgid "Apr"
1806
  msgstr "Apr"
1807
 
1808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4012
1810
  msgid "May"
1811
  msgstr "Maj"
1812
 
1813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1814
  msgid "Jun"
1815
  msgstr "Jun"
1816
 
1817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1818
  msgid "Jul"
1819
  msgstr "Jul"
1820
 
1821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1822
  msgid "Aug"
1823
  msgstr "Aug"
1824
 
1825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1826
  msgid "Sep"
1827
  msgstr "Sep"
1828
 
1829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1830
  msgid "Oct"
1831
  msgstr "Oct"
1832
 
1833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1834
  msgid "Nov"
1835
  msgstr "Nov"
1836
 
1837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1838
  msgid "Dec"
1839
  msgstr "Dec"
1840
 
1841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1842
  msgid "time"
1843
  msgstr "tid"
1844
 
1845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3457
1847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3478
1848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3495
1849
  msgid "No days"
1850
  msgstr "Ingen dage"
1851
 
1852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3439
1853
  msgid "Every"
1854
  msgstr "Hver"
1855
 
1856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3480
1857
  msgid "of"
1858
  msgstr "af"
1859
 
1860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3547
1861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3788
1862
  msgid "Filter saved"
1863
  msgstr "Filter gemt"
1864
 
1865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3583
1866
  msgid "Specific Dates Filter"
1867
  msgstr "Specifikke datoer Filter"
1868
 
1869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3592
1870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3840
1871
  #, fuzzy
1872
  msgid "Type filter name"
1873
  msgstr "Filternavn"
1874
 
1875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3597
1876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1878
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1879
  #, fuzzy
1880
  msgid "Create new season filter"
1881
  msgstr "Opret datoerfilter"
1882
 
1883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3605
1884
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3853
1885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1649
1886
  msgid "Reset"
1887
  msgstr "Nulstil"
1888
 
1889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1890
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1891
  #, fuzzy
1892
  msgid "Create New Season Filter"
1893
  msgstr "Opret datoerfilter"
1894
 
1895
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1897
  msgid "Save changes"
1898
  msgstr "Gem ændringer"
1899
 
1900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
1901
  msgid "Conditional Dates Filter"
1902
  msgstr "Betingede datoer Filter"
1903
 
1904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3865
1905
  msgid "Days of week"
1906
  msgstr "Dage på ugen"
1907
 
1908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3873
1909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1910
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1911
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
@@ -1922,7 +1920,7 @@ msgstr "Dage på ugen"
1922
  msgid "Sunday"
1923
  msgstr "Søndag"
1924
 
1925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3879
1926
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1927
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1928
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
@@ -1939,7 +1937,7 @@ msgstr "Søndag"
1939
  msgid "Monday"
1940
  msgstr "Mandag"
1941
 
1942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3885
1943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1945
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
@@ -1956,7 +1954,7 @@ msgstr "Mandag"
1956
  msgid "Tuesday"
1957
  msgstr "Tirsdag"
1958
 
1959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3891
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
@@ -1973,7 +1971,7 @@ msgstr "Tirsdag"
1973
  msgid "Wednesday"
1974
  msgstr "Onsdag"
1975
 
1976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3897
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
@@ -1990,7 +1988,7 @@ msgstr "Onsdag"
1990
  msgid "Thursday"
1991
  msgstr "Torsdag"
1992
 
1993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3903
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1996
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
@@ -2007,7 +2005,7 @@ msgstr "Torsdag"
2007
  msgid "Friday"
2008
  msgstr "Fredag"
2009
 
2010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3909
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2013
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
@@ -2024,98 +2022,98 @@ msgstr "Fredag"
2024
  msgid "Saturday"
2025
  msgstr "Lørdag"
2026
 
2027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3921
2028
  msgid "Days of month"
2029
  msgstr "Dage af måned"
2030
 
2031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4001
2032
  msgid "Months"
2033
  msgstr "Måneder"
2034
 
2035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4008
2036
  msgid "January"
2037
  msgstr "Januar"
2038
 
2039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4009
2040
  msgid "February"
2041
  msgstr "Februar"
2042
 
2043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4010
2044
  msgid "March"
2045
  msgstr "Marts"
2046
 
2047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4011
2048
  msgid "April"
2049
  msgstr "April"
2050
 
2051
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4013
2052
  msgid "June"
2053
  msgstr "Juni"
2054
 
2055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4032
2056
  msgid "July"
2057
  msgstr "Juli"
2058
 
2059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4033
2060
  msgid "August"
2061
  msgstr "August"
2062
 
2063
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4034
2064
  msgid "September"
2065
  msgstr "September"
2066
 
2067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4035
2068
  msgid "October"
2069
  msgstr "Oktober"
2070
 
2071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4036
2072
  msgid "November"
2073
  msgstr "November"
2074
 
2075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4037
2076
  msgid "December"
2077
  msgstr "December"
2078
 
2079
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2080
  msgid "Years"
2081
  msgstr "År"
2082
 
2083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4131
2084
  msgid "Filter deleted successfully"
2085
  msgstr "Filter slettet succesfuldt"
2086
 
2087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
2088
  msgid "Create dates filter"
2089
  msgstr "Opret datoerfilter"
2090
 
2091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2092
  msgid "Create conditional days filter"
2093
  msgstr "Opret betingede dage filtrere"
2094
 
2095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4151
2096
  msgid "Listing of season filters"
2097
  msgstr "Liste af sæsonfiltre"
2098
 
2099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2100
  msgid "Filters"
2101
  msgstr "Filtre"
2102
 
2103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4182
2104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4184
2105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1319
2107
  msgid "Edit"
2108
  msgstr "Rediger"
2109
 
2110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4187
2111
  msgid "Do you really want to delete?"
2112
  msgstr "Vil du virkelig slette?"
2113
 
2114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4219
2115
  msgid "Showing cost in tooltip"
2116
  msgstr "Vise omkostning i tips"
2117
 
2118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4226
2119
  msgid ""
2120
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2121
  "over each day on the calendar(s)."
@@ -2123,30 +2121,30 @@ msgstr ""
2123
  "Maker denne kasse for at vise den daglige omkostningen med et tip, når musen "
2124
  "føres over dette på hver dag på kalender(e)."
2125
 
2126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4234
2127
  #, fuzzy
2128
  msgid "Cost Title"
2129
  msgstr "Titel"
2130
 
2131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4236
2132
  #, php-format
2133
  msgid "Type your %scost%s description"
2134
  msgstr "Indtast din %sOmkostning%s beskrivelse"
2135
 
2136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4380
2137
  msgid "Advanced cost management"
2138
  msgstr "Avanceret omkostningshåndtering"
2139
 
2140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4399
2141
  #, fuzzy
2142
  msgid "Configure Additional cost for the form"
2143
  msgstr "Ekstra omkostning for"
2144
 
2145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4442
2146
  msgid "Additional cost for"
2147
  msgstr "Ekstra omkostning for"
2148
 
2149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4492
2150
  #, fuzzy
2151
  msgid ""
2152
  "Check this box if you want that specific additional cost, which configured "
@@ -2157,69 +2155,69 @@ msgstr ""
2157
  "% for nogle valgmuligheder, også anvendt på omkostninger præciseret som "
2158
  "faste værdier for nogle valgmuligheder."
2159
 
2160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4498
2161
  #, fuzzy
2162
  msgid ""
2163
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2164
  "checkbox(es)."
2165
  msgstr "Ekstra omkostning som afhænger fra feltudvælgelsen i formen"
2166
 
2167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4501
2168
  #, php-format
2169
  msgid ""
2170
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2171
  "they exist in the %sbooking form%s."
2172
  msgstr ""
2173
 
2174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4508
2175
  #, fuzzy
2176
  msgid "Enter additional cost in formats:"
2177
  msgstr "Ekstra omkostning for"
2178
 
2179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4509
2180
  #, php-format
2181
  msgid ""
2182
  "For example, if the original cost of the booking is %s, then after applying "
2183
  "additional costs the total cost will be folowing"
2184
  msgstr ""
2185
 
2186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2187
  #, fuzzy
2188
  msgid "Enter fixed cost"
2189
  msgstr "fast depositum"
2190
 
2191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2194
  #, fuzzy, php-format
2195
  msgid "%s, then total cost will be %s"
2196
  msgstr "Total omkostning"
2197
 
2198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2199
  #, fuzzy
2200
  msgid "Enter percentage of the entire booking"
2201
  msgstr "Indtast navnet på bookingressource"
2202
 
2203
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2204
  #, fuzzy
2205
  msgid "Enter fixed amount for each selected day"
2206
  msgstr "Omkostning for udvalgte dage"
2207
 
2208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2209
  #, php-format
2210
  msgid "%s, then total cost will be (if selected 3 days) %s"
2211
  msgstr ""
2212
 
2213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2216
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2217
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
2219
  msgid "or"
2220
  msgstr "eller"
2221
 
2222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2223
  #, fuzzy
2224
  msgid ""
2225
  "Enter percentage as additional sum, which is based only on original cost and "
@@ -2228,125 +2226,125 @@ msgstr ""
2228
  "eller du kan specifere procent som ekstra sum, som bliver baseret kun på "
2229
  "oprindelig omkostning og ikke fuld sum. Eksempel:%s eler %s "
2230
 
2231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4525
2232
  #, fuzzy, php-format
2233
  msgid ""
2234
  "Please check more info about configuration of this cost settings on this "
2235
  "%spage%s."
2236
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
2237
 
2238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
2239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1214
2240
  msgid "Resource ID or Title"
2241
  msgstr "Ressource ID eller Titel"
2242
 
2243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
2244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1216
2245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1398
2246
  msgid "Go"
2247
  msgstr "Søg"
2248
 
2249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4626
2250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4652
2251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1273
2252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1298
2253
  msgid "Info"
2254
  msgstr "Info"
2255
 
2256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4638
2257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1284
2258
  #, fuzzy
2259
  msgid "Selection"
2260
  msgstr "Udvælgelse af formular"
2261
 
2262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4641
2263
  #, fuzzy
2264
  msgid "Resource Name"
2265
  msgstr "Ressourcenavn"
2266
 
2267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4674
2268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1318
2269
  msgid "Bulk Actions"
2270
  msgstr "Hoved-Handlinger"
2271
 
2272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4743
2273
  msgid "management"
2274
  msgstr "håndtering"
2275
 
2276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4745
2277
  msgid "Costs and Rates"
2278
  msgstr "mkostninger og beløb"
2279
 
2280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2284
  msgid "Customization of"
2285
  msgstr "Tilpasning af"
2286
 
2287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2288
  msgid "rates, valuation days cost and deposit amount "
2289
  msgstr "beløb, værdiansættelsesdage omkostning og depositumbeløb"
2290
 
2291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4750
2292
  msgid "Advanced Cost"
2293
  msgstr "Avanceret Omkostning"
2294
 
2295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2296
  msgid "additional cost, which depend from form fields"
2297
  msgstr "kstra omkostning, som afhænger af formularfelterne"
2298
 
2299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4756
2300
  msgid "Coupons"
2301
  msgstr "Kuponer"
2302
 
2303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4770
2305
  msgid "Setting"
2306
  msgstr "Indstilling"
2307
 
2308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2309
  msgid "for discount"
2310
  msgstr "for rabat"
2311
 
2312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4778
2314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
2315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
2316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
2317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
2318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1236
2320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
2321
  msgid "settings"
2322
  msgstr "indstillinger"
2323
 
2324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2325
  msgid "Season Filters"
2326
  msgstr "Sæson Filtrere"
2327
 
2328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4814
2329
  msgid "Cost: "
2330
  msgstr "Omkostning:"
2331
 
2332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4844
2333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:660
2334
  msgid "Weekend"
2335
  msgstr "Weekend"
2336
 
2337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4845
2338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:661
2339
  msgid "Work days"
2340
  msgstr "Arbejdsdage"
2341
 
2342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4846
2343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:662
2344
  msgid "High season"
2345
  msgstr "Høj sæson"
2346
 
2347
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
2349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3850
2350
  msgid "Select Times"
2351
  msgstr "Vælg Tider"
2352
 
@@ -2416,11 +2414,11 @@ msgid "Send Request"
2416
  msgstr "Send Anmodning"
2417
 
2418
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:739
2420
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1024
2421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:488
2422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:551
2423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:607
2424
  msgid "Close"
2425
  msgstr "Luk"
2426
 
@@ -2445,26 +2443,26 @@ msgid "Email to \"Person\" with payment request"
2445
  msgstr "Email til \"Person\" med betalingsanmodning"
2446
 
2447
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3450
2449
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2451
  #, fuzzy
2452
  msgid "Send to Admin"
2453
  msgstr "Send"
2454
 
2455
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3458
2457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3532
2458
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3609
2459
  #, fuzzy
2460
  msgid "Check this box to send copy of this email to Admin"
2461
  msgstr "Send kopi af denne email til Admin"
2462
 
2463
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
2465
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3466
2466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3541
2467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3618
2468
  #, php-format
2469
  msgid "Type the default %sadmin email%s sending the booking confimation"
2470
  msgstr ""
@@ -2472,11 +2470,11 @@ msgstr ""
2472
  "reserveringskonfirmationen"
2473
 
2474
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3337
2476
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3398
2477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3471
2478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3546
2479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3623
2480
  msgid "Subject"
2481
  msgstr "Emne"
2482
 
@@ -2486,14 +2484,14 @@ msgid "Type email subject for %spayment request%s."
2486
  msgstr "Indtast email emne for %sbetalingsanmodning%s."
2487
 
2488
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
2490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3407
2491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3478
2492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3553
2493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3630
2494
  #, fuzzy
2495
  msgid "Content"
2496
- msgstr "Genererer indhold af fil"
2497
 
2498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
2499
  #, php-format
@@ -2569,7 +2567,7 @@ msgid "Post Code"
2569
  msgstr "Postnummer"
2570
 
2571
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3904
2573
  msgid "Country"
2574
  msgstr "land"
2575
 
@@ -2601,8 +2599,8 @@ msgid "Time Format"
2601
  msgstr "idsformat"
2602
 
2603
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:527
2605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:577
2606
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2607
  msgid "Custom"
2608
  msgstr "Tilpasset"
@@ -2910,19 +2908,19 @@ msgstr ""
2910
  "på denne side: %s Mange tak, %s"
2911
 
2912
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1420
2914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3951
2915
  msgid "Apartment#1"
2916
  msgstr "Lejlighed#1"
2917
 
2918
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1421
2920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3952
2921
  msgid "Apartment#2"
2922
  msgstr "Lejlighed#2"
2923
 
2924
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3953
2926
  msgid "Apartment#3"
2927
  msgstr "Lejlighed#3"
2928
 
@@ -3833,13 +3831,13 @@ msgstr "Generer Tag"
3833
  msgid "Select option to configure or show help info about tags"
3834
  msgstr "Vælg indstilling for at konfigurere eller vis hjælpeinfo om tags"
3835
 
3836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:263
3837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:288
3838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:447
3839
  msgid "Saved"
3840
  msgstr "Gemt"
3841
 
3842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:363
3843
  #, fuzzy
3844
  msgid ""
3845
  "You can use (in subject and content of email template) any shortcodes, which "
@@ -3850,11 +3848,11 @@ msgstr ""
3850
  "bruger i bookingformularen. Du kan benytte shortkoder på den samme måde som "
3851
  "du bruger det i indholdsformularen i Indstillinger Felt-sider."
3852
 
3853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:365
3854
  msgid "In addition you can use these shortcodes"
3855
  msgstr "Desuden kan du bruge disse shortkoder"
3856
 
3857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:366
3858
  #, fuzzy, php-format
3859
  msgid ""
3860
  "%s - inserting data info about the booking, which you configured in the "
@@ -3863,52 +3861,52 @@ msgstr ""
3863
  "%s - Indføjelse af data information, som du har konfigureret i "
3864
  "indholdsformularen i Indstillinger Felter-side"
3865
 
3866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:367
3867
  #, php-format
3868
  msgid "%s - inserting ID of booking "
3869
  msgstr "%s - indføje ID af booking "
3870
 
3871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:368
3872
  #, php-format
3873
  msgid "%s or %s - inserting the title of the booking resource "
3874
  msgstr "%s eller %s - indføje titlen på reserveringsressourcen"
3875
 
3876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3877
  #, php-format
3878
  msgid "%s - inserting the cost of booking "
3879
  msgstr "%s - indføje omkostningen af reservering"
3880
 
3881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:373
3882
  #, php-format
3883
  msgid "%s - inserting the dates of booking"
3884
  msgstr "%s - indføje datoerne på reservering"
3885
 
3886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:374
3887
  #, php-format
3888
  msgid "%s - inserting check-in date (first day of reservation),"
3889
  msgstr "%s - indføj indcheckning dato (førstedags reservation),"
3890
 
3891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
3892
  #, php-format
3893
  msgid "%s - inserting check-out date (last day of reservation),"
3894
  msgstr "%s - indføj checkout dato (sidste dags reservation),"
3895
 
3896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
3897
  #, php-format
3898
  msgid "%s - inserting the number of booking dates "
3899
  msgstr "%s - indføj antallet af reservering datoer"
3900
 
3901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:378
3902
  #, php-format
3903
  msgid "%s - inserting your site URL "
3904
  msgstr "%s - indføj din hjemmeside URL "
3905
 
3906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
3907
  #, php-format
3908
  msgid "%s - inserting moderate link of new booking "
3909
  msgstr "%s - indføj moderat link af ny reservering"
3910
 
3911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:382
3912
  #, php-format
3913
  msgid ""
3914
  "%s - inserting link to the page where visitor can edit the reservation, "
@@ -3919,7 +3917,7 @@ msgstr ""
3919
  "bruge %s parameteren for at sætte det anderledes %s på denne side. Eksempel: "
3920
  "%s )"
3921
 
3922
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
3923
  #, php-format
3924
  msgid ""
3925
  "%s - inserting link to the page where visitor can cancel the reservation, "
@@ -3929,7 +3927,7 @@ msgstr ""
3929
  "%s - indføj link til siden hvor gæst kan annullere reservationen, (mulig at "
3930
  "bruge %s parameteren for at sætte anderledes %s på denne side. Eksempel: %s )"
3931
 
3932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:386
3933
  #, php-format
3934
  msgid ""
3935
  "%s - inserting link to payment page where visitor can pay for the "
@@ -3940,7 +3938,7 @@ msgstr ""
3940
  "(mulig at bruge %s parameteren for at sætte anderledes %s på denne side. "
3941
  "Eksempel: %s )"
3942
 
3943
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:390
3944
  #, php-format
3945
  msgid ""
3946
  "%s - add the reason for booking payment, you can enter it before sending "
@@ -3949,7 +3947,7 @@ msgstr ""
3949
  "%s - tilføj grunden for reseveringsbetaling, du kan indtaste det før "
3950
  "afsendelse af email,"
3951
 
3952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:392
3953
  #, php-format
3954
  msgid ""
3955
  "%s - add the reason booking was cancelled, you can enter it before sending "
@@ -3958,23 +3956,23 @@ msgstr ""
3958
  "%s - tilføj grunden for at reserveringen blev annulleret, du kan indtaste "
3959
  "det før afsendelse af email, "
3960
 
3961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:395
3962
  #, fuzzy, php-format
3963
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3964
  msgstr ""
3965
  "Du kan også bruge ethvert HTML tags som dette %s - ved at indføje ny linie"
3966
 
3967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:413
3968
  #, fuzzy
3969
  msgid "Enter Keyword here"
3970
  msgstr "Indtast titel her"
3971
 
3972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
3973
  msgid "Keyword"
3974
  msgstr "Nøgleord"
3975
 
3976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:424
3977
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:428
3978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3980
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
@@ -3982,85 +3980,83 @@ msgstr "Nøgleord"
3982
  msgid "Resource"
3983
  msgstr "Ressource"
3984
 
3985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:443
3986
  msgid "Print bookings listing"
3987
  msgstr "Print reserveringslisten"
3988
 
3989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:445
3990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1022
3991
  msgid "Print"
3992
  msgstr "Print"
3993
 
3994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:446
3995
  msgid "Export only current page of bookings to CSV format"
3996
  msgstr "Eksporter kun aktuel side af reserveringer til CSV-format"
3997
 
3998
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
3999
  msgid "Export"
4000
  msgstr "Eksporter"
4001
 
4002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:449
4003
  msgid "Export All bookings to CSV format"
4004
  msgstr "Eksporter Alle reserveringer til CSV format"
4005
 
4006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
4007
  msgid "Export All"
4008
  msgstr "Eksporter alt"
4009
 
4010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:542
4011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1239
4012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
4013
  msgid "Labels"
4014
  msgstr "Mærkat"
4015
 
4016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:543
4017
  msgid "Data"
4018
  msgstr "Data"
4019
 
4020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:560
4021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:653
4022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1547
4023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1449
4024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1901
4025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1957
4026
  msgid "Approved"
4027
  msgstr "Godkendt"
4028
 
4029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:561
4030
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
4031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
4032
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1448
4033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1900
4034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
4035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2382
4036
  msgid "Pending"
4037
  msgstr "Afventer"
4038
 
4039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:583
4040
  msgid "Edit Booking"
4041
  msgstr "Rediger Reservering"
4042
 
4043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:588
4044
  msgid "Edit Note"
4045
  msgstr "Rediger Notat"
4046
 
4047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:592
4048
  msgid "Change Resource"
4049
  msgstr "Ændr Ressource"
4050
 
4051
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:652
4052
  msgid "Change"
4053
  msgstr "Ændr"
4054
 
4055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:758
4056
  msgid "Clear booking resources selection"
4057
  msgstr "Ryd reserveringsressourcerudvælgelse"
4058
 
4059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:762
4060
  msgid "Apply booking resources selection"
4061
  msgstr "Anvend bookende ressourcerudvælgelse"
4062
 
4063
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:793
4064
  msgid ""
4065
  "Please note, its not possible to add new resources, if \"All resources\" "
4066
  "option is selected. Please clear the selection, then add new resources."
@@ -4069,12 +4065,12 @@ msgstr ""
4069
  "ressourcer\" indstillingen er valgt. Ryd udvælgelsen, og derefter kan du "
4070
  "tilføje nye ressourcer."
4071
 
4072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:869
4073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
4074
  msgid "All resources"
4075
  msgstr "Alle ressourcer"
4076
 
4077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:883
4078
  msgid "Booking resources"
4079
  msgstr "Reserveringsressourcer"
4080
 
@@ -4117,8 +4113,8 @@ msgid "In-Progress"
4117
  msgstr "Behandles"
4118
 
4119
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:948
4121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1847
4122
  msgid "Unknown"
4123
  msgstr "Ukendt"
4124
 
@@ -4190,7 +4186,7 @@ msgid "Voided"
4190
  msgstr "Tømt"
4191
 
4192
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2001
4194
  msgid "Created"
4195
  msgstr "prettet"
4196
 
@@ -4228,8 +4224,8 @@ msgid "Any Status"
4228
  msgstr "Status"
4229
 
4230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:945
4232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1844
4233
  msgid "Paid OK"
4234
  msgstr "Betaling OK"
4235
 
@@ -4239,8 +4235,8 @@ msgid "Unknown Status"
4239
  msgstr "Ukendt status"
4240
 
4241
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:924
4243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:926
4244
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4245
  msgid "Payment"
4246
  msgstr "Betaling"
@@ -4267,33 +4263,33 @@ msgstr "Max"
4267
  msgid "Send payment request to visitor"
4268
  msgstr "Send betalingsanmodning til gæst"
4269
 
4270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:868
4271
  msgid "Payment status"
4272
  msgstr "Betalingsstatus"
4273
 
4274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:890
4275
  msgid "Save cost"
4276
  msgstr "Spar omkostning"
4277
 
4278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:913
4279
  msgid "Change status"
4280
  msgstr "Ændringsstatus"
4281
 
4282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:678
4283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:736
4284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:395
4285
  msgid "Updating..."
4286
  msgstr "Ajourføring..."
4287
 
4288
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:683
4289
  msgid "User is Activated"
4290
  msgstr "Bruger er aktiveret"
4291
 
4292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:741
4293
  msgid "User is Deactivated"
4294
  msgstr "Bruger er deaktiveret"
4295
 
4296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:853
4297
  #, php-format
4298
  msgid ""
4299
  "%sYou do not have permissions for this page.%s Your account is not active, "
@@ -4302,138 +4298,138 @@ msgstr ""
4302
  "%sDu har ikke tilladelser til denne side.%s Din konto er ikke aktiv, kontakt "
4303
  "venligst administrator.%s"
4304
 
4305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:888
4306
  #, php-format
4307
  msgid "%sYou do not have permissions for this booking resources.%s"
4308
  msgstr "%sDu har ikke tilladelser til disse reserveringsressourcer.%s"
4309
 
4310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:894
4311
  #, php-format
4312
  msgid "%sNo this booking resources.%s"
4313
  msgstr "%sNej denne reserveringsressource.%s"
4314
 
4315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4316
  msgid "Show resources of user:"
4317
  msgstr "Vis ressourcer for bruger:"
4318
 
4319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1046
4320
  msgid "My"
4321
  msgstr "Min"
4322
 
4323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1065
4324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:339
4325
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4326
  msgid "Booking resource:"
4327
  msgstr "Reseveringsressource:"
4328
 
4329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1097
4330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1136
4331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1233
4332
  msgid "Users"
4333
  msgstr "Brugere"
4334
 
4335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1117
4336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1238
4337
  #, fuzzy
4338
  msgid "User"
4339
  msgstr "Bruger er aktiveret"
4340
 
4341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1138
4342
  msgid "Management of"
4343
  msgstr "Håndtering af"
4344
 
4345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1242
4346
  msgid "Set user as"
4347
  msgstr "Sæt bruger som"
4348
 
4349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1275
4350
  #, fuzzy, php-format
4351
  msgid "Active %sSuper Admin%s"
4352
  msgstr "Super Admin"
4353
 
4354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1277
4355
  #, fuzzy, php-format
4356
  msgid "Active %sRegular User%s"
4357
  msgstr "at gøre bruger aktiv"
4358
 
4359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4360
  #, fuzzy
4361
  msgid "Inactive User"
4362
  msgstr "gør bruger inaktiv"
4363
 
4364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1287
4365
  msgid "Unlimited"
4366
  msgstr ""
4367
 
4368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4369
  msgid "Activate"
4370
  msgstr "Aktiveret"
4371
 
4372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4378
  msgid "Do you really want"
4379
  msgstr "Ønsker du virkelig"
4380
 
4381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4382
  msgid "make user active"
4383
  msgstr "at gøre bruger aktiv"
4384
 
4385
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4386
  msgid "Deactivate"
4387
  msgstr "Deaktivere"
4388
 
4389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1301
4390
  msgid "Set as inactive"
4391
  msgstr "Sæt som inaktiv"
4392
 
4393
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4394
  msgid "make user inactive"
4395
  msgstr "gør bruger inaktiv"
4396
 
4397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1304
4398
  #, fuzzy
4399
  msgid "Delete settings"
4400
  msgstr "Slet"
4401
 
4402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4403
  msgid "delete configuration"
4404
  msgstr "slet konfiguration"
4405
 
4406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1307
4407
  #, fuzzy
4408
  msgid "Delete data"
4409
  msgstr ""
4410
  "Hvis du vil gemme dine reserveringsdata, så untjek %s\"Slet bookende data"
4411
  "\"%s på\""
4412
 
4413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4414
  msgid "delete all booking data"
4415
  msgstr "slet alle reserveringsdata"
4416
 
4417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1318
4418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4419
  msgid "Super Admin"
4420
  msgstr "Super Admin"
4421
 
4422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4424
  msgid "set user as"
4425
  msgstr "sæt bruger som"
4426
 
4427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1322
4428
  #, fuzzy
4429
  msgid "Regular User"
4430
  msgstr "Regulær bruger"
4431
 
4432
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4433
  msgid "Regular user"
4434
  msgstr "Regulær bruger"
4435
 
4436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1419
4437
  msgid "Suite"
4438
  msgstr "Suite"
4439
 
@@ -5431,26 +5427,26 @@ msgstr "Alle"
5431
  msgid "Pay using %s payment service"
5432
  msgstr "Betal ved at bruge %s betalingstjeneste"
5433
 
5434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:129
5435
  msgid "Form / Calendar"
5436
  msgstr "Formular/ Kalender"
5437
 
5438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
5439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
5440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
5441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
5442
  msgid "Insertion of"
5443
  msgstr "Indsættelse af"
5444
 
5445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:142
5446
  msgid "Selection of form"
5447
  msgstr "Udvælgelse af formular"
5448
 
5449
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:169
5450
  msgid "Editing of booking"
5451
  msgstr "Redigering af reservering"
5452
 
5453
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:191
5454
  #, php-format
5455
  msgid ""
5456
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
@@ -5459,7 +5455,7 @@ msgstr ""
5459
  "Læs venligst mere om shortkoder %sher%s eller JavaScript tilpasning af de "
5460
  "specifikke shortkoder %sher%s"
5461
 
5462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:200
5463
  #, php-format
5464
  msgid ""
5465
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
@@ -5470,7 +5466,7 @@ msgstr ""
5470
  "deres egen reservering(er), %sannuler%s eller lave %sbetaling%s efter at "
5471
  "have fået en admin email betalingsanmodning"
5472
 
5473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:201
5474
  #, php-format
5475
  msgid ""
5476
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
@@ -5479,19 +5475,19 @@ msgstr ""
5479
  "Indholdet af felter %sURL til at redigere reseveringer%s på %sgenerel "
5480
  "reserveringsindstillinger-side%s skal linke til denne side"
5481
 
5482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5483
  #, php-format
5484
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5485
  msgstr ""
5486
  "Email skabeloner, som bruger shortkoder: %s, vil blive linket til denne side"
5487
 
5488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:221
5489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:223
5490
  #, fuzzy
5491
  msgid "Select shortcode to insert"
5492
  msgstr "Indsæt reserveringskalender"
5493
 
5494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:243
5495
  #, fuzzy, php-format
5496
  msgid ""
5497
  "This shortcode %s is using for showing the search results at specific page, "
@@ -5501,40 +5497,40 @@ msgstr ""
5501
  "specifik side, hvis søge form er er brugt for at vise søgningsresultaterne "
5502
  "ved en anden side"
5503
 
5504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5505
  #, fuzzy
5506
  msgid "Check this box to show search results on other page"
5507
  msgstr "Maker denne kasse hvis du ønsker at vise hjælpetips på admin panelet."
5508
 
5509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:259
5510
  msgid "URL of search results:"
5511
  msgstr "URL på søgeresultater:"
5512
 
5513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:261
5514
  msgid "Type the URL of search results page."
5515
  msgstr "Indtast URLen på søgningsresultatside."
5516
 
5517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5518
  msgid "Title of Search results:"
5519
  msgstr "Titel på søgeresultater:"
5520
 
5521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:270
5522
  msgid "Type the title of Search results."
5523
  msgstr "Indtast titel på søgeresultater."
5524
 
5525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:276
5526
  msgid "Nothing Found Message:"
5527
  msgstr "Ingenting besked fundet:"
5528
 
5529
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:279
5530
  msgid "Type the message, when nothing found."
5531
  msgstr "Indtast beskeden, når ingenting er fundet."
5532
 
5533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:286
5534
  msgid "Search only for users:"
5535
  msgstr "Søg kun efter brugere:"
5536
 
5537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5538
  msgid ""
5539
  "Type IDs of the users (separated by comma \",\") for searching availability "
5540
  "only for these users, or leave it blank for searching for all users."
@@ -5543,25 +5539,25 @@ msgstr ""
5543
  "tilgængelighed kun efter disse brugere, eller lad den være blank for at søge "
5544
  "efter alle brugere."
5545
 
5546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:307
5547
  msgid "Title:"
5548
  msgstr "Titel:"
5549
 
5550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:309
5551
  msgid "Title near your select box."
5552
  msgstr "Titel ved din udvælgelsekasse."
5553
 
5554
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:317
5555
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5556
  msgid "Visible months:"
5557
  msgstr "Synlige måneder:"
5558
 
5559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:332
5560
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5561
  msgid "Select number of month to show for calendar."
5562
  msgstr "Vælg antal måneder som skal vises i kalender."
5563
 
5564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:354
5565
  #, fuzzy
5566
  msgid ""
5567
  "Select booking resources, for showing in selectbox. Please use CTRL to "
@@ -5570,7 +5566,7 @@ msgstr ""
5570
  "Vælg bookende ressourcer, der skal vises i udvæglseskasse. %sBrug venligst "
5571
  "CTRL for at vælge multiple reserveringsressourcer."
5572
 
5573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:361
5574
  #, php-format
5575
  msgid ""
5576
  "This shortcode %s is using for selection of the booking form of specific "
@@ -5579,104 +5575,104 @@ msgstr ""
5579
  "Denne shortcode %s bliver brugt til udvælgelse af bookingformularen af "
5580
  "specifikke reserveringsressourcer i udvælgelsekasse"
5581
 
5582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5583
  msgid "This booking resources does not exist"
5584
  msgstr "Denne reserveringsressource eksisterer ikke"
5585
 
5586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:587
5587
  msgid "Processing..."
5588
  msgstr "Arbejder..."
5589
 
5590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:608
5591
  msgid "Generating columns..."
5592
  msgstr "Genererer kolonner..."
5593
 
5594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:639
5595
  msgid "Exporting booking data..."
5596
  msgstr "Eksporterer bookende data..."
5597
 
5598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:673
5599
  msgid "Generating content of file"
5600
  msgstr "Genererer indhold af fil"
5601
 
5602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:711
5603
  msgid "Saving to file"
5604
  msgstr "Gemmer til fil"
5605
 
5606
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:728
5607
  msgid "Export bookings"
5608
  msgstr "Eksporter reserveringer"
5609
 
5610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:731
5611
  msgid "Download the CSV file of exported booking data"
5612
  msgstr "Download CSV-filen af eksporterede reserveringsdata"
5613
 
5614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:737
5615
  msgid "Download"
5616
  msgstr "Download"
5617
 
5618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:746
5619
  msgid "Done!"
5620
  msgstr "Færdig!"
5621
 
5622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:769
5623
  msgid "Please Select"
5624
  msgstr "Vælg venligst"
5625
 
5626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:905
5627
  msgid "link"
5628
  msgstr "link"
5629
 
5630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1026
5631
  msgid "Print bookings"
5632
  msgstr "Print reserveringer"
5633
 
5634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1047
5635
  msgid "The booking was canceled by the visitor."
5636
  msgstr "Reserveringen blev annulleret af gæsten."
5637
 
5638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1061
5639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1072
5640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1866
5641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1913
5642
  msgid "Wrong booking hash in URL (probably expired)"
5643
  msgstr "Forkert resevering hash i URL (sandsynligvis udløbet)"
5644
 
5645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1100
5646
  msgid "The booking has been canceled successfully"
5647
  msgstr "Reserveringen er blevet annulleret succesfuldt"
5648
 
5649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1233
5650
  msgid "Add New Booking Resource(s)"
5651
  msgstr "Tilføj ny Booking Resource(r)"
5652
 
5653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1238
5654
  msgid "New Resource"
5655
  msgstr "Ny Ressource"
5656
 
5657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1242
5658
  msgid "Enter title here"
5659
  msgstr "Indtast titel her"
5660
 
5661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
5662
  msgid "Enter name of booking resource"
5663
  msgstr "Indtast navnet på bookingressource"
5664
 
5665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1253
5666
  msgid "Advanced Options"
5667
  msgstr "Avancerede Indstillinger"
5668
 
5669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1254
5670
  msgid "Add new resource(s)"
5671
  msgstr "Tilføj ny ressource(r)"
5672
 
5673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1363
5674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1450
5675
  msgid "Resources number per page"
5676
  msgstr "Ressourceantal per side"
5677
 
5678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1372
5679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1459
5680
  msgid ""
5681
  "Select number of booking resources (single or parent) per page at Resource "
5682
  "menu page"
@@ -5684,24 +5680,24 @@ msgstr ""
5684
  "Vælg antal reservering ressourcer (enkelte eller forælder) per side på "
5685
  "Resource-menuside"
5686
 
5687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1377
5688
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1430
5689
  msgid "Default booking resource"
5690
  msgstr "Standard booking ressource"
5691
 
5692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1411
5693
  msgid "Enter your order number to begin the activation process."
5694
  msgstr "Indtast dit ordrenummer for at begynde aktiveringsprocessen."
5695
 
5696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5697
  msgid "Select your default booking resource."
5698
  msgstr "Vælg din standard reserveringsressource."
5699
 
5700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1473
5701
  msgid "URL to edit bookings"
5702
  msgstr "URL til at redigere reserveringer"
5703
 
5704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1475
5705
  #, fuzzy, php-format
5706
  msgid ""
5707
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
@@ -5710,11 +5706,11 @@ msgstr ""
5710
  "Indtast URL for %sgæster%s for at redigere reserveringer. Du skal indsætte "
5711
  "%s shortkode på denne side."
5712
 
5713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1493
5714
  msgid "Change hash after the booking is approved"
5715
  msgstr "Ændr hashtegn efter reserveringen er godkendt"
5716
 
5717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5718
  msgid ""
5719
  "Check this box if you want to change the booking hash after approval. When "
5720
  "checked, visitor will not be able to edit or cancel the booking."
@@ -5723,42 +5719,42 @@ msgstr ""
5723
  "Når den er markeret, vil gæst ikke kunne redigere eller annullere "
5724
  "reserveringen."
5725
 
5726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1510
5727
  #, php-format
5728
  msgid "%s - start new translation section, where %s - locale of translation"
5729
  msgstr "%s - start nyt oversættelse afsnit, hvor %s - locale af oversættelsen"
5730
 
5731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1511
5732
  #, php-format
5733
  msgid "Example #1: %s - start French translation section"
5734
  msgstr "Eksempel #1: %s - start fransk oversættelse afsnit"
5735
 
5736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1512
5737
  #, php-format
5738
  msgid "Example #2: \"%s\" - English and French translation of some message"
5739
  msgstr "Eksempel #2: \"%s\" - Engelsk og fransk oversættelse af nogle beskeder"
5740
 
5741
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1528
5742
  msgid ""
5743
  "Customization of email template, which is sending to Admin after new booking"
5744
  msgstr ""
5745
  "Tilpasning af emailskabelon som sendes til Admin efter en ny reservering"
5746
 
5747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1529
5748
  msgid "New for Admin"
5749
  msgstr "Ny for Admin"
5750
 
5751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1537
5752
  msgid ""
5753
  "Customization of email template, which is sending to Visitor after new "
5754
  "booking"
5755
  msgstr "Tilpasning af emailskabelon som sendes til gæst efter ny reservering"
5756
 
5757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1538
5758
  msgid "New for Visitor"
5759
  msgstr "Ny for gæst"
5760
 
5761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1546
5762
  msgid ""
5763
  "Customization of email template, which is sending to Visitor after approval "
5764
  "of booking"
@@ -5766,7 +5762,7 @@ msgstr ""
5766
  "Tilpasning af emailskabelon som sendee til gæst efter godkendelse af "
5767
  "reservering"
5768
 
5769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1555
5770
  msgid ""
5771
  "Customization of email template, which is sending to Visitor after "
5772
  "Cancellation of booking"
@@ -5774,90 +5770,90 @@ msgstr ""
5774
  "Tilpasning af emailskabelon som sendes til gæst efter annulering af "
5775
  "reservering"
5776
 
5777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1556
5778
  msgid "Declined"
5779
  msgstr "Frabedt"
5780
 
5781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1564
5782
  msgid ""
5783
  "Customization of email template, which is sending after modification of "
5784
  "booking"
5785
  msgstr ""
5786
  "Tilpasning af emailskabelon som sendes efter modifikation af reserveringen"
5787
 
5788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1565
5789
  msgid "Modified"
5790
  msgstr "Modificeret"
5791
 
5792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1574
5793
  msgid ""
5794
  "Customization of email template, which is sending to Visitor after payment "
5795
  "request"
5796
  msgstr ""
5797
  "Tilpasning af emailskabelon som sendes til gæst efter betalingsanmodning"
5798
 
5799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1575
5800
  msgid "Payment request"
5801
  msgstr "Betalingsanmodning"
5802
 
5803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5804
  msgid "Standard Form Template"
5805
  msgstr "Standard Form"
5806
 
5807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1630
5808
  msgid "2 Columns Form Template"
5809
  msgstr "2 Kolonner Form skabelon"
5810
 
5811
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1631
5812
  msgid "Wizard Form Template(several steps)"
5813
  msgstr "Hjælp (flere trin)"
5814
 
5815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1633
5816
  msgid "Payment Form Template"
5817
  msgstr "Betaling Form Skabelon"
5818
 
5819
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1634
5820
  msgid "Time Slots Form Template"
5821
  msgstr "Tidsrum Form Skabelon"
5822
 
5823
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
5824
  msgid "Time slots for different weekends Form Template"
5825
  msgstr "Tidsrum for forskellige weekender Form Skabelon"
5826
 
5827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5828
  msgid "Hints Form Template"
5829
  msgstr "Fif Form Skabelon"
5830
 
5831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1642
5832
  #, fuzzy
5833
  msgid "Reset current Form"
5834
  msgstr "Nulstil til standard søgeform indhold"
5835
 
5836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1650
5837
  #, fuzzy
5838
  msgid "Reset Booking Form and Content of Booking Fields Form"
5839
  msgstr "Konfigurer venligst formularen for indhold af at bookede feltdata!"
5840
 
5841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1654
5842
  msgid "Both"
5843
  msgstr "Begge"
5844
 
5845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1666
5846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
5847
  msgid "Please configure the form for content of booking fields data!"
5848
  msgstr "Konfigurer venligst formularen for indhold af at bookede feltdata!"
5849
 
5850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1674
5851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
5852
  msgid "Please configure the form fields!"
5853
  msgstr "Konfigurer venligst formularfelterne!"
5854
 
5855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1683
5856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
5857
  msgid "Customization of booking form fields"
5858
  msgstr "Tilpasning af booking formularfelterne"
5859
 
5860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1688
5861
  msgid ""
5862
  "Customization of fields, which showing in the Booking Listing page for the "
5863
  "specific booking"
@@ -5865,15 +5861,15 @@ msgstr ""
5865
  "Tilpasning af felter, som vises i Booking Liste-siden for den specifikke "
5866
  "reservering"
5867
 
5868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1691
5869
  msgid "Content of Booking Fields"
5870
  msgstr "Indhold af Bookingfelter"
5871
 
5872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1707
5873
  msgid "Default title of bookings"
5874
  msgstr "Standard titel af reserveringer"
5875
 
5876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1709
5877
  #, php-format
5878
  msgid ""
5879
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
@@ -5884,44 +5880,44 @@ msgstr ""
5884
  "Liste-side (Du kan bruge shortkoderne fra knapformularen på indstillinger "
5885
  "Felter-side)."
5886
 
5887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1721
5888
  msgid "Incorrect date format"
5889
  msgstr "Ukorrekt datoformat"
5890
 
5891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1959
5892
  #, fuzzy
5893
  msgid "Booking Resource"
5894
  msgstr "Reseveringsressource:"
5895
 
5896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1969
5897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1478
5898
  msgid "All bookings"
5899
  msgstr "Alle reserveringer"
5900
 
5901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1973
5902
  msgid "All incoming bookings"
5903
  msgstr "Alle indgående reserveringer"
5904
 
5905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1978
5906
  msgid "New reservations made today"
5907
  msgstr "Nye reservationer lavet i dag"
5908
 
5909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1983
5910
  msgid "Reservations for today"
5911
  msgstr "Reservationer for idag"
5912
 
5913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2004
5914
  msgid "Add new booking resource"
5915
  msgstr "Tilføj ny reserveringsressource"
5916
 
5917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3015
5918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3068
5919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:551
5920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:553
5921
  msgid "Updated successfully"
5922
  msgstr "Opdateret succesfuldt"
5923
 
5924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3029
5925
  msgid ""
5926
  "Warning! The resource was not changed. Current dates are already booked "
5927
  "there."
@@ -5929,21 +5925,21 @@ msgstr ""
5929
  "Advarsel! Ressourcen blev ikke ændret. Faktiske datoer er allerede booket "
5930
  "der."
5931
 
5932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3303
5933
  msgid "Email to \"Admin\" after a new booking"
5934
  msgstr "Email til \"Admin\" efter en ny reservering"
5935
 
5936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3323
5937
  msgid "To"
5938
  msgstr "Til"
5939
 
5940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3325
5941
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5942
  #, php-format
5943
  msgid "Type default %sadmin email%s for booking confirmation"
5944
  msgstr "Indtast standard %sadmin email%s for resevering bekræftelse"
5945
 
5946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3332
5947
  #, php-format
5948
  msgid ""
5949
  "Type the default %sadmin email%s sending the booking confimation. You can "
@@ -5952,17 +5948,17 @@ msgstr ""
5952
  "Indtast standard %sadmin email%s for afsendelse af "
5953
  "reserveringskonfirmationen. Du kan bruge disse %s shortkoder."
5954
 
5955
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3339
5956
  #, php-format
5957
  msgid "Type your email %ssubject%s for the booking confimation message."
5958
  msgstr "Indtast dit email %semne%s for reserveringskonfimationsbeskeden."
5959
 
5960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3347
5961
  #, php-format
5962
  msgid "Type your %semail message content for checking booking%s in. "
5963
  msgstr "Indtast din %semail beskedindhold for at tjekke reservering%s i."
5964
 
5965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
5966
  #, php-format
5967
  msgid ""
5968
  "For example: \"You have a new reservation %s on the following date(s): %s "
@@ -5973,31 +5969,31 @@ msgstr ""
5973
  "information: %s Du kan godkende eller redigere denne reservering på: %s Tak, "
5974
  "Reservation-tjenesten.\""
5975
 
5976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
5977
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
5978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
5979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
5980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1150
5981
  msgid "here"
5982
  msgstr "her"
5983
 
5984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3370
5985
  msgid "Email to \"Person\" after they make a new reservation"
5986
  msgstr "Email til \"Person\" efter at de laver en ny reservation"
5987
 
5988
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3400
5989
  #, fuzzy, php-format
5990
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5991
  msgstr ""
5992
  "Indtast din %semail besked for gæst efter at have oprettet en ny reservation"
5993
  "%s"
5994
 
5995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
5996
  #, fuzzy, php-format
5997
  msgid "Use these %s shortcodes."
5998
  msgstr "Brug disse shortkoder for tilpasning:"
5999
 
6000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
6001
  #, php-format
6002
  msgid ""
6003
  "Type your %semail message for visitor after creating a new reservation%s"
@@ -6005,7 +6001,7 @@ msgstr ""
6005
  "Indtast din %semail besked for gæst efter at have oprettet en ny reservation"
6006
  "%s"
6007
 
6008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
6009
  #, php-format
6010
  msgid ""
6011
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
@@ -6016,21 +6012,21 @@ msgstr ""
6016
  "behandling! Vi vil sende bekræftelse via email. %s Du kan redigere "
6017
  "reserveringen på denne side : %s Tak, Reservationstjenesten.\""
6018
 
6019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3430
6020
  msgid "Email to \"Person\" after booking is approved"
6021
  msgstr "Email til \"Person\" efter reservering er godkendt"
6022
 
6023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3473
6024
  #, php-format
6025
  msgid "Type your email subject for the %sapproved booking%s."
6026
  msgstr "Indtast dit email emne for den %sgodkendte reservering%s."
6027
 
6028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3481
6029
  #, php-format
6030
  msgid "Type your %semail message for the approved booking%s from the website"
6031
  msgstr "Indtast din %semail emne for den godkendte reservering%s fra webstedet"
6032
 
6033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
6034
  #, php-format
6035
  msgid ""
6036
  "For example: \"Your reservation %s on these date(s): %s has been approved."
@@ -6041,22 +6037,22 @@ msgstr ""
6041
  "%s Du kan redigere denne reservering på denne side: %s . Tak, "
6042
  "Reservationstjenesten.\""
6043
 
6044
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3503
6045
  msgid "Email to \"Person\" after their booking has been denied"
6046
  msgstr "Email til \"Person\" efter at deres reservering er blevet nægtet"
6047
 
6048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3548
6049
  #, php-format
6050
  msgid "Type your email subject for the %sdenied booking%s."
6051
  msgstr "Inftast dit email emne for den %snægtede reservering%s."
6052
 
6053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3555
6054
  #, php-format
6055
  msgid "Type your %semail message for the denied booking%s from the website"
6056
  msgstr ""
6057
  "Indtast din %semail besked for den nægtede reservering%s fra webstedet"
6058
 
6059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3564
6060
  #, php-format
6061
  msgid ""
6062
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
@@ -6066,22 +6062,22 @@ msgstr ""
6066
  "annulleret. Kontakt os venligst for mere information. %s Tak, "
6067
  "Reservationstjenesten.\""
6068
 
6069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3580
6070
  msgid "Email to \"Person\" after booking is modified"
6071
  msgstr "Email til \"Person\" efter reservering er modificeret"
6072
 
6073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6074
  #, php-format
6075
  msgid "Type your email subject for the %smodified booking%s. "
6076
  msgstr "Indtast dit email emne for den %s modificeret reservering%s. "
6077
 
6078
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3633
6079
  #, php-format
6080
  msgid "Type your %semail message for the modified booking%s from the website"
6081
  msgstr ""
6082
  "Indtast din %semail besked for den modificerede reservering%s fra webstedet"
6083
 
6084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
6085
  #, php-format
6086
  msgid ""
6087
  "For example: \"The reservation %s on these date(s): %s has been modified. "
@@ -6092,11 +6088,11 @@ msgstr ""
6092
  "modificeret. %s Du kan redigere denne reservering på denne side: %s . Tak, "
6093
  "Reservationstjenesten.\""
6094
 
6095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3738
6096
  msgid "Form fields"
6097
  msgstr "Formularfelter"
6098
 
6099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3767
6100
  #, php-format
6101
  msgid ""
6102
  "Content of booking fields data for email templates (%s-shortcode) and "
@@ -6105,59 +6101,59 @@ msgstr ""
6105
  "Indhold af bookede feltdata for emailskabeloner (%s-shortkode) og bookede "
6106
  "oplistende side"
6107
 
6108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3775
6109
  #, fuzzy, php-format
6110
  msgid "%s - inserting data from fields of booking form"
6111
  msgstr "%s - indsætte data fra felter af tilmeldingsblanket,"
6112
 
6113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3776
6114
  #, fuzzy, php-format
6115
  msgid "%s - inserting new line"
6116
  msgstr "%s - indføj moderat link af ny reservering"
6117
 
6118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
6119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
6120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3897
6121
  msgid "First Name"
6122
  msgstr "Fornavn"
6123
 
6124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3872
6125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
6126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3898
6127
  msgid "Last Name"
6128
  msgstr "Efternavn"
6129
 
6130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3873
6131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
6132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3899
6133
  msgid "Email"
6134
  msgstr "Email"
6135
 
6136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
6137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3896
6138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
6139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
6140
  msgid "Times"
6141
  msgstr "Tidszone"
6142
 
6143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3901
6144
  msgid "Address"
6145
  msgstr "Adresse"
6146
 
6147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3902
6148
  msgid "City"
6149
  msgstr "By"
6150
 
6151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3903
6152
  msgid "Post code"
6153
  msgstr "Postnummer"
6154
 
6155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4051
6156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2350
6157
  msgid "New booking"
6158
  msgstr "Ny reservering"
6159
 
6160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4053
6161
  #, php-format
6162
  msgid ""
6163
  "Your reservation %s for: %s is processing now! We will send confirmation by "
@@ -6166,11 +6162,11 @@ msgstr ""
6166
  "Din reservation %s for: %s er under behandling! Vi vil sende bekræftelse via "
6167
  "email. %sDu kan redigere denne reservering på denne side: %s Tak, %s"
6168
 
6169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4057
6170
  msgid "The reservation has been modified"
6171
  msgstr "Reservationen er blevet modificeret"
6172
 
6173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4059
6174
  #, php-format
6175
  msgid ""
6176
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
@@ -6179,19 +6175,19 @@ msgstr ""
6179
  "Reservationen %s for: %s er blevet modificeret. %sDu kan redigere denne "
6180
  "reservering på denne side:: %s Tak, %s"
6181
 
6182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4126
6183
  msgid "Sending request..."
6184
  msgstr "Sender anmodning..."
6185
 
6186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4151
6187
  msgid "Order number"
6188
  msgstr "Ordrenummer"
6189
 
6190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4154
6191
  msgid "Register"
6192
  msgstr "Register"
6193
 
6194
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4156
6195
  msgid ""
6196
  "Please, enter your order number of purchasing this version, which you are "
6197
  "received in email."
@@ -6199,7 +6195,7 @@ msgstr ""
6199
  "Indtast venligst dit ordrenummer ved bestilling af denne version, som du har "
6200
  "modtaget i enemail."
6201
 
6202
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4160
6203
  #, php-format
6204
  msgid ""
6205
  "If you will get any difficulties or have a questions, please contact by "
@@ -6264,8 +6260,8 @@ msgid "Insert booking calendar"
6264
  msgstr "Indsæt reserveringskalender"
6265
 
6266
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
6267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
6268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:86
6269
  msgid "Booking calendar"
6270
  msgstr "Booking kalender"
6271
 
@@ -6395,125 +6391,135 @@ msgstr ""
6395
  "Gæst kan kun vælge 4 dage der starter med mandag, 3 eller 7 dage - fredag, 2 "
6396
  "dage - lørdag, etc…"
6397
 
6398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6399
  msgid "week"
6400
  msgstr "Uge"
6401
 
6402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6403
  msgid "weeks"
6404
  msgstr "Uger"
6405
 
6406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
6407
  msgid "month"
6408
  msgstr "måned"
6409
 
6410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:305
6411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
6412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6413
  msgid "months"
6414
  msgstr "måneder"
6415
 
6416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2200
6418
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
6419
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
6420
  msgid "Year"
6421
  msgstr "År"
6422
 
6423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6424
  msgid "Current dates"
6425
  msgstr "Aktuelle datoer"
6426
 
6427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:312
6428
  msgid "Today"
6429
  msgstr "Idag"
6430
 
6431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
6432
  msgid "Previous dates"
6433
  msgstr "Forregående datoer"
6434
 
6435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6436
  msgid "All dates"
6437
  msgstr "Alle datoer"
6438
 
6439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:315
6440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:404
6441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2058
6442
  msgid "Next"
6443
  msgstr "Næste"
6444
 
6445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:316
6446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:427
6447
  msgid "Prior"
6448
  msgstr "Forudgående"
6449
 
6450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:485
6451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
6452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:603
6453
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1409
 
 
 
 
 
 
 
 
 
 
6454
  msgid "Apply"
6455
  msgstr "Anvende"
6456
 
6457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:585
6458
  msgid "Start Date"
6459
  msgstr "Startdato"
6460
 
6461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
6462
  msgid "Booking Listing"
6463
  msgstr "Reseveringsliste"
6464
 
6465
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:630
6466
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
6467
  msgid "Calendar Overview"
6468
  msgstr "Kalender-Oversigt"
6469
 
6470
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:639
6471
  msgid "Booking Calendar - Overview"
6472
  msgstr "Reseveringskalender - Oversigt"
6473
 
6474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:647
6475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:668
6476
  msgid "Help"
6477
  msgstr "Hjælp"
6478
 
6479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
6480
  msgid "About Booking Calendar"
6481
  msgstr "Om Reserverings-Kalender"
6482
 
6483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:669
6484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:476
 
6485
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
6486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1282
6487
  msgid "FAQ"
6488
  msgstr "FAQ"
6489
 
6490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:670
6491
  msgid "Technical Support"
6492
  msgstr "Teknisk hjælp"
6493
 
6494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:673
6495
  msgid "Purchase"
6496
  msgstr "Køb"
6497
 
6498
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:676
6499
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:489
6500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1259
6501
  msgid "Upgrade"
6502
  msgstr "Opgradering"
6503
 
6504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1310
6505
  msgid "Filter"
6506
  msgstr "Filter"
6507
 
6508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1355
6509
  msgid "Expand Advanced Filter"
6510
  msgstr "Udvid Avanceret Filter"
6511
 
6512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1356
6513
  msgid "Collapse Advanced Filter"
6514
  msgstr "ammenfold Avanceret Filter"
6515
 
6516
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1373
6517
  msgid ""
6518
  "Send email notification to customer after approval, cancelation or deletion "
6519
  "of bookings"
@@ -6521,48 +6527,48 @@ msgstr ""
6521
  "Send email meldelse til kunde efter godkendelse, annulering eller sletning "
6522
  "af reserveringer"
6523
 
6524
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1374
6525
  msgid "Emails sending"
6526
  msgstr "Emails afsendelse"
6527
 
6528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1397
6529
  msgid "Booking ID"
6530
  msgstr "Booking ID"
6531
 
6532
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1406
6533
  #, fuzzy
6534
  msgid "Refresh booking listing"
6535
  msgstr "Reseveringsliste"
6536
 
6537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1410
6538
  #, fuzzy
6539
  msgid "Reset filter to default values"
6540
  msgstr "Nulstil til standard søgeform indhold"
6541
 
6542
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1451
6543
  msgid "Any"
6544
  msgstr "Alle"
6545
 
6546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1479
6547
  msgid "New bookings"
6548
  msgstr "Nye reseveringer"
6549
 
6550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1482
6551
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:81
6552
  msgid "Show"
6553
  msgstr "Vis"
6554
 
6555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1494
6556
  #, fuzzy
6557
  msgid "Creation"
6558
  msgstr "Opret"
6559
 
6560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1528
6561
  #, fuzzy
6562
  msgid "Order by"
6563
  msgstr "Ordrenummer"
6564
 
6565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1542
6566
  msgid ""
6567
  "Save filter settings as default template (Please, click Apply filter button, "
6568
  "before saving!)"
@@ -6570,268 +6576,259 @@ msgstr ""
6570
  "Gem filterindstillinger som standard skabelon (Venligst, klik Godkend-"
6571
  "filterknap, før gemning!)"
6572
 
6573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1545
6574
  msgid "Save as Default"
6575
  msgstr "Gem som standard"
6576
 
6577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1550
6578
  msgid "Delete your previously saved default filer template!"
6579
  msgstr "Slet din hidtil gemte standard filter-skabelon!"
6580
 
6581
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1553
6582
  msgid "Delete template"
6583
  msgstr "Slet skabelon"
6584
 
6585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1622
6586
  msgid "Approve selected bookings"
6587
  msgstr "Godkend udvalgte reserveringer"
6588
 
6589
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1626
6590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1927
6591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1984
6592
  msgid "Approve"
6593
  msgstr "Godkend"
6594
 
6595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1627
6596
  msgid "Set selected bookings as pending"
6597
  msgstr "Sæt udvalgte reserveringer som uafklaret"
6598
 
6599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1629
6600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1988
6602
  #, fuzzy
6603
  msgid "Do you really want to set booking as pending ?"
6604
  msgstr "Vil du virkelig sætte reservering som uafklaret?"
6605
 
6606
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1632
6607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1932
6608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1989
6609
  msgid "Reject"
6610
  msgstr "Forkast"
6611
 
6612
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1635
6613
  msgid "Delete selected bookings"
6614
  msgstr "Slet udvalgte reserveringer"
6615
 
6616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1637
6617
  #, fuzzy
6618
  msgid "Do you really want to delete selected booking(s) ?"
6619
  msgstr "il du virkelig slette udvalgt reservering(er)?"
6620
 
6621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1642
6622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:171
6623
  msgid "Reason for cancellation here"
6624
  msgstr "Grund til annulering her"
6625
 
6626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1647
6627
  #, fuzzy
6628
  msgid "Mark as read all bookings"
6629
  msgstr "Marker som læste udvalgte reserveringer"
6630
 
6631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1651
6632
  #, fuzzy
6633
  msgid "Read All"
6634
  msgstr "Læs"
6635
 
6636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1652
6637
  msgid "Mark as read selected bookings"
6638
  msgstr "Marker som læste udvalgte reserveringer"
6639
 
6640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1656
6641
  msgid "Read"
6642
  msgstr "Læs"
6643
 
6644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1657
6645
  msgid "Mark as Unread selected bookings"
6646
  msgstr "Maker som ulæste udvalgte reserveringer"
6647
 
6648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1661
6649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1870
6650
  msgid "Unread"
6651
  msgstr "Ulæste"
6652
 
6653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
6654
  msgid "Booking Data"
6655
  msgstr "Booking Data"
6656
 
6657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6658
  msgid "Booking Dates"
6659
  msgstr "Booking Datoer"
6660
 
6661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6662
  msgid "Show ALL dates of booking"
6663
  msgstr "Vis ALLE datoer på reservering"
6664
 
6665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6666
  msgid "Show only check in/out dates"
6667
  msgstr "Vis kun checkind/ud datoer"
6668
 
6669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1720
6670
  msgid "Nothing found!"
6671
  msgstr "Ingenting fundet!"
6672
 
6673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1754
6674
  msgid "Resource not exist"
6675
  msgstr "Ressource eksister ikke"
6676
 
6677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1870
6678
  msgid "Mark"
6679
  msgstr "Maker"
6680
 
6681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1893
6682
- #, fuzzy
6683
- msgid "Creation Date"
6684
- msgstr "dato"
6685
-
6686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1936
6687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1993
6688
  #, fuzzy
6689
  msgid "Do you really want to delete this booking ?"
6690
  msgstr "Vil du virkelig slette?"
6691
 
6692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2040
6693
  msgid "Prev"
6694
  msgstr "Forrige"
6695
 
6696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2189
6697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
6698
  msgid "Show month"
6699
  msgstr "Vis måned"
6700
 
6701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2192
6702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2224
6703
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6704
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6705
  msgid "Month"
6706
  msgstr "Måned"
6707
 
6708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2193
6709
  msgid "Show 3 months"
6710
  msgstr "Vis 3 måneder"
6711
 
6712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2196
6713
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6714
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6715
  msgid "3 Months"
6716
  msgstr "3 måneder"
6717
 
6718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2197
6719
  msgid "Show year"
6720
  msgstr "Vis år"
6721
 
6722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2206
6723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2240
6724
  msgid "Calendar view mode"
6725
  msgstr "Kalendervisning"
6726
 
6727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2213
6728
  msgid "Show day"
6729
  msgstr "Vis dag"
6730
 
6731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2216
6732
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6733
  msgid "Day"
6734
  msgstr "Dag"
6735
 
6736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2217
6737
  msgid "Show week"
6738
  msgstr "Vis uge"
6739
 
6740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2220
6741
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6742
  msgid "Week"
6743
  msgstr "Uge"
6744
 
6745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2225
6746
  msgid "Show 2 months"
6747
  msgstr "Vis 2 måneder"
6748
 
6749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2228
6750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6751
  msgid "2 Months"
6752
  msgstr "2 Måneder"
6753
 
6754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2266
6755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2280
6756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2327
6757
  msgid "Previous 4 weeks"
6758
  msgstr "Forrige 4 uger"
6759
 
6760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2267
6761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2281
6762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2328
6763
  msgid "Previous week"
6764
  msgstr "Forrige uge"
6765
 
6766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6769
  msgid "Current week"
6770
  msgstr "Aktuel uge"
6771
 
6772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6775
  msgid "Next week"
6776
  msgstr "Næste uge"
6777
 
6778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6781
  msgid "Next 4 weeks"
6782
  msgstr "Næste 4 uger"
6783
 
6784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2294
6785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2344
6786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2359
6787
  msgid "Previous 3 months"
6788
  msgstr "Forrige 3 måneder"
6789
 
6790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
6791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2345
6792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2360
6793
  msgid "Previous month"
6794
  msgstr "Forrige måned"
6795
 
6796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6799
  msgid "Current month"
6800
  msgstr "Aktuel måned"
6801
 
6802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6805
  msgid "Next month"
6806
  msgstr "Næste måned"
6807
 
6808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6811
  msgid "Next 3 months"
6812
  msgstr "Næste 3 måneder"
6813
 
6814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2312
6815
  msgid "Previous 7 days"
6816
  msgstr "Forige 7 dage"
6817
 
6818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2313
6819
  msgid "Previous day"
6820
  msgstr "Forrige dag"
6821
 
6822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6823
  msgid "Current day"
6824
  msgstr "Aktuel dag"
6825
 
6826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6827
  msgid "Next day"
6828
  msgstr "Næste dag"
6829
 
6830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6831
  msgid "Next 7 days"
6832
  msgstr "Næste 7 dage"
6833
 
6834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2387
6835
  msgid "Calendar Navigation"
6836
  msgstr "kalender Navigation"
6837
 
@@ -6949,19 +6946,19 @@ msgstr "Sæt som læst"
6949
  msgid "Set as Unread"
6950
  msgstr "Sæt som ulæst"
6951
 
6952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:157
6953
  msgid "Set as Approved"
6954
  msgstr "Sæt som gokendt"
6955
 
6956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:157
6957
  msgid "Set as Pending"
6958
  msgstr "Sæt som under behandling"
6959
 
6960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:171
6961
  msgid "Reason of cancellation here"
6962
  msgstr "Grunden til annuleringen her"
6963
 
6964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:364
6965
  msgid "The code you entered is incorrect"
6966
  msgstr "Koden du indtastede er ukorrekt"
6967
 
@@ -6969,102 +6966,102 @@ msgstr "Koden du indtastede er ukorrekt"
6969
  msgid "Booking Calendar"
6970
  msgstr "Booking Kalender"
6971
 
6972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:378
6973
  msgid "Statistic"
6974
  msgstr "Statistik"
6975
 
6976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:382
6977
  msgid "New (unverified) booking(s)"
6978
  msgstr "Ny (uafklaret) reservering(er)"
6979
 
6980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:386
6981
  msgid "Pending booking(s)"
6982
  msgstr "Uafklaret reservering(er)"
6983
 
6984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:392
6985
  msgid "Agenda"
6986
  msgstr "Agenda"
6987
 
6988
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:396
6989
  msgid "New booking(s) made today"
6990
  msgstr "Ny reservering(er), lavet i dag"
6991
 
6992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
6993
  msgid "Bookings for today"
6994
  msgstr "Reserveringer for i dag"
6995
 
6996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:422
6997
  msgid "Upgrade to higher versions"
6998
  msgstr "Opgradering til højere versioner"
6999
 
7000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:422
7001
  msgid "Commercial versions"
7002
  msgstr "Kommercielle versioner"
7003
 
7004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:426
7005
  msgid "Upgrade now"
7006
  msgstr "Opgrader nu"
7007
 
7008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
7009
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1251
7010
  msgid "Buy now"
7011
  msgstr "Køb nu"
7012
 
7013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:430
7014
  msgid "Test online Demo of each version"
7015
  msgstr "Test online Demo af hver version"
7016
 
7017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:446
7018
  msgid "Current version"
7019
  msgstr "Aktuel version"
7020
 
7021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:449
7022
  msgid "Version"
7023
  msgstr "Version"
7024
 
7025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:454
7026
  msgid "Type"
7027
  msgstr "Type"
7028
 
7029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:458
7030
  msgid "Used for"
7031
  msgstr "Brugt til"
7032
 
7033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7034
  msgid "Release date"
7035
  msgstr "Frigivelsesdato"
7036
 
7037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:470
7038
  msgid "Support"
7039
  msgstr "Support"
7040
 
7041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:473
7042
  msgid "Contact email"
7043
  msgstr "Kontakt email"
7044
 
7045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:479
7046
  msgid "Have a question"
7047
  msgstr "Har du et spørgsmål"
7048
 
7049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
7050
  msgid "Rate this plugin (thanks:)"
7051
  msgstr "Bedøm dette plugin (tak:)"
7052
 
7053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:487
7054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:491
7055
  msgid "Explore Premium Features"
7056
  msgstr "Udforsk Premium Features"
7057
 
7058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:553
7059
  msgid "Warning !!!"
7060
  msgstr "Advarsel !!!"
7061
 
7062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:554
7063
  msgid "All booking data will be deleted when the plugin is deactivated."
7064
  msgstr ""
7065
  "Alt reservering data vil blive slettet når dette plugin bliver deaktiveret."
7066
 
7067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:555
7068
  #, php-format
7069
  msgid ""
7070
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
@@ -7073,114 +7070,114 @@ msgstr ""
7073
  "Hvis du vil gemme dine reserveringsdata, så untjek %s\"Slet bookende data"
7074
  "\"%s på\""
7075
 
7076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:556
7077
  msgid "settings page"
7078
  msgstr "indstillinges-side"
7079
 
7080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:655
7081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:726
7082
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1799
7083
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
7084
  msgid "Settings"
7085
  msgstr "Indstillinger"
7086
 
7087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:690
7088
  msgid "Booking"
7089
  msgstr "Booking"
7090
 
7091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:726
7092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:752
7093
  msgid "Booking settings customization"
7094
  msgstr "Booking indstillingstilpasning"
7095
 
7096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:734
7097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1767
7098
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
7099
  msgid "Bookings"
7100
  msgstr "Reserveringer"
7101
 
7102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:740
7103
  msgid "Bookings listing"
7104
  msgstr "Reserverings- lister"
7105
 
7106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1107
7107
  msgid "Send email notification to customer about this operation"
7108
  msgstr "Send email-meldelse til kunde angående denne operation"
7109
 
7110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1183
7111
  msgid "General"
7112
  msgstr "General"
7113
 
7114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1193
7115
  msgid "Fields"
7116
  msgstr "Felter"
7117
 
7118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1202
7119
  msgid "Emails"
7120
  msgstr "Emails"
7121
 
7122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1205
7123
  msgid "Customization of email templates"
7124
  msgstr "Tilpasning af email skabelon"
7125
 
7126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1211
7127
  msgid "Payments"
7128
  msgstr "Betalinger"
7129
 
7130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1214
7131
  msgid "Integration of payment systems"
7132
  msgstr "Integration af betalingssystemer"
7133
 
7134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1227
7135
  msgid "Customization of search form"
7136
  msgstr "Tilpasning af søgeformular"
7137
 
7138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1236
7139
  msgid "Manage users"
7140
  msgstr "Håndter brugere"
7141
 
7142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1262
7143
  msgid "Upgrade to higher versions."
7144
  msgstr "Opgarder til højere versioner"
7145
 
7146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1274
7147
  msgid "Features"
7148
  msgstr "Funktioner"
7149
 
7150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
7151
  msgid "Live Demos"
7152
  msgstr "Live Demoer"
7153
 
 
7154
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
7155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1283
7156
  msgid "Contact"
7157
  msgstr "Kontakt"
7158
 
7159
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1277
7160
  msgid "Buy"
7161
  msgstr "Køb"
7162
 
7163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1446
7164
  msgid "This field is required"
7165
  msgstr "Dette felt er påkrævet"
7166
 
7167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1447
7168
  msgid "This checkbox must be checked"
7169
  msgstr "Denne markeringsboks skal være markeret"
7170
 
7171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1448
7172
  msgid "Incorrect email field"
7173
  msgstr "Ukorrekt email felt"
7174
 
7175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1449
7176
  msgid "Please, select booking date(s) at Calendar."
7177
  msgstr "Vælg venligst resevering dato(er) på kalender."
7178
 
7179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1733
7180
  msgid "Calendar is loading..."
7181
  msgstr "Kalender er ved at loade..."
7182
 
7183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1874
7184
  msgid ""
7185
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7186
  "booking hash."
@@ -7188,7 +7185,7 @@ msgstr ""
7188
  "Reserveringsressourcetype blev ikke defineret. Dettte kan skyldes, når URL "
7189
  "har et forkert reserveringshash."
7190
 
7191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2003
7192
  #, php-format
7193
  msgid ""
7194
  "%sWarning! Booking calendar for this booking resource are already at the "
@@ -7197,24 +7194,24 @@ msgstr ""
7197
  "%sAdvarsel! Reserveringskalender for denne reserveringsressource er allerede "
7198
  "på siden, tjek venligst mere om dette på %sdenne side%s"
7199
 
7200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2091
7201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:442
7202
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7203
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7204
  msgstr ""
7205
  "Du er nødt til at bruge særlig shortkode [bookingedit] for booking "
7206
  "redegering."
7207
 
7208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
7209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2184
7210
  msgid "Wrong booking hash in URL. Probably hash is expired."
7211
  msgstr "Forkert booking hash i URL. Sandsynligvis er hash udløbet."
7212
 
7213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2188
7214
  msgid "You do not set any parameters for booking editing"
7215
  msgstr "Har du ikke sat nogen parametre for booking redigering"
7216
 
7217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2280
7218
  #, php-format
7219
  msgid ""
7220
  "Thank you for your online booking. %s We will send confirmation of your "
@@ -7223,7 +7220,7 @@ msgstr ""
7223
  "Tak for din online reservering. %s Vi vil sende bekræftelse på din "
7224
  "reservering så snart som mulig."
7225
 
7226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2351
7227
  #, php-format
7228
  msgid ""
7229
  "You need to approve a new booking %s for: %s Person detail information:%s "
@@ -7234,11 +7231,11 @@ msgstr ""
7234
  "information:%s P.t. ny reservering er ved at afvente godkendelse. . Besøg "
7235
  "venligst moderationspanelet%sTak, %s"
7236
 
7237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2354
7238
  msgid "Your booking has been approved"
7239
  msgstr "Din reservering er blevet godkendt"
7240
 
7241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2356
7242
  #, php-format
7243
  msgid ""
7244
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
@@ -7247,50 +7244,50 @@ msgstr ""
7247
  "Din reservering %s for: %s er blevet godkendt.%sDu kan redigere "
7248
  "reserveringen på denne side: %s Tak, %s"
7249
 
7250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2357
7251
  #, php-format
7252
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7253
  msgstr "Din reservering %s for: %s er blevet godkendt.%sTak, %s"
7254
 
7255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2360
7256
  msgid "Your booking has been declined"
7257
  msgstr "Din reservering er blevet afslået"
7258
 
7259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2361
7260
  #, php-format
7261
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7262
  msgstr "Din reservering %s for: %s er blevet annulleret. %sTak, %s"
7263
 
7264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2369
7265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:85
7266
  msgid "Booking form"
7267
  msgstr "Booking formular"
7268
 
7269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2380
7270
  msgid "Available"
7271
  msgstr "Ledig"
7272
 
7273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2384
7274
  msgid "Booked"
7275
  msgstr "Reseveret"
7276
 
7277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2387
7278
  msgid "Partially booked"
7279
  msgstr "Delvist reseveret"
7280
 
7281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3108
7282
  msgid "Technical support section"
7283
  msgstr "Teknisk hjælpesektion"
7284
 
7285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3112
7286
  msgid "Reindex booking data"
7287
  msgstr "Reindex booking data"
7288
 
7289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3114
7290
  msgid "Reindex"
7291
  msgstr "Reindex"
7292
 
7293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3120
7294
  msgid ""
7295
  " Click, if you want to reindex booking data by booking dates sort field "
7296
  "(Your installation/update of the plugin must be successful)."
@@ -7299,30 +7296,30 @@ msgstr ""
7299
  "datosorteringsfelter (Din installation/opdatering af dete plugin skal være "
7300
  "gennemført vellykket)."
7301
 
7302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3165
7303
  #, php-format
7304
  msgid "%s Found %s not indexed bookings %s"
7305
  msgstr "%s Fundet %s ikke indekserede reserveringer %s"
7306
 
7307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3180
7308
  #, php-format
7309
  msgid "%s Finish getting sort dates. %s"
7310
  msgstr "%s Færdig med at sortere datoer. %s"
7311
 
7312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3189
7313
  #, php-format
7314
  msgid "Updated booking: %s"
7315
  msgstr "Opdateret reservering: %s"
7316
 
7317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:297
7318
  msgid "no"
7319
  msgstr "nej"
7320
 
7321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1900
7322
  msgid "Warning!!! Some error is occur. "
7323
  msgstr "Advarsel!!! En eller anden fejl er opstået."
7324
 
7325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1904
7326
  msgid ""
7327
  "Please contact by email (with info about order number and used site) for "
7328
  "finishing the registrations"
@@ -7330,34 +7327,34 @@ msgstr ""
7330
  "Kontakt venligst via email (med info om ordrenummer og brugt hjemmeside) for "
7331
  "at færdiggøre registreringerne"
7332
 
7333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1960
7334
  #, fuzzy
7335
  msgid "version"
7336
  msgstr "Version"
7337
 
7338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1962
7339
  #, php-format
7340
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7341
  msgstr ""
7342
 
7343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:95
7344
  msgid "Booking resource"
7345
  msgstr "Booking resource"
7346
 
7347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:112
7348
  msgid "Visible months"
7349
  msgstr "Synlige måneder"
7350
 
7351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:132
7352
  msgid "Footer"
7353
  msgstr "Footer"
7354
 
7355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:137
7356
  #, php-format
7357
  msgid "Example: %sMake booking here%s"
7358
  msgstr "Eksempel: %sLav resevering her%s"
7359
 
7360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:141
7361
  #, php-format
7362
  msgid ""
7363
  "%sImportant!!!%s Please note, if you show booking calendar (inserted into "
@@ -7367,7 +7364,7 @@ msgstr ""
7367
  "indlæg/side) med widget på den samme side, så vil den sidste ikke være "
7368
  "synlig."
7369
 
7370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:145
7371
  #, php-format
7372
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7373
  msgstr "%sFlere widgets er understøttet ved %sbetalte versioner%s."
@@ -7868,6 +7865,10 @@ msgstr ""
7868
  msgid "Textarea Label"
7869
  msgstr "Tekstområde mærkat"
7870
 
 
 
 
 
7871
  #~ msgid "Welcome to WP Booking Calendar"
7872
  #~ msgstr "Velkommen til WP Booking Kalender"
7873
 
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
17
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
18
  "\\.\n"
19
 
20
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
25
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
26
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
30
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
31
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
32
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
33
  msgid "Dates"
34
  msgstr "Datoer"
35
 
36
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
38
  msgid "Full cost of the booking"
39
  msgstr "Fuld omkostning af reserveringen"
40
 
41
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
42
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
43
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
44
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
47
  msgid "First Name (required)"
48
  msgstr "Fornavn (skal udfyldes)"
49
 
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
51
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
52
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
53
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
56
  msgid "Last Name (required)"
57
  msgstr "Efternavn (skal udfyldes)"
58
 
59
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
60
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
61
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
65
  msgid "Email (required)"
66
  msgstr "Email (skal udfyldes)"
67
 
68
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
69
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
70
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
71
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
79
  msgid "Phone"
80
  msgstr "Telefon"
81
 
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
83
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
84
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
85
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
86
  msgid "Address (required)"
87
  msgstr "Adresse (skal udfyldes)"
88
 
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
90
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
91
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
93
  msgid "City (required)"
94
  msgstr "By (skal udfyldes)"
95
 
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
97
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
98
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
99
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
100
  msgid "Post code (required)"
101
  msgstr "Postummer (skal udfyldes)"
102
 
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
105
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
107
  msgid "Country (required)"
108
  msgstr "Land (skal udfyldes)"
109
 
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
111
  msgid "Visitors"
112
  msgstr "Gæster"
113
 
114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
116
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
120
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
 
123
  msgid "Details"
124
  msgstr "Detaljer"
125
 
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
127
  msgid "Coupon"
128
  msgstr "Kupon"
129
 
130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
132
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
136
  msgid "I Accept term and conditions"
137
  msgstr "Jeg Accepterer udtryk og betingelser"
138
 
139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
141
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
147
  msgid "Send"
148
  msgstr "Send"
149
 
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
151
  msgid ""
152
  "Try selecting fewer visitors. The number of visitors may be more than the "
153
  "number of available units on selected day(s)!"
155
  "Prøv at vælge færre gæster. Antallet af gæster kan være flere end antallet "
156
  "af disponible enheder på valgt dag(e)!"
157
 
158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
159
  msgid "coupon"
160
  msgstr "kupon"
161
 
162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
163
  msgid "discount"
164
  msgstr "rabat"
165
 
166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
167
  msgid "Nothing found"
168
  msgstr "Ingenting fundet"
169
 
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
172
  msgid "Search results"
173
  msgstr "Søgeresultater"
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
176
  msgid "Book now"
177
  msgstr "Book nu"
178
 
179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
180
  msgid "Please select check-in and check-out days!"
181
  msgstr "Vælg venligst indcheckning og checkout dage!"
182
 
183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
187
  msgid "Search"
188
  msgstr "Søg"
189
 
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
191
  #, php-format
192
  msgid ""
193
  "Sorry, the reservation was not made because these days are already booked!!! "
198
  "blevet booket!!! %s (Det er ikke muligt at oplagre denne sekvens af datoerne "
199
  "i den ressource.) %s Venligst %sgenindlæs%s siden og forsøg med andre dage."
200
 
201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
202
  #, php-format
203
  msgid "The folowing pending booking(s): %s deleted."
204
  msgstr "Følgende uafklarrede resevering(er): %s er slettet."
205
 
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
207
  msgid "Maximum available booking resource items"
208
  msgstr "Maksimale disponible reserveringsressourcepunkter"
209
 
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
218
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
220
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
224
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
225
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
236
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
237
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
244
  msgid "Click to toggle"
245
  msgstr "Klik for at (slå) til/fra"
246
 
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
249
  msgid "Booking resources management"
250
  msgstr "Reserveringsressourcerhåndtering"
251
 
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
259
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
263
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
264
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
 
271
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
272
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
273
  msgid "ID"
274
  msgstr "ID"
275
 
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
281
  msgid "Resource name"
282
  msgstr "Ressourcenavn"
283
 
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
286
  msgid "Number of resource items inside of parent resource"
287
  msgstr "Antal ressourcepunkter indenfor forælderressource"
288
 
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
291
  msgid "Capacity"
292
  msgstr "Kapacitet"
293
 
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
298
  msgid "Parent"
299
  msgstr "Forælder"
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
305
  msgid "Priority"
306
  msgstr "Prioritet"
307
 
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
310
  msgid "Maximum number of visitors for resource"
311
  msgstr "Maksimumtal af gæster for ressource"
312
 
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
315
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
316
  msgid "Max"
317
  msgstr "Max"
318
 
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
321
  msgid "visitors"
322
  msgstr "gæster"
323
 
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
333
  msgid "Actions"
334
  msgstr "Handlinger"
335
 
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
337
  msgid "Add"
338
  msgstr "Tilføj"
339
 
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
 
348
  msgid "Delete"
349
  msgstr "Slet"
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
353
  msgid "Title"
354
  msgstr "Titel"
355
 
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
357
  msgid "Add new resource"
358
  msgstr "Tilføj ny ressource"
359
 
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
365
  msgid "Save"
366
  msgstr "Gem"
367
 
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
369
  msgid "Advanced Settings"
370
  msgstr "Avancerede Indstillinger"
371
 
372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
374
  msgid "Set capacity based on number of visitors"
375
  msgstr "Sæt kapacitet baseret på antal gæster"
376
 
377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
378
  #, fuzzy, php-format
379
  msgid ""
380
  "Check this box if you want total availability (daily capacity) to depend on "
383
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
384
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
385
 
386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
389
  #, php-format
390
  msgid "Please read more info about configuration of this parameter %shere%s"
391
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
392
 
393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
394
  #, php-format
395
  msgid ""
396
  "Add tooltip on calendar(s) to show availability based on the number of "
404
  "reserveringsressource%s med antallet af gæster præciseret på booking "
405
  "formularen."
406
 
407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
408
  #, php-format
409
  msgid ""
410
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
418
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
419
  "på booking formularen."
420
 
421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
422
  msgid "Show availability"
423
  msgstr "Vis tilgængelighed"
424
 
425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
427
  msgid ""
428
  "Check this box to display the available number of booking resources with a "
429
  "tooltip, when mouse hovers over each day on the calendar(s)."
432
  "reservering ressourcer med et tip, når musen bevæges over hver dag på "
433
  "kalender(er)."
434
 
435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
436
  msgid "Availability description"
437
  msgstr "Tilgængelighedsbeskrivelse"
438
 
439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
441
  #, php-format
442
  msgid "Type your %savailability%s description"
443
  msgstr "Indtast din %stilgængeligheds%s beskrivelse"
444
 
445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
447
  msgid "Disable bookings in different booking resources"
448
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
449
 
450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
451
  #, fuzzy
452
  msgid ""
453
  "Check this box to dissable reservations, which can be stored in different "
459
  "reservationen kun tilladt, hvis alle dage af reservationer er ved samme "
460
  "bookende ressource, ellers vil fejlbeskeden blive vist."
461
 
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
463
  msgid "Advanced"
464
  msgstr "Avanceret"
465
 
466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
467
  #, fuzzy
468
  msgid ""
469
  "Check this box if you want total availability (daily capacity) to depend on "
472
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
473
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
474
 
475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
476
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
496
  msgid "Important!"
497
  msgstr "Vigtigt!"
498
 
499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
500
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
501
  msgid "Type of days selection"
502
  msgstr "Type af dageudvælgelse"
503
 
504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
505
  #, fuzzy
506
  msgid ""
507
  "Add tooltip on calendar(s) to show availability based on the number of "
513
  "reserveringsressource%s med antallet af gæster præciseret på booking "
514
  "formularen."
515
 
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
520
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
521
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
522
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
523
  msgid "Note"
524
  msgstr "Note"
525
 
526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
527
  #, fuzzy, php-format
528
  msgid ""
529
  "Be sure to match the maximum number of visitors for the %sone booking "
535
  "reserveringsressource%s med antallet af gæster præciseret på booking "
536
  "formularen."
537
 
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
539
  #, fuzzy
540
  msgid ""
541
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
548
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
549
  "på booking formularen."
550
 
551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
552
  #, fuzzy, php-format
553
  msgid ""
554
  "Be sure to match the maximum number of visitors for %sall booking resources"
560
  "reserveringsressource%s med antallet af gæster præciseret på booking "
561
  "formularen."
562
 
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
564
  #, fuzzy
565
  msgid ""
566
  "Check this box to dissable reservations, which can be stored in different "
567
  "booking resources."
568
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
569
 
570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
571
  msgid ""
572
  "When checked, all reserved days must be at same booking resource otherwise "
573
  "error message will show."
574
  msgstr ""
575
 
576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
577
  msgid "Use pending days as available"
578
  msgstr "Benyt uafklarede dage som disponibel"
579
 
580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
581
  msgid ""
582
  "Check this box if you want to show the pending days as available in calendars"
583
  msgstr ""
584
  "Marker (sæt kryds i denne boks) hvis du vil vise de uafklarede dage som "
585
  "disponibel i kalenderen"
586
 
587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
588
  msgid ""
589
  "Warning!!! After you approved the specific booking(s), all your pending "
590
  "bookings of the same booking resource as an approved booking for the dates, "
596
  "godkendt reservering for datoerne, hvilke er skæring med datoer af godkendt "
597
  "reservering, vil automatisk blive annulleret!"
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
600
  msgid ""
601
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
602
  "is approved for these date(s)"
604
  "Auto anuller alle uafklarede reserveringer for den specifikke dato(er), hvis "
605
  "en eller anden reservering er godkendt fordi disse dato(er)"
606
 
607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
608
  msgid "Show availability in tooltip"
609
  msgstr "Vis tilgængelighed i tips"
610
 
611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
612
  #, fuzzy
613
  msgid "Availability Title"
614
  msgstr "Tilgængelighed"
615
 
616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
617
  #, fuzzy
618
  msgid ""
619
  "Use \"Check In\" date as available in calendar for booking resources with "
620
+ "capacity higher then 1 for search results"
621
  msgstr ""
622
  "Brug \"Check In\" dato som disponibel i kalender for at booke ressourcer med "
623
  "kapacitet højere end en."
624
 
625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
626
  #, fuzzy
627
  msgid ""
628
  "Use \"Check Out\" date as available in calendar for booking resources with "
629
+ "capacity higher then 1 search results"
630
  msgstr ""
631
  "Brug \"Check Out\" dato som disponibel i kalender for at booke ressourcer "
632
  "med kapacitet højere end en."
633
 
634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
635
  #, fuzzy
636
  msgid "Coupon Deleted"
637
  msgstr "Slettet"
638
 
639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
640
  #, fuzzy
641
  msgid "Coupon created"
642
  msgstr "prettet"
643
 
644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
645
  #, fuzzy
646
  msgid "Add New Discount Coupon"
647
  msgstr "Rabatkupon felt"
648
 
649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
652
  msgid "Coupon Code"
653
  msgstr "Kupon Kode"
654
 
655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
656
  #, fuzzy
657
  msgid "Enter coupon code."
658
  msgstr "Kupon Kode"
659
 
660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
663
  msgid "Savings"
664
  msgstr "Besparelser"
665
 
666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
667
  msgid "Fixed Amount"
668
  msgstr "Fast Beløb"
669
 
670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
671
  msgid "Percentage Off"
672
  msgstr "Procentdel af"
673
 
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
675
  msgid "Enter number of fixed or percentage savings."
676
  msgstr ""
677
 
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
681
  msgid "Expiration Date"
682
  msgstr "Udgåelsesdato"
683
 
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
685
  #, fuzzy
686
  msgid "Select Expiration Date of the coupon."
687
  msgstr "Udgåelsesdato"
688
 
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
690
  msgid "Minimum Booking Cost"
691
  msgstr ""
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
694
  msgid "Enter minimum booking cost, when coupon is applicable."
695
  msgstr ""
696
 
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
702
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
704
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
705
  msgid "Resources"
706
  msgstr "Ressourcer"
707
 
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
711
  msgid "All"
712
  msgstr "Alle"
713
 
714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
715
  msgid "Select booking resources, where is possible to apply this coupon code."
716
  msgstr ""
717
 
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
719
  #, fuzzy
720
  msgid "Add New Coupon"
721
  msgstr "Tilføj ny ressource"
722
 
723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
724
  msgid "The coupon code your customers will be using to receive the discount."
725
  msgstr "Kuponkoden dine kunder skal bruge for at få rabatten."
726
 
727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
728
  msgid "The amount which will be saved. Enter only digits."
729
  msgstr "Beløbet som vil blive sparet. Indtast kun cifre."
730
 
731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
732
  msgid "The minimum total cost required to use the coupon"
733
  msgstr "Minimum påkrævede totalomkostninger for at bruge kuponen"
734
 
735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
737
  msgid "Minimum Purchase"
738
  msgstr "Minimumskøb"
739
 
740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
741
  msgid "The date your coupon will expire"
742
  msgstr "Datoen din kupon vil udløbe"
743
 
744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
745
  msgid "Resource list, which supports this coupon"
746
  msgstr "Ressourceliste som tildeler denne kupon"
747
 
748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
749
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
751
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
757
  msgid "Warning"
758
  msgstr "Advarsel"
759
 
760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
761
  #, fuzzy
762
  msgid "Do you really want to delete this item?"
763
  msgstr "Vil du virkelig slette?"
764
 
765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
766
  #, php-format
767
  msgid "%s - coupon field, "
768
  msgstr "%s - kuponfelt,"
769
 
770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
771
  #, php-format
772
  msgid "Example: %s "
773
  msgstr "Eksempel: %s"
774
 
775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
776
  msgid "Search form customization"
777
  msgstr "Søgeform tilpasning"
778
 
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
782
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
783
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
785
  msgid "Use these shortcodes for customization: "
786
  msgstr "Brug disse shortkoder for tilpasning:"
787
 
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
789
  #, php-format
790
  msgid "%s - search inside posts/pages which are part of this category, "
791
  msgstr "%s - søg inden for indlæg/sider som er en del af denne kategori,"
792
 
793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
794
  #, php-format
795
  msgid "%s - search inside posts/pages which have this tag, "
796
  msgstr "%s - søg inden for indlæg/sider som har dette tag,"
797
 
798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
799
  #, php-format
800
  msgid "%s - check-in date, "
801
  msgstr "%s - check-ind dato,"
802
 
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
804
  #, php-format
805
  msgid "%s - check-out date, "
806
  msgstr "%s - check-ud dato,"
807
 
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
809
  #, php-format
810
  msgid "%s - default selection number of visitors, "
811
  msgstr "%s - standard udvælgelsesantal af gæster,"
812
 
813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
814
  #, php-format
815
  msgid "Example: %s - custom number of visitor selections\""
816
  msgstr "Eksempel: %s - specialtilpasset-antal af gæsteudvælgelser\""
817
 
818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
819
  #, php-format
820
  msgid "%s - search button, "
821
  msgstr "%s - søgeknap,"
822
 
823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
825
  #, fuzzy, php-format
826
  msgid "%s - new line "
827
  msgstr "Tilføj ny ressource(r)"
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
832
  #, fuzzy
833
  msgid "Use any other HTML tags (carefully)."
834
  msgstr "brug enhver anden HTML tags (vær forsigtig)."
835
 
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
838
  msgid ""
839
  "Additional customization style of this element you can make at this file"
840
  msgstr "Ekstra tilpasningsstil af dette element du kan lave ved denne fil"
841
 
842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
843
  msgid "Reset to default search form content"
844
  msgstr "Nulstil til standard søgeform indhold"
845
 
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
854
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
855
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
857
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
858
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
859
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
860
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
866
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
867
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
868
  msgid "Save Changes"
869
  msgstr "Gem ændringer"
870
 
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
872
  msgid "Customization of found booking resource items"
873
  msgstr "Tilpasning af fundne reserveringsressourcepunkter"
874
 
875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
876
  #, php-format
877
  msgid "%s - resource title, "
878
  msgstr "%s - ressourcetitel,"
879
 
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
881
  #, php-format
882
  msgid "%s - link to the page with booking form, "
883
  msgstr "%s - link til siden med booking formularen,"
884
 
885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
886
  #, php-format
887
  msgid "%s - availability of booking resource, "
888
  msgstr "%s - tilgængelighed af booking ressource,"
889
 
890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
891
  #, php-format
892
  msgid "%s - maximum number of visitors for the booking resource, "
893
  msgstr "%s - maksimumantal af gæster for reserveringsressourcen,"
894
 
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
896
  #, php-format
897
  msgid "%s - cost of booking the resource, "
898
  msgstr "%s - omkostning ved at booke ressourcen,"
899
 
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
901
  #, php-format
902
  msgid ""
903
  "%s - featured image, taken from the featured image associated with the post, "
904
  msgstr ""
905
  "%s - fremhævet billede, taget fra fremhævet billede associeret med indlæg,"
906
 
907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
908
  #, php-format
909
  msgid "%s - booking info, taken from the excerpt associated with the post, "
910
  msgstr "%s - booking info, taget fra uddraget associeret med indlægget,"
911
 
912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
913
  #, fuzzy
914
  msgid "Reset to default form"
915
  msgstr "Nulstil til standard søgeform indhold"
916
 
917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
919
  msgid "Search form"
920
  msgstr "Søge form"
921
 
922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
924
  msgid "Check-in"
925
  msgstr "Check-ind"
926
 
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
929
  msgid "Check-out"
930
  msgstr "Check-ud"
931
 
932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
933
  msgid "Number of visitors"
934
  msgstr "Antal gæster"
935
 
936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
937
  msgid "Search Cache Settings"
938
  msgstr "Søge Cache Indstillinger"
939
 
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
941
  msgid "Cache expiration"
942
  msgstr "Cache udløb"
943
 
944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
945
  msgid "hour(s)"
946
  msgstr "time(r)"
947
 
948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
951
  msgid "day(s)"
952
  msgstr "dag(e)"
953
 
954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
955
  msgid "Select time of cache expiration"
956
  msgstr "Vælg tid for cache udløb"
957
 
958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
959
  msgid "Cache will expire:"
960
  msgstr "Cache vil udløbe:"
961
 
962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
963
  #, php-format
964
  msgid "Found: %s booking forms inside of posts or pages "
965
  msgstr "Fundet: %s booking formularer indenfor indlæg eller sider"
966
 
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
968
  msgid "Reset cache"
969
  msgstr "Nulstil cache"
970
 
971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
972
  #, fuzzy
973
  msgid "Parent Resource"
974
  msgstr ""
975
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
976
  "forhøjelseskapacitet."
977
 
978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
979
  #, fuzzy
980
  msgid "Max visitors"
981
  msgstr "Max"
982
 
983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
984
  msgid "Capacity: "
985
  msgstr "Kapacitet:"
986
 
987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
988
  msgid ""
989
  "Select parent resource, if you want that parent resource is increase "
990
  "capacity."
992
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
993
  "forhøjelseskapacitet."
994
 
995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
996
  msgid ""
997
  "Set priority of resource - resource with higher priority will be reserved "
998
  "firstly."
1000
  "Sæt prioritet af ressource - ressource med højere prioritet vil blive "
1001
  "reserveret først."
1002
 
1003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
1004
  msgid "Resources count"
1005
  msgstr "Ressourcer tælling"
1006
 
1007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
1008
  msgid "Create several booking resources for one time"
1009
  msgstr "Opret flere reserveringsressourcer for en tid"
1010
 
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
1012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
1013
  #, fuzzy
1014
  msgid "Default form"
1015
  msgstr "Standard Formular"
1016
 
1017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
1018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
1022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
1023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
1026
  msgid "Standard"
1027
  msgstr "Standard"
1028
 
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
1030
  #, fuzzy
1031
  msgid "Select default custom booking form"
1032
  msgstr "Vælg din standard reserveringsressource."
1033
 
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1035
  msgid "Available: "
1036
  msgstr "Disponibel:"
1037
 
1038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
1042
  msgid "Default"
1043
  msgstr "Foretrukne"
1044
 
1045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
1050
  msgid "Superior"
1051
  msgstr "Standard med udsigt"
1052
 
1053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1055
  msgid "Resource #1"
1056
  msgstr "Ressource #1"
1057
 
1058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
1060
  msgid "Presidential Suite"
1061
  msgstr "Præsidentiel Suite"
1062
 
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1064
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1065
  msgid "Resource #2"
1066
  msgstr "Ressource #2"
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
1070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
1071
  msgid "Royal Villa"
1072
  msgstr "Kongelig Villa"
1073
 
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1075
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1076
  msgid "Resource #3"
1077
  msgstr "Ressource #3"
1078
 
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
1080
  #, fuzzy
1081
  msgid "night(s)"
1082
  msgstr "/ nat"
1083
 
1084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1085
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1092
  msgid "Adults"
1093
  msgstr "Voksne"
1094
 
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1096
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1100
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
 
1103
  msgid "Children"
1104
  msgstr "Børn"
1105
 
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
1110
  msgid "per 1 day"
1111
  msgstr "per 1 dag"
1112
 
1113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
1116
  msgid "from the cost of 1 day "
1117
  msgstr "fra omkostningen på 1 dag"
1118
 
1119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1122
  #, php-format
1123
  msgid "Additional cost in %s per 1 day"
1124
  msgstr "Ekstra omkostning i %s per 1 dag"
1125
 
1126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1127
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1132
  msgid " for all days!"
1133
  msgstr "for alle dage!"
1134
 
1135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
1137
  #, fuzzy
1138
  msgid "Custom Form"
1139
  msgstr "Tilføj ny tilpasset formular"
1140
 
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1143
  msgid "Load selected booking form"
1144
  msgstr "Load valgte booking formular"
1145
 
1146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1148
  msgid "Load"
1149
  msgstr "Load"
1150
 
1151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1152
  msgid "Delete selected booking form"
1153
  msgstr "Slet valgte booking formular"
1154
 
1155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1156
  #, fuzzy
1157
  msgid "Do you really want to delete selected booking form ?"
1158
  msgstr "Ønsker du virkelig at slette valgte booking formular?"
1159
 
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1161
  msgid "Add new custom form"
1162
  msgstr "Tilføj ny tilpasset formular"
1163
 
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1165
  #, fuzzy
1166
  msgid "Add New Custom Form"
1167
  msgstr "Tilføj ny tilpasset formular"
1168
 
1169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1170
  msgid "Type the name of booking form"
1171
  msgstr "Indtast navnet på booking formularen"
1172
 
1173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1174
  msgid "Create new form"
1175
  msgstr "Opret ny formular"
1176
 
1177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1180
  msgid "Create"
1181
  msgstr "Opret"
1182
 
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1184
  msgid "Delete form"
1185
  msgstr "Slet formular"
1186
 
1187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1191
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1192
  msgid "Cancel"
1193
  msgstr "Annullere"
1194
 
1195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1199
  msgid "Deleted"
1200
  msgstr "Slettet"
1201
 
1202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1203
  msgid "There are no extended booking forms"
1204
  msgstr "Der er ingen udvidede booking formularer"
1205
 
1206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1207
  msgid "Booking form type:"
1208
  msgstr "Booking formular type:"
1209
 
1210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1211
  #, fuzzy
1212
  msgid "Select type of booking form"
1213
+ msgstr "Booking formular type:"
1214
 
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1217
  msgid "Booking Form"
1218
  msgstr "Booking Formular"
1219
 
1220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1221
  msgid "Standard booking resource cost"
1222
  msgstr "Standard booking ressourceomkostning"
1223
 
1224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1225
  msgid "Total booking resource cost"
1226
  msgstr "Total booking ressourceomkostning"
1227
 
1228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1229
  #, php-format
1230
  msgid ""
1231
  "%s - show cost hint for full booking in real time, depending on number of "
1234
  "%s - vis omkostningsbetydning for fuld reservering i realtid, afhængig af "
1235
  "antal dage og udvalgte formelementer."
1236
 
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1238
  #, php-format
1239
  msgid "Example: %sThe full cost of payment: %s"
1240
  msgstr "Eksempel: %sDen fulde omkostning ved betaling: %s"
1241
 
1242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1243
  #, php-format
1244
  msgid ""
1245
  "%s - show hint of original booking cost without additional costs for full "
1248
  "%s - vis betydning af oprindelig reserveringsomkostning uden ekstra "
1249
  "omkostninger for fuld reservering i realtid, afhænger kun af dage udvælgelse."
1250
 
1251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1252
  #, php-format
1253
  msgid "Example: %sThe original cost for payment: %s "
1254
  msgstr "Eksempel: %sDen oprindelige omkostning for betaling: %s "
1255
 
1256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1257
  #, php-format
1258
  msgid ""
1259
  "%s - show cost hint of additional booking cost, which depends from selection "
1262
  "%s - vis omkostningsbetydning for ekstra reserveringsomkostning som afhænger "
1263
  "af udvælgelse af formelementer."
1264
 
1265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1266
  #, php-format
1267
  msgid "Example: %sThe additional cost for payment: %s "
1268
  msgstr "Eksempel: %sDen ekstra omkostning for betaling: %s "
1269
 
1270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1271
  #, php-format
1272
  msgid "%s - enter direct cost at admin panel at page: "
1273
  msgstr "%s - indtast direkte omkostning på admin panel siden:"
1274
 
1275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1278
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1279
  msgid "Add booking"
1280
  msgstr "Tilføj booking"
1281
 
1282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1283
  #, php-format
1284
  msgid "Example: %s"
1285
  msgstr "Eksempel: %s"
1286
 
1287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1289
  msgid "yes"
1290
  msgstr "Ja"
1291
 
1292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1294
  msgid ""
1295
  "Setting rate or cost, which is depend from number of selected days for the "
1296
  "resource"
1298
  "Sætte takst eller omkostning, som er afhængig af antal udvalgte dage for "
1299
  "ressourcen"
1300
 
1301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1304
  msgid "Rates"
1305
  msgstr "Takster"
1306
 
1307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1310
  msgid "Valuation days"
1311
  msgstr "Værdiansættelsesdage"
1312
 
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1314
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1315
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1316
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1318
  msgid "Deposit"
1319
  msgstr "Depositum"
1320
 
1321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1324
  msgid "Availability"
1325
  msgstr "Tilgængelighed"
1326
 
1327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1328
  msgid "Setting the default form for the specific resource"
1329
  msgstr "Sætte standard formular for den specifikke ressource"
1330
 
1331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1332
  msgid "Default Form"
1333
  msgstr "Standard Formular"
1334
 
1335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1336
  msgid "Set the cost based on the number of days selected for the reservation"
1337
  msgstr "Sæt omkostningen baseret på antallet af dage udvalgt for reservationen"
1338
 
1339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1340
  #, fuzzy
1341
  msgid ""
1342
  "Activation of this feature is require setting cost per day or cost per night"
1343
  msgstr ""
1344
  "Aktivering af denne egenskab er kræver at der sættes omkostning per dag"
1345
 
1346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1349
  msgid "Deposit amount"
1350
  msgstr "Depositumbeløb"
1351
 
1352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1353
  msgid "Set the deposit payment required for the payment form"
1354
  msgstr "Sæt depositumbetalingen påkrævet for betalingsformularen"
1355
 
1356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1357
  #, fuzzy
1358
  msgid ""
1359
  "Activate this feature at the cost section of general booking settings page, "
1362
  "Lav venligst denne funktion aktiv ved omkostningssektionen af general "
1363
  "booking indstillingsside"
1364
 
1365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1368
  msgid "unavailable"
1369
  msgstr "Ikke ledig"
1370
 
1371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1374
  msgid "available"
1375
  msgstr "Ledig"
1376
 
1377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1378
  msgid "Availability booking type"
1379
  msgstr "Disponibel booking type"
1380
 
1381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1382
  #, fuzzy, php-format
1383
  msgid "All days for %s"
1384
  msgstr "for alle dage!"
1385
 
1386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1387
  #, fuzzy, php-format
1388
  msgid ""
1389
  "Select %s days by activating specific season filter below or %sadd new "
1390
  "season filter%s"
1391
  msgstr "Vælg %s dage nedenfor eller %stilføj ny sæsonfilter%s"
1392
 
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1397
  #, fuzzy
1398
  msgid "Season Filter Name"
1399
  msgstr "Filternavn"
1400
 
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1406
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1407
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1408
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1410
  msgid "Description"
1411
  msgstr "Beskrivelse"
1412
 
1413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1419
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1420
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1421
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1422
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1423
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1429
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1430
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1431
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1434
  msgid "Active"
1435
  msgstr "Aktiv"
1436
 
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1438
  msgid "Seasonal rates of booking resource"
1439
  msgstr "Årstidsbestemte takster for booking ressource"
1440
 
1441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1442
  #, fuzzy, php-format
1443
  msgid ""
1444
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1448
  "omkostning %s, eller en fast omkostning) af reserveringsressourcen %s, eller "
1449
  "%stilføj en ny årstidsbestemt filter%s"
1450
 
1451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1453
  msgid "Final cost"
1454
  msgstr "Total omkostning"
1455
 
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1457
  #, fuzzy
1458
  msgid "Season Filter"
1459
  msgstr ""
1461
  "(ugedag eller dato fra sæsonfilter). Hver uge dag (dags specifikt "
1462
  "sæsonfilter) kan have anderledes tidsrumliste."
1463
 
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1465
  #, fuzzy
1466
  msgid "Rate"
1467
  msgstr "Bedøm dette plugin (tak:)"
1468
 
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1472
  msgid "for 1 day"
1473
  msgstr "for 1 dag"
1474
 
1475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1478
  msgid "for 1 night"
1479
  msgstr "for 1 nat"
1480
 
1481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1483
  msgid "fixed deposit"
1484
  msgstr "fast depositum"
1485
 
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1488
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1489
  msgid "for 1 hour"
1490
  msgstr "or 1 time"
1491
 
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1495
  msgid "Filter Name"
1496
  msgstr "Filternavn"
1497
 
1498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1502
  #, fuzzy
1503
  msgid "Note!"
1504
  msgstr "Note"
1505
 
1506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1507
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1508
  msgstr ""
1509
 
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1511
  msgid "Update Rates"
1512
  msgstr "Opdaterings-Takster"
1513
 
1514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1515
  msgid "Set cost of booking resource based on the number of days selected"
1516
  msgstr ""
1517
  "Sæt omkostning for booking ressource baseret på antallet af valgte dage"
1518
 
1519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1520
  #, php-format
1521
  msgid ""
1522
  "If you add costs here, %srates%s for this booking resource will not take "
1525
  "Hvis du tilføjer omkostninger her, %stakster%s for denne "
1526
  "reserveringsressource vil det ikke træde i kraft !!!"
1527
 
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1529
  #, php-format
1530
  msgid ""
1531
  "Cost setings at %stop have higher priority%s than other costs of same type "
1532
  "at the %sbottom%s of the list."
1533
  msgstr ""
1534
 
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1536
  #, php-format
1537
  msgid ""
1538
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1539
  "terms %s and after terms %s"
1540
  msgstr ""
1541
 
1542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1543
  #, php-format
1544
  msgid "%s and %s terms have higher priority than a range %s days."
1545
  msgstr ""
1546
 
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1548
  #, fuzzy
1549
  msgid "Warning!"
1550
  msgstr "Advarsel"
1551
 
1552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1553
  msgid ""
1554
  "Specific cost will take affect, only if it active (the box at the left side "
1555
  "is checked) and if \"Check In\" (start) date belong to selected season "
1556
  "filter or if set \"Any days\"."
1557
  msgstr ""
1558
 
1559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1560
  #, fuzzy
1561
  msgid "Number of Days"
1562
  msgstr "Konfigurer antal dage udvælgelse"
1563
 
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1565
  #, fuzzy
1566
  msgid "Cost Settings"
1567
  msgstr ""
1569
  "dagene indstillinger-side for feltet 'For'. Så du kan definere omkostningen "
1570
  "af den sidste udvalgte dato."
1571
 
1572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1576
  #, fuzzy
1577
  msgid "Season Filter of Check In date"
1578
  msgstr "Udvalgt Indtjeknings-dato."
1579
 
1580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1583
  msgid "For"
1584
  msgstr "For"
1585
 
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1589
  #, fuzzy
1590
  msgid "Day Number(s)"
1591
  msgstr "år"
1592
 
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1597
  msgid "to"
1598
  msgstr "til"
1599
 
1600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1602
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1604
  msgid "day"
1605
  msgstr "dag"
1606
 
1607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1608
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
 
1610
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1611
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1614
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1615
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1622
  msgid "Cost"
1623
  msgstr "Omkostning"
1624
 
1625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1628
  msgid "Any days"
1629
  msgstr "Alle dage"
1630
 
1631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1634
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1640
  msgid "From"
1641
  msgstr "Fra"
1642
 
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1645
  msgid "Together"
1646
  msgstr "Tilsammen"
1647
 
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1649
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1655
  msgid "days"
1656
  msgstr "dage"
1657
 
1658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1660
  msgid "Remove"
1661
  msgstr "Fjern"
1662
 
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1664
  msgid "Add new cost"
1665
  msgstr "Tilføj ny omkostning"
1666
 
1667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1668
  msgid "for all days"
1669
  msgstr "for alle dage"
1670
 
1671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1672
  msgid "Set amount of deposit payment"
1673
  msgstr "Sæt beløbet for depositumbetaling"
1674
 
1675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1676
  msgid "Deposit payment total"
1677
  msgstr "Depositumbetaling samlet"
1678
 
1679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1680
  msgid "Deposit payment is not active for booking resource"
1681
  msgstr "Depositumbetaling er ikke aktiv for booking ressource"
1682
 
1683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1691
  msgid "Status"
1692
  msgstr "Status"
1693
 
1694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1695
  msgid "deposit payment for booking resource"
1696
  msgstr "depositumbetaling for booking ressource"
1697
 
1698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1699
  msgid "fixed total in"
1700
  msgstr "Fast samlet i"
1701
 
1702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1703
  msgid "of payment"
1704
  msgstr "af betalingen"
1705
 
1706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1707
  #, fuzzy
1708
  msgid "Condition"
1709
  msgstr "Konfiguration"
1710
 
1711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1712
  #, php-format
1713
  msgid ""
1714
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1715
  "In%s days more than"
1716
  msgstr ""
1717
 
1718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1719
  msgid "Update Deposit"
1720
  msgstr "Opdatering-Depositum"
1721
 
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1723
  msgid "Deposit payment"
1724
  msgstr "Depositumbetaling"
1725
 
1726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1727
  #, php-format
1728
  msgid ""
1729
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1732
  "Maker denne kasse hvis du ønsker at bruge %sdepositum%s total %sbetaling%s "
1733
  "på betalingsformularen, i stedet for det fulde total af reserveringen."
1734
 
1735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1736
  #, fuzzy, php-format
1737
  msgid ""
1738
  " You can configure the deposit payment for your booking resources %shere%s."
1740
  "Du kan konfigurere depositumbetalingen påkrævet for dine "
1741
  "reserveringsressourcer %sher%s."
1742
 
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1745
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1746
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1747
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1748
  msgid "Su"
1749
  msgstr "Sø"
1750
 
1751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1753
  msgid "Mo"
1754
  msgstr "Ma"
1755
 
1756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1758
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1761
  msgid "Tu"
1762
  msgstr "Ti"
1763
 
1764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1766
  msgid "We"
1767
  msgstr "ons"
1768
 
1769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1771
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1772
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1774
  msgid "Th"
1775
  msgstr "Tor"
1776
 
1777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1779
  msgid "Fr"
1780
  msgstr "Fr"
1781
 
1782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1784
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1787
  msgid "Sa"
1788
  msgstr "Lør"
1789
 
1790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1791
  msgid "Jan"
1792
  msgstr "Jan"
1793
 
1794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1795
  msgid "Feb"
1796
  msgstr "Feb"
1797
 
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1799
  msgid "Mar"
1800
  msgstr "Mar"
1801
 
1802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1803
  msgid "Apr"
1804
  msgstr "Apr"
1805
 
1806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1808
  msgid "May"
1809
  msgstr "Maj"
1810
 
1811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1812
  msgid "Jun"
1813
  msgstr "Jun"
1814
 
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1816
  msgid "Jul"
1817
  msgstr "Jul"
1818
 
1819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1820
  msgid "Aug"
1821
  msgstr "Aug"
1822
 
1823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1824
  msgid "Sep"
1825
  msgstr "Sep"
1826
 
1827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1828
  msgid "Oct"
1829
  msgstr "Oct"
1830
 
1831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1832
  msgid "Nov"
1833
  msgstr "Nov"
1834
 
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1836
  msgid "Dec"
1837
  msgstr "Dec"
1838
 
1839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1840
  msgid "time"
1841
  msgstr "tid"
1842
 
1843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1847
  msgid "No days"
1848
  msgstr "Ingen dage"
1849
 
1850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1851
  msgid "Every"
1852
  msgstr "Hver"
1853
 
1854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1855
  msgid "of"
1856
  msgstr "af"
1857
 
1858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1860
  msgid "Filter saved"
1861
  msgstr "Filter gemt"
1862
 
1863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1864
  msgid "Specific Dates Filter"
1865
  msgstr "Specifikke datoer Filter"
1866
 
1867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1869
  #, fuzzy
1870
  msgid "Type filter name"
1871
  msgstr "Filternavn"
1872
 
1873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1877
  #, fuzzy
1878
  msgid "Create new season filter"
1879
  msgstr "Opret datoerfilter"
1880
 
1881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1884
  msgid "Reset"
1885
  msgstr "Nulstil"
1886
 
1887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1889
  #, fuzzy
1890
  msgid "Create New Season Filter"
1891
  msgstr "Opret datoerfilter"
1892
 
1893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1895
  msgid "Save changes"
1896
  msgstr "Gem ændringer"
1897
 
1898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
1899
  msgid "Conditional Dates Filter"
1900
  msgstr "Betingede datoer Filter"
1901
 
1902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
1903
  msgid "Days of week"
1904
  msgstr "Dage på ugen"
1905
 
1906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1907
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1908
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1920
  msgid "Sunday"
1921
  msgstr "Søndag"
1922
 
1923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1924
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1925
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1926
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1937
  msgid "Monday"
1938
  msgstr "Mandag"
1939
 
1940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1941
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1954
  msgid "Tuesday"
1955
  msgstr "Tirsdag"
1956
 
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1958
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1959
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1971
  msgid "Wednesday"
1972
  msgstr "Onsdag"
1973
 
1974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1975
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1976
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1988
  msgid "Thursday"
1989
  msgstr "Torsdag"
1990
 
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1992
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2005
  msgid "Friday"
2006
  msgstr "Fredag"
2007
 
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2009
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2010
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2022
  msgid "Saturday"
2023
  msgstr "Lørdag"
2024
 
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
2026
  msgid "Days of month"
2027
  msgstr "Dage af måned"
2028
 
2029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
2030
  msgid "Months"
2031
  msgstr "Måneder"
2032
 
2033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
2034
  msgid "January"
2035
  msgstr "Januar"
2036
 
2037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
2038
  msgid "February"
2039
  msgstr "Februar"
2040
 
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
2042
  msgid "March"
2043
  msgstr "Marts"
2044
 
2045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
2046
  msgid "April"
2047
  msgstr "April"
2048
 
2049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
2050
  msgid "June"
2051
  msgstr "Juni"
2052
 
2053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
2054
  msgid "July"
2055
  msgstr "Juli"
2056
 
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
2058
  msgid "August"
2059
  msgstr "August"
2060
 
2061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
2062
  msgid "September"
2063
  msgstr "September"
2064
 
2065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
2066
  msgid "October"
2067
  msgstr "Oktober"
2068
 
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
2070
  msgid "November"
2071
  msgstr "November"
2072
 
2073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
2074
  msgid "December"
2075
  msgstr "December"
2076
 
2077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
2078
  msgid "Years"
2079
  msgstr "År"
2080
 
2081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
2082
  msgid "Filter deleted successfully"
2083
  msgstr "Filter slettet succesfuldt"
2084
 
2085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2086
  msgid "Create dates filter"
2087
  msgstr "Opret datoerfilter"
2088
 
2089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
2090
  msgid "Create conditional days filter"
2091
  msgstr "Opret betingede dage filtrere"
2092
 
2093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
2094
  msgid "Listing of season filters"
2095
  msgstr "Liste af sæsonfiltre"
2096
 
2097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
2098
  msgid "Filters"
2099
  msgstr "Filtre"
2100
 
2101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
2103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
2104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
2105
  msgid "Edit"
2106
  msgstr "Rediger"
2107
 
2108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
2109
  msgid "Do you really want to delete?"
2110
  msgstr "Vil du virkelig slette?"
2111
 
2112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
2113
  msgid "Showing cost in tooltip"
2114
  msgstr "Vise omkostning i tips"
2115
 
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2117
  msgid ""
2118
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2119
  "over each day on the calendar(s)."
2121
  "Maker denne kasse for at vise den daglige omkostningen med et tip, når musen "
2122
  "føres over dette på hver dag på kalender(e)."
2123
 
2124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
2125
  #, fuzzy
2126
  msgid "Cost Title"
2127
  msgstr "Titel"
2128
 
2129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2130
  #, php-format
2131
  msgid "Type your %scost%s description"
2132
  msgstr "Indtast din %sOmkostning%s beskrivelse"
2133
 
2134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2135
  msgid "Advanced cost management"
2136
  msgstr "Avanceret omkostningshåndtering"
2137
 
2138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2139
  #, fuzzy
2140
  msgid "Configure Additional cost for the form"
2141
  msgstr "Ekstra omkostning for"
2142
 
2143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2144
  msgid "Additional cost for"
2145
  msgstr "Ekstra omkostning for"
2146
 
2147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2148
  #, fuzzy
2149
  msgid ""
2150
  "Check this box if you want that specific additional cost, which configured "
2155
  "% for nogle valgmuligheder, også anvendt på omkostninger præciseret som "
2156
  "faste værdier for nogle valgmuligheder."
2157
 
2158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2159
  #, fuzzy
2160
  msgid ""
2161
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2162
  "checkbox(es)."
2163
  msgstr "Ekstra omkostning som afhænger fra feltudvælgelsen i formen"
2164
 
2165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2166
  #, php-format
2167
  msgid ""
2168
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2169
  "they exist in the %sbooking form%s."
2170
  msgstr ""
2171
 
2172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2173
  #, fuzzy
2174
  msgid "Enter additional cost in formats:"
2175
  msgstr "Ekstra omkostning for"
2176
 
2177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2178
  #, php-format
2179
  msgid ""
2180
  "For example, if the original cost of the booking is %s, then after applying "
2181
  "additional costs the total cost will be folowing"
2182
  msgstr ""
2183
 
2184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2185
  #, fuzzy
2186
  msgid "Enter fixed cost"
2187
  msgstr "fast depositum"
2188
 
2189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2192
  #, fuzzy, php-format
2193
  msgid "%s, then total cost will be %s"
2194
  msgstr "Total omkostning"
2195
 
2196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2197
  #, fuzzy
2198
  msgid "Enter percentage of the entire booking"
2199
  msgstr "Indtast navnet på bookingressource"
2200
 
2201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2202
  #, fuzzy
2203
  msgid "Enter fixed amount for each selected day"
2204
  msgstr "Omkostning for udvalgte dage"
2205
 
2206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2207
  #, php-format
2208
  msgid "%s, then total cost will be (if selected 3 days) %s"
2209
  msgstr ""
2210
 
2211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2212
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2213
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2217
  msgid "or"
2218
  msgstr "eller"
2219
 
2220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2221
  #, fuzzy
2222
  msgid ""
2223
  "Enter percentage as additional sum, which is based only on original cost and "
2226
  "eller du kan specifere procent som ekstra sum, som bliver baseret kun på "
2227
  "oprindelig omkostning og ikke fuld sum. Eksempel:%s eler %s "
2228
 
2229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2230
  #, fuzzy, php-format
2231
  msgid ""
2232
  "Please check more info about configuration of this cost settings on this "
2233
  "%spage%s."
2234
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
2235
 
2236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2238
  msgid "Resource ID or Title"
2239
  msgstr "Ressource ID eller Titel"
2240
 
2241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2244
  msgid "Go"
2245
  msgstr "Søg"
2246
 
2247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
2251
  msgid "Info"
2252
  msgstr "Info"
2253
 
2254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2256
  #, fuzzy
2257
  msgid "Selection"
2258
  msgstr "Udvælgelse af formular"
2259
 
2260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2261
  #, fuzzy
2262
  msgid "Resource Name"
2263
  msgstr "Ressourcenavn"
2264
 
2265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2267
  msgid "Bulk Actions"
2268
  msgstr "Hoved-Handlinger"
2269
 
2270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2271
  msgid "management"
2272
  msgstr "håndtering"
2273
 
2274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2275
  msgid "Costs and Rates"
2276
  msgstr "mkostninger og beløb"
2277
 
2278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2282
  msgid "Customization of"
2283
  msgstr "Tilpasning af"
2284
 
2285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2286
  msgid "rates, valuation days cost and deposit amount "
2287
  msgstr "beløb, værdiansættelsesdage omkostning og depositumbeløb"
2288
 
2289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
2290
  msgid "Advanced Cost"
2291
  msgstr "Avanceret Omkostning"
2292
 
2293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2294
  msgid "additional cost, which depend from form fields"
2295
  msgstr "kstra omkostning, som afhænger af formularfelterne"
2296
 
2297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2298
  msgid "Coupons"
2299
  msgstr "Kuponer"
2300
 
2301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2303
  msgid "Setting"
2304
  msgstr "Indstilling"
2305
 
2306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2307
  msgid "for discount"
2308
  msgstr "for rabat"
2309
 
2310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2319
  msgid "settings"
2320
  msgstr "indstillinger"
2321
 
2322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
2323
  msgid "Season Filters"
2324
  msgstr "Sæson Filtrere"
2325
 
2326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
2327
  msgid "Cost: "
2328
  msgstr "Omkostning:"
2329
 
2330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2332
  msgid "Weekend"
2333
  msgstr "Weekend"
2334
 
2335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
2337
  msgid "Work days"
2338
  msgstr "Arbejdsdage"
2339
 
2340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2342
  msgid "High season"
2343
  msgstr "Høj sæson"
2344
 
2345
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
2348
  msgid "Select Times"
2349
  msgstr "Vælg Tider"
2350
 
2414
  msgstr "Send Anmodning"
2415
 
2416
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2422
  msgid "Close"
2423
  msgstr "Luk"
2424
 
2443
  msgstr "Email til \"Person\" med betalingsanmodning"
2444
 
2445
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2449
  #, fuzzy
2450
  msgid "Send to Admin"
2451
  msgstr "Send"
2452
 
2453
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2457
  #, fuzzy
2458
  msgid "Check this box to send copy of this email to Admin"
2459
  msgstr "Send kopi af denne email til Admin"
2460
 
2461
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2466
  #, php-format
2467
  msgid "Type the default %sadmin email%s sending the booking confimation"
2468
  msgstr ""
2470
  "reserveringskonfirmationen"
2471
 
2472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2478
  msgid "Subject"
2479
  msgstr "Emne"
2480
 
2484
  msgstr "Indtast email emne for %sbetalingsanmodning%s."
2485
 
2486
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2492
  #, fuzzy
2493
  msgid "Content"
2494
+ msgstr "Shortkoder for Email og indholdsform"
2495
 
2496
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
2497
  #, php-format
2567
  msgstr "Postnummer"
2568
 
2569
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
2571
  msgid "Country"
2572
  msgstr "land"
2573
 
2599
  msgstr "idsformat"
2600
 
2601
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2604
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2605
  msgid "Custom"
2606
  msgstr "Tilpasset"
2908
  "på denne side: %s Mange tak, %s"
2909
 
2910
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
2912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
2913
  msgid "Apartment#1"
2914
  msgstr "Lejlighed#1"
2915
 
2916
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
2918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
2919
  msgid "Apartment#2"
2920
  msgstr "Lejlighed#2"
2921
 
2922
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
2924
  msgid "Apartment#3"
2925
  msgstr "Lejlighed#3"
2926
 
3831
  msgid "Select option to configure or show help info about tags"
3832
  msgstr "Vælg indstilling for at konfigurere eller vis hjælpeinfo om tags"
3833
 
3834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
3835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
3837
  msgid "Saved"
3838
  msgstr "Gemt"
3839
 
3840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
3841
  #, fuzzy
3842
  msgid ""
3843
  "You can use (in subject and content of email template) any shortcodes, which "
3848
  "bruger i bookingformularen. Du kan benytte shortkoder på den samme måde som "
3849
  "du bruger det i indholdsformularen i Indstillinger Felt-sider."
3850
 
3851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
3852
  msgid "In addition you can use these shortcodes"
3853
  msgstr "Desuden kan du bruge disse shortkoder"
3854
 
3855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
3856
  #, fuzzy, php-format
3857
  msgid ""
3858
  "%s - inserting data info about the booking, which you configured in the "
3861
  "%s - Indføjelse af data information, som du har konfigureret i "
3862
  "indholdsformularen i Indstillinger Felter-side"
3863
 
3864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
3865
  #, php-format
3866
  msgid "%s - inserting ID of booking "
3867
  msgstr "%s - indføje ID af booking "
3868
 
3869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
3870
  #, php-format
3871
  msgid "%s or %s - inserting the title of the booking resource "
3872
  msgstr "%s eller %s - indføje titlen på reserveringsressourcen"
3873
 
3874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
3875
  #, php-format
3876
  msgid "%s - inserting the cost of booking "
3877
  msgstr "%s - indføje omkostningen af reservering"
3878
 
3879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
3880
  #, php-format
3881
  msgid "%s - inserting the dates of booking"
3882
  msgstr "%s - indføje datoerne på reservering"
3883
 
3884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
3885
  #, php-format
3886
  msgid "%s - inserting check-in date (first day of reservation),"
3887
  msgstr "%s - indføj indcheckning dato (førstedags reservation),"
3888
 
3889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
3890
  #, php-format
3891
  msgid "%s - inserting check-out date (last day of reservation),"
3892
  msgstr "%s - indføj checkout dato (sidste dags reservation),"
3893
 
3894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
3895
  #, php-format
3896
  msgid "%s - inserting the number of booking dates "
3897
  msgstr "%s - indføj antallet af reservering datoer"
3898
 
3899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
3900
  #, php-format
3901
  msgid "%s - inserting your site URL "
3902
  msgstr "%s - indføj din hjemmeside URL "
3903
 
3904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
3905
  #, php-format
3906
  msgid "%s - inserting moderate link of new booking "
3907
  msgstr "%s - indføj moderat link af ny reservering"
3908
 
3909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
3910
  #, php-format
3911
  msgid ""
3912
  "%s - inserting link to the page where visitor can edit the reservation, "
3917
  "bruge %s parameteren for at sætte det anderledes %s på denne side. Eksempel: "
3918
  "%s )"
3919
 
3920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
3921
  #, php-format
3922
  msgid ""
3923
  "%s - inserting link to the page where visitor can cancel the reservation, "
3927
  "%s - indføj link til siden hvor gæst kan annullere reservationen, (mulig at "
3928
  "bruge %s parameteren for at sætte anderledes %s på denne side. Eksempel: %s )"
3929
 
3930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
3931
  #, php-format
3932
  msgid ""
3933
  "%s - inserting link to payment page where visitor can pay for the "
3938
  "(mulig at bruge %s parameteren for at sætte anderledes %s på denne side. "
3939
  "Eksempel: %s )"
3940
 
3941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
3942
  #, php-format
3943
  msgid ""
3944
  "%s - add the reason for booking payment, you can enter it before sending "
3947
  "%s - tilføj grunden for reseveringsbetaling, du kan indtaste det før "
3948
  "afsendelse af email,"
3949
 
3950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
3951
  #, php-format
3952
  msgid ""
3953
  "%s - add the reason booking was cancelled, you can enter it before sending "
3956
  "%s - tilføj grunden for at reserveringen blev annulleret, du kan indtaste "
3957
  "det før afsendelse af email, "
3958
 
3959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
3960
  #, fuzzy, php-format
3961
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3962
  msgstr ""
3963
  "Du kan også bruge ethvert HTML tags som dette %s - ved at indføje ny linie"
3964
 
3965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3966
  #, fuzzy
3967
  msgid "Enter Keyword here"
3968
  msgstr "Indtast titel her"
3969
 
3970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
3971
  msgid "Keyword"
3972
  msgstr "Nøgleord"
3973
 
3974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
3975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
3976
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
3980
  msgid "Resource"
3981
  msgstr "Ressource"
3982
 
3983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
3984
  msgid "Print bookings listing"
3985
  msgstr "Print reserveringslisten"
3986
 
3987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
3989
  msgid "Print"
3990
  msgstr "Print"
3991
 
3992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3993
  msgid "Export only current page of bookings to CSV format"
3994
  msgstr "Eksporter kun aktuel side af reserveringer til CSV-format"
3995
 
3996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
3997
  msgid "Export"
3998
  msgstr "Eksporter"
3999
 
4000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
4001
  msgid "Export All bookings to CSV format"
4002
  msgstr "Eksporter Alle reserveringer til CSV format"
4003
 
4004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
4005
  msgid "Export All"
4006
  msgstr "Eksporter alt"
4007
 
4008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
4009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
4010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
4011
  msgid "Labels"
4012
  msgstr "Mærkat"
4013
 
4014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
4015
  msgid "Data"
4016
  msgstr "Data"
4017
 
4018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
4019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
4020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
4021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
4022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
 
4023
  msgid "Approved"
4024
  msgstr "Godkendt"
4025
 
4026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
4027
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
4028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
4029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
4030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
4031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
 
4032
  msgid "Pending"
4033
  msgstr "Afventer"
4034
 
4035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
4036
  msgid "Edit Booking"
4037
  msgstr "Rediger Reservering"
4038
 
4039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
4040
  msgid "Edit Note"
4041
  msgstr "Rediger Notat"
4042
 
4043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
4044
  msgid "Change Resource"
4045
  msgstr "Ændr Ressource"
4046
 
4047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
4048
  msgid "Change"
4049
  msgstr "Ændr"
4050
 
4051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
4052
  msgid "Clear booking resources selection"
4053
  msgstr "Ryd reserveringsressourcerudvælgelse"
4054
 
4055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
4056
  msgid "Apply booking resources selection"
4057
  msgstr "Anvend bookende ressourcerudvælgelse"
4058
 
4059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
4060
  msgid ""
4061
  "Please note, its not possible to add new resources, if \"All resources\" "
4062
  "option is selected. Please clear the selection, then add new resources."
4065
  "ressourcer\" indstillingen er valgt. Ryd udvælgelsen, og derefter kan du "
4066
  "tilføje nye ressourcer."
4067
 
4068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
4069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
4070
  msgid "All resources"
4071
  msgstr "Alle ressourcer"
4072
 
4073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
4074
  msgid "Booking resources"
4075
  msgstr "Reserveringsressourcer"
4076
 
4113
  msgstr "Behandles"
4114
 
4115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
4117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
4118
  msgid "Unknown"
4119
  msgstr "Ukendt"
4120
 
4186
  msgstr "Tømt"
4187
 
4188
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
4190
  msgid "Created"
4191
  msgstr "prettet"
4192
 
4224
  msgstr "Status"
4225
 
4226
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
4228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
4229
  msgid "Paid OK"
4230
  msgstr "Betaling OK"
4231
 
4235
  msgstr "Ukendt status"
4236
 
4237
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
4239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
4240
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4241
  msgid "Payment"
4242
  msgstr "Betaling"
4263
  msgid "Send payment request to visitor"
4264
  msgstr "Send betalingsanmodning til gæst"
4265
 
4266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
4267
  msgid "Payment status"
4268
  msgstr "Betalingsstatus"
4269
 
4270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
4271
  msgid "Save cost"
4272
  msgstr "Spar omkostning"
4273
 
4274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
4275
  msgid "Change status"
4276
  msgstr "Ændringsstatus"
4277
 
4278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
4279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
4280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
4281
  msgid "Updating..."
4282
  msgstr "Ajourføring..."
4283
 
4284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
4285
  msgid "User is Activated"
4286
  msgstr "Bruger er aktiveret"
4287
 
4288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
4289
  msgid "User is Deactivated"
4290
  msgstr "Bruger er deaktiveret"
4291
 
4292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
4293
  #, php-format
4294
  msgid ""
4295
  "%sYou do not have permissions for this page.%s Your account is not active, "
4298
  "%sDu har ikke tilladelser til denne side.%s Din konto er ikke aktiv, kontakt "
4299
  "venligst administrator.%s"
4300
 
4301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
4302
  #, php-format
4303
  msgid "%sYou do not have permissions for this booking resources.%s"
4304
  msgstr "%sDu har ikke tilladelser til disse reserveringsressourcer.%s"
4305
 
4306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
4307
  #, php-format
4308
  msgid "%sNo this booking resources.%s"
4309
  msgstr "%sNej denne reserveringsressource.%s"
4310
 
4311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
4312
  msgid "Show resources of user:"
4313
  msgstr "Vis ressourcer for bruger:"
4314
 
4315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4316
  msgid "My"
4317
  msgstr "Min"
4318
 
4319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
4320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
4321
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4322
  msgid "Booking resource:"
4323
  msgstr "Reseveringsressource:"
4324
 
4325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
4326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
4327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
4328
  msgid "Users"
4329
  msgstr "Brugere"
4330
 
4331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
4333
  #, fuzzy
4334
  msgid "User"
4335
  msgstr "Bruger er aktiveret"
4336
 
4337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4338
  msgid "Management of"
4339
  msgstr "Håndtering af"
4340
 
4341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
4342
  msgid "Set user as"
4343
  msgstr "Sæt bruger som"
4344
 
4345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4346
  #, fuzzy, php-format
4347
  msgid "Active %sSuper Admin%s"
4348
  msgstr "Super Admin"
4349
 
4350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4351
  #, fuzzy, php-format
4352
  msgid "Active %sRegular User%s"
4353
  msgstr "at gøre bruger aktiv"
4354
 
4355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4356
  #, fuzzy
4357
  msgid "Inactive User"
4358
  msgstr "gør bruger inaktiv"
4359
 
4360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4361
  msgid "Unlimited"
4362
  msgstr ""
4363
 
4364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
4365
  msgid "Activate"
4366
  msgstr "Aktiveret"
4367
 
4368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4374
  msgid "Do you really want"
4375
  msgstr "Ønsker du virkelig"
4376
 
4377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4378
  msgid "make user active"
4379
  msgstr "at gøre bruger aktiv"
4380
 
4381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
4382
  msgid "Deactivate"
4383
  msgstr "Deaktivere"
4384
 
4385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
4386
  msgid "Set as inactive"
4387
  msgstr "Sæt som inaktiv"
4388
 
4389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4390
  msgid "make user inactive"
4391
  msgstr "gør bruger inaktiv"
4392
 
4393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4394
  #, fuzzy
4395
  msgid "Delete settings"
4396
  msgstr "Slet"
4397
 
4398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4399
  msgid "delete configuration"
4400
  msgstr "slet konfiguration"
4401
 
4402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4403
  #, fuzzy
4404
  msgid "Delete data"
4405
  msgstr ""
4406
  "Hvis du vil gemme dine reserveringsdata, så untjek %s\"Slet bookende data"
4407
  "\"%s på\""
4408
 
4409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4410
  msgid "delete all booking data"
4411
  msgstr "slet alle reserveringsdata"
4412
 
4413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4415
  msgid "Super Admin"
4416
  msgstr "Super Admin"
4417
 
4418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4420
  msgid "set user as"
4421
  msgstr "sæt bruger som"
4422
 
4423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4424
  #, fuzzy
4425
  msgid "Regular User"
4426
  msgstr "Regulær bruger"
4427
 
4428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4429
  msgid "Regular user"
4430
  msgstr "Regulær bruger"
4431
 
4432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4433
  msgid "Suite"
4434
  msgstr "Suite"
4435
 
5427
  msgid "Pay using %s payment service"
5428
  msgstr "Betal ved at bruge %s betalingstjeneste"
5429
 
5430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
5431
  msgid "Form / Calendar"
5432
  msgstr "Formular/ Kalender"
5433
 
5434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5438
  msgid "Insertion of"
5439
  msgstr "Indsættelse af"
5440
 
5441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
5442
  msgid "Selection of form"
5443
  msgstr "Udvælgelse af formular"
5444
 
5445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
5446
  msgid "Editing of booking"
5447
  msgstr "Redigering af reservering"
5448
 
5449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5450
  #, php-format
5451
  msgid ""
5452
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5455
  "Læs venligst mere om shortkoder %sher%s eller JavaScript tilpasning af de "
5456
  "specifikke shortkoder %sher%s"
5457
 
5458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5459
  #, php-format
5460
  msgid ""
5461
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5466
  "deres egen reservering(er), %sannuler%s eller lave %sbetaling%s efter at "
5467
  "have fået en admin email betalingsanmodning"
5468
 
5469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5470
  #, php-format
5471
  msgid ""
5472
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5475
  "Indholdet af felter %sURL til at redigere reseveringer%s på %sgenerel "
5476
  "reserveringsindstillinger-side%s skal linke til denne side"
5477
 
5478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5479
  #, php-format
5480
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5481
  msgstr ""
5482
  "Email skabeloner, som bruger shortkoder: %s, vil blive linket til denne side"
5483
 
5484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5486
  #, fuzzy
5487
  msgid "Select shortcode to insert"
5488
  msgstr "Indsæt reserveringskalender"
5489
 
5490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
5491
  #, fuzzy, php-format
5492
  msgid ""
5493
  "This shortcode %s is using for showing the search results at specific page, "
5497
  "specifik side, hvis søge form er er brugt for at vise søgningsresultaterne "
5498
  "ved en anden side"
5499
 
5500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5501
  #, fuzzy
5502
  msgid "Check this box to show search results on other page"
5503
  msgstr "Maker denne kasse hvis du ønsker at vise hjælpetips på admin panelet."
5504
 
5505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
5506
  msgid "URL of search results:"
5507
  msgstr "URL på søgeresultater:"
5508
 
5509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5510
  msgid "Type the URL of search results page."
5511
  msgstr "Indtast URLen på søgningsresultatside."
5512
 
5513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
5514
  msgid "Title of Search results:"
5515
  msgstr "Titel på søgeresultater:"
5516
 
5517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5518
  msgid "Type the title of Search results."
5519
  msgstr "Indtast titel på søgeresultater."
5520
 
5521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
5522
  msgid "Nothing Found Message:"
5523
  msgstr "Ingenting besked fundet:"
5524
 
5525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5526
  msgid "Type the message, when nothing found."
5527
  msgstr "Indtast beskeden, når ingenting er fundet."
5528
 
5529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5530
  msgid "Search only for users:"
5531
  msgstr "Søg kun efter brugere:"
5532
 
5533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5534
  msgid ""
5535
  "Type IDs of the users (separated by comma \",\") for searching availability "
5536
  "only for these users, or leave it blank for searching for all users."
5539
  "tilgængelighed kun efter disse brugere, eller lad den være blank for at søge "
5540
  "efter alle brugere."
5541
 
5542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5543
  msgid "Title:"
5544
  msgstr "Titel:"
5545
 
5546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5547
  msgid "Title near your select box."
5548
  msgstr "Titel ved din udvælgelsekasse."
5549
 
5550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5551
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5552
  msgid "Visible months:"
5553
  msgstr "Synlige måneder:"
5554
 
5555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5556
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5557
  msgid "Select number of month to show for calendar."
5558
  msgstr "Vælg antal måneder som skal vises i kalender."
5559
 
5560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5561
  #, fuzzy
5562
  msgid ""
5563
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5566
  "Vælg bookende ressourcer, der skal vises i udvæglseskasse. %sBrug venligst "
5567
  "CTRL for at vælge multiple reserveringsressourcer."
5568
 
5569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5570
  #, php-format
5571
  msgid ""
5572
  "This shortcode %s is using for selection of the booking form of specific "
5575
  "Denne shortcode %s bliver brugt til udvælgelse af bookingformularen af "
5576
  "specifikke reserveringsressourcer i udvælgelsekasse"
5577
 
5578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
5579
  msgid "This booking resources does not exist"
5580
  msgstr "Denne reserveringsressource eksisterer ikke"
5581
 
5582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5583
  msgid "Processing..."
5584
  msgstr "Arbejder..."
5585
 
5586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5587
  msgid "Generating columns..."
5588
  msgstr "Genererer kolonner..."
5589
 
5590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
5591
  msgid "Exporting booking data..."
5592
  msgstr "Eksporterer bookende data..."
5593
 
5594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5595
  msgid "Generating content of file"
5596
  msgstr "Genererer indhold af fil"
5597
 
5598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5599
  msgid "Saving to file"
5600
  msgstr "Gemmer til fil"
5601
 
5602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
5603
  msgid "Export bookings"
5604
  msgstr "Eksporter reserveringer"
5605
 
5606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5607
  msgid "Download the CSV file of exported booking data"
5608
  msgstr "Download CSV-filen af eksporterede reserveringsdata"
5609
 
5610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5611
  msgid "Download"
5612
  msgstr "Download"
5613
 
5614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
5615
  msgid "Done!"
5616
  msgstr "Færdig!"
5617
 
5618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
5619
  msgid "Please Select"
5620
  msgstr "Vælg venligst"
5621
 
5622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5623
  msgid "link"
5624
  msgstr "link"
5625
 
5626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
5627
  msgid "Print bookings"
5628
  msgstr "Print reserveringer"
5629
 
5630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5631
  msgid "The booking was canceled by the visitor."
5632
  msgstr "Reserveringen blev annulleret af gæsten."
5633
 
5634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5638
  msgid "Wrong booking hash in URL (probably expired)"
5639
  msgstr "Forkert resevering hash i URL (sandsynligvis udløbet)"
5640
 
5641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5642
  msgid "The booking has been canceled successfully"
5643
  msgstr "Reserveringen er blevet annulleret succesfuldt"
5644
 
5645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
5646
  msgid "Add New Booking Resource(s)"
5647
  msgstr "Tilføj ny Booking Resource(r)"
5648
 
5649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
5650
  msgid "New Resource"
5651
  msgstr "Ny Ressource"
5652
 
5653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
5654
  msgid "Enter title here"
5655
  msgstr "Indtast titel her"
5656
 
5657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5658
  msgid "Enter name of booking resource"
5659
  msgstr "Indtast navnet på bookingressource"
5660
 
5661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
5662
  msgid "Advanced Options"
5663
  msgstr "Avancerede Indstillinger"
5664
 
5665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5666
  msgid "Add new resource(s)"
5667
  msgstr "Tilføj ny ressource(r)"
5668
 
5669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5671
  msgid "Resources number per page"
5672
  msgstr "Ressourceantal per side"
5673
 
5674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5676
  msgid ""
5677
  "Select number of booking resources (single or parent) per page at Resource "
5678
  "menu page"
5680
  "Vælg antal reservering ressourcer (enkelte eller forælder) per side på "
5681
  "Resource-menuside"
5682
 
5683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5685
  msgid "Default booking resource"
5686
  msgstr "Standard booking ressource"
5687
 
5688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5689
  msgid "Enter your order number to begin the activation process."
5690
  msgstr "Indtast dit ordrenummer for at begynde aktiveringsprocessen."
5691
 
5692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5693
  msgid "Select your default booking resource."
5694
  msgstr "Vælg din standard reserveringsressource."
5695
 
5696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5697
  msgid "URL to edit bookings"
5698
  msgstr "URL til at redigere reserveringer"
5699
 
5700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5701
  #, fuzzy, php-format
5702
  msgid ""
5703
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5706
  "Indtast URL for %sgæster%s for at redigere reserveringer. Du skal indsætte "
5707
  "%s shortkode på denne side."
5708
 
5709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5710
  msgid "Change hash after the booking is approved"
5711
  msgstr "Ændr hashtegn efter reserveringen er godkendt"
5712
 
5713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5714
  msgid ""
5715
  "Check this box if you want to change the booking hash after approval. When "
5716
  "checked, visitor will not be able to edit or cancel the booking."
5719
  "Når den er markeret, vil gæst ikke kunne redigere eller annullere "
5720
  "reserveringen."
5721
 
5722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5723
  #, php-format
5724
  msgid "%s - start new translation section, where %s - locale of translation"
5725
  msgstr "%s - start nyt oversættelse afsnit, hvor %s - locale af oversættelsen"
5726
 
5727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5728
  #, php-format
5729
  msgid "Example #1: %s - start French translation section"
5730
  msgstr "Eksempel #1: %s - start fransk oversættelse afsnit"
5731
 
5732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5733
  #, php-format
5734
  msgid "Example #2: \"%s\" - English and French translation of some message"
5735
  msgstr "Eksempel #2: \"%s\" - Engelsk og fransk oversættelse af nogle beskeder"
5736
 
5737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
5738
  msgid ""
5739
  "Customization of email template, which is sending to Admin after new booking"
5740
  msgstr ""
5741
  "Tilpasning af emailskabelon som sendes til Admin efter en ny reservering"
5742
 
5743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5744
  msgid "New for Admin"
5745
  msgstr "Ny for Admin"
5746
 
5747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
5748
  msgid ""
5749
  "Customization of email template, which is sending to Visitor after new "
5750
  "booking"
5751
  msgstr "Tilpasning af emailskabelon som sendes til gæst efter ny reservering"
5752
 
5753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
5754
  msgid "New for Visitor"
5755
  msgstr "Ny for gæst"
5756
 
5757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
5758
  msgid ""
5759
  "Customization of email template, which is sending to Visitor after approval "
5760
  "of booking"
5762
  "Tilpasning af emailskabelon som sendee til gæst efter godkendelse af "
5763
  "reservering"
5764
 
5765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
5766
  msgid ""
5767
  "Customization of email template, which is sending to Visitor after "
5768
  "Cancellation of booking"
5770
  "Tilpasning af emailskabelon som sendes til gæst efter annulering af "
5771
  "reservering"
5772
 
5773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
5774
  msgid "Declined"
5775
  msgstr "Frabedt"
5776
 
5777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
5778
  msgid ""
5779
  "Customization of email template, which is sending after modification of "
5780
  "booking"
5781
  msgstr ""
5782
  "Tilpasning af emailskabelon som sendes efter modifikation af reserveringen"
5783
 
5784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
5785
  msgid "Modified"
5786
  msgstr "Modificeret"
5787
 
5788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
5789
  msgid ""
5790
  "Customization of email template, which is sending to Visitor after payment "
5791
  "request"
5792
  msgstr ""
5793
  "Tilpasning af emailskabelon som sendes til gæst efter betalingsanmodning"
5794
 
5795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
5796
  msgid "Payment request"
5797
  msgstr "Betalingsanmodning"
5798
 
5799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
5800
  msgid "Standard Form Template"
5801
  msgstr "Standard Form"
5802
 
5803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
5804
  msgid "2 Columns Form Template"
5805
  msgstr "2 Kolonner Form skabelon"
5806
 
5807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5808
  msgid "Wizard Form Template(several steps)"
5809
  msgstr "Hjælp (flere trin)"
5810
 
5811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
5812
  msgid "Payment Form Template"
5813
  msgstr "Betaling Form Skabelon"
5814
 
5815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
5816
  msgid "Time Slots Form Template"
5817
  msgstr "Tidsrum Form Skabelon"
5818
 
5819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
5820
  msgid "Time slots for different weekends Form Template"
5821
  msgstr "Tidsrum for forskellige weekender Form Skabelon"
5822
 
5823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
5824
  msgid "Hints Form Template"
5825
  msgstr "Fif Form Skabelon"
5826
 
5827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5828
  #, fuzzy
5829
  msgid "Reset current Form"
5830
  msgstr "Nulstil til standard søgeform indhold"
5831
 
5832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5833
  #, fuzzy
5834
  msgid "Reset Booking Form and Content of Booking Fields Form"
5835
  msgstr "Konfigurer venligst formularen for indhold af at bookede feltdata!"
5836
 
5837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
5838
  msgid "Both"
5839
  msgstr "Begge"
5840
 
5841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
5842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
5843
  msgid "Please configure the form for content of booking fields data!"
5844
  msgstr "Konfigurer venligst formularen for indhold af at bookede feltdata!"
5845
 
5846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
5848
  msgid "Please configure the form fields!"
5849
  msgstr "Konfigurer venligst formularfelterne!"
5850
 
5851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
5852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
5853
  msgid "Customization of booking form fields"
5854
  msgstr "Tilpasning af booking formularfelterne"
5855
 
5856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5857
  msgid ""
5858
  "Customization of fields, which showing in the Booking Listing page for the "
5859
  "specific booking"
5861
  "Tilpasning af felter, som vises i Booking Liste-siden for den specifikke "
5862
  "reservering"
5863
 
5864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
5865
  msgid "Content of Booking Fields"
5866
  msgstr "Indhold af Bookingfelter"
5867
 
5868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
5869
  msgid "Default title of bookings"
5870
  msgstr "Standard titel af reserveringer"
5871
 
5872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
5873
  #, php-format
5874
  msgid ""
5875
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5880
  "Liste-side (Du kan bruge shortkoderne fra knapformularen på indstillinger "
5881
  "Felter-side)."
5882
 
5883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
5884
  msgid "Incorrect date format"
5885
  msgstr "Ukorrekt datoformat"
5886
 
5887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
5888
  #, fuzzy
5889
  msgid "Booking Resource"
5890
  msgstr "Reseveringsressource:"
5891
 
5892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
5893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
5894
  msgid "All bookings"
5895
  msgstr "Alle reserveringer"
5896
 
5897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
5898
  msgid "All incoming bookings"
5899
  msgstr "Alle indgående reserveringer"
5900
 
5901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5902
  msgid "New reservations made today"
5903
  msgstr "Nye reservationer lavet i dag"
5904
 
5905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
5906
  msgid "Reservations for today"
5907
  msgstr "Reservationer for idag"
5908
 
5909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
5910
  msgid "Add new booking resource"
5911
  msgstr "Tilføj ny reserveringsressource"
5912
 
5913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
5914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
5915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
5916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
5917
  msgid "Updated successfully"
5918
  msgstr "Opdateret succesfuldt"
5919
 
5920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
5921
  msgid ""
5922
  "Warning! The resource was not changed. Current dates are already booked "
5923
  "there."
5925
  "Advarsel! Ressourcen blev ikke ændret. Faktiske datoer er allerede booket "
5926
  "der."
5927
 
5928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
5929
  msgid "Email to \"Admin\" after a new booking"
5930
  msgstr "Email til \"Admin\" efter en ny reservering"
5931
 
5932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
5933
  msgid "To"
5934
  msgstr "Til"
5935
 
5936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
5937
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5938
  #, php-format
5939
  msgid "Type default %sadmin email%s for booking confirmation"
5940
  msgstr "Indtast standard %sadmin email%s for resevering bekræftelse"
5941
 
5942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
5943
  #, php-format
5944
  msgid ""
5945
  "Type the default %sadmin email%s sending the booking confimation. You can "
5948
  "Indtast standard %sadmin email%s for afsendelse af "
5949
  "reserveringskonfirmationen. Du kan bruge disse %s shortkoder."
5950
 
5951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5952
  #, php-format
5953
  msgid "Type your email %ssubject%s for the booking confimation message."
5954
  msgstr "Indtast dit email %semne%s for reserveringskonfimationsbeskeden."
5955
 
5956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5957
  #, php-format
5958
  msgid "Type your %semail message content for checking booking%s in. "
5959
  msgstr "Indtast din %semail beskedindhold for at tjekke reservering%s i."
5960
 
5961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5962
  #, php-format
5963
  msgid ""
5964
  "For example: \"You have a new reservation %s on the following date(s): %s "
5969
  "information: %s Du kan godkende eller redigere denne reservering på: %s Tak, "
5970
  "Reservation-tjenesten.\""
5971
 
5972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
5977
  msgid "here"
5978
  msgstr "her"
5979
 
5980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
5981
  msgid "Email to \"Person\" after they make a new reservation"
5982
  msgstr "Email til \"Person\" efter at de laver en ny reservation"
5983
 
5984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
5985
  #, fuzzy, php-format
5986
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5987
  msgstr ""
5988
  "Indtast din %semail besked for gæst efter at have oprettet en ny reservation"
5989
  "%s"
5990
 
5991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
5992
  #, fuzzy, php-format
5993
  msgid "Use these %s shortcodes."
5994
  msgstr "Brug disse shortkoder for tilpasning:"
5995
 
5996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
5997
  #, php-format
5998
  msgid ""
5999
  "Type your %semail message for visitor after creating a new reservation%s"
6001
  "Indtast din %semail besked for gæst efter at have oprettet en ny reservation"
6002
  "%s"
6003
 
6004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
6005
  #, php-format
6006
  msgid ""
6007
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
6012
  "behandling! Vi vil sende bekræftelse via email. %s Du kan redigere "
6013
  "reserveringen på denne side : %s Tak, Reservationstjenesten.\""
6014
 
6015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
6016
  msgid "Email to \"Person\" after booking is approved"
6017
  msgstr "Email til \"Person\" efter reservering er godkendt"
6018
 
6019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
6020
  #, php-format
6021
  msgid "Type your email subject for the %sapproved booking%s."
6022
  msgstr "Indtast dit email emne for den %sgodkendte reservering%s."
6023
 
6024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6025
  #, php-format
6026
  msgid "Type your %semail message for the approved booking%s from the website"
6027
  msgstr "Indtast din %semail emne for den godkendte reservering%s fra webstedet"
6028
 
6029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
6030
  #, php-format
6031
  msgid ""
6032
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6037
  "%s Du kan redigere denne reservering på denne side: %s . Tak, "
6038
  "Reservationstjenesten.\""
6039
 
6040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
6041
  msgid "Email to \"Person\" after their booking has been denied"
6042
  msgstr "Email til \"Person\" efter at deres reservering er blevet nægtet"
6043
 
6044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3531
6045
  #, php-format
6046
  msgid "Type your email subject for the %sdenied booking%s."
6047
  msgstr "Inftast dit email emne for den %snægtede reservering%s."
6048
 
6049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3538
6050
  #, php-format
6051
  msgid "Type your %semail message for the denied booking%s from the website"
6052
  msgstr ""
6053
  "Indtast din %semail besked for den nægtede reservering%s fra webstedet"
6054
 
6055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
6056
  #, php-format
6057
  msgid ""
6058
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
6062
  "annulleret. Kontakt os venligst for mere information. %s Tak, "
6063
  "Reservationstjenesten.\""
6064
 
6065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3563
6066
  msgid "Email to \"Person\" after booking is modified"
6067
  msgstr "Email til \"Person\" efter reservering er modificeret"
6068
 
6069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
6070
  #, php-format
6071
  msgid "Type your email subject for the %smodified booking%s. "
6072
  msgstr "Indtast dit email emne for den %s modificeret reservering%s. "
6073
 
6074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
6075
  #, php-format
6076
  msgid "Type your %semail message for the modified booking%s from the website"
6077
  msgstr ""
6078
  "Indtast din %semail besked for den modificerede reservering%s fra webstedet"
6079
 
6080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6081
  #, php-format
6082
  msgid ""
6083
  "For example: \"The reservation %s on these date(s): %s has been modified. "
6088
  "modificeret. %s Du kan redigere denne reservering på denne side: %s . Tak, "
6089
  "Reservationstjenesten.\""
6090
 
6091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3721
6092
  msgid "Form fields"
6093
  msgstr "Formularfelter"
6094
 
6095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3750
6096
  #, php-format
6097
  msgid ""
6098
  "Content of booking fields data for email templates (%s-shortcode) and "
6101
  "Indhold af bookede feltdata for emailskabeloner (%s-shortkode) og bookede "
6102
  "oplistende side"
6103
 
6104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3758
6105
  #, fuzzy, php-format
6106
  msgid "%s - inserting data from fields of booking form"
6107
  msgstr "%s - indsætte data fra felter af tilmeldingsblanket,"
6108
 
6109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3759
6110
  #, fuzzy, php-format
6111
  msgid "%s - inserting new line"
6112
  msgstr "%s - indføj moderat link af ny reservering"
6113
 
6114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
6115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
6116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
6117
  msgid "First Name"
6118
  msgstr "Fornavn"
6119
 
6120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
6121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
6122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
6123
  msgid "Last Name"
6124
  msgstr "Efternavn"
6125
 
6126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
6127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3867
6128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
6129
  msgid "Email"
6130
  msgstr "Email"
6131
 
6132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
6133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
6134
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
6135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
6136
  msgid "Times"
6137
  msgstr "Tidszone"
6138
 
6139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
6140
  msgid "Address"
6141
  msgstr "Adresse"
6142
 
6143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
6144
  msgid "City"
6145
  msgstr "By"
6146
 
6147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
6148
  msgid "Post code"
6149
  msgstr "Postnummer"
6150
 
6151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4034
6152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2334
6153
  msgid "New booking"
6154
  msgstr "Ny reservering"
6155
 
6156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4036
6157
  #, php-format
6158
  msgid ""
6159
  "Your reservation %s for: %s is processing now! We will send confirmation by "
6162
  "Din reservation %s for: %s er under behandling! Vi vil sende bekræftelse via "
6163
  "email. %sDu kan redigere denne reservering på denne side: %s Tak, %s"
6164
 
6165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
6166
  msgid "The reservation has been modified"
6167
  msgstr "Reservationen er blevet modificeret"
6168
 
6169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4042
6170
  #, php-format
6171
  msgid ""
6172
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6175
  "Reservationen %s for: %s er blevet modificeret. %sDu kan redigere denne "
6176
  "reservering på denne side:: %s Tak, %s"
6177
 
6178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4104
6179
  msgid "Sending request..."
6180
  msgstr "Sender anmodning..."
6181
 
6182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4129
6183
  msgid "Order number"
6184
  msgstr "Ordrenummer"
6185
 
6186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4132
6187
  msgid "Register"
6188
  msgstr "Register"
6189
 
6190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4134
6191
  msgid ""
6192
  "Please, enter your order number of purchasing this version, which you are "
6193
  "received in email."
6195
  "Indtast venligst dit ordrenummer ved bestilling af denne version, som du har "
6196
  "modtaget i enemail."
6197
 
6198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4138
6199
  #, php-format
6200
  msgid ""
6201
  "If you will get any difficulties or have a questions, please contact by "
6260
  msgstr "Indsæt reserveringskalender"
6261
 
6262
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
6263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:693
6264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6265
  msgid "Booking calendar"
6266
  msgstr "Booking kalender"
6267
 
6391
  "Gæst kan kun vælge 4 dage der starter med mandag, 3 eller 7 dage - fredag, 2 "
6392
  "dage - lørdag, etc…"
6393
 
6394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
6395
  msgid "week"
6396
  msgstr "Uge"
6397
 
6398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
6399
  msgid "weeks"
6400
  msgstr "Uger"
6401
 
6402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
6403
  msgid "month"
6404
  msgstr "måned"
6405
 
6406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
6407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
6408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6409
  msgid "months"
6410
  msgstr "måneder"
6411
 
6412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2202
6414
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
6415
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
6416
  msgid "Year"
6417
  msgstr "År"
6418
 
6419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
6420
  msgid "Current dates"
6421
  msgstr "Aktuelle datoer"
6422
 
6423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6424
  msgid "Today"
6425
  msgstr "Idag"
6426
 
6427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6428
  msgid "Previous dates"
6429
  msgstr "Forregående datoer"
6430
 
6431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
6432
  msgid "All dates"
6433
  msgstr "Alle datoer"
6434
 
6435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
6436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:423
6437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2060
6438
  msgid "Next"
6439
  msgstr "Næste"
6440
 
6441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:446
6443
  msgid "Prior"
6444
  msgstr "Forudgående"
6445
 
6446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
6447
+ #, fuzzy
6448
+ msgid "Check In - Tomorrow"
6449
+ msgstr "Check-ind"
6450
+
6451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6452
+ #, fuzzy
6453
+ msgid "Check Out - Tomorrow"
6454
+ msgstr "Check-ud"
6455
+
6456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:504
6457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:566
6458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
6459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1470
6460
  msgid "Apply"
6461
  msgstr "Anvende"
6462
 
6463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:604
6464
  msgid "Start Date"
6465
  msgstr "Startdato"
6466
 
6467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:645
6468
  msgid "Booking Listing"
6469
  msgstr "Reseveringsliste"
6470
 
6471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:649
6472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
6473
  msgid "Calendar Overview"
6474
  msgstr "Kalender-Oversigt"
6475
 
6476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:658
6477
  msgid "Booking Calendar - Overview"
6478
  msgstr "Reseveringskalender - Oversigt"
6479
 
6480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
6481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:687
6482
  msgid "Help"
6483
  msgstr "Hjælp"
6484
 
6485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:685
6486
  msgid "About Booking Calendar"
6487
  msgstr "Om Reserverings-Kalender"
6488
 
6489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
6490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:469
6491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
6492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
 
6493
  msgid "FAQ"
6494
  msgstr "FAQ"
6495
 
6496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
6497
  msgid "Technical Support"
6498
  msgstr "Teknisk hjælp"
6499
 
6500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
6501
  msgid "Purchase"
6502
  msgstr "Køb"
6503
 
6504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:695
6505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
6506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1252
6507
  msgid "Upgrade"
6508
  msgstr "Opgradering"
6509
 
6510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1371
6511
  msgid "Filter"
6512
  msgstr "Filter"
6513
 
6514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1416
6515
  msgid "Expand Advanced Filter"
6516
  msgstr "Udvid Avanceret Filter"
6517
 
6518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
6519
  msgid "Collapse Advanced Filter"
6520
  msgstr "ammenfold Avanceret Filter"
6521
 
6522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1434
6523
  msgid ""
6524
  "Send email notification to customer after approval, cancelation or deletion "
6525
  "of bookings"
6527
  "Send email meldelse til kunde efter godkendelse, annulering eller sletning "
6528
  "af reserveringer"
6529
 
6530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6531
  msgid "Emails sending"
6532
  msgstr "Emails afsendelse"
6533
 
6534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
6535
  msgid "Booking ID"
6536
  msgstr "Booking ID"
6537
 
6538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
6539
  #, fuzzy
6540
  msgid "Refresh booking listing"
6541
  msgstr "Reseveringsliste"
6542
 
6543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6544
  #, fuzzy
6545
  msgid "Reset filter to default values"
6546
  msgstr "Nulstil til standard søgeform indhold"
6547
 
6548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1512
6549
  msgid "Any"
6550
  msgstr "Alle"
6551
 
6552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
6553
  msgid "New bookings"
6554
  msgstr "Nye reseveringer"
6555
 
6556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1543
6557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6558
  msgid "Show"
6559
  msgstr "Vis"
6560
 
6561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1555
6562
  #, fuzzy
6563
  msgid "Creation"
6564
  msgstr "Opret"
6565
 
6566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
6567
  #, fuzzy
6568
  msgid "Order by"
6569
  msgstr "Ordrenummer"
6570
 
6571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1603
6572
  msgid ""
6573
  "Save filter settings as default template (Please, click Apply filter button, "
6574
  "before saving!)"
6576
  "Gem filterindstillinger som standard skabelon (Venligst, klik Godkend-"
6577
  "filterknap, før gemning!)"
6578
 
6579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1606
6580
  msgid "Save as Default"
6581
  msgstr "Gem som standard"
6582
 
6583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1611
6584
  msgid "Delete your previously saved default filer template!"
6585
  msgstr "Slet din hidtil gemte standard filter-skabelon!"
6586
 
6587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1614
6588
  msgid "Delete template"
6589
  msgstr "Slet skabelon"
6590
 
6591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1683
6592
  msgid "Approve selected bookings"
6593
  msgstr "Godkend udvalgte reserveringer"
6594
 
6595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1687
6596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1986
 
6597
  msgid "Approve"
6598
  msgstr "Godkend"
6599
 
6600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1688
6601
  msgid "Set selected bookings as pending"
6602
  msgstr "Sæt udvalgte reserveringer som uafklaret"
6603
 
6604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1990
 
6606
  #, fuzzy
6607
  msgid "Do you really want to set booking as pending ?"
6608
  msgstr "Vil du virkelig sætte reservering som uafklaret?"
6609
 
6610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1991
 
6612
  msgid "Reject"
6613
  msgstr "Forkast"
6614
 
6615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6616
  msgid "Delete selected bookings"
6617
  msgstr "Slet udvalgte reserveringer"
6618
 
6619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
6620
  #, fuzzy
6621
  msgid "Do you really want to delete selected booking(s) ?"
6622
  msgstr "il du virkelig slette udvalgt reservering(er)?"
6623
 
6624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6626
  msgid "Reason for cancellation here"
6627
  msgstr "Grund til annulering her"
6628
 
6629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6630
  #, fuzzy
6631
  msgid "Mark as read all bookings"
6632
  msgstr "Marker som læste udvalgte reserveringer"
6633
 
6634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1712
6635
  #, fuzzy
6636
  msgid "Read All"
6637
  msgstr "Læs"
6638
 
6639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6640
  msgid "Mark as read selected bookings"
6641
  msgstr "Marker som læste udvalgte reserveringer"
6642
 
6643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1717
6644
  msgid "Read"
6645
  msgstr "Læs"
6646
 
6647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1718
6648
  msgid "Mark as Unread selected bookings"
6649
  msgstr "Maker som ulæste udvalgte reserveringer"
6650
 
6651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1722
6652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6653
  msgid "Unread"
6654
  msgstr "Ulæste"
6655
 
6656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1763
6657
  msgid "Booking Data"
6658
  msgstr "Booking Data"
6659
 
6660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1764
6661
  msgid "Booking Dates"
6662
  msgstr "Booking Datoer"
6663
 
6664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1769
6665
  msgid "Show ALL dates of booking"
6666
  msgstr "Vis ALLE datoer på reservering"
6667
 
6668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1774
6669
  msgid "Show only check in/out dates"
6670
  msgstr "Vis kun checkind/ud datoer"
6671
 
6672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
6673
  msgid "Nothing found!"
6674
  msgstr "Ingenting fundet!"
6675
 
6676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1815
6677
  msgid "Resource not exist"
6678
  msgstr "Ressource eksister ikke"
6679
 
6680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6681
  msgid "Mark"
6682
  msgstr "Maker"
6683
 
6684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1995
 
 
 
 
 
 
6685
  #, fuzzy
6686
  msgid "Do you really want to delete this booking ?"
6687
  msgstr "Vil du virkelig slette?"
6688
 
6689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2042
6690
  msgid "Prev"
6691
  msgstr "Forrige"
6692
 
6693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2191
6694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2223
6695
  msgid "Show month"
6696
  msgstr "Vis måned"
6697
 
6698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2194
6699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2226
6700
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6701
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6702
  msgid "Month"
6703
  msgstr "Måned"
6704
 
6705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2195
6706
  msgid "Show 3 months"
6707
  msgstr "Vis 3 måneder"
6708
 
6709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2198
6710
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6711
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6712
  msgid "3 Months"
6713
  msgstr "3 måneder"
6714
 
6715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2199
6716
  msgid "Show year"
6717
  msgstr "Vis år"
6718
 
6719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
6721
  msgid "Calendar view mode"
6722
  msgstr "Kalendervisning"
6723
 
6724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6725
  msgid "Show day"
6726
  msgstr "Vis dag"
6727
 
6728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
6729
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6730
  msgid "Day"
6731
  msgstr "Dag"
6732
 
6733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2219
6734
  msgid "Show week"
6735
  msgstr "Vis uge"
6736
 
6737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
6738
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6739
  msgid "Week"
6740
  msgstr "Uge"
6741
 
6742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2227
6743
  msgid "Show 2 months"
6744
  msgstr "Vis 2 måneder"
6745
 
6746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2230
6747
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6748
  msgid "2 Months"
6749
  msgstr "2 Måneder"
6750
 
6751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6754
  msgid "Previous 4 weeks"
6755
  msgstr "Forrige 4 uger"
6756
 
6757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6760
  msgid "Previous week"
6761
  msgstr "Forrige uge"
6762
 
6763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6766
  msgid "Current week"
6767
  msgstr "Aktuel uge"
6768
 
6769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2271
6770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2332
6772
  msgid "Next week"
6773
  msgstr "Næste uge"
6774
 
6775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2272
6776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2286
6777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2333
6778
  msgid "Next 4 weeks"
6779
  msgstr "Næste 4 uger"
6780
 
6781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6784
  msgid "Previous 3 months"
6785
  msgstr "Forrige 3 måneder"
6786
 
6787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6790
  msgid "Previous month"
6791
  msgstr "Forrige måned"
6792
 
6793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6796
  msgid "Current month"
6797
  msgstr "Aktuel måned"
6798
 
6799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2349
6801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2364
6802
  msgid "Next month"
6803
  msgstr "Næste måned"
6804
 
6805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2300
6806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2350
6807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2365
6808
  msgid "Next 3 months"
6809
  msgstr "Næste 3 måneder"
6810
 
6811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6812
  msgid "Previous 7 days"
6813
  msgstr "Forige 7 dage"
6814
 
6815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6816
  msgid "Previous day"
6817
  msgstr "Forrige dag"
6818
 
6819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6820
  msgid "Current day"
6821
  msgstr "Aktuel dag"
6822
 
6823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2317
6824
  msgid "Next day"
6825
  msgstr "Næste dag"
6826
 
6827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2318
6828
  msgid "Next 7 days"
6829
  msgstr "Næste 7 dage"
6830
 
6831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2389
6832
  msgid "Calendar Navigation"
6833
  msgstr "kalender Navigation"
6834
 
6946
  msgid "Set as Unread"
6947
  msgstr "Sæt som ulæst"
6948
 
6949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6950
  msgid "Set as Approved"
6951
  msgstr "Sæt som gokendt"
6952
 
6953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6954
  msgid "Set as Pending"
6955
  msgstr "Sæt som under behandling"
6956
 
6957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6958
  msgid "Reason of cancellation here"
6959
  msgstr "Grunden til annuleringen her"
6960
 
6961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:373
6962
  msgid "The code you entered is incorrect"
6963
  msgstr "Koden du indtastede er ukorrekt"
6964
 
6966
  msgid "Booking Calendar"
6967
  msgstr "Booking Kalender"
6968
 
6969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:371
6970
  msgid "Statistic"
6971
  msgstr "Statistik"
6972
 
6973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
6974
  msgid "New (unverified) booking(s)"
6975
  msgstr "Ny (uafklaret) reservering(er)"
6976
 
6977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
6978
  msgid "Pending booking(s)"
6979
  msgstr "Uafklaret reservering(er)"
6980
 
6981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:385
6982
  msgid "Agenda"
6983
  msgstr "Agenda"
6984
 
6985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:389
6986
  msgid "New booking(s) made today"
6987
  msgstr "Ny reservering(er), lavet i dag"
6988
 
6989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:393
6990
  msgid "Bookings for today"
6991
  msgstr "Reserveringer for i dag"
6992
 
6993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6994
  msgid "Upgrade to higher versions"
6995
  msgstr "Opgradering til højere versioner"
6996
 
6997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6998
  msgid "Commercial versions"
6999
  msgstr "Kommercielle versioner"
7000
 
7001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:419
7002
  msgid "Upgrade now"
7003
  msgstr "Opgrader nu"
7004
 
7005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
7006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
7007
  msgid "Buy now"
7008
  msgstr "Køb nu"
7009
 
7010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
7011
  msgid "Test online Demo of each version"
7012
  msgstr "Test online Demo af hver version"
7013
 
7014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:439
7015
  msgid "Current version"
7016
  msgstr "Aktuel version"
7017
 
7018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
7019
  msgid "Version"
7020
  msgstr "Version"
7021
 
7022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
7023
  msgid "Type"
7024
  msgstr "Type"
7025
 
7026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:451
7027
  msgid "Used for"
7028
  msgstr "Brugt til"
7029
 
7030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
7031
  msgid "Release date"
7032
  msgstr "Frigivelsesdato"
7033
 
7034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7035
  msgid "Support"
7036
  msgstr "Support"
7037
 
7038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:466
7039
  msgid "Contact email"
7040
  msgstr "Kontakt email"
7041
 
7042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:472
7043
  msgid "Have a question"
7044
  msgstr "Har du et spørgsmål"
7045
 
7046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:475
7047
  msgid "Rate this plugin (thanks:)"
7048
  msgstr "Bedøm dette plugin (tak:)"
7049
 
7050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:480
7051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:484
7052
  msgid "Explore Premium Features"
7053
  msgstr "Udforsk Premium Features"
7054
 
7055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:546
7056
  msgid "Warning !!!"
7057
  msgstr "Advarsel !!!"
7058
 
7059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:547
7060
  msgid "All booking data will be deleted when the plugin is deactivated."
7061
  msgstr ""
7062
  "Alt reservering data vil blive slettet når dette plugin bliver deaktiveret."
7063
 
7064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:548
7065
  #, php-format
7066
  msgid ""
7067
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7070
  "Hvis du vil gemme dine reserveringsdata, så untjek %s\"Slet bookende data"
7071
  "\"%s på\""
7072
 
7073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:549
7074
  msgid "settings page"
7075
  msgstr "indstillinges-side"
7076
 
7077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:648
7078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1805
7080
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
7081
  msgid "Settings"
7082
  msgstr "Indstillinger"
7083
 
7084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
7085
  msgid "Booking"
7086
  msgstr "Booking"
7087
 
7088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:745
7090
  msgid "Booking settings customization"
7091
  msgstr "Booking indstillingstilpasning"
7092
 
7093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:727
7094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1773
7095
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
7096
  msgid "Bookings"
7097
  msgstr "Reserveringer"
7098
 
7099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:733
7100
  msgid "Bookings listing"
7101
  msgstr "Reserverings- lister"
7102
 
7103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1100
7104
  msgid "Send email notification to customer about this operation"
7105
  msgstr "Send email-meldelse til kunde angående denne operation"
7106
 
7107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1176
7108
  msgid "General"
7109
  msgstr "General"
7110
 
7111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1186
7112
  msgid "Fields"
7113
  msgstr "Felter"
7114
 
7115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
7116
  msgid "Emails"
7117
  msgstr "Emails"
7118
 
7119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1198
7120
  msgid "Customization of email templates"
7121
  msgstr "Tilpasning af email skabelon"
7122
 
7123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
7124
  msgid "Payments"
7125
  msgstr "Betalinger"
7126
 
7127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1207
7128
  msgid "Integration of payment systems"
7129
  msgstr "Integration af betalingssystemer"
7130
 
7131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1220
7132
  msgid "Customization of search form"
7133
  msgstr "Tilpasning af søgeformular"
7134
 
7135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
7136
  msgid "Manage users"
7137
  msgstr "Håndter brugere"
7138
 
7139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
7140
  msgid "Upgrade to higher versions."
7141
  msgstr "Opgarder til højere versioner"
7142
 
7143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1267
7144
  msgid "Features"
7145
  msgstr "Funktioner"
7146
 
7147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
7148
  msgid "Live Demos"
7149
  msgstr "Live Demoer"
7150
 
7151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1269
7152
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
 
7153
  msgid "Contact"
7154
  msgstr "Kontakt"
7155
 
7156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
7157
  msgid "Buy"
7158
  msgstr "Køb"
7159
 
7160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1430
7161
  msgid "This field is required"
7162
  msgstr "Dette felt er påkrævet"
7163
 
7164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1431
7165
  msgid "This checkbox must be checked"
7166
  msgstr "Denne markeringsboks skal være markeret"
7167
 
7168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1432
7169
  msgid "Incorrect email field"
7170
  msgstr "Ukorrekt email felt"
7171
 
7172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1433
7173
  msgid "Please, select booking date(s) at Calendar."
7174
  msgstr "Vælg venligst resevering dato(er) på kalender."
7175
 
7176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1717
7177
  msgid "Calendar is loading..."
7178
  msgstr "Kalender er ved at loade..."
7179
 
7180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1858
7181
  msgid ""
7182
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7183
  "booking hash."
7185
  "Reserveringsressourcetype blev ikke defineret. Dettte kan skyldes, når URL "
7186
  "har et forkert reserveringshash."
7187
 
7188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1987
7189
  #, php-format
7190
  msgid ""
7191
  "%sWarning! Booking calendar for this booking resource are already at the "
7194
  "%sAdvarsel! Reserveringskalender for denne reserveringsressource er allerede "
7195
  "på siden, tjek venligst mere om dette på %sdenne side%s"
7196
 
7197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2075
7198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:444
7199
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7200
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7201
  msgstr ""
7202
  "Du er nødt til at bruge særlig shortkode [bookingedit] for booking "
7203
  "redegering."
7204
 
7205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2166
7206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
7207
  msgid "Wrong booking hash in URL. Probably hash is expired."
7208
  msgstr "Forkert booking hash i URL. Sandsynligvis er hash udløbet."
7209
 
7210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
7211
  msgid "You do not set any parameters for booking editing"
7212
  msgstr "Har du ikke sat nogen parametre for booking redigering"
7213
 
7214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2264
7215
  #, php-format
7216
  msgid ""
7217
  "Thank you for your online booking. %s We will send confirmation of your "
7220
  "Tak for din online reservering. %s Vi vil sende bekræftelse på din "
7221
  "reservering så snart som mulig."
7222
 
7223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2335
7224
  #, php-format
7225
  msgid ""
7226
  "You need to approve a new booking %s for: %s Person detail information:%s "
7231
  "information:%s P.t. ny reservering er ved at afvente godkendelse. . Besøg "
7232
  "venligst moderationspanelet%sTak, %s"
7233
 
7234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2338
7235
  msgid "Your booking has been approved"
7236
  msgstr "Din reservering er blevet godkendt"
7237
 
7238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2340
7239
  #, php-format
7240
  msgid ""
7241
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
7244
  "Din reservering %s for: %s er blevet godkendt.%sDu kan redigere "
7245
  "reserveringen på denne side: %s Tak, %s"
7246
 
7247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
7248
  #, php-format
7249
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7250
  msgstr "Din reservering %s for: %s er blevet godkendt.%sTak, %s"
7251
 
7252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
7253
  msgid "Your booking has been declined"
7254
  msgstr "Din reservering er blevet afslået"
7255
 
7256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2345
7257
  #, php-format
7258
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7259
  msgstr "Din reservering %s for: %s er blevet annulleret. %sTak, %s"
7260
 
7261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2353
7262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7263
  msgid "Booking form"
7264
  msgstr "Booking formular"
7265
 
7266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2364
7267
  msgid "Available"
7268
  msgstr "Ledig"
7269
 
7270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
7271
  msgid "Booked"
7272
  msgstr "Reseveret"
7273
 
7274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2371
7275
  msgid "Partially booked"
7276
  msgstr "Delvist reseveret"
7277
 
7278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3085
7279
  msgid "Technical support section"
7280
  msgstr "Teknisk hjælpesektion"
7281
 
7282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3089
7283
  msgid "Reindex booking data"
7284
  msgstr "Reindex booking data"
7285
 
7286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3091
7287
  msgid "Reindex"
7288
  msgstr "Reindex"
7289
 
7290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3097
7291
  msgid ""
7292
  " Click, if you want to reindex booking data by booking dates sort field "
7293
  "(Your installation/update of the plugin must be successful)."
7296
  "datosorteringsfelter (Din installation/opdatering af dete plugin skal være "
7297
  "gennemført vellykket)."
7298
 
7299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3142
7300
  #, php-format
7301
  msgid "%s Found %s not indexed bookings %s"
7302
  msgstr "%s Fundet %s ikke indekserede reserveringer %s"
7303
 
7304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3157
7305
  #, php-format
7306
  msgid "%s Finish getting sort dates. %s"
7307
  msgstr "%s Færdig med at sortere datoer. %s"
7308
 
7309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3166
7310
  #, php-format
7311
  msgid "Updated booking: %s"
7312
  msgstr "Opdateret reservering: %s"
7313
 
7314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:299
7315
  msgid "no"
7316
  msgstr "nej"
7317
 
7318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1906
7319
  msgid "Warning!!! Some error is occur. "
7320
  msgstr "Advarsel!!! En eller anden fejl er opstået."
7321
 
7322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1910
7323
  msgid ""
7324
  "Please contact by email (with info about order number and used site) for "
7325
  "finishing the registrations"
7327
  "Kontakt venligst via email (med info om ordrenummer og brugt hjemmeside) for "
7328
  "at færdiggøre registreringerne"
7329
 
7330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1966
7331
  #, fuzzy
7332
  msgid "version"
7333
  msgstr "Version"
7334
 
7335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1968
7336
  #, php-format
7337
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7338
  msgstr ""
7339
 
7340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
7341
  msgid "Booking resource"
7342
  msgstr "Booking resource"
7343
 
7344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
7345
  msgid "Visible months"
7346
  msgstr "Synlige måneder"
7347
 
7348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:135
7349
  msgid "Footer"
7350
  msgstr "Footer"
7351
 
7352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:140
7353
  #, php-format
7354
  msgid "Example: %sMake booking here%s"
7355
  msgstr "Eksempel: %sLav resevering her%s"
7356
 
7357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:144
7358
  #, php-format
7359
  msgid ""
7360
  "%sImportant!!!%s Please note, if you show booking calendar (inserted into "
7364
  "indlæg/side) med widget på den samme side, så vil den sidste ikke være "
7365
  "synlig."
7366
 
7367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:148
7368
  #, php-format
7369
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7370
  msgstr "%sFlere widgets er understøttet ved %sbetalte versioner%s."
7865
  msgid "Textarea Label"
7866
  msgstr "Tekstområde mærkat"
7867
 
7868
+ #, fuzzy
7869
+ #~ msgid "Creation Date"
7870
+ #~ msgstr "dato"
7871
+
7872
  #~ msgid "Welcome to WP Booking Calendar"
7873
  #~ msgstr "Velkommen til WP Booking Kalender"
7874
 
languages/wpdev-booking-de_DE.mo CHANGED
Binary file
languages/wpdev-booking-de_DE.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-02-26 16:42+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: \n"
@@ -20,16 +20,16 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: w:/www/home/dev/www/wp-content/plugins/booking/.\n"
21
 
22
  # @ wpdev-booking
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
25
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:423
26
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:427
27
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:544
28
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
29
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
30
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1462
31
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1519
32
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1522
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
34
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
35
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
@@ -37,180 +37,180 @@ msgid "Dates"
37
  msgstr "Datum"
38
 
39
  # @ wpdev-booking
40
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
41
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:243
42
  #, fuzzy
43
  msgid "Full cost of the booking"
44
  msgstr "Preis"
45
 
46
  # @ wpdev-booking
47
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
48
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
49
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
50
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
51
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
52
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3851
53
  msgid "First Name (required)"
54
  msgstr "Vorname (erforderlich)"
55
 
56
  # @ wpdev-booking
57
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
58
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
59
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
60
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
61
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
62
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3852
63
  msgid "Last Name (required)"
64
  msgstr "Nachname (erforderlich)"
65
 
66
  # @ wpdev-booking
67
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
68
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
69
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
70
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
71
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
72
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3853
73
  msgid "Email (required)"
74
  msgstr "Email (erforderlich)"
75
 
76
  # @ wpdev-booking
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
79
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
80
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
81
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
82
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
83
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
84
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
85
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3874
86
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
87
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3900
88
  msgid "Phone"
89
  msgstr "Telefon"
90
 
91
  # @ wpdev-booking
92
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
93
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
94
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
95
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
96
  #, fuzzy
97
  msgid "Address (required)"
98
  msgstr "Email (erforderlich)"
99
 
100
  # @ wpdev-booking
101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
103
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
105
  #, fuzzy
106
  msgid "City (required)"
107
  msgstr "Email (erforderlich)"
108
 
109
  # @ wpdev-booking
110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
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:113
113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
114
  #, fuzzy
115
  msgid "Post code (required)"
116
  msgstr "Email (erforderlich)"
117
 
118
  # @ wpdev-booking
119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
121
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
123
  #, fuzzy
124
  msgid "Country (required)"
125
  msgstr "Email (erforderlich)"
126
 
127
  # @ wpdev-booking
128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
129
  msgid "Visitors"
130
  msgstr ""
131
 
132
  # @ wpdev-booking
133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
 
138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3877
140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3907
142
  msgid "Details"
143
  msgstr "Details"
144
 
145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
146
  msgid "Coupon"
147
  msgstr ""
148
 
149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:255
151
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3825
153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
154
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
155
  msgid "I Accept term and conditions"
156
  msgstr ""
157
 
158
  # @ wpdev-booking
159
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:257
161
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2776
163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3827
164
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1823
167
  msgid "Send"
168
  msgstr "Senden"
169
 
170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:144
171
  msgid ""
172
  "Try selecting fewer visitors. The number of visitors may be more than the "
173
  "number of available units on selected day(s)!"
174
  msgstr ""
175
 
176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:339
177
  msgid "coupon"
178
  msgstr ""
179
 
180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:341
181
  msgid "discount"
182
  msgstr ""
183
 
184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
185
  msgid "Nothing found"
186
  msgstr ""
187
 
188
  # @ wpdev-booking
189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:702
190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
191
  #, fuzzy
192
  msgid "Search results"
193
  msgstr "Suche"
194
 
195
  # @ wpdev-booking
196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:819
197
  #, fuzzy
198
  msgid "Book now"
199
  msgstr "Erweitere jetzt"
200
 
201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:907
202
  msgid "Please select check-in and check-out days!"
203
  msgstr ""
204
 
205
  # @ wpdev-booking
206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1096
207
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1110
208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:155
209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1224
210
  msgid "Search"
211
  msgstr "Suche"
212
 
213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1970
214
  #, php-format
215
  msgid ""
216
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -218,13 +218,13 @@ msgid ""
218
  "resource.) %s Please %srefresh%s the page and try other days."
219
  msgstr ""
220
 
221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2491
222
  #, php-format
223
  msgid "The folowing pending booking(s): %s deleted."
224
  msgstr ""
225
 
226
  # @ wpdev-booking
227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2531
228
  #, fuzzy
229
  msgid "Maximum available booking resource items"
230
  msgstr ""
@@ -232,14 +232,14 @@ msgstr ""
232
  "Zimmer 2, Haus A)"
233
 
234
  # @ wpdev-booking
235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2763
236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2942
237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3620
241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4379
243
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
244
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
245
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
@@ -248,15 +248,15 @@ msgstr ""
248
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
249
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
250
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3302
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3369
254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3429
255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3502
256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3579
257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3737
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3766
259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3107
260
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
261
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
262
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
@@ -270,169 +270,167 @@ msgid "Click to toggle"
270
  msgstr "Zum umschalten"
271
 
272
  # @ wpdev-booking
273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2764
274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:758
275
  #, fuzzy
276
  msgid "Booking resources management"
277
  msgstr "Ressourcen"
278
 
279
  # @ wpdev-booking
280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2769
281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3475
282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3515
283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4177
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4623
286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4639
287
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
288
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:422
289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:426
290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:541
291
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
292
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1237
294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1518
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1892
299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1950
300
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
301
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
302
  msgid "ID"
303
  msgstr "ID"
304
 
305
  # @ wpdev-booking
306
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2771
307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3846
308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4624
309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
311
  #, fuzzy
312
  msgid "Resource name"
313
  msgstr "Vorname"
314
 
315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
317
  msgid "Number of resource items inside of parent resource"
318
  msgstr ""
319
 
320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2773
321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3794
322
  msgid "Capacity"
323
  msgstr ""
324
 
325
  # @ wpdev-booking
326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2774
327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2879
328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3795
329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3937
330
  #, fuzzy
331
  msgid "Parent"
332
  msgstr "Bezahlungen"
333
 
334
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2775
335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2886
336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3796
337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3947
338
  msgid "Priority"
339
  msgstr ""
340
 
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
343
  msgid "Maximum number of visitors for resource"
344
  msgstr ""
345
 
346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
348
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
349
  msgid "Max"
350
  msgstr ""
351
 
352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2777
353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3798
354
  msgid "visitors"
355
  msgstr ""
356
 
357
  # @ wpdev-booking
358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2779
359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3481
360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4159
362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1320
364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1716
366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2123
367
  msgid "Actions"
368
  msgstr "Aktionen"
369
 
370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2858
371
  #, fuzzy
372
  msgid "Add"
373
  msgstr "Hinzufügen einer Buchung/Reservation"
374
 
375
  # @ wpdev-booking
376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:950
378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4189
380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4676
381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1320
382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1641
383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1937
384
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1994
385
  msgid "Delete"
386
  msgstr "Löschen"
387
 
388
  # @ wpdev-booking
389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2877
390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:73
391
  msgid "Title"
392
  msgstr "Titel"
393
 
394
  # @ wpdev-booking
395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2894
396
  #, fuzzy
397
  msgid "Add new resource"
398
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
399
 
400
  # @ wpdev-booking
401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2901
402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3040
403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3601
404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3849
405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
406
  #, fuzzy
407
  msgid "Save"
408
  msgstr "Veränderungen speichern"
409
 
410
  # @ wpdev-booking
411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2943
412
  #, fuzzy
413
  msgid "Advanced Settings"
414
  msgstr "Einstellungen"
415
 
416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2958
417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3082
418
  msgid "Set capacity based on number of visitors"
419
  msgstr ""
420
 
421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
422
  #, php-format
423
  msgid ""
424
  "Check this box if you want total availability (daily capacity) to depend on "
425
  "the number of selected visitors %s."
426
  msgstr ""
427
 
428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2965
429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1476
431
  #, php-format
432
  msgid "Please read more info about configuration of this parameter %shere%s"
433
  msgstr ""
434
 
435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2979
436
  #, php-format
437
  msgid ""
438
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -441,7 +439,7 @@ msgid ""
441
  "number of visitors specified on the booking form."
442
  msgstr ""
443
 
444
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2987
445
  #, php-format
446
  msgid ""
447
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -451,56 +449,56 @@ msgid ""
451
  msgstr ""
452
 
453
  # @ wpdev-booking
454
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3002
455
  #, fuzzy
456
  msgid "Show availability"
457
  msgstr "Zeige"
458
 
459
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
460
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3231
461
  msgid ""
462
  "Check this box to display the available number of booking resources with a "
463
  "tooltip, when mouse hovers over each day on the calendar(s)."
464
  msgstr ""
465
 
466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
467
  #, fuzzy
468
  msgid "Availability description"
469
  msgstr "Einzig verfügbarer Kalender"
470
 
471
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3019
472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3242
473
  #, php-format
474
  msgid "Type your %savailability%s description"
475
  msgstr ""
476
 
477
  # @ wpdev-booking
478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3129
480
  #, fuzzy
481
  msgid "Disable bookings in different booking resources"
482
  msgstr ""
483
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
484
  "Zimmer 2, Haus A)"
485
 
486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3033
487
  msgid ""
488
  "Check this box to dissable reservations, which can be stored in different "
489
  "booking resources. When checked, all reserved days must be at same booking "
490
  "resource otherwise error message will show."
491
  msgstr ""
492
 
493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3075
494
  msgid "Advanced"
495
  msgstr ""
496
 
497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
498
  msgid ""
499
  "Check this box if you want total availability (daily capacity) to depend on "
500
  "the number of selected visitors."
501
  msgstr ""
502
 
503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3092
504
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
505
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
506
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -525,23 +523,23 @@ msgid "Important!"
525
  msgstr ""
526
 
527
  # @ wpdev-booking
528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3103
529
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
530
  #, fuzzy
531
  msgid "Type of days selection"
532
  msgstr "Typ"
533
 
534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3108
535
  msgid ""
536
  "Add tooltip on calendar(s) to show availability based on the number of "
537
  "available booking resource items remaining for each day."
538
  msgstr ""
539
 
540
  # @ wpdev-booking
541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
542
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4496
545
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
546
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
547
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
@@ -549,21 +547,21 @@ msgstr ""
549
  msgid "Note"
550
  msgstr "Bearbeite Bemerkung"
551
 
552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3110
553
  #, php-format
554
  msgid ""
555
  "Be sure to match the maximum number of visitors for the %sone booking "
556
  "resource%s with the number of visitors specified on the booking form."
557
  msgstr ""
558
 
559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3117
560
  msgid ""
561
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
562
  "number of visitors for the resource, which can be at free booking resource "
563
  "items."
564
  msgstr ""
565
 
566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
567
  #, php-format
568
  msgid ""
569
  "Be sure to match the maximum number of visitors for %sall booking resources"
@@ -571,7 +569,7 @@ msgid ""
571
  msgstr ""
572
 
573
  # @ wpdev-booking
574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3134
575
  #, fuzzy
576
  msgid ""
577
  "Check this box to dissable reservations, which can be stored in different "
@@ -580,25 +578,25 @@ msgstr ""
580
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
581
  "Zimmer 2, Haus A)"
582
 
583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3137
584
  msgid ""
585
  "When checked, all reserved days must be at same booking resource otherwise "
586
  "error message will show."
587
  msgstr ""
588
 
589
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3166
590
  msgid "Use pending days as available"
591
  msgstr ""
592
 
593
  # @ wpdev-booking
594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3175
595
  #, fuzzy
596
  msgid ""
597
  "Check this box if you want to show the pending days as available in calendars"
598
  msgstr ""
599
  "Auswählen, wenn Du hilfreiche Hinweise im Admin Kontrollzentrum sehen willst."
600
 
601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3192
602
  msgid ""
603
  "Warning!!! After you approved the specific booking(s), all your pending "
604
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -606,158 +604,158 @@ msgid ""
606
  "canceled!"
607
  msgstr ""
608
 
609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3194
610
  msgid ""
611
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
612
  "is approved for these date(s)"
613
  msgstr ""
614
 
615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
616
  #, fuzzy
617
  msgid "Show availability in tooltip"
618
  msgstr "Zeige"
619
 
620
  # @ wpdev-booking
621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3240
622
  #, fuzzy
623
  msgid "Availability Title"
624
  msgstr "Titel"
625
 
626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3277
627
  msgid ""
628
  "Use \"Check In\" date as available in calendar for booking resources with "
629
- "capacity higher then 1"
630
  msgstr ""
631
 
632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3284
633
  msgid ""
634
  "Use \"Check Out\" date as available in calendar for booking resources with "
635
- "capacity higher then 1"
636
  msgstr ""
637
 
638
  # @ wpdev-booking
639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3310
640
  #, fuzzy
641
  msgid "Coupon Deleted"
642
  msgstr "Gelöscht"
643
 
644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3357
645
  msgid "Coupon created"
646
  msgstr ""
647
 
648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3365
649
  #, fuzzy
650
  msgid "Add New Discount Coupon"
651
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
652
 
653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3372
654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3517
656
  msgid "Coupon Code"
657
  msgstr ""
658
 
659
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3375
660
  msgid "Enter coupon code."
661
  msgstr ""
662
 
663
  # @ wpdev-booking
664
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3380
665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3520
667
  #, fuzzy
668
  msgid "Savings"
669
  msgstr "Einstellungen"
670
 
671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3384
672
  msgid "Fixed Amount"
673
  msgstr ""
674
 
675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3385
676
  msgid "Percentage Off"
677
  msgstr ""
678
 
679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3388
680
  msgid "Enter number of fixed or percentage savings."
681
  msgstr ""
682
 
683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3531
686
  #, fuzzy
687
  msgid "Expiration Date"
688
  msgstr "Datum"
689
 
690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
691
  msgid "Select Expiration Date of the coupon."
692
  msgstr ""
693
 
694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3407
695
  #, fuzzy
696
  msgid "Minimum Booking Cost"
697
  msgstr "Preis"
698
 
699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3410
700
  msgid "Enter minimum booking cost, when coupon is applicable."
701
  msgstr ""
702
 
703
  # @ wpdev-booking
704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3421
705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3533
707
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4740
708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1240
709
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:718
711
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
712
  msgid "Resources"
713
  msgstr "Ressourcen"
714
 
715
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3424
716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3501
717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:341
718
  #, fuzzy
719
  msgid "All"
720
  msgstr "Alle Buchungseingänge"
721
 
722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3437
723
  msgid "Select booking resources, where is possible to apply this coupon code."
724
  msgstr ""
725
 
726
  # @ wpdev-booking
727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3444
728
  #, fuzzy
729
  msgid "Add New Coupon"
730
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
731
 
732
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3476
733
  msgid "The coupon code your customers will be using to receive the discount."
734
  msgstr ""
735
 
736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3477
737
  msgid "The amount which will be saved. Enter only digits."
738
  msgstr ""
739
 
740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
741
  msgid "The minimum total cost required to use the coupon"
742
  msgstr ""
743
 
744
  # @ wpdev-booking
745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3478
746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3526
747
  #, fuzzy
748
  msgid "Minimum Purchase"
749
  msgstr "Kaufen"
750
 
751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
752
  msgid "The date your coupon will expire"
753
  msgstr ""
754
 
755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3480
756
  msgid "Resource list, which supports this coupon"
757
  msgstr ""
758
 
759
  # @ wpdev-booking
760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
762
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
763
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
@@ -770,620 +768,620 @@ msgid "Warning"
770
  msgstr "Warnung"
771
 
772
  # @ wpdev-booking
773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3537
774
  #, fuzzy
775
  msgid "Do you really want to delete this item?"
776
  msgstr "zum Buchungsformular "
777
 
778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3552
779
  #, fuzzy, php-format
780
  msgid "%s - coupon field, "
781
  msgstr "Dieses Feld ist erforderlich"
782
 
783
  # @ wpdev-booking
784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3553
785
  #, fuzzy, php-format
786
  msgid "Example: %s "
787
  msgstr "Monat(e)"
788
 
789
  # @ wpdev-booking
790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
791
  #, fuzzy
792
  msgid "Search form customization"
793
  msgstr "Suche"
794
 
795
  # @ wpdev-booking
796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3593
797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
798
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
799
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
800
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3774
802
  msgid "Use these shortcodes for customization: "
803
  msgstr "Benutze diese Abkürzung für Anpassungen"
804
 
805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3594
806
  #, php-format
807
  msgid "%s - search inside posts/pages which are part of this category, "
808
  msgstr ""
809
 
810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3595
811
  #, php-format
812
  msgid "%s - search inside posts/pages which have this tag, "
813
  msgstr ""
814
 
815
  # @ wpdev-booking
816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3596
817
  #, fuzzy, php-format
818
  msgid "%s - check-in date, "
819
  msgstr "Datum"
820
 
821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3597
822
  #, php-format
823
  msgid "%s - check-out date, "
824
  msgstr ""
825
 
826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3598
827
  #, php-format
828
  msgid "%s - default selection number of visitors, "
829
  msgstr ""
830
 
831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3599
832
  #, php-format
833
  msgid "Example: %s - custom number of visitor selections\""
834
  msgstr ""
835
 
836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3600
837
  #, fuzzy, php-format
838
  msgid "%s - search button, "
839
  msgstr "Suche"
840
 
841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
843
  #, fuzzy, php-format
844
  msgid "%s - new line "
845
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
846
 
847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3602
848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
850
  msgid "Use any other HTML tags (carefully)."
851
  msgstr ""
852
 
853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3608
854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3645
855
  msgid ""
856
  "Additional customization style of this element you can make at this file"
857
  msgstr ""
858
 
859
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3611
860
  msgid "Reset to default search form content"
861
  msgstr ""
862
 
863
  # @ wpdev-booking
864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3771
867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2468
868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3080
869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4373
870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4531
871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
872
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
873
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1338
875
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
876
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
877
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
878
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
879
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1322
880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1582
881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1677
882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3659
883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3787
884
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
885
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
886
  msgid "Save Changes"
887
  msgstr "Veränderungen speichern"
888
 
889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3621
890
  msgid "Customization of found booking resource items"
891
  msgstr ""
892
 
893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
894
  #, fuzzy, php-format
895
  msgid "%s - resource title, "
896
  msgstr "Titel"
897
 
898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
899
  #, php-format
900
  msgid "%s - link to the page with booking form, "
901
  msgstr ""
902
 
903
  # @ wpdev-booking
904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3632
905
  #, fuzzy, php-format
906
  msgid "%s - availability of booking resource, "
907
  msgstr "Buchungs Ressource"
908
 
909
  # @ wpdev-booking
910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3633
911
  #, fuzzy, php-format
912
  msgid "%s - maximum number of visitors for the booking resource, "
913
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
914
 
915
  # @ wpdev-booking
916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3634
917
  #, fuzzy, php-format
918
  msgid "%s - cost of booking the resource, "
919
  msgstr "Buchungs Ressource"
920
 
921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3635
922
  #, php-format
923
  msgid ""
924
  "%s - featured image, taken from the featured image associated with the post, "
925
  msgstr ""
926
 
927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3636
928
  #, php-format
929
  msgid "%s - booking info, taken from the excerpt associated with the post, "
930
  msgstr ""
931
 
932
  # @ wpdev-booking
933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3648
934
  #, fuzzy
935
  msgid "Reset to default form"
936
  msgstr "Formular"
937
 
938
  # @ wpdev-booking
939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:228
941
  #, fuzzy
942
  msgid "Search form"
943
  msgstr "Suche"
944
 
945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:452
947
  msgid "Check-in"
948
  msgstr ""
949
 
950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:462
952
  msgid "Check-out"
953
  msgstr ""
954
 
955
  # @ wpdev-booking
956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3666
957
  #, fuzzy
958
  msgid "Number of visitors"
959
  msgstr "Anzahl der Monate"
960
 
961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
962
  #, fuzzy
963
  msgid "Search Cache Settings"
964
  msgstr "Suche"
965
 
966
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3712
967
  msgid "Cache expiration"
968
  msgstr ""
969
 
970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
971
  #, fuzzy
972
  msgid "hour(s)"
973
  msgstr "Monat(e)"
974
 
975
  # @ wpdev-booking
976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3723
977
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3132
978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3301
979
  #, fuzzy
980
  msgid "day(s)"
981
  msgstr "Jahr(e)"
982
 
983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
984
  msgid "Select time of cache expiration"
985
  msgstr ""
986
 
987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
988
  msgid "Cache will expire:"
989
  msgstr ""
990
 
991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3763
992
  #, php-format
993
  msgid "Found: %s booking forms inside of posts or pages "
994
  msgstr ""
995
 
996
  # @ wpdev-booking
997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3770
998
  #, fuzzy
999
  msgid "Reset cache"
1000
  msgstr "Erscheinungsdatum"
1001
 
1002
  # @ wpdev-booking
1003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3833
1004
  #, fuzzy
1005
  msgid "Parent Resource"
1006
  msgstr "Buchungs Ressource"
1007
 
1008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3858
1009
  msgid "Max visitors"
1010
  msgstr ""
1011
 
1012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
1013
  msgid "Capacity: "
1014
  msgstr ""
1015
 
1016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3943
1017
  msgid ""
1018
  "Select parent resource, if you want that parent resource is increase "
1019
  "capacity."
1020
  msgstr ""
1021
 
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3954
1023
  msgid ""
1024
  "Set priority of resource - resource with higher priority will be reserved "
1025
  "firstly."
1026
  msgstr ""
1027
 
1028
  # @ wpdev-booking
1029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3965
1030
  #, fuzzy
1031
  msgid "Resources count"
1032
  msgstr "Ressourcen"
1033
 
1034
  # @ wpdev-booking
1035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
1036
  #, fuzzy
1037
  msgid "Create several booking resources for one time"
1038
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
1039
 
1040
  # @ wpdev-booking
1041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3986
1042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2300
1043
  #, fuzzy
1044
  msgid "Default form"
1045
  msgstr "Formular"
1046
 
1047
  # @ wpdev-booking
1048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3991
1049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4193
1051
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4245
1052
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:924
1053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1130
1054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1176
1055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2302
1056
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4349
1057
  #, fuzzy
1058
  msgid "Standard"
1059
  msgstr "Standartunterkunft"
1060
 
1061
  # @ wpdev-booking
1062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3996
1063
  #, fuzzy
1064
  msgid "Select default custom booking form"
1065
  msgstr "Lösche Buchhungsdaten"
1066
 
1067
  # @ wpdev-booking
1068
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4085
1069
  #, fuzzy
1070
  msgid "Available: "
1071
  msgstr "Verfügbar"
1072
 
1073
  # @ wpdev-booking
1074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4187
1075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:654
1076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3950
1077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1746
1078
  #, fuzzy
1079
  msgid "Default"
1080
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
1081
 
1082
  # @ wpdev-booking
1083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4194
1085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4233
1086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4234
1087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4246
1088
  #, fuzzy
1089
  msgid "Superior"
1090
  msgstr "Support "
1091
 
1092
  # @ wpdev-booking
1093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4188
1094
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1095
  #, fuzzy
1096
  msgid "Resource #1"
1097
  msgstr "Buchungs Ressource"
1098
 
1099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4195
1101
  msgid "Presidential Suite"
1102
  msgstr ""
1103
 
1104
  # @ wpdev-booking
1105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4189
1106
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1107
  #, fuzzy
1108
  msgid "Resource #2"
1109
  msgstr "Buchungs Ressource"
1110
 
1111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4196
1113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1418
1114
  msgid "Royal Villa"
1115
  msgstr ""
1116
 
1117
  # @ wpdev-booking
1118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4190
1119
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1120
  #, fuzzy
1121
  msgid "Resource #3"
1122
  msgstr "Buchungs Ressource"
1123
 
1124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
1125
  #, fuzzy
1126
  msgid "night(s)"
1127
  msgstr "Monat(e)"
1128
 
1129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1130
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
1133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3875
1135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
1136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3905
1137
  msgid "Adults"
1138
  msgstr ""
1139
 
1140
  # @ wpdev-booking
1141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
1142
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3823
1144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
 
1145
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3876
1147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
1148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3906
1149
  msgid "Children"
1150
  msgstr ""
1151
 
1152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1154
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1156
  #, fuzzy
1157
  msgid "per 1 day"
1158
  msgstr "Wähle welcher Wochentag der Erste in der Woche sein soll."
1159
 
1160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2995
1162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1163
  msgid "from the cost of 1 day "
1164
  msgstr ""
1165
 
1166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2996
1168
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1169
  #, php-format
1170
  msgid "Additional cost in %s per 1 day"
1171
  msgstr ""
1172
 
 
1173
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:270
1175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3043
1178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3044
1179
  #, fuzzy
1180
  msgid " for all days!"
1181
  msgstr "Alle Buchungseingänge"
1182
 
1183
  # @ wpdev-booking
1184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4345
1186
  #, fuzzy
1187
  msgid "Custom Form"
1188
  msgstr "Benutzerdefiniert"
1189
 
1190
  # @ wpdev-booking
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4366
1193
  #, fuzzy
1194
  msgid "Load selected booking form"
1195
  msgstr "Buchungsformular"
1196
 
1197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4368
1199
  msgid "Load"
1200
  msgstr ""
1201
 
1202
  # @ wpdev-booking
1203
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:944
1204
  #, fuzzy
1205
  msgid "Delete selected booking form"
1206
  msgstr "Buchungsformular"
1207
 
1208
  # @ wpdev-booking
1209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:947
1210
  #, fuzzy
1211
  msgid "Do you really want to delete selected booking form ?"
1212
  msgstr "zum Buchungsformular "
1213
 
1214
  # @ wpdev-booking
1215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:954
1216
  #, fuzzy
1217
  msgid "Add new custom form"
1218
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1219
 
1220
  # @ wpdev-booking
1221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:955
1222
  #, fuzzy
1223
  msgid "Add New Custom Form"
1224
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1225
 
1226
  # @ wpdev-booking
1227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:960
1228
  #, fuzzy
1229
  msgid "Type the name of booking form"
1230
  msgstr "Buchungsformular"
1231
 
1232
  # @ wpdev-booking
1233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:963
1234
  #, fuzzy
1235
  msgid "Create new form"
1236
  msgstr "Formular"
1237
 
1238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:966
1239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3599
1240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3847
1241
  msgid "Create"
1242
  msgstr ""
1243
 
1244
  # @ wpdev-booking
1245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:968
1246
  #, fuzzy
1247
  msgid "Delete form"
1248
  msgstr "Löschen"
1249
 
1250
  # @ wpdev-booking
1251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
1252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:620
1253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:660
1254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2788
1255
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1256
  msgid "Cancel"
1257
  msgstr "Abbrechen"
1258
 
1259
  # @ wpdev-booking
1260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1001
1261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:304
1262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:460
1263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:198
1264
  msgid "Deleted"
1265
  msgstr "Gelöscht"
1266
 
1267
  # @ wpdev-booking
1268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1008
1269
  #, fuzzy
1270
  msgid "There are no extended booking forms"
1271
  msgstr "Buchungen"
1272
 
1273
  # @ wpdev-booking
1274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1128
1275
  #, fuzzy
1276
  msgid "Booking form type:"
1277
  msgstr "Buchungsformular"
1278
 
1279
  # @ wpdev-booking
1280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1135
1281
  #, fuzzy
1282
  msgid "Select type of booking form"
1283
  msgstr "Buchungsformular"
1284
 
1285
  # @ wpdev-booking
1286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1171
1287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1686
1288
  #, fuzzy
1289
  msgid "Booking Form"
1290
  msgstr "Buchungsformular"
1291
 
1292
  # @ wpdev-booking
1293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1251
1294
  #, fuzzy
1295
  msgid "Standard booking resource cost"
1296
  msgstr "Buchungs Ressource"
1297
 
1298
  # @ wpdev-booking
1299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1252
1300
  #, fuzzy
1301
  msgid "Total booking resource cost"
1302
  msgstr "Buchungs Ressource"
1303
 
1304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1566
1305
  #, php-format
1306
  msgid ""
1307
  "%s - show cost hint for full booking in real time, depending on number of "
1308
  "days selected and form elements."
1309
  msgstr ""
1310
 
1311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1567
1312
  #, php-format
1313
  msgid "Example: %sThe full cost of payment: %s"
1314
  msgstr ""
1315
 
1316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1568
1317
  #, php-format
1318
  msgid ""
1319
  "%s - show hint of original booking cost without additional costs for full "
1320
  "booking in real time, depends only from days selection."
1321
  msgstr ""
1322
 
1323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1569
1324
  #, php-format
1325
  msgid "Example: %sThe original cost for payment: %s "
1326
  msgstr ""
1327
 
1328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1570
1329
  #, php-format
1330
  msgid ""
1331
  "%s - show cost hint of additional booking cost, which depends from selection "
1332
  "of form elements."
1333
  msgstr ""
1334
 
1335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1571
1336
  #, php-format
1337
  msgid "Example: %sThe additional cost for payment: %s "
1338
  msgstr ""
1339
 
1340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1341
  #, php-format
1342
  msgid "%s - enter direct cost at admin panel at page: "
1343
  msgstr ""
1344
 
1345
  # @ wpdev-booking
1346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
1347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:707
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:950
1350
  msgid "Add booking"
1351
  msgstr "Hinzufügen einer Buchung/Reservation"
1352
 
1353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1573
1354
  #, fuzzy, php-format
1355
  msgid "Example: %s"
1356
  msgstr "Monat(e)"
1357
 
1358
  # @ wpdev-booking
1359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2113
1360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:293
1361
  msgid "yes"
1362
  msgstr "ja"
1363
 
1364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2222
1365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2226
1366
  msgid ""
1367
  "Setting rate or cost, which is depend from number of selected days for the "
1368
  "resource"
1369
  msgstr ""
1370
 
1371
  # @ wpdev-booking
1372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1375
  #, fuzzy
1376
  msgid "Rates"
1377
  msgstr "Datum"
1378
 
1379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2265
1381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1382
  #, fuzzy
1383
  msgid "Valuation days"
1384
  msgstr "Nicht verfügbare Tage von heute an"
1385
 
1386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2223
1387
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1388
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1389
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
@@ -1392,76 +1390,76 @@ msgid "Deposit"
1392
  msgstr ""
1393
 
1394
  # @ wpdev-booking
1395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2227
1396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2288
1397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4762
1398
  #, fuzzy
1399
  msgid "Availability"
1400
  msgstr "Einzig verfügbarer Kalender"
1401
 
1402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2231
1403
  msgid "Setting the default form for the specific resource"
1404
  msgstr ""
1405
 
1406
  # @ wpdev-booking
1407
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1408
  #, fuzzy
1409
  msgid "Default Form"
1410
  msgstr "Formular"
1411
 
1412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2268
1413
  msgid "Set the cost based on the number of days selected for the reservation"
1414
  msgstr ""
1415
 
1416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2269
1417
  msgid ""
1418
  "Activation of this feature is require setting cost per day or cost per night"
1419
  msgstr ""
1420
 
1421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2276
1422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3274
1424
  msgid "Deposit amount"
1425
  msgstr ""
1426
 
1427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2279
1428
  msgid "Set the deposit payment required for the payment form"
1429
  msgstr ""
1430
 
1431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2280
1432
  msgid ""
1433
  "Activate this feature at the cost section of general booking settings page, "
1434
  "firstly."
1435
  msgstr ""
1436
 
1437
  # @ wpdev-booking
1438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2409
1439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2420
1440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
1441
  #, fuzzy
1442
  msgid "unavailable"
1443
  msgstr "Nicht verfügbare Tage von heute an"
1444
 
1445
  # @ wpdev-booking
1446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2410
1447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2421
1448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1449
  #, fuzzy
1450
  msgid "available"
1451
  msgstr "Verfügbar"
1452
 
1453
  # @ wpdev-booking
1454
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2412
1455
  #, fuzzy
1456
  msgid "Availability booking type"
1457
  msgstr "Typ"
1458
 
1459
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1460
  #, fuzzy, php-format
1461
  msgid "All days for %s"
1462
  msgstr "Alle Buchungseingänge"
1463
 
1464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2427
1465
  #, php-format
1466
  msgid ""
1467
  "Select %s days by activating specific season filter below or %sadd new "
@@ -1469,19 +1467,19 @@ msgid ""
1469
  msgstr ""
1470
 
1471
  # @ wpdev-booking
1472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2438
1473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2460
1474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4157
1475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4178
1476
  #, fuzzy
1477
  msgid "Season Filter Name"
1478
  msgstr "Vorname"
1479
 
1480
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2439
1481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2461
1482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2571
1483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2640
1484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
1485
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1486
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1487
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
@@ -1490,22 +1488,22 @@ msgid "Description"
1490
  msgstr ""
1491
 
1492
  # @ wpdev-booking
1493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2457
1494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2975
1497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3105
1498
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3267
1499
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1500
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1502
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1503
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3317
1505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3385
1506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3444
1507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3518
1508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3595
1509
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1510
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1511
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
@@ -1515,121 +1513,121 @@ msgid "Active"
1515
  msgstr ""
1516
 
1517
  # @ wpdev-booking
1518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2548
1519
  #, fuzzy
1520
  msgid "Seasonal rates of booking resource"
1521
  msgstr "Buchungs Ressource"
1522
 
1523
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2554
1524
  #, php-format
1525
  msgid ""
1526
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1527
  "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1528
  msgstr ""
1529
 
1530
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1531
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2620
1532
  #, fuzzy
1533
  msgid "Final cost"
1534
  msgstr "Preis"
1535
 
1536
  # @ wpdev-booking
1537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1538
  #, fuzzy
1539
  msgid "Season Filter"
1540
  msgstr "Filter"
1541
 
1542
  # @ wpdev-booking
1543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2601
1544
  #, fuzzy
1545
  msgid "Rate"
1546
  msgstr "Datum"
1547
 
1548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2610
1549
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2630
1550
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1551
  msgid "for 1 day"
1552
  msgstr ""
1553
 
1554
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2611
1555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2631
1556
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1557
  msgid "for 1 night"
1558
  msgstr ""
1559
 
1560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2612
1561
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2632
1562
  msgid "fixed deposit"
1563
  msgstr ""
1564
 
1565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2613
1566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2633
1567
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1568
  msgid "for 1 hour"
1569
  msgstr ""
1570
 
1571
  # @ wpdev-booking
1572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2639
1573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3589
1574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3837
1575
  #, fuzzy
1576
  msgid "Filter Name"
1577
  msgstr "Vorname"
1578
 
1579
  # @ wpdev-booking
1580
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1581
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1583
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1584
  #, fuzzy
1585
  msgid "Note!"
1586
  msgstr "Bearbeite Bemerkung"
1587
 
1588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2647
1589
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1590
  msgstr ""
1591
 
1592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2651
1593
  msgid "Update Rates"
1594
  msgstr ""
1595
 
1596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2886
1597
  msgid "Set cost of booking resource based on the number of days selected"
1598
  msgstr ""
1599
 
1600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2887
1601
  #, php-format
1602
  msgid ""
1603
  "If you add costs here, %srates%s for this booking resource will not take "
1604
  "effect !!!"
1605
  msgstr ""
1606
 
1607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2891
1608
  #, php-format
1609
  msgid ""
1610
  "Cost setings at %stop have higher priority%s than other costs of same type "
1611
  "at the %sbottom%s of the list."
1612
  msgstr ""
1613
 
1614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2892
1615
  #, php-format
1616
  msgid ""
1617
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1618
  "terms %s and after terms %s"
1619
  msgstr ""
1620
 
1621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1622
  #, php-format
1623
  msgid "%s and %s terms have higher priority than a range %s days."
1624
  msgstr ""
1625
 
1626
  # @ wpdev-booking
1627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2897
1628
  #, fuzzy
1629
  msgid "Warning!"
1630
  msgstr "Warnung"
1631
 
1632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2898
1633
  msgid ""
1634
  "Specific cost will take affect, only if it active (the box at the left side "
1635
  "is checked) and if \"Check In\" (start) date belong to selected season "
@@ -1637,65 +1635,65 @@ msgid ""
1637
  msgstr ""
1638
 
1639
  # @ wpdev-booking
1640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2907
1641
  #, fuzzy
1642
  msgid "Number of Days"
1643
  msgstr "Anzahl der Monate"
1644
 
1645
  # @ wpdev-booking
1646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1647
  #, fuzzy
1648
  msgid "Cost Settings"
1649
  msgstr "Einstellungen"
1650
 
1651
  # @ wpdev-booking
1652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2909
1653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3053
1655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3147
1656
  #, fuzzy
1657
  msgid "Season Filter of Check In date"
1658
  msgstr "Saison "
1659
 
1660
  # @ wpdev-booking
1661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2931
1662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3005
1663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3116
1664
  #, fuzzy
1665
  msgid "For"
1666
  msgstr "Formular"
1667
 
1668
  # @ wpdev-booking
1669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2933
1670
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3009
1671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3121
1672
  #, fuzzy
1673
  msgid "Day Number(s)"
1674
  msgstr "Anzahl der Monate"
1675
 
1676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2939
1677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3015
1678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3127
1679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1680
  msgid "to"
1681
  msgstr ""
1682
 
1683
  # @ wpdev-booking
1684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2943
1685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3021
1686
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1688
  #, fuzzy
1689
  msgid "day"
1690
  msgstr "Wähle welcher Wochentag der Erste in der Woche sein soll."
1691
 
1692
  # @ wpdev-booking
 
1693
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3028
1695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3137
1696
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1697
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
1699
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1700
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1701
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
@@ -1708,71 +1706,71 @@ msgstr "Wähle welcher Wochentag der Erste in der Woche sein soll."
1708
  msgid "Cost"
1709
  msgstr "Preis"
1710
 
1711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3055
1713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3149
1714
  #, fuzzy
1715
  msgid "Any days"
1716
  msgstr "Nicht verfügbare Tage von heute an"
1717
 
1718
  # @ wpdev-booking
1719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3006
1720
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1722
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
1724
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3391
1725
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
1726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3539
1727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
1728
  #, fuzzy
1729
  msgid "From"
1730
  msgstr "Nicht verfügbare Tage von heute an"
1731
 
1732
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3007
1733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3118
1734
  msgid "Together"
1735
  msgstr ""
1736
 
1737
  # @ wpdev-booking
1738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3022
1739
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1741
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
1742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
1743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
1744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
1745
  #, fuzzy
1746
  msgid "days"
1747
  msgstr "Nicht verfügbare Tage von heute an"
1748
 
1749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1750
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3160
1751
  msgid "Remove"
1752
  msgstr ""
1753
 
1754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1755
  #, fuzzy
1756
  msgid "Add new cost"
1757
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1758
 
1759
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3115
1760
  #, fuzzy
1761
  msgid "for all days"
1762
  msgstr "Alle Buchungseingänge"
1763
 
1764
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1765
  msgid "Set amount of deposit payment"
1766
  msgstr ""
1767
 
1768
  # @ wpdev-booking
1769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3249
1770
  #, fuzzy
1771
  msgid "Deposit payment total"
1772
  msgstr "Bezahlungen"
1773
 
1774
  # @ wpdev-booking
1775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3252
1776
  #, fuzzy
1777
  msgid "Deposit payment is not active for booking resource"
1778
  msgstr ""
@@ -1780,57 +1778,57 @@ msgstr ""
1780
  "Zimmer 2, Haus A)"
1781
 
1782
  # @ wpdev-booking
1783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1784
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
1786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
1787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3435
1788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3510
1789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3586
1790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1453
1791
  #, fuzzy
1792
  msgid "Status"
1793
  msgstr "Statistik"
1794
 
1795
  # @ wpdev-booking
1796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1797
  #, fuzzy
1798
  msgid "deposit payment for booking resource"
1799
  msgstr "Buchungs Ressource"
1800
 
1801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3283
1802
  msgid "fixed total in"
1803
  msgstr ""
1804
 
1805
  # @ wpdev-booking
1806
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3284
1807
  #, fuzzy
1808
  msgid "of payment"
1809
  msgstr "Bezahlungen"
1810
 
1811
  # @ wpdev-booking
1812
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3290
1813
  #, fuzzy
1814
  msgid "Condition"
1815
  msgstr "Lösche Buchhungsdaten"
1816
 
1817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3293
1818
  #, php-format
1819
  msgid ""
1820
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1821
  "In%s days more than"
1822
  msgstr ""
1823
 
1824
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3311
1825
  msgid "Update Deposit"
1826
  msgstr ""
1827
 
1828
  # @ wpdev-booking
1829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3334
1830
  msgid "Deposit payment"
1831
  msgstr ""
1832
 
1833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3339
1834
  #, php-format
1835
  msgid ""
1836
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
@@ -1838,40 +1836,40 @@ msgid ""
1838
  msgstr ""
1839
 
1840
  # @ wpdev-booking
1841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1842
  #, fuzzy, php-format
1843
  msgid ""
1844
  " You can configure the deposit payment for your booking resources %shere%s."
1845
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1846
 
1847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1849
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1850
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1851
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1852
  msgid "Su"
1853
  msgstr ""
1854
 
1855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1857
  msgid "Mo"
1858
  msgstr ""
1859
 
1860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1862
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1863
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1864
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1865
  msgid "Tu"
1866
  msgstr ""
1867
 
1868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1870
  msgid "We"
1871
  msgstr ""
1872
 
1873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1875
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1876
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1877
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
@@ -1879,160 +1877,160 @@ msgid "Th"
1879
  msgstr ""
1880
 
1881
  # @ wpdev-booking
1882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1884
  #, fuzzy
1885
  msgid "Fr"
1886
  msgstr "Formular"
1887
 
1888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3636
1890
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1891
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1892
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1893
  msgid "Sa"
1894
  msgstr ""
1895
 
1896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1897
  msgid "Jan"
1898
  msgstr ""
1899
 
1900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1901
  msgid "Feb"
1902
  msgstr ""
1903
 
1904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1905
  msgid "Mar"
1906
  msgstr ""
1907
 
1908
  # @ wpdev-booking
1909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1910
  #, fuzzy
1911
  msgid "Apr"
1912
  msgstr "Bestätigen"
1913
 
1914
  # @ wpdev-booking
1915
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4012
1917
  #, fuzzy
1918
  msgid "May"
1919
  msgstr "Montag"
1920
 
1921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1922
  msgid "Jun"
1923
  msgstr ""
1924
 
1925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1926
  msgid "Jul"
1927
  msgstr ""
1928
 
1929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1930
  msgid "Aug"
1931
  msgstr ""
1932
 
1933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1934
  msgid "Sep"
1935
  msgstr ""
1936
 
1937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1938
  msgid "Oct"
1939
  msgstr ""
1940
 
1941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1942
  msgid "Nov"
1943
  msgstr ""
1944
 
1945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3359
1946
  msgid "Dec"
1947
  msgstr ""
1948
 
1949
  # @ wpdev-booking
1950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3421
1951
  #, fuzzy
1952
  msgid "time"
1953
  msgstr "Zeit"
1954
 
1955
  # @ wpdev-booking
1956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1957
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3457
1958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3478
1959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3495
1960
  #, fuzzy
1961
  msgid "No days"
1962
  msgstr "Nicht verfügbare Tage von heute an"
1963
 
1964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3439
1965
  msgid "Every"
1966
  msgstr ""
1967
 
1968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3480
1969
  msgid "of"
1970
  msgstr ""
1971
 
1972
  # @ wpdev-booking
1973
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3547
1974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3788
1975
  #, fuzzy
1976
  msgid "Filter saved"
1977
  msgstr "Filter"
1978
 
1979
  # @ wpdev-booking
1980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3583
1981
  #, fuzzy
1982
  msgid "Specific Dates Filter"
1983
  msgstr "Datum"
1984
 
1985
  # @ wpdev-booking
1986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3592
1987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3840
1988
  #, fuzzy
1989
  msgid "Type filter name"
1990
  msgstr "Typ"
1991
 
1992
  # @ wpdev-booking
1993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3597
1994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
1995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1997
  #, fuzzy
1998
  msgid "Create new season filter"
1999
  msgstr "Ausführliche Tagesansicht"
2000
 
2001
  # @ wpdev-booking
2002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3605
2003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3853
2004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1649
2005
  #, fuzzy
2006
  msgid "Reset"
2007
  msgstr "Erscheinungsdatum"
2008
 
2009
  # @ wpdev-booking
2010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
2011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2012
  #, fuzzy
2013
  msgid "Create New Season Filter"
2014
  msgstr "Ausführliche Tagesansicht"
2015
 
2016
  # @ wpdev-booking
2017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3703
2018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2019
  #, fuzzy
2020
  msgid "Save changes"
2021
  msgstr "Veränderungen speichern"
2022
 
2023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2024
  #, fuzzy
2025
  msgid "Conditional Dates Filter"
2026
  msgstr "Datum"
2027
 
2028
  # @ wpdev-booking
2029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3865
2030
  #, fuzzy
2031
  msgid "Days of week"
2032
  msgstr "Start Tag der Woche"
2033
 
2034
  # @ wpdev-booking
2035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3873
2036
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2037
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
2038
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
@@ -2050,7 +2048,7 @@ msgid "Sunday"
2050
  msgstr "Sonntag"
2051
 
2052
  # @ wpdev-booking
2053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3879
2054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
2055
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
2056
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
@@ -2068,7 +2066,7 @@ msgid "Monday"
2068
  msgstr "Montag"
2069
 
2070
  # @ wpdev-booking
2071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3885
2072
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
2073
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
2074
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
@@ -2086,7 +2084,7 @@ msgid "Tuesday"
2086
  msgstr "Dienstag"
2087
 
2088
  # @ wpdev-booking
2089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3891
2090
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
2091
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
2092
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
@@ -2104,7 +2102,7 @@ msgid "Wednesday"
2104
  msgstr "Mittwoch"
2105
 
2106
  # @ wpdev-booking
2107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3897
2108
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
2109
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
2110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
@@ -2122,7 +2120,7 @@ msgid "Thursday"
2122
  msgstr "Donenrstag"
2123
 
2124
  # @ wpdev-booking
2125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3903
2126
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
2127
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
2128
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
@@ -2140,7 +2138,7 @@ msgid "Friday"
2140
  msgstr "Freitag"
2141
 
2142
  # @ wpdev-booking
2143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3909
2144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2145
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2146
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
@@ -2158,165 +2156,165 @@ msgid "Saturday"
2158
  msgstr "Samstag"
2159
 
2160
  # @ wpdev-booking
2161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3921
2162
  #, fuzzy
2163
  msgid "Days of month"
2164
  msgstr "Monatsstart"
2165
 
2166
  # @ wpdev-booking
2167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4001
2168
  #, fuzzy
2169
  msgid "Months"
2170
  msgstr "Anzeigbare Monate"
2171
 
2172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4008
2173
  msgid "January"
2174
  msgstr ""
2175
 
2176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4009
2177
  msgid "February"
2178
  msgstr ""
2179
 
2180
  # @ wpdev-booking
2181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4010
2182
  #, fuzzy
2183
  msgid "March"
2184
  msgstr "Suche"
2185
 
2186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4011
2187
  msgid "April"
2188
  msgstr ""
2189
 
2190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4013
2191
  msgid "June"
2192
  msgstr ""
2193
 
2194
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4032
2195
  msgid "July"
2196
  msgstr ""
2197
 
2198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4033
2199
  msgid "August"
2200
  msgstr ""
2201
 
2202
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4034
2203
  msgid "September"
2204
  msgstr ""
2205
 
2206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4035
2207
  msgid "October"
2208
  msgstr ""
2209
 
2210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4036
2211
  msgid "November"
2212
  msgstr ""
2213
 
2214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4037
2215
  msgid "December"
2216
  msgstr ""
2217
 
2218
  # @ wpdev-booking
2219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2220
  #, fuzzy
2221
  msgid "Years"
2222
  msgstr "Jahr(e)"
2223
 
2224
  # @ wpdev-booking
2225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4131
2226
  #, fuzzy
2227
  msgid "Filter deleted successfully"
2228
  msgstr "Gelöscht"
2229
 
2230
  # @ wpdev-booking
2231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
2232
  #, fuzzy
2233
  msgid "Create dates filter"
2234
  msgstr "Datum"
2235
 
2236
  # @ wpdev-booking
2237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2238
  #, fuzzy
2239
  msgid "Create conditional days filter"
2240
  msgstr "Ausführliche Tagesansicht"
2241
 
2242
  # @ wpdev-booking
2243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4151
2244
  #, fuzzy
2245
  msgid "Listing of season filters"
2246
  msgstr "Filter"
2247
 
2248
  # @ wpdev-booking
2249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2250
  msgid "Filters"
2251
  msgstr "Filter"
2252
 
2253
  # @ wpdev-booking
2254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4182
2255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4184
2256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1319
2258
  msgid "Edit"
2259
  msgstr ""
2260
 
2261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4187
2262
  msgid "Do you really want to delete?"
2263
  msgstr ""
2264
 
2265
  # @ wpdev-booking
2266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4219
2267
  #, fuzzy
2268
  msgid "Showing cost in tooltip"
2269
  msgstr "Preis"
2270
 
2271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4226
2272
  msgid ""
2273
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2274
  "over each day on the calendar(s)."
2275
  msgstr ""
2276
 
2277
  # @ wpdev-booking
2278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4234
2279
  #, fuzzy
2280
  msgid "Cost Title"
2281
  msgstr "Titel"
2282
 
2283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4236
2284
  #, php-format
2285
  msgid "Type your %scost%s description"
2286
  msgstr ""
2287
 
2288
  # @ wpdev-booking
2289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4380
2290
  #, fuzzy
2291
  msgid "Advanced cost management"
2292
  msgstr "Preis"
2293
 
2294
  # @ wpdev-booking
2295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4399
2296
  #, fuzzy
2297
  msgid "Configure Additional cost for the form"
2298
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
2299
 
2300
  # @ wpdev-booking
2301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4442
2302
  #, fuzzy
2303
  msgid "Additional cost for"
2304
  msgstr "Preis"
2305
 
2306
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4492
2307
  msgid ""
2308
  "Check this box if you want that specific additional cost, which configured "
2309
  "as percentage for some option, apply to other additional fixed costs and not "
2310
  "only to original booking cost."
2311
  msgstr ""
2312
 
2313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4498
2314
  msgid ""
2315
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2316
  "checkbox(es)."
2317
  msgstr ""
2318
 
2319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4501
2320
  #, php-format
2321
  msgid ""
2322
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
@@ -2324,60 +2322,60 @@ msgid ""
2324
  msgstr ""
2325
 
2326
  # @ wpdev-booking
2327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4508
2328
  #, fuzzy
2329
  msgid "Enter additional cost in formats:"
2330
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
2331
 
2332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4509
2333
  #, php-format
2334
  msgid ""
2335
  "For example, if the original cost of the booking is %s, then after applying "
2336
  "additional costs the total cost will be folowing"
2337
  msgstr ""
2338
 
2339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2340
  #, fuzzy
2341
  msgid "Enter fixed cost"
2342
  msgstr "Preis"
2343
 
2344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4512
2345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2347
  #, fuzzy, php-format
2348
  msgid "%s, then total cost will be %s"
2349
  msgstr "Monat(e)"
2350
 
2351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4515
2352
  msgid "Enter percentage of the entire booking"
2353
  msgstr ""
2354
 
2355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2356
  msgid "Enter fixed amount for each selected day"
2357
  msgstr ""
2358
 
2359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2360
  #, php-format
2361
  msgid "%s, then total cost will be (if selected 3 days) %s"
2362
  msgstr ""
2363
 
2364
  # @ wpdev-booking
2365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4518
2366
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2367
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2368
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2369
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
2371
  msgid "or"
2372
  msgstr "oder"
2373
 
2374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4521
2375
  msgid ""
2376
  "Enter percentage as additional sum, which is based only on original cost and "
2377
  "not full sum"
2378
  msgstr ""
2379
 
2380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4525
2381
  #, php-format
2382
  msgid ""
2383
  "Please check more info about configuration of this cost settings on this "
@@ -2385,139 +2383,139 @@ msgid ""
2385
  msgstr ""
2386
 
2387
  # @ wpdev-booking
2388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
2389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1214
2390
  #, fuzzy
2391
  msgid "Resource ID or Title"
2392
  msgstr "ID"
2393
 
2394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
2395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1216
2396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1398
2397
  msgid "Go"
2398
  msgstr ""
2399
 
2400
  # @ wpdev-booking
2401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4626
2402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4652
2403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1273
2404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1298
2405
  msgid "Info"
2406
  msgstr "Info"
2407
 
2408
  # @ wpdev-booking
2409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4638
2410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1284
2411
  #, fuzzy
2412
  msgid "Selection"
2413
  msgstr "Aktionen"
2414
 
2415
  # @ wpdev-booking
2416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4641
2417
  #, fuzzy
2418
  msgid "Resource Name"
2419
  msgstr "Vorname"
2420
 
2421
  # @ wpdev-booking
2422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4674
2423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1318
2424
  #, fuzzy
2425
  msgid "Bulk Actions"
2426
  msgstr "Aktionen"
2427
 
2428
  # @ wpdev-booking
2429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4743
2430
  #, fuzzy
2431
  msgid "management"
2432
  msgstr "Verwaltung von Reservierungen und Buchhungen"
2433
 
2434
  # @ wpdev-booking
2435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4745
2436
  #, fuzzy
2437
  msgid "Costs and Rates"
2438
  msgstr "Kosten und Verfügbarkeit"
2439
 
2440
  # @ wpdev-booking
2441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2442
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2443
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2444
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2445
  msgid "Customization of"
2446
  msgstr "Benutzerdefiniert"
2447
 
2448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4748
2449
  msgid "rates, valuation days cost and deposit amount "
2450
  msgstr ""
2451
 
2452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4750
2453
  #, fuzzy
2454
  msgid "Advanced Cost"
2455
  msgstr "Preis"
2456
 
2457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4753
2458
  msgid "additional cost, which depend from form fields"
2459
  msgstr ""
2460
 
2461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4756
2462
  msgid "Coupons"
2463
  msgstr ""
2464
 
2465
  # @ wpdev-booking
2466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4770
2468
  #, fuzzy
2469
  msgid "Setting"
2470
  msgstr "Einstellungen"
2471
 
2472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4759
2473
  msgid "for discount"
2474
  msgstr ""
2475
 
2476
  # @ wpdev-booking
2477
  # @ default
2478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4765
2479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4778
2480
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
2481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
2482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
2483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
2484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
2485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1236
2486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
2487
  msgid "settings"
2488
  msgstr "Einstellungen"
2489
 
2490
  # @ wpdev-booking
2491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2492
  #, fuzzy
2493
  msgid "Season Filters"
2494
  msgstr "Filter"
2495
 
2496
  # @ wpdev-booking
2497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4814
2498
  #, fuzzy
2499
  msgid "Cost: "
2500
  msgstr "Preis"
2501
 
2502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4844
2503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:660
2504
  msgid "Weekend"
2505
  msgstr ""
2506
 
2507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4845
2508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:661
2509
  #, fuzzy
2510
  msgid "Work days"
2511
  msgstr "Nicht verfügbare Tage von heute an"
2512
 
2513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4846
2514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:662
2515
  msgid "High season"
2516
  msgstr ""
2517
 
2518
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
2520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3850
2521
  #, fuzzy
2522
  msgid "Select Times"
2523
  msgstr "Wähle den Startmonat für den Kalender aus"
@@ -2593,11 +2591,11 @@ msgstr "Senden"
2593
 
2594
  # @ wpdev-booking
2595
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:739
2597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1024
2598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:488
2599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:551
2600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:607
2601
  #, fuzzy
2602
  msgid "Close"
2603
  msgstr "Preis"
@@ -2623,26 +2621,26 @@ msgid "Email to \"Person\" with payment request"
2623
  msgstr ""
2624
 
2625
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3450
2627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2629
  #, fuzzy
2630
  msgid "Send to Admin"
2631
  msgstr "Senden"
2632
 
2633
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3458
2635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3532
2636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3609
2637
  msgid "Check this box to send copy of this email to Admin"
2638
  msgstr ""
2639
 
2640
  # @ wpdev-booking
2641
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2642
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
2643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3466
2644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3541
2645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3618
2646
  #, fuzzy, php-format
2647
  msgid "Type the default %sadmin email%s sending the booking confimation"
2648
  msgstr ""
@@ -2651,11 +2649,11 @@ msgstr ""
2651
 
2652
  # @ wpdev-booking
2653
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3337
2655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3398
2656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3471
2657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3546
2658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3623
2659
  msgid "Subject"
2660
  msgstr ""
2661
 
@@ -2669,11 +2667,11 @@ msgstr ""
2669
 
2670
  # @ wpdev-booking
2671
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
2673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3407
2674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3478
2675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3553
2676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3630
2677
  #, fuzzy
2678
  msgid "Content"
2679
  msgstr "Kontakt"
@@ -2765,7 +2763,7 @@ msgstr ""
2765
 
2766
  # @ wpdev-booking
2767
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3904
2769
  msgid "Country"
2770
  msgstr ""
2771
 
@@ -2801,8 +2799,8 @@ msgstr "Formate des Datums"
2801
 
2802
  # @ wpdev-booking
2803
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:527
2805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:577
2806
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2807
  msgid "Custom"
2808
  msgstr "Benutzerdefiniert"
@@ -3135,19 +3133,19 @@ msgid ""
3135
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
3136
 
3137
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
3138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1420
3139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3951
3140
  msgid "Apartment#1"
3141
  msgstr ""
3142
 
3143
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
3144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1421
3145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3952
3146
  msgid "Apartment#2"
3147
  msgstr ""
3148
 
3149
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
3150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3953
3151
  msgid "Apartment#3"
3152
  msgstr ""
3153
 
@@ -4038,37 +4036,37 @@ msgid "Select option to configure or show help info about tags"
4038
  msgstr ""
4039
 
4040
  # @ wpdev-booking
4041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:263
4042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:288
4043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:447
4044
  msgid "Saved"
4045
  msgstr ""
4046
 
4047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:363
4048
  msgid ""
4049
  "You can use (in subject and content of email template) any shortcodes, which "
4050
  "you used in the booking form. Use the shortcodes in the same way as you used "
4051
  "them in the content form at Settings Fields page."
4052
  msgstr ""
4053
 
4054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:365
4055
  msgid "In addition you can use these shortcodes"
4056
  msgstr ""
4057
 
4058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:366
4059
  #, php-format
4060
  msgid ""
4061
  "%s - inserting data info about the booking, which you configured in the "
4062
  "content form at Settings Fields page"
4063
  msgstr ""
4064
 
4065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:367
4066
  #, fuzzy, php-format
4067
  msgid "%s - inserting ID of booking "
4068
  msgstr "Reservierungen in der Warteschleife"
4069
 
4070
  # @ wpdev-booking
4071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:368
4072
  #, fuzzy, php-format
4073
  msgid "%s or %s - inserting the title of the booking resource "
4074
  msgstr ""
@@ -4076,19 +4074,19 @@ msgstr ""
4076
  "Zimmer 2, Haus A)"
4077
 
4078
  # @ wpdev-booking
4079
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
4080
  #, fuzzy, php-format
4081
  msgid "%s - inserting the cost of booking "
4082
  msgstr "Reservierungen in der Warteschleife"
4083
 
4084
  # @ wpdev-booking
4085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:373
4086
  #, fuzzy, php-format
4087
  msgid "%s - inserting the dates of booking"
4088
  msgstr "Reservierungen in der Warteschleife"
4089
 
4090
  # @ wpdev-booking
4091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:374
4092
  #, fuzzy, php-format
4093
  msgid "%s - inserting check-in date (first day of reservation),"
4094
  msgstr ""
@@ -4096,7 +4094,7 @@ msgstr ""
4096
  "Zimmer 2, Haus A)"
4097
 
4098
  # @ wpdev-booking
4099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:375
4100
  #, fuzzy, php-format
4101
  msgid "%s - inserting check-out date (last day of reservation),"
4102
  msgstr ""
@@ -4104,24 +4102,24 @@ msgstr ""
4104
  "Zimmer 2, Haus A)"
4105
 
4106
  # @ wpdev-booking
4107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:376
4108
  #, fuzzy, php-format
4109
  msgid "%s - inserting the number of booking dates "
4110
  msgstr ""
4111
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
4112
  "Zimmer 2, Haus A)"
4113
 
4114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:378
4115
  #, php-format
4116
  msgid "%s - inserting your site URL "
4117
  msgstr ""
4118
 
4119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
4120
  #, php-format
4121
  msgid "%s - inserting moderate link of new booking "
4122
  msgstr ""
4123
 
4124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:382
4125
  #, php-format
4126
  msgid ""
4127
  "%s - inserting link to the page where visitor can edit the reservation, "
@@ -4129,7 +4127,7 @@ msgid ""
4129
  "Example: %s )"
4130
  msgstr ""
4131
 
4132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
4133
  #, php-format
4134
  msgid ""
4135
  "%s - inserting link to the page where visitor can cancel the reservation, "
@@ -4137,7 +4135,7 @@ msgid ""
4137
  "Example: %s )"
4138
  msgstr ""
4139
 
4140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:386
4141
  #, php-format
4142
  msgid ""
4143
  "%s - inserting link to payment page where visitor can pay for the "
@@ -4145,37 +4143,37 @@ msgid ""
4145
  "this page. Example: %s )"
4146
  msgstr ""
4147
 
4148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:390
4149
  #, php-format
4150
  msgid ""
4151
  "%s - add the reason for booking payment, you can enter it before sending "
4152
  "email, "
4153
  msgstr ""
4154
 
4155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:392
4156
  #, php-format
4157
  msgid ""
4158
  "%s - add the reason booking was cancelled, you can enter it before sending "
4159
  "email, "
4160
  msgstr ""
4161
 
4162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:395
4163
  #, php-format
4164
  msgid "Also you can use any HTML tags like this %s - to insert new line "
4165
  msgstr ""
4166
 
4167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:413
4168
  #, fuzzy
4169
  msgid "Enter Keyword here"
4170
  msgstr "hier"
4171
 
4172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
4173
  msgid "Keyword"
4174
  msgstr ""
4175
 
4176
  # @ wpdev-booking
4177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:424
4178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:428
4179
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
4180
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
4181
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
@@ -4185,43 +4183,43 @@ msgid "Resource"
4185
  msgstr "Buchungs Ressource"
4186
 
4187
  # @ wpdev-booking
4188
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:443
4189
  #, fuzzy
4190
  msgid "Print bookings listing"
4191
  msgstr "Buchungen"
4192
 
4193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:445
4194
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1022
4195
  msgid "Print"
4196
  msgstr ""
4197
 
4198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:446
4199
  msgid "Export only current page of bookings to CSV format"
4200
  msgstr ""
4201
 
4202
  # @ wpdev-booking
4203
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
4204
  #, fuzzy
4205
  msgid "Export"
4206
  msgstr "Support "
4207
 
4208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:449
4209
  msgid "Export All bookings to CSV format"
4210
  msgstr ""
4211
 
4212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:451
4213
  #, fuzzy
4214
  msgid "Export All"
4215
  msgstr "Alle Buchungseingänge"
4216
 
4217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:542
4218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1239
4219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
4220
  msgid "Labels"
4221
  msgstr ""
4222
 
4223
  # @ wpdev-booking
4224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:543
4225
  #, fuzzy
4226
  msgid "Data"
4227
  msgstr ""
@@ -4229,76 +4227,74 @@ msgstr ""
4229
  "Buchungsdaten\"%s"
4230
 
4231
  # @ wpdev-booking
4232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:560
4233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:653
4234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1547
4235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1449
4236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1901
4237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1957
4238
  msgid "Approved"
4239
  msgstr "Bestätigt"
4240
 
4241
  # @ wpdev-booking
4242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:561
4243
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
4244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
4245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1448
4246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1900
4247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
4248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2382
4249
  msgid "Pending"
4250
  msgstr "Vorgemerkt"
4251
 
4252
  # @ wpdev-booking
4253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:583
4254
  #, fuzzy
4255
  msgid "Edit Booking"
4256
  msgstr "Buchungen"
4257
 
4258
  # @ wpdev-booking
4259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:588
4260
  #, fuzzy
4261
  msgid "Edit Note"
4262
  msgstr "Bearbeite Bemerkung"
4263
 
4264
  # @ wpdev-booking
4265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:592
4266
  #, fuzzy
4267
  msgid "Change Resource"
4268
  msgstr "Buchungs Ressource"
4269
 
4270
  # @ wpdev-booking
4271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:652
4272
  msgid "Change"
4273
  msgstr ""
4274
 
4275
  # @ wpdev-booking
4276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:758
4277
  #, fuzzy
4278
  msgid "Clear booking resources selection"
4279
  msgstr "Unterkunfts Buchungs Auswahl"
4280
 
4281
  # @ wpdev-booking
4282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:762
4283
  #, fuzzy
4284
  msgid "Apply booking resources selection"
4285
  msgstr "Unterkunfts Buchungs Auswahl"
4286
 
4287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:793
4288
  msgid ""
4289
  "Please note, its not possible to add new resources, if \"All resources\" "
4290
  "option is selected. Please clear the selection, then add new resources."
4291
  msgstr ""
4292
 
4293
  # @ wpdev-booking
4294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:869
4295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
4296
  #, fuzzy
4297
  msgid "All resources"
4298
  msgstr "Ressourcen"
4299
 
4300
  # @ wpdev-booking
4301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:883
4302
  #, fuzzy
4303
  msgid "Booking resources"
4304
  msgstr "Ressourcen"
@@ -4348,8 +4344,8 @@ msgid "In-Progress"
4348
  msgstr ""
4349
 
4350
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:948
4352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1847
4353
  msgid "Unknown"
4354
  msgstr ""
4355
 
@@ -4434,7 +4430,7 @@ msgid "Voided"
4434
  msgstr ""
4435
 
4436
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2001
4438
  msgid "Created"
4439
  msgstr ""
4440
 
@@ -4477,8 +4473,8 @@ msgid "Any Status"
4477
  msgstr "Statistik"
4478
 
4479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4480
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:945
4481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1844
4482
  #, fuzzy
4483
  msgid "Paid OK"
4484
  msgstr "OK"
@@ -4491,8 +4487,8 @@ msgstr "Buchungseinstellung"
4491
 
4492
  # @ wpdev-booking
4493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:924
4495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:926
4496
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4497
  msgid "Payment"
4498
  msgstr ""
@@ -4522,153 +4518,153 @@ msgid "Send payment request to visitor"
4522
  msgstr ""
4523
 
4524
  # @ wpdev-booking
4525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:868
4526
  #, fuzzy
4527
  msgid "Payment status"
4528
  msgstr "Bezahlungen"
4529
 
4530
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:890
4531
  #, fuzzy
4532
  msgid "Save cost"
4533
- msgstr "Veränderungen speichern"
4534
 
4535
  # @ wpdev-booking
4536
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:913
4537
  #, fuzzy
4538
  msgid "Change status"
4539
  msgstr "Unterkunft ändern"
4540
 
4541
  # @ wpdev-booking
4542
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:678
4543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:736
4544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:395
4545
  msgid "Updating..."
4546
  msgstr "Aktualisierung..."
4547
 
4548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:683
4549
  msgid "User is Activated"
4550
  msgstr ""
4551
 
4552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:741
4553
  msgid "User is Deactivated"
4554
  msgstr ""
4555
 
4556
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:853
4557
  #, php-format
4558
  msgid ""
4559
  "%sYou do not have permissions for this page.%s Your account is not active, "
4560
  "please contact administrator.%s"
4561
  msgstr ""
4562
 
4563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:888
4564
  #, php-format
4565
  msgid "%sYou do not have permissions for this booking resources.%s"
4566
  msgstr ""
4567
 
4568
  # @ wpdev-booking
4569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:894
4570
  #, fuzzy, php-format
4571
  msgid "%sNo this booking resources.%s"
4572
  msgstr "Reservierungen in der Warteschleife"
4573
 
4574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4575
  #, fuzzy
4576
  msgid "Show resources of user:"
4577
  msgstr "Ressourcen"
4578
 
4579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1046
4580
  msgid "My"
4581
  msgstr ""
4582
 
4583
  # @ wpdev-booking
4584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1065
4585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:339
4586
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4587
  msgid "Booking resource:"
4588
  msgstr "Buchungs Ressource"
4589
 
4590
  # @ wpdev-booking
4591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1097
4592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1136
4593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1233
4594
  msgid "Users"
4595
  msgstr "Benutzer"
4596
 
4597
  # @ wpdev-booking
4598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1117
4599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1238
4600
  #, fuzzy
4601
  msgid "User"
4602
  msgstr "Benutzer"
4603
 
4604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1138
4605
  msgid "Management of"
4606
  msgstr ""
4607
 
4608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1242
4609
  msgid "Set user as"
4610
  msgstr ""
4611
 
4612
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1275
4613
  #, php-format
4614
  msgid "Active %sSuper Admin%s"
4615
  msgstr ""
4616
 
4617
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1277
4618
  #, php-format
4619
  msgid "Active %sRegular User%s"
4620
  msgstr ""
4621
 
4622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4623
  msgid "Inactive User"
4624
  msgstr ""
4625
 
4626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1287
4627
  msgid "Unlimited"
4628
  msgstr ""
4629
 
4630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4631
  msgid "Activate"
4632
  msgstr ""
4633
 
4634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4640
  msgid "Do you really want"
4641
  msgstr ""
4642
 
4643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4644
  msgid "make user active"
4645
  msgstr ""
4646
 
4647
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4648
  msgid "Deactivate"
4649
  msgstr ""
4650
 
4651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1301
4652
  msgid "Set as inactive"
4653
  msgstr ""
4654
 
4655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1302
4656
  msgid "make user inactive"
4657
  msgstr ""
4658
 
4659
  # @ wpdev-booking
4660
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1304
4661
  #, fuzzy
4662
  msgid "Delete settings"
4663
  msgstr "Löschen"
4664
 
4665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4666
  #, fuzzy
4667
  msgid "delete configuration"
4668
  msgstr "Löschen"
4669
 
4670
  # @ wpdev-booking
4671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1307
4672
  #, fuzzy
4673
  msgid "Delete data"
4674
  msgstr ""
@@ -4676,32 +4672,32 @@ msgstr ""
4676
  "Buchungsdaten\"%s"
4677
 
4678
  # @ wpdev-booking
4679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4680
  #, fuzzy
4681
  msgid "delete all booking data"
4682
  msgstr "Lösche Buchhungsdaten"
4683
 
4684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1318
4685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4686
  #, fuzzy
4687
  msgid "Super Admin"
4688
  msgstr "Admin Email"
4689
 
4690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1319
4691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4692
  msgid "set user as"
4693
  msgstr ""
4694
 
4695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1322
4696
  msgid "Regular User"
4697
  msgstr ""
4698
 
4699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1323
4700
  msgid "Regular user"
4701
  msgstr ""
4702
 
4703
  # @ wpdev-booking
4704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1419
4705
  #, fuzzy
4706
  msgid "Suite"
4707
  msgstr "Titel"
@@ -5660,38 +5656,38 @@ msgid "Pay using %s payment service"
5660
  msgstr ""
5661
 
5662
  # @ wpdev-booking
5663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:129
5664
  #, fuzzy
5665
  msgid "Form / Calendar"
5666
  msgstr "Buchungsformular mit Kalender"
5667
 
5668
  # @ wpdev-booking
5669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:131
5670
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:144
5671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:157
5672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:171
5673
  msgid "Insertion of"
5674
  msgstr ""
5675
 
5676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:142
5677
  #, fuzzy
5678
  msgid "Selection of form"
5679
  msgstr "Formular"
5680
 
5681
  # @ wpdev-booking
5682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:169
5683
  #, fuzzy
5684
  msgid "Editing of booking"
5685
  msgstr "Buchungen"
5686
 
5687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:191
5688
  #, php-format
5689
  msgid ""
5690
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5691
  "of the specific shortcodes %shere%s"
5692
  msgstr ""
5693
 
5694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:200
5695
  #, php-format
5696
  msgid ""
5697
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
@@ -5699,7 +5695,7 @@ msgid ""
5699
  "payment request"
5700
  msgstr ""
5701
 
5702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:201
5703
  #, php-format
5704
  msgid ""
5705
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
@@ -5707,19 +5703,19 @@ msgid ""
5707
  msgstr ""
5708
 
5709
  # @ wpdev-booking
5710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5711
  #, fuzzy, php-format
5712
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5713
  msgstr ""
5714
  "Emailvorlagen, welche Shortcodes nutzen %s erden auf diese Seite verlinkt"
5715
 
5716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:221
5717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:223
5718
  #, fuzzy
5719
  msgid "Select shortcode to insert"
5720
  msgstr "Einfügen des Buchungskalenders"
5721
 
5722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:243
5723
  #, php-format
5724
  msgid ""
5725
  "This shortcode %s is using for showing the search results at specific page, "
@@ -5727,85 +5723,85 @@ msgid ""
5727
  msgstr ""
5728
 
5729
  # @ wpdev-booking
5730
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5731
  #, fuzzy
5732
  msgid "Check this box to show search results on other page"
5733
  msgstr ""
5734
  "Auswählen, wenn Du hilfreiche Hinweise im Admin Kontrollzentrum sehen willst."
5735
 
5736
  # @ wpdev-booking
5737
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:259
5738
  #, fuzzy
5739
  msgid "URL of search results:"
5740
  msgstr "Suche"
5741
 
5742
  # @ wpdev-booking
5743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:261
5744
  #, fuzzy
5745
  msgid "Type the URL of search results page."
5746
  msgstr "Adresse der %s\"Vielen Dank\" Seite%s"
5747
 
5748
  # @ wpdev-booking
5749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5750
  #, fuzzy
5751
  msgid "Title of Search results:"
5752
- msgstr "Titel"
5753
 
5754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:270
5755
  msgid "Type the title of Search results."
5756
  msgstr ""
5757
 
5758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:276
5759
  msgid "Nothing Found Message:"
5760
  msgstr ""
5761
 
5762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:279
5763
  msgid "Type the message, when nothing found."
5764
  msgstr ""
5765
 
5766
  # @ wpdev-booking
5767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:286
5768
  #, fuzzy
5769
  msgid "Search only for users:"
5770
  msgstr "Benutzer"
5771
 
5772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5773
  msgid ""
5774
  "Type IDs of the users (separated by comma \",\") for searching availability "
5775
  "only for these users, or leave it blank for searching for all users."
5776
  msgstr ""
5777
 
5778
  # @ wpdev-booking
5779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:307
5780
  #, fuzzy
5781
  msgid "Title:"
5782
  msgstr "Titel"
5783
 
5784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:309
5785
  msgid "Title near your select box."
5786
  msgstr ""
5787
 
5788
  # @ wpdev-booking
5789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:317
5790
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5791
  msgid "Visible months:"
5792
  msgstr "Anzeigbare Monate"
5793
 
5794
  # @ wpdev-booking
5795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:332
5796
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5797
  msgid "Select number of month to show for calendar."
5798
  msgstr ""
5799
  "Wähle für die Ansicht des Kalenders, die Anzahl der Monate die angezeigt "
5800
  "werden soll."
5801
 
5802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:354
5803
  msgid ""
5804
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5805
  "select multiple booking resources."
5806
  msgstr ""
5807
 
5808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:361
5809
  #, php-format
5810
  msgid ""
5811
  "This shortcode %s is using for selection of the booking form of specific "
@@ -5813,162 +5809,162 @@ msgid ""
5813
  msgstr ""
5814
 
5815
  # @ wpdev-booking
5816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5817
  #, fuzzy
5818
  msgid "This booking resources does not exist"
5819
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5820
 
5821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:587
5822
  msgid "Processing..."
5823
  msgstr ""
5824
 
5825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:608
5826
  msgid "Generating columns..."
5827
  msgstr ""
5828
 
5829
  # @ wpdev-booking
5830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:639
5831
  #, fuzzy
5832
  msgid "Exporting booking data..."
5833
  msgstr "Lösche Buchhungsdaten"
5834
 
5835
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:673
5836
  msgid "Generating content of file"
5837
  msgstr ""
5838
 
5839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:711
5840
  msgid "Saving to file"
5841
  msgstr ""
5842
 
5843
  # @ wpdev-booking
5844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:728
5845
  #, fuzzy
5846
  msgid "Export bookings"
5847
  msgstr "Buchungen"
5848
 
5849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:731
5850
  msgid "Download the CSV file of exported booking data"
5851
  msgstr ""
5852
 
5853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:737
5854
  msgid "Download"
5855
  msgstr ""
5856
 
5857
  # @ wpdev-booking
5858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:746
5859
  #, fuzzy
5860
  msgid "Done!"
5861
  msgstr "Erledigt"
5862
 
5863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:769
5864
  #, fuzzy
5865
  msgid "Please Select"
5866
  msgstr "Wähle den Startmonat für den Kalender aus"
5867
 
5868
  # @ wpdev-booking
5869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:905
5870
  msgid "link"
5871
  msgstr ""
5872
 
5873
  # @ wpdev-booking
5874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1026
5875
  #, fuzzy
5876
  msgid "Print bookings"
5877
  msgstr "Buchungen"
5878
 
5879
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1047
5880
  #, fuzzy
5881
  msgid "The booking was canceled by the visitor."
5882
  msgstr "Buchungen"
5883
 
5884
  # @ wpdev-booking
5885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1061
5886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1072
5887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1866
5888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1913
5889
  #, fuzzy
5890
  msgid "Wrong booking hash in URL (probably expired)"
5891
  msgstr "Falsche Bungungs Hash in der URL. Möglicherweise verfallen."
5892
 
5893
  # @ wpdev-booking
5894
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1100
5895
  #, fuzzy
5896
  msgid "The booking has been canceled successfully"
5897
  msgstr "Ihre Reservierung wurde abgelehnt"
5898
 
5899
  # @ wpdev-booking
5900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1233
5901
  #, fuzzy
5902
  msgid "Add New Booking Resource(s)"
5903
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5904
 
5905
  # @ wpdev-booking
5906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1238
5907
  #, fuzzy
5908
  msgid "New Resource"
5909
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5910
 
5911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1242
5912
  #, fuzzy
5913
  msgid "Enter title here"
5914
  msgstr "hier"
5915
 
5916
  # @ wpdev-booking
5917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1244
5918
  #, fuzzy
5919
  msgid "Enter name of booking resource"
5920
  msgstr "Buchungs Ressource"
5921
 
5922
  # @ wpdev-booking
5923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1253
5924
  #, fuzzy
5925
  msgid "Advanced Options"
5926
  msgstr "Aktionen"
5927
 
5928
  # @ wpdev-booking
5929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1254
5930
  #, fuzzy
5931
  msgid "Add new resource(s)"
5932
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5933
 
5934
  # @ wpdev-booking
5935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1363
5936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1450
5937
  #, fuzzy
5938
  msgid "Resources number per page"
5939
  msgstr "Buchbare Unterkunft"
5940
 
5941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1372
5942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1459
5943
  msgid ""
5944
  "Select number of booking resources (single or parent) per page at Resource "
5945
  "menu page"
5946
  msgstr ""
5947
 
5948
  # @ wpdev-booking
5949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1377
5950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1430
5951
  msgid "Default booking resource"
5952
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5953
 
5954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1411
5955
  msgid "Enter your order number to begin the activation process."
5956
  msgstr ""
5957
 
5958
  # @ wpdev-booking
5959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5960
  #, fuzzy
5961
  msgid "Select your default booking resource."
5962
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5963
 
5964
  # @ wpdev-booking
5965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1473
5966
  #, fuzzy
5967
  msgid "URL to edit bookings"
5968
  msgstr "Buchungen"
5969
 
5970
  # @ wpdev-booking
5971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1475
5972
  #, fuzzy, php-format
5973
  msgid ""
5974
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
@@ -5978,13 +5974,13 @@ msgstr ""
5978
  "Shortcodes auf dieser Seite benutzen."
5979
 
5980
  # @ wpdev-booking
5981
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1493
5982
  #, fuzzy
5983
  msgid "Change hash after the booking is approved"
5984
  msgstr "Ändere Hash nach der Bestätigung der Buchung"
5985
 
5986
  # @ wpdev-booking
5987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5988
  #, fuzzy
5989
  msgid ""
5990
  "Check this box if you want to change the booking hash after approval. When "
@@ -5994,172 +5990,172 @@ msgstr ""
5994
  "verhindern, dass mögliche Besucher eine Buchung verändern oder löschen."
5995
 
5996
  # @ wpdev-booking
5997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1510
5998
  #, php-format
5999
  msgid "%s - start new translation section, where %s - locale of translation"
6000
  msgstr ""
6001
 
6002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1511
6003
  #, php-format
6004
  msgid "Example #1: %s - start French translation section"
6005
  msgstr ""
6006
 
6007
  # @ wpdev-booking
6008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1512
6009
  #, php-format
6010
  msgid "Example #2: \"%s\" - English and French translation of some message"
6011
  msgstr ""
6012
 
6013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1528
6014
  msgid ""
6015
  "Customization of email template, which is sending to Admin after new booking"
6016
  msgstr ""
6017
 
6018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1529
6019
  #, fuzzy
6020
  msgid "New for Admin"
6021
  msgstr "Admin Email"
6022
 
6023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1537
6024
  msgid ""
6025
  "Customization of email template, which is sending to Visitor after new "
6026
  "booking"
6027
  msgstr ""
6028
 
6029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1538
6030
  #, fuzzy
6031
  msgid "New for Visitor"
6032
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
6033
 
6034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1546
6035
  msgid ""
6036
  "Customization of email template, which is sending to Visitor after approval "
6037
  "of booking"
6038
  msgstr ""
6039
 
6040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1555
6041
  msgid ""
6042
  "Customization of email template, which is sending to Visitor after "
6043
  "Cancellation of booking"
6044
  msgstr ""
6045
 
6046
  # @ wpdev-booking
6047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1556
6048
  #, fuzzy
6049
  msgid "Declined"
6050
  msgstr "Gelöscht"
6051
 
6052
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1564
6053
  msgid ""
6054
  "Customization of email template, which is sending after modification of "
6055
  "booking"
6056
  msgstr ""
6057
 
6058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1565
6059
  msgid "Modified"
6060
  msgstr ""
6061
 
6062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1574
6063
  msgid ""
6064
  "Customization of email template, which is sending to Visitor after payment "
6065
  "request"
6066
  msgstr ""
6067
 
6068
  # @ wpdev-booking
6069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1575
6070
  #, fuzzy
6071
  msgid "Payment request"
6072
  msgstr "Bezahlungen"
6073
 
6074
  # @ wpdev-booking
6075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
6076
  #, fuzzy
6077
  msgid "Standard Form Template"
6078
  msgstr "Formular"
6079
 
6080
  # @ wpdev-booking
6081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1630
6082
  #, fuzzy
6083
  msgid "2 Columns Form Template"
6084
  msgstr "Buchungsformular mit Kalender"
6085
 
6086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1631
6087
  msgid "Wizard Form Template(several steps)"
6088
  msgstr ""
6089
 
6090
  # @ wpdev-booking
6091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1633
6092
  #, fuzzy
6093
  msgid "Payment Form Template"
6094
  msgstr "Formular"
6095
 
6096
  # @ wpdev-booking
6097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1634
6098
  #, fuzzy
6099
  msgid "Time Slots Form Template"
6100
  msgstr "Formate des Datums"
6101
 
6102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
6103
  msgid "Time slots for different weekends Form Template"
6104
  msgstr ""
6105
 
6106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
6107
  #, fuzzy
6108
  msgid "Hints Form Template"
6109
  msgstr "Anzeigen / verbergen von Hinweisen"
6110
 
6111
  # @ wpdev-booking
6112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1642
6113
  #, fuzzy
6114
  msgid "Reset current Form"
6115
  msgstr "Aktuelle Version"
6116
 
6117
  # @ wpdev-booking
6118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1650
6119
  #, fuzzy
6120
  msgid "Reset Booking Form and Content of Booking Fields Form"
6121
  msgstr "Benutzerdefiniert"
6122
 
6123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1654
6124
  msgid "Both"
6125
  msgstr ""
6126
 
6127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1666
6128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
6129
  msgid "Please configure the form for content of booking fields data!"
6130
  msgstr ""
6131
 
6132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1674
6133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
6134
  msgid "Please configure the form fields!"
6135
  msgstr ""
6136
 
6137
  # @ wpdev-booking
6138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1683
6139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
6140
  #, fuzzy
6141
  msgid "Customization of booking form fields"
6142
  msgstr "Buchungsformular"
6143
 
6144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1688
6145
  msgid ""
6146
  "Customization of fields, which showing in the Booking Listing page for the "
6147
  "specific booking"
6148
  msgstr ""
6149
 
6150
  # @ wpdev-booking
6151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1691
6152
  #, fuzzy
6153
  msgid "Content of Booking Fields"
6154
  msgstr "Felder"
6155
 
6156
  # @ wpdev-booking
6157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1707
6158
  #, fuzzy
6159
  msgid "Default title of bookings"
6160
  msgstr "Titel"
6161
 
6162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1709
6163
  #, php-format
6164
  msgid ""
6165
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
@@ -6168,61 +6164,61 @@ msgid ""
6168
  msgstr ""
6169
 
6170
  # @ wpdev-booking
6171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1721
6172
  msgid "Incorrect date format"
6173
  msgstr "Falsches Datums-Format"
6174
 
6175
  # @ wpdev-booking
6176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1959
6177
  #, fuzzy
6178
  msgid "Booking Resource"
6179
  msgstr "Buchungs Ressource"
6180
 
6181
  # @ wpdev-booking
6182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1969
6183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1478
6184
  #, fuzzy
6185
  msgid "All bookings"
6186
  msgstr "Alle Buchungseingänge"
6187
 
6188
  # @ wpdev-booking
6189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1973
6190
  msgid "All incoming bookings"
6191
  msgstr "Alle Buchungseingänge"
6192
 
6193
  # @ wpdev-booking
6194
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1978
6195
  #, fuzzy
6196
  msgid "New reservations made today"
6197
  msgstr "Reservierungen die erledigt sind"
6198
 
6199
  # @ wpdev-booking
6200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1983
6201
  #, fuzzy
6202
  msgid "Reservations for today"
6203
  msgstr "Heute"
6204
 
6205
  # @ wpdev-booking
6206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2004
6207
  msgid "Add new booking resource"
6208
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
6209
 
6210
  # @ wpdev-booking
6211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3015
6212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3068
6213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:551
6214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:553
6215
  msgid "Updated successfully"
6216
  msgstr "Update erfolgreich"
6217
 
6218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3029
6219
  msgid ""
6220
  "Warning! The resource was not changed. Current dates are already booked "
6221
  "there."
6222
  msgstr ""
6223
 
6224
  # @ wpdev-booking
6225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3303
6226
  #, fuzzy
6227
  msgid "Email to \"Admin\" after a new booking"
6228
  msgstr ""
@@ -6230,12 +6226,12 @@ msgstr ""
6230
  "%sgetätigt worden ist"
6231
 
6232
  # @ wpdev-booking
6233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3323
6234
  msgid "To"
6235
  msgstr ""
6236
 
6237
  # @ wpdev-booking
6238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3325
6239
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
6240
  #, fuzzy, php-format
6241
  msgid "Type default %sadmin email%s for booking confirmation"
@@ -6244,7 +6240,7 @@ msgstr ""
6244
  "Reservierungsbestätigungen zu versenden"
6245
 
6246
  # @ wpdev-booking
6247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3332
6248
  #, fuzzy, php-format
6249
  msgid ""
6250
  "Type the default %sadmin email%s sending the booking confimation. You can "
@@ -6254,7 +6250,7 @@ msgstr ""
6254
  "diese %s Abkürzungen benutzen."
6255
 
6256
  # @ wpdev-booking
6257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3339
6258
  #, fuzzy, php-format
6259
  msgid "Type your email %ssubject%s for the booking confimation message."
6260
  msgstr ""
@@ -6262,7 +6258,7 @@ msgstr ""
6262
  "Shortcode nutzen."
6263
 
6264
  # @ wpdev-booking
6265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3347
6266
  #, fuzzy, php-format
6267
  msgid "Type your %semail message content for checking booking%s in. "
6268
  msgstr ""
@@ -6270,7 +6266,7 @@ msgstr ""
6270
  "diese %s Abkürzungen benutzen"
6271
 
6272
  # @ wpdev-booking
6273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
6274
  #, fuzzy, php-format
6275
  msgid ""
6276
  "For example: \"You have a new reservation %s on the following date(s): %s "
@@ -6279,16 +6275,16 @@ msgid ""
6279
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6280
 
6281
  # @ wpdev-booking
6282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
6283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
6284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
6285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
6286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1150
6287
  msgid "here"
6288
  msgstr "hier"
6289
 
6290
  # @ wpdev-booking
6291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3370
6292
  #, fuzzy
6293
  msgid "Email to \"Person\" after they make a new reservation"
6294
  msgstr ""
@@ -6296,7 +6292,7 @@ msgstr ""
6296
  "%sgetätigt worden ist"
6297
 
6298
  # @ wpdev-booking
6299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3400
6300
  #, fuzzy, php-format
6301
  msgid "Type email subject for %svisitor after creating a new reservation%s."
6302
  msgstr ""
@@ -6304,13 +6300,13 @@ msgstr ""
6304
  "diese %s Abkürzungen benutzen"
6305
 
6306
  # @ wpdev-booking
6307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
6308
  #, fuzzy, php-format
6309
  msgid "Use these %s shortcodes."
6310
  msgstr "Benutze diese Abkürzung für Anpassungen"
6311
 
6312
  # @ wpdev-booking
6313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
6314
  #, fuzzy, php-format
6315
  msgid ""
6316
  "Type your %semail message for visitor after creating a new reservation%s"
@@ -6319,7 +6315,7 @@ msgstr ""
6319
  "diese %s Abkürzungen benutzen"
6320
 
6321
  # @ wpdev-booking
6322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3416
6323
  #, fuzzy, php-format
6324
  msgid ""
6325
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
@@ -6328,7 +6324,7 @@ msgid ""
6328
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6329
 
6330
  # @ wpdev-booking
6331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3430
6332
  #, fuzzy
6333
  msgid "Email to \"Person\" after booking is approved"
6334
  msgstr ""
@@ -6336,7 +6332,7 @@ msgstr ""
6336
  "%sgetätigt worden ist"
6337
 
6338
  # @ wpdev-booking
6339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3473
6340
  #, fuzzy, php-format
6341
  msgid "Type your email subject for the %sapproved booking%s."
6342
  msgstr ""
@@ -6344,7 +6340,7 @@ msgstr ""
6344
  "diese %s Abkürzungen benutzen."
6345
 
6346
  # @ wpdev-booking
6347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3481
6348
  #, fuzzy, php-format
6349
  msgid "Type your %semail message for the approved booking%s from the website"
6350
  msgstr ""
@@ -6352,7 +6348,7 @@ msgstr ""
6352
  "diese %s Abkürzungen benutzen"
6353
 
6354
  # @ wpdev-booking
6355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
6356
  #, fuzzy, php-format
6357
  msgid ""
6358
  "For example: \"Your reservation %s on these date(s): %s has been approved."
@@ -6361,7 +6357,7 @@ msgid ""
6361
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6362
 
6363
  # @ wpdev-booking
6364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3503
6365
  #, fuzzy
6366
  msgid "Email to \"Person\" after their booking has been denied"
6367
  msgstr ""
@@ -6369,7 +6365,7 @@ msgstr ""
6369
  "%sgetätigt worden ist"
6370
 
6371
  # @ wpdev-booking
6372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3548
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: \n"
20
  "X-Poedit-SearchPath-0: w:/www/home/dev/www/wp-content/plugins/booking/.\n"
21
 
22
  # @ wpdev-booking
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
26
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
28
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
29
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
33
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
34
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
35
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
37
  msgstr "Datum"
38
 
39
  # @ wpdev-booking
40
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
41
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
42
  #, fuzzy
43
  msgid "Full cost of the booking"
44
  msgstr "Preis"
45
 
46
  # @ wpdev-booking
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
49
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
51
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
53
  msgid "First Name (required)"
54
  msgstr "Vorname (erforderlich)"
55
 
56
  # @ wpdev-booking
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
58
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
59
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
60
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
63
  msgid "Last Name (required)"
64
  msgstr "Nachname (erforderlich)"
65
 
66
  # @ wpdev-booking
67
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
68
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
69
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
71
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
73
  msgid "Email (required)"
74
  msgstr "Email (erforderlich)"
75
 
76
  # @ wpdev-booking
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
79
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
80
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
81
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
83
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
85
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
86
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
88
  msgid "Phone"
89
  msgstr "Telefon"
90
 
91
  # @ wpdev-booking
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
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:3838
96
  #, fuzzy
97
  msgid "Address (required)"
98
  msgstr "Email (erforderlich)"
99
 
100
  # @ wpdev-booking
101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
103
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
105
  #, fuzzy
106
  msgid "City (required)"
107
  msgstr "Email (erforderlich)"
108
 
109
  # @ wpdev-booking
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
112
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
114
  #, fuzzy
115
  msgid "Post code (required)"
116
  msgstr "Email (erforderlich)"
117
 
118
  # @ wpdev-booking
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
121
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
123
  #, fuzzy
124
  msgid "Country (required)"
125
  msgstr "Email (erforderlich)"
126
 
127
  # @ wpdev-booking
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
129
  msgid "Visitors"
130
  msgstr ""
131
 
132
  # @ wpdev-booking
133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
139
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
 
142
  msgid "Details"
143
  msgstr "Details"
144
 
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
146
  msgid "Coupon"
147
  msgstr ""
148
 
149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
151
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
155
  msgid "I Accept term and conditions"
156
  msgstr ""
157
 
158
  # @ wpdev-booking
159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
161
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
167
  msgid "Send"
168
  msgstr "Senden"
169
 
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
171
  msgid ""
172
  "Try selecting fewer visitors. The number of visitors may be more than the "
173
  "number of available units on selected day(s)!"
174
  msgstr ""
175
 
176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
177
  msgid "coupon"
178
  msgstr ""
179
 
180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
181
  msgid "discount"
182
  msgstr ""
183
 
184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
185
  msgid "Nothing found"
186
  msgstr ""
187
 
188
  # @ wpdev-booking
189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
191
  #, fuzzy
192
  msgid "Search results"
193
  msgstr "Suche"
194
 
195
  # @ wpdev-booking
196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
197
  #, fuzzy
198
  msgid "Book now"
199
  msgstr "Erweitere jetzt"
200
 
201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
202
  msgid "Please select check-in and check-out days!"
203
  msgstr ""
204
 
205
  # @ wpdev-booking
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
210
  msgid "Search"
211
  msgstr "Suche"
212
 
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
214
  #, php-format
215
  msgid ""
216
  "Sorry, the reservation was not made because these days are already booked!!! "
218
  "resource.) %s Please %srefresh%s the page and try other days."
219
  msgstr ""
220
 
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
222
  #, php-format
223
  msgid "The folowing pending booking(s): %s deleted."
224
  msgstr ""
225
 
226
  # @ wpdev-booking
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
228
  #, fuzzy
229
  msgid "Maximum available booking resource items"
230
  msgstr ""
232
  "Zimmer 2, Haus A)"
233
 
234
  # @ wpdev-booking
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
243
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
244
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
245
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
248
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
249
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
250
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
260
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
261
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
262
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
270
  msgstr "Zum umschalten"
271
 
272
  # @ wpdev-booking
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
275
  #, fuzzy
276
  msgid "Booking resources management"
277
  msgstr "Ressourcen"
278
 
279
  # @ wpdev-booking
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
287
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
291
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
292
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
 
299
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
300
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
301
  msgid "ID"
302
  msgstr "ID"
303
 
304
  # @ wpdev-booking
305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
310
  #, fuzzy
311
  msgid "Resource name"
312
  msgstr "Vorname"
313
 
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
316
  msgid "Number of resource items inside of parent resource"
317
  msgstr ""
318
 
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
321
  msgid "Capacity"
322
  msgstr ""
323
 
324
  # @ wpdev-booking
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
329
  #, fuzzy
330
  msgid "Parent"
331
  msgstr "Bezahlungen"
332
 
333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
337
  msgid "Priority"
338
  msgstr ""
339
 
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
342
  msgid "Maximum number of visitors for resource"
343
  msgstr ""
344
 
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
347
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
348
  msgid "Max"
349
  msgstr ""
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
353
  msgid "visitors"
354
  msgstr ""
355
 
356
  # @ wpdev-booking
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
366
  msgid "Actions"
367
  msgstr "Aktionen"
368
 
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
370
  #, fuzzy
371
  msgid "Add"
372
  msgstr "Hinzufügen einer Buchung/Reservation"
373
 
374
  # @ wpdev-booking
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
 
383
  msgid "Delete"
384
  msgstr "Löschen"
385
 
386
  # @ wpdev-booking
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
389
  msgid "Title"
390
  msgstr "Titel"
391
 
392
  # @ wpdev-booking
393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
394
  #, fuzzy
395
  msgid "Add new resource"
396
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
397
 
398
  # @ wpdev-booking
399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
404
  #, fuzzy
405
  msgid "Save"
406
  msgstr "Veränderungen speichern"
407
 
408
  # @ wpdev-booking
409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
410
  #, fuzzy
411
  msgid "Advanced Settings"
412
  msgstr "Einstellungen"
413
 
414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
416
  msgid "Set capacity based on number of visitors"
417
  msgstr ""
418
 
419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
420
  #, php-format
421
  msgid ""
422
  "Check this box if you want total availability (daily capacity) to depend on "
423
  "the number of selected visitors %s."
424
  msgstr ""
425
 
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
429
  #, php-format
430
  msgid "Please read more info about configuration of this parameter %shere%s"
431
  msgstr ""
432
 
433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
434
  #, php-format
435
  msgid ""
436
  "Add tooltip on calendar(s) to show availability based on the number of "
439
  "number of visitors specified on the booking form."
440
  msgstr ""
441
 
442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
443
  #, php-format
444
  msgid ""
445
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
449
  msgstr ""
450
 
451
  # @ wpdev-booking
452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
453
  #, fuzzy
454
  msgid "Show availability"
455
  msgstr "Zeige"
456
 
457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
459
  msgid ""
460
  "Check this box to display the available number of booking resources with a "
461
  "tooltip, when mouse hovers over each day on the calendar(s)."
462
  msgstr ""
463
 
464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
465
  #, fuzzy
466
  msgid "Availability description"
467
  msgstr "Einzig verfügbarer Kalender"
468
 
469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
471
  #, php-format
472
  msgid "Type your %savailability%s description"
473
  msgstr ""
474
 
475
  # @ wpdev-booking
476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
478
  #, fuzzy
479
  msgid "Disable bookings in different booking resources"
480
  msgstr ""
481
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
482
  "Zimmer 2, Haus A)"
483
 
484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
485
  msgid ""
486
  "Check this box to dissable reservations, which can be stored in different "
487
  "booking resources. When checked, all reserved days must be at same booking "
488
  "resource otherwise error message will show."
489
  msgstr ""
490
 
491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
492
  msgid "Advanced"
493
  msgstr ""
494
 
495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
496
  msgid ""
497
  "Check this box if you want total availability (daily capacity) to depend on "
498
  "the number of selected visitors."
499
  msgstr ""
500
 
501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
502
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
503
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
504
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
523
  msgstr ""
524
 
525
  # @ wpdev-booking
526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
527
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
528
  #, fuzzy
529
  msgid "Type of days selection"
530
  msgstr "Typ"
531
 
532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
533
  msgid ""
534
  "Add tooltip on calendar(s) to show availability based on the number of "
535
  "available booking resource items remaining for each day."
536
  msgstr ""
537
 
538
  # @ wpdev-booking
539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
543
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
544
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
545
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
547
  msgid "Note"
548
  msgstr "Bearbeite Bemerkung"
549
 
550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
551
  #, php-format
552
  msgid ""
553
  "Be sure to match the maximum number of visitors for the %sone booking "
554
  "resource%s with the number of visitors specified on the booking form."
555
  msgstr ""
556
 
557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
558
  msgid ""
559
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
560
  "number of visitors for the resource, which can be at free booking resource "
561
  "items."
562
  msgstr ""
563
 
564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
565
  #, php-format
566
  msgid ""
567
  "Be sure to match the maximum number of visitors for %sall booking resources"
569
  msgstr ""
570
 
571
  # @ wpdev-booking
572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
573
  #, fuzzy
574
  msgid ""
575
  "Check this box to dissable reservations, which can be stored in different "
578
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
579
  "Zimmer 2, Haus A)"
580
 
581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
582
  msgid ""
583
  "When checked, all reserved days must be at same booking resource otherwise "
584
  "error message will show."
585
  msgstr ""
586
 
587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
588
  msgid "Use pending days as available"
589
  msgstr ""
590
 
591
  # @ wpdev-booking
592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
593
  #, fuzzy
594
  msgid ""
595
  "Check this box if you want to show the pending days as available in calendars"
596
  msgstr ""
597
  "Auswählen, wenn Du hilfreiche Hinweise im Admin Kontrollzentrum sehen willst."
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
600
  msgid ""
601
  "Warning!!! After you approved the specific booking(s), all your pending "
602
  "bookings of the same booking resource as an approved booking for the dates, "
604
  "canceled!"
605
  msgstr ""
606
 
607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
608
  msgid ""
609
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
610
  "is approved for these date(s)"
611
  msgstr ""
612
 
613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
614
  #, fuzzy
615
  msgid "Show availability in tooltip"
616
  msgstr "Zeige"
617
 
618
  # @ wpdev-booking
619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
620
  #, fuzzy
621
  msgid "Availability Title"
622
  msgstr "Titel"
623
 
624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
625
  msgid ""
626
  "Use \"Check In\" date as available in calendar for booking resources with "
627
+ "capacity higher then 1 for search results"
628
  msgstr ""
629
 
630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
631
  msgid ""
632
  "Use \"Check Out\" date as available in calendar for booking resources with "
633
+ "capacity higher then 1 search results"
634
  msgstr ""
635
 
636
  # @ wpdev-booking
637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
638
  #, fuzzy
639
  msgid "Coupon Deleted"
640
  msgstr "Gelöscht"
641
 
642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
643
  msgid "Coupon created"
644
  msgstr ""
645
 
646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
647
  #, fuzzy
648
  msgid "Add New Discount Coupon"
649
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
650
 
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
654
  msgid "Coupon Code"
655
  msgstr ""
656
 
657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
658
  msgid "Enter coupon code."
659
  msgstr ""
660
 
661
  # @ wpdev-booking
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
665
  #, fuzzy
666
  msgid "Savings"
667
  msgstr "Einstellungen"
668
 
669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
670
  msgid "Fixed Amount"
671
  msgstr ""
672
 
673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
674
  msgid "Percentage Off"
675
  msgstr ""
676
 
677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
678
  msgid "Enter number of fixed or percentage savings."
679
  msgstr ""
680
 
681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
684
  #, fuzzy
685
  msgid "Expiration Date"
686
  msgstr "Datum"
687
 
688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
689
  msgid "Select Expiration Date of the coupon."
690
  msgstr ""
691
 
692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
693
  #, fuzzy
694
  msgid "Minimum Booking Cost"
695
  msgstr "Preis"
696
 
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
698
  msgid "Enter minimum booking cost, when coupon is applicable."
699
  msgstr ""
700
 
701
  # @ wpdev-booking
702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
707
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
709
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
710
  msgid "Resources"
711
  msgstr "Ressourcen"
712
 
713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
716
  #, fuzzy
717
  msgid "All"
718
  msgstr "Alle Buchungseingänge"
719
 
720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
721
  msgid "Select booking resources, where is possible to apply this coupon code."
722
  msgstr ""
723
 
724
  # @ wpdev-booking
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
726
  #, fuzzy
727
  msgid "Add New Coupon"
728
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
729
 
730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
731
  msgid "The coupon code your customers will be using to receive the discount."
732
  msgstr ""
733
 
734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
735
  msgid "The amount which will be saved. Enter only digits."
736
  msgstr ""
737
 
738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
739
  msgid "The minimum total cost required to use the coupon"
740
  msgstr ""
741
 
742
  # @ wpdev-booking
743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
745
  #, fuzzy
746
  msgid "Minimum Purchase"
747
  msgstr "Kaufen"
748
 
749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
750
  msgid "The date your coupon will expire"
751
  msgstr ""
752
 
753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
754
  msgid "Resource list, which supports this coupon"
755
  msgstr ""
756
 
757
  # @ wpdev-booking
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
761
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
768
  msgstr "Warnung"
769
 
770
  # @ wpdev-booking
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
772
  #, fuzzy
773
  msgid "Do you really want to delete this item?"
774
  msgstr "zum Buchungsformular "
775
 
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
777
  #, fuzzy, php-format
778
  msgid "%s - coupon field, "
779
  msgstr "Dieses Feld ist erforderlich"
780
 
781
  # @ wpdev-booking
782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
783
  #, fuzzy, php-format
784
  msgid "Example: %s "
785
  msgstr "Monat(e)"
786
 
787
  # @ wpdev-booking
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
789
  #, fuzzy
790
  msgid "Search form customization"
791
  msgstr "Suche"
792
 
793
  # @ wpdev-booking
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
796
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
797
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
798
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
800
  msgid "Use these shortcodes for customization: "
801
  msgstr "Benutze diese Abkürzung für Anpassungen"
802
 
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
804
  #, php-format
805
  msgid "%s - search inside posts/pages which are part of this category, "
806
  msgstr ""
807
 
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
809
  #, php-format
810
  msgid "%s - search inside posts/pages which have this tag, "
811
  msgstr ""
812
 
813
  # @ wpdev-booking
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
815
  #, fuzzy, php-format
816
  msgid "%s - check-in date, "
817
  msgstr "Datum"
818
 
819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
820
  #, php-format
821
  msgid "%s - check-out date, "
822
  msgstr ""
823
 
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
825
  #, php-format
826
  msgid "%s - default selection number of visitors, "
827
  msgstr ""
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
830
  #, php-format
831
  msgid "Example: %s - custom number of visitor selections\""
832
  msgstr ""
833
 
834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
835
  #, fuzzy, php-format
836
  msgid "%s - search button, "
837
  msgstr "Suche"
838
 
839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
841
  #, fuzzy, php-format
842
  msgid "%s - new line "
843
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
844
 
845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
848
  msgid "Use any other HTML tags (carefully)."
849
  msgstr ""
850
 
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
853
  msgid ""
854
  "Additional customization style of this element you can make at this file"
855
  msgstr ""
856
 
857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
858
  msgid "Reset to default search form content"
859
  msgstr ""
860
 
861
  # @ wpdev-booking
862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
870
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
871
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
873
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
874
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
875
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
876
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
882
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
883
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
884
  msgid "Save Changes"
885
  msgstr "Veränderungen speichern"
886
 
887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
888
  msgid "Customization of found booking resource items"
889
  msgstr ""
890
 
891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
892
  #, fuzzy, php-format
893
  msgid "%s - resource title, "
894
  msgstr "Titel"
895
 
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
897
  #, php-format
898
  msgid "%s - link to the page with booking form, "
899
  msgstr ""
900
 
901
  # @ wpdev-booking
902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
903
  #, fuzzy, php-format
904
  msgid "%s - availability of booking resource, "
905
  msgstr "Buchungs Ressource"
906
 
907
  # @ wpdev-booking
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
909
  #, fuzzy, php-format
910
  msgid "%s - maximum number of visitors for the booking resource, "
911
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
912
 
913
  # @ wpdev-booking
914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
915
  #, fuzzy, php-format
916
  msgid "%s - cost of booking the resource, "
917
  msgstr "Buchungs Ressource"
918
 
919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
920
  #, php-format
921
  msgid ""
922
  "%s - featured image, taken from the featured image associated with the post, "
923
  msgstr ""
924
 
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
926
  #, php-format
927
  msgid "%s - booking info, taken from the excerpt associated with the post, "
928
  msgstr ""
929
 
930
  # @ wpdev-booking
931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
932
  #, fuzzy
933
  msgid "Reset to default form"
934
  msgstr "Formular"
935
 
936
  # @ wpdev-booking
937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
939
  #, fuzzy
940
  msgid "Search form"
941
  msgstr "Suche"
942
 
943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
945
  msgid "Check-in"
946
  msgstr ""
947
 
948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
950
  msgid "Check-out"
951
  msgstr ""
952
 
953
  # @ wpdev-booking
954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
955
  #, fuzzy
956
  msgid "Number of visitors"
957
  msgstr "Anzahl der Monate"
958
 
959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
960
  #, fuzzy
961
  msgid "Search Cache Settings"
962
  msgstr "Suche"
963
 
964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
965
  msgid "Cache expiration"
966
  msgstr ""
967
 
968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
969
  #, fuzzy
970
  msgid "hour(s)"
971
  msgstr "Monat(e)"
972
 
973
  # @ wpdev-booking
974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
977
  #, fuzzy
978
  msgid "day(s)"
979
  msgstr "Jahr(e)"
980
 
981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
982
  msgid "Select time of cache expiration"
983
  msgstr ""
984
 
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
986
  msgid "Cache will expire:"
987
  msgstr ""
988
 
989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
990
  #, php-format
991
  msgid "Found: %s booking forms inside of posts or pages "
992
  msgstr ""
993
 
994
  # @ wpdev-booking
995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
996
  #, fuzzy
997
  msgid "Reset cache"
998
  msgstr "Erscheinungsdatum"
999
 
1000
  # @ wpdev-booking
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
1002
  #, fuzzy
1003
  msgid "Parent Resource"
1004
  msgstr "Buchungs Ressource"
1005
 
1006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
1007
  msgid "Max visitors"
1008
  msgstr ""
1009
 
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
1011
  msgid "Capacity: "
1012
  msgstr ""
1013
 
1014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
1015
  msgid ""
1016
  "Select parent resource, if you want that parent resource is increase "
1017
  "capacity."
1018
  msgstr ""
1019
 
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
1021
  msgid ""
1022
  "Set priority of resource - resource with higher priority will be reserved "
1023
  "firstly."
1024
  msgstr ""
1025
 
1026
  # @ wpdev-booking
1027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
1028
  #, fuzzy
1029
  msgid "Resources count"
1030
  msgstr "Ressourcen"
1031
 
1032
  # @ wpdev-booking
1033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
1034
  #, fuzzy
1035
  msgid "Create several booking resources for one time"
1036
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
1037
 
1038
  # @ wpdev-booking
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
1041
  #, fuzzy
1042
  msgid "Default form"
1043
  msgstr "Formular"
1044
 
1045
  # @ wpdev-booking
1046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
1052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
1055
  #, fuzzy
1056
  msgid "Standard"
1057
  msgstr "Standartunterkunft"
1058
 
1059
  # @ wpdev-booking
1060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
1061
  #, fuzzy
1062
  msgid "Select default custom booking form"
1063
  msgstr "Lösche Buchhungsdaten"
1064
 
1065
  # @ wpdev-booking
1066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1067
  #, fuzzy
1068
  msgid "Available: "
1069
  msgstr "Verfügbar"
1070
 
1071
  # @ wpdev-booking
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
1075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
1076
  #, fuzzy
1077
  msgid "Default"
1078
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
1079
 
1080
  # @ wpdev-booking
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
1083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
1084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
1086
  #, fuzzy
1087
  msgid "Superior"
1088
  msgstr "Support "
1089
 
1090
  # @ wpdev-booking
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1092
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1093
  #, fuzzy
1094
  msgid "Resource #1"
1095
  msgstr "Buchungs Ressource"
1096
 
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
1099
  msgid "Presidential Suite"
1100
  msgstr ""
1101
 
1102
  # @ wpdev-booking
1103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1104
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1105
  #, fuzzy
1106
  msgid "Resource #2"
1107
  msgstr "Buchungs Ressource"
1108
 
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
1111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
1112
  msgid "Royal Villa"
1113
  msgstr ""
1114
 
1115
  # @ wpdev-booking
1116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1117
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1118
  #, fuzzy
1119
  msgid "Resource #3"
1120
  msgstr "Buchungs Ressource"
1121
 
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
1123
  #, fuzzy
1124
  msgid "night(s)"
1125
  msgstr "Monat(e)"
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:115
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1135
  msgid "Adults"
1136
  msgstr ""
1137
 
1138
  # @ wpdev-booking
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1140
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
 
1147
  msgid "Children"
1148
  msgstr ""
1149
 
1150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
1154
  #, fuzzy
1155
  msgid "per 1 day"
1156
  msgstr "Wähle welcher Wochentag der Erste in der Woche sein soll."
1157
 
1158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
1161
  msgid "from the cost of 1 day "
1162
  msgstr ""
1163
 
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
1167
  #, php-format
1168
  msgid "Additional cost in %s per 1 day"
1169
  msgstr ""
1170
 
1171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1172
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1177
  #, fuzzy
1178
  msgid " for all days!"
1179
  msgstr "Alle Buchungseingänge"
1180
 
1181
  # @ wpdev-booking
1182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
1184
  #, fuzzy
1185
  msgid "Custom Form"
1186
  msgstr "Benutzerdefiniert"
1187
 
1188
  # @ wpdev-booking
1189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1191
  #, fuzzy
1192
  msgid "Load selected booking form"
1193
  msgstr "Buchungsformular"
1194
 
1195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1197
  msgid "Load"
1198
  msgstr ""
1199
 
1200
  # @ wpdev-booking
1201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1202
  #, fuzzy
1203
  msgid "Delete selected booking form"
1204
  msgstr "Buchungsformular"
1205
 
1206
  # @ wpdev-booking
1207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1208
  #, fuzzy
1209
  msgid "Do you really want to delete selected booking form ?"
1210
  msgstr "zum Buchungsformular "
1211
 
1212
  # @ wpdev-booking
1213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1214
  #, fuzzy
1215
  msgid "Add new custom form"
1216
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1217
 
1218
  # @ wpdev-booking
1219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1220
  #, fuzzy
1221
  msgid "Add New Custom Form"
1222
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1223
 
1224
  # @ wpdev-booking
1225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1226
  #, fuzzy
1227
  msgid "Type the name of booking form"
1228
  msgstr "Buchungsformular"
1229
 
1230
  # @ wpdev-booking
1231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1232
  #, fuzzy
1233
  msgid "Create new form"
1234
  msgstr "Formular"
1235
 
1236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1239
  msgid "Create"
1240
  msgstr ""
1241
 
1242
  # @ wpdev-booking
1243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1244
  #, fuzzy
1245
  msgid "Delete form"
1246
  msgstr "Löschen"
1247
 
1248
  # @ wpdev-booking
1249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1253
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1254
  msgid "Cancel"
1255
  msgstr "Abbrechen"
1256
 
1257
  # @ wpdev-booking
1258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1262
  msgid "Deleted"
1263
  msgstr "Gelöscht"
1264
 
1265
  # @ wpdev-booking
1266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1267
  #, fuzzy
1268
  msgid "There are no extended booking forms"
1269
  msgstr "Buchungen"
1270
 
1271
  # @ wpdev-booking
1272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1273
  #, fuzzy
1274
  msgid "Booking form type:"
1275
  msgstr "Buchungsformular"
1276
 
1277
  # @ wpdev-booking
1278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1279
  #, fuzzy
1280
  msgid "Select type of booking form"
1281
  msgstr "Buchungsformular"
1282
 
1283
  # @ wpdev-booking
1284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1286
  #, fuzzy
1287
  msgid "Booking Form"
1288
  msgstr "Buchungsformular"
1289
 
1290
  # @ wpdev-booking
1291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1292
  #, fuzzy
1293
  msgid "Standard booking resource cost"
1294
  msgstr "Buchungs Ressource"
1295
 
1296
  # @ wpdev-booking
1297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1298
  #, fuzzy
1299
  msgid "Total booking resource cost"
1300
  msgstr "Buchungs Ressource"
1301
 
1302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1303
  #, php-format
1304
  msgid ""
1305
  "%s - show cost hint for full booking in real time, depending on number of "
1306
  "days selected and form elements."
1307
  msgstr ""
1308
 
1309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1310
  #, php-format
1311
  msgid "Example: %sThe full cost of payment: %s"
1312
  msgstr ""
1313
 
1314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1315
  #, php-format
1316
  msgid ""
1317
  "%s - show hint of original booking cost without additional costs for full "
1318
  "booking in real time, depends only from days selection."
1319
  msgstr ""
1320
 
1321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1322
  #, php-format
1323
  msgid "Example: %sThe original cost for payment: %s "
1324
  msgstr ""
1325
 
1326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1327
  #, php-format
1328
  msgid ""
1329
  "%s - show cost hint of additional booking cost, which depends from selection "
1330
  "of form elements."
1331
  msgstr ""
1332
 
1333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1334
  #, php-format
1335
  msgid "Example: %sThe additional cost for payment: %s "
1336
  msgstr ""
1337
 
1338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1339
  #, php-format
1340
  msgid "%s - enter direct cost at admin panel at page: "
1341
  msgstr ""
1342
 
1343
  # @ wpdev-booking
1344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1347
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1348
  msgid "Add booking"
1349
  msgstr "Hinzufügen einer Buchung/Reservation"
1350
 
1351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1352
  #, fuzzy, php-format
1353
  msgid "Example: %s"
1354
  msgstr "Monat(e)"
1355
 
1356
  # @ wpdev-booking
1357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1359
  msgid "yes"
1360
  msgstr "ja"
1361
 
1362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1364
  msgid ""
1365
  "Setting rate or cost, which is depend from number of selected days for the "
1366
  "resource"
1367
  msgstr ""
1368
 
1369
  # @ wpdev-booking
1370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1373
  #, fuzzy
1374
  msgid "Rates"
1375
  msgstr "Datum"
1376
 
1377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
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:2187
1380
  #, fuzzy
1381
  msgid "Valuation days"
1382
  msgstr "Nicht verfügbare Tage von heute an"
1383
 
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1385
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
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:758
1390
  msgstr ""
1391
 
1392
  # @ wpdev-booking
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1396
  #, fuzzy
1397
  msgid "Availability"
1398
  msgstr "Einzig verfügbarer Kalender"
1399
 
1400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1401
  msgid "Setting the default form for the specific resource"
1402
  msgstr ""
1403
 
1404
  # @ wpdev-booking
1405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1406
  #, fuzzy
1407
  msgid "Default Form"
1408
  msgstr "Formular"
1409
 
1410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1411
  msgid "Set the cost based on the number of days selected for the reservation"
1412
  msgstr ""
1413
 
1414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1415
  msgid ""
1416
  "Activation of this feature is require setting cost per day or cost per night"
1417
  msgstr ""
1418
 
1419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1422
  msgid "Deposit amount"
1423
  msgstr ""
1424
 
1425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1426
  msgid "Set the deposit payment required for the payment form"
1427
  msgstr ""
1428
 
1429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1430
  msgid ""
1431
  "Activate this feature at the cost section of general booking settings page, "
1432
  "firstly."
1433
  msgstr ""
1434
 
1435
  # @ wpdev-booking
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1439
  #, fuzzy
1440
  msgid "unavailable"
1441
  msgstr "Nicht verfügbare Tage von heute an"
1442
 
1443
  # @ wpdev-booking
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1447
  #, fuzzy
1448
  msgid "available"
1449
  msgstr "Verfügbar"
1450
 
1451
  # @ wpdev-booking
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1453
  #, fuzzy
1454
  msgid "Availability booking type"
1455
  msgstr "Typ"
1456
 
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1458
  #, fuzzy, php-format
1459
  msgid "All days for %s"
1460
  msgstr "Alle Buchungseingänge"
1461
 
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1463
  #, php-format
1464
  msgid ""
1465
  "Select %s days by activating specific season filter below or %sadd new "
1467
  msgstr ""
1468
 
1469
  # @ wpdev-booking
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1474
  #, fuzzy
1475
  msgid "Season Filter Name"
1476
  msgstr "Vorname"
1477
 
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1483
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1484
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1485
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1488
  msgstr ""
1489
 
1490
  # @ wpdev-booking
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1499
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1500
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1507
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1508
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1509
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1513
  msgstr ""
1514
 
1515
  # @ wpdev-booking
1516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1517
  #, fuzzy
1518
  msgid "Seasonal rates of booking resource"
1519
  msgstr "Buchungs Ressource"
1520
 
1521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1522
  #, php-format
1523
  msgid ""
1524
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1525
  "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1526
  msgstr ""
1527
 
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1530
  #, fuzzy
1531
  msgid "Final cost"
1532
  msgstr "Preis"
1533
 
1534
  # @ wpdev-booking
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1536
  #, fuzzy
1537
  msgid "Season Filter"
1538
  msgstr "Filter"
1539
 
1540
  # @ wpdev-booking
1541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1542
  #, fuzzy
1543
  msgid "Rate"
1544
  msgstr "Datum"
1545
 
1546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1548
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1549
  msgid "for 1 day"
1550
  msgstr ""
1551
 
1552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1554
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1555
  msgid "for 1 night"
1556
  msgstr ""
1557
 
1558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1560
  msgid "fixed deposit"
1561
  msgstr ""
1562
 
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1565
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1566
  msgid "for 1 hour"
1567
  msgstr ""
1568
 
1569
  # @ wpdev-booking
1570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1573
  #, fuzzy
1574
  msgid "Filter Name"
1575
  msgstr "Vorname"
1576
 
1577
  # @ wpdev-booking
1578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1581
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1582
  #, fuzzy
1583
  msgid "Note!"
1584
  msgstr "Bearbeite Bemerkung"
1585
 
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1587
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1588
  msgstr ""
1589
 
1590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1591
  msgid "Update Rates"
1592
  msgstr ""
1593
 
1594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1595
  msgid "Set cost of booking resource based on the number of days selected"
1596
  msgstr ""
1597
 
1598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1599
  #, php-format
1600
  msgid ""
1601
  "If you add costs here, %srates%s for this booking resource will not take "
1602
  "effect !!!"
1603
  msgstr ""
1604
 
1605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1606
  #, php-format
1607
  msgid ""
1608
  "Cost setings at %stop have higher priority%s than other costs of same type "
1609
  "at the %sbottom%s of the list."
1610
  msgstr ""
1611
 
1612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1613
  #, php-format
1614
  msgid ""
1615
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1616
  "terms %s and after terms %s"
1617
  msgstr ""
1618
 
1619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1620
  #, php-format
1621
  msgid "%s and %s terms have higher priority than a range %s days."
1622
  msgstr ""
1623
 
1624
  # @ wpdev-booking
1625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1626
  #, fuzzy
1627
  msgid "Warning!"
1628
  msgstr "Warnung"
1629
 
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1631
  msgid ""
1632
  "Specific cost will take affect, only if it active (the box at the left side "
1633
  "is checked) and if \"Check In\" (start) date belong to selected season "
1635
  msgstr ""
1636
 
1637
  # @ wpdev-booking
1638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1639
  #, fuzzy
1640
  msgid "Number of Days"
1641
  msgstr "Anzahl der Monate"
1642
 
1643
  # @ wpdev-booking
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1645
  #, fuzzy
1646
  msgid "Cost Settings"
1647
  msgstr "Einstellungen"
1648
 
1649
  # @ wpdev-booking
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1654
  #, fuzzy
1655
  msgid "Season Filter of Check In date"
1656
  msgstr "Saison "
1657
 
1658
  # @ wpdev-booking
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1662
  #, fuzzy
1663
  msgid "For"
1664
  msgstr "Formular"
1665
 
1666
  # @ wpdev-booking
1667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1670
  #, fuzzy
1671
  msgid "Day Number(s)"
1672
  msgstr "Anzahl der Monate"
1673
 
1674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1678
  msgid "to"
1679
  msgstr ""
1680
 
1681
  # @ wpdev-booking
1682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1686
  #, fuzzy
1687
  msgid "day"
1688
  msgstr "Wähle welcher Wochentag der Erste in der Woche sein soll."
1689
 
1690
  # @ wpdev-booking
1691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1692
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
 
1694
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1695
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1697
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1698
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1699
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1706
  msgid "Cost"
1707
  msgstr "Preis"
1708
 
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1712
  #, fuzzy
1713
  msgid "Any days"
1714
  msgstr "Nicht verfügbare Tage von heute an"
1715
 
1716
  # @ wpdev-booking
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1720
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1726
  #, fuzzy
1727
  msgid "From"
1728
  msgstr "Nicht verfügbare Tage von heute an"
1729
 
1730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1732
  msgid "Together"
1733
  msgstr ""
1734
 
1735
  # @ wpdev-booking
1736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1737
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1743
  #, fuzzy
1744
  msgid "days"
1745
  msgstr "Nicht verfügbare Tage von heute an"
1746
 
1747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1749
  msgid "Remove"
1750
  msgstr ""
1751
 
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1753
  #, fuzzy
1754
  msgid "Add new cost"
1755
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1756
 
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1758
  #, fuzzy
1759
  msgid "for all days"
1760
  msgstr "Alle Buchungseingänge"
1761
 
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1763
  msgid "Set amount of deposit payment"
1764
  msgstr ""
1765
 
1766
  # @ wpdev-booking
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1768
  #, fuzzy
1769
  msgid "Deposit payment total"
1770
  msgstr "Bezahlungen"
1771
 
1772
  # @ wpdev-booking
1773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1774
  #, fuzzy
1775
  msgid "Deposit payment is not active for booking resource"
1776
  msgstr ""
1778
  "Zimmer 2, Haus A)"
1779
 
1780
  # @ wpdev-booking
1781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1782
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1789
  #, fuzzy
1790
  msgid "Status"
1791
  msgstr "Statistik"
1792
 
1793
  # @ wpdev-booking
1794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1795
  #, fuzzy
1796
  msgid "deposit payment for booking resource"
1797
  msgstr "Buchungs Ressource"
1798
 
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1800
  msgid "fixed total in"
1801
  msgstr ""
1802
 
1803
  # @ wpdev-booking
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1805
  #, fuzzy
1806
  msgid "of payment"
1807
  msgstr "Bezahlungen"
1808
 
1809
  # @ wpdev-booking
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1811
  #, fuzzy
1812
  msgid "Condition"
1813
  msgstr "Lösche Buchhungsdaten"
1814
 
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1816
  #, php-format
1817
  msgid ""
1818
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1819
  "In%s days more than"
1820
  msgstr ""
1821
 
1822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1823
  msgid "Update Deposit"
1824
  msgstr ""
1825
 
1826
  # @ wpdev-booking
1827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1828
  msgid "Deposit payment"
1829
  msgstr ""
1830
 
1831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1832
  #, php-format
1833
  msgid ""
1834
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1836
  msgstr ""
1837
 
1838
  # @ wpdev-booking
1839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1840
  #, fuzzy, php-format
1841
  msgid ""
1842
  " You can configure the deposit payment for your booking resources %shere%s."
1843
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
1844
 
1845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1847
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1848
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1849
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1850
  msgid "Su"
1851
  msgstr ""
1852
 
1853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1855
  msgid "Mo"
1856
  msgstr ""
1857
 
1858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1860
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1861
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1862
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1863
  msgid "Tu"
1864
  msgstr ""
1865
 
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1868
  msgid "We"
1869
  msgstr ""
1870
 
1871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1873
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1874
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1875
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1877
  msgstr ""
1878
 
1879
  # @ wpdev-booking
1880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1882
  #, fuzzy
1883
  msgid "Fr"
1884
  msgstr "Formular"
1885
 
1886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1888
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1889
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1890
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1891
  msgid "Sa"
1892
  msgstr ""
1893
 
1894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1895
  msgid "Jan"
1896
  msgstr ""
1897
 
1898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1899
  msgid "Feb"
1900
  msgstr ""
1901
 
1902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1903
  msgid "Mar"
1904
  msgstr ""
1905
 
1906
  # @ wpdev-booking
1907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1908
  #, fuzzy
1909
  msgid "Apr"
1910
  msgstr "Bestätigen"
1911
 
1912
  # @ wpdev-booking
1913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1915
  #, fuzzy
1916
  msgid "May"
1917
  msgstr "Montag"
1918
 
1919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1920
  msgid "Jun"
1921
  msgstr ""
1922
 
1923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1924
  msgid "Jul"
1925
  msgstr ""
1926
 
1927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1928
  msgid "Aug"
1929
  msgstr ""
1930
 
1931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1932
  msgid "Sep"
1933
  msgstr ""
1934
 
1935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1936
  msgid "Oct"
1937
  msgstr ""
1938
 
1939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1940
  msgid "Nov"
1941
  msgstr ""
1942
 
1943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1944
  msgid "Dec"
1945
  msgstr ""
1946
 
1947
  # @ wpdev-booking
1948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1949
  #, fuzzy
1950
  msgid "time"
1951
  msgstr "Zeit"
1952
 
1953
  # @ wpdev-booking
1954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1958
  #, fuzzy
1959
  msgid "No days"
1960
  msgstr "Nicht verfügbare Tage von heute an"
1961
 
1962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1963
  msgid "Every"
1964
  msgstr ""
1965
 
1966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1967
  msgid "of"
1968
  msgstr ""
1969
 
1970
  # @ wpdev-booking
1971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1973
  #, fuzzy
1974
  msgid "Filter saved"
1975
  msgstr "Filter"
1976
 
1977
  # @ wpdev-booking
1978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1979
  #, fuzzy
1980
  msgid "Specific Dates Filter"
1981
  msgstr "Datum"
1982
 
1983
  # @ wpdev-booking
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1986
  #, fuzzy
1987
  msgid "Type filter name"
1988
  msgstr "Typ"
1989
 
1990
  # @ wpdev-booking
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1995
  #, fuzzy
1996
  msgid "Create new season filter"
1997
  msgstr "Ausführliche Tagesansicht"
1998
 
1999
  # @ wpdev-booking
2000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
2001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
2002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
2003
  #, fuzzy
2004
  msgid "Reset"
2005
  msgstr "Erscheinungsdatum"
2006
 
2007
  # @ wpdev-booking
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
2010
  #, fuzzy
2011
  msgid "Create New Season Filter"
2012
  msgstr "Ausführliche Tagesansicht"
2013
 
2014
  # @ wpdev-booking
2015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
2016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
2017
  #, fuzzy
2018
  msgid "Save changes"
2019
  msgstr "Veränderungen speichern"
2020
 
2021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
2022
  #, fuzzy
2023
  msgid "Conditional Dates Filter"
2024
  msgstr "Datum"
2025
 
2026
  # @ wpdev-booking
2027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
2028
  #, fuzzy
2029
  msgid "Days of week"
2030
  msgstr "Start Tag der Woche"
2031
 
2032
  # @ wpdev-booking
2033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
2034
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2035
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
2036
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
2048
  msgstr "Sonntag"
2049
 
2050
  # @ wpdev-booking
2051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
2052
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
2053
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
2054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
2066
  msgstr "Montag"
2067
 
2068
  # @ wpdev-booking
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
2070
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
2071
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
2072
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
2084
  msgstr "Dienstag"
2085
 
2086
  # @ wpdev-booking
2087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
2088
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
2089
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
2090
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
2102
  msgstr "Mittwoch"
2103
 
2104
  # @ wpdev-booking
2105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
2106
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
2107
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
2108
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
2120
  msgstr "Donenrstag"
2121
 
2122
  # @ wpdev-booking
2123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
2124
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
2125
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
2126
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2138
  msgstr "Freitag"
2139
 
2140
  # @ wpdev-booking
2141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2142
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2143
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2144
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2156
  msgstr "Samstag"
2157
 
2158
  # @ wpdev-booking
2159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
2160
  #, fuzzy
2161
  msgid "Days of month"
2162
  msgstr "Monatsstart"
2163
 
2164
  # @ wpdev-booking
2165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
2166
  #, fuzzy
2167
  msgid "Months"
2168
  msgstr "Anzeigbare Monate"
2169
 
2170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
2171
  msgid "January"
2172
  msgstr ""
2173
 
2174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
2175
  msgid "February"
2176
  msgstr ""
2177
 
2178
  # @ wpdev-booking
2179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
2180
  #, fuzzy
2181
  msgid "March"
2182
  msgstr "Suche"
2183
 
2184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
2185
  msgid "April"
2186
  msgstr ""
2187
 
2188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
2189
  msgid "June"
2190
  msgstr ""
2191
 
2192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
2193
  msgid "July"
2194
  msgstr ""
2195
 
2196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
2197
  msgid "August"
2198
  msgstr ""
2199
 
2200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
2201
  msgid "September"
2202
  msgstr ""
2203
 
2204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
2205
  msgid "October"
2206
  msgstr ""
2207
 
2208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
2209
  msgid "November"
2210
  msgstr ""
2211
 
2212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
2213
  msgid "December"
2214
  msgstr ""
2215
 
2216
  # @ wpdev-booking
2217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
2218
  #, fuzzy
2219
  msgid "Years"
2220
  msgstr "Jahr(e)"
2221
 
2222
  # @ wpdev-booking
2223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
2224
  #, fuzzy
2225
  msgid "Filter deleted successfully"
2226
  msgstr "Gelöscht"
2227
 
2228
  # @ wpdev-booking
2229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2230
  #, fuzzy
2231
  msgid "Create dates filter"
2232
  msgstr "Datum"
2233
 
2234
  # @ wpdev-booking
2235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
2236
  #, fuzzy
2237
  msgid "Create conditional days filter"
2238
  msgstr "Ausführliche Tagesansicht"
2239
 
2240
  # @ wpdev-booking
2241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
2242
  #, fuzzy
2243
  msgid "Listing of season filters"
2244
  msgstr "Filter"
2245
 
2246
  # @ wpdev-booking
2247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
2248
  msgid "Filters"
2249
  msgstr "Filter"
2250
 
2251
  # @ wpdev-booking
2252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
2254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
2255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
2256
  msgid "Edit"
2257
  msgstr ""
2258
 
2259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
2260
  msgid "Do you really want to delete?"
2261
  msgstr ""
2262
 
2263
  # @ wpdev-booking
2264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
2265
  #, fuzzy
2266
  msgid "Showing cost in tooltip"
2267
  msgstr "Preis"
2268
 
2269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2270
  msgid ""
2271
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2272
  "over each day on the calendar(s)."
2273
  msgstr ""
2274
 
2275
  # @ wpdev-booking
2276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
2277
  #, fuzzy
2278
  msgid "Cost Title"
2279
  msgstr "Titel"
2280
 
2281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2282
  #, php-format
2283
  msgid "Type your %scost%s description"
2284
  msgstr ""
2285
 
2286
  # @ wpdev-booking
2287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2288
  #, fuzzy
2289
  msgid "Advanced cost management"
2290
  msgstr "Preis"
2291
 
2292
  # @ wpdev-booking
2293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2294
  #, fuzzy
2295
  msgid "Configure Additional cost for the form"
2296
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
2297
 
2298
  # @ wpdev-booking
2299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2300
  #, fuzzy
2301
  msgid "Additional cost for"
2302
  msgstr "Preis"
2303
 
2304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2305
  msgid ""
2306
  "Check this box if you want that specific additional cost, which configured "
2307
  "as percentage for some option, apply to other additional fixed costs and not "
2308
  "only to original booking cost."
2309
  msgstr ""
2310
 
2311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2312
  msgid ""
2313
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2314
  "checkbox(es)."
2315
  msgstr ""
2316
 
2317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2318
  #, php-format
2319
  msgid ""
2320
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2322
  msgstr ""
2323
 
2324
  # @ wpdev-booking
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2326
  #, fuzzy
2327
  msgid "Enter additional cost in formats:"
2328
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
2329
 
2330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2331
  #, php-format
2332
  msgid ""
2333
  "For example, if the original cost of the booking is %s, then after applying "
2334
  "additional costs the total cost will be folowing"
2335
  msgstr ""
2336
 
2337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2338
  #, fuzzy
2339
  msgid "Enter fixed cost"
2340
  msgstr "Preis"
2341
 
2342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2345
  #, fuzzy, php-format
2346
  msgid "%s, then total cost will be %s"
2347
  msgstr "Monat(e)"
2348
 
2349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2350
  msgid "Enter percentage of the entire booking"
2351
  msgstr ""
2352
 
2353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2354
  msgid "Enter fixed amount for each selected day"
2355
  msgstr ""
2356
 
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2358
  #, php-format
2359
  msgid "%s, then total cost will be (if selected 3 days) %s"
2360
  msgstr ""
2361
 
2362
  # @ wpdev-booking
2363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2364
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2365
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2366
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2367
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2369
  msgid "or"
2370
  msgstr "oder"
2371
 
2372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2373
  msgid ""
2374
  "Enter percentage as additional sum, which is based only on original cost and "
2375
  "not full sum"
2376
  msgstr ""
2377
 
2378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2379
  #, php-format
2380
  msgid ""
2381
  "Please check more info about configuration of this cost settings on this "
2383
  msgstr ""
2384
 
2385
  # @ wpdev-booking
2386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2388
  #, fuzzy
2389
  msgid "Resource ID or Title"
2390
  msgstr "ID"
2391
 
2392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2395
  msgid "Go"
2396
  msgstr ""
2397
 
2398
  # @ wpdev-booking
2399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
2403
  msgid "Info"
2404
  msgstr "Info"
2405
 
2406
  # @ wpdev-booking
2407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2409
  #, fuzzy
2410
  msgid "Selection"
2411
  msgstr "Aktionen"
2412
 
2413
  # @ wpdev-booking
2414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2415
  #, fuzzy
2416
  msgid "Resource Name"
2417
  msgstr "Vorname"
2418
 
2419
  # @ wpdev-booking
2420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2422
  #, fuzzy
2423
  msgid "Bulk Actions"
2424
  msgstr "Aktionen"
2425
 
2426
  # @ wpdev-booking
2427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2428
  #, fuzzy
2429
  msgid "management"
2430
  msgstr "Verwaltung von Reservierungen und Buchhungen"
2431
 
2432
  # @ wpdev-booking
2433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2434
  #, fuzzy
2435
  msgid "Costs and Rates"
2436
  msgstr "Kosten und Verfügbarkeit"
2437
 
2438
  # @ wpdev-booking
2439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2443
  msgid "Customization of"
2444
  msgstr "Benutzerdefiniert"
2445
 
2446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2447
  msgid "rates, valuation days cost and deposit amount "
2448
  msgstr ""
2449
 
2450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
2451
  #, fuzzy
2452
  msgid "Advanced Cost"
2453
  msgstr "Preis"
2454
 
2455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2456
  msgid "additional cost, which depend from form fields"
2457
  msgstr ""
2458
 
2459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2460
  msgid "Coupons"
2461
  msgstr ""
2462
 
2463
  # @ wpdev-booking
2464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2466
  #, fuzzy
2467
  msgid "Setting"
2468
  msgstr "Einstellungen"
2469
 
2470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2471
  msgid "for discount"
2472
  msgstr ""
2473
 
2474
  # @ wpdev-booking
2475
  # @ default
2476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2485
  msgid "settings"
2486
  msgstr "Einstellungen"
2487
 
2488
  # @ wpdev-booking
2489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
2490
  #, fuzzy
2491
  msgid "Season Filters"
2492
  msgstr "Filter"
2493
 
2494
  # @ wpdev-booking
2495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
2496
  #, fuzzy
2497
  msgid "Cost: "
2498
  msgstr "Preis"
2499
 
2500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2502
  msgid "Weekend"
2503
  msgstr ""
2504
 
2505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
2507
  #, fuzzy
2508
  msgid "Work days"
2509
  msgstr "Nicht verfügbare Tage von heute an"
2510
 
2511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2513
  msgid "High season"
2514
  msgstr ""
2515
 
2516
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
2519
  #, fuzzy
2520
  msgid "Select Times"
2521
  msgstr "Wähle den Startmonat für den Kalender aus"
2591
 
2592
  # @ wpdev-booking
2593
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2599
  #, fuzzy
2600
  msgid "Close"
2601
  msgstr "Preis"
2621
  msgstr ""
2622
 
2623
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2627
  #, fuzzy
2628
  msgid "Send to Admin"
2629
  msgstr "Senden"
2630
 
2631
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2635
  msgid "Check this box to send copy of this email to Admin"
2636
  msgstr ""
2637
 
2638
  # @ wpdev-booking
2639
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2644
  #, fuzzy, php-format
2645
  msgid "Type the default %sadmin email%s sending the booking confimation"
2646
  msgstr ""
2649
 
2650
  # @ wpdev-booking
2651
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2657
  msgid "Subject"
2658
  msgstr ""
2659
 
2667
 
2668
  # @ wpdev-booking
2669
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2675
  #, fuzzy
2676
  msgid "Content"
2677
  msgstr "Kontakt"
2763
 
2764
  # @ wpdev-booking
2765
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
2767
  msgid "Country"
2768
  msgstr ""
2769
 
2799
 
2800
  # @ wpdev-booking
2801
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2804
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2805
  msgid "Custom"
2806
  msgstr "Benutzerdefiniert"
3133
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
3134
 
3135
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
3136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
3137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
3138
  msgid "Apartment#1"
3139
  msgstr ""
3140
 
3141
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
3142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
3143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
3144
  msgid "Apartment#2"
3145
  msgstr ""
3146
 
3147
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
3148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
3149
  msgid "Apartment#3"
3150
  msgstr ""
3151
 
4036
  msgstr ""
4037
 
4038
  # @ wpdev-booking
4039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
4040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
4041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
4042
  msgid "Saved"
4043
  msgstr ""
4044
 
4045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
4046
  msgid ""
4047
  "You can use (in subject and content of email template) any shortcodes, which "
4048
  "you used in the booking form. Use the shortcodes in the same way as you used "
4049
  "them in the content form at Settings Fields page."
4050
  msgstr ""
4051
 
4052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
4053
  msgid "In addition you can use these shortcodes"
4054
  msgstr ""
4055
 
4056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
4057
  #, php-format
4058
  msgid ""
4059
  "%s - inserting data info about the booking, which you configured in the "
4060
  "content form at Settings Fields page"
4061
  msgstr ""
4062
 
4063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
4064
  #, fuzzy, php-format
4065
  msgid "%s - inserting ID of booking "
4066
  msgstr "Reservierungen in der Warteschleife"
4067
 
4068
  # @ wpdev-booking
4069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
4070
  #, fuzzy, php-format
4071
  msgid "%s or %s - inserting the title of the booking resource "
4072
  msgstr ""
4074
  "Zimmer 2, Haus A)"
4075
 
4076
  # @ wpdev-booking
4077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
4078
  #, fuzzy, php-format
4079
  msgid "%s - inserting the cost of booking "
4080
  msgstr "Reservierungen in der Warteschleife"
4081
 
4082
  # @ wpdev-booking
4083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
4084
  #, fuzzy, php-format
4085
  msgid "%s - inserting the dates of booking"
4086
  msgstr "Reservierungen in der Warteschleife"
4087
 
4088
  # @ wpdev-booking
4089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
4090
  #, fuzzy, php-format
4091
  msgid "%s - inserting check-in date (first day of reservation),"
4092
  msgstr ""
4094
  "Zimmer 2, Haus A)"
4095
 
4096
  # @ wpdev-booking
4097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
4098
  #, fuzzy, php-format
4099
  msgid "%s - inserting check-out date (last day of reservation),"
4100
  msgstr ""
4102
  "Zimmer 2, Haus A)"
4103
 
4104
  # @ wpdev-booking
4105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
4106
  #, fuzzy, php-format
4107
  msgid "%s - inserting the number of booking dates "
4108
  msgstr ""
4109
  "Zum buchen/reservieren bitte den Typ der Ressource angeben (zB. Zimmer 1, "
4110
  "Zimmer 2, Haus A)"
4111
 
4112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
4113
  #, php-format
4114
  msgid "%s - inserting your site URL "
4115
  msgstr ""
4116
 
4117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
4118
  #, php-format
4119
  msgid "%s - inserting moderate link of new booking "
4120
  msgstr ""
4121
 
4122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
4123
  #, php-format
4124
  msgid ""
4125
  "%s - inserting link to the page where visitor can edit the reservation, "
4127
  "Example: %s )"
4128
  msgstr ""
4129
 
4130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
4131
  #, php-format
4132
  msgid ""
4133
  "%s - inserting link to the page where visitor can cancel the reservation, "
4135
  "Example: %s )"
4136
  msgstr ""
4137
 
4138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
4139
  #, php-format
4140
  msgid ""
4141
  "%s - inserting link to payment page where visitor can pay for the "
4143
  "this page. Example: %s )"
4144
  msgstr ""
4145
 
4146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
4147
  #, php-format
4148
  msgid ""
4149
  "%s - add the reason for booking payment, you can enter it before sending "
4150
  "email, "
4151
  msgstr ""
4152
 
4153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
4154
  #, php-format
4155
  msgid ""
4156
  "%s - add the reason booking was cancelled, you can enter it before sending "
4157
  "email, "
4158
  msgstr ""
4159
 
4160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
4161
  #, php-format
4162
  msgid "Also you can use any HTML tags like this %s - to insert new line "
4163
  msgstr ""
4164
 
4165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
4166
  #, fuzzy
4167
  msgid "Enter Keyword here"
4168
  msgstr "hier"
4169
 
4170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
4171
  msgid "Keyword"
4172
  msgstr ""
4173
 
4174
  # @ wpdev-booking
4175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
4176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
4177
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
4178
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
4179
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
4183
  msgstr "Buchungs Ressource"
4184
 
4185
  # @ wpdev-booking
4186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
4187
  #, fuzzy
4188
  msgid "Print bookings listing"
4189
  msgstr "Buchungen"
4190
 
4191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
4192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
4193
  msgid "Print"
4194
  msgstr ""
4195
 
4196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
4197
  msgid "Export only current page of bookings to CSV format"
4198
  msgstr ""
4199
 
4200
  # @ wpdev-booking
4201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
4202
  #, fuzzy
4203
  msgid "Export"
4204
  msgstr "Support "
4205
 
4206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
4207
  msgid "Export All bookings to CSV format"
4208
  msgstr ""
4209
 
4210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
4211
  #, fuzzy
4212
  msgid "Export All"
4213
  msgstr "Alle Buchungseingänge"
4214
 
4215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
4216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
4217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
4218
  msgid "Labels"
4219
  msgstr ""
4220
 
4221
  # @ wpdev-booking
4222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
4223
  #, fuzzy
4224
  msgid "Data"
4225
  msgstr ""
4227
  "Buchungsdaten\"%s"
4228
 
4229
  # @ wpdev-booking
4230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
4231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
4232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
4233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
4234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
 
4235
  msgid "Approved"
4236
  msgstr "Bestätigt"
4237
 
4238
  # @ wpdev-booking
4239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
4240
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
4241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
4242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
4243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
4244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
 
4245
  msgid "Pending"
4246
  msgstr "Vorgemerkt"
4247
 
4248
  # @ wpdev-booking
4249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
4250
  #, fuzzy
4251
  msgid "Edit Booking"
4252
  msgstr "Buchungen"
4253
 
4254
  # @ wpdev-booking
4255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
4256
  #, fuzzy
4257
  msgid "Edit Note"
4258
  msgstr "Bearbeite Bemerkung"
4259
 
4260
  # @ wpdev-booking
4261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
4262
  #, fuzzy
4263
  msgid "Change Resource"
4264
  msgstr "Buchungs Ressource"
4265
 
4266
  # @ wpdev-booking
4267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
4268
  msgid "Change"
4269
  msgstr ""
4270
 
4271
  # @ wpdev-booking
4272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
4273
  #, fuzzy
4274
  msgid "Clear booking resources selection"
4275
  msgstr "Unterkunfts Buchungs Auswahl"
4276
 
4277
  # @ wpdev-booking
4278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
4279
  #, fuzzy
4280
  msgid "Apply booking resources selection"
4281
  msgstr "Unterkunfts Buchungs Auswahl"
4282
 
4283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
4284
  msgid ""
4285
  "Please note, its not possible to add new resources, if \"All resources\" "
4286
  "option is selected. Please clear the selection, then add new resources."
4287
  msgstr ""
4288
 
4289
  # @ wpdev-booking
4290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
4291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
4292
  #, fuzzy
4293
  msgid "All resources"
4294
  msgstr "Ressourcen"
4295
 
4296
  # @ wpdev-booking
4297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
4298
  #, fuzzy
4299
  msgid "Booking resources"
4300
  msgstr "Ressourcen"
4344
  msgstr ""
4345
 
4346
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
4348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
4349
  msgid "Unknown"
4350
  msgstr ""
4351
 
4430
  msgstr ""
4431
 
4432
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
4434
  msgid "Created"
4435
  msgstr ""
4436
 
4473
  msgstr "Statistik"
4474
 
4475
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
4477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
4478
  #, fuzzy
4479
  msgid "Paid OK"
4480
  msgstr "OK"
4487
 
4488
  # @ wpdev-booking
4489
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
4491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
4492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4493
  msgid "Payment"
4494
  msgstr ""
4518
  msgstr ""
4519
 
4520
  # @ wpdev-booking
4521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
4522
  #, fuzzy
4523
  msgid "Payment status"
4524
  msgstr "Bezahlungen"
4525
 
4526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
4527
  #, fuzzy
4528
  msgid "Save cost"
4529
+ msgstr "Preis"
4530
 
4531
  # @ wpdev-booking
4532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
4533
  #, fuzzy
4534
  msgid "Change status"
4535
  msgstr "Unterkunft ändern"
4536
 
4537
  # @ wpdev-booking
4538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
4539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
4540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
4541
  msgid "Updating..."
4542
  msgstr "Aktualisierung..."
4543
 
4544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
4545
  msgid "User is Activated"
4546
  msgstr ""
4547
 
4548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
4549
  msgid "User is Deactivated"
4550
  msgstr ""
4551
 
4552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
4553
  #, php-format
4554
  msgid ""
4555
  "%sYou do not have permissions for this page.%s Your account is not active, "
4556
  "please contact administrator.%s"
4557
  msgstr ""
4558
 
4559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
4560
  #, php-format
4561
  msgid "%sYou do not have permissions for this booking resources.%s"
4562
  msgstr ""
4563
 
4564
  # @ wpdev-booking
4565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
4566
  #, fuzzy, php-format
4567
  msgid "%sNo this booking resources.%s"
4568
  msgstr "Reservierungen in der Warteschleife"
4569
 
4570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
4571
  #, fuzzy
4572
  msgid "Show resources of user:"
4573
  msgstr "Ressourcen"
4574
 
4575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4576
  msgid "My"
4577
  msgstr ""
4578
 
4579
  # @ wpdev-booking
4580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
4581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
4582
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4583
  msgid "Booking resource:"
4584
  msgstr "Buchungs Ressource"
4585
 
4586
  # @ wpdev-booking
4587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
4588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
4589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
4590
  msgid "Users"
4591
  msgstr "Benutzer"
4592
 
4593
  # @ wpdev-booking
4594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
4596
  #, fuzzy
4597
  msgid "User"
4598
  msgstr "Benutzer"
4599
 
4600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4601
  msgid "Management of"
4602
  msgstr ""
4603
 
4604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
4605
  msgid "Set user as"
4606
  msgstr ""
4607
 
4608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4609
  #, php-format
4610
  msgid "Active %sSuper Admin%s"
4611
  msgstr ""
4612
 
4613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4614
  #, php-format
4615
  msgid "Active %sRegular User%s"
4616
  msgstr ""
4617
 
4618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4619
  msgid "Inactive User"
4620
  msgstr ""
4621
 
4622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4623
  msgid "Unlimited"
4624
  msgstr ""
4625
 
4626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
4627
  msgid "Activate"
4628
  msgstr ""
4629
 
4630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4636
  msgid "Do you really want"
4637
  msgstr ""
4638
 
4639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4640
  msgid "make user active"
4641
  msgstr ""
4642
 
4643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
4644
  msgid "Deactivate"
4645
  msgstr ""
4646
 
4647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
4648
  msgid "Set as inactive"
4649
  msgstr ""
4650
 
4651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4652
  msgid "make user inactive"
4653
  msgstr ""
4654
 
4655
  # @ wpdev-booking
4656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4657
  #, fuzzy
4658
  msgid "Delete settings"
4659
  msgstr "Löschen"
4660
 
4661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4662
  #, fuzzy
4663
  msgid "delete configuration"
4664
  msgstr "Löschen"
4665
 
4666
  # @ wpdev-booking
4667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4668
  #, fuzzy
4669
  msgid "Delete data"
4670
  msgstr ""
4672
  "Buchungsdaten\"%s"
4673
 
4674
  # @ wpdev-booking
4675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4676
  #, fuzzy
4677
  msgid "delete all booking data"
4678
  msgstr "Lösche Buchhungsdaten"
4679
 
4680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4682
  #, fuzzy
4683
  msgid "Super Admin"
4684
  msgstr "Admin Email"
4685
 
4686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4688
  msgid "set user as"
4689
  msgstr ""
4690
 
4691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4692
  msgid "Regular User"
4693
  msgstr ""
4694
 
4695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4696
  msgid "Regular user"
4697
  msgstr ""
4698
 
4699
  # @ wpdev-booking
4700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4701
  #, fuzzy
4702
  msgid "Suite"
4703
  msgstr "Titel"
5656
  msgstr ""
5657
 
5658
  # @ wpdev-booking
5659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
5660
  #, fuzzy
5661
  msgid "Form / Calendar"
5662
  msgstr "Buchungsformular mit Kalender"
5663
 
5664
  # @ wpdev-booking
5665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5669
  msgid "Insertion of"
5670
  msgstr ""
5671
 
5672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
5673
  #, fuzzy
5674
  msgid "Selection of form"
5675
  msgstr "Formular"
5676
 
5677
  # @ wpdev-booking
5678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
5679
  #, fuzzy
5680
  msgid "Editing of booking"
5681
  msgstr "Buchungen"
5682
 
5683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5684
  #, php-format
5685
  msgid ""
5686
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5687
  "of the specific shortcodes %shere%s"
5688
  msgstr ""
5689
 
5690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5691
  #, php-format
5692
  msgid ""
5693
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5695
  "payment request"
5696
  msgstr ""
5697
 
5698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5699
  #, php-format
5700
  msgid ""
5701
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5703
  msgstr ""
5704
 
5705
  # @ wpdev-booking
5706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5707
  #, fuzzy, php-format
5708
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5709
  msgstr ""
5710
  "Emailvorlagen, welche Shortcodes nutzen %s erden auf diese Seite verlinkt"
5711
 
5712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5714
  #, fuzzy
5715
  msgid "Select shortcode to insert"
5716
  msgstr "Einfügen des Buchungskalenders"
5717
 
5718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
5719
  #, php-format
5720
  msgid ""
5721
  "This shortcode %s is using for showing the search results at specific page, "
5723
  msgstr ""
5724
 
5725
  # @ wpdev-booking
5726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5727
  #, fuzzy
5728
  msgid "Check this box to show search results on other page"
5729
  msgstr ""
5730
  "Auswählen, wenn Du hilfreiche Hinweise im Admin Kontrollzentrum sehen willst."
5731
 
5732
  # @ wpdev-booking
5733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
5734
  #, fuzzy
5735
  msgid "URL of search results:"
5736
  msgstr "Suche"
5737
 
5738
  # @ wpdev-booking
5739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5740
  #, fuzzy
5741
  msgid "Type the URL of search results page."
5742
  msgstr "Adresse der %s\"Vielen Dank\" Seite%s"
5743
 
5744
  # @ wpdev-booking
5745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
5746
  #, fuzzy
5747
  msgid "Title of Search results:"
5748
+ msgstr "Suche"
5749
 
5750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5751
  msgid "Type the title of Search results."
5752
  msgstr ""
5753
 
5754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
5755
  msgid "Nothing Found Message:"
5756
  msgstr ""
5757
 
5758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5759
  msgid "Type the message, when nothing found."
5760
  msgstr ""
5761
 
5762
  # @ wpdev-booking
5763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5764
  #, fuzzy
5765
  msgid "Search only for users:"
5766
  msgstr "Benutzer"
5767
 
5768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5769
  msgid ""
5770
  "Type IDs of the users (separated by comma \",\") for searching availability "
5771
  "only for these users, or leave it blank for searching for all users."
5772
  msgstr ""
5773
 
5774
  # @ wpdev-booking
5775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5776
  #, fuzzy
5777
  msgid "Title:"
5778
  msgstr "Titel"
5779
 
5780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5781
  msgid "Title near your select box."
5782
  msgstr ""
5783
 
5784
  # @ wpdev-booking
5785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5787
  msgid "Visible months:"
5788
  msgstr "Anzeigbare Monate"
5789
 
5790
  # @ wpdev-booking
5791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5792
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5793
  msgid "Select number of month to show for calendar."
5794
  msgstr ""
5795
  "Wähle für die Ansicht des Kalenders, die Anzahl der Monate die angezeigt "
5796
  "werden soll."
5797
 
5798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5799
  msgid ""
5800
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5801
  "select multiple booking resources."
5802
  msgstr ""
5803
 
5804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5805
  #, php-format
5806
  msgid ""
5807
  "This shortcode %s is using for selection of the booking form of specific "
5809
  msgstr ""
5810
 
5811
  # @ wpdev-booking
5812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
5813
  #, fuzzy
5814
  msgid "This booking resources does not exist"
5815
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5816
 
5817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5818
  msgid "Processing..."
5819
  msgstr ""
5820
 
5821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5822
  msgid "Generating columns..."
5823
  msgstr ""
5824
 
5825
  # @ wpdev-booking
5826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
5827
  #, fuzzy
5828
  msgid "Exporting booking data..."
5829
  msgstr "Lösche Buchhungsdaten"
5830
 
5831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5832
  msgid "Generating content of file"
5833
  msgstr ""
5834
 
5835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5836
  msgid "Saving to file"
5837
  msgstr ""
5838
 
5839
  # @ wpdev-booking
5840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
5841
  #, fuzzy
5842
  msgid "Export bookings"
5843
  msgstr "Buchungen"
5844
 
5845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5846
  msgid "Download the CSV file of exported booking data"
5847
  msgstr ""
5848
 
5849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5850
  msgid "Download"
5851
  msgstr ""
5852
 
5853
  # @ wpdev-booking
5854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
5855
  #, fuzzy
5856
  msgid "Done!"
5857
  msgstr "Erledigt"
5858
 
5859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
5860
  #, fuzzy
5861
  msgid "Please Select"
5862
  msgstr "Wähle den Startmonat für den Kalender aus"
5863
 
5864
  # @ wpdev-booking
5865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5866
  msgid "link"
5867
  msgstr ""
5868
 
5869
  # @ wpdev-booking
5870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
5871
  #, fuzzy
5872
  msgid "Print bookings"
5873
  msgstr "Buchungen"
5874
 
5875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5876
  #, fuzzy
5877
  msgid "The booking was canceled by the visitor."
5878
  msgstr "Buchungen"
5879
 
5880
  # @ wpdev-booking
5881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5885
  #, fuzzy
5886
  msgid "Wrong booking hash in URL (probably expired)"
5887
  msgstr "Falsche Bungungs Hash in der URL. Möglicherweise verfallen."
5888
 
5889
  # @ wpdev-booking
5890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5891
  #, fuzzy
5892
  msgid "The booking has been canceled successfully"
5893
  msgstr "Ihre Reservierung wurde abgelehnt"
5894
 
5895
  # @ wpdev-booking
5896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
5897
  #, fuzzy
5898
  msgid "Add New Booking Resource(s)"
5899
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5900
 
5901
  # @ wpdev-booking
5902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
5903
  #, fuzzy
5904
  msgid "New Resource"
5905
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5906
 
5907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
5908
  #, fuzzy
5909
  msgid "Enter title here"
5910
  msgstr "hier"
5911
 
5912
  # @ wpdev-booking
5913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5914
  #, fuzzy
5915
  msgid "Enter name of booking resource"
5916
  msgstr "Buchungs Ressource"
5917
 
5918
  # @ wpdev-booking
5919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
5920
  #, fuzzy
5921
  msgid "Advanced Options"
5922
  msgstr "Aktionen"
5923
 
5924
  # @ wpdev-booking
5925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5926
  #, fuzzy
5927
  msgid "Add new resource(s)"
5928
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
5929
 
5930
  # @ wpdev-booking
5931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5933
  #, fuzzy
5934
  msgid "Resources number per page"
5935
  msgstr "Buchbare Unterkunft"
5936
 
5937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5939
  msgid ""
5940
  "Select number of booking resources (single or parent) per page at Resource "
5941
  "menu page"
5942
  msgstr ""
5943
 
5944
  # @ wpdev-booking
5945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5947
  msgid "Default booking resource"
5948
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5949
 
5950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5951
  msgid "Enter your order number to begin the activation process."
5952
  msgstr ""
5953
 
5954
  # @ wpdev-booking
5955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5956
  #, fuzzy
5957
  msgid "Select your default booking resource."
5958
  msgstr "Standard Ressource die in der Übersicht vorausgewählt sein soll"
5959
 
5960
  # @ wpdev-booking
5961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5962
  #, fuzzy
5963
  msgid "URL to edit bookings"
5964
  msgstr "Buchungen"
5965
 
5966
  # @ wpdev-booking
5967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5968
  #, fuzzy, php-format
5969
  msgid ""
5970
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5974
  "Shortcodes auf dieser Seite benutzen."
5975
 
5976
  # @ wpdev-booking
5977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5978
  #, fuzzy
5979
  msgid "Change hash after the booking is approved"
5980
  msgstr "Ändere Hash nach der Bestätigung der Buchung"
5981
 
5982
  # @ wpdev-booking
5983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5984
  #, fuzzy
5985
  msgid ""
5986
  "Check this box if you want to change the booking hash after approval. When "
5990
  "verhindern, dass mögliche Besucher eine Buchung verändern oder löschen."
5991
 
5992
  # @ wpdev-booking
5993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5994
  #, php-format
5995
  msgid "%s - start new translation section, where %s - locale of translation"
5996
  msgstr ""
5997
 
5998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5999
  #, php-format
6000
  msgid "Example #1: %s - start French translation section"
6001
  msgstr ""
6002
 
6003
  # @ wpdev-booking
6004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
6005
  #, php-format
6006
  msgid "Example #2: \"%s\" - English and French translation of some message"
6007
  msgstr ""
6008
 
6009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
6010
  msgid ""
6011
  "Customization of email template, which is sending to Admin after new booking"
6012
  msgstr ""
6013
 
6014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
6015
  #, fuzzy
6016
  msgid "New for Admin"
6017
  msgstr "Admin Email"
6018
 
6019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
6020
  msgid ""
6021
  "Customization of email template, which is sending to Visitor after new "
6022
  "booking"
6023
  msgstr ""
6024
 
6025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
6026
  #, fuzzy
6027
  msgid "New for Visitor"
6028
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
6029
 
6030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
6031
  msgid ""
6032
  "Customization of email template, which is sending to Visitor after approval "
6033
  "of booking"
6034
  msgstr ""
6035
 
6036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
6037
  msgid ""
6038
  "Customization of email template, which is sending to Visitor after "
6039
  "Cancellation of booking"
6040
  msgstr ""
6041
 
6042
  # @ wpdev-booking
6043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
6044
  #, fuzzy
6045
  msgid "Declined"
6046
  msgstr "Gelöscht"
6047
 
6048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
6049
  msgid ""
6050
  "Customization of email template, which is sending after modification of "
6051
  "booking"
6052
  msgstr ""
6053
 
6054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
6055
  msgid "Modified"
6056
  msgstr ""
6057
 
6058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
6059
  msgid ""
6060
  "Customization of email template, which is sending to Visitor after payment "
6061
  "request"
6062
  msgstr ""
6063
 
6064
  # @ wpdev-booking
6065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
6066
  #, fuzzy
6067
  msgid "Payment request"
6068
  msgstr "Bezahlungen"
6069
 
6070
  # @ wpdev-booking
6071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
6072
  #, fuzzy
6073
  msgid "Standard Form Template"
6074
  msgstr "Formular"
6075
 
6076
  # @ wpdev-booking
6077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
6078
  #, fuzzy
6079
  msgid "2 Columns Form Template"
6080
  msgstr "Buchungsformular mit Kalender"
6081
 
6082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
6083
  msgid "Wizard Form Template(several steps)"
6084
  msgstr ""
6085
 
6086
  # @ wpdev-booking
6087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
6088
  #, fuzzy
6089
  msgid "Payment Form Template"
6090
  msgstr "Formular"
6091
 
6092
  # @ wpdev-booking
6093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
6094
  #, fuzzy
6095
  msgid "Time Slots Form Template"
6096
  msgstr "Formate des Datums"
6097
 
6098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
6099
  msgid "Time slots for different weekends Form Template"
6100
  msgstr ""
6101
 
6102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
6103
  #, fuzzy
6104
  msgid "Hints Form Template"
6105
  msgstr "Anzeigen / verbergen von Hinweisen"
6106
 
6107
  # @ wpdev-booking
6108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
6109
  #, fuzzy
6110
  msgid "Reset current Form"
6111
  msgstr "Aktuelle Version"
6112
 
6113
  # @ wpdev-booking
6114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
6115
  #, fuzzy
6116
  msgid "Reset Booking Form and Content of Booking Fields Form"
6117
  msgstr "Benutzerdefiniert"
6118
 
6119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
6120
  msgid "Both"
6121
  msgstr ""
6122
 
6123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
6124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
6125
  msgid "Please configure the form for content of booking fields data!"
6126
  msgstr ""
6127
 
6128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
6129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
6130
  msgid "Please configure the form fields!"
6131
  msgstr ""
6132
 
6133
  # @ wpdev-booking
6134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
6135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
6136
  #, fuzzy
6137
  msgid "Customization of booking form fields"
6138
  msgstr "Buchungsformular"
6139
 
6140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
6141
  msgid ""
6142
  "Customization of fields, which showing in the Booking Listing page for the "
6143
  "specific booking"
6144
  msgstr ""
6145
 
6146
  # @ wpdev-booking
6147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
6148
  #, fuzzy
6149
  msgid "Content of Booking Fields"
6150
  msgstr "Felder"
6151
 
6152
  # @ wpdev-booking
6153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
6154
  #, fuzzy
6155
  msgid "Default title of bookings"
6156
  msgstr "Titel"
6157
 
6158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
6159
  #, php-format
6160
  msgid ""
6161
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
6164
  msgstr ""
6165
 
6166
  # @ wpdev-booking
6167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
6168
  msgid "Incorrect date format"
6169
  msgstr "Falsches Datums-Format"
6170
 
6171
  # @ wpdev-booking
6172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
6173
  #, fuzzy
6174
  msgid "Booking Resource"
6175
  msgstr "Buchungs Ressource"
6176
 
6177
  # @ wpdev-booking
6178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
6179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
6180
  #, fuzzy
6181
  msgid "All bookings"
6182
  msgstr "Alle Buchungseingänge"
6183
 
6184
  # @ wpdev-booking
6185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
6186
  msgid "All incoming bookings"
6187
  msgstr "Alle Buchungseingänge"
6188
 
6189
  # @ wpdev-booking
6190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
6191
  #, fuzzy
6192
  msgid "New reservations made today"
6193
  msgstr "Reservierungen die erledigt sind"
6194
 
6195
  # @ wpdev-booking
6196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
6197
  #, fuzzy
6198
  msgid "Reservations for today"
6199
  msgstr "Heute"
6200
 
6201
  # @ wpdev-booking
6202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
6203
  msgid "Add new booking resource"
6204
  msgstr "Hinzufügen einer neuen Unterkunft zum buchen"
6205
 
6206
  # @ wpdev-booking
6207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
6208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
6209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
6210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
6211
  msgid "Updated successfully"
6212
  msgstr "Update erfolgreich"
6213
 
6214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
6215
  msgid ""
6216
  "Warning! The resource was not changed. Current dates are already booked "
6217
  "there."
6218
  msgstr ""
6219
 
6220
  # @ wpdev-booking
6221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
6222
  #, fuzzy
6223
  msgid "Email to \"Admin\" after a new booking"
6224
  msgstr ""
6226
  "%sgetätigt worden ist"
6227
 
6228
  # @ wpdev-booking
6229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
6230
  msgid "To"
6231
  msgstr ""
6232
 
6233
  # @ wpdev-booking
6234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
6235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
6236
  #, fuzzy, php-format
6237
  msgid "Type default %sadmin email%s for booking confirmation"
6240
  "Reservierungsbestätigungen zu versenden"
6241
 
6242
  # @ wpdev-booking
6243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
6244
  #, fuzzy, php-format
6245
  msgid ""
6246
  "Type the default %sadmin email%s sending the booking confimation. You can "
6250
  "diese %s Abkürzungen benutzen."
6251
 
6252
  # @ wpdev-booking
6253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
6254
  #, fuzzy, php-format
6255
  msgid "Type your email %ssubject%s for the booking confimation message."
6256
  msgstr ""
6258
  "Shortcode nutzen."
6259
 
6260
  # @ wpdev-booking
6261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
6262
  #, fuzzy, php-format
6263
  msgid "Type your %semail message content for checking booking%s in. "
6264
  msgstr ""
6266
  "diese %s Abkürzungen benutzen"
6267
 
6268
  # @ wpdev-booking
6269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
6270
  #, fuzzy, php-format
6271
  msgid ""
6272
  "For example: \"You have a new reservation %s on the following date(s): %s "
6275
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6276
 
6277
  # @ wpdev-booking
6278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
6279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
6280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
6281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
6283
  msgid "here"
6284
  msgstr "hier"
6285
 
6286
  # @ wpdev-booking
6287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
6288
  #, fuzzy
6289
  msgid "Email to \"Person\" after they make a new reservation"
6290
  msgstr ""
6292
  "%sgetätigt worden ist"
6293
 
6294
  # @ wpdev-booking
6295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
6296
  #, fuzzy, php-format
6297
  msgid "Type email subject for %svisitor after creating a new reservation%s."
6298
  msgstr ""
6300
  "diese %s Abkürzungen benutzen"
6301
 
6302
  # @ wpdev-booking
6303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
6304
  #, fuzzy, php-format
6305
  msgid "Use these %s shortcodes."
6306
  msgstr "Benutze diese Abkürzung für Anpassungen"
6307
 
6308
  # @ wpdev-booking
6309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
6310
  #, fuzzy, php-format
6311
  msgid ""
6312
  "Type your %semail message for visitor after creating a new reservation%s"
6315
  "diese %s Abkürzungen benutzen"
6316
 
6317
  # @ wpdev-booking
6318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
6319
  #, fuzzy, php-format
6320
  msgid ""
6321
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
6324
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6325
 
6326
  # @ wpdev-booking
6327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
6328
  #, fuzzy
6329
  msgid "Email to \"Person\" after booking is approved"
6330
  msgstr ""
6332
  "%sgetätigt worden ist"
6333
 
6334
  # @ wpdev-booking
6335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
6336
  #, fuzzy, php-format
6337
  msgid "Type your email subject for the %sapproved booking%s."
6338
  msgstr ""
6340
  "diese %s Abkürzungen benutzen."
6341
 
6342
  # @ wpdev-booking
6343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
6344
  #, fuzzy, php-format
6345
  msgid "Type your %semail message for the approved booking%s from the website"
6346
  msgstr ""
6348
  "diese %s Abkürzungen benutzen"
6349
 
6350
  # @ wpdev-booking
6351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
6352
  #, fuzzy, php-format
6353
  msgid ""
6354
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6357
  msgstr "Ihre Reservierung %s am: %s wurde abgelehnt. %s Vielen Dank, %s"
6358
 
6359
  # @ wpdev-booking
6360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
6361
  #, fuzzy
6362
  msgid "Email to \"Person\" after their booking has been denied"
6363
  msgstr ""
6365
  "%sgetätigt worden ist"
6366
 
6367
  # @ wpdev-booking
6368
+ #: w