Booking Calendar - Version 8.3.1

Version Description

  • Changes in all versions:
    • Translation Polish translation [100% completed] by R.
    • Fix comment loading "wpbc-migrate.js" script which can make issues in some systems ( depend from jQuery library) (8.3.1.3)
  • Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
    • Fix Add ability to use 24:00 time in the time-slots, for ability to book entire day (00:00 - 24:00), and correct cost calculation. Such fix will prevent of showing warning message about not ability to submit the booking, because time booked or already in the past. (8.3.1.1)
    • Fix issue of correctly checking if the booking approved or not during payment process. (8.3.1.2) (Business Small/Medium/Large, MultiUser)
Download this release

Release Info

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

Code changes from version 8.3 to 8.3.1

core/wpbc-constants.php CHANGED
@@ -26,8 +26,8 @@ if ( ! defined( 'WP_BK_CHECK_OUT_MINUS_DAY_SEARCH' ) ) { define( 'WP_BK_C
26
  ////////////////////////////////////////////////////////////
27
  // SYSTEM CONSTANTS //////////////
28
  ////////////////////////////////////////////////////////////
29
- if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.3' ); }
30
- if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', ! true ); }
31
  if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
32
  if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
33
 
26
  ////////////////////////////////////////////////////////////
27
  // SYSTEM CONSTANTS //////////////
28
  ////////////////////////////////////////////////////////////
29
+ if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.3.1' ); }
30
+ if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', true ); }
31
  if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
32
  if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
33
 
core/wpbc-js.php CHANGED
@@ -212,7 +212,7 @@ function wpbc_js_load_files( $where_to_load ) {
212
  }
213
 
214
  //Add backward compatibility for having jQuery.browser (basically the same as in jquery-migrate
215
- wp_enqueue_script( 'wpbc-migrate', wpbc_plugin_url( '/js/wpbc-migrate.js'), array( 'jquery-core' ), '1.1' ); //FixIn: 8.2.1.29
216
 
217
  // Datepicker
218
  wp_enqueue_script( 'wpbc-datepick', wpbc_plugin_url( '/js/datepick/jquery.datepick.js'), array( 'wpbc-global-vars' ), '1.1');
212
  }
213
 
214
  //Add backward compatibility for having jQuery.browser (basically the same as in jquery-migrate
215
+ // wp_enqueue_script( 'wpbc-migrate', wpbc_plugin_url( '/js/wpbc-migrate.js'), array( 'jquery-core' ), '1.1' ); //FixIn: 8.3.1.3 //FixIn: 8.2.1.29
216
 
217
  // Datepicker
218
  wp_enqueue_script( 'wpbc-datepick', wpbc_plugin_url( '/js/datepick/jquery.datepick.js'), array( 'wpbc-global-vars' ), '1.1');
js/wpbc_times.js CHANGED
@@ -805,7 +805,7 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
805
  ampm = null
806
  }
807
 
808
- if ( hour < 0 || hour > 23 ){
809
  return false; //("<?php _e('Hour must be between 1 and 12. (or 0 and 23 for military time)'); ?>");
810
  }
811
  if ( hour > 12 && ampm != null ){
805
  ampm = null
806
  }
807
 
808
+ if ( hour < 0 || hour > 24 ){ //FixIn: 8.3.1.1
809
  return false; //("<?php _e('Hour must be between 1 and 12. (or 0 and 23 for military time)'); ?>");
810
  }
811
  if ( hour > 12 && ampm != null ){
languages/booking-pl_PL.mo CHANGED
Binary file
languages/booking.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: booking\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2018-06-29 09:51+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
@@ -50,7 +50,7 @@ msgstr ""
50
  msgid "Select your start day of the week"
51
  msgstr ""
52
 
53
- #: core/admin/api-settings.php:109 core/admin/api-settings.php:175
54
  #: core/admin/wpbc-class-timeline.php:82 core/lib/wpbc_all_translations.php:9
55
  #: inc/_bm/admin/page-seasons.php:991 inc/_bs/admin/api-settings-s.php:108
56
  #: inc/_bs/admin/api-settings-s.php:241 inc/_ps/form/class-wpbc-form-help.php:451
@@ -58,7 +58,7 @@ msgstr ""
58
  msgid "Sunday"
59
  msgstr ""
60
 
61
- #: core/admin/api-settings.php:110 core/admin/api-settings.php:178
62
  #: core/admin/wpbc-class-timeline.php:76 core/lib/wpbc_all_translations.php:10
63
  #: inc/_bm/admin/page-seasons.php:992 inc/_bs/admin/api-settings-s.php:109
64
  #: inc/_bs/admin/api-settings-s.php:242 inc/_ps/form/class-wpbc-form-help.php:452
@@ -66,7 +66,7 @@ msgstr ""
66
  msgid "Monday"
67
  msgstr ""
68
 
69
- #: core/admin/api-settings.php:111 core/admin/api-settings.php:181
70
  #: core/admin/wpbc-class-timeline.php:77 core/lib/wpbc_all_translations.php:11
71
  #: inc/_bm/admin/page-seasons.php:993 inc/_bs/admin/api-settings-s.php:110
72
  #: inc/_bs/admin/api-settings-s.php:243 inc/_ps/form/class-wpbc-form-help.php:453
@@ -74,7 +74,7 @@ msgstr ""
74
  msgid "Tuesday"
75
  msgstr ""
76
 
77
- #: core/admin/api-settings.php:112 core/admin/api-settings.php:184
78
  #: core/admin/wpbc-class-timeline.php:78 core/lib/wpbc_all_translations.php:12
79
  #: inc/_bm/admin/page-seasons.php:994 inc/_bs/admin/api-settings-s.php:111
80
  #: inc/_bs/admin/api-settings-s.php:244 inc/_ps/form/class-wpbc-form-help.php:454
@@ -82,7 +82,7 @@ msgstr ""
82
  msgid "Wednesday"
83
  msgstr ""
84
 
85
- #: core/admin/api-settings.php:113 core/admin/api-settings.php:187
86
  #: core/admin/wpbc-class-timeline.php:79 core/lib/wpbc_all_translations.php:13
87
  #: inc/_bm/admin/page-seasons.php:995 inc/_bs/admin/api-settings-s.php:112
88
  #: inc/_bs/admin/api-settings-s.php:245 inc/_ps/form/class-wpbc-form-help.php:455
@@ -90,7 +90,7 @@ msgstr ""
90
  msgid "Thursday"
91
  msgstr ""
92
 
93
- #: core/admin/api-settings.php:114 core/admin/api-settings.php:190
94
  #: core/admin/wpbc-class-timeline.php:80 core/lib/wpbc_all_translations.php:14
95
  #: inc/_bm/admin/page-seasons.php:996 inc/_bs/admin/api-settings-s.php:113
96
  #: inc/_bs/admin/api-settings-s.php:246 inc/_ps/form/class-wpbc-form-help.php:456
@@ -98,7 +98,7 @@ msgstr ""
98
  msgid "Friday"
99
  msgstr ""
100
 
101
- #: core/admin/api-settings.php:115 core/admin/api-settings.php:193
102
  #: core/admin/wpbc-class-timeline.php:81 core/lib/wpbc_all_translations.php:15
103
  #: inc/_bm/admin/page-seasons.php:997 inc/_bs/admin/api-settings-s.php:114
104
  #: inc/_bs/admin/api-settings-s.php:247 inc/_ps/form/class-wpbc-form-help.php:457
@@ -121,27 +121,49 @@ msgstr ""
121
  msgid "Type of days selection in calendar"
122
  msgstr ""
123
 
124
- #: core/admin/api-settings.php:170 core/lib/wpbc_all_translations.php:19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  msgid "Unavailable week days"
126
  msgstr ""
127
 
128
- #: core/admin/api-settings.php:200 core/lib/wpbc_all_translations.php:20
129
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
130
  msgstr ""
131
 
132
- #: core/admin/api-settings.php:218 core/lib/wpbc_all_translations.php:21
133
  msgid "Unavailable days from today"
134
  msgstr ""
135
 
136
- #: core/admin/api-settings.php:219 core/lib/wpbc_all_translations.php:22
137
  msgid "Select number of unavailable days in calendar start from today."
138
  msgstr ""
139
 
140
- #: core/admin/api-settings.php:258 core/lib/wpbc_all_translations.php:23 inc/_ps/lib_p.php:264
141
  msgid "Simple"
142
  msgstr ""
143
 
144
- #: core/admin/api-settings.php:258 core/admin/wpbc-toolbar-tiny.php:239
145
  #: core/admin/wpbc-toolbar-tiny.php:695 core/admin/wpbc-toolbar-tiny.php:1196
146
  #: core/admin/wpbc-toolbar-tiny.php:1612 core/lib/wpbc_all_translations.php:24
147
  #: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:392
@@ -149,145 +171,133 @@ msgstr ""
149
  msgid "Booking Form"
150
  msgstr ""
151
 
152
- #: core/admin/api-settings.php:259 core/lib/wpbc_all_translations.php:25 inc/_ps/lib_p.php:260
153
  msgid ""
154
  "Check the box, if you want to use simple booking form customization from Free plugin version at "
155
  "Settings - Form page."
156
  msgstr ""
157
 
158
- #: core/admin/api-settings.php:266 core/lib/wpbc_all_translations.php:26
159
  #: inc/_ps/form/class-wpbc-form-help.php:194
160
  msgid "CAPTCHA"
161
  msgstr ""
162
 
163
- #: core/admin/api-settings.php:267 core/lib/wpbc_all_translations.php:27
164
  msgid "Check the box to activate CAPTCHA inside the booking form."
165
  msgstr ""
166
 
167
- #: core/admin/api-settings.php:274 core/lib/wpbc_all_translations.php:28
168
  msgid "Auto-fill fields"
169
  msgstr ""
170
 
171
- #: core/admin/api-settings.php:275 core/lib/wpbc_all_translations.php:29
172
  msgid "Check the box to activate auto-fill form fields for logged in users."
173
  msgstr ""
174
 
175
- #: core/admin/api-settings.php:282 core/lib/wpbc_all_translations.php:30
176
  msgid "Use CSS BootStrap"
177
  msgstr ""
178
 
179
- #: core/admin/api-settings.php:283 core/lib/wpbc_all_translations.php:31
180
  msgid "Using BootStrap CSS for the form fields"
181
  msgstr ""
182
 
183
- #: core/admin/api-settings.php:284 core/admin/api-settings.php:444 core/admin/api-settings.php:479
184
- #: core/admin/api-settings.php:775 core/admin/page-ics-export.php:467
185
- #: core/admin/wpbc-class-timeline.php:2311 core/lib/wpbc_all_translations.php:32
186
- #: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
187
- #: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:177
188
- msgid "Note"
189
- msgstr ""
190
-
191
- #: core/admin/api-settings.php:284 core/lib/wpbc_all_translations.php:33
192
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
193
  msgstr ""
194
 
195
- #: core/admin/api-settings.php:294 core/lib/wpbc_all_translations.php:34
196
  msgid "Show legend below calendar"
197
  msgstr ""
198
 
199
- #: core/admin/api-settings.php:295 core/lib/wpbc_all_translations.php:35
200
  msgid "Check this box to display a legend of dates below the booking calendar."
201
  msgstr ""
202
 
203
- #: core/admin/api-settings.php:307 core/lib/wpbc_all_translations.php:36
204
  msgid "Available item"
205
  msgstr ""
206
 
207
- #: core/admin/api-settings.php:321 core/lib/wpbc_all_translations.php:37
208
- #: core/wpbc-activation.php:1013
209
  msgid "Available"
210
  msgstr ""
211
 
212
- #: core/admin/api-settings.php:330 core/lib/wpbc_all_translations.php:38
213
  #, php-format
214
  msgid "Activate and type your %stitle of available%s item in legend"
215
  msgstr ""
216
 
217
- #: core/admin/api-settings.php:344 core/lib/wpbc_all_translations.php:39
218
  msgid "Pending item"
219
  msgstr ""
220
 
221
- #: core/admin/api-settings.php:358 core/admin/page-email-deny.php:558
222
- #: core/admin/wpbc-class-listing.php:327 core/admin/wpbc-class-listing.php:420
223
  #: core/admin/wpbc-toolbars.php:541 core/admin/wpbc-toolbars.php:956
224
- #: core/lib/wpbc_all_translations.php:40 core/wpbc-activation.php:1017 inc/_bs/lib_s.php:322
225
  #: inc/_ps/personal.php:336 inc/_ps/wpbc-print.php:119
226
  msgid "Pending"
227
  msgstr ""
228
 
229
- #: core/admin/api-settings.php:367 core/lib/wpbc_all_translations.php:41
230
  #, php-format
231
  msgid "Activate and type your %stitle of pending%s item in legend"
232
  msgstr ""
233
 
234
- #: core/admin/api-settings.php:381 core/lib/wpbc_all_translations.php:42
235
  msgid "Approved item"
236
  msgstr ""
237
 
238
- #: core/admin/api-settings.php:395 core/lib/wpbc_all_translations.php:43
239
- #: core/wpbc-activation.php:1021
240
  msgid "Booked"
241
  msgstr ""
242
 
243
- #: core/admin/api-settings.php:404 core/lib/wpbc_all_translations.php:44
244
  #, php-format
245
  msgid "Activate and type your %stitle of approved%s item in legend"
246
  msgstr ""
247
 
248
- #: core/admin/api-settings.php:419 core/lib/wpbc_all_translations.php:45
249
  msgid "Partially booked item"
250
  msgstr ""
251
 
252
- #: core/admin/api-settings.php:433 core/lib/wpbc_all_translations.php:46
253
- #: core/wpbc-activation.php:1027
254
  msgid "Partially booked"
255
  msgstr ""
256
 
257
- #: core/admin/api-settings.php:442 core/lib/wpbc_all_translations.php:47
258
  #, php-format
259
  msgid "Activate and type your %stitle of partially booked%s item in legend"
260
  msgstr ""
261
 
262
- #: core/admin/api-settings.php:445 core/lib/wpbc_all_translations.php:48
263
- msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
264
- msgstr ""
265
-
266
- #: core/admin/api-settings.php:467 core/lib/wpbc_all_translations.php:49
267
  msgid "Show date number in legend"
268
  msgstr ""
269
 
270
- #: core/admin/api-settings.php:468 core/lib/wpbc_all_translations.php:50
271
  msgid "Check this box to display today date number in legend cells. "
272
  msgstr ""
273
 
274
- #: core/admin/api-settings.php:476 core/lib/wpbc_all_translations.php:51
275
  msgid "Show \"Thank You\" message"
276
  msgstr ""
277
 
278
- #: core/admin/api-settings.php:477 core/lib/wpbc_all_translations.php:52
279
  msgid "Redirect visitor to a new \"Thank You\" page"
280
  msgstr ""
281
 
282
- #: core/admin/api-settings.php:479 core/lib/wpbc_all_translations.php:53
283
  msgid "This action will have no effect, if the payment form(s) is active!"
284
  msgstr ""
285
 
286
- #: core/admin/api-settings.php:484 core/lib/wpbc_all_translations.php:54
287
  msgid "Action after booking is done"
288
  msgstr ""
289
 
290
- #: core/admin/api-settings.php:493 core/lib/wpbc_all_translations.php:55
291
  #: core/wpbc-activation.php:867
292
  #, php-format
293
  msgid ""
@@ -295,120 +305,120 @@ msgid ""
295
  "possible."
296
  msgstr ""
297
 
298
- #: core/admin/api-settings.php:494 core/lib/wpbc_all_translations.php:56
299
  msgid "Message title"
300
  msgstr ""
301
 
302
- #: core/admin/api-settings.php:495 core/lib/wpbc_all_translations.php:57
303
  #, php-format
304
  msgid "Type title of message %safter booking has done by user%s"
305
  msgstr ""
306
 
307
- #: core/admin/api-settings.php:506 core/lib/wpbc_all_translations.php:58
308
  msgid "Time of message showing"
309
  msgstr ""
310
 
311
- #: core/admin/api-settings.php:507 core/lib/wpbc_all_translations.php:59
312
  msgid "Set duration of time (milliseconds) to show this message"
313
  msgstr ""
314
 
315
- #: core/admin/api-settings.php:534 core/lib/wpbc_all_translations.php:60
316
  msgid "URL of \"thank you\" page"
317
  msgstr ""
318
 
319
- #: core/admin/api-settings.php:550 core/lib/wpbc_all_translations.php:61
320
  #, php-format
321
  msgid "Type URL of %s\"Thank You\" page%s"
322
  msgstr ""
323
 
324
- #: core/admin/api-settings.php:562 core/lib/wpbc_all_translations.php:62 core/wpbc.php:137
325
  #: core/wpbc.php:138
326
  msgid "Bookings Listing"
327
  msgstr ""
328
 
329
- #: core/admin/api-settings.php:563 core/admin/page-timeline.php:45 core/admin/page-timeline.php:46
330
  #: core/admin/page-timeline.php:47 core/admin/wpbc-toolbars.php:474
331
- #: core/lib/wpbc_all_translations.php:63 core/wpbc-functions.php:1828
332
  msgid "Calendar Overview"
333
  msgstr ""
334
 
335
- #: core/admin/api-settings.php:568 core/lib/wpbc_all_translations.php:64
336
  msgid "Default booking admin page"
337
  msgstr ""
338
 
339
- #: core/admin/api-settings.php:569 core/lib/wpbc_all_translations.php:65
340
  msgid "Select your default view mode of bookings at the booking listing page"
341
  msgstr ""
342
 
343
- #: core/admin/api-settings.php:583 core/admin/wpbc-toolbar-tiny.php:390
344
  #: core/admin/wpbc-toolbars.php:1191 core/lib/wpbc_all_translations.php:66
345
  #: inc/_bl/admin/page-coupons.php:526
346
  msgid "Day"
347
  msgstr ""
348
 
349
- #: core/admin/api-settings.php:584 core/admin/wpbc-toolbar-tiny.php:391
350
  #: core/admin/wpbc-toolbars.php:1205 core/lib/wpbc_all_translations.php:67
351
  msgid "Week"
352
  msgstr ""
353
 
354
- #: core/admin/api-settings.php:585 core/admin/api-settings.php:592
355
  #: core/admin/wpbc-toolbar-tiny.php:393 core/admin/wpbc-toolbars.php:1140
356
  #: core/admin/wpbc-toolbars.php:1219 core/lib/wpbc_all_translations.php:68
357
  #: inc/_bl/admin/page-coupons.php:525
358
  msgid "Month"
359
  msgstr ""
360
 
361
- #: core/admin/api-settings.php:586 core/admin/wpbc-toolbar-tiny.php:395
362
  #: core/admin/wpbc-toolbars.php:1233 core/lib/wpbc_all_translations.php:69
363
  msgid "2 Months"
364
  msgstr ""
365
 
366
- #: core/admin/api-settings.php:587 core/admin/api-settings.php:593
367
  #: core/admin/wpbc-toolbar-tiny.php:397 core/admin/wpbc-toolbars.php:1154
368
  #: core/lib/wpbc_all_translations.php:70
369
  msgid "3 Months"
370
  msgstr ""
371
 
372
- #: core/admin/api-settings.php:588 core/admin/api-settings.php:594
373
  #: core/admin/wpbc-toolbar-tiny.php:398 core/admin/wpbc-toolbars.php:571
374
  #: core/admin/wpbc-toolbars.php:805 core/admin/wpbc-toolbars.php:1168
375
  #: core/lib/wpbc_all_translations.php:71 inc/_bl/admin/page-coupons.php:524
376
  msgid "Year"
377
  msgstr ""
378
 
379
- #: core/admin/api-settings.php:599 core/lib/wpbc_all_translations.php:72
380
  msgid "Default calendar view mode"
381
  msgstr ""
382
 
383
- #: core/admin/api-settings.php:600 core/lib/wpbc_all_translations.php:73
384
  msgid "Select your default calendar view mode at booking calendar overview page"
385
  msgstr ""
386
 
387
- #: core/admin/api-settings.php:610 core/lib/wpbc_all_translations.php:74
388
  msgid "Filter tab"
389
  msgstr ""
390
 
391
- #: core/admin/api-settings.php:611 core/lib/wpbc_all_translations.php:75
392
  msgid "Actions tab"
393
  msgstr ""
394
 
395
- #: core/admin/api-settings.php:616 core/lib/wpbc_all_translations.php:76
396
  msgid "Default toolbar tab"
397
  msgstr ""
398
 
399
- #: core/admin/api-settings.php:617 core/lib/wpbc_all_translations.php:77
400
  msgid "Select your default opened tab in toolbar at booking listing page"
401
  msgstr ""
402
 
403
- #: core/admin/api-settings.php:629 core/lib/wpbc_all_translations.php:78
404
  msgid "Bookings number per page"
405
  msgstr ""
406
 
407
- #: core/admin/api-settings.php:630 core/lib/wpbc_all_translations.php:79
408
  msgid "Select number of bookings per page in booking listing"
409
  msgstr ""
410
 
411
- #: core/admin/api-settings.php:637 core/admin/api-settings.php:638
412
  #: core/admin/wpbc-class-listing.php:122 core/admin/wpbc-toolbars.php:727
413
  #: core/admin/wpbc-toolbars.php:730 core/lib/wpbc_all_translations.php:80
414
  #: core/sync/wpbc-gcal-class.php:605 core/sync/wpbc-gcal-class.php:626
@@ -423,17 +433,17 @@ msgstr ""
423
  msgid "ID"
424
  msgstr ""
425
 
426
- #: core/admin/api-settings.php:637 core/admin/api-settings.php:639 core/admin/api-settings.php:643
427
- #: core/admin/api-settings.php:647 core/lib/wpbc_all_translations.php:81
428
  msgid "ASC"
429
  msgstr ""
430
 
431
- #: core/admin/api-settings.php:638 core/admin/api-settings.php:640 core/admin/api-settings.php:644
432
- #: core/admin/api-settings.php:648 core/lib/wpbc_all_translations.php:82
433
  msgid "DESC"
434
  msgstr ""
435
 
436
- #: core/admin/api-settings.php:639 core/admin/api-settings.php:640
437
  #: core/admin/wpbc-class-timeline.php:69 core/admin/wpbc-toolbars.php:580
438
  #: core/admin/wpbc-toolbars.php:642 core/admin/wpbc-toolbars.php:728
439
  #: core/admin/wpbc-toolbars.php:731 core/admin/wpbc-toolbars.php:847
@@ -444,7 +454,7 @@ msgstr ""
444
  msgid "Dates"
445
  msgstr ""
446
 
447
- #: core/admin/api-settings.php:643 core/admin/api-settings.php:644
448
  #: core/lib/wpbc_all_translations.php:84 inc/_bl/admin/page-search.php:789
449
  #: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
450
  #: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186
@@ -452,70 +462,70 @@ msgstr ""
452
  msgid "Resource"
453
  msgstr ""
454
 
455
- #: core/admin/api-settings.php:647 core/admin/api-settings.php:648
456
  #: core/admin/wpbc-toolbar-tiny.php:1800 core/lib/wpbc_all_translations.php:85
457
  #: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:139 inc/_bs/lib_s.php:182
458
  #: inc/_bs/lib_s.php:187 inc/_ps/wpbc-print.php:86
459
  msgid "Cost"
460
  msgstr ""
461
 
462
- #: core/admin/api-settings.php:653 core/lib/wpbc_all_translations.php:86
463
  msgid "Bookings default order"
464
  msgstr ""
465
 
466
- #: core/admin/api-settings.php:654 core/lib/wpbc_all_translations.php:87
467
  msgid "Select your default order of bookings in the booking listing"
468
  msgstr ""
469
 
470
- #: core/admin/api-settings.php:671 core/lib/wpbc_all_translations.php:88
471
  msgid "Date Format"
472
  msgstr ""
473
 
474
- #: core/admin/api-settings.php:676 core/lib/wpbc_all_translations.php:89
475
  msgid "F j, Y"
476
  msgstr ""
477
 
478
- #: core/admin/api-settings.php:679 core/admin/wpbc-toolbars.php:1431
479
  #: core/lib/wpbc_all_translations.php:90 inc/_bm/admin/api-settings-m.php:197
480
  #: inc/_bs/admin/api-settings-s.php:426 inc/_bs/lib_s.php:54
481
  msgid "Custom"
482
  msgstr ""
483
 
484
- #: core/admin/api-settings.php:705 core/lib/wpbc_all_translations.php:91
485
  #, php-format
486
  msgid ""
487
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
488
  msgstr ""
489
 
490
- #: core/admin/api-settings.php:718 core/lib/wpbc_all_translations.php:92
491
  msgid "Short days view"
492
  msgstr ""
493
 
494
- #: core/admin/api-settings.php:719 core/lib/wpbc_all_translations.php:93
495
  msgid "Wide days view"
496
  msgstr ""
497
 
498
- #: core/admin/api-settings.php:724 core/lib/wpbc_all_translations.php:94
499
  msgid "Dates view"
500
  msgstr ""
501
 
502
- #: core/admin/api-settings.php:725 core/lib/wpbc_all_translations.php:95
503
  msgid "Select the default view for dates on the booking tables"
504
  msgstr ""
505
 
506
- #: core/admin/api-settings.php:741 core/lib/wpbc_all_translations.php:96
507
  msgid "Show / hide hints"
508
  msgstr ""
509
 
510
- #: core/admin/api-settings.php:742 core/lib/wpbc_all_translations.php:97
511
  msgid "Check this box if you want to show help hints on the admin panel."
512
  msgstr ""
513
 
514
- #: core/admin/api-settings.php:762 core/lib/wpbc_all_translations.php:98
515
  msgid "Allow unlimited bookings per same day(s)"
516
  msgstr ""
517
 
518
- #: core/admin/api-settings.php:763 core/lib/wpbc_all_translations.php:99
519
  #, php-format
520
  msgid ""
521
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
@@ -523,137 +533,137 @@ msgid ""
523
  "date(s)%s of other visitors."
524
  msgstr ""
525
 
526
- #: core/admin/api-settings.php:773 core/lib/wpbc_all_translations.php:100
527
  msgid "Checking to prevent double booking, during submitting booking"
528
  msgstr ""
529
 
530
- #: core/admin/api-settings.php:774 core/lib/wpbc_all_translations.php:101
531
  #, php-format
532
  msgid ""
533
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
534
  "booking%s."
535
  msgstr ""
536
 
537
- #: core/admin/api-settings.php:776 core/lib/wpbc_all_translations.php:102
538
  msgid ""
539
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
540
  "visitors try to book the same date(s) in same calendar during the same time."
541
  msgstr ""
542
 
543
- #: core/admin/api-settings.php:777 core/lib/wpbc_all_translations.php:103
544
  msgid "This feature does not work for booking resources with capacity higher than one."
545
  msgstr ""
546
 
547
- #: core/admin/api-settings.php:794 core/lib/wpbc_all_translations.php:104
548
  msgid "Show advanced settings of JavaScript loading"
549
  msgstr ""
550
 
551
- #: core/admin/api-settings.php:795 core/lib/wpbc_all_translations.php:105
552
  msgid "Hide advanced settings of JavaScript loading"
553
  msgstr ""
554
 
555
- #: core/admin/api-settings.php:803 core/lib/wpbc_all_translations.php:106
556
  msgid "Disable Bootstrap loading on Front-End"
557
  msgstr ""
558
 
559
- #: core/admin/api-settings.php:804 core/admin/api-settings.php:813
560
  #: core/lib/wpbc_all_translations.php:107
561
  msgid ""
562
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
563
  "of this script by this plugin."
564
  msgstr ""
565
 
566
- #: core/admin/api-settings.php:812 core/lib/wpbc_all_translations.php:108
567
  msgid "Disable Bootstrap loading on Back-End"
568
  msgstr ""
569
 
570
- #: core/admin/api-settings.php:822 core/lib/wpbc_all_translations.php:109
571
  msgid "Load JS and CSS files only on specific pages"
572
  msgstr ""
573
 
574
- #: core/admin/api-settings.php:823 core/lib/wpbc_all_translations.php:110
575
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
576
  msgstr ""
577
 
578
- #: core/admin/api-settings.php:833 core/lib/wpbc_all_translations.php:111
579
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
580
  msgstr ""
581
 
582
- #: core/admin/api-settings.php:834 core/lib/wpbc_all_translations.php:112
583
  #, php-format
584
  msgid ""
585
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
586
  "availability calendars). Please enter one URL per line. Example: %s"
587
  msgstr ""
588
 
589
- #: core/admin/api-settings.php:848 core/lib/wpbc_all_translations.php:113
590
  msgid "Show system debugging log for beta features"
591
  msgstr ""
592
 
593
- #: core/admin/api-settings.php:849 core/lib/wpbc_all_translations.php:114
594
  msgid "Activate this option only for testing beta features"
595
  msgstr ""
596
 
597
- #: core/admin/api-settings.php:865 core/lib/wpbc_all_translations.php:115
598
  msgid "Show settings of powered by notice"
599
  msgstr ""
600
 
601
- #: core/admin/api-settings.php:866 core/lib/wpbc_all_translations.php:116
602
  msgid "Hide settings of powered by notice"
603
  msgstr ""
604
 
605
- #: core/admin/api-settings.php:873 core/lib/wpbc_all_translations.php:117
606
  msgid "Powered by notice"
607
  msgstr ""
608
 
609
- #: core/admin/api-settings.php:874 core/lib/wpbc_all_translations.php:118
610
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
611
  msgstr ""
612
 
613
- #: core/admin/api-settings.php:882 core/lib/wpbc_all_translations.php:119
614
  msgid "Help and info notices"
615
  msgstr ""
616
 
617
- #: core/admin/api-settings.php:883 core/lib/wpbc_all_translations.php:120
618
  msgid " Turn On/Off version notice and help info links at booking admin panel."
619
  msgstr ""
620
 
621
- #: core/admin/api-settings.php:911 core/lib/wpbc_all_translations.php:121
622
  msgid "Plugin menu position"
623
  msgstr ""
624
 
625
- #: core/admin/api-settings.php:914 core/lib/wpbc_all_translations.php:122
626
  msgid "Top"
627
  msgstr ""
628
 
629
- #: core/admin/api-settings.php:915 core/lib/wpbc_all_translations.php:123
630
  msgid "Middle"
631
  msgstr ""
632
 
633
- #: core/admin/api-settings.php:916 core/lib/wpbc_all_translations.php:124
634
  msgid "Bottom"
635
  msgstr ""
636
 
637
- #: core/admin/api-settings.php:927 core/lib/wpbc_all_translations.php:125
638
  msgid "User permissions for plugin menu pages"
639
  msgstr ""
640
 
641
- #: core/admin/api-settings.php:942 core/admin/wpbc-class-timeline.php:70
642
  #: core/admin/wpbc-toolbars.php:548 core/admin/wpbc-toolbars.php:763
643
  #: core/lib/wpbc_all_translations.php:126 core/wpbc.php:136
644
  msgid "Bookings"
645
  msgstr ""
646
 
647
- #: core/admin/api-settings.php:951 core/admin/page-new.php:33 core/admin/page-new.php:34
648
  #: core/admin/page-new.php:35 core/admin/wpbc-toolbars.php:1794
649
- #: core/lib/wpbc_all_translations.php:127 core/wpbc-functions.php:1858 core/wpbc.php:165
650
  #: core/wpbc.php:166 core/wpbc.php:167
651
  msgid "Add booking"
652
  msgstr ""
653
 
654
- #: core/admin/api-settings.php:961 core/admin/page-import-gcal.php:491
655
  #: core/admin/wpbc-class-timeline.php:68 core/lib/wpbc_all_translations.php:128
656
- #: core/wpbc-functions.php:1868 core/wpbc.php:176 core/wpbc.php:178
657
  #: inc/_bl/admin/page-coupons.php:540 inc/_bl/admin/page-coupons.php:1355
658
  #: inc/_bm/admin/page-availability.php:875 inc/_bm/admin/page-cost-rate.php:105
659
  #: inc/_bm/admin/page-cost-valuation.php:133 inc/_mu/admin/page-users.php:446
@@ -662,45 +672,45 @@ msgstr ""
662
  msgid "Resources"
663
  msgstr ""
664
 
665
- #: core/admin/api-settings.php:970 core/lib/wpbc_all_translations.php:129
666
- #: core/wpbc-functions.php:1923 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:396
667
  #: inc/_bl/admin/page-coupons.php:47 inc/_bm/admin/page-seasons.php:47
668
  msgid "Settings"
669
  msgstr ""
670
 
671
- #: core/admin/api-settings.php:971 core/lib/wpbc_all_translations.php:130
672
  msgid "Select user access level for the menu pages of plugin"
673
  msgstr ""
674
 
675
- #: core/admin/api-settings.php:982 core/lib/wpbc_all_translations.php:131 core/wpbc.php:204
676
  msgid "Premium"
677
  msgstr ""
678
 
679
- #: core/admin/api-settings.php:983 core/lib/wpbc_all_translations.php:132
680
  msgid "Show / hide menu"
681
  msgstr ""
682
 
683
- #: core/admin/api-settings.php:986 core/admin/wpbc-toolbar-tiny.php:588
684
  #: core/admin/wpbc-toolbar-tiny.php:1807 core/admin/wpbc-toolbars.php:782
685
  #: core/lib/wpbc_all_translations.php:133 core/lib/wpdev-booking-widget.php:104
686
  msgid "Show"
687
  msgstr ""
688
 
689
- #: core/admin/api-settings.php:987 core/class/wpbc-class-notices.php:104
690
  #: core/lib/wpbc_all_translations.php:134 core/sync/wpbc-gcal-class.php:669
691
- #: core/wpbc-functions.php:2327
692
  msgid "Hide"
693
  msgstr ""
694
 
695
- #: core/admin/api-settings.php:1004 core/lib/wpbc_all_translations.php:135
696
  msgid "Delete booking data, when plugin deactivated"
697
  msgstr ""
698
 
699
- #: core/admin/api-settings.php:1005 core/lib/wpbc_all_translations.php:136
700
  msgid "Check this box to delete all booking data when you uninstal this plugin."
701
  msgstr ""
702
 
703
- #: core/admin/api-settings.php:1031 core/admin/page-form-free.php:968
704
  #: core/lib/wpbc_all_translations.php:137 core/sync/wpbc-gcal-class.php:439
705
  #: core/sync/wpbc-gcal-class.php:607 core/sync/wpbc-gcal-class.php:633
706
  #: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
@@ -709,14 +719,14 @@ msgstr ""
709
  msgid "Info"
710
  msgstr ""
711
 
712
- #: core/admin/api-settings.php:1057 core/admin/page-settings.php:282
713
  #: core/lib/wpbc_all_translations.php:138
714
  msgid "Restore all dismissed windows"
715
  msgstr ""
716
 
717
- #: core/admin/api-settings.php:1181 core/admin/api-settings.php:1198
718
- #: core/admin/api-settings.php:1229 core/admin/api-settings.php:1242
719
- #: core/admin/api-settings.php:1275 core/lib/wpbc_all_translations.php:139
720
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
721
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/page-gateways.php:889
722
  #: inc/gateways/paypal/wpbc-gw-paypal.php:640 inc/gateways/sage/wpbc-gw-sage.php:591
@@ -724,24 +734,24 @@ msgstr ""
724
  msgid "Warning"
725
  msgstr ""
726
 
727
- #: core/admin/api-settings.php:1182 core/lib/wpbc_all_translations.php:140
728
  msgid ""
729
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
730
  "the same date. Do you really want to do this?"
731
  msgstr ""
732
 
733
- #: core/admin/api-settings.php:1199 core/lib/wpbc_all_translations.php:141
734
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
735
  msgstr ""
736
 
737
- #: core/admin/api-settings.php:1230 core/admin/api-settings.php:1243
738
  #: core/lib/wpbc_all_translations.php:142
739
  msgid ""
740
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
741
  "really want to do this?"
742
  msgstr ""
743
 
744
- #: core/admin/api-settings.php:1276 core/lib/wpbc_all_translations.php:143
745
  msgid ""
746
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
747
  "you really want to do this?"
@@ -749,7 +759,7 @@ msgstr ""
749
 
750
  #: core/admin/page-bookings.php:45 core/admin/page-bookings.php:46 core/admin/page-bookings.php:47
751
  #: core/admin/wpbc-toolbars.php:459 core/lib/wpbc_all_translations.php:144
752
- #: core/wpbc-functions.php:1836
753
  msgid "Booking Listing"
754
  msgstr ""
755
 
@@ -900,7 +910,7 @@ msgid "Email Address will be used in the FROM field of response to Visitor."
900
  msgstr ""
901
 
902
  #: core/admin/page-email-approved.php:310 core/lib/wpbc_all_translations.php:157
903
- #: core/wpbc-activation.php:981
904
  msgid "Your booking has been approved"
905
  msgstr ""
906
 
@@ -922,7 +932,7 @@ msgid "Type your email %ssubject%s for the booking confimation message."
922
  msgstr ""
923
 
924
  #: core/admin/page-email-approved.php:325 core/lib/wpbc_all_translations.php:160
925
- #: core/wpbc-activation.php:983
926
  #, php-format
927
  msgid ""
928
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
@@ -930,7 +940,7 @@ msgid ""
930
  msgstr ""
931
 
932
  #: core/admin/page-email-approved.php:327 core/lib/wpbc_all_translations.php:161
933
- #: core/wpbc-activation.php:985
934
  #, php-format
935
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
936
  msgstr ""
@@ -1136,7 +1146,7 @@ msgstr ""
1136
  #: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
1137
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
1138
  #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:455
1139
- #: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:604
1140
  #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1095
1141
  msgid "HTML"
1142
  msgstr ""
@@ -1168,7 +1178,7 @@ msgstr ""
1168
  msgid "here"
1169
  msgstr ""
1170
 
1171
- #: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:328
1172
  #: core/admin/wpbc-toolbars.php:542 core/lib/wpbc_all_translations.php:189 inc/_ps/personal.php:335
1173
  #: inc/_ps/wpbc-print.php:118
1174
  msgid "Approved"
@@ -1250,7 +1260,7 @@ msgstr ""
1250
  #: inc/_bs/admin/page-email-payment.php:730 inc/_bs/admin/page-email-payment.php:766
1251
  #: inc/_mu/admin/page-users.php:168 inc/_ps/admin/page-email-edit.php:726
1252
  #: inc/_ps/admin/page-email-edit.php:762 inc/_ps/admin/page-resources.php:193
1253
- #: inc/_ps/admin/page-settings-form.php:116 inc/_ps/admin/page-settings-form.php:178
1254
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:863
1255
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:488
1256
  #: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:783
@@ -1278,7 +1288,7 @@ msgstr ""
1278
  #: core/lib/wpbc_all_translations.php:199 inc/_bl/admin/page-search.php:399
1279
  #: inc/_bl/admin/page-search.php:427 inc/_bm/admin/page-cost-advanced.php:155
1280
  #: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
1281
- #: inc/_ps/admin/page-settings-form.php:172
1282
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:451 inc/gateways/page-gateways.php:647
1283
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1059
1284
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1076
@@ -1337,13 +1347,13 @@ msgstr ""
1337
 
1338
  #: core/admin/page-email-deleted.php:311 core/admin/page-email-deny.php:311
1339
  #: core/admin/page-email-trash.php:316 core/lib/wpbc_all_translations.php:205
1340
- #: core/wpbc-activation.php:992
1341
  msgid "Your booking has been declined"
1342
  msgstr ""
1343
 
1344
  #: core/admin/page-email-deleted.php:325 core/admin/page-email-deny.php:325
1345
  #: core/admin/page-email-trash.php:330 core/lib/wpbc_all_translations.php:206
1346
- #: core/wpbc-activation.php:993
1347
  #, php-format
1348
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1349
  msgstr ""
@@ -1376,13 +1386,13 @@ msgid "Email is sent to Visitor after booking set as Pending."
1376
  msgstr ""
1377
 
1378
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1379
- #: core/admin/wpbc-class-listing.php:300 core/lib/wpbc_all_translations.php:212
1380
- #: core/wpbc-activation.php:963 core/wpbc-activation.php:970
1381
  msgid "New booking"
1382
  msgstr ""
1383
 
1384
  #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:213
1385
- #: core/wpbc-activation.php:964
1386
  #, php-format
1387
  msgid ""
1388
  "You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
@@ -1390,7 +1400,7 @@ msgid ""
1390
  msgstr ""
1391
 
1392
  #: core/admin/page-email-new-admin.php:505 core/lib/wpbc_all_translations.php:214
1393
- #: core/wpbc-functions.php:1940
1394
  msgid "Emails"
1395
  msgstr ""
1396
 
@@ -1412,7 +1422,7 @@ msgid "Email is sending to Admin after creation of booking."
1412
  msgstr ""
1413
 
1414
  #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:219
1415
- #: core/wpbc-activation.php:972
1416
  #, php-format
1417
  msgid ""
1418
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
@@ -1420,7 +1430,7 @@ msgid ""
1420
  msgstr ""
1421
 
1422
  #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:220
1423
- #: core/wpbc-activation.php:974
1424
  #, php-format
1425
  msgid ""
1426
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
@@ -1439,7 +1449,7 @@ msgstr ""
1439
  msgid "Email is sending to Visitor after creation of booking."
1440
  msgstr ""
1441
 
1442
- #: core/admin/page-email-trash.php:563 core/admin/wpbc-class-listing.php:330
1443
  #: core/admin/wpbc-class-timeline.php:2296 core/admin/wpbc-toolbars.php:986
1444
  #: core/lib/wpbc_all_translations.php:224
1445
  msgid "Trash"
@@ -1451,7 +1461,7 @@ msgstr ""
1451
 
1452
  #: core/admin/page-form-free.php:61 core/admin/page-settings.php:98
1453
  #: core/admin/page-settings.php:212 core/lib/wpbc_all_translations.php:226
1454
- #: core/wpbc-functions.php:1932 inc/_ps/admin/page-settings-form.php:39
1455
  msgid "Form"
1456
  msgstr ""
1457
 
@@ -1491,7 +1501,7 @@ msgid "Reset to default form"
1491
  msgstr ""
1492
 
1493
  #: core/admin/page-form-free.php:838 core/admin/page-form-free.php:1448
1494
- #: core/admin/wpbc-class-listing.php:390 core/admin/wpbc-class-listing.php:396
1495
  #: core/admin/wpbc-toolbars.php:989 core/admin/wpbc-toolbars.php:1006
1496
  #: core/lib/wpbc_all_translations.php:234 inc/_bl/admin/page-coupons.php:236
1497
  #: inc/_bl/admin/page-coupons.php:808 inc/_bm/admin/page-availability.php:274
@@ -1507,7 +1517,7 @@ msgid "Add New Field"
1507
  msgstr ""
1508
 
1509
  #: core/admin/page-form-free.php:883 core/admin/page-form-free.php:918
1510
- #: core/lib/wpbc_all_translations.php:236 inc/_ps/admin/page-settings-form.php:303
1511
  msgid "Select"
1512
  msgstr ""
1513
 
@@ -1542,53 +1552,53 @@ msgstr ""
1542
  #: core/admin/page-form-free.php:957 core/admin/page-form-free.php:1973
1543
  #: core/admin/page-form-free.php:1974 core/admin/page-form-timeslots.php:106
1544
  #: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
1545
- #: core/admin/page-form-timeslots.php:816 core/lib/wpbc_all_translations.php:1147
1546
- #: inc/_ps/admin/page-settings-form.php:364 inc/_ps/admin/page-settings-form.php:374
1547
- #: inc/_ps/admin/page-settings-form.php:384
1548
  msgid "Time Slots"
1549
  msgstr ""
1550
 
1551
- #: core/admin/page-form-free.php:1015 core/lib/wpbc_all_translations.php:243
1552
  msgid "View"
1553
  msgstr ""
1554
 
1555
- #: core/admin/page-form-free.php:1034 core/lib/wpbc_all_translations.php:244
1556
  msgid "Standard Forms"
1557
  msgstr ""
1558
 
1559
- #: core/admin/page-form-free.php:1037 core/lib/wpbc_all_translations.php:245
1560
  msgid "Form under calendar"
1561
  msgstr ""
1562
 
1563
- #: core/admin/page-form-free.php:1047 core/lib/wpbc_all_translations.php:246
1564
  msgid "Form at right side of calendar"
1565
  msgstr ""
1566
 
1567
- #: core/admin/page-form-free.php:1057 core/lib/wpbc_all_translations.php:247
1568
  msgid "Form and calendar are centered"
1569
  msgstr ""
1570
 
1571
- #: core/admin/page-form-free.php:1067 core/lib/wpbc_all_translations.php:248
1572
  msgid "Form for dark background"
1573
  msgstr ""
1574
 
1575
  #: core/admin/page-form-free.php:1127 core/admin/page-form-free.php:2032
1576
- #: core/lib/wpbc_all_translations.php:249
1577
  msgid "Active"
1578
  msgstr ""
1579
 
1580
- #: core/admin/page-form-free.php:1128 core/lib/wpbc_all_translations.php:250
1581
  msgid "Field Label"
1582
  msgstr ""
1583
 
1584
  #: core/admin/page-form-free.php:1130 core/admin/page-form-free.php:2098
1585
- #: core/lib/wpbc_all_translations.php:251 inc/_ps/form/class-wpbc-field-help-text.php:177
1586
  msgid "Name"
1587
  msgstr ""
1588
 
1589
  #: core/admin/page-form-free.php:1207 core/admin/page-form-free.php:1645
1590
  #: core/admin/page-form-free.php:1706 core/admin/wpbc-class-timeline.php:2216
1591
- #: core/lib/wpbc_all_translations.php:252 inc/_bl/admin/page-coupons.php:215
1592
  #: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
1593
  #: inc/_bm/admin/page-cost.php:218 inc/_bm/admin/page-seasons.php:200
1594
  #: inc/_bm/admin/page-seasons.php:598 inc/_bm/admin/page-seasons.php:815
@@ -1597,34 +1607,34 @@ msgid "Edit"
1597
  msgstr ""
1598
 
1599
  #: core/admin/page-form-free.php:1208 core/admin/page-form-free.php:1646
1600
- #: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:253
1601
  msgid "Remove"
1602
  msgstr ""
1603
 
1604
- #: core/admin/page-form-free.php:1876 core/lib/wpbc_all_translations.php:254
1605
  #: inc/_ps/form/class-wpbc-form-help.php:88
1606
  msgid "Shortcodes"
1607
  msgstr ""
1608
 
1609
- #: core/admin/page-form-free.php:1877 core/lib/wpbc_all_translations.php:255
1610
  #: inc/_ps/form/class-wpbc-form-help.php:89
1611
  msgid ""
1612
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1613
  "the above selectbox."
1614
  msgstr ""
1615
 
1616
- #: core/admin/page-form-free.php:1878 core/lib/wpbc_all_translations.php:256
1617
  #: inc/_ps/form/class-wpbc-form-help.php:90
1618
  #, php-format
1619
  msgid "Please read more about the booking form fields configuration %shere%s."
1620
  msgstr ""
1621
 
1622
- #: core/admin/page-form-free.php:1880 core/lib/wpbc_all_translations.php:257
1623
  #: inc/_ps/form/class-wpbc-form-help.php:99
1624
  msgid "Default Form Templates"
1625
  msgstr ""
1626
 
1627
- #: core/admin/page-form-free.php:1881 core/lib/wpbc_all_translations.php:258
1628
  #: inc/_ps/form/class-wpbc-form-help.php:100
1629
  #, php-format
1630
  msgid ""
@@ -1634,91 +1644,91 @@ msgid ""
1634
  "reset both forms: Booking Form and Content of Booking Fields form."
1635
  msgstr ""
1636
 
1637
- #: core/admin/page-form-free.php:2011 core/lib/wpbc_all_translations.php:1364
1638
  #: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
1639
  #: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
1640
  msgid "First Name"
1641
  msgstr ""
1642
 
1643
- #: core/admin/page-form-free.php:2033 core/lib/wpbc_all_translations.php:259
1644
  msgid "Show / hide field in booking form"
1645
  msgstr ""
1646
 
1647
- #: core/admin/page-form-free.php:2054 core/lib/wpbc_all_translations.php:260
1648
  msgid "Set field as required"
1649
  msgstr ""
1650
 
1651
  #: core/admin/page-form-free.php:2074 core/admin/page-form-timeslots.php:784
1652
  #: core/admin/wpbc-toolbar-tiny.php:425 core/admin/wpbc-toolbar-tiny.php:1216
1653
- #: core/lib/wpbc_all_translations.php:261 inc/_ps/form/class-wpbc-field-help-button.php:73
1654
  msgid "Label"
1655
  msgstr ""
1656
 
1657
- #: core/admin/page-form-free.php:2103 core/lib/wpbc_all_translations.php:262
1658
  #, php-format
1659
  msgid "Type only %sunique field name%s, that is not using in form"
1660
  msgstr ""
1661
 
1662
- #: core/admin/page-form-free.php:2124 core/lib/wpbc_all_translations.php:263
1663
  msgid "Values"
1664
  msgstr ""
1665
 
1666
- #: core/admin/page-form-free.php:2129 core/lib/wpbc_all_translations.php:264
1667
  msgid "Enter dropdown options. One option per line."
1668
  msgstr ""
1669
 
1670
  #: core/admin/page-form-free.php:2164 core/admin/wpbc-toolbar-tiny.php:295
1671
  #: core/admin/wpbc-toolbars.php:702 core/admin/wpbc-toolbars.php:907
1672
- #: core/admin/wpbc-toolbars.php:1483 core/lib/wpbc_all_translations.php:265
1673
  #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:209
1674
  #: inc/_ps/p-toolbar.php:477 inc/_ps/p-toolbar.php:522
1675
  msgid "Close"
1676
  msgstr ""
1677
 
1678
- #: core/admin/page-form-free.php:2178 core/lib/wpbc_all_translations.php:266
1679
  #: inc/_bm/m-toolbar.php:367 inc/_bm/m-toolbar.php:368 inc/_ps/p-toolbar.php:356
1680
  #: inc/_ps/p-toolbar.php:408 inc/_ps/p-toolbar.php:441
1681
  msgid "Cancel"
1682
  msgstr ""
1683
 
1684
- #: core/admin/page-form-timeslots.php:106
1685
  msgid "in 24 hour format"
1686
  msgstr ""
1687
 
1688
- #: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:1166
1689
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
1690
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
1691
  msgid "One option per line"
1692
  msgstr ""
1693
 
1694
- #: core/admin/page-form-timeslots.php:132
1695
  msgid "Titles"
1696
  msgstr ""
1697
 
1698
- #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:1168
1699
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
1700
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
1701
  msgid "One title per line"
1702
  msgstr ""
1703
 
1704
- #: core/admin/page-form-timeslots.php:151
1705
  msgid "Visible options in selectbox"
1706
  msgstr ""
1707
 
1708
- #: core/admin/page-form-timeslots.php:193
1709
  msgid "Reset times by"
1710
  msgstr ""
1711
 
1712
  #: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
1713
  #: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
1714
- #: core/admin/wpbc-toolbar-tiny.php:631 core/lib/wpbc_all_translations.php:320
1715
  #: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
1716
  #: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
1717
  msgid "hours"
1718
  msgstr ""
1719
 
1720
  #: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
1721
- #: core/lib/wpbc_all_translations.php:319 inc/_bm/admin/api-settings-m.php:98
1722
  #: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
1723
  #: inc/_bs/admin/api-settings-s.php:901
1724
  msgid "hour"
@@ -1726,12 +1736,12 @@ msgstr ""
1726
 
1727
  #: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
1728
  #: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
1729
- #: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:343
1730
  #: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
1731
  #: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
1732
  #: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
1733
- #: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:374
1734
- #: inc/_ps/admin/page-settings-form.php:384
1735
  msgid "minutes"
1736
  msgstr ""
1737
 
@@ -1739,12 +1749,12 @@ msgstr ""
1739
  #: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
1740
  #: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
1741
  #: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
1742
- #: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:731
1743
  #: core/wpbc-js.php:131 inc/_ps/personal.php:249
1744
  msgid "Processing"
1745
  msgstr ""
1746
 
1747
- #: core/admin/page-form-timeslots.php:595
1748
  msgid "+ Add Time Slot"
1749
  msgstr ""
1750
 
@@ -1753,7 +1763,7 @@ msgstr ""
1753
  #: core/admin/page-ics-general.php:253 core/admin/page-ics-general.php:254
1754
  #: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
1755
  #: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
1756
- #: core/lib/wpbc_all_translations.php:267 core/wpbc-functions.php:1957
1757
  msgid "Sync"
1758
  msgstr ""
1759
 
@@ -1762,7 +1772,7 @@ msgstr ""
1762
  #: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
1763
  #: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
1764
  #: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:464
1765
- #: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:268
1766
  #: core/sync/wpbc-gcal.php:465
1767
  msgid "Import"
1768
  msgstr ""
@@ -1771,28 +1781,28 @@ msgstr ""
1771
  #: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
1772
  #: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:235
1773
  #: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
1774
- #: core/lib/wpbc_all_translations.php:269 inc/_ps/p-toolbar.php:142
1775
  msgid "Export"
1776
  msgstr ""
1777
 
1778
  #: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
1779
- #: core/lib/wpbc_all_translations.php:270
1780
  msgid "feed"
1781
  msgstr ""
1782
 
1783
  #: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
1784
- #: core/lib/wpbc_all_translations.php:271 core/sync/wpbc-gcal.php:398
1785
  #: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:764
1786
  msgid "Warning!"
1787
  msgstr ""
1788
 
1789
- #: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:272
1790
  #, php-format
1791
  msgid "This feature require %s"
1792
  msgstr ""
1793
 
1794
  #: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
1795
- #: core/lib/wpbc_all_translations.php:273 inc/_bl/admin/api-settings-l.php:162
1796
  #: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
1797
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1798
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
@@ -1810,110 +1820,110 @@ msgid "Important!"
1810
  msgstr ""
1811
 
1812
  #: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
1813
- #: core/lib/wpbc_all_translations.php:274
1814
  #, php-format
1815
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1816
  msgstr ""
1817
 
1818
  #: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
1819
- #: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:275
1820
  msgid "How it works"
1821
  msgstr ""
1822
 
1823
  #: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
1824
- #: core/lib/wpbc_all_translations.php:276
1825
  msgid ".ics feed URL"
1826
  msgstr ""
1827
 
1828
- #: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:277
1829
  #: inc/_ps/admin/br-table-export-feeds.php:69
1830
  msgid "Open in new window"
1831
  msgstr ""
1832
 
1833
- #: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:278
1834
  msgid "Please enter URL for generating .ics feed"
1835
  msgstr ""
1836
 
1837
- #: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:279
1838
  msgid "This .ics feed of bookings starting from today for 1 year"
1839
  msgstr ""
1840
 
1841
  #: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:872
1842
  #: core/admin/wpbc-toolbar-tiny.php:1087 core/admin/wpbc-toolbar-tiny.php:1168
1843
- #: core/lib/wpbc_all_translations.php:280 inc/_bm/admin/api-settings-m.php:60
1844
  #: inc/_ps/wpbc-booking-select-widget.php:188
1845
  msgid "None"
1846
  msgstr ""
1847
 
1848
- #: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:281
1849
  msgid "Event Title"
1850
  msgstr ""
1851
 
1852
  #: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
1853
- #: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:282
1854
  #, php-format
1855
  msgid "Select field for assigning to %sevent property%s"
1856
  msgstr ""
1857
 
1858
- #: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:283
1859
  msgid "Event Description (optional field)"
1860
  msgstr ""
1861
 
1862
- #: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:284
1863
  msgid "Location"
1864
  msgstr ""
1865
 
1866
  #: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:205
1867
- #: core/lib/wpbc_all_translations.php:285 core/sync/wpbc-gcal.php:314
1868
  #: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:626 inc/_ps/admin/activation-p.php:45
1869
  msgid "Default"
1870
  msgstr ""
1871
 
1872
- #: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:286
1873
  #: core/sync/wpbc-gcal.php:309
1874
  msgid "Timezone"
1875
  msgstr ""
1876
 
1877
- #: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:287
1878
  #: core/sync/wpbc-gcal.php:343
1879
  msgid "Select a city in your required timezone, if you are having problems with dates and times."
1880
  msgstr ""
1881
 
1882
- #: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:288
1883
  #: inc/_bs/admin/api-settings-s.php:314
1884
  msgid "Use check in/out time"
1885
  msgstr ""
1886
 
1887
- #: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:289
1888
  msgid "Use check in/out time of plugin, during import .ics feeds"
1889
  msgstr ""
1890
 
1891
- #: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:290
1892
  msgid "Append check out day"
1893
  msgstr ""
1894
 
1895
- #: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:291
1896
  msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
1897
  msgstr ""
1898
 
1899
  #: core/admin/page-ics-general.php:252 core/admin/page-settings.php:74
1900
- #: core/lib/wpbc_all_translations.php:292 inc/gateways/page-gateways.php:510
1901
  msgid "General"
1902
  msgstr ""
1903
 
1904
  #: core/admin/page-ics-general.php:253 core/admin/page-ics-general.php:254
1905
  #: core/admin/page-ics-general.php:361 core/admin/page-import-gcal.php:485
1906
  #: core/admin/page-settings.php:75 core/admin/page-settings.php:76
1907
- #: core/lib/wpbc_all_translations.php:293 core/wpbc.php:188
1908
  msgid "General Settings"
1909
  msgstr ""
1910
 
1911
- #: core/admin/page-ics-general.php:368 core/lib/wpbc_all_translations.php:294
1912
  msgid "Assign events fields to specific booking form field"
1913
  msgstr ""
1914
 
1915
  #: core/admin/page-ics-general.php:376 core/admin/page-settings.php:116
1916
- #: core/admin/page-settings.php:238 core/lib/wpbc_all_translations.php:295
1917
  #: inc/_bl/admin/page-search.php:599 inc/_bl/admin/page-search.php:633
1918
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:615
1919
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:854 inc/gateways/ideal/wpbc-gw-ideal.php:914
@@ -1922,47 +1932,47 @@ msgstr ""
1922
  msgid "Advanced"
1923
  msgstr ""
1924
 
1925
- #: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:296
1926
  msgid "feeds"
1927
  msgstr ""
1928
 
1929
  #: core/admin/page-ics-import.php:433 core/admin/wpbc-sql.php:588
1930
- #: core/admin/wpbc-toolbar-tiny.php:328 core/lib/wpbc_all_translations.php:297
1931
  #: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:925 inc/_ps/p-toolbar.php:956
1932
  msgid "parent resource"
1933
  msgstr ""
1934
 
1935
- #: core/admin/page-ics-import.php:455 core/lib/wpbc_all_translations.php:298
1936
  msgid "Enter URL to .ics feed"
1937
  msgstr ""
1938
 
1939
- #: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:299
1940
  msgid "Choose file"
1941
  msgstr ""
1942
 
1943
- #: core/admin/page-ics-import.php:461 core/lib/wpbc_all_translations.php:300
1944
  msgid "Insert file URL"
1945
  msgstr ""
1946
 
1947
- #: core/admin/page-ics-import.php:462 core/lib/wpbc_all_translations.php:301
1948
  msgid "Upload / Select "
1949
  msgstr ""
1950
 
1951
- #: core/admin/page-ics-import.php:499 core/lib/wpbc_all_translations.php:302
1952
  msgid "What does .ics feeds import/export mean?"
1953
  msgstr ""
1954
 
1955
- #: core/admin/page-ics-import.php:507 core/lib/wpbc_all_translations.php:303
1956
  #, php-format
1957
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
1958
  msgstr ""
1959
 
1960
- #: core/admin/page-ics-import.php:515 core/lib/wpbc_all_translations.php:304
1961
  msgid "and any other calendar that uses .ics format"
1962
  msgstr ""
1963
 
1964
- #: core/admin/page-ics-import.php:529 core/class/wpbc-class-welcome.php:522
1965
- #: core/lib/wpbc_all_translations.php:305
1966
  #, php-format
1967
  msgid ""
1968
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
@@ -1970,24 +1980,24 @@ msgid ""
1970
  "calendars updated and synchronized."
1971
  msgstr ""
1972
 
1973
- #: core/admin/page-ics-import.php:550 core/lib/wpbc_all_translations.php:306
1974
  msgid "How to start import of .ics feeds (files)?"
1975
  msgstr ""
1976
 
1977
  #: core/admin/page-ics-import.php:557 core/admin/page-ics-import.php:604
1978
- #: core/lib/wpbc_all_translations.php:307
1979
  #, php-format
1980
  msgid "Install %s plugin."
1981
  msgstr ""
1982
 
1983
- #: core/admin/page-ics-import.php:561 core/lib/wpbc_all_translations.php:308
1984
  #, php-format
1985
  msgid ""
1986
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
1987
  "configuration%s"
1988
  msgstr ""
1989
 
1990
- #: core/admin/page-ics-import.php:570 core/lib/wpbc_all_translations.php:309
1991
  #, php-format
1992
  msgid ""
1993
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
@@ -1995,26 +2005,26 @@ msgid ""
1995
  "accessing such different pages with different time intervals."
1996
  msgstr ""
1997
 
1998
- #: core/admin/page-ics-import.php:579 core/lib/wpbc_all_translations.php:310
1999
  msgid "Or you can import .ics feed or file directly at current page."
2000
  msgstr ""
2001
 
2002
- #: core/admin/page-ics-import.php:586 core/lib/wpbc_all_translations.php:311
2003
  #, php-format
2004
  msgid ""
2005
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
2006
  "periodically access these pages and import .ics feeds."
2007
  msgstr ""
2008
 
2009
- #: core/admin/page-ics-import.php:597 core/lib/wpbc_all_translations.php:312
2010
  msgid "How to start export of .ics feeds (files)?"
2011
  msgstr ""
2012
 
2013
- #: core/admin/page-ics-import.php:608 core/lib/wpbc_all_translations.php:313
2014
  msgid "Configure ULR feed(s) at this settings page."
2015
  msgstr ""
2016
 
2017
- #: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:314
2018
  #, php-format
2019
  msgid ""
2020
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
@@ -2022,26 +2032,26 @@ msgid ""
2022
  "website."
2023
  msgstr ""
2024
 
2025
- #: core/admin/page-ics-import.php:622 core/lib/wpbc_all_translations.php:315
2026
  msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
2027
  msgstr ""
2028
 
2029
- #: core/admin/page-ics-import.php:677 core/lib/wpbc_all_translations.php:316
2030
  #: core/sync/wpbc-gcal-class.php:457 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:408
2031
  msgid "Done"
2032
  msgstr ""
2033
 
2034
- #: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:317
2035
  msgid "Activate auto import"
2036
  msgstr ""
2037
 
2038
- #: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:318
2039
  #, php-format
2040
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
2041
  msgstr ""
2042
 
2043
  #: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:559
2044
- #: core/admin/wpbc-toolbars.php:793 core/lib/wpbc_all_translations.php:321 core/wpbc-emails.php:206
2045
  #: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
2046
  #: inc/_bm/admin/page-cost-early-late-booking.php:230
2047
  #: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
@@ -2056,7 +2066,7 @@ msgstr ""
2056
  #: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:564
2057
  #: core/admin/wpbc-toolbars.php:794 core/admin/wpbc-toolbars.php:795
2058
  #: core/admin/wpbc-toolbars.php:796 core/admin/wpbc-toolbars.php:797
2059
- #: core/admin/wpbc-toolbars.php:798 core/lib/wpbc_all_translations.php:322
2060
  #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:82
2061
  #: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
2062
  #: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
@@ -2066,23 +2076,23 @@ msgstr ""
2066
  msgid "days"
2067
  msgstr ""
2068
 
2069
- #: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:323
2070
  msgid "Import events every"
2071
  msgstr ""
2072
 
2073
- #: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:324
2074
  msgid "Select time duration of import requests."
2075
  msgstr ""
2076
 
2077
- #: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:325
2078
  msgid "Google API Key"
2079
  msgstr ""
2080
 
2081
- #: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:326
2082
  msgid "Please enter your Google API key. This field required to import events."
2083
  msgstr ""
2084
 
2085
- #: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:327
2086
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:317
2087
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:354
2088
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385 inc/gateways/ideal/wpbc-gw-ideal.php:422
@@ -2093,175 +2103,175 @@ msgstr ""
2093
  msgid "Note:"
2094
  msgstr ""
2095
 
2096
- #: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:328
2097
  #, php-format
2098
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
2099
  msgstr ""
2100
 
2101
- #: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:329
2102
  #: inc/_ps/admin/br-table-import-gcal-p.php:148
2103
  msgid "Google Calendar ID"
2104
  msgstr ""
2105
 
2106
- #: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:330
2107
  #: core/sync/wpbc-gcal.php:295
2108
  msgid "Maximum number"
2109
  msgstr ""
2110
 
2111
- #: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:331
2112
  #: core/sync/wpbc-gcal.php:298
2113
  msgid "You can specify the maximum number of events to import during one session."
2114
  msgstr ""
2115
 
2116
  #: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
2117
- #: core/lib/wpbc_all_translations.php:332 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
2118
  msgid "Now"
2119
  msgstr ""
2120
 
2121
  #: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
2122
- #: core/lib/wpbc_all_translations.php:333 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
2123
  msgid "00:00 today"
2124
  msgstr ""
2125
 
2126
  #: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
2127
- #: core/lib/wpbc_all_translations.php:334 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
2128
  msgid "Start of current week"
2129
  msgstr ""
2130
 
2131
  #: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
2132
- #: core/lib/wpbc_all_translations.php:335 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
2133
  msgid "Start of current month"
2134
  msgstr ""
2135
 
2136
  #: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
2137
- #: core/lib/wpbc_all_translations.php:336 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
2138
  msgid "End of current month"
2139
  msgstr ""
2140
 
2141
- #: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:337
2142
  #: core/sync/wpbc-gcal.php:189
2143
  msgid "The start of time"
2144
  msgstr ""
2145
 
2146
  #: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
2147
- #: core/lib/wpbc_all_translations.php:338 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
2148
  msgid "Specific date / time"
2149
  msgstr ""
2150
 
2151
- #: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:339
2152
  #: core/sync/wpbc-gcal.php:197
2153
  msgid "Select option, when to start retrieving events."
2154
  msgstr ""
2155
 
2156
  #: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
2157
- #: core/lib/wpbc_all_translations.php:340 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2158
  msgid "Offset"
2159
  msgstr ""
2160
 
2161
  #: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
2162
- #: core/lib/wpbc_all_translations.php:341 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2163
  msgid "Enter date / time"
2164
  msgstr ""
2165
 
2166
  #: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
2167
- #: core/lib/wpbc_all_translations.php:342 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
2168
  msgid "seconds"
2169
  msgstr ""
2170
 
2171
  #: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
2172
- #: core/lib/wpbc_all_translations.php:344 core/sync/wpbc-gcal.php:215
2173
  msgid ""
2174
  "You can specify an additional offset from you chosen start point. The offset can be negative."
2175
  msgstr ""
2176
 
2177
  #: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
2178
- #: core/lib/wpbc_all_translations.php:345 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
2179
  #, php-format
2180
  msgid "Type your date in format %s. Example: %s"
2181
  msgstr ""
2182
 
2183
- #: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:346
2184
  #: core/sync/wpbc-gcal.php:253
2185
  msgid "The end of time"
2186
  msgstr ""
2187
 
2188
  #: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:611
2189
- #: core/lib/wpbc_all_translations.php:347 core/sync/wpbc-gcal.php:235
2190
  msgid "Until"
2191
  msgstr ""
2192
 
2193
- #: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:348
2194
  #: core/sync/wpbc-gcal.php:261
2195
  msgid "Select option, when to stop retrieving events."
2196
  msgstr ""
2197
 
2198
- #: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:349
2199
  msgid "To get Google Calendar API key please follow this instruction"
2200
  msgstr ""
2201
 
2202
- #: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:350
2203
  #, php-format
2204
  msgid "Go to Google Developer Console: %s."
2205
  msgstr ""
2206
 
2207
- #: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:351
2208
  msgid "Give your project a name and click \"Create\"."
2209
  msgstr ""
2210
 
2211
- #: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:352
2212
  msgid "In the sidebar click on \"APIs & auth\"."
2213
  msgstr ""
2214
 
2215
- #: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:353
2216
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
2217
  msgstr ""
2218
 
2219
- #: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:354
2220
  msgid "Now click on \"Credentials\" in the sidebar."
2221
  msgstr ""
2222
 
2223
- #: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:355
2224
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
2225
  msgstr ""
2226
 
2227
- #: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:356
2228
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
2229
  msgstr ""
2230
 
2231
- #: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:357
2232
  #, php-format
2233
  msgid ""
2234
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
2235
  "%sGoogle API Key%s field at this page."
2236
  msgstr ""
2237
 
2238
- #: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:358
2239
  msgid "Set Your Calendar to Public"
2240
  msgstr ""
2241
 
2242
  #: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
2243
- #: core/lib/wpbc_all_translations.php:359
2244
  msgid "Navigate to your Google calendars."
2245
  msgstr ""
2246
 
2247
  #: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
2248
- #: core/lib/wpbc_all_translations.php:360
2249
  msgid "Open the settings for the calendar."
2250
  msgstr ""
2251
 
2252
- #: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:361
2253
  msgid "Click the \"Share this Calendar\" link."
2254
  msgstr ""
2255
 
2256
- #: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:362
2257
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2258
  msgstr ""
2259
 
2260
- #: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:363
2261
  msgid "Find Your Calendar ID"
2262
  msgstr ""
2263
 
2264
- #: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:364
2265
  #, php-format
2266
  msgid ""
2267
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
@@ -2269,33 +2279,33 @@ msgid ""
2269
  msgstr ""
2270
 
2271
  #: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
2272
- #: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:365
2273
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2274
  msgid "Import Google Calendar Events"
2275
  msgstr ""
2276
 
2277
  #: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
2278
- #: core/lib/wpbc_all_translations.php:366
2279
  msgid "Auto import events"
2280
  msgstr ""
2281
 
2282
  #: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
2283
- #: core/lib/wpbc_all_translations.php:367
2284
  msgid "Default settings for retrieving events"
2285
  msgstr ""
2286
 
2287
- #: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:368
2288
  msgid "Google Calendar - General Settings"
2289
  msgstr ""
2290
 
2291
  #: core/admin/page-settings.php:88 core/admin/page-settings.php:198
2292
- #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:369
2293
  #: inc/_ps/form/class-wpbc-form-help.php:115
2294
  msgid "Calendar"
2295
  msgstr ""
2296
 
2297
  #: core/admin/page-settings.php:93 core/admin/page-settings.php:205
2298
- #: core/lib/wpbc_all_translations.php:370 core/wpbc-functions.php:1904
2299
  #: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
2300
  #: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
2301
  #: inc/_ps/wpbc-form-templates.php:279 inc/_ps/wpbc-form-templates.php:296
@@ -2303,42 +2313,42 @@ msgid "Availability"
2303
  msgstr ""
2304
 
2305
  #: core/admin/page-settings.php:103 core/admin/page-settings.php:219
2306
- #: core/lib/wpbc_all_translations.php:371
2307
  msgid "Booking Admin Panel"
2308
  msgstr ""
2309
 
2310
- #: core/admin/page-settings.php:111 core/lib/wpbc_all_translations.php:372
2311
  msgid "Auto cancellation / approval"
2312
  msgstr ""
2313
 
2314
  #: core/admin/page-settings.php:121 core/admin/page-settings.php:254
2315
- #: core/lib/wpbc_all_translations.php:373
2316
  msgid "Plugin Menu"
2317
  msgstr ""
2318
 
2319
- #: core/admin/page-settings.php:126 core/lib/wpbc_all_translations.php:374
2320
  msgid "Uninstall"
2321
  msgstr ""
2322
 
2323
- #: core/admin/page-settings.php:229 core/lib/wpbc_all_translations.php:375
2324
  msgid "Auto cancellation / auto approval of bookings"
2325
  msgstr ""
2326
 
2327
- #: core/admin/page-settings.php:247 core/lib/wpbc_all_translations.php:376
2328
  msgid "Information"
2329
  msgstr ""
2330
 
2331
- #: core/admin/page-settings.php:261 core/lib/wpbc_all_translations.php:377
2332
  msgid "Uninstall / deactivation"
2333
  msgstr ""
2334
 
2335
  #: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
2336
- #: core/lib/wpbc_all_translations.php:378 inc/_ps/admin/page-settings-up.php:38
2337
  msgid "Upgrade"
2338
  msgstr ""
2339
 
2340
  #: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1517
2341
- #: core/admin/wpbc-toolbar-tiny.php:1526 core/lib/wpbc_all_translations.php:379
2342
  #: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
2343
  #: inc/_bl/wpbc-search-availability.php:625 inc/_bl/wpdev-booking-search-widget.php:75
2344
  #: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
@@ -2348,315 +2358,310 @@ msgstr ""
2348
  msgid "Nothing Found"
2349
  msgstr ""
2350
 
2351
- #: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:380
2352
  #: inc/_ps/wpbc-print.php:83
2353
  msgid "Labels"
2354
  msgstr ""
2355
 
2356
- #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:381
2357
  msgid "Booking Data"
2358
  msgstr ""
2359
 
2360
- #: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:382
2361
  msgid "Booking Dates"
2362
  msgstr ""
2363
 
2364
- #: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:383
2365
  msgid "Show ALL dates of booking"
2366
  msgstr ""
2367
 
2368
- #: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:384
2369
  msgid "Show only check in/out dates"
2370
  msgstr ""
2371
 
2372
- #: core/admin/wpbc-class-listing.php:220 core/lib/wpbc_all_translations.php:385
2373
  msgid "Resource not exist"
2374
  msgstr ""
2375
 
2376
- #: core/admin/wpbc-class-listing.php:246 core/lib/wpbc_all_translations.php:386
2377
- #: inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
2378
- msgid "Paid OK"
2379
- msgstr ""
2380
-
2381
- #: core/admin/wpbc-class-listing.php:250 core/lib/wpbc_all_translations.php:387
2382
  #: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
2383
  msgid "Unknown"
2384
  msgstr ""
2385
 
2386
- #: core/admin/wpbc-class-listing.php:392 core/lib/wpbc_all_translations.php:388
2387
  msgid "Move to trash"
2388
  msgstr ""
2389
 
2390
- #: core/admin/wpbc-class-listing.php:398 core/admin/wpbc-toolbars.php:1003
2391
- #: core/lib/wpbc_all_translations.php:389
2392
  msgid "Restore"
2393
  msgstr ""
2394
 
2395
- #: core/admin/wpbc-class-listing.php:402 core/lib/wpbc_all_translations.php:390
2396
  msgid "Do you really want to delete this booking ?"
2397
  msgstr ""
2398
 
2399
- #: core/admin/wpbc-class-listing.php:404 core/lib/wpbc_all_translations.php:391
2400
  #: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
2401
  msgid "Completely Delete"
2402
  msgstr ""
2403
 
2404
- #: core/admin/wpbc-class-listing.php:413 core/admin/wpbc-toolbars.php:941
2405
- #: core/lib/wpbc_all_translations.php:392
2406
  msgid "Approve"
2407
  msgstr ""
2408
 
2409
- #: core/admin/wpbc-class-listing.php:418 core/admin/wpbc-toolbars.php:959
2410
- #: core/lib/wpbc_all_translations.php:393
2411
  msgid "Do you really want to set booking as pending ?"
2412
  msgstr ""
2413
 
2414
- #: core/admin/wpbc-class-listing.php:429 core/lib/wpbc_all_translations.php:394
2415
  #: inc/_bs/lib_s.php:333
2416
  msgid "Created"
2417
  msgstr ""
2418
 
2419
  #: core/admin/wpbc-class-timeline.php:85 core/admin/wpbc-class-timeline.php:94
2420
- #: core/lib/wpbc_all_translations.php:395
2421
  msgid "Mon"
2422
  msgstr ""
2423
 
2424
  #: core/admin/wpbc-class-timeline.php:86 core/admin/wpbc-class-timeline.php:95
2425
- #: core/lib/wpbc_all_translations.php:396
2426
  msgid "Tue"
2427
  msgstr ""
2428
 
2429
  #: core/admin/wpbc-class-timeline.php:87 core/admin/wpbc-class-timeline.php:96
2430
- #: core/lib/wpbc_all_translations.php:397
2431
  msgid "Wed"
2432
  msgstr ""
2433
 
2434
  #: core/admin/wpbc-class-timeline.php:88 core/admin/wpbc-class-timeline.php:97
2435
- #: core/lib/wpbc_all_translations.php:398
2436
  msgid "Thu"
2437
  msgstr ""
2438
 
2439
  #: core/admin/wpbc-class-timeline.php:89 core/admin/wpbc-class-timeline.php:98
2440
- #: core/lib/wpbc_all_translations.php:399
2441
  msgid "Fri"
2442
  msgstr ""
2443
 
2444
  #: core/admin/wpbc-class-timeline.php:90 core/admin/wpbc-class-timeline.php:99
2445
- #: core/lib/wpbc_all_translations.php:400
2446
  msgid "Sat"
2447
  msgstr ""
2448
 
2449
  #: core/admin/wpbc-class-timeline.php:91 core/admin/wpbc-class-timeline.php:100
2450
- #: core/lib/wpbc_all_translations.php:401
2451
  msgid "Sun"
2452
  msgstr ""
2453
 
2454
  #: core/admin/wpbc-class-timeline.php:1201 core/admin/wpbc-class-timeline.php:1446
2455
- #: core/lib/wpbc_all_translations.php:402 inc/_ps/wpbc-form-templates.php:155
2456
  msgid "Times"
2457
  msgstr ""
2458
 
2459
- #: core/admin/wpbc-class-timeline.php:2217 core/lib/wpbc_all_translations.php:403
2460
  msgid "Decline"
2461
  msgstr ""
2462
 
2463
- #: core/admin/wpbc-class-timeline.php:2218 core/lib/wpbc_all_translations.php:404
2464
  msgid "Pay"
2465
  msgstr ""
2466
 
2467
  #: core/admin/wpbc-class-timeline.php:2271 core/admin/wpbc-class-timeline.php:2273
2468
- #: core/lib/wpbc_all_translations.php:405 core/wpbc-functions.php:1949 inc/_bs/lib_s.php:42
2469
- #: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:343
2470
- #: inc/_ps/admin/page-settings-form.php:354
2471
  msgid "Payment"
2472
  msgstr ""
2473
 
2474
  #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:226
2475
- #: core/lib/wpbc_all_translations.php:406 core/lib/wpdev-booking-widget.php:14
2476
- #: core/wpbc-functions.php:1800 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2477
  #: core/wpbc.php:189
2478
  msgid "Booking Calendar"
2479
  msgstr ""
2480
 
2481
  #: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
2482
- #: core/lib/wpbc_all_translations.php:407
2483
  msgid "Video guide"
2484
  msgstr ""
2485
 
2486
- #: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:408
2487
  msgid "Support"
2488
  msgstr ""
2489
 
2490
- #: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:409
2491
  msgid "Getting Started"
2492
  msgstr ""
2493
 
2494
- #: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:410
2495
  msgid "Help Info"
2496
  msgstr ""
2497
 
2498
  #: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:433
2499
- #: core/lib/wpbc_all_translations.php:411
2500
  msgid "FAQ"
2501
  msgstr ""
2502
 
2503
- #: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:412
2504
  msgid "Contact email"
2505
  msgstr ""
2506
 
2507
- #: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:413
2508
  msgid "Rate plugin (thanks:)"
2509
  msgstr ""
2510
 
2511
- #: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:414
2512
  msgid "Current version"
2513
  msgstr ""
2514
 
2515
- #: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:415
2516
  msgid "Demo"
2517
  msgstr ""
2518
 
2519
- #: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:416
2520
  msgid "Version"
2521
  msgstr ""
2522
 
2523
- #: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:417
2524
  msgid "Used for"
2525
  msgstr ""
2526
 
2527
- #: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:418
2528
  msgid "websites"
2529
  msgstr ""
2530
 
2531
- #: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:419
2532
  msgid "website"
2533
  msgstr ""
2534
 
2535
- #: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:420
2536
  msgid "Release date"
2537
  msgstr ""
2538
 
2539
- #: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:421
2540
  msgid "Explore Premium Features"
2541
  msgstr ""
2542
 
2543
- #: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:422
2544
  msgid "Statistic"
2545
  msgstr ""
2546
 
2547
- #: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:423
2548
  msgid "New (unverified) booking(s)"
2549
  msgstr ""
2550
 
2551
- #: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:424
2552
  msgid "Pending booking(s)"
2553
  msgstr ""
2554
 
2555
- #: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:425
2556
  msgid "Agenda"
2557
  msgstr ""
2558
 
2559
- #: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:426
2560
  msgid "New booking(s) made today"
2561
  msgstr ""
2562
 
2563
- #: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:427
2564
  msgid "Bookings for today"
2565
  msgstr ""
2566
 
2567
  #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2449
2568
- #: core/lib/wpbc_all_translations.php:428
2569
  msgid "Insert booking calendar"
2570
  msgstr ""
2571
 
2572
  #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2450
2573
- #: core/lib/wpbc_all_translations.php:429
2574
  msgid "Booking calendar"
2575
  msgstr ""
2576
 
2577
- #: core/admin/wpbc-toolbar-tiny.php:224 core/lib/wpbc_all_translations.php:430
2578
  msgid "Insert Shortcode"
2579
  msgstr ""
2580
 
2581
- #: core/admin/wpbc-toolbar-tiny.php:240 core/lib/wpbc_all_translations.php:431
2582
  #: inc/_ps/admin/api-settings-p.php:192
2583
  msgid "TimeLine"
2584
  msgstr ""
2585
 
2586
- #: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:432
2587
  msgid "Resources Selection"
2588
  msgstr ""
2589
 
2590
- #: core/admin/wpbc-toolbar-tiny.php:245 core/lib/wpbc_all_translations.php:433
2591
- #: core/wpbc-functions.php:1967 inc/_bl/admin/page-search.php:257 inc/_bl/biz_l.php:794
2592
  #: inc/_bl/biz_l.php:807
2593
  msgid "Search"
2594
  msgstr ""
2595
 
2596
- #: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:434
2597
  msgid "Only Form"
2598
  msgstr ""
2599
 
2600
- #: core/admin/wpbc-toolbar-tiny.php:249 core/lib/wpbc_all_translations.php:435
2601
  #: inc/_ps/form/class-wpbc-form-help.php:754
2602
  msgid "Other"
2603
  msgstr ""
2604
 
2605
- #: core/admin/wpbc-toolbar-tiny.php:295 core/lib/wpbc_all_translations.php:436
2606
  msgid "Insert into page"
2607
  msgstr ""
2608
 
2609
  #: core/admin/wpbc-toolbar-tiny.php:368 core/admin/wpbc-toolbar-tiny.php:1148
2610
- #: core/lib/wpbc_all_translations.php:437 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
2611
  #: inc/_ps/p-toolbar.php:696
2612
  msgid "Booking resources"
2613
  msgstr ""
2614
 
2615
- #: core/admin/wpbc-toolbar-tiny.php:369 core/lib/wpbc_all_translations.php:438
2616
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2617
  msgstr ""
2618
 
2619
- #: core/admin/wpbc-toolbar-tiny.php:403 core/lib/wpbc_all_translations.php:439
2620
  msgid "View mode"
2621
  msgstr ""
2622
 
2623
- #: core/admin/wpbc-toolbar-tiny.php:404 core/lib/wpbc_all_translations.php:440
2624
  msgid "Select type of view format"
2625
  msgstr ""
2626
 
2627
  #: core/admin/wpbc-toolbar-tiny.php:426 core/admin/wpbc-toolbar-tiny.php:435
2628
- #: core/admin/wpbc-toolbars.php:777 core/lib/wpbc_all_translations.php:441
2629
  msgid "All bookings"
2630
  msgstr ""
2631
 
2632
- #: core/admin/wpbc-toolbar-tiny.php:457 core/lib/wpbc_all_translations.php:442
2633
  msgid "Number of months to scroll"
2634
  msgstr ""
2635
 
2636
- #: core/admin/wpbc-toolbar-tiny.php:458 core/lib/wpbc_all_translations.php:443
2637
  msgid "Select number of months to scroll after loading"
2638
  msgstr ""
2639
 
2640
- #: core/admin/wpbc-toolbar-tiny.php:479 core/lib/wpbc_all_translations.php:444
2641
  msgid "Number of days to scroll"
2642
  msgstr ""
2643
 
2644
- #: core/admin/wpbc-toolbar-tiny.php:480 core/lib/wpbc_all_translations.php:445
2645
  msgid "Select number of days to scroll after loading"
2646
  msgstr ""
2647
 
2648
  #: core/admin/wpbc-toolbar-tiny.php:500 core/admin/wpbc-toolbars.php:1450
2649
- #: core/lib/wpbc_all_translations.php:446
2650
  msgid "Start Date"
2651
  msgstr ""
2652
 
2653
- #: core/admin/wpbc-toolbar-tiny.php:578 core/lib/wpbc_all_translations.php:447
2654
  msgid "Select start date"
2655
  msgstr ""
2656
 
2657
  #: core/admin/wpbc-toolbar-tiny.php:671 core/admin/wpbc-toolbar-tiny.php:914
2658
  #: core/admin/wpbc-toolbar-tiny.php:1588 core/admin/wpbc-toolbar-tiny.php:1780
2659
- #: core/lib/wpbc_all_translations.php:448 core/lib/wpdev-booking-widget.php:118
2660
  #: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:897
2661
  #: inc/_ps/wpbc-booking-select-widget.php:153
2662
  msgid "Booking resource"
@@ -2664,81 +2669,81 @@ msgstr ""
2664
 
2665
  #: core/admin/wpbc-toolbar-tiny.php:672 core/admin/wpbc-toolbar-tiny.php:915
2666
  #: core/admin/wpbc-toolbar-tiny.php:1589 core/admin/wpbc-toolbar-tiny.php:1781
2667
- #: core/lib/wpbc_all_translations.php:449 inc/_ps/admin/br-table-import-gcal-p.php:184
2668
  msgid "Select booking resource"
2669
  msgstr ""
2670
 
2671
  #: core/admin/wpbc-toolbar-tiny.php:696 core/admin/wpbc-toolbar-tiny.php:1197
2672
- #: core/admin/wpbc-toolbar-tiny.php:1613 core/lib/wpbc_all_translations.php:450
2673
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2674
  msgid "Select default custom booking form"
2675
  msgstr ""
2676
 
2677
  #: core/admin/wpbc-toolbar-tiny.php:707 core/admin/wpbc-toolbar-tiny.php:937
2678
  #: core/admin/wpbc-toolbar-tiny.php:1285 core/admin/wpbc-toolbars.php:1565
2679
- #: core/lib/wpbc_all_translations.php:451 core/lib/wpdev-booking-widget.php:135
2680
  #: inc/_ps/wpbc-booking-select-widget.php:201
2681
  msgid "Visible months"
2682
  msgstr ""
2683
 
2684
  #: core/admin/wpbc-toolbar-tiny.php:708 core/admin/wpbc-toolbar-tiny.php:938
2685
- #: core/admin/wpbc-toolbar-tiny.php:1286 core/lib/wpbc_all_translations.php:452
2686
  msgid "Select number of month to show for calendar."
2687
  msgstr ""
2688
 
2689
  #: core/admin/wpbc-toolbar-tiny.php:728 core/admin/wpbc-toolbar-tiny.php:958
2690
- #: core/admin/wpbc-toolbar-tiny.php:1304 core/lib/wpbc_all_translations.php:453
2691
  msgid "Start month:"
2692
  msgstr ""
2693
 
2694
  #: core/admin/wpbc-toolbar-tiny.php:786 core/admin/wpbc-toolbar-tiny.php:1016
2695
- #: core/admin/wpbc-toolbar-tiny.php:1362 core/lib/wpbc_all_translations.php:454
2696
  msgid "Select start month of calendar"
2697
  msgstr ""
2698
 
2699
  #: core/admin/wpbc-toolbar-tiny.php:793 core/admin/wpbc-toolbar-tiny.php:1023
2700
- #: core/admin/wpbc-toolbar-tiny.php:1255 core/lib/wpbc_all_translations.php:455
2701
  msgid "Show advanced settings"
2702
  msgstr ""
2703
 
2704
  #: core/admin/wpbc-toolbar-tiny.php:794 core/admin/wpbc-toolbar-tiny.php:1024
2705
- #: core/admin/wpbc-toolbar-tiny.php:1256 core/lib/wpbc_all_translations.php:456
2706
  msgid "Hide advanced settings"
2707
  msgstr ""
2708
 
2709
  #: core/admin/wpbc-toolbar-tiny.php:804 core/admin/wpbc-toolbar-tiny.php:1034
2710
- #: core/admin/wpbc-toolbar-tiny.php:1266 core/lib/wpbc_all_translations.php:457
2711
  #, php-format
2712
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2713
  msgstr ""
2714
 
2715
  #: core/admin/wpbc-toolbar-tiny.php:805 core/admin/wpbc-toolbar-tiny.php:1035
2716
- #: core/lib/wpbc_all_translations.php:458
2717
  #, php-format
2718
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2719
  msgstr ""
2720
 
2721
  #: core/admin/wpbc-toolbar-tiny.php:815 core/admin/wpbc-toolbar-tiny.php:1045
2722
  #: core/admin/wpbc-toolbar-tiny.php:1369 core/admin/wpbc-toolbars.php:238
2723
- #: core/lib/wpbc_all_translations.php:459 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2724
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
2725
  msgid "Options"
2726
  msgstr ""
2727
 
2728
  #: core/admin/wpbc-toolbar-tiny.php:836 core/admin/wpbc-toolbar-tiny.php:1066
2729
- #: core/admin/wpbc-toolbar-tiny.php:1390 core/lib/wpbc_all_translations.php:460
2730
  #, php-format
2731
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2732
  msgstr ""
2733
 
2734
  #: core/admin/wpbc-toolbar-tiny.php:840 core/admin/wpbc-toolbar-tiny.php:1070
2735
- #: core/admin/wpbc-toolbar-tiny.php:1394 core/lib/wpbc_all_translations.php:461
2736
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2737
  msgstr ""
2738
 
2739
  #: core/admin/wpbc-toolbar-tiny.php:841 core/admin/wpbc-toolbar-tiny.php:849
2740
  #: core/admin/wpbc-toolbar-tiny.php:1071 core/admin/wpbc-toolbar-tiny.php:1395
2741
- #: core/lib/wpbc_all_translations.php:462 inc/_bm/admin/page-availability.php:510
2742
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2743
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:229
2744
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
@@ -2746,7 +2751,7 @@ msgid "Description"
2746
  msgstr ""
2747
 
2748
  #: core/admin/wpbc-toolbar-tiny.php:842 core/admin/wpbc-toolbar-tiny.php:1072
2749
- #: core/admin/wpbc-toolbar-tiny.php:1396 core/lib/wpbc_all_translations.php:463
2750
  msgid ""
2751
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2752
  "to use percentage for width: 100%)"
@@ -2754,22 +2759,22 @@ msgstr ""
2754
 
2755
  #: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:851
2756
  #: core/admin/wpbc-toolbar-tiny.php:1073 core/admin/wpbc-toolbar-tiny.php:1397
2757
- #: core/lib/wpbc_all_translations.php:464
2758
  msgid "Code Example"
2759
  msgstr ""
2760
 
2761
- #: core/admin/wpbc-toolbar-tiny.php:848 core/lib/wpbc_all_translations.php:465
2762
  msgid ""
2763
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2764
  "be booked. "
2765
  msgstr ""
2766
 
2767
- #: core/admin/wpbc-toolbar-tiny.php:850 core/lib/wpbc_all_translations.php:466
2768
  msgid ""
2769
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2770
  msgstr ""
2771
 
2772
- #: core/admin/wpbc-toolbar-tiny.php:857 core/lib/wpbc_all_translations.php:467
2773
  #, php-format
2774
  msgid ""
2775
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
@@ -2777,18 +2782,18 @@ msgid ""
2777
  msgstr ""
2778
 
2779
  #: core/admin/wpbc-toolbar-tiny.php:880 core/admin/wpbc-toolbar-tiny.php:1095
2780
- #: core/lib/wpbc_all_translations.php:468
2781
  msgid "Aggregate booking dates from other resources"
2782
  msgstr ""
2783
 
2784
  #: core/admin/wpbc-toolbar-tiny.php:881 core/admin/wpbc-toolbar-tiny.php:1096
2785
- #: core/lib/wpbc_all_translations.php:469
2786
  msgid ""
2787
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2788
  "in destination calendar."
2789
  msgstr ""
2790
 
2791
- #: core/admin/wpbc-toolbar-tiny.php:1127 core/lib/wpbc_all_translations.php:470
2792
  #: inc/_bl/admin/page-search.php:382 inc/_bl/admin/page-search.php:415
2793
  #: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
2794
  #: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
@@ -2802,7 +2807,7 @@ msgstr ""
2802
  msgid "Note!"
2803
  msgstr ""
2804
 
2805
- #: core/admin/wpbc-toolbar-tiny.php:1128 core/lib/wpbc_all_translations.php:471
2806
  #, php-format
2807
  msgid ""
2808
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
@@ -2810,159 +2815,159 @@ msgid ""
2810
  msgstr ""
2811
 
2812
  #: core/admin/wpbc-toolbar-tiny.php:1141 core/admin/wpbc-toolbars.php:1613
2813
- #: core/lib/wpbc_all_translations.php:472 inc/_ps/admin/br-table-import-gcal-p.php:173
2814
  #: inc/_ps/wpbc-booking-select-widget.php:163
2815
  msgid "All"
2816
  msgstr ""
2817
 
2818
- #: core/admin/wpbc-toolbar-tiny.php:1150 core/lib/wpbc_all_translations.php:473
2819
  #: inc/_ps/wpbc-booking-select-widget.php:175
2820
  msgid ""
2821
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2822
  "resources."
2823
  msgstr ""
2824
 
2825
- #: core/admin/wpbc-toolbar-tiny.php:1175 core/lib/wpbc_all_translations.php:474
2826
  #: inc/_ps/wpbc-booking-select-widget.php:181
2827
  msgid "Preselected resource"
2828
  msgstr ""
2829
 
2830
- #: core/admin/wpbc-toolbar-tiny.php:1176 core/lib/wpbc_all_translations.php:475
2831
  msgid "Define preselected resource."
2832
  msgstr ""
2833
 
2834
- #: core/admin/wpbc-toolbar-tiny.php:1201 core/lib/wpbc_all_translations.php:476
2835
  #: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1182
2836
  msgid "Default Form"
2837
  msgstr ""
2838
 
2839
  #: core/admin/wpbc-toolbar-tiny.php:1217 core/admin/wpbc-toolbar-tiny.php:1226
2840
- #: core/lib/wpbc_all_translations.php:477
2841
  msgid "Please select the resource:"
2842
  msgstr ""
2843
 
2844
- #: core/admin/wpbc-toolbar-tiny.php:1218 core/lib/wpbc_all_translations.php:478
2845
  msgid "Title near your select box."
2846
  msgstr ""
2847
 
2848
- #: core/admin/wpbc-toolbar-tiny.php:1235 core/lib/wpbc_all_translations.php:479
2849
  #: inc/_ps/wpbc-booking-select-widget.php:247
2850
  msgid "First option title"
2851
  msgstr ""
2852
 
2853
- #: core/admin/wpbc-toolbar-tiny.php:1236 core/lib/wpbc_all_translations.php:480
2854
  #: inc/_ps/personal.php:510
2855
  msgid "Please Select"
2856
  msgstr ""
2857
 
2858
- #: core/admin/wpbc-toolbar-tiny.php:1237 core/lib/wpbc_all_translations.php:481
2859
  #: inc/_ps/wpbc-booking-select-widget.php:254
2860
  msgid "First option in dropdown list."
2861
  msgstr ""
2862
 
2863
- #: core/admin/wpbc-toolbar-tiny.php:1237 core/lib/wpbc_all_translations.php:482
2864
  #: inc/_ps/wpbc-booking-select-widget.php:256
2865
  msgid "Please leave it empty if you want to skip it."
2866
  msgstr ""
2867
 
2868
  #: core/admin/wpbc-toolbar-tiny.php:1427 core/admin/wpbc-toolbar-tiny.php:1707
2869
- #: core/lib/wpbc_all_translations.php:483
2870
  msgid "Select shortcode to insert"
2871
  msgstr ""
2872
 
2873
- #: core/admin/wpbc-toolbar-tiny.php:1439 core/lib/wpbc_all_translations.php:484
2874
  msgid "Search form"
2875
  msgstr ""
2876
 
2877
- #: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:485
2878
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:615
2879
  #: inc/_bl/wpbc-search-availability.php:630
2880
  msgid "Search results"
2881
  msgstr ""
2882
 
2883
- #: core/admin/wpbc-toolbar-tiny.php:1461 core/lib/wpbc_all_translations.php:486
2884
  msgid "Check this box to show search results on other page"
2885
  msgstr ""
2886
 
2887
- #: core/admin/wpbc-toolbar-tiny.php:1478 core/lib/wpbc_all_translations.php:487
2888
  msgid "URL of search results:"
2889
  msgstr ""
2890
 
2891
- #: core/admin/wpbc-toolbar-tiny.php:1480 core/lib/wpbc_all_translations.php:488
2892
  msgid "Type the URL of search results page."
2893
  msgstr ""
2894
 
2895
- #: core/admin/wpbc-toolbar-tiny.php:1497 core/lib/wpbc_all_translations.php:489
2896
  msgid "Title of Search results:"
2897
  msgstr ""
2898
 
2899
  #: core/admin/wpbc-toolbar-tiny.php:1498 core/admin/wpbc-toolbar-tiny.php:1507
2900
- #: core/lib/wpbc_all_translations.php:490 inc/_bl/wpdev-booking-search-widget.php:79
2901
  msgid "Result(s) Found"
2902
  msgstr ""
2903
 
2904
- #: core/admin/wpbc-toolbar-tiny.php:1499 core/lib/wpbc_all_translations.php:491
2905
  msgid "Type the title of Search results."
2906
  msgstr ""
2907
 
2908
- #: core/admin/wpbc-toolbar-tiny.php:1499 core/lib/wpbc_all_translations.php:492
2909
  msgid "show number of search results"
2910
  msgstr ""
2911
 
2912
- #: core/admin/wpbc-toolbar-tiny.php:1516 core/lib/wpbc_all_translations.php:493
2913
  msgid "Nothing Found Message:"
2914
  msgstr ""
2915
 
2916
- #: core/admin/wpbc-toolbar-tiny.php:1518 core/lib/wpbc_all_translations.php:494
2917
  msgid "Type the message, when nothing found."
2918
  msgstr ""
2919
 
2920
- #: core/admin/wpbc-toolbar-tiny.php:1538 core/lib/wpbc_all_translations.php:495
2921
  msgid "Search only for users:"
2922
  msgstr ""
2923
 
2924
- #: core/admin/wpbc-toolbar-tiny.php:1540 core/lib/wpbc_all_translations.php:496
2925
  msgid ""
2926
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
2927
  "users, or leave it blank for searching for all users."
2928
  msgstr ""
2929
 
2930
- #: core/admin/wpbc-toolbar-tiny.php:1560 core/lib/wpbc_all_translations.php:497
2931
  #, php-format
2932
  msgid ""
2933
  "This shortcode %s is using for showing the search results at specific page, if the search form "
2934
  "is submit showing the search results at different page"
2935
  msgstr ""
2936
 
2937
- #: core/admin/wpbc-toolbar-tiny.php:1622 core/lib/wpbc_all_translations.php:498
2938
  msgid "date"
2939
  msgstr ""
2940
 
2941
- #: core/admin/wpbc-toolbar-tiny.php:1682 core/lib/wpbc_all_translations.php:499
2942
  msgid "Define date for booking"
2943
  msgstr ""
2944
 
2945
- #: core/admin/wpbc-toolbar-tiny.php:1720 core/lib/wpbc_all_translations.php:500
2946
  #: inc/_ps/p-toolbar.php:206
2947
  msgid "Edit Booking"
2948
  msgstr ""
2949
 
2950
- #: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:501
2951
  msgid "Show listing of customer bookings"
2952
  msgstr ""
2953
 
2954
- #: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:502
2955
  msgid "Show info about Booking Resource"
2956
  msgstr ""
2957
 
2958
- #: core/admin/wpbc-toolbar-tiny.php:1742 core/lib/wpbc_all_translations.php:503
2959
  #, php-format
2960
  msgid ""
2961
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
2962
  "%s or make %spayment%s after receiving an admin email payment request"
2963
  msgstr ""
2964
 
2965
- #: core/admin/wpbc-toolbar-tiny.php:1743 core/lib/wpbc_all_translations.php:504
2966
  #, php-format
2967
  msgid ""
2968
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
@@ -2970,218 +2975,219 @@ msgid ""
2970
  msgstr ""
2971
 
2972
  #: core/admin/wpbc-toolbar-tiny.php:1744 core/admin/wpbc-toolbar-tiny.php:1760
2973
- #: core/lib/wpbc_all_translations.php:505
2974
  #, php-format
2975
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
2976
  msgstr ""
2977
 
2978
- #: core/admin/wpbc-toolbar-tiny.php:1758 core/lib/wpbc_all_translations.php:506
2979
  #, php-format
2980
  msgid ""
2981
  "This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
2982
  msgstr ""
2983
 
2984
- #: core/admin/wpbc-toolbar-tiny.php:1759 core/lib/wpbc_all_translations.php:507
2985
  #, php-format
2986
  msgid ""
2987
  "The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
2988
  "settings page%s must link to this page"
2989
  msgstr ""
2990
 
2991
- #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:508
2992
  #, php-format
2993
  msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
2994
  msgstr ""
2995
 
2996
- #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:509
2997
  msgid "Trick"
2998
  msgstr ""
2999
 
3000
- #: core/admin/wpbc-toolbar-tiny.php:1802 core/lib/wpbc_all_translations.php:510
3001
  #: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
3002
  #: inc/_ps/admin/br-table-import-gcal-p.php:63
3003
  msgid "Capacity"
3004
  msgstr ""
3005
 
3006
- #: core/admin/wpbc-toolbar-tiny.php:1808 core/lib/wpbc_all_translations.php:511
3007
  msgid "Select type of info to show."
3008
  msgstr ""
3009
 
3010
  #: core/admin/wpbc-toolbar-tiny.php:2118 core/admin/wpbc-toolbar-tiny.php:2161
3011
  #: core/admin/wpbc-toolbar-tiny.php:2245 core/admin/wpbc-toolbar-tiny.php:2334
 
3012
  msgid "No booking resources"
3013
  msgstr ""
3014
 
3015
- #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:512
3016
  msgid "Filters"
3017
  msgstr ""
3018
 
3019
- #: core/admin/wpbc-toolbars.php:346 core/lib/wpbc_all_translations.php:513
3020
  msgid "Expand Advanced Toolbar"
3021
  msgstr ""
3022
 
3023
- #: core/admin/wpbc-toolbars.php:353 core/lib/wpbc_all_translations.php:514
3024
  msgid "Collapse Advanced Toolbar"
3025
  msgstr ""
3026
 
3027
- #: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:515
3028
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
3029
  msgstr ""
3030
 
3031
- #: core/admin/wpbc-toolbars.php:372 core/lib/wpbc_all_translations.php:516
3032
  msgid "Emails sending"
3033
  msgstr ""
3034
 
3035
- #: core/admin/wpbc-toolbars.php:397 core/lib/wpbc_all_translations.php:517
3036
  msgid "Booking ID"
3037
  msgstr ""
3038
 
3039
  #: core/admin/wpbc-toolbars.php:400 core/admin/wpbc-toolbars.php:2177
3040
- #: core/lib/wpbc_all_translations.php:518
3041
  msgid "Go"
3042
  msgstr ""
3043
 
3044
- #: core/admin/wpbc-toolbars.php:434 core/lib/wpbc_all_translations.php:519
3045
  msgid "Technical Support"
3046
  msgstr ""
3047
 
3048
- #: core/admin/wpbc-toolbars.php:436 core/lib/wpbc_all_translations.php:520
3049
  msgid "About Booking Calendar"
3050
  msgstr ""
3051
 
3052
  #: core/admin/wpbc-toolbars.php:503 core/admin/wpbc-toolbars.php:683
3053
  #: core/admin/wpbc-toolbars.php:888 core/admin/wpbc-toolbars.php:1463
3054
- #: core/lib/wpbc_all_translations.php:521 inc/_bs/lib_s.php:84
3055
  msgid "Apply"
3056
  msgstr ""
3057
 
3058
- #: core/admin/wpbc-toolbars.php:504 core/lib/wpbc_all_translations.php:522
3059
  msgid "Refresh booking listing"
3060
  msgstr ""
3061
 
3062
- #: core/admin/wpbc-toolbars.php:518 core/lib/wpbc_all_translations.php:523
3063
  msgid "Reset filter to default values"
3064
  msgstr ""
3065
 
3066
  #: core/admin/wpbc-toolbars.php:544 core/admin/wpbc-toolbars.php:759
3067
- #: core/lib/wpbc_all_translations.php:524
3068
  msgid "Any"
3069
  msgstr ""
3070
 
3071
  #: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:799
3072
- #: core/lib/wpbc_all_translations.php:525
3073
  msgid "week"
3074
  msgstr ""
3075
 
3076
  #: core/admin/wpbc-toolbars.php:566 core/admin/wpbc-toolbars.php:800
3077
- #: core/lib/wpbc_all_translations.php:526
3078
  msgid "weeks"
3079
  msgstr ""
3080
 
3081
  #: core/admin/wpbc-toolbars.php:567 core/admin/wpbc-toolbars.php:801
3082
- #: core/lib/wpbc_all_translations.php:527
3083
  msgid "month"
3084
  msgstr ""
3085
 
3086
  #: core/admin/wpbc-toolbars.php:568 core/admin/wpbc-toolbars.php:569
3087
  #: core/admin/wpbc-toolbars.php:570 core/admin/wpbc-toolbars.php:802
3088
  #: core/admin/wpbc-toolbars.php:803 core/admin/wpbc-toolbars.php:804
3089
- #: core/lib/wpbc_all_translations.php:528
3090
  msgid "months"
3091
  msgstr ""
3092
 
3093
  #: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:813
3094
- #: core/lib/wpbc_all_translations.php:529
3095
  msgid "Filter bookings by booking dates"
3096
  msgstr ""
3097
 
3098
- #: core/admin/wpbc-toolbars.php:582 core/lib/wpbc_all_translations.php:530
3099
  msgid "Current dates"
3100
  msgstr ""
3101
 
3102
  #: core/admin/wpbc-toolbars.php:583 core/admin/wpbc-toolbars.php:817
3103
- #: core/lib/wpbc_all_translations.php:531
3104
  msgid "Today"
3105
  msgstr ""
3106
 
3107
- #: core/admin/wpbc-toolbars.php:584 core/lib/wpbc_all_translations.php:532
3108
  msgid "Previous dates"
3109
  msgstr ""
3110
 
3111
  #: core/admin/wpbc-toolbars.php:585 core/admin/wpbc-toolbars.php:818
3112
- #: core/lib/wpbc_all_translations.php:533
3113
  msgid "All dates"
3114
  msgstr ""
3115
 
3116
- #: core/admin/wpbc-toolbars.php:587 core/lib/wpbc_all_translations.php:534
3117
  msgid "Today check in/out"
3118
  msgstr ""
3119
 
3120
- #: core/admin/wpbc-toolbars.php:588 core/lib/wpbc_all_translations.php:535
3121
  msgid "Check In - Tomorrow"
3122
  msgstr ""
3123
 
3124
- #: core/admin/wpbc-toolbars.php:589 core/lib/wpbc_all_translations.php:536
3125
  msgid "Check Out - Tomorrow"
3126
  msgstr ""
3127
 
3128
- #: core/admin/wpbc-toolbars.php:594 core/lib/wpbc_all_translations.php:537
3129
- #: core/wpbc-functions.php:2477
3130
  msgid "Next"
3131
  msgstr ""
3132
 
3133
  #: core/admin/wpbc-toolbars.php:618 core/admin/wpbc-toolbars.php:823
3134
- #: core/lib/wpbc_all_translations.php:538
3135
  msgid "Prior"
3136
  msgstr ""
3137
 
3138
  #: core/admin/wpbc-toolbars.php:658 core/admin/wpbc-toolbars.php:863
3139
- #: core/lib/wpbc_all_translations.php:539
3140
  msgid "Check-in"
3141
  msgstr ""
3142
 
3143
  #: core/admin/wpbc-toolbars.php:670 core/admin/wpbc-toolbars.php:875
3144
- #: core/lib/wpbc_all_translations.php:540
3145
  msgid "Check-out"
3146
  msgstr ""
3147
 
3148
- #: core/admin/wpbc-toolbars.php:742 core/lib/wpbc_all_translations.php:541
3149
  msgid "Order by"
3150
  msgstr ""
3151
 
3152
- #: core/admin/wpbc-toolbars.php:756 core/lib/wpbc_all_translations.php:542
3153
  msgid "Exist"
3154
  msgstr ""
3155
 
3156
- #: core/admin/wpbc-toolbars.php:757 core/lib/wpbc_all_translations.php:543
3157
  msgid "In Trash"
3158
  msgstr ""
3159
 
3160
- #: core/admin/wpbc-toolbars.php:778 core/lib/wpbc_all_translations.php:544
3161
  msgid "New bookings"
3162
  msgstr ""
3163
 
3164
- #: core/admin/wpbc-toolbars.php:815 core/lib/wpbc_all_translations.php:545
3165
  msgid "Creation"
3166
  msgstr ""
3167
 
3168
- #: core/admin/wpbc-toolbars.php:942 core/lib/wpbc_all_translations.php:546
3169
  msgid "Approve selected bookings"
3170
  msgstr ""
3171
 
3172
- #: core/admin/wpbc-toolbars.php:957 core/lib/wpbc_all_translations.php:547
3173
  msgid "Set selected bookings as pending"
3174
  msgstr ""
3175
 
3176
- #: core/admin/wpbc-toolbars.php:987 core/lib/wpbc_all_translations.php:548
3177
  msgid "Move selected bookings to trash"
3178
  msgstr ""
3179
 
3180
- #: core/admin/wpbc-toolbars.php:1004 core/lib/wpbc_all_translations.php:549
3181
  msgid "Restore selected bookings"
3182
  msgstr ""
3183
 
3184
- #: core/admin/wpbc-toolbars.php:1020 core/lib/wpbc_all_translations.php:550
3185
  #: inc/_bl/admin/page-coupons.php:216 inc/_bl/admin/page-coupons.php:222
3186
  #: inc/_bm/admin/page-availability.php:240 inc/_bm/admin/page-availability.php:246
3187
  #: inc/_bm/admin/page-cost-valuation.php:567 inc/_bm/admin/page-cost.php:223
@@ -3191,339 +3197,343 @@ msgstr ""
3191
  msgid "Delete"
3192
  msgstr ""
3193
 
3194
- #: core/admin/wpbc-toolbars.php:1021 core/lib/wpbc_all_translations.php:551
3195
  msgid "Delete selected bookings"
3196
  msgstr ""
3197
 
3198
- #: core/admin/wpbc-toolbars.php:1023 core/lib/wpbc_all_translations.php:552
3199
  #: core/sync/wpbc-gcal-class.php:671
3200
  msgid "Do you really want to delete selected booking(s) ?"
3201
  msgstr ""
3202
 
3203
- #: core/admin/wpbc-toolbars.php:1039 core/lib/wpbc_all_translations.php:553
3204
  msgid "Reason of cancellation"
3205
  msgstr ""
3206
 
3207
- #: core/admin/wpbc-toolbars.php:1062 core/lib/wpbc_all_translations.php:554
3208
  msgid "Read All"
3209
  msgstr ""
3210
 
3211
- #: core/admin/wpbc-toolbars.php:1063 core/lib/wpbc_all_translations.php:555
3212
  msgid "Mark as read all bookings"
3213
  msgstr ""
3214
 
3215
- #: core/admin/wpbc-toolbars.php:1076 core/lib/wpbc_all_translations.php:556
3216
  msgid "Read"
3217
  msgstr ""
3218
 
3219
- #: core/admin/wpbc-toolbars.php:1077 core/lib/wpbc_all_translations.php:557
3220
  msgid "Mark as read selected bookings"
3221
  msgstr ""
3222
 
3223
- #: core/admin/wpbc-toolbars.php:1091 core/lib/wpbc_all_translations.php:558
3224
  msgid "Unread"
3225
  msgstr ""
3226
 
3227
- #: core/admin/wpbc-toolbars.php:1092 core/lib/wpbc_all_translations.php:559
3228
  msgid "Mark as Unread selected bookings"
3229
  msgstr ""
3230
 
3231
  #: core/admin/wpbc-toolbars.php:1141 core/admin/wpbc-toolbars.php:1220
3232
- #: core/lib/wpbc_all_translations.php:560
3233
  msgid "Show month"
3234
  msgstr ""
3235
 
3236
- #: core/admin/wpbc-toolbars.php:1155 core/lib/wpbc_all_translations.php:561
3237
  msgid "Show 3 months"
3238
  msgstr ""
3239
 
3240
- #: core/admin/wpbc-toolbars.php:1169 core/lib/wpbc_all_translations.php:562
3241
  msgid "Show year"
3242
  msgstr ""
3243
 
3244
- #: core/admin/wpbc-toolbars.php:1192 core/lib/wpbc_all_translations.php:563
3245
  msgid "Show day"
3246
  msgstr ""
3247
 
3248
- #: core/admin/wpbc-toolbars.php:1206 core/lib/wpbc_all_translations.php:564
3249
  msgid "Show week"
3250
  msgstr ""
3251
 
3252
- #: core/admin/wpbc-toolbars.php:1234 core/lib/wpbc_all_translations.php:565
3253
  msgid "Show 2 months"
3254
  msgstr ""
3255
 
3256
  #: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
3257
- #: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:566
3258
  msgid "Previous 4 weeks"
3259
  msgstr ""
3260
 
3261
  #: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
3262
- #: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:567
3263
  msgid "Previous week"
3264
  msgstr ""
3265
 
3266
  #: core/admin/wpbc-toolbars.php:1293 core/admin/wpbc-toolbars.php:1307
3267
- #: core/admin/wpbc-toolbars.php:1354 core/lib/wpbc_all_translations.php:568
3268
  msgid "Current week"
3269
  msgstr ""
3270
 
3271
  #: core/admin/wpbc-toolbars.php:1294 core/admin/wpbc-toolbars.php:1308
3272
- #: core/admin/wpbc-toolbars.php:1355 core/lib/wpbc_all_translations.php:569
3273
  msgid "Next week"
3274
  msgstr ""
3275
 
3276
  #: core/admin/wpbc-toolbars.php:1295 core/admin/wpbc-toolbars.php:1309
3277
- #: core/admin/wpbc-toolbars.php:1356 core/lib/wpbc_all_translations.php:570
3278
  msgid "Next 4 weeks"
3279
  msgstr ""
3280
 
3281
  #: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
3282
- #: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:571
3283
  msgid "Previous 3 months"
3284
  msgstr ""
3285
 
3286
  #: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
3287
- #: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:572
3288
  msgid "Previous month"
3289
  msgstr ""
3290
 
3291
  #: core/admin/wpbc-toolbars.php:1321 core/admin/wpbc-toolbars.php:1371
3292
- #: core/admin/wpbc-toolbars.php:1386 core/lib/wpbc_all_translations.php:573
3293
  msgid "Current month"
3294
  msgstr ""
3295
 
3296
  #: core/admin/wpbc-toolbars.php:1322 core/admin/wpbc-toolbars.php:1372
3297
- #: core/admin/wpbc-toolbars.php:1387 core/lib/wpbc_all_translations.php:574
3298
  msgid "Next month"
3299
  msgstr ""
3300
 
3301
  #: core/admin/wpbc-toolbars.php:1323 core/admin/wpbc-toolbars.php:1373
3302
- #: core/admin/wpbc-toolbars.php:1388 core/lib/wpbc_all_translations.php:575
3303
  msgid "Next 3 months"
3304
  msgstr ""
3305
 
3306
- #: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:576
3307
  msgid "Previous 7 days"
3308
  msgstr ""
3309
 
3310
- #: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:577
3311
  msgid "Previous day"
3312
  msgstr ""
3313
 
3314
- #: core/admin/wpbc-toolbars.php:1339 core/lib/wpbc_all_translations.php:578
3315
  msgid "Current day"
3316
  msgstr ""
3317
 
3318
- #: core/admin/wpbc-toolbars.php:1340 core/lib/wpbc_all_translations.php:579
3319
  msgid "Next day"
3320
  msgstr ""
3321
 
3322
- #: core/admin/wpbc-toolbars.php:1341 core/lib/wpbc_all_translations.php:580
3323
  msgid "Next 7 days"
3324
  msgstr ""
3325
 
3326
- #: core/admin/wpbc-toolbars.php:1612 core/lib/wpbc_all_translations.php:581
3327
  msgid "Number of months in one row"
3328
  msgstr ""
3329
 
3330
- #: core/admin/wpbc-toolbars.php:1657 core/lib/wpbc_all_translations.php:582
3331
  msgid "Calendar width"
3332
  msgstr ""
3333
 
3334
- #: core/admin/wpbc-toolbars.php:1705 core/lib/wpbc_all_translations.php:583
3335
  msgid "Calendar cell height"
3336
  msgstr ""
3337
 
3338
  #: core/admin/wpbc-toolbars.php:1812 core/admin/wpbc-toolbars.php:1813
3339
- #: core/lib/wpbc_all_translations.php:584
3340
  msgid "Send email notification to customer about this operation"
3341
  msgstr ""
3342
 
3343
  #: core/admin/wpbc-toolbars.php:1846 core/admin/wpbc-toolbars.php:1847
3344
- #: core/lib/wpbc_all_translations.php:585
3345
  msgid "Add to Google Calendar"
3346
  msgstr ""
3347
 
3348
- #: core/admin/wpbc-toolbars.php:2037 core/lib/wpbc_all_translations.php:586
3349
  #: inc/gateways/page-gateways.php:1389 inc/gateways/page-gateways.php:1407
3350
  msgid "Total"
3351
  msgstr ""
3352
 
3353
- #: core/admin/wpbc-toolbars.php:2173 core/lib/wpbc_all_translations.php:587
3354
  msgid "ID or Title"
3355
  msgstr ""
3356
 
3357
- #: core/any/api-emails.php:504 core/lib/wpbc_all_translations.php:588
3358
  msgid "Email copy to"
3359
  msgstr ""
3360
 
3361
  #: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
3362
- #: core/lib/wpbc_all_translations.php:589 core/wpbc-functions.php:2744 core/wpbc-functions.php:2767
3363
  msgid "Dismiss"
3364
  msgstr ""
3365
 
3366
- #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:590
3367
  #, php-format
3368
  msgid ""
3369
  "Probably you updated your paid version of Booking Calendar by free version or update process "
3370
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3371
  msgstr ""
3372
 
3373
- #: core/class/wpbc-class-welcome.php:1462 core/class/wpbc-class-welcome.php:1914
3374
- #: core/lib/wpbc_all_translations.php:591 inc/_ps/admin/page-settings-up.php:144
3375
  msgid "Purchase"
3376
  msgstr ""
3377
 
3378
- #: core/class/wpbc-class-welcome.php:1462 core/class/wpbc-class-welcome.php:1914
3379
- #: core/lib/wpbc_all_translations.php:592 inc/_ps/admin/page-settings-up.php:144
3380
  msgid "Upgrade Now"
3381
  msgstr ""
3382
 
3383
  #: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:89
3384
- #: core/lib/wpbc_all_translations.php:593 inc/gateways/ideal/wpbc-gw-ideal.php:1113
3385
  #, php-format
3386
  msgid ""
3387
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3388
  msgstr ""
3389
 
3390
- #: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:594
3391
  msgid "Set as Unread"
3392
  msgstr ""
3393
 
3394
- #: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:595
3395
  msgid "Set as Read"
3396
  msgstr ""
3397
 
3398
- #: core/lib/wpbc-ajax.php:206 core/lib/wpbc_all_translations.php:596
3399
  msgid "Set as Approved"
3400
  msgstr ""
3401
 
3402
- #: core/lib/wpbc-ajax.php:208 core/lib/wpbc_all_translations.php:597
3403
  msgid "Set as Pending"
3404
  msgstr ""
3405
 
3406
- #: core/lib/wpbc-ajax.php:228 core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:598
3407
  msgid "Reason for cancellation here"
3408
  msgstr ""
3409
 
3410
- #: core/lib/wpbc-ajax.php:229 core/lib/wpbc-ajax.php:304 core/lib/wpbc_all_translations.php:599
3411
  msgid "Reason of cancellation here"
3412
  msgstr ""
3413
 
3414
- #: core/lib/wpbc-ajax.php:272 core/lib/wpbc_all_translations.php:600
3415
  msgid "Moved to trash"
3416
  msgstr ""
3417
 
3418
- #: core/lib/wpbc-ajax.php:280 core/lib/wpbc_all_translations.php:601
3419
  msgid "Restored"
3420
  msgstr ""
3421
 
3422
- #: core/lib/wpbc-ajax.php:453 core/lib/wpbc_all_translations.php:602 inc/_ps/personal.php:141
3423
  msgid "Saved"
3424
  msgstr ""
3425
 
3426
- #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:603
3427
  msgid "The code you entered is incorrect"
3428
  msgstr ""
3429
 
3430
- #: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:604
3431
  msgid "Updating..."
3432
  msgstr ""
3433
 
3434
- #: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:605
3435
  #: inc/_ps/personal.php:2296 inc/_ps/personal.php:2487
3436
  msgid "Updated successfully"
3437
  msgstr ""
3438
 
3439
- #: core/lib/wpbc-booking-new.php:765 core/lib/wpbc_all_translations.php:606
3440
  msgid "Error!"
3441
  msgstr ""
3442
 
3443
- #: core/lib/wpbc-booking-new.php:766 core/lib/wpbc_all_translations.php:607
3444
  msgid ""
3445
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3446
  "booking again."
3447
  msgstr ""
3448
 
3449
- #: core/lib/wpbc_all_translations.php:608
 
 
 
 
3450
  msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
3451
  msgstr ""
3452
 
3453
- #: core/lib/wpbc_all_translations.php:609
3454
  #, php-format
3455
  msgid ""
3456
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3457
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3458
  msgstr ""
3459
 
3460
- #: core/lib/wpbc_all_translations.php:610
3461
  msgid "Copy to admin"
3462
  msgstr ""
3463
 
3464
- #: core/lib/wpbc_all_translations.php:611
3465
  msgid "Enable / disable sending copy of this email notification to admin"
3466
  msgstr ""
3467
 
3468
- #: core/lib/wpbc_all_translations.php:612
3469
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
3470
  msgstr ""
3471
 
3472
- #: core/lib/wpbc_all_translations.php:613
3473
  msgid "Email is sending to Visitor after Approval of booking."
3474
  msgstr ""
3475
 
3476
- #: core/lib/wpbc_all_translations.php:614
3477
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
3478
  msgstr ""
3479
 
3480
- #: core/lib/wpbc_all_translations.php:615
3481
  msgid "Email is sending to Visitor after Deleting of booking."
3482
  msgstr ""
3483
 
3484
- #: core/lib/wpbc_all_translations.php:616
3485
  msgid ""
3486
  "Customization of email template, which is sending to Visitor, when booking status is set to "
3487
  "Pending"
3488
  msgstr ""
3489
 
3490
- #: core/lib/wpbc_all_translations.php:617
3491
  msgid "Email is sending to Visitor after booking set as Pending."
3492
  msgstr ""
3493
 
3494
- #: core/lib/wpbc_all_translations.php:618
3495
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
3496
  msgstr ""
3497
 
3498
- #: core/lib/wpbc_all_translations.php:619
3499
  msgid "Confgure ULR feed(s) at this settings page."
3500
  msgstr ""
3501
 
3502
- #: core/lib/wpbc_all_translations.php:620
3503
  msgid "Reject"
3504
  msgstr ""
3505
 
3506
- #: core/lib/wpbc_all_translations.php:621
3507
  msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
3508
  msgstr ""
3509
 
3510
- #: core/lib/wpbc_all_translations.php:622
3511
  msgid "Google Calendar"
3512
  msgstr ""
3513
 
3514
- #: core/lib/wpbc_all_translations.php:623
3515
  msgid "Events Import"
3516
  msgstr ""
3517
 
3518
- #: core/lib/wpbc_all_translations.php:624
3519
  msgid "Import Settings"
3520
  msgstr ""
3521
 
3522
- #: core/lib/wpbc_all_translations.php:625
3523
  msgid "Customization of synchronization with Google Calendar"
3524
  msgstr ""
3525
 
3526
- #: core/lib/wpbc_all_translations.php:626 core/wpbc-debug.php:123 core/wpbc-emails.php:441
3527
  #: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
3528
  #: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
3529
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
@@ -3533,69 +3543,69 @@ msgstr ""
3533
  msgid "Error"
3534
  msgstr ""
3535
 
3536
- #: core/lib/wpbc_all_translations.php:627
3537
  msgid "does not exist"
3538
  msgstr ""
3539
 
3540
- #: core/lib/wpbc_all_translations.php:628 core/lib/wpdev-booking-class.php:493
3541
  msgid "Calendar is loading..."
3542
  msgstr ""
3543
 
3544
- #: core/lib/wpbc_all_translations.php:629 core/lib/wpdev-booking-class.php:677
3545
- #: core/lib/wpdev-booking-class.php:738 inc/_ps/personal.php:862 inc/_ps/personal.php:873
3546
  msgid "Wrong booking hash in URL (probably expired)"
3547
  msgstr ""
3548
 
3549
- #: core/lib/wpbc_all_translations.php:630
3550
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3551
  msgstr ""
3552
 
3553
- #: core/lib/wpbc_all_translations.php:631 core/lib/wpdev-booking-class.php:858
3554
  #, php-format
3555
  msgid ""
3556
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3557
  "about this issue at %sthis page%s"
3558
  msgstr ""
3559
 
3560
- #: core/lib/wpbc_all_translations.php:632 core/lib/wpdev-booking-class.php:1125
3561
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3562
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3563
  msgstr ""
3564
 
3565
- #: core/lib/wpbc_all_translations.php:633 core/lib/wpdev-booking-class.php:1007
3566
- #: core/lib/wpdev-booking-class.php:1254 core/lib/wpdev-booking-class.php:1256
3567
  msgid "Wrong booking hash in URL. Probably hash is expired."
3568
  msgstr ""
3569
 
3570
- #: core/lib/wpbc_all_translations.php:634 core/lib/wpdev-booking-class.php:1011
3571
- #: core/lib/wpdev-booking-class.php:1260
3572
  msgid "You do not set any parameters for booking editing"
3573
  msgstr ""
3574
 
3575
- #: core/lib/wpbc_all_translations.php:635 core/lib/wpdev-booking-class.php:1013
3576
- #: core/lib/wpdev-booking-class.php:1262
3577
  #, php-format
3578
  msgid "Please check more about configuration at %sthis page%s"
3579
  msgstr ""
3580
 
3581
- #: core/lib/wpbc_all_translations.php:636 core/lib/wpdev-booking-widget.php:108
3582
  msgid "Booking form with calendar"
3583
  msgstr ""
3584
 
3585
- #: core/lib/wpbc_all_translations.php:637 core/lib/wpdev-booking-widget.php:109
3586
  msgid "Only availability calendar"
3587
  msgstr ""
3588
 
3589
- #: core/lib/wpbc_all_translations.php:638 core/lib/wpdev-booking-widget.php:150
3590
  msgid "Footer"
3591
  msgstr ""
3592
 
3593
- #: core/lib/wpbc_all_translations.php:639 core/lib/wpdev-booking-widget.php:155
3594
  #, php-format
3595
  msgid "Example: %sMake booking here%s"
3596
  msgstr ""
3597
 
3598
- #: core/lib/wpbc_all_translations.php:640 core/lib/wpdev-booking-widget.php:159
3599
  #: inc/_ps/wpbc-booking-select-widget.php:263
3600
  #, php-format
3601
  msgid ""
@@ -3603,103 +3613,103 @@ msgid ""
3603
  "at the same page, then the last will not be visible."
3604
  msgstr ""
3605
 
3606
- #: core/lib/wpbc_all_translations.php:641 core/lib/wpdev-booking-widget.php:163
3607
  #, php-format
3608
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3609
  msgstr ""
3610
 
3611
- #: core/lib/wpbc_all_translations.php:642 core/sync/wpbc-gcal-class.php:300
3612
  msgid "Importing Feed"
3613
  msgstr ""
3614
 
3615
- #: core/lib/wpbc_all_translations.php:643 core/sync/wpbc-gcal-class.php:316
3616
  msgid "Data Parsing"
3617
  msgstr ""
3618
 
3619
- #: core/lib/wpbc_all_translations.php:644 core/sync/wpbc-gcal-class.php:423
3620
  msgid ""
3621
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3622
  "correct."
3623
  msgstr ""
3624
 
3625
- #: core/lib/wpbc_all_translations.php:645 core/sync/wpbc-gcal-class.php:430
3626
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3627
  msgstr ""
3628
 
3629
- #: core/lib/wpbc_all_translations.php:646 core/sync/wpbc-gcal-class.php:433
3630
  msgid ""
3631
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3632
  "calendar."
3633
  msgstr ""
3634
 
3635
- #: core/lib/wpbc_all_translations.php:647 core/sync/wpbc-gcal-class.php:436
3636
  #, php-format
3637
  msgid ""
3638
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3639
  msgstr ""
3640
 
3641
- #: core/lib/wpbc_all_translations.php:648 core/sync/wpbc-gcal-class.php:609
3642
  #: core/sync/wpbc-gcal-class.php:659
3643
  msgid "GID"
3644
  msgstr ""
3645
 
3646
- #: core/lib/wpbc_all_translations.php:649 core/sync/wpbc-gcal-class.php:623
3647
  msgid "Selection"
3648
  msgstr ""
3649
 
3650
- #: core/lib/wpbc_all_translations.php:650 core/sync/wpbc-gcal-class.php:637
3651
  msgid "Location:"
3652
  msgstr ""
3653
 
3654
- #: core/lib/wpbc_all_translations.php:651 core/sync/wpbc-gcal-class.php:667
3655
  msgid "Reload page"
3656
  msgstr ""
3657
 
3658
- #: core/lib/wpbc_all_translations.php:652 core/sync/wpbc-gcal-class.php:680
3659
  msgid "Delete selected booking(s)"
3660
  msgstr ""
3661
 
3662
- #: core/lib/wpbc_all_translations.php:653 core/sync/wpbc-gcal.php:279
3663
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3664
  msgstr ""
3665
 
3666
- #: core/lib/wpbc_all_translations.php:654 core/sync/wpbc-gcal.php:399
3667
  msgid "Retrieve Google Calendar Events "
3668
  msgstr ""
3669
 
3670
- #: core/lib/wpbc_all_translations.php:655 core/sync/wpbc-gcal.php:405
3671
  msgid "Please configure settings for import Google Calendar events"
3672
  msgstr ""
3673
 
3674
- #: core/lib/wpbc_all_translations.php:656 core/sync/wpbc-gcal.php:433
3675
  msgid "Configure"
3676
  msgstr ""
3677
 
3678
- #: core/lib/wpbc_all_translations.php:657 core/wpbc-activation.php:565
3679
  #, php-format
3680
  msgid "%s Found %s not indexed bookings %s"
3681
  msgstr ""
3682
 
3683
- #: core/lib/wpbc_all_translations.php:658 core/wpbc-activation.php:580
3684
  #, php-format
3685
  msgid "%s Finish getting sort dates. %s"
3686
  msgstr ""
3687
 
3688
- #: core/lib/wpbc_all_translations.php:659 core/wpbc-activation.php:589
3689
  #, php-format
3690
  msgid "Updated booking: %s"
3691
  msgstr ""
3692
 
3693
- #: core/lib/wpbc_all_translations.php:660 core/wpbc-activation.php:997
3694
  msgid "Booking form"
3695
  msgstr ""
3696
 
3697
- #: core/lib/wpbc_all_translations.php:661 core/wpbc-activation.php:1089
3698
  #: inc/_ps/admin/page-email-edit.php:310
3699
  msgid "The reservation has been modified"
3700
  msgstr ""
3701
 
3702
- #: core/lib/wpbc_all_translations.php:662 core/wpbc-activation.php:1090
3703
  #: inc/_ps/admin/page-email-edit.php:324
3704
  #, php-format
3705
  msgid ""
@@ -3707,23 +3717,23 @@ msgid ""
3707
  "Thank you, %s"
3708
  msgstr ""
3709
 
3710
- #: core/lib/wpbc_all_translations.php:663 core/wpbc-activation.php:1130
3711
  #: inc/_bs/admin/api-settings-s.php:376
3712
  msgid "Booked Times:"
3713
  msgstr ""
3714
 
3715
- #: core/lib/wpbc_all_translations.php:664 core/wpbc-activation.php:1150
3716
  msgid ""
3717
  "This booking canceled because we did not receive payment and the administrator did not approve "
3718
  "it."
3719
  msgstr ""
3720
 
3721
- #: core/lib/wpbc_all_translations.php:665 core/wpbc-activation.php:1182
3722
  #: inc/_bs/admin/page-email-payment.php:314
3723
  msgid "You need to make payment for this reservation"
3724
  msgstr ""
3725
 
3726
- #: core/lib/wpbc_all_translations.php:666 core/wpbc-activation.php:1183
3727
  #: inc/_bs/admin/page-email-payment.php:328
3728
  #, php-format
3729
  msgid ""
@@ -3731,33 +3741,33 @@ msgid ""
3731
  "Thank you, %s"
3732
  msgstr ""
3733
 
3734
- #: core/lib/wpbc_all_translations.php:667 core/wpbc-activation.php:1220
3735
  #: inc/_bm/admin/api-settings-m.php:247
3736
  msgid "Cost: "
3737
  msgstr ""
3738
 
3739
- #: core/lib/wpbc_all_translations.php:668 core/wpbc-activation.php:1251
3740
  #: inc/_bl/admin/api-settings-l.php:75
3741
  msgid "Available: "
3742
  msgstr ""
3743
 
3744
- #: core/lib/wpbc_all_translations.php:669 core/wpbc-emails.php:78
3745
  msgid "Booking system"
3746
  msgstr ""
3747
 
3748
- #: core/lib/wpbc_all_translations.php:670 core/wpbc-emails.php:184
3749
  msgid ""
3750
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3751
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3752
  "Settings Fields page."
3753
  msgstr ""
3754
 
3755
- #: core/lib/wpbc_all_translations.php:671 core/wpbc-emails.php:187
3756
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:802
3757
  msgid "You can use following shortcodes in content of this template"
3758
  msgstr ""
3759
 
3760
- #: core/lib/wpbc_all_translations.php:672 core/wpbc-emails.php:191
3761
  #: inc/gateways/page-gateways.php:1040
3762
  #, php-format
3763
  msgid ""
@@ -3765,400 +3775,400 @@ msgid ""
3765
  "Fields page"
3766
  msgstr ""
3767
 
3768
- #: core/lib/wpbc_all_translations.php:673 core/wpbc-emails.php:193
3769
  #, php-format
3770
  msgid "%s - inserting data info about the booking"
3771
  msgstr ""
3772
 
3773
- #: core/lib/wpbc_all_translations.php:674 core/wpbc-emails.php:197
3774
  #, php-format
3775
  msgid "%s - inserting the dates of booking"
3776
  msgstr ""
3777
 
3778
- #: core/lib/wpbc_all_translations.php:675 core/wpbc-emails.php:201
3779
  #, php-format
3780
  msgid "%s - inserting check-in date (first day of reservation),"
3781
  msgstr ""
3782
 
3783
- #: core/lib/wpbc_all_translations.php:676 core/wpbc-emails.php:205 core/wpbc-emails.php:206
3784
  #, php-format
3785
  msgid "%s - inserting check-out date (last day of reservation),"
3786
  msgstr ""
3787
 
3788
- #: core/lib/wpbc_all_translations.php:677 core/wpbc-emails.php:211
3789
  #, php-format
3790
  msgid "%s - inserting the number of booking dates "
3791
  msgstr ""
3792
 
3793
- #: core/lib/wpbc_all_translations.php:678 core/wpbc-emails.php:217
3794
  #, php-format
3795
  msgid "%s - inserting ID of booking "
3796
  msgstr ""
3797
 
3798
- #: core/lib/wpbc_all_translations.php:679 core/wpbc-emails.php:222
3799
  #, php-format
3800
  msgid "%s or %s - inserting the title of the booking resource "
3801
  msgstr ""
3802
 
3803
- #: core/lib/wpbc_all_translations.php:680 core/wpbc-emails.php:228
3804
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
3805
  #, php-format
3806
  msgid "%s - inserting the cost of booking "
3807
  msgstr ""
3808
 
3809
- #: core/lib/wpbc_all_translations.php:681 core/wpbc-emails.php:234
3810
  #, php-format
3811
  msgid "%s - inserting your site URL "
3812
  msgstr ""
3813
 
3814
- #: core/lib/wpbc_all_translations.php:682 core/wpbc-emails.php:237
3815
  #, php-format
3816
  msgid "%s - inserting IP address of the user who made this action "
3817
  msgstr ""
3818
 
3819
- #: core/lib/wpbc_all_translations.php:683 core/wpbc-emails.php:238
3820
  #, php-format
3821
  msgid ""
3822
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
3823
  msgstr ""
3824
 
3825
- #: core/lib/wpbc_all_translations.php:684 core/wpbc-emails.php:239
3826
  #, php-format
3827
  msgid "%s - inserting address of the page (if any), where visitor make this action "
3828
  msgstr ""
3829
 
3830
- #: core/lib/wpbc_all_translations.php:685 core/wpbc-emails.php:243
3831
  #, php-format
3832
  msgid "%s - inserting date of this action "
3833
  msgstr ""
3834
 
3835
- #: core/lib/wpbc_all_translations.php:686 core/wpbc-emails.php:240
3836
  #, php-format
3837
  msgid "%s - inserting time of this action "
3838
  msgstr ""
3839
 
3840
- #: core/lib/wpbc_all_translations.php:687 core/wpbc-emails.php:257
3841
  #, php-format
3842
  msgid "%s - inserting moderate link of new booking "
3843
  msgstr ""
3844
 
3845
- #: core/lib/wpbc_all_translations.php:688 core/wpbc-emails.php:268
3846
  #, php-format
3847
  msgid ""
3848
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
3849
  "parameter for setting different %s of this page. Example: %s )"
3850
  msgstr ""
3851
 
3852
- #: core/lib/wpbc_all_translations.php:689 core/wpbc-emails.php:272
3853
  #, php-format
3854
  msgid ""
3855
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
3856
  "%s parameter for setting different %s of this page. Example: %s )"
3857
  msgstr ""
3858
 
3859
- #: core/lib/wpbc_all_translations.php:690 core/wpbc-emails.php:277
3860
  #, php-format
3861
  msgid ""
3862
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
3863
  "the %s parameter for setting different %s of this page. Example: %s )"
3864
  msgstr ""
3865
 
3866
- #: core/lib/wpbc_all_translations.php:691 core/wpbc-emails.php:281
3867
  #, php-format
3868
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
3869
  msgstr ""
3870
 
3871
- #: core/lib/wpbc_all_translations.php:692 core/wpbc-emails.php:287
3872
  #, php-format
3873
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
3874
  msgstr ""
3875
 
3876
- #: core/lib/wpbc_all_translations.php:693 core/wpbc-emails.php:295 core/wpbc-translation.php:271
3877
  msgid "Configuration in several languages"
3878
  msgstr ""
3879
 
3880
- #: core/lib/wpbc_all_translations.php:694 core/wpbc-emails.php:296 core/wpbc-translation.php:272
3881
  #, php-format
3882
  msgid "%s - start new translation section, where %s - locale of translation"
3883
  msgstr ""
3884
 
3885
- #: core/lib/wpbc_all_translations.php:695 core/wpbc-emails.php:297 core/wpbc-translation.php:273
3886
  #, php-format
3887
  msgid "Example #1: %s - start French translation section"
3888
  msgstr ""
3889
 
3890
- #: core/lib/wpbc_all_translations.php:696 core/wpbc-emails.php:298 core/wpbc-translation.php:274
3891
  #, php-format
3892
  msgid "Example #2: \"%s\" - English and French translation of some message"
3893
  msgstr ""
3894
 
3895
- #: core/lib/wpbc_all_translations.php:697 core/wpbc-functions.php:984 inc/_bm/biz_m.php:1984
3896
  msgid "yes"
3897
  msgstr ""
3898
 
3899
- #: core/lib/wpbc_all_translations.php:698 core/wpbc-functions.php:988
3900
  msgid "no"
3901
  msgstr ""
3902
 
3903
- #: core/lib/wpbc_all_translations.php:699 core/wpbc-functions.php:1877
3904
  #: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:570
3905
  msgid "Costs and Rates"
3906
  msgstr ""
3907
 
3908
- #: core/lib/wpbc_all_translations.php:700 core/wpbc-functions.php:1886
3909
  #: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
3910
  #: inc/gateways/page-gateways.php:92
3911
  msgid "Advanced Cost"
3912
  msgstr ""
3913
 
3914
- #: core/lib/wpbc_all_translations.php:701 core/wpbc-functions.php:1895
3915
  #: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
3916
  msgid "Coupons"
3917
  msgstr ""
3918
 
3919
- #: core/lib/wpbc_all_translations.php:702 core/wpbc-functions.php:1913
3920
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
3921
  msgid "Season Filters"
3922
  msgstr ""
3923
 
3924
- #: core/lib/wpbc_all_translations.php:703 core/wpbc-functions.php:2075
3925
  msgid "Warning! Some error occur, during sending registration request."
3926
  msgstr ""
3927
 
3928
- #: core/lib/wpbc_all_translations.php:704 core/wpbc-functions.php:2080
3929
  msgid ""
3930
  "Please refresh this page and if the same error appear again contact support by email (with info "
3931
  "about order number and website) for finishing the registrations"
3932
  msgstr ""
3933
 
3934
- #: core/lib/wpbc_all_translations.php:705 core/wpbc-functions.php:2108
3935
  #, php-format
3936
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
3937
  msgstr ""
3938
 
3939
- #: core/lib/wpbc_all_translations.php:706 core/wpbc-functions.php:2276
3940
  msgid "Changes saved."
3941
  msgstr ""
3942
 
3943
- #: core/lib/wpbc_all_translations.php:707 core/wpbc-functions.php:2382
3944
  msgid "Click to toggle"
3945
  msgstr ""
3946
 
3947
- #: core/lib/wpbc_all_translations.php:708 core/wpbc-functions.php:2444
3948
  msgid "Prev"
3949
  msgstr ""
3950
 
3951
- #: core/lib/wpbc_all_translations.php:709 core/wpbc-functions.php:2806
3952
  msgid "We&#8217;ve assembled some links to get you started:"
3953
  msgstr ""
3954
 
3955
- #: core/lib/wpbc_all_translations.php:710 core/wpbc-functions.php:2809
3956
  msgid "Get Started"
3957
  msgstr ""
3958
 
3959
- #: core/lib/wpbc_all_translations.php:711 core/wpbc-functions.php:2812
3960
  #, php-format
3961
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
3962
  msgstr ""
3963
 
3964
- #: core/lib/wpbc_all_translations.php:712 core/wpbc-functions.php:2821
3965
  #, php-format
3966
  msgid "or add booking calendar %sWidget%s to your sidebar."
3967
  msgstr ""
3968
 
3969
- #: core/lib/wpbc_all_translations.php:713 core/wpbc-functions.php:2827
3970
  #, php-format
3971
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
3972
  msgstr ""
3973
 
3974
- #: core/lib/wpbc_all_translations.php:714 core/wpbc-functions.php:2834
3975
  #, php-format
3976
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
3977
  msgstr ""
3978
 
3979
- #: core/lib/wpbc_all_translations.php:715 core/wpbc-functions.php:2840
3980
  msgid "Next Steps"
3981
  msgstr ""
3982
 
3983
- #: core/lib/wpbc_all_translations.php:716 core/wpbc-functions.php:2843
3984
  #, php-format
3985
  msgid "Check %sBooking Listing%s page for new bookings."
3986
  msgstr ""
3987
 
3988
- #: core/lib/wpbc_all_translations.php:717 core/wpbc-functions.php:2848
3989
  #, php-format
3990
  msgid "Configure booking %sSettings%s."
3991
  msgstr ""
3992
 
3993
- #: core/lib/wpbc_all_translations.php:718 core/wpbc-functions.php:2852
3994
  #, php-format
3995
  msgid "Configure predefined set of your %sForm Fields%s."
3996
  msgstr ""
3997
 
3998
- #: core/lib/wpbc_all_translations.php:719 core/wpbc-functions.php:2856
3999
  #, php-format
4000
  msgid "Configure your predefined %sEmail Templates%s."
4001
  msgstr ""
4002
 
4003
- #: core/lib/wpbc_all_translations.php:720 core/wpbc-functions.php:2862
4004
  msgid "Have a questions?"
4005
  msgstr ""
4006
 
4007
- #: core/lib/wpbc_all_translations.php:721 core/wpbc-functions.php:2865
4008
  #, php-format
4009
  msgid "Check out our %sHelp%s"
4010
  msgstr ""
4011
 
4012
- #: core/lib/wpbc_all_translations.php:722 core/wpbc-functions.php:2870
4013
  #, php-format
4014
  msgid "See %sFAQ%s."
4015
  msgstr ""
4016
 
4017
- #: core/lib/wpbc_all_translations.php:723 core/wpbc-functions.php:2875
4018
  #, php-format
4019
  msgid "Still having questions? Contact %sSupport%s."
4020
  msgstr ""
4021
 
4022
- #: core/lib/wpbc_all_translations.php:724 core/wpbc-functions.php:2883 core/wpbc.php:205
4023
  #, php-format
4024
  msgid "Need even more functionality? Check %s higher versions %s"
4025
  msgstr ""
4026
 
4027
- #: core/lib/wpbc_all_translations.php:725 core/wpbc-js.php:112
4028
  msgid "This field is required"
4029
  msgstr ""
4030
 
4031
- #: core/lib/wpbc_all_translations.php:726 core/wpbc-js.php:113
4032
  msgid "This checkbox must be checked"
4033
  msgstr ""
4034
 
4035
- #: core/lib/wpbc_all_translations.php:727 core/wpbc-js.php:114
4036
  msgid "At least one option must be selected"
4037
  msgstr ""
4038
 
4039
- #: core/lib/wpbc_all_translations.php:728 core/wpbc-js.php:115
4040
  msgid "Incorrect email field"
4041
  msgstr ""
4042
 
4043
- #: core/lib/wpbc_all_translations.php:729 core/wpbc-js.php:116
4044
  msgid "Your emails do not match"
4045
  msgstr ""
4046
 
4047
- #: core/lib/wpbc_all_translations.php:730 core/wpbc-js.php:117
4048
  msgid "Please, select booking date(s) at Calendar."
4049
  msgstr ""
4050
 
4051
- #: core/lib/wpbc_all_translations.php:732 core/wpbc-js.php:132
4052
  msgid "Deleting"
4053
  msgstr ""
4054
 
4055
- #: core/lib/wpbc_all_translations.php:733 core/wpbc-js.php:133
4056
  msgid "Updating"
4057
  msgstr ""
4058
 
4059
- #: core/lib/wpbc_all_translations.php:734 core/wpbc-js.php:134
4060
  msgid "Saving"
4061
  msgstr ""
4062
 
4063
- #: core/lib/wpbc_all_translations.php:735 core/wpbc.php:97
4064
  msgid "Booking"
4065
  msgstr ""
4066
 
4067
- #: core/lib/wpbc_all_translations.php:736 core/wpbc.php:289 core/wpbc.php:296
4068
  msgid "Action is not allowed!"
4069
  msgstr ""
4070
 
4071
- #: core/lib/wpbc_all_translations.php:737 inc/_bl/admin/activation-l.php:119
4072
  #: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
4073
  #: inc/_bl/admin/page-search.php:623 inc/_bm/admin/api-settings-m.php:567 inc/_bm/m-toolbar.php:62
4074
- #: inc/_bm/m-toolbar.php:404 inc/_ps/admin/page-settings-form.php:319
4075
  #: inc/_ps/wpbc-booking-select-widget.php:230
4076
  msgid "Standard"
4077
  msgstr ""
4078
 
4079
- #: core/lib/wpbc_all_translations.php:738 inc/_bl/admin/activation-l.php:120
4080
  #: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
4081
  #: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
4082
  msgid "Superior"
4083
  msgstr ""
4084
 
4085
- #: core/lib/wpbc_all_translations.php:739 inc/_bl/admin/activation-l.php:120
4086
  #: inc/_bs/admin/activation-s.php:93
4087
  msgid "Resource #1"
4088
  msgstr ""
4089
 
4090
- #: core/lib/wpbc_all_translations.php:740 inc/_bl/admin/activation-l.php:121
4091
  #: inc/_bl/admin/activation-l.php:125
4092
  msgid "Presidential Suite"
4093
  msgstr ""
4094
 
4095
- #: core/lib/wpbc_all_translations.php:741 inc/_bl/admin/activation-l.php:121
4096
  #: inc/_bs/admin/activation-s.php:94
4097
  msgid "Resource #2"
4098
  msgstr ""
4099
 
4100
- #: core/lib/wpbc_all_translations.php:742 inc/_bl/admin/activation-l.php:122
4101
  #: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
4102
  msgid "Royal Villa"
4103
  msgstr ""
4104
 
4105
- #: core/lib/wpbc_all_translations.php:743 inc/_bl/admin/activation-l.php:122
4106
  #: inc/_bs/admin/activation-s.php:95
4107
  msgid "Resource #3"
4108
  msgstr ""
4109
 
4110
- #: core/lib/wpbc_all_translations.php:744 inc/_bl/admin/api-settings-l.php:34
4111
  msgid ""
4112
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
4113
  "for search results"
4114
  msgstr ""
4115
 
4116
- #: core/lib/wpbc_all_translations.php:745 inc/_bl/admin/api-settings-l.php:43
4117
  msgid ""
4118
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
4119
  "1 search results"
4120
  msgstr ""
4121
 
4122
- #: core/lib/wpbc_all_translations.php:746 inc/_bl/admin/api-settings-l.php:66
4123
  msgid "Show availability in tooltip"
4124
  msgstr ""
4125
 
4126
- #: core/lib/wpbc_all_translations.php:747 inc/_bl/admin/api-settings-l.php:67
4127
  msgid ""
4128
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
4129
  "hovers over each day on the calendar(s)."
4130
  msgstr ""
4131
 
4132
- #: core/lib/wpbc_all_translations.php:748 inc/_bl/admin/api-settings-l.php:76
4133
  msgid "Availability Title"
4134
  msgstr ""
4135
 
4136
- #: core/lib/wpbc_all_translations.php:749 inc/_bl/admin/api-settings-l.php:77
4137
  #, php-format
4138
  msgid "Type your %savailability%s description"
4139
  msgstr ""
4140
 
4141
- #: core/lib/wpbc_all_translations.php:750 inc/_bl/admin/api-settings-l.php:101
4142
  msgid "Use pending days as available"
4143
  msgstr ""
4144
 
4145
- #: core/lib/wpbc_all_translations.php:751 inc/_bl/admin/api-settings-l.php:102
4146
  msgid "Check this box if you want to show the pending days as available in calendars"
4147
  msgstr ""
4148
 
4149
- #: core/lib/wpbc_all_translations.php:752 inc/_bl/admin/api-settings-l.php:110
4150
  #: inc/_bs/admin/api-settings-s.php:516
4151
  msgid "Auto-cancel bookings"
4152
  msgstr ""
4153
 
4154
- #: core/lib/wpbc_all_translations.php:753 inc/_bl/admin/api-settings-l.php:111
4155
  #: inc/_bl/admin/api-settings-l.php:131
4156
  msgid ""
4157
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
4158
  "date(s)"
4159
  msgstr ""
4160
 
4161
- #: core/lib/wpbc_all_translations.php:754 inc/_bl/admin/api-settings-l.php:129
4162
  #: inc/_bl/admin/api-settings-l.php:289
4163
  msgid ""
4164
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
@@ -4166,128 +4176,128 @@ msgid ""
4166
  "approved booking, will be automatically canceled!"
4167
  msgstr ""
4168
 
4169
- #: core/lib/wpbc_all_translations.php:755 inc/_bl/admin/api-settings-l.php:160
4170
  msgid "Set capacity based on number of visitors"
4171
  msgstr ""
4172
 
4173
- #: core/lib/wpbc_all_translations.php:756 inc/_bl/admin/api-settings-l.php:161
4174
  msgid ""
4175
  "Check this box if you want total availability (daily capacity) to depend on the number of "
4176
  "selected visitors."
4177
  msgstr ""
4178
 
4179
- #: core/lib/wpbc_all_translations.php:757 inc/_bl/admin/api-settings-l.php:162
4180
  #: inc/_ps/admin/api-settings-p.php:285 inc/_ps/admin/api-settings-p.php:298
4181
  #, php-format
4182
  msgid "Please read more info about configuration of this parameter %shere%s"
4183
  msgstr ""
4184
 
4185
- #: core/lib/wpbc_all_translations.php:758 inc/_bl/admin/api-settings-l.php:177
4186
  msgid ""
4187
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
4188
  "resource items remaining for each day."
4189
  msgstr ""
4190
 
4191
- #: core/lib/wpbc_all_translations.php:759 inc/_bl/admin/api-settings-l.php:180
4192
  #, php-format
4193
  msgid ""
4194
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
4195
  "of visitors specified on the booking form."
4196
  msgstr ""
4197
 
4198
- #: core/lib/wpbc_all_translations.php:760 inc/_bl/admin/api-settings-l.php:183
4199
  msgid ""
4200
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
4201
  "for the resource, which can be at free booking resource items."
4202
  msgstr ""
4203
 
4204
- #: core/lib/wpbc_all_translations.php:761 inc/_bl/admin/api-settings-l.php:186
4205
  #, php-format
4206
  msgid ""
4207
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
4208
  "visitors specified on the booking form."
4209
  msgstr ""
4210
 
4211
- #: core/lib/wpbc_all_translations.php:762 inc/_bl/admin/api-settings-l.php:214
4212
  msgid "Disable bookings in different booking resources"
4213
  msgstr ""
4214
 
4215
- #: core/lib/wpbc_all_translations.php:763 inc/_bl/admin/api-settings-l.php:215
4216
  msgid ""
4217
  "Check this box to dissable reservations, which can be stored in different booking resources."
4218
  msgstr ""
4219
 
4220
- #: core/lib/wpbc_all_translations.php:764 inc/_bl/admin/api-settings-l.php:216
4221
  msgid ""
4222
  "When checked, all reserved days must be at same booking resource otherwise error message will "
4223
  "show."
4224
  msgstr ""
4225
 
4226
- #: core/lib/wpbc_all_translations.php:765 inc/_bl/admin/api-settings-l.php:337
4227
  #: inc/_ps/p-toolbar.php:1173
4228
  msgid "Parent"
4229
  msgstr ""
4230
 
4231
- #: core/lib/wpbc_all_translations.php:766 inc/_bl/admin/api-settings-l.php:343
4232
  #: inc/_ps/p-toolbar.php:1191
4233
  msgid "Priority"
4234
  msgstr ""
4235
 
4236
- #: core/lib/wpbc_all_translations.php:767 inc/_bl/admin/api-settings-l.php:350
4237
  msgid "Max visitors"
4238
  msgstr ""
4239
 
4240
- #: core/lib/wpbc_all_translations.php:768 inc/_bl/admin/api-settings-l.php:470
4241
  msgid "Single"
4242
  msgstr ""
4243
 
4244
- #: core/lib/wpbc_all_translations.php:769 inc/_bl/admin/api-settings-l.php:472
4245
  msgid "Child"
4246
  msgstr ""
4247
 
4248
- #: core/lib/wpbc_all_translations.php:770 inc/_bl/admin/page-coupons.php:46
4249
  msgid "Setting coupons for discount"
4250
  msgstr ""
4251
 
4252
- #: core/lib/wpbc_all_translations.php:771 inc/_bl/admin/page-coupons.php:122
4253
  #: inc/_bm/m-toolbar.php:590 inc/_bm/m-toolbar.php:592
4254
  msgid "Create dates filter"
4255
  msgstr ""
4256
 
4257
- #: core/lib/wpbc_all_translations.php:772 inc/_bl/admin/page-coupons.php:124
4258
  #: inc/_bl/admin/page-coupons.php:871
4259
  msgid "Add New Discount Coupon"
4260
  msgstr ""
4261
 
4262
- #: core/lib/wpbc_all_translations.php:773 inc/_bl/admin/page-coupons.php:214
4263
  #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
4264
  #: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
4265
  msgid "Bulk Actions"
4266
  msgstr ""
4267
 
4268
- #: core/lib/wpbc_all_translations.php:774 inc/_bl/admin/page-coupons.php:505
4269
  #: inc/_bl/admin/page-coupons.php:1170
4270
  msgid "Coupon Code"
4271
  msgstr ""
4272
 
4273
- #: core/lib/wpbc_all_translations.php:775 inc/_bl/admin/page-coupons.php:511
4274
  #: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
4275
  msgid "Savings"
4276
  msgstr ""
4277
 
4278
- #: core/lib/wpbc_all_translations.php:776 inc/_bl/admin/page-coupons.php:517
4279
  msgid "Minimum Cost"
4280
  msgstr ""
4281
 
4282
- #: core/lib/wpbc_all_translations.php:777 inc/_bl/admin/page-coupons.php:524
4283
  msgid "Expiration"
4284
  msgstr ""
4285
 
4286
- #: core/lib/wpbc_all_translations.php:778 inc/_bl/admin/page-coupons.php:533
4287
  msgid "Number of usage"
4288
  msgstr ""
4289
 
4290
- #: core/lib/wpbc_all_translations.php:779 inc/_bl/admin/page-coupons.php:585
4291
  #: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
4292
  #: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
4293
  #: inc/_bm/admin/page-cost.php:632 inc/_bm/admin/page-seasons.php:565
@@ -4296,284 +4306,284 @@ msgstr ""
4296
  msgid "Select Booking Resource"
4297
  msgstr ""
4298
 
4299
- #: core/lib/wpbc_all_translations.php:780 inc/_bl/admin/page-coupons.php:776
4300
  #: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
4301
  #: inc/_ps/p-toolbar.php:682
4302
  msgid "All resources"
4303
  msgstr ""
4304
 
4305
- #: core/lib/wpbc_all_translations.php:781 inc/_bl/admin/page-coupons.php:993
4306
  #: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
4307
  msgid "Coupon"
4308
  msgstr ""
4309
 
4310
- #: core/lib/wpbc_all_translations.php:782 inc/_bl/admin/page-coupons.php:1171
4311
  msgid "Enter coupon code."
4312
  msgstr ""
4313
 
4314
- #: core/lib/wpbc_all_translations.php:783 inc/_bl/admin/page-coupons.php:1232
4315
  msgid "Enter number of fixed or percentage savings."
4316
  msgstr ""
4317
 
4318
- #: core/lib/wpbc_all_translations.php:784 inc/_bl/admin/page-coupons.php:1235
4319
  msgid "Expiration Date"
4320
  msgstr ""
4321
 
4322
- #: core/lib/wpbc_all_translations.php:785 inc/_bl/admin/page-coupons.php:1311
4323
  msgid "Select Expiration Date of the coupon."
4324
  msgstr ""
4325
 
4326
- #: core/lib/wpbc_all_translations.php:786 inc/_bl/admin/page-coupons.php:1318
4327
  msgid "Minimum Booking Cost"
4328
  msgstr ""
4329
 
4330
- #: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/page-coupons.php:1319
4331
  msgid "Enter minimum booking cost, when coupon is applicable."
4332
  msgstr ""
4333
 
4334
- #: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/page-coupons.php:1336
4335
  msgid "Maximum number of usage"
4336
  msgstr ""
4337
 
4338
- #: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/page-coupons.php:1337
4339
  msgid "Enter maximum number of times, when coupon is applicable."
4340
  msgstr ""
4341
 
4342
- #: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/page-coupons.php:1360
4343
  msgid "Select booking resources, where is possible to apply this coupon code."
4344
  msgstr ""
4345
 
4346
- #: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/page-coupons.php:1378
4347
  #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
4348
  #: inc/_ps/p-toolbar.php:1117
4349
  msgid "Add New"
4350
  msgstr ""
4351
 
4352
- #: core/lib/wpbc_all_translations.php:792 inc/_bl/admin/page-search.php:75
4353
- #: inc/_bl/admin/page-search.php:114 inc/_ps/admin/page-settings-form.php:599
4354
  #: inc/gateways/page-gateways.php:1039
4355
  msgid "Use these shortcodes for customization: "
4356
  msgstr ""
4357
 
4358
- #: core/lib/wpbc_all_translations.php:793 inc/_bl/admin/page-search.php:76
4359
  #, php-format
4360
  msgid "%s - search inside posts/pages which are part of this category, "
4361
  msgstr ""
4362
 
4363
- #: core/lib/wpbc_all_translations.php:794 inc/_bl/admin/page-search.php:77
4364
  #, php-format
4365
  msgid "%s - search inside posts/pages which have this tag, "
4366
  msgstr ""
4367
 
4368
- #: core/lib/wpbc_all_translations.php:795 inc/_bl/admin/page-search.php:78
4369
  #: inc/_bl/admin/page-search.php:130
4370
  #, php-format
4371
  msgid "%s - check-in date, "
4372
  msgstr ""
4373
 
4374
- #: core/lib/wpbc_all_translations.php:796 inc/_bl/admin/page-search.php:79
4375
  #: inc/_bl/admin/page-search.php:131
4376
  #, php-format
4377
  msgid "%s - check-out date, "
4378
  msgstr ""
4379
 
4380
- #: core/lib/wpbc_all_translations.php:797 inc/_bl/admin/page-search.php:80
4381
  #, php-format
4382
  msgid "%s - default selection number of visitors, "
4383
  msgstr ""
4384
 
4385
- #: core/lib/wpbc_all_translations.php:798 inc/_bl/admin/page-search.php:81
4386
  #, php-format
4387
  msgid "Example: %s - custom number of visitor selections\""
4388
  msgstr ""
4389
 
4390
- #: core/lib/wpbc_all_translations.php:799 inc/_bl/admin/page-search.php:83
4391
  #, php-format
4392
  msgid "%s - search button, "
4393
  msgstr ""
4394
 
4395
- #: core/lib/wpbc_all_translations.php:800 inc/_bl/admin/page-search.php:84
4396
  #: inc/_bl/admin/page-search.php:136
4397
  msgid "HTML tags is accepted."
4398
  msgstr ""
4399
 
4400
- #: core/lib/wpbc_all_translations.php:801 inc/_bl/admin/page-search.php:115
4401
  #, php-format
4402
  msgid "%s - resource title, "
4403
  msgstr ""
4404
 
4405
- #: core/lib/wpbc_all_translations.php:802 inc/_bl/admin/page-search.php:116
4406
  #: inc/_bl/admin/page-search.php:117
4407
  #, php-format
4408
  msgid "%s - link to the page with booking form, "
4409
  msgstr ""
4410
 
4411
- #: core/lib/wpbc_all_translations.php:803 inc/_bl/admin/page-search.php:118
4412
  #, php-format
4413
  msgid "%s - availability of booking resource, "
4414
  msgstr ""
4415
 
4416
- #: core/lib/wpbc_all_translations.php:804 inc/_bl/admin/page-search.php:119
4417
  #, php-format
4418
  msgid "%s - maximum number of visitors for the booking resource, "
4419
  msgstr ""
4420
 
4421
- #: core/lib/wpbc_all_translations.php:805 inc/_bl/admin/page-search.php:120
4422
  #, php-format
4423
  msgid "%s - cost of booking the resource, "
4424
  msgstr ""
4425
 
4426
- #: core/lib/wpbc_all_translations.php:806 inc/_bl/admin/page-search.php:121
4427
  #, php-format
4428
  msgid "%s - featured image, taken from the featured image associated with the post, "
4429
  msgstr ""
4430
 
4431
- #: core/lib/wpbc_all_translations.php:807 inc/_bl/admin/page-search.php:122
4432
  #, php-format
4433
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4434
  msgstr ""
4435
 
4436
- #: core/lib/wpbc_all_translations.php:808 inc/_bl/admin/page-search.php:124
4437
  #: inc/_ps/form/class-wpbc-form-help.php:677
4438
  msgid "Full cost of the booking."
4439
  msgstr ""
4440
 
4441
- #: core/lib/wpbc_all_translations.php:809 inc/_bl/admin/page-search.php:125
4442
  #: inc/_ps/form/class-wpbc-form-help.php:679
4443
  msgid "Cost of the booking for the selected dates only."
4444
  msgstr ""
4445
 
4446
- #: core/lib/wpbc_all_translations.php:810 inc/_bl/admin/page-search.php:126
4447
  #: inc/_ps/form/class-wpbc-form-help.php:681
4448
  msgid "Additional cost, which depends on the fields selection in the form."
4449
  msgstr ""
4450
 
4451
- #: core/lib/wpbc_all_translations.php:811 inc/_bl/admin/page-search.php:127
4452
  #: inc/_ps/form/class-wpbc-form-help.php:683
4453
  msgid "The deposit cost of the booking."
4454
  msgstr ""
4455
 
4456
- #: core/lib/wpbc_all_translations.php:812 inc/_bl/admin/page-search.php:128
4457
  #: inc/_ps/form/class-wpbc-form-help.php:685
4458
  msgid "Balance cost of the booking - difference between deposit and full cost."
4459
  msgstr ""
4460
 
4461
- #: core/lib/wpbc_all_translations.php:813 inc/_bl/admin/page-search.php:143
4462
  msgid "hour(s)"
4463
  msgstr ""
4464
 
4465
- #: core/lib/wpbc_all_translations.php:814 inc/_bl/admin/page-search.php:146
4466
  #: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
4467
  msgid "day(s)"
4468
  msgstr ""
4469
 
4470
- #: core/lib/wpbc_all_translations.php:815 inc/_bl/admin/page-search.php:151
4471
  msgid "Cache expiration"
4472
  msgstr ""
4473
 
4474
- #: core/lib/wpbc_all_translations.php:816 inc/_bl/admin/page-search.php:152
4475
  msgid "Select time of cache expiration"
4476
  msgstr ""
4477
 
4478
- #: core/lib/wpbc_all_translations.php:817 inc/_bl/admin/page-search.php:258
4479
  #: inc/_bl/admin/page-search.php:259
4480
  msgid "Search Settings"
4481
  msgstr ""
4482
 
4483
- #: core/lib/wpbc_all_translations.php:818 inc/_bl/admin/page-search.php:320
4484
  msgid "Cache Updated"
4485
  msgstr ""
4486
 
4487
- #: core/lib/wpbc_all_translations.php:819 inc/_bl/admin/page-search.php:345
4488
  #: inc/_bl/admin/page-search.php:391
4489
  msgid "Search Availability Form"
4490
  msgstr ""
4491
 
4492
- #: core/lib/wpbc_all_translations.php:820 inc/_bl/admin/page-search.php:346
4493
  #: inc/_bl/admin/page-search.php:409
4494
  msgid "Search Results"
4495
  msgstr ""
4496
 
4497
- #: core/lib/wpbc_all_translations.php:821 inc/_bl/admin/page-search.php:347
4498
  #: inc/_bl/admin/page-search.php:436
4499
  msgid "Search Cache"
4500
  msgstr ""
4501
 
4502
- #: core/lib/wpbc_all_translations.php:822 inc/_bl/admin/page-search.php:383
4503
  #, php-format
4504
  msgid ""
4505
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4506
  "instruction %shere%s"
4507
  msgstr ""
4508
 
4509
- #: core/lib/wpbc_all_translations.php:823 inc/_bl/admin/page-search.php:416
4510
  msgid "CSS customization of search form and search results you can make at this file"
4511
  msgstr ""
4512
 
4513
- #: core/lib/wpbc_all_translations.php:824 inc/_bl/admin/page-search.php:559
4514
  #: inc/_bl/admin/page-search.php:612
4515
  msgid "Select Template"
4516
  msgstr ""
4517
 
4518
- #: core/lib/wpbc_all_translations.php:825
4519
  msgid "Inlinee Search Form Template"
4520
  msgstr ""
4521
 
4522
- #: core/lib/wpbc_all_translations.php:826 inc/_bl/admin/page-search.php:579
4523
  msgid "Horizontal Search Form Template"
4524
  msgstr ""
4525
 
4526
- #: core/lib/wpbc_all_translations.php:827 inc/_bl/admin/page-search.php:589
4527
  msgid "Standard Search Form Template"
4528
  msgstr ""
4529
 
4530
- #: core/lib/wpbc_all_translations.php:828 inc/_bl/admin/page-search.php:690
4531
  #: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
4532
- #: inc/_ps/admin/page-settings-form.php:487
4533
  msgid "Reset"
4534
  msgstr ""
4535
 
4536
- #: core/lib/wpbc_all_translations.php:829 inc/_bl/admin/page-search.php:691
4537
- #: inc/_ps/admin/page-settings-form.php:488
4538
  msgid "Reset current Form"
4539
  msgstr ""
4540
 
4541
- #: core/lib/wpbc_all_translations.php:830 inc/_bl/admin/page-search.php:754
4542
  msgid "Cache will expire:"
4543
  msgstr ""
4544
 
4545
- #: core/lib/wpbc_all_translations.php:831 inc/_bl/admin/page-search.php:784
4546
  #, php-format
4547
  msgid "Found: %s booking forms inside of posts or pages "
4548
  msgstr ""
4549
 
4550
- #: core/lib/wpbc_all_translations.php:832 inc/_bl/admin/page-search.php:788
4551
  msgid "Page"
4552
  msgstr ""
4553
 
4554
- #: core/lib/wpbc_all_translations.php:833 inc/_bl/admin/page-search.php:811
4555
  msgid "Reset Search Cache"
4556
  msgstr ""
4557
 
4558
- #: core/lib/wpbc_all_translations.php:834 inc/_bl/biz_l.php:135
4559
  msgid ""
4560
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4561
  "units on selected day(s)!"
4562
  msgstr ""
4563
 
4564
- #: core/lib/wpbc_all_translations.php:835 inc/_bl/biz_l.php:371
4565
  msgid "coupon"
4566
  msgstr ""
4567
 
4568
- #: core/lib/wpbc_all_translations.php:836 inc/_bl/biz_l.php:373
4569
  msgid "discount"
4570
  msgstr ""
4571
 
4572
- #: core/lib/wpbc_all_translations.php:837 inc/_bl/biz_l.php:538
4573
  msgid "Please select check-in and check-out days!"
4574
  msgstr ""
4575
 
4576
- #: core/lib/wpbc_all_translations.php:838 inc/_bl/biz_l.php:1752 inc/_bl/biz_l.php:1773
4577
  #: inc/_bl/biz_l.php:1778
4578
  #, php-format
4579
  msgid ""
@@ -4582,173 +4592,173 @@ msgid ""
4582
  "page and try other days."
4583
  msgstr ""
4584
 
4585
- #: core/lib/wpbc_all_translations.php:839 inc/_bl/biz_l.php:2291
4586
  #, php-format
4587
  msgid "The folowing pending booking(s): %s deleted."
4588
  msgstr ""
4589
 
4590
- #: core/lib/wpbc_all_translations.php:840 inc/_bl/wpbc-search-availability.php:763
4591
  msgid "Book now"
4592
  msgstr ""
4593
 
4594
- #: core/lib/wpbc_all_translations.php:841 inc/_bl/wpdev-booking-search-widget.php:14
4595
  #: inc/_bl/wpdev-booking-search-widget.php:67
4596
  msgid "Search availability"
4597
  msgstr ""
4598
 
4599
- #: core/lib/wpbc_all_translations.php:842 inc/_bl/wpdev-booking-search-widget.php:15
4600
  msgid "Search results."
4601
  msgstr ""
4602
 
4603
- #: core/lib/wpbc_all_translations.php:843 inc/_bl/wpdev-booking-search-widget.php:16
4604
  msgid "Nothing found."
4605
  msgstr ""
4606
 
4607
- #: core/lib/wpbc_all_translations.php:844 inc/_bl/wpdev-booking-search-widget.php:85
4608
  msgid "Title of search widget"
4609
  msgstr ""
4610
 
4611
- #: core/lib/wpbc_all_translations.php:845 inc/_bl/wpdev-booking-search-widget.php:93
4612
  msgid "Title of search results"
4613
  msgstr ""
4614
 
4615
- #: core/lib/wpbc_all_translations.php:846 inc/_bl/wpdev-booking-search-widget.php:98
4616
  #, php-format
4617
  msgid "Please type the %sTitle of search results%s."
4618
  msgstr ""
4619
 
4620
- #: core/lib/wpbc_all_translations.php:847 inc/_bl/wpdev-booking-search-widget.php:102
4621
  msgid "Nothing found message"
4622
  msgstr ""
4623
 
4624
- #: core/lib/wpbc_all_translations.php:848 inc/_bl/wpdev-booking-search-widget.php:107
4625
  #, php-format
4626
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4627
  msgstr ""
4628
 
4629
- #: core/lib/wpbc_all_translations.php:849 inc/_bl/wpdev-booking-search-widget.php:111
4630
  msgid "URL of Search Results"
4631
  msgstr ""
4632
 
4633
- #: core/lib/wpbc_all_translations.php:850 inc/_bl/wpdev-booking-search-widget.php:116
4634
  #, php-format
4635
  msgid ""
4636
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4637
  "show."
4638
  msgstr ""
4639
 
4640
- #: core/lib/wpbc_all_translations.php:851 inc/_bm/admin/activation-m.php:48
4641
  #: inc/_mu/multiuser.php:632
4642
  msgid "Weekend"
4643
  msgstr ""
4644
 
4645
- #: core/lib/wpbc_all_translations.php:852 inc/_bm/admin/activation-m.php:92
4646
  #: inc/_mu/multiuser.php:634
4647
  msgid "High season"
4648
  msgstr ""
4649
 
4650
- #: core/lib/wpbc_all_translations.php:853 inc/_bm/admin/api-settings-m.php:35
4651
  msgid "Limit available days from today"
4652
  msgstr ""
4653
 
4654
- #: core/lib/wpbc_all_translations.php:854 inc/_bm/admin/api-settings-m.php:36
4655
  msgid "Select number of available days in calendar start from today."
4656
  msgstr ""
4657
 
4658
- #: core/lib/wpbc_all_translations.php:855 inc/_bm/admin/api-settings-m.php:85
4659
  msgid "Unavailable time before / after booking"
4660
  msgstr ""
4661
 
4662
- #: core/lib/wpbc_all_translations.php:856 inc/_bm/admin/api-settings-m.php:87
4663
  msgid ""
4664
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4665
  "time option."
4666
  msgstr ""
4667
 
4668
- #: core/lib/wpbc_all_translations.php:857 inc/_bm/admin/api-settings-m.php:110
4669
  #: inc/_bm/admin/api-settings-m.php:134
4670
  msgid "Before booking"
4671
  msgstr ""
4672
 
4673
- #: core/lib/wpbc_all_translations.php:858 inc/_bm/admin/api-settings-m.php:111
4674
  #: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
4675
  #: inc/_bm/admin/api-settings-m.php:144
4676
  msgid "Select unavailable time interval."
4677
  msgstr ""
4678
 
4679
- #: core/lib/wpbc_all_translations.php:859 inc/_bm/admin/api-settings-m.php:119
4680
  #: inc/_bm/admin/api-settings-m.php:143
4681
  msgid "After booking"
4682
  msgstr ""
4683
 
4684
- #: core/lib/wpbc_all_translations.php:860 inc/_bm/admin/api-settings-m.php:170
4685
  msgid "Showing cost in date cell"
4686
  msgstr ""
4687
 
4688
- #: core/lib/wpbc_all_translations.php:861 inc/_bm/admin/api-settings-m.php:171
4689
  #, php-format
4690
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4691
  msgstr ""
4692
 
4693
- #: core/lib/wpbc_all_translations.php:862 inc/_bm/admin/api-settings-m.php:188
4694
  msgid "Currency symbol"
4695
  msgstr ""
4696
 
4697
- #: core/lib/wpbc_all_translations.php:863 inc/_bm/admin/api-settings-m.php:224
4698
  #, php-format
4699
  msgid ""
4700
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4701
  "currency symbols%s"
4702
  msgstr ""
4703
 
4704
- #: core/lib/wpbc_all_translations.php:864 inc/_bm/admin/api-settings-m.php:237
4705
  msgid "Showing cost in tooltip"
4706
  msgstr ""
4707
 
4708
- #: core/lib/wpbc_all_translations.php:865 inc/_bm/admin/api-settings-m.php:238
4709
  msgid ""
4710
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4711
  "calendar(s)."
4712
  msgstr ""
4713
 
4714
- #: core/lib/wpbc_all_translations.php:866 inc/_bm/admin/api-settings-m.php:246
4715
  msgid "Cost Title"
4716
  msgstr ""
4717
 
4718
- #: core/lib/wpbc_all_translations.php:867 inc/_bm/admin/api-settings-m.php:248
4719
  #, php-format
4720
  msgid "Type your %scost%s description"
4721
  msgstr ""
4722
 
4723
- #: core/lib/wpbc_all_translations.php:868 inc/_bm/admin/api-settings-m.php:569
4724
  #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:414
4725
  msgid "Custom Forms"
4726
  msgstr ""
4727
 
4728
- #: core/lib/wpbc_all_translations.php:869 inc/_bm/admin/page-availability.php:48
4729
  msgid "Configuration of availability for booking resources"
4730
  msgstr ""
4731
 
4732
- #: core/lib/wpbc_all_translations.php:870 inc/_bm/admin/page-availability.php:49
4733
  msgid "Availability Settings"
4734
  msgstr ""
4735
 
4736
- #: core/lib/wpbc_all_translations.php:871 inc/_bm/admin/page-availability.php:143
4737
  #: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1146
4738
  msgid "Show Children Resources"
4739
  msgstr ""
4740
 
4741
- #: core/lib/wpbc_all_translations.php:872 inc/_bm/admin/page-availability.php:145
4742
  #: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1148
4743
  msgid "Hide Children Resources"
4744
  msgstr ""
4745
 
4746
- #: core/lib/wpbc_all_translations.php:873 inc/_bm/admin/page-availability.php:239
4747
  #: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
4748
  msgid "Set Availability"
4749
  msgstr ""
4750
 
4751
- #: core/lib/wpbc_all_translations.php:874 inc/_bm/admin/page-availability.php:253
4752
  #: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
4753
  #, php-format
4754
  msgid ""
@@ -4756,681 +4766,681 @@ msgid ""
4756
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4757
  msgstr ""
4758
 
4759
- #: core/lib/wpbc_all_translations.php:875 inc/_bm/admin/page-availability.php:499
4760
  #: inc/_bm/admin/page-cost.php:565 inc/_ps/admin/page-resources.php:463
4761
  msgid "Resource Name"
4762
  msgstr ""
4763
 
4764
- #: core/lib/wpbc_all_translations.php:876 inc/_bm/admin/page-availability.php:608
4765
  #: inc/_bm/admin/page-availability.php:895
4766
  msgid "All days"
4767
  msgstr ""
4768
 
4769
- #: core/lib/wpbc_all_translations.php:877 inc/_bm/admin/page-availability.php:609
4770
  #: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
4771
  #: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
4772
  #: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
4773
  msgid "available"
4774
  msgstr ""
4775
 
4776
- #: core/lib/wpbc_all_translations.php:878 inc/_bm/admin/page-availability.php:610
4777
  #: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
4778
  #: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
4779
  #: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
4780
  msgid "unavailable"
4781
  msgstr ""
4782
 
4783
- #: core/lib/wpbc_all_translations.php:879 inc/_bm/admin/page-availability.php:635
4784
  #, php-format
4785
  msgid "and %s on seasons:"
4786
  msgstr ""
4787
 
4788
- #: core/lib/wpbc_all_translations.php:880 inc/_bm/admin/page-availability.php:925
4789
  #, php-format
4790
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4791
  msgstr ""
4792
 
4793
- #: core/lib/wpbc_all_translations.php:881 inc/_bm/admin/page-availability.php:943
4794
  #: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
4795
  #: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
4796
  #: inc/_bm/admin/page-cost-valuation.php:148
4797
  msgid "Hide season filters"
4798
  msgstr ""
4799
 
4800
- #: core/lib/wpbc_all_translations.php:882 inc/_bm/admin/page-availability.php:948
4801
  #: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
4802
  #: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
4803
  #: inc/_bm/admin/page-cost-valuation.php:153
4804
  msgid "Show all exist season filters"
4805
  msgstr ""
4806
 
4807
- #: core/lib/wpbc_all_translations.php:883 inc/_bm/admin/page-availability.php:981
4808
  #: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:842
4809
  msgid "Enabled"
4810
  msgstr ""
4811
 
4812
- #: core/lib/wpbc_all_translations.php:884 inc/_bm/admin/page-cost-advanced.php:44
4813
  msgid "Customization of additional cost, which depend from form fields"
4814
  msgstr ""
4815
 
4816
- #: core/lib/wpbc_all_translations.php:885 inc/_bm/admin/page-cost-advanced.php:45
4817
  msgid "Advanced Cost Settings"
4818
  msgstr ""
4819
 
4820
- #: core/lib/wpbc_all_translations.php:886 inc/_bm/admin/page-cost-advanced.php:125
4821
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
4822
  msgstr ""
4823
 
4824
- #: core/lib/wpbc_all_translations.php:887 inc/_bm/admin/page-cost-advanced.php:127
4825
  #, php-format
4826
  msgid ""
4827
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
4828
  "%sbooking form%s."
4829
  msgstr ""
4830
 
4831
- #: core/lib/wpbc_all_translations.php:888 inc/_bm/admin/page-cost-advanced.php:441
4832
  #: inc/_bm/admin/page-cost-deposit.php:181
4833
  msgid "Deposit type"
4834
  msgstr ""
4835
 
4836
- #: core/lib/wpbc_all_translations.php:889 inc/_bm/admin/page-cost-advanced.php:460
4837
  msgid "of total cost"
4838
  msgstr ""
4839
 
4840
- #: core/lib/wpbc_all_translations.php:890 inc/_bm/admin/page-cost-advanced.php:462
4841
  #: inc/_bs/admin/api-settings-s.php:898
4842
  msgid "night"
4843
  msgstr ""
4844
 
4845
- #: core/lib/wpbc_all_translations.php:891 inc/_bm/admin/page-cost-advanced.php:463
4846
  msgid "as additional sum"
4847
  msgstr ""
4848
 
4849
- #: core/lib/wpbc_all_translations.php:892 inc/_bm/admin/page-cost-advanced.php:658
4850
  msgid "Enter additional cost in formats:"
4851
  msgstr ""
4852
 
4853
- #: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/page-cost-advanced.php:659
4854
  #, php-format
4855
  msgid ""
4856
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
4857
  "total cost will be folowing"
4858
  msgstr ""
4859
 
4860
- #: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/page-cost-advanced.php:662
4861
  msgid "Enter fixed cost"
4862
  msgstr ""
4863
 
4864
- #: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/page-cost-advanced.php:662
4865
  #: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
4866
  #: inc/_bm/admin/page-cost-advanced.php:681
4867
  #, php-format
4868
  msgid "%s, then total cost will be %s"
4869
  msgstr ""
4870
 
4871
- #: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/page-cost-advanced.php:665
4872
  msgid "Enter percentage of the entire booking"
4873
  msgstr ""
4874
 
4875
- #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/page-cost-advanced.php:668
4876
  msgid "Enter fixed amount for each selected day"
4877
  msgstr ""
4878
 
4879
- #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/page-cost-advanced.php:668
4880
  #, php-format
4881
  msgid "%s, then total cost will be (if selected 3 days) %s"
4882
  msgstr ""
4883
 
4884
- #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/page-cost-advanced.php:668
4885
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
4886
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
4887
  msgid "or"
4888
  msgstr ""
4889
 
4890
- #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/page-cost-advanced.php:671
4891
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
4892
  msgstr ""
4893
 
4894
- #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/page-cost-advanced.php:674
4895
  #: inc/_bm/admin/page-cost-advanced.php:686
4896
  #, php-format
4897
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
4898
  msgstr ""
4899
 
4900
- #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/page-cost-deposit.php:73
4901
  msgid "Set Deposit"
4902
  msgstr ""
4903
 
4904
- #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/page-cost-deposit.php:135
4905
  msgid "deposit payment for booking resource"
4906
  msgstr ""
4907
 
4908
- #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/page-cost-deposit.php:153
4909
  #: inc/_bm/admin/page-cost-deposit.php:162
4910
  msgid "Deposit amount"
4911
  msgstr ""
4912
 
4913
- #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/page-cost-deposit.php:199
4914
  #: inc/_bm/admin/page-cost-early-late-booking.php:203
4915
  #: inc/_bm/admin/page-cost-early-late-booking.php:404
4916
  msgid "fixed total in"
4917
  msgstr ""
4918
 
4919
- #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/page-cost-deposit.php:200
4920
  #: inc/_bm/admin/page-cost-early-late-booking.php:204
4921
  #: inc/_bm/admin/page-cost-early-late-booking.php:405
4922
  msgid "of payment"
4923
  msgstr ""
4924
 
4925
- #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/page-cost-deposit.php:209
4926
  #: inc/_bm/admin/page-cost-early-late-booking.php:213
4927
  #: inc/_bm/admin/page-cost-early-late-booking.php:414
4928
  msgid "Conditions"
4929
  msgstr ""
4930
 
4931
- #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/page-cost-deposit.php:219
4932
  #, php-format
4933
  msgid ""
4934
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
4935
  msgstr ""
4936
 
4937
- #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/page-cost-deposit.php:271
4938
  #, php-format
4939
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
4940
  msgstr ""
4941
 
4942
- #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/page-cost-deposit.php:275
4943
  #: inc/_bm/admin/page-cost-early-late-booking.php:280
4944
  #: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
4945
  msgid "Any days"
4946
  msgstr ""
4947
 
4948
- #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-cost-deposit.php:342
4949
  msgid "Deposit payment total"
4950
  msgstr ""
4951
 
4952
- #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-cost-rate.php:69
4953
  msgid "Set Rates"
4954
  msgstr ""
4955
 
4956
- #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-cost-rate.php:163
4957
  #: inc/_bm/admin/page-cost.php:660 inc/_bm/admin/page-cost.php:661
4958
  msgid "Rates"
4959
  msgstr ""
4960
 
4961
- #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-cost-rate.php:167
4962
  msgid "Seasonal price"
4963
  msgstr ""
4964
 
4965
- #: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/page-cost-rate.php:171
4966
  #: inc/_bm/admin/page-cost-valuation.php:198
4967
  msgid "Season"
4968
  msgstr ""
4969
 
4970
- #: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/page-cost-rate.php:215
4971
  #, php-format
4972
  msgid ""
4973
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
4974
  "booking resource (%s) or %sAdd a new seasonal filter%s"
4975
  msgstr ""
4976
 
4977
- #: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-cost-valuation.php:96
4978
  #: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
4979
  msgid "Set Valuation Days"
4980
  msgstr ""
4981
 
4982
- #: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-cost-valuation.php:185
4983
  #: inc/_mu/admin/page-users.php:437
4984
  msgid "Status"
4985
  msgstr ""
4986
 
4987
- #: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-cost-valuation.php:194
4988
  msgid "Costs"
4989
  msgstr ""
4990
 
4991
- #: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-cost-valuation.php:249
4992
  msgid "Add new cost"
4993
  msgstr ""
4994
 
4995
- #: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-cost-valuation.php:272
4996
  #, php-format
4997
  msgid ""
4998
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
4999
  "the list."
5000
  msgstr ""
5001
 
5002
- #: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-cost-valuation.php:275
5003
  #, php-format
5004
  msgid ""
5005
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
5006
  "terms %s"
5007
  msgstr ""
5008
 
5009
- #: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-cost-valuation.php:275
5010
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
5011
  msgid "Together"
5012
  msgstr ""
5013
 
5014
- #: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-cost-valuation.php:275
5015
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
5016
  #: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
5017
  msgid "For"
5018
  msgstr ""
5019
 
5020
- #: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-cost-valuation.php:278
5021
  #, php-format
5022
  msgid "%s and %s terms have higher priority than a range %s days."
5023
  msgstr ""
5024
 
5025
- #: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-cost-valuation.php:282
5026
  #, php-format
5027
  msgid "%s - definition of check-out date."
5028
  msgstr ""
5029
 
5030
- #: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-cost-valuation.php:284
5031
  #: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
5032
  #: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
5033
  #: inc/_ps/form/class-wpbc-form-help.php:535
5034
  msgid "Example"
5035
  msgstr ""
5036
 
5037
- #: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-cost-valuation.php:291
5038
  msgid ""
5039
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
5040
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
5041
  msgstr ""
5042
 
5043
- #: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-cost-valuation.php:335
5044
  #: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
5045
  #: inc/_bm/biz_m.php:252
5046
  msgid " for all days!"
5047
  msgstr ""
5048
 
5049
- #: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-cost-valuation.php:341
5050
  #: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
5051
  msgid "from the cost of 1 day "
5052
  msgstr ""
5053
 
5054
- #: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-cost-valuation.php:342
5055
  #: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
5056
  msgid "per 1 day"
5057
  msgstr ""
5058
 
5059
- #: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-cost-valuation.php:470
5060
  #: inc/_bm/admin/page-seasons.php:1564
5061
  msgid "to"
5062
  msgstr ""
5063
 
5064
- #: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-cost-valuation.php:504
5065
  #: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
5066
  #, php-format
5067
  msgid "Additional cost in %s per 1 day"
5068
  msgstr ""
5069
 
5070
- #: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-cost.php:49
5071
  msgid "Customization of rates, valuation days cost and deposit amount "
5072
  msgstr ""
5073
 
5074
- #: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-cost.php:50
5075
  msgid "Costs and Rates Settings"
5076
  msgstr ""
5077
 
5078
- #: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-cost.php:219
5079
  #: inc/_bm/admin/page-cost.php:228
5080
  msgid "Set Rate"
5081
  msgstr ""
5082
 
5083
- #: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-cost.php:221
5084
  #: inc/_bm/admin/page-cost.php:230
5085
  msgid "Set Deposit Amount"
5086
  msgstr ""
5087
 
5088
- #: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-cost.php:667
5089
  #: inc/_bm/admin/page-cost.php:668
5090
  msgid "Valuation days"
5091
  msgstr ""
5092
 
5093
- #: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-cost.php:674
5094
  #: inc/_bm/admin/page-cost.php:675 inc/gateways/page-gateways.php:1405
5095
  msgid "Deposit"
5096
  msgstr ""
5097
 
5098
- #: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-seasons.php:46
5099
  msgid "Customizaton of Season Filters"
5100
  msgstr ""
5101
 
5102
- #: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-seasons.php:680
5103
  #: inc/_bm/admin/page-seasons.php:815
5104
  msgid "Specific Dates Filter"
5105
  msgstr ""
5106
 
5107
- #: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-seasons.php:743
5108
  #: inc/_bm/admin/page-seasons.php:821
5109
  msgid "Conditional Dates Filter"
5110
  msgstr ""
5111
 
5112
- #: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-seasons.php:956
5113
  #: inc/_bm/admin/page-seasons.php:1257
5114
  msgid "Filter Name"
5115
  msgstr ""
5116
 
5117
- #: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-seasons.php:957
5118
  #: inc/_bm/admin/page-seasons.php:1258
5119
  msgid "Type filter name"
5120
  msgstr ""
5121
 
5122
- #: core/lib/wpbc_all_translations.php:945 inc/_bm/admin/page-seasons.php:990
5123
  msgid "Weekdays"
5124
  msgstr ""
5125
 
5126
- #: core/lib/wpbc_all_translations.php:946 inc/_bm/admin/page-seasons.php:1106
5127
  msgid "Months"
5128
  msgstr ""
5129
 
5130
- #: core/lib/wpbc_all_translations.php:947 inc/_bm/admin/page-seasons.php:1108
5131
  #: inc/_bm/admin/page-seasons.php:1283
5132
  msgid "January"
5133
  msgstr ""
5134
 
5135
- #: core/lib/wpbc_all_translations.php:948 inc/_bm/admin/page-seasons.php:1109
5136
  #: inc/_bm/admin/page-seasons.php:1284
5137
  msgid "February"
5138
  msgstr ""
5139
 
5140
- #: core/lib/wpbc_all_translations.php:949 inc/_bm/admin/page-seasons.php:1110
5141
  #: inc/_bm/admin/page-seasons.php:1285
5142
  msgid "March"
5143
  msgstr ""
5144
 
5145
- #: core/lib/wpbc_all_translations.php:950 inc/_bm/admin/page-seasons.php:1111
5146
  #: inc/_bm/admin/page-seasons.php:1286
5147
  msgid "April"
5148
  msgstr ""
5149
 
5150
- #: core/lib/wpbc_all_translations.php:951 inc/_bm/admin/page-seasons.php:1112
5151
  #: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
5152
  msgid "May"
5153
  msgstr ""
5154
 
5155
- #: core/lib/wpbc_all_translations.php:952 inc/_bm/admin/page-seasons.php:1113
5156
  #: inc/_bm/admin/page-seasons.php:1288
5157
  msgid "June"
5158
  msgstr ""
5159
 
5160
- #: core/lib/wpbc_all_translations.php:953 inc/_bm/admin/page-seasons.php:1114
5161
  #: inc/_bm/admin/page-seasons.php:1289
5162
  msgid "July"
5163
  msgstr ""
5164
 
5165
- #: core/lib/wpbc_all_translations.php:954 inc/_bm/admin/page-seasons.php:1115
5166
  #: inc/_bm/admin/page-seasons.php:1290
5167
  msgid "August"
5168
  msgstr ""
5169
 
5170
- #: core/lib/wpbc_all_translations.php:955 inc/_bm/admin/page-seasons.php:1116
5171
  #: inc/_bm/admin/page-seasons.php:1291
5172
  msgid "September"
5173
  msgstr ""
5174
 
5175
- #: core/lib/wpbc_all_translations.php:956 inc/_bm/admin/page-seasons.php:1117
5176
  #: inc/_bm/admin/page-seasons.php:1292
5177
  msgid "October"
5178
  msgstr ""
5179
 
5180
- #: core/lib/wpbc_all_translations.php:957 inc/_bm/admin/page-seasons.php:1118
5181
  #: inc/_bm/admin/page-seasons.php:1293
5182
  msgid "November"
5183
  msgstr ""
5184
 
5185
- #: core/lib/wpbc_all_translations.php:958 inc/_bm/admin/page-seasons.php:1119
5186
  #: inc/_bm/admin/page-seasons.php:1294
5187
  msgid "December"
5188
  msgstr ""
5189
 
5190
- #: core/lib/wpbc_all_translations.php:959 inc/_bm/admin/page-seasons.php:1174
5191
  msgid "Years"
5192
  msgstr ""
5193
 
5194
- #: core/lib/wpbc_all_translations.php:960 inc/_bm/admin/page-seasons.php:1272
5195
  #: inc/_bm/admin/page-seasons.php:1487
5196
  msgid "Mo"
5197
  msgstr ""
5198
 
5199
- #: core/lib/wpbc_all_translations.php:961 inc/_bm/admin/page-seasons.php:1273
5200
  #: inc/_bm/admin/page-seasons.php:1487
5201
  msgid "Tu"
5202
  msgstr ""
5203
 
5204
- #: core/lib/wpbc_all_translations.php:962 inc/_bm/admin/page-seasons.php:1274
5205
  #: inc/_bm/admin/page-seasons.php:1487
5206
  msgid "We"
5207
  msgstr ""
5208
 
5209
- #: core/lib/wpbc_all_translations.php:963 inc/_bm/admin/page-seasons.php:1275
5210
  #: inc/_bm/admin/page-seasons.php:1487
5211
  msgid "Th"
5212
  msgstr ""
5213
 
5214
- #: core/lib/wpbc_all_translations.php:964 inc/_bm/admin/page-seasons.php:1276
5215
  #: inc/_bm/admin/page-seasons.php:1487
5216
  msgid "Fr"
5217
  msgstr ""
5218
 
5219
- #: core/lib/wpbc_all_translations.php:965 inc/_bm/admin/page-seasons.php:1277
5220
  #: inc/_bm/admin/page-seasons.php:1487
5221
  msgid "Sa"
5222
  msgstr ""
5223
 
5224
- #: core/lib/wpbc_all_translations.php:966 inc/_bm/admin/page-seasons.php:1278
5225
  #: inc/_bm/admin/page-seasons.php:1487
5226
  msgid "Su"
5227
  msgstr ""
5228
 
5229
- #: core/lib/wpbc_all_translations.php:967 inc/_bm/admin/page-seasons.php:1489
5230
  msgid "Jan"
5231
  msgstr ""
5232
 
5233
- #: core/lib/wpbc_all_translations.php:968 inc/_bm/admin/page-seasons.php:1489
5234
  msgid "Feb"
5235
  msgstr ""
5236
 
5237
- #: core/lib/wpbc_all_translations.php:969 inc/_bm/admin/page-seasons.php:1490
5238
  msgid "Mar"
5239
  msgstr ""
5240
 
5241
- #: core/lib/wpbc_all_translations.php:970 inc/_bm/admin/page-seasons.php:1490
5242
  msgid "Apr"
5243
  msgstr ""
5244
 
5245
- #: core/lib/wpbc_all_translations.php:971 inc/_bm/admin/page-seasons.php:1491
5246
  msgid "Jun"
5247
  msgstr ""
5248
 
5249
- #: core/lib/wpbc_all_translations.php:972 inc/_bm/admin/page-seasons.php:1491
5250
  msgid "Jul"
5251
  msgstr ""
5252
 
5253
- #: core/lib/wpbc_all_translations.php:973 inc/_bm/admin/page-seasons.php:1491
5254
  msgid "Aug"
5255
  msgstr ""
5256
 
5257
- #: core/lib/wpbc_all_translations.php:974 inc/_bm/admin/page-seasons.php:1492
5258
  msgid "Sep"
5259
  msgstr ""
5260
 
5261
- #: core/lib/wpbc_all_translations.php:975 inc/_bm/admin/page-seasons.php:1492
5262
  msgid "Oct"
5263
  msgstr ""
5264
 
5265
- #: core/lib/wpbc_all_translations.php:976 inc/_bm/admin/page-seasons.php:1492
5266
  msgid "Nov"
5267
  msgstr ""
5268
 
5269
- #: core/lib/wpbc_all_translations.php:977 inc/_bm/admin/page-seasons.php:1492
5270
  msgid "Dec"
5271
  msgstr ""
5272
 
5273
- #: core/lib/wpbc_all_translations.php:978 inc/_bm/admin/page-seasons.php:1562
5274
  #: inc/_bm/admin/page-seasons.php:1580 inc/_bm/admin/page-seasons.php:1602
5275
  #: inc/_bm/admin/page-seasons.php:1626 inc/_bm/admin/page-seasons.php:1644
5276
  msgid "No days"
5277
  msgstr ""
5278
 
5279
- #: core/lib/wpbc_all_translations.php:979 inc/_bm/admin/page-seasons.php:1564
5280
  msgid "time"
5281
  msgstr ""
5282
 
5283
- #: core/lib/wpbc_all_translations.php:980 inc/_bm/admin/page-seasons.php:1582
5284
  msgid "Every"
5285
  msgstr ""
5286
 
5287
- #: core/lib/wpbc_all_translations.php:981 inc/_bm/admin/page-seasons.php:1598
5288
  msgid "Each day "
5289
  msgstr ""
5290
 
5291
- #: core/lib/wpbc_all_translations.php:982 inc/_bm/admin/page-seasons.php:1600
5292
  msgid "on each day "
5293
  msgstr ""
5294
 
5295
- #: core/lib/wpbc_all_translations.php:983 inc/_bm/admin/page-seasons.php:1605
5296
  msgid "On each "
5297
  msgstr ""
5298
 
5299
- #: core/lib/wpbc_all_translations.php:984 inc/_bm/admin/page-seasons.php:1607
5300
  msgid "on each "
5301
  msgstr ""
5302
 
5303
- #: core/lib/wpbc_all_translations.php:985 inc/_bm/admin/page-seasons.php:1624
5304
  msgid "of every month "
5305
  msgstr ""
5306
 
5307
- #: core/lib/wpbc_all_translations.php:986 inc/_bm/admin/page-seasons.php:1628
5308
  msgid "of"
5309
  msgstr ""
5310
 
5311
- #: core/lib/wpbc_all_translations.php:987 inc/_bm/biz_m.php:220
5312
  msgid "for all days!"
5313
  msgstr ""
5314
 
5315
- #: core/lib/wpbc_all_translations.php:988 inc/_bm/biz_m.php:764
5316
  msgid "Standard booking resource cost"
5317
  msgstr ""
5318
 
5319
- #: core/lib/wpbc_all_translations.php:989 inc/_bm/biz_m.php:765
5320
  msgid "Total booking resource cost"
5321
  msgstr ""
5322
 
5323
- #: core/lib/wpbc_all_translations.php:990 inc/_bm/m-toolbar.php:288
5324
  msgid "Delete selected booking form"
5325
  msgstr ""
5326
 
5327
- #: core/lib/wpbc_all_translations.php:991 inc/_bm/m-toolbar.php:292
5328
  msgid "Do you really want to delete selected booking form ?"
5329
  msgstr ""
5330
 
5331
- #: core/lib/wpbc_all_translations.php:992 inc/_bm/m-toolbar.php:317 inc/_bm/m-toolbar.php:318
5332
  msgid "Add New Custom Form"
5333
  msgstr ""
5334
 
5335
- #: core/lib/wpbc_all_translations.php:993 inc/_bm/m-toolbar.php:351
5336
  msgid "Type the name of booking form"
5337
  msgstr ""
5338
 
5339
- #: core/lib/wpbc_all_translations.php:994 inc/_bm/m-toolbar.php:358
5340
  msgid "Create"
5341
  msgstr ""
5342
 
5343
- #: core/lib/wpbc_all_translations.php:995 inc/_bm/m-toolbar.php:359
5344
  msgid "Create new form"
5345
  msgstr ""
5346
 
5347
- #: core/lib/wpbc_all_translations.php:996 inc/_bm/m-toolbar.php:554
5348
  msgid "There are no extended booking forms"
5349
  msgstr ""
5350
 
5351
- #: core/lib/wpbc_all_translations.php:997 inc/_bm/m-toolbar.php:598 inc/_bm/m-toolbar.php:600
5352
  msgid "Create conditional days filter"
5353
  msgstr ""
5354
 
5355
- #: core/lib/wpbc_all_translations.php:998 inc/_bs/admin/activation-s.php:93
5356
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5357
  msgid "Apartment#1"
5358
  msgstr ""
5359
 
5360
- #: core/lib/wpbc_all_translations.php:999 inc/_bs/admin/activation-s.php:94
5361
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5362
  msgid "Apartment#2"
5363
  msgstr ""
5364
 
5365
- #: core/lib/wpbc_all_translations.php:1000 inc/_bs/admin/activation-s.php:95
5366
  #: inc/_ps/admin/activation-p.php:48
5367
  msgid "Apartment#3"
5368
  msgstr ""
5369
 
5370
- #: core/lib/wpbc_all_translations.php:1001 inc/_bs/admin/api-settings-s.php:31
5371
  msgid "Range days"
5372
  msgstr ""
5373
 
5374
- #: core/lib/wpbc_all_translations.php:1002 inc/_bs/admin/api-settings-s.php:46
5375
  #, php-format
5376
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5377
  msgstr ""
5378
 
5379
- #: core/lib/wpbc_all_translations.php:1003 inc/_bs/admin/api-settings-s.php:48
5380
  #, php-format
5381
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5382
  msgstr ""
5383
 
5384
- #: core/lib/wpbc_all_translations.php:1004 inc/_bs/admin/api-settings-s.php:74
5385
  #: inc/_bs/admin/api-settings-s.php:138
5386
  msgid "Days selection number"
5387
  msgstr ""
5388
 
5389
- #: core/lib/wpbc_all_translations.php:1005 inc/_bs/admin/api-settings-s.php:75
5390
  #, php-format
5391
  msgid "Type your %snumber of days for range selection%s"
5392
  msgstr ""
5393
 
5394
- #: core/lib/wpbc_all_translations.php:1006 inc/_bs/admin/api-settings-s.php:83
5395
  #: inc/_bs/admin/api-settings-s.php:211
5396
  msgid "Specific day(s) of week"
5397
  msgstr ""
5398
 
5399
- #: core/lib/wpbc_all_translations.php:1007 inc/_bs/admin/api-settings-s.php:84
5400
  #: inc/_bs/admin/api-settings-s.php:215
5401
  msgid "Any day of week"
5402
  msgstr ""
5403
 
5404
- #: core/lib/wpbc_all_translations.php:1008 inc/_bs/admin/api-settings-s.php:90
5405
  #: inc/_bs/admin/api-settings-s.php:223
5406
  msgid "Start day of range"
5407
  msgstr ""
5408
 
5409
- #: core/lib/wpbc_all_translations.php:1009 inc/_bs/admin/api-settings-s.php:119
5410
  #: inc/_bs/admin/api-settings-s.php:252
5411
  msgid "Select your start day of range selection at week"
5412
  msgstr ""
5413
 
5414
- #: core/lib/wpbc_all_translations.php:1010 inc/_bs/admin/api-settings-s.php:152
5415
  #: inc/_bs/admin/api-settings-s.php:157
5416
  msgid "Min"
5417
  msgstr ""
5418
 
5419
- #: core/lib/wpbc_all_translations.php:1011 inc/_bs/admin/api-settings-s.php:170
5420
  #: inc/_bs/admin/api-settings-s.php:175
5421
  msgid "Max"
5422
  msgstr ""
5423
 
5424
- #: core/lib/wpbc_all_translations.php:1012 inc/_bs/admin/api-settings-s.php:187
5425
  #, php-format
5426
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5427
  msgstr ""
5428
 
5429
- #: core/lib/wpbc_all_translations.php:1013 inc/_bs/admin/api-settings-s.php:198
5430
  msgid "Specific days selections"
5431
  msgstr ""
5432
 
5433
- #: core/lib/wpbc_all_translations.php:1014 inc/_bs/admin/api-settings-s.php:200
5434
  #, php-format
5435
  msgid ""
5436
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
@@ -5438,630 +5448,630 @@ msgid ""
5438
  "this: %s) or combination (example:%s, its the same like this: %s)"
5439
  msgstr ""
5440
 
5441
- #: core/lib/wpbc_all_translations.php:1015 inc/_bs/admin/api-settings-s.php:281
5442
  msgid "Use time selections as recurrent time slots"
5443
  msgstr ""
5444
 
5445
- #: core/lib/wpbc_all_translations.php:1016 inc/_bs/admin/api-settings-s.php:282
5446
  msgid ""
5447
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5448
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5449
  "used as check-in/check-out time for the first and last day of the reservation."
5450
  msgstr ""
5451
 
5452
- #: core/lib/wpbc_all_translations.php:1017 inc/_bs/admin/api-settings-s.php:315
5453
  msgid "Check this option, to use check in/out time during booking process. "
5454
  msgstr ""
5455
 
5456
- #: core/lib/wpbc_all_translations.php:1018 inc/_bs/admin/api-settings-s.php:316
5457
  #, php-format
5458
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5459
  msgstr ""
5460
 
5461
- #: core/lib/wpbc_all_translations.php:1019 inc/_bs/admin/api-settings-s.php:323
5462
  msgid "Check-in time"
5463
  msgstr ""
5464
 
5465
- #: core/lib/wpbc_all_translations.php:1020 inc/_bs/admin/api-settings-s.php:324
5466
  #, php-format
5467
  msgid "Type your %sCheck-in%s time of booking"
5468
  msgstr ""
5469
 
5470
- #: core/lib/wpbc_all_translations.php:1021 inc/_bs/admin/api-settings-s.php:336
5471
  msgid "Check-Out time"
5472
  msgstr ""
5473
 
5474
- #: core/lib/wpbc_all_translations.php:1022 inc/_bs/admin/api-settings-s.php:337
5475
  #, php-format
5476
  msgid "Type your %sCheck-Out%s time of booking"
5477
  msgstr ""
5478
 
5479
- #: core/lib/wpbc_all_translations.php:1023 inc/_bs/admin/api-settings-s.php:351
5480
  msgid "Change over days as triangles"
5481
  msgstr ""
5482
 
5483
- #: core/lib/wpbc_all_translations.php:1024 inc/_bs/admin/api-settings-s.php:352
5484
  msgid "Check this option, to show change over days as triangles. "
5485
  msgstr ""
5486
 
5487
- #: core/lib/wpbc_all_translations.php:1025 inc/_bs/admin/api-settings-s.php:377
5488
  msgid "Title of booked timeslot(s)"
5489
  msgstr ""
5490
 
5491
- #: core/lib/wpbc_all_translations.php:1026 inc/_bs/admin/api-settings-s.php:378
5492
  #, php-format
5493
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5494
  msgstr ""
5495
 
5496
- #: core/lib/wpbc_all_translations.php:1027 inc/_bs/admin/api-settings-s.php:418
5497
  msgid "Time Format"
5498
  msgstr ""
5499
 
5500
- #: core/lib/wpbc_all_translations.php:1028 inc/_bs/admin/api-settings-s.php:452
5501
  #, php-format
5502
  msgid ""
5503
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5504
  msgstr ""
5505
 
5506
- #: core/lib/wpbc_all_translations.php:1029 inc/_bs/admin/api-settings-s.php:478
5507
  msgid "Auto approve all new bookings"
5508
  msgstr ""
5509
 
5510
- #: core/lib/wpbc_all_translations.php:1030 inc/_bs/admin/api-settings-s.php:479
5511
  #, php-format
5512
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5513
  msgstr ""
5514
 
5515
- #: core/lib/wpbc_all_translations.php:1031 inc/_bs/admin/api-settings-s.php:517
5516
  #, php-format
5517
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5518
  msgstr ""
5519
 
5520
- #: core/lib/wpbc_all_translations.php:1032 inc/_bs/admin/api-settings-s.php:541
5521
  msgid "Cancel bookings older"
5522
  msgstr ""
5523
 
5524
- #: core/lib/wpbc_all_translations.php:1033 inc/_bs/admin/api-settings-s.php:542
5525
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5526
  msgstr ""
5527
 
5528
- #: core/lib/wpbc_all_translations.php:1034 inc/_bs/admin/api-settings-s.php:550
5529
  msgid "Cancellation email sent"
5530
  msgstr ""
5531
 
5532
- #: core/lib/wpbc_all_translations.php:1035 inc/_bs/admin/api-settings-s.php:551
5533
  #, php-format
5534
  msgid "Check this box to %ssend%s cancellation email for this resource."
5535
  msgstr ""
5536
 
5537
- #: core/lib/wpbc_all_translations.php:1036 inc/_bs/admin/api-settings-s.php:559
5538
  #: inc/_bs/admin/api-settings-s.php:560
5539
  msgid "Reason for cancellation"
5540
  msgstr ""
5541
 
5542
- #: core/lib/wpbc_all_translations.php:1037 inc/_bs/admin/api-settings-s.php:561
5543
  #, php-format
5544
  msgid "Type the reason for %scancellation%s for the email template."
5545
  msgstr ""
5546
 
5547
- #: core/lib/wpbc_all_translations.php:1038 inc/_bs/admin/page-email-payment.php:560
5548
  msgid "Payment request"
5549
  msgstr ""
5550
 
5551
- #: core/lib/wpbc_all_translations.php:1039 inc/_bs/admin/page-email-payment.php:562
5552
  msgid "Customization of email template, which is sending to Visitor after payment request"
5553
  msgstr ""
5554
 
5555
- #: core/lib/wpbc_all_translations.php:1040
5556
  msgid "Email with Payment Request which is sending to Visitor."
5557
  msgstr ""
5558
 
5559
- #: core/lib/wpbc_all_translations.php:1041 core/wpbc-js.php:136
5560
  msgid "Error! Please reset your check-in/check-out dates above."
5561
  msgstr ""
5562
 
5563
- #: core/lib/wpbc_all_translations.php:1042 core/wpbc-js.php:137
5564
  msgid ""
5565
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5566
  "another date or time."
5567
  msgstr ""
5568
 
5569
- #: core/lib/wpbc_all_translations.php:1043 core/wpbc-js.php:138
5570
  msgid ""
5571
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5572
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5573
  "time."
5574
  msgstr ""
5575
 
5576
- #: core/lib/wpbc_all_translations.php:1044 core/wpbc-js.php:139 core/wpbc-js.php:140
5577
  msgid "The time(s) may be booked, or already in the past!"
5578
  msgstr ""
5579
 
5580
- #: core/lib/wpbc_all_translations.php:1045 inc/_bs/biz_s.php:408
5581
  msgid "Cost saved successfully"
5582
  msgstr ""
5583
 
5584
- #: core/lib/wpbc_all_translations.php:1046 inc/_bs/biz_s.php:415
5585
  msgid "Cost is not correct. It must be greater than 0"
5586
  msgstr ""
5587
 
5588
- #: core/lib/wpbc_all_translations.php:1047 inc/_bs/biz_s.php:596
5589
  msgid "Request has been sent"
5590
  msgstr ""
5591
 
5592
- #: core/lib/wpbc_all_translations.php:1048 inc/_bs/biz_s.php:603
5593
  msgid "Request has failed"
5594
  msgstr ""
5595
 
5596
- #: core/lib/wpbc_all_translations.php:1049 inc/_bs/biz_s.php:634
5597
  msgid "The payment status is changed successfully"
5598
  msgstr ""
5599
 
5600
- #: core/lib/wpbc_all_translations.php:1050 inc/_bs/biz_s.php:641
5601
  msgid "The changing of payment status is failed"
5602
  msgstr ""
5603
 
5604
- #: core/lib/wpbc_all_translations.php:1051 inc/_bs/biz_s.php:1017
5605
  msgid "deposit"
5606
  msgstr ""
5607
 
5608
- #: core/lib/wpbc_all_translations.php:1052 inc/_bs/biz_s.php:1018
5609
  msgid "Total cost"
5610
  msgstr ""
5611
 
5612
- #: core/lib/wpbc_all_translations.php:1053 inc/_bs/biz_s.php:1019
5613
  msgid "balance"
5614
  msgstr ""
5615
 
5616
- #: core/lib/wpbc_all_translations.php:1054 inc/_bs/lib_s.php:40 inc/_bs/lib_s.php:71
5617
  #: inc/_bs/s-toolbar.php:94
5618
  msgid "Payment status"
5619
  msgstr ""
5620
 
5621
- #: core/lib/wpbc_all_translations.php:1055 inc/_bs/lib_s.php:44
5622
  msgid "Any Status"
5623
  msgstr ""
5624
 
5625
- #: core/lib/wpbc_all_translations.php:1056 inc/_bs/lib_s.php:47
5626
  msgid "Unknown Status"
5627
  msgstr ""
5628
 
5629
- #: core/lib/wpbc_all_translations.php:1057 inc/_bs/lib_s.php:48 inc/_bs/lib_s.php:319
5630
  msgid "Not Completed"
5631
  msgstr ""
5632
 
5633
- #: core/lib/wpbc_all_translations.php:1058 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:308
5634
  #: inc/_bs/lib_s.php:328
5635
  msgid "Failed"
5636
  msgstr ""
5637
 
5638
- #: core/lib/wpbc_all_translations.php:1059 inc/_bs/lib_s.php:139
5639
  msgid "min"
5640
  msgstr ""
5641
 
5642
- #: core/lib/wpbc_all_translations.php:1060 inc/_bs/lib_s.php:139
5643
  msgid "max"
5644
  msgstr ""
5645
 
5646
- #: core/lib/wpbc_all_translations.php:1061 inc/_bs/lib_s.php:303 inc/_bs/lib_s.php:321
5647
  msgid "Completed"
5648
  msgstr ""
5649
 
5650
- #: core/lib/wpbc_all_translations.php:1062 inc/_bs/lib_s.php:304 inc/_bs/lib_s.php:324
5651
  msgid "In-Progress"
5652
  msgstr ""
5653
 
5654
- #: core/lib/wpbc_all_translations.php:1063 inc/_bs/lib_s.php:306 inc/_bs/lib_s.php:341
5655
  msgid "Partially paid"
5656
  msgstr ""
5657
 
5658
- #: core/lib/wpbc_all_translations.php:1064 inc/_bs/lib_s.php:307 inc/_bs/lib_s.php:342
5659
  msgid "Cancelled"
5660
  msgstr ""
5661
 
5662
- #: core/lib/wpbc_all_translations.php:1065 inc/_bs/lib_s.php:309 inc/_bs/lib_s.php:330
5663
  msgid "Refunded"
5664
  msgstr ""
5665
 
5666
- #: core/lib/wpbc_all_translations.php:1066 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:343
5667
  msgid "Fraud"
5668
  msgstr ""
5669
 
5670
- #: core/lib/wpbc_all_translations.php:1067 inc/_bs/lib_s.php:317
5671
  msgid "!Paid OK"
5672
  msgstr ""
5673
 
5674
- #: core/lib/wpbc_all_translations.php:1068 inc/_bs/lib_s.php:318
5675
  msgid "Unknown status"
5676
  msgstr ""
5677
 
5678
- #: core/lib/wpbc_all_translations.php:1069 inc/_bs/lib_s.php:323
5679
  msgid "Processed"
5680
  msgstr ""
5681
 
5682
- #: core/lib/wpbc_all_translations.php:1070 inc/_bs/lib_s.php:325
5683
  msgid "Canceled_Reversal"
5684
  msgstr ""
5685
 
5686
- #: core/lib/wpbc_all_translations.php:1071 inc/_bs/lib_s.php:326
5687
  msgid "Denied"
5688
  msgstr ""
5689
 
5690
- #: core/lib/wpbc_all_translations.php:1072 inc/_bs/lib_s.php:327
5691
  msgid "Expired"
5692
  msgstr ""
5693
 
5694
- #: core/lib/wpbc_all_translations.php:1073 inc/_bs/lib_s.php:329
5695
  msgid "Partially_Refunded"
5696
  msgstr ""
5697
 
5698
- #: core/lib/wpbc_all_translations.php:1074 inc/_bs/lib_s.php:331
5699
  msgid "Reversed"
5700
  msgstr ""
5701
 
5702
- #: core/lib/wpbc_all_translations.php:1075 inc/_bs/lib_s.php:332
5703
  msgid "Voided"
5704
  msgstr ""
5705
 
5706
- #: core/lib/wpbc_all_translations.php:1076 inc/_bs/lib_s.php:335
5707
  msgid "Not authed"
5708
  msgstr ""
5709
 
5710
- #: core/lib/wpbc_all_translations.php:1077 inc/_bs/lib_s.php:336
5711
  msgid "Malformed"
5712
  msgstr ""
5713
 
5714
- #: core/lib/wpbc_all_translations.php:1078 inc/_bs/lib_s.php:337
5715
  msgid "Invalid"
5716
  msgstr ""
5717
 
5718
- #: core/lib/wpbc_all_translations.php:1079 inc/_bs/lib_s.php:338
5719
  msgid "Abort"
5720
  msgstr ""
5721
 
5722
- #: core/lib/wpbc_all_translations.php:1080 inc/_bs/lib_s.php:339
5723
  msgid "Rejected"
5724
  msgstr ""
5725
 
5726
- #: core/lib/wpbc_all_translations.php:1081 inc/_bs/lib_s.php:344
5727
  msgid "Suspended"
5728
  msgstr ""
5729
 
5730
- #: core/lib/wpbc_all_translations.php:1082 inc/_bs/s-toolbar.php:68
5731
  msgid "Send payment request to visitor"
5732
  msgstr ""
5733
 
5734
- #: core/lib/wpbc_all_translations.php:1083 inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:100
5735
  #: inc/_ps/p-toolbar.php:476
5736
  msgid "Print"
5737
  msgstr ""
5738
 
5739
- #: core/lib/wpbc_all_translations.php:1084 inc/_bs/s-toolbar.php:136
5740
  msgid "Save cost"
5741
  msgstr ""
5742
 
5743
- #: core/lib/wpbc_all_translations.php:1085 inc/_bs/s-toolbar.php:173
5744
  msgid "Change status"
5745
  msgstr ""
5746
 
5747
- #: core/lib/wpbc_all_translations.php:1086 inc/_bs/s-toolbar.php:196
5748
  msgid "Send payment request to customer"
5749
  msgstr ""
5750
 
5751
- #: core/lib/wpbc_all_translations.php:1087 inc/_bs/s-toolbar.php:200
5752
  #, php-format
5753
  msgid "Type your %sreason for payment%s request"
5754
  msgstr ""
5755
 
5756
- #: core/lib/wpbc_all_translations.php:1088 inc/_bs/s-toolbar.php:208
5757
  msgid "Send Request"
5758
  msgstr ""
5759
 
5760
- #: core/lib/wpbc_all_translations.php:1089 inc/_bs/s-toolbar.php:230
5761
  msgid "Auto-fill form"
5762
  msgstr ""
5763
 
5764
- #: core/lib/wpbc_all_translations.php:1090 inc/_mu/admin/activation-u.php:84
5765
  msgid "Suite"
5766
  msgstr ""
5767
 
5768
- #: core/lib/wpbc_all_translations.php:1091 inc/_mu/admin/api-settings-u.php:91
5769
  #: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
5770
  msgid "User"
5771
  msgstr ""
5772
 
5773
- #: core/lib/wpbc_all_translations.php:1092 inc/_mu/admin/api-settings-u.php:437
5774
  #: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
5775
  #: inc/_mu/admin/page-users.php:599
5776
  msgid "Super Admin"
5777
  msgstr ""
5778
 
5779
- #: core/lib/wpbc_all_translations.php:1093 inc/_mu/admin/api-settings-u.php:441
5780
  #: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
5781
  #: inc/_mu/admin/page-users.php:607
5782
  msgid "Regular User"
5783
  msgstr ""
5784
 
5785
- #: core/lib/wpbc_all_translations.php:1094 inc/_mu/admin/api-settings-u.php:446
5786
  msgid "Inactive User"
5787
  msgstr ""
5788
 
5789
- #: core/lib/wpbc_all_translations.php:1095 inc/_mu/admin/page-users.php:43
5790
  #: inc/_mu/admin/page-users.php:433
5791
  msgid "Users"
5792
  msgstr ""
5793
 
5794
- #: core/lib/wpbc_all_translations.php:1096 inc/_mu/admin/page-users.php:44
5795
  msgid "Manage Users"
5796
  msgstr ""
5797
 
5798
- #: core/lib/wpbc_all_translations.php:1097 inc/_mu/admin/page-users.php:45
5799
  msgid "Users Settings"
5800
  msgstr ""
5801
 
5802
- #: core/lib/wpbc_all_translations.php:1098 inc/_mu/admin/page-users.php:209
5803
  #: inc/_mu/multiuser.php:647
5804
  msgid "User is Activated"
5805
  msgstr ""
5806
 
5807
- #: core/lib/wpbc_all_translations.php:1099 inc/_mu/admin/page-users.php:237
5808
  #: inc/_mu/multiuser.php:697
5809
  msgid "User is Deactivated"
5810
  msgstr ""
5811
 
5812
- #: core/lib/wpbc_all_translations.php:1100 inc/_mu/admin/page-users.php:441
5813
  msgid "User Role"
5814
  msgstr ""
5815
 
5816
- #: core/lib/wpbc_all_translations.php:1101 inc/_mu/admin/page-users.php:452
5817
  #: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
5818
  msgid "Set user as"
5819
  msgstr ""
5820
 
5821
- #: core/lib/wpbc_all_translations.php:1102 inc/_mu/admin/page-users.php:548
5822
  msgid "Unlimited"
5823
  msgstr ""
5824
 
5825
- #: core/lib/wpbc_all_translations.php:1103 inc/_mu/admin/page-users.php:560
5826
  #: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
5827
  #: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
5828
  #: inc/_mu/admin/page-users.php:602
5829
  msgid "Do you really want"
5830
  msgstr ""
5831
 
5832
- #: core/lib/wpbc_all_translations.php:1104 inc/_mu/admin/page-users.php:561
5833
  msgid "make user active"
5834
  msgstr ""
5835
 
5836
- #: core/lib/wpbc_all_translations.php:1105 inc/_mu/admin/page-users.php:565
5837
  msgid "Activate"
5838
  msgstr ""
5839
 
5840
- #: core/lib/wpbc_all_translations.php:1106 inc/_mu/admin/page-users.php:569
5841
  msgid "make user inactive"
5842
  msgstr ""
5843
 
5844
- #: core/lib/wpbc_all_translations.php:1107 inc/_mu/admin/page-users.php:572
5845
  msgid "Deactivate"
5846
  msgstr ""
5847
 
5848
- #: core/lib/wpbc_all_translations.php:1108 inc/_mu/admin/page-users.php:575
5849
  msgid "delete configuration"
5850
  msgstr ""
5851
 
5852
- #: core/lib/wpbc_all_translations.php:1109 inc/_mu/admin/page-users.php:579
5853
  msgid "Delete settings"
5854
  msgstr ""
5855
 
5856
- #: core/lib/wpbc_all_translations.php:1110 inc/_mu/admin/page-users.php:582
5857
  msgid "delete all booking data"
5858
  msgstr ""
5859
 
5860
- #: core/lib/wpbc_all_translations.php:1111 inc/_mu/admin/page-users.php:586
5861
  msgid "Delete data"
5862
  msgstr ""
5863
 
5864
- #: core/lib/wpbc_all_translations.php:1112 inc/_mu/multiuser.php:633
5865
  msgid "Work days"
5866
  msgstr ""
5867
 
5868
- #: core/lib/wpbc_all_translations.php:1113 inc/_mu/multiuser.php:765
5869
  #, php-format
5870
  msgid ""
5871
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
5872
  "administrator.%s"
5873
  msgstr ""
5874
 
5875
- #: core/lib/wpbc_all_translations.php:1114 inc/_mu/multiuser.php:804
5876
  #, php-format
5877
  msgid "%sYou do not have permissions for this booking resources.%s"
5878
  msgstr ""
5879
 
5880
- #: core/lib/wpbc_all_translations.php:1115 inc/_mu/multiuser.php:810
5881
  #, php-format
5882
  msgid "%sNo this booking resources.%s"
5883
  msgstr ""
5884
 
5885
- #: core/lib/wpbc_all_translations.php:1116 inc/_ps/admin/activation-p.php:52
5886
  msgid "Please, reserve an apartment with fresh flowers."
5887
  msgstr ""
5888
 
5889
- #: core/lib/wpbc_all_translations.php:1117 inc/_ps/admin/api-settings-p.php:56
5890
  msgid "Default booking resource"
5891
  msgstr ""
5892
 
5893
- #: core/lib/wpbc_all_translations.php:1118 inc/_ps/admin/api-settings-p.php:57
5894
  msgid "Select your default booking resource."
5895
  msgstr ""
5896
 
5897
- #: core/lib/wpbc_all_translations.php:1119 inc/_ps/admin/api-settings-p.php:70
5898
  msgid "Resources number per page"
5899
  msgstr ""
5900
 
5901
- #: core/lib/wpbc_all_translations.php:1120 inc/_ps/admin/api-settings-p.php:71
5902
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
5903
  msgstr ""
5904
 
5905
- #: core/lib/wpbc_all_translations.php:1121 inc/_ps/admin/api-settings-p.php:92
5906
  #: inc/_ps/admin/api-settings-p.php:192
5907
  msgid "Booking title"
5908
  msgstr ""
5909
 
5910
- #: core/lib/wpbc_all_translations.php:1122 inc/_ps/admin/api-settings-p.php:92
5911
  msgid "admin panel"
5912
  msgstr ""
5913
 
5914
- #: core/lib/wpbc_all_translations.php:1123 inc/_ps/admin/api-settings-p.php:93
5915
  #, php-format
5916
  msgid ""
5917
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
5918
  "the shortcodes from the bottom form of Settings Fields page)."
5919
  msgstr ""
5920
 
5921
- #: core/lib/wpbc_all_translations.php:1124
5922
  msgid "front panel"
5923
  msgstr ""
5924
 
5925
- #: core/lib/wpbc_all_translations.php:1125 inc/_ps/admin/api-settings-p.php:193
5926
  #, php-format
5927
  msgid ""
5928
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
5929
  "from the bottom form of Settings Fields page."
5930
  msgstr ""
5931
 
5932
- #: core/lib/wpbc_all_translations.php:1126 inc/_ps/admin/api-settings-p.php:201
5933
  msgid "Booking details in popover"
5934
  msgstr ""
5935
 
5936
- #: core/lib/wpbc_all_translations.php:1127 inc/_ps/admin/api-settings-p.php:202
5937
  #, php-format
5938
  msgid ""
5939
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
5940
  "side."
5941
  msgstr ""
5942
 
5943
- #: core/lib/wpbc_all_translations.php:1128 inc/_ps/admin/api-settings-p.php:225
5944
  msgid "semicolon"
5945
  msgstr ""
5946
 
5947
- #: core/lib/wpbc_all_translations.php:1129 inc/_ps/admin/api-settings-p.php:226
5948
  msgid "comma"
5949
  msgstr ""
5950
 
5951
- #: core/lib/wpbc_all_translations.php:1130 inc/_ps/admin/api-settings-p.php:231
5952
  msgid "CSV data separator"
5953
  msgstr ""
5954
 
5955
- #: core/lib/wpbc_all_translations.php:1131 inc/_ps/admin/api-settings-p.php:232
5956
  msgid "Select separator of data for export bookings to CSV."
5957
  msgstr ""
5958
 
5959
- #: core/lib/wpbc_all_translations.php:1132 inc/_ps/admin/api-settings-p.php:282
5960
  msgid "URL to edit bookings"
5961
  msgstr ""
5962
 
5963
- #: core/lib/wpbc_all_translations.php:1133 inc/_ps/admin/api-settings-p.php:283
5964
  #, php-format
5965
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
5966
  msgstr ""
5967
 
5968
- #: core/lib/wpbc_all_translations.php:1134 inc/_ps/admin/api-settings-p.php:307
5969
  msgid "Change hash after the booking is approved"
5970
  msgstr ""
5971
 
5972
- #: core/lib/wpbc_all_translations.php:1135 inc/_ps/admin/api-settings-p.php:308
5973
  msgid ""
5974
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
5975
  "not be able to edit or cancel the booking."
5976
  msgstr ""
5977
 
5978
- #: core/lib/wpbc_all_translations.php:1136 inc/_ps/admin/page-email-edit.php:556
5979
  msgid "Modified"
5980
  msgstr ""
5981
 
5982
- #: core/lib/wpbc_all_translations.php:1137
5983
  msgid "Customization of email template, which is sending after modification of booking"
5984
  msgstr ""
5985
 
5986
- #: core/lib/wpbc_all_translations.php:1138
5987
  msgid "Email is sending to Visitor after Editing of booking."
5988
  msgstr ""
5989
 
5990
- #: core/lib/wpbc_all_translations.php:1139 inc/_ps/admin/page-resources.php:39
5991
  msgid "Customizaton of booking resources"
5992
  msgstr ""
5993
 
5994
- #: core/lib/wpbc_all_translations.php:1140 inc/_ps/admin/page-settings-form.php:128
5995
- #: inc/_ps/admin/page-settings-form.php:148
5996
  msgid "Form fields"
5997
  msgstr ""
5998
 
5999
- #: core/lib/wpbc_all_translations.php:1141 inc/_ps/admin/page-settings-form.php:129
6000
  msgid "Content of Booking Fields"
6001
  msgstr ""
6002
 
6003
- #: core/lib/wpbc_all_translations.php:1142 inc/_ps/admin/page-settings-form.php:155
6004
  msgid "Generate tag"
6005
  msgstr ""
6006
 
6007
- #: core/lib/wpbc_all_translations.php:1143 inc/_ps/admin/page-settings-form.php:164
6008
  #, php-format
6009
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
6010
  msgstr ""
6011
 
6012
- #: core/lib/wpbc_all_translations.php:1144 inc/_ps/admin/page-settings-form.php:303
6013
  msgid "Form Template"
6014
  msgstr ""
6015
 
6016
- #: core/lib/wpbc_all_translations.php:1145 inc/_ps/admin/page-settings-form.php:316
6017
  msgid "Standard Templates"
6018
  msgstr ""
6019
 
6020
- #: core/lib/wpbc_all_translations.php:1146 inc/_ps/admin/page-settings-form.php:329
6021
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:111
6022
  msgid "Columns"
6023
  msgstr ""
6024
 
6025
- #: core/lib/wpbc_all_translations.php:1148 inc/_ps/admin/page-settings-form.php:401
6026
  msgid "Advanced Templates"
6027
  msgstr ""
6028
 
6029
- #: core/lib/wpbc_all_translations.php:1149 inc/_ps/admin/page-settings-form.php:404
6030
  msgid "Wizard (several steps)"
6031
  msgstr ""
6032
 
6033
- #: core/lib/wpbc_all_translations.php:1150 inc/_ps/admin/page-settings-form.php:417
6034
  msgid "Time slots for different weekdays"
6035
  msgstr ""
6036
 
6037
- #: core/lib/wpbc_all_translations.php:1151 inc/_ps/admin/page-settings-form.php:427
6038
  msgid "Hints"
6039
  msgstr ""
6040
 
6041
- #: core/lib/wpbc_all_translations.php:1152 inc/_ps/admin/page-settings-form.php:449
6042
  msgid "Reset Form"
6043
  msgstr ""
6044
 
6045
- #: core/lib/wpbc_all_translations.php:1153 inc/_ps/admin/page-settings-form.php:502
6046
  msgid "Both"
6047
  msgstr ""
6048
 
6049
- #: core/lib/wpbc_all_translations.php:1154 inc/_ps/admin/page-settings-form.php:503
6050
  msgid "Reset Booking Form and Content of Booking Fields Form"
6051
  msgstr ""
6052
 
6053
- #: core/lib/wpbc_all_translations.php:1155 inc/_ps/admin/page-settings-form.php:600
6054
  #: inc/gateways/page-gateways.php:1041
6055
  #, php-format
6056
  msgid "%s - inserting data from fields of booking form"
6057
  msgstr ""
6058
 
6059
- #: core/lib/wpbc_all_translations.php:1156 inc/_ps/admin/page-settings-form.php:601
6060
  #, php-format
6061
  msgid "%s - inserting new line"
6062
  msgstr ""
6063
 
6064
- #: core/lib/wpbc_all_translations.php:1157 inc/_ps/admin/page-settings-form.php:605
6065
  #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1096
6066
  #, php-format
6067
  msgid ""
@@ -6069,138 +6079,138 @@ msgid ""
6069
  "that all \"open\" tags (like %s) are closed (like this %s)."
6070
  msgstr ""
6071
 
6072
- #: core/lib/wpbc_all_translations.php:1158 inc/_ps/admin/page-settings-up.php:39
6073
  msgid "Upgrade to higher version"
6074
  msgstr ""
6075
 
6076
- #: core/lib/wpbc_all_translations.php:1159 inc/_ps/class/wpbc-settings-table.php:260
6077
  msgid "No results found."
6078
  msgstr ""
6079
 
6080
- #: core/lib/wpbc_all_translations.php:1160 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
6081
  #, php-format
6082
  msgid "Wrap each item with %s tag"
6083
  msgstr ""
6084
 
6085
- #: core/lib/wpbc_all_translations.php:1161 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
6086
  msgid "Put a label before field"
6087
  msgstr ""
6088
 
6089
- #: core/lib/wpbc_all_translations.php:1162 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
6090
  #, php-format
6091
  msgid "Make it %sexclusive%s"
6092
  msgstr ""
6093
 
6094
- #: core/lib/wpbc_all_translations.php:1163 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
6095
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
6096
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
6097
  msgid "Default value"
6098
  msgstr ""
6099
 
6100
- #: core/lib/wpbc_all_translations.php:1164 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
6101
  #, php-format
6102
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
6103
  msgstr ""
6104
 
6105
- #: core/lib/wpbc_all_translations.php:1165 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
6106
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
6107
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
6108
  msgid "required"
6109
  msgstr ""
6110
 
6111
- #: core/lib/wpbc_all_translations.php:1167 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
6112
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
6113
  msgid "Titles of options"
6114
  msgstr ""
6115
 
6116
- #: core/lib/wpbc_all_translations.php:1169 inc/_ps/form/class-wpbc-field-help-radio.php:93
6117
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
6118
  #, php-format
6119
  msgid "One Value from %sOptions%s list"
6120
  msgstr ""
6121
 
6122
- #: core/lib/wpbc_all_translations.php:1170 inc/_ps/form/class-wpbc-field-help-select.php:101
6123
  #, php-format
6124
  msgid "Allow %smultiple%s selections"
6125
  msgstr ""
6126
 
6127
- #: core/lib/wpbc_all_translations.php:1171 inc/_ps/form/class-wpbc-field-help-text.php:167
6128
  #, php-format
6129
  msgid "Set as %srequired%s"
6130
  msgstr ""
6131
 
6132
- #: core/lib/wpbc_all_translations.php:1172 inc/_ps/form/class-wpbc-field-help-text.php:228
6133
  msgid "Placeholder"
6134
  msgstr ""
6135
 
6136
- #: core/lib/wpbc_all_translations.php:1173 inc/_ps/form/class-wpbc-field-help-text.php:247
6137
  msgid "Class"
6138
  msgstr ""
6139
 
6140
- #: core/lib/wpbc_all_translations.php:1174 inc/_ps/form/class-wpbc-field-help-text.php:264
6141
  msgid "Size"
6142
  msgstr ""
6143
 
6144
- #: core/lib/wpbc_all_translations.php:1175 inc/_ps/form/class-wpbc-field-help-text.php:281
6145
  msgid "Maxlength"
6146
  msgstr ""
6147
 
6148
- #: core/lib/wpbc_all_translations.php:1176 inc/_ps/form/class-wpbc-field-help-text.php:298
6149
  msgid "Copy and paste this shortcode into the form at left side"
6150
  msgstr ""
6151
 
6152
- #: core/lib/wpbc_all_translations.php:1177 inc/_ps/form/class-wpbc-field-help-text.php:313
6153
  #, php-format
6154
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
6155
  msgstr ""
6156
 
6157
- #: core/lib/wpbc_all_translations.php:1178 inc/_ps/form/class-wpbc-field-help-textarea.php:94
6158
  msgid "Rows"
6159
  msgstr ""
6160
 
6161
- #: core/lib/wpbc_all_translations.php:1179 inc/_ps/form/class-wpbc-form-help.php:86
6162
  msgid "General Information"
6163
  msgstr ""
6164
 
6165
- #: core/lib/wpbc_all_translations.php:1180 inc/_ps/form/class-wpbc-form-help.php:109
6166
  msgid "Required Fields in Booking Form"
6167
  msgstr ""
6168
 
6169
- #: core/lib/wpbc_all_translations.php:1181 inc/_ps/form/class-wpbc-form-help.php:117
6170
  #, php-format
6171
  msgid "You must to have this shortcode:%s in the form."
6172
  msgstr ""
6173
 
6174
- #: core/lib/wpbc_all_translations.php:1182 inc/_ps/form/class-wpbc-form-help.php:119
6175
  msgid ""
6176
  "You can insert several calendars of different resources into the form allowing you to book "
6177
  "several resources during one booking process."
6178
  msgstr ""
6179
 
6180
- #: core/lib/wpbc_all_translations.php:1183 inc/_ps/form/class-wpbc-form-help.php:120
6181
  #, php-format
6182
  msgid "Example: %s."
6183
  msgstr ""
6184
 
6185
- #: core/lib/wpbc_all_translations.php:1184 inc/_ps/form/class-wpbc-form-help.php:121
6186
  #, php-format
6187
  msgid ""
6188
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
6189
  "shortcode into page)%s"
6190
  msgstr ""
6191
 
6192
- #: core/lib/wpbc_all_translations.php:1185 inc/_ps/form/class-wpbc-form-help.php:122
6193
  #: inc/_ps/form/class-wpbc-form-help.php:123
6194
  #, php-format
6195
  msgid "%s – calendar of booking resource with %s"
6196
  msgstr ""
6197
 
6198
- #: core/lib/wpbc_all_translations.php:1186 inc/_ps/form/class-wpbc-form-help.php:124
6199
  #, php-format
6200
  msgid "Please check more about this feature %shere%s."
6201
  msgstr ""
6202
 
6203
- #: core/lib/wpbc_all_translations.php:1187 inc/_ps/form/class-wpbc-form-help.php:126
6204
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
6205
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
6206
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
@@ -6210,82 +6220,82 @@ msgstr ""
6210
  msgid "You can %suse this shortcode only once%s in the form."
6211
  msgstr ""
6212
 
6213
- #: core/lib/wpbc_all_translations.php:1188 inc/_ps/form/class-wpbc-form-help.php:135
6214
  msgid "Email Field"
6215
  msgstr ""
6216
 
6217
- #: core/lib/wpbc_all_translations.php:1189 inc/_ps/form/class-wpbc-form-help.php:136
6218
  #, php-format
6219
  msgid "You must have this shortcode:%s in the booking form."
6220
  msgstr ""
6221
 
6222
- #: core/lib/wpbc_all_translations.php:1190 inc/_ps/form/class-wpbc-form-help.php:136
6223
  msgid "This is the primary email field, which is used for sending emails to visitors."
6224
  msgstr ""
6225
 
6226
- #: core/lib/wpbc_all_translations.php:1191 inc/_ps/form/class-wpbc-form-help.php:163
6227
  msgid "Drop Down"
6228
  msgstr ""
6229
 
6230
- #: core/lib/wpbc_all_translations.php:1192 inc/_ps/form/class-wpbc-form-help.php:175
6231
  msgid "Checkbox(es)"
6232
  msgstr ""
6233
 
6234
- #: core/lib/wpbc_all_translations.php:1193 inc/_ps/form/class-wpbc-form-help.php:182
6235
  msgid "Radio Button(s)"
6236
  msgstr ""
6237
 
6238
- #: core/lib/wpbc_all_translations.php:1194 inc/_ps/form/class-wpbc-form-help.php:196
6239
  #, php-format
6240
  msgid "Insert %s shortcode to prevent SPAM bookings."
6241
  msgstr ""
6242
 
6243
- #: core/lib/wpbc_all_translations.php:1195 inc/_ps/form/class-wpbc-form-help.php:206
6244
  msgid "Submit Button"
6245
  msgstr ""
6246
 
6247
- #: core/lib/wpbc_all_translations.php:1196 inc/_ps/form/class-wpbc-form-help.php:214
6248
  msgid "Times Fields"
6249
  msgstr ""
6250
 
6251
- #: core/lib/wpbc_all_translations.php:1197 inc/_ps/form/class-wpbc-form-help.php:220
6252
  msgid "Time Slot List"
6253
  msgstr ""
6254
 
6255
- #: core/lib/wpbc_all_translations.php:1198 inc/_ps/form/class-wpbc-form-help.php:222
6256
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
6257
  #: inc/_ps/form/class-wpbc-form-help.php:379
6258
  #, php-format
6259
  msgid "Select the %s using the predefined %sTime List%s."
6260
  msgstr ""
6261
 
6262
- #: core/lib/wpbc_all_translations.php:1199 inc/_ps/form/class-wpbc-form-help.php:222
6263
  msgid "Time Slot"
6264
  msgstr ""
6265
 
6266
- #: core/lib/wpbc_all_translations.php:1200 inc/_ps/form/class-wpbc-form-help.php:223
6267
  #, php-format
6268
  msgid ""
6269
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
6270
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
6271
  msgstr ""
6272
 
6273
- #: core/lib/wpbc_all_translations.php:1201 inc/_ps/form/class-wpbc-form-help.php:224
6274
  #, php-format
6275
  msgid "It works only in %ssingle day selection%s mode."
6276
  msgstr ""
6277
 
6278
- #: core/lib/wpbc_all_translations.php:1202 inc/_ps/form/class-wpbc-form-help.php:225
6279
  msgid ""
6280
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
6281
  msgstr ""
6282
 
6283
- #: core/lib/wpbc_all_translations.php:1203 inc/_ps/form/class-wpbc-form-help.php:226
6284
  msgid ""
6285
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
6286
  msgstr ""
6287
 
6288
- #: core/lib/wpbc_all_translations.php:1204 inc/_ps/form/class-wpbc-form-help.php:229
6289
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
6290
  #, php-format
6291
  msgid ""
@@ -6293,117 +6303,117 @@ msgid ""
6293
  "Time)%s only."
6294
  msgstr ""
6295
 
6296
- #: core/lib/wpbc_all_translations.php:1205 inc/_ps/form/class-wpbc-form-help.php:231
6297
  #, php-format
6298
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6299
  msgstr ""
6300
 
6301
- #: core/lib/wpbc_all_translations.php:1206 inc/_ps/form/class-wpbc-form-help.php:273
6302
  msgid "Start Time - Text field"
6303
  msgstr ""
6304
 
6305
- #: core/lib/wpbc_all_translations.php:1207 inc/_ps/form/class-wpbc-form-help.php:275
6306
  #: inc/_ps/form/class-wpbc-form-help.php:288
6307
  #, php-format
6308
  msgid "Enter %s in text field."
6309
  msgstr ""
6310
 
6311
- #: core/lib/wpbc_all_translations.php:1208 inc/_ps/admin/api-settings-p.php:119
6312
  #: inc/_ps/admin/api-settings-p.php:125 inc/_ps/form/class-wpbc-form-help.php:275
6313
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6314
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6315
  msgid "Start Time"
6316
  msgstr ""
6317
 
6318
- #: core/lib/wpbc_all_translations.php:1209 inc/_ps/form/class-wpbc-form-help.php:277
6319
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6320
  #, php-format
6321
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6322
  msgstr ""
6323
 
6324
- #: core/lib/wpbc_all_translations.php:1210 inc/_ps/form/class-wpbc-form-help.php:279
6325
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6326
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6327
  #, php-format
6328
  msgid "You can also use the %s in the form."
6329
  msgstr ""
6330
 
6331
- #: core/lib/wpbc_all_translations.php:1211 inc/_ps/admin/api-settings-p.php:138
6332
  #: inc/_ps/admin/api-settings-p.php:144 inc/_ps/form/class-wpbc-form-help.php:279
6333
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6334
  #: inc/_ps/form/class-wpbc-form-help.php:340
6335
  msgid "End Time"
6336
  msgstr ""
6337
 
6338
- #: core/lib/wpbc_all_translations.php:1212 inc/_ps/form/class-wpbc-form-help.php:279
6339
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6340
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6341
  msgid "Duration Time"
6342
  msgstr ""
6343
 
6344
- #: core/lib/wpbc_all_translations.php:1213 inc/_ps/form/class-wpbc-form-help.php:279
6345
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6346
  #: inc/_ps/form/class-wpbc-form-help.php:344
6347
  msgid "fields"
6348
  msgstr ""
6349
 
6350
- #: core/lib/wpbc_all_translations.php:1214 inc/_ps/form/class-wpbc-form-help.php:286
6351
  msgid "End Time - Text field"
6352
  msgstr ""
6353
 
6354
- #: core/lib/wpbc_all_translations.php:1215 inc/_ps/form/class-wpbc-form-help.php:300
6355
  msgid "Start Time - Drop Down list"
6356
  msgstr ""
6357
 
6358
- #: core/lib/wpbc_all_translations.php:1216 inc/_ps/form/class-wpbc-form-help.php:304
6359
  #, php-format
6360
  msgid ""
6361
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6362
  "Time)%s only."
6363
  msgstr ""
6364
 
6365
- #: core/lib/wpbc_all_translations.php:1217 inc/_ps/form/class-wpbc-form-help.php:338
6366
  msgid "End Time - Drop Down list"
6367
  msgstr ""
6368
 
6369
- #: core/lib/wpbc_all_translations.php:1218 inc/_ps/form/class-wpbc-form-help.php:377
6370
  msgid "Duration Time - Drop Down list"
6371
  msgstr ""
6372
 
6373
- #: core/lib/wpbc_all_translations.php:1219 inc/_ps/form/class-wpbc-form-help.php:383
6374
  msgid "field"
6375
  msgstr ""
6376
 
6377
- #: core/lib/wpbc_all_translations.php:1220 inc/_ps/form/class-wpbc-form-help.php:416
6378
  msgid "Different time slots, for the different week days"
6379
  msgstr ""
6380
 
6381
- #: core/lib/wpbc_all_translations.php:1221 inc/_ps/form/class-wpbc-form-help.php:419
6382
  msgid ""
6383
  "This feature provides the possibility to use the different time slot selections in the booking "
6384
  "form for the different week days or different days - which are assigned to the specific season "
6385
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6386
  msgstr ""
6387
 
6388
- #: core/lib/wpbc_all_translations.php:1222 inc/_ps/form/class-wpbc-form-help.php:421
6389
  #: inc/_ps/form/class-wpbc-form-help.php:568
6390
  msgid "Configuration"
6391
  msgstr ""
6392
 
6393
- #: core/lib/wpbc_all_translations.php:1223 inc/_ps/form/class-wpbc-form-help.php:422
6394
  #: inc/_ps/form/class-wpbc-form-help.php:569
6395
  #, php-format
6396
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6397
  msgstr ""
6398
 
6399
- #: core/lib/wpbc_all_translations.php:1224 inc/_ps/form/class-wpbc-form-help.php:428
6400
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6401
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6402
  #: inc/_ps/form/class-wpbc-form-help.php:619
6403
  msgid "Parameters"
6404
  msgstr ""
6405
 
6406
- #: core/lib/wpbc_all_translations.php:1225 inc/_ps/form/class-wpbc-form-help.php:429
6407
  #: inc/_ps/form/class-wpbc-form-help.php:576
6408
  #, php-format
6409
  msgid ""
@@ -6413,7 +6423,7 @@ msgid ""
6413
  "conditions. Please check more about it, in the examples."
6414
  msgstr ""
6415
 
6416
- #: core/lib/wpbc_all_translations.php:1226 inc/_ps/form/class-wpbc-form-help.php:430
6417
  #: inc/_ps/form/class-wpbc-form-help.php:577
6418
  #, php-format
6419
  msgid ""
@@ -6424,7 +6434,7 @@ msgid ""
6424
  "filter in the Season Filters page."
6425
  msgstr ""
6426
 
6427
- #: core/lib/wpbc_all_translations.php:1227 inc/_ps/form/class-wpbc-form-help.php:431
6428
  #, php-format
6429
  msgid ""
6430
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
@@ -6433,47 +6443,47 @@ msgid ""
6433
  "at initial stage, when the date in calendar is not yet selected."
6434
  msgstr ""
6435
 
6436
- #: core/lib/wpbc_all_translations.php:1228 inc/_ps/form/class-wpbc-form-help.php:433
6437
  #: inc/_ps/form/class-wpbc-form-help.php:580
6438
  msgid "Examples"
6439
  msgstr ""
6440
 
6441
- #: core/lib/wpbc_all_translations.php:1229 inc/_ps/form/class-wpbc-form-help.php:434
6442
  #: inc/_ps/form/class-wpbc-form-help.php:581
6443
  msgid "Week days conditions."
6444
  msgstr ""
6445
 
6446
- #: core/lib/wpbc_all_translations.php:1230 inc/_ps/form/class-wpbc-form-help.php:450
6447
  #: inc/_ps/form/class-wpbc-form-help.php:597
6448
  msgid "default value, if no dates are selected, or none exist conditions are true."
6449
  msgstr ""
6450
 
6451
- #: core/lib/wpbc_all_translations.php:1231 inc/_ps/form/class-wpbc-form-help.php:458
6452
  #: inc/_ps/form/class-wpbc-form-help.php:475
6453
  msgid "You can use the several values, separated by comma."
6454
  msgstr ""
6455
 
6456
- #: core/lib/wpbc_all_translations.php:1232 inc/_ps/form/class-wpbc-form-help.php:460
6457
  #: inc/_ps/form/class-wpbc-form-help.php:607
6458
  msgid "Season filters conditions."
6459
  msgstr ""
6460
 
6461
- #: core/lib/wpbc_all_translations.php:1233 inc/_ps/form/class-wpbc-form-help.php:473
6462
  #: inc/_ps/form/class-wpbc-form-help.php:620
6463
  msgid "Season filter on the Season Filters page,"
6464
  msgstr ""
6465
 
6466
- #: core/lib/wpbc_all_translations.php:1234 inc/_ps/form/class-wpbc-form-help.php:474
6467
  #: inc/_ps/form/class-wpbc-form-help.php:621
6468
  msgid "Season filter on the Season Filters page"
6469
  msgstr ""
6470
 
6471
- #: core/lib/wpbc_all_translations.php:1235 inc/_ps/form/class-wpbc-form-help.php:477
6472
  #: inc/_ps/form/class-wpbc-form-help.php:624
6473
  msgid "Additional info"
6474
  msgstr ""
6475
 
6476
- #: core/lib/wpbc_all_translations.php:1236 inc/_ps/form/class-wpbc-form-help.php:478
6477
  #: inc/_ps/form/class-wpbc-form-help.php:625
6478
  #, php-format
6479
  msgid ""
@@ -6481,103 +6491,103 @@ msgid ""
6481
  "section."
6482
  msgstr ""
6483
 
6484
- #: core/lib/wpbc_all_translations.php:1237 inc/_ps/form/class-wpbc-form-help.php:479
6485
  #: inc/_ps/form/class-wpbc-form-help.php:626
6486
  #, php-format
6487
  msgid "Please check more about this feature at %sthis page%s"
6488
  msgstr ""
6489
 
6490
- #: core/lib/wpbc_all_translations.php:1238 inc/_ps/form/class-wpbc-form-help.php:493
6491
  msgid "Time Field"
6492
  msgstr ""
6493
 
6494
- #: core/lib/wpbc_all_translations.php:1239 inc/_ps/form/class-wpbc-form-help.php:495
6495
  #, php-format
6496
  msgid "Enter the %sTime%s using the text field."
6497
  msgstr ""
6498
 
6499
- #: core/lib/wpbc_all_translations.php:1240 inc/_ps/form/class-wpbc-form-help.php:498
6500
  msgid "This field does not impact to availability (booking for the specific time) ."
6501
  msgstr ""
6502
 
6503
- #: core/lib/wpbc_all_translations.php:1241 inc/_ps/form/class-wpbc-form-help.php:499
6504
  msgid "The value of this field is just saved into DB."
6505
  msgstr ""
6506
 
6507
- #: core/lib/wpbc_all_translations.php:1242 inc/_ps/form/class-wpbc-form-help.php:509
6508
  msgid "Country List"
6509
  msgstr ""
6510
 
6511
- #: core/lib/wpbc_all_translations.php:1243 inc/_ps/form/class-wpbc-form-help.php:511
6512
  msgid "Select the country from the predefined country list."
6513
  msgstr ""
6514
 
6515
- #: core/lib/wpbc_all_translations.php:1244 inc/_ps/form/class-wpbc-form-help.php:512
6516
  #, php-format
6517
  msgid "You can customize the country list at this file: %s"
6518
  msgstr ""
6519
 
6520
- #: core/lib/wpbc_all_translations.php:1245 inc/_ps/form/class-wpbc-form-help.php:513
6521
  msgid "You can insert this field with default selected value."
6522
  msgstr ""
6523
 
6524
- #: core/lib/wpbc_all_translations.php:1246 inc/_ps/form/class-wpbc-form-help.php:514
6525
  #, php-format
6526
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6527
  msgstr ""
6528
 
6529
- #: core/lib/wpbc_all_translations.php:1247 inc/_ps/form/class-wpbc-form-help.php:523
6530
  msgid "Language Sections"
6531
  msgstr ""
6532
 
6533
- #: core/lib/wpbc_all_translations.php:1248 inc/_ps/form/class-wpbc-form-help.php:525
6534
  msgid "Plugin support configurations of the booking form are available in different languages."
6535
  msgstr ""
6536
 
6537
- #: core/lib/wpbc_all_translations.php:1249 inc/_ps/form/class-wpbc-form-help.php:526
6538
  msgid "The active language of the booking form depends on the active locale of the site."
6539
  msgstr ""
6540
 
6541
- #: core/lib/wpbc_all_translations.php:1250 inc/_ps/form/class-wpbc-form-help.php:527
6542
  msgid ""
6543
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6544
  msgstr ""
6545
 
6546
- #: core/lib/wpbc_all_translations.php:1251 inc/_ps/form/class-wpbc-form-help.php:529
6547
  msgid "Usage"
6548
  msgstr ""
6549
 
6550
- #: core/lib/wpbc_all_translations.php:1252 inc/_ps/form/class-wpbc-form-help.php:530
6551
  #, php-format
6552
  msgid "start new translation section in specific language, where %s - locale of the translation."
6553
  msgstr ""
6554
 
6555
- #: core/lib/wpbc_all_translations.php:1253 inc/_ps/form/class-wpbc-form-help.php:533
6556
  msgid "English and French translation"
6557
  msgstr ""
6558
 
6559
- #: core/lib/wpbc_all_translations.php:1254 inc/_ps/form/class-wpbc-form-help.php:536
6560
  msgid "of configuration booking form in English and French languages"
6561
  msgstr ""
6562
 
6563
- #: core/lib/wpbc_all_translations.php:1255 inc/_ps/form/class-wpbc-form-help.php:555
6564
  msgid ""
6565
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6566
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6567
  msgstr ""
6568
 
6569
- #: core/lib/wpbc_all_translations.php:1256 inc/_ps/form/class-wpbc-form-help.php:563
6570
  msgid "Different form fields, for the different week days"
6571
  msgstr ""
6572
 
6573
- #: core/lib/wpbc_all_translations.php:1257 inc/_ps/form/class-wpbc-form-help.php:566
6574
  msgid ""
6575
  "This feature provides the possibility to show the different form fields or any other HTML "
6576
  "content in the booking form, depending on the selection of specific week day in calendar or "
6577
  "different days, which are assigned to the specific season filters"
6578
  msgstr ""
6579
 
6580
- #: core/lib/wpbc_all_translations.php:1258 inc/_ps/form/class-wpbc-form-help.php:578
6581
  #, php-format
6582
  msgid ""
6583
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
@@ -6586,54 +6596,54 @@ msgid ""
6586
  "at initial stage, when the date in calendar is not yet selected."
6587
  msgstr ""
6588
 
6589
- #: core/lib/wpbc_all_translations.php:1259 inc/_ps/form/class-wpbc-form-help.php:605
6590
  msgid "You can use several values, separated by comma."
6591
  msgstr ""
6592
 
6593
- #: core/lib/wpbc_all_translations.php:1260 inc/_ps/form/class-wpbc-form-help.php:622
6594
  msgid "You can use several values, separated by a comma."
6595
  msgstr ""
6596
 
6597
- #: core/lib/wpbc_all_translations.php:1261 inc/_ps/form/class-wpbc-form-help.php:635
6598
  msgid "Cost Fields"
6599
  msgstr ""
6600
 
6601
- #: core/lib/wpbc_all_translations.php:1262 inc/_ps/form/class-wpbc-form-help.php:641
6602
  msgid "Cost Correction Field"
6603
  msgstr ""
6604
 
6605
- #: core/lib/wpbc_all_translations.php:1263 inc/_ps/form/class-wpbc-form-help.php:643
6606
  #, php-format
6607
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6608
  msgstr ""
6609
 
6610
- #: core/lib/wpbc_all_translations.php:1264 inc/_ps/form/class-wpbc-form-help.php:644
6611
  #, php-format
6612
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6613
  msgstr ""
6614
 
6615
- #: core/lib/wpbc_all_translations.php:1265 inc/_ps/form/class-wpbc-form-help.php:655
6616
  msgid "Discount Coupon field"
6617
  msgstr ""
6618
 
6619
- #: core/lib/wpbc_all_translations.php:1266 inc/_ps/form/class-wpbc-form-help.php:657
6620
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6621
  msgstr ""
6622
 
6623
- #: core/lib/wpbc_all_translations.php:1267 inc/_ps/form/class-wpbc-form-help.php:658
6624
  #, php-format
6625
  msgid "You can configure the discount coupon codes at this %spage%s."
6626
  msgstr ""
6627
 
6628
- #: core/lib/wpbc_all_translations.php:1268 inc/_ps/form/class-wpbc-form-help.php:667
6629
  msgid "Hints for your form"
6630
  msgstr ""
6631
 
6632
- #: core/lib/wpbc_all_translations.php:1269 inc/_ps/form/class-wpbc-form-help.php:673
6633
  msgid "Cost Hints"
6634
  msgstr ""
6635
 
6636
- #: core/lib/wpbc_all_translations.php:1270 inc/_ps/form/class-wpbc-form-help.php:675
6637
  #: inc/_ps/form/class-wpbc-form-help.php:697
6638
  #, php-format
6639
  msgid ""
@@ -6641,16 +6651,16 @@ msgid ""
6641
  "calendar or options in checkboxes or selectboxes)%s."
6642
  msgstr ""
6643
 
6644
- #: core/lib/wpbc_all_translations.php:1271 inc/_ps/form/class-wpbc-form-help.php:695
6645
  msgid "Dates and Times Hints"
6646
  msgstr ""
6647
 
6648
- #: core/lib/wpbc_all_translations.php:1272 inc/_ps/form/class-wpbc-form-help.php:699
6649
  #: inc/gateways/page-gateways.php:1066
6650
  msgid "Selected Check In date."
6651
  msgstr ""
6652
 
6653
- #: core/lib/wpbc_all_translations.php:1273 inc/_ps/form/class-wpbc-form-help.php:700
6654
  #: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
6655
  #: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
6656
  #: inc/_ps/form/class-wpbc-form-help.php:715 inc/_ps/form/class-wpbc-form-help.php:718
@@ -6664,91 +6674,91 @@ msgstr ""
6664
  msgid "Example:"
6665
  msgstr ""
6666
 
6667
- #: core/lib/wpbc_all_translations.php:1274 inc/_ps/form/class-wpbc-form-help.php:702
6668
  #: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1069
6669
  msgid "Selected Check Out date."
6670
  msgstr ""
6671
 
6672
- #: core/lib/wpbc_all_translations.php:1275 inc/_ps/form/class-wpbc-form-help.php:708
6673
  #: inc/gateways/page-gateways.php:1072
6674
  msgid "Selected Start Time."
6675
  msgstr ""
6676
 
6677
- #: core/lib/wpbc_all_translations.php:1276 inc/_ps/form/class-wpbc-form-help.php:711
6678
  #: inc/gateways/page-gateways.php:1075
6679
  msgid "Selected End Time."
6680
  msgstr ""
6681
 
6682
- #: core/lib/wpbc_all_translations.php:1277 inc/_ps/form/class-wpbc-form-help.php:714
6683
  #: inc/gateways/page-gateways.php:1078
6684
  msgid "All selected dates."
6685
  msgstr ""
6686
 
6687
- #: core/lib/wpbc_all_translations.php:1278 inc/_ps/form/class-wpbc-form-help.php:717
6688
  #: inc/gateways/page-gateways.php:1081
6689
  msgid "All selected dates with times."
6690
  msgstr ""
6691
 
6692
- #: core/lib/wpbc_all_translations.php:1279 inc/_ps/form/class-wpbc-form-help.php:720
6693
  #: inc/gateways/page-gateways.php:1084
6694
  msgid "All selected dates in \"short\" format."
6695
  msgstr ""
6696
 
6697
- #: core/lib/wpbc_all_translations.php:1280 inc/_ps/form/class-wpbc-form-help.php:723
6698
  #: inc/gateways/page-gateways.php:1087
6699
  msgid "All selected dates with times in \"short\" format.."
6700
  msgstr ""
6701
 
6702
- #: core/lib/wpbc_all_translations.php:1281 inc/_ps/form/class-wpbc-form-help.php:726
6703
  #: inc/gateways/page-gateways.php:1090
6704
  msgid "Number of selected days."
6705
  msgstr ""
6706
 
6707
- #: core/lib/wpbc_all_translations.php:1282 inc/_ps/form/class-wpbc-form-help.php:729
6708
  #: inc/gateways/page-gateways.php:1093
6709
  msgid "Number of selected nights."
6710
  msgstr ""
6711
 
6712
- #: core/lib/wpbc_all_translations.php:1283 inc/_ps/form/class-wpbc-form-help.php:739
6713
  msgid "Other Hints"
6714
  msgstr ""
6715
 
6716
- #: core/lib/wpbc_all_translations.php:1284 inc/_ps/form/class-wpbc-form-help.php:741
6717
  #: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1044
6718
  msgid "title of booking resource"
6719
  msgstr ""
6720
 
6721
- #: core/lib/wpbc_all_translations.php:1285 inc/_ps/form/class-wpbc-form-help.php:742
6722
  msgid "ID of booking resource."
6723
  msgstr ""
6724
 
6725
- #: core/lib/wpbc_all_translations.php:1286 inc/_ps/form/class-wpbc-form-help.php:744
6726
  msgid "cost of booking resource."
6727
  msgstr ""
6728
 
6729
- #: core/lib/wpbc_all_translations.php:1287 inc/_ps/form/class-wpbc-form-help.php:745
6730
  msgid "capacity of booking resource."
6731
  msgstr ""
6732
 
6733
- #: core/lib/wpbc_all_translations.php:1288 inc/_ps/form/class-wpbc-form-help.php:746
6734
  msgid "maximum number of visitors per booking resource."
6735
  msgstr ""
6736
 
6737
- #: core/lib/wpbc_all_translations.php:1289 inc/_ps/form/class-wpbc-form-help.php:760
6738
  msgid "Tips and Tricks"
6739
  msgstr ""
6740
 
6741
- #: core/lib/wpbc_all_translations.php:1290 inc/_ps/form/class-wpbc-form-help.php:762
6742
  #, php-format
6743
  msgid "%sEmail verification field%s."
6744
  msgstr ""
6745
 
6746
- #: core/lib/wpbc_all_translations.php:1291 inc/_ps/form/class-wpbc-form-help.php:764
6747
  #, php-format
6748
  msgid "%sDescription of usage%s."
6749
  msgstr ""
6750
 
6751
- #: core/lib/wpbc_all_translations.php:1292 inc/_ps/form/class-wpbc-form-help.php:765
6752
  #, php-format
6753
  msgid ""
6754
  "To create verification email, you need to use special CSS class in other email field. This CSS "
@@ -6756,256 +6766,256 @@ msgid ""
6756
  "field: %s"
6757
  msgstr ""
6758
 
6759
- #: core/lib/wpbc_all_translations.php:1293 inc/_ps/form/class-wpbc-form-help.php:766
6760
  #, php-format
6761
  msgid "%sExample%s."
6762
  msgstr ""
6763
 
6764
- #: core/lib/wpbc_all_translations.php:1294 inc/_ps/form/class-wpbc-form-help.php:767
6765
  msgid "confirmation email field of the primary email field"
6766
  msgstr ""
6767
 
6768
- #: core/lib/wpbc_all_translations.php:1295 inc/_ps/form/class-wpbc-form-help.php:791
6769
  msgid "Generate Tag"
6770
  msgstr ""
6771
 
6772
- #: core/lib/wpbc_all_translations.php:1296 inc/_ps/form/class-wpbc-form-help.php:807
6773
  msgid "Select option to configure or show help info about tags"
6774
  msgstr ""
6775
 
6776
- #: core/lib/wpbc_all_translations.php:1297 inc/_ps/p-toolbar.php:34
6777
  msgid "Keyword"
6778
  msgstr ""
6779
 
6780
- #: core/lib/wpbc_all_translations.php:1298 inc/_ps/p-toolbar.php:42
6781
  msgid "Enter Keyword here"
6782
  msgstr ""
6783
 
6784
- #: core/lib/wpbc_all_translations.php:1299 inc/_ps/p-toolbar.php:65
6785
  msgid ""
6786
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6787
  msgstr ""
6788
 
6789
- #: core/lib/wpbc_all_translations.php:1300 inc/_ps/p-toolbar.php:69
6790
  msgid "Save as Default"
6791
  msgstr ""
6792
 
6793
- #: core/lib/wpbc_all_translations.php:1301 inc/_ps/p-toolbar.php:75
6794
  msgid "Delete your previously saved default filer template!"
6795
  msgstr ""
6796
 
6797
- #: core/lib/wpbc_all_translations.php:1302 inc/_ps/p-toolbar.php:79
6798
  msgid "Delete template"
6799
  msgstr ""
6800
 
6801
- #: core/lib/wpbc_all_translations.php:1303 inc/_ps/p-toolbar.php:101
6802
  msgid "Print bookings listing"
6803
  msgstr ""
6804
 
6805
- #: core/lib/wpbc_all_translations.php:1304 inc/_ps/p-toolbar.php:143
6806
  msgid "Export only current page of bookings to CSV format"
6807
  msgstr ""
6808
 
6809
- #: core/lib/wpbc_all_translations.php:1305 inc/_ps/p-toolbar.php:156
6810
  msgid "Export All"
6811
  msgstr ""
6812
 
6813
- #: core/lib/wpbc_all_translations.php:1306 inc/_ps/p-toolbar.php:157
6814
  msgid "Export All bookings to CSV format"
6815
  msgstr ""
6816
 
6817
- #: core/lib/wpbc_all_translations.php:1307 inc/_ps/p-toolbar.php:224
6818
  msgid "Edit Note"
6819
  msgstr ""
6820
 
6821
- #: core/lib/wpbc_all_translations.php:1308 inc/_ps/p-toolbar.php:247
6822
  msgid "Change Language"
6823
  msgstr ""
6824
 
6825
- #: core/lib/wpbc_all_translations.php:1309 inc/_ps/p-toolbar.php:259
6826
  msgid "Default Locale"
6827
  msgstr ""
6828
 
6829
- #: core/lib/wpbc_all_translations.php:1310 inc/_ps/p-toolbar.php:295
6830
  msgid "Change Resource"
6831
  msgstr ""
6832
 
6833
- #: core/lib/wpbc_all_translations.php:1311 inc/_ps/p-toolbar.php:320 inc/_ps/p-toolbar.php:433
6834
  msgid "Duplicate Booking"
6835
  msgstr ""
6836
 
6837
- #: core/lib/wpbc_all_translations.php:1312 inc/_ps/p-toolbar.php:351
6838
  msgid "Save"
6839
  msgstr ""
6840
 
6841
- #: core/lib/wpbc_all_translations.php:1313 inc/_ps/p-toolbar.php:400
6842
  msgid "Change"
6843
  msgstr ""
6844
 
6845
- #: core/lib/wpbc_all_translations.php:1314 inc/_ps/p-toolbar.php:470
6846
  msgid "Print bookings"
6847
  msgstr ""
6848
 
6849
- #: core/lib/wpbc_all_translations.php:1315 inc/_ps/p-toolbar.php:509
6850
  msgid "Export bookings"
6851
  msgstr ""
6852
 
6853
- #: core/lib/wpbc_all_translations.php:1316 inc/_ps/p-toolbar.php:512
6854
  msgid "Download the CSV file of exported booking data"
6855
  msgstr ""
6856
 
6857
- #: core/lib/wpbc_all_translations.php:1317 inc/_ps/p-toolbar.php:520
6858
  msgid "Download"
6859
  msgstr ""
6860
 
6861
- #: core/lib/wpbc_all_translations.php:1318 inc/_ps/p-toolbar.php:748
6862
  msgid "Clear booking resources selection"
6863
  msgstr ""
6864
 
6865
- #: core/lib/wpbc_all_translations.php:1319 inc/_ps/p-toolbar.php:752
6866
  msgid "Apply booking resources selection"
6867
  msgstr ""
6868
 
6869
- #: core/lib/wpbc_all_translations.php:1320 inc/_ps/p-toolbar.php:782
6870
  msgid ""
6871
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
6872
  "Please clear the selection, then add new resources."
6873
  msgstr ""
6874
 
6875
- #: core/lib/wpbc_all_translations.php:1321 inc/_ps/p-toolbar.php:1070 inc/_ps/p-toolbar.php:1118
6876
  msgid "Add New Booking Resource(s)"
6877
  msgstr ""
6878
 
6879
- #: core/lib/wpbc_all_translations.php:1322 inc/_ps/p-toolbar.php:1110
6880
  msgid "Enter name of booking resource"
6881
  msgstr ""
6882
 
6883
- #: core/lib/wpbc_all_translations.php:1323 inc/_ps/p-toolbar.php:1134
6884
  msgid "Resources count"
6885
  msgstr ""
6886
 
6887
- #: core/lib/wpbc_all_translations.php:1324 inc/_ps/personal.php:230
6888
  msgid "This booking resources does not exist"
6889
  msgstr ""
6890
 
6891
- #: core/lib/wpbc_all_translations.php:1325 inc/_ps/personal.php:275
6892
  msgid "Generating columns"
6893
  msgstr ""
6894
 
6895
- #: core/lib/wpbc_all_translations.php:1326 inc/_ps/personal.php:316
6896
  msgid "Exporting booking data"
6897
  msgstr ""
6898
 
6899
- #: core/lib/wpbc_all_translations.php:1327 inc/_ps/personal.php:356
6900
  msgid "Generating content of file"
6901
  msgstr ""
6902
 
6903
- #: core/lib/wpbc_all_translations.php:1328 inc/_ps/personal.php:398
6904
  msgid "Saving to file"
6905
  msgstr ""
6906
 
6907
- #: core/lib/wpbc_all_translations.php:1329 inc/_ps/personal.php:846
6908
  msgid "The booking was canceled by the visitor."
6909
  msgstr ""
6910
 
6911
- #: core/lib/wpbc_all_translations.php:1330 inc/_ps/personal.php:907
6912
  msgid "The booking has been canceled successfully"
6913
  msgstr ""
6914
 
6915
- #: core/lib/wpbc_all_translations.php:1331 inc/_ps/personal.php:927
6916
  msgid "Incorrect date format"
6917
  msgstr ""
6918
 
6919
- #: core/lib/wpbc_all_translations.php:1332 inc/_ps/personal.php:2047
6920
  msgid "Change your Booking"
6921
  msgstr ""
6922
 
6923
- #: core/lib/wpbc_all_translations.php:1333 inc/_ps/personal.php:2049
6924
  msgid "Cancel Booking"
6925
  msgstr ""
6926
 
6927
- #: core/lib/wpbc_all_translations.php:1334 inc/_ps/personal.php:2303
6928
  msgid "Warning! The resource was not changed. Current dates are already booked there."
6929
  msgstr ""
6930
 
6931
- #: core/lib/wpbc_all_translations.php:1335 inc/_ps/personal.php:2440
6932
  msgid "The booking has been duplicated successfully"
6933
  msgstr ""
6934
 
6935
- #: core/lib/wpbc_all_translations.php:1336 inc/_ps/personal.php:2449
6936
  msgid "Warning! Operation failed. Current dates are already booked there."
6937
  msgstr ""
6938
 
6939
- #: core/lib/wpbc_all_translations.php:1337 inc/_ps/personal.php:2536
6940
  msgid "Sending request..."
6941
  msgstr ""
6942
 
6943
- #: core/lib/wpbc_all_translations.php:1338 inc/_ps/personal.php:2565
6944
  msgid "Order number"
6945
  msgstr ""
6946
 
6947
- #: core/lib/wpbc_all_translations.php:1339 inc/_ps/personal.php:2567
6948
  msgid "Register"
6949
  msgstr ""
6950
 
6951
- #: core/lib/wpbc_all_translations.php:1340 inc/_ps/personal.php:2569
6952
  msgid ""
6953
  "Please, enter order number of your purchased version, which you received to your billing email."
6954
  msgstr ""
6955
 
6956
- #: core/lib/wpbc_all_translations.php:1341 inc/_ps/personal.php:2571
6957
  #, php-format
6958
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
6959
  msgstr ""
6960
 
6961
- #: core/lib/wpbc_all_translations.php:1342 inc/_ps/wpbc-booking-select-widget.php:226
6962
  msgid "Default form"
6963
  msgstr ""
6964
 
6965
- #: core/lib/wpbc_all_translations.php:1343 inc/_ps/wpbc-check-updates.php:178
6966
  #, php-format
6967
  msgid ""
6968
  "There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
6969
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
6970
  msgstr ""
6971
 
6972
- #: core/lib/wpbc_all_translations.php:1344 inc/_ps/wpbc-check-updates.php:184
6973
  #, php-format
6974
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
6975
  msgstr ""
6976
 
6977
- #: core/lib/wpbc_all_translations.php:1345 inc/_ps/wpbc-check-updates.php:191
6978
  msgid "Upgrade Notice"
6979
  msgstr ""
6980
 
6981
- #: core/lib/wpbc_all_translations.php:1346 inc/_ps/wpbc-check-updates.php:231
6982
  #, php-format
6983
  msgid "Version %s By %s"
6984
  msgstr ""
6985
 
6986
- #: core/lib/wpbc_all_translations.php:1347 inc/_ps/wpbc-check-updates.php:235
6987
  msgid "View details"
6988
  msgstr ""
6989
 
6990
- #: core/lib/wpbc_all_translations.php:1348 inc/_ps/wpbc-form-templates.php:34
6991
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
6992
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
6993
  msgid "First Name (required)"
6994
  msgstr ""
6995
 
6996
- #: core/lib/wpbc_all_translations.php:1349 inc/_ps/wpbc-form-templates.php:35
6997
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
6998
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
6999
  msgid "Last Name (required)"
7000
  msgstr ""
7001
 
7002
- #: core/lib/wpbc_all_translations.php:1350 inc/_ps/wpbc-form-templates.php:36
7003
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
7004
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
7005
  msgid "Email (required)"
7006
  msgstr ""
7007
 
7008
- #: core/lib/wpbc_all_translations.php:1351 inc/_ps/wpbc-form-templates.php:37
7009
  #: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
7010
  #: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
7011
  #: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
@@ -7014,21 +7024,21 @@ msgstr ""
7014
  msgid "Phone"
7015
  msgstr ""
7016
 
7017
- #: core/lib/wpbc_all_translations.php:1352 inc/_ps/wpbc-form-templates.php:38
7018
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7019
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
7020
  #: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
7021
  msgid "Adults"
7022
  msgstr ""
7023
 
7024
- #: core/lib/wpbc_all_translations.php:1353 inc/_ps/wpbc-form-templates.php:38
7025
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7026
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
7027
  #: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
7028
  msgid "Children"
7029
  msgstr ""
7030
 
7031
- #: core/lib/wpbc_all_translations.php:1354 inc/_ps/wpbc-form-templates.php:39
7032
  #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
7033
  #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
7034
  #: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
@@ -7036,116 +7046,116 @@ msgstr ""
7036
  msgid "Details"
7037
  msgstr ""
7038
 
7039
- #: core/lib/wpbc_all_translations.php:1355 inc/_ps/wpbc-form-templates.php:40
7040
  #: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
7041
  #: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
7042
  msgid "I Accept term and conditions"
7043
  msgstr ""
7044
 
7045
- #: core/lib/wpbc_all_translations.php:1356 inc/_ps/wpbc-form-templates.php:48
7046
  #: inc/_ps/wpbc-form-templates.php:68
7047
  msgid "Select Times"
7048
  msgstr ""
7049
 
7050
- #: core/lib/wpbc_all_translations.php:1357 inc/_ps/wpbc-form-templates.php:53
7051
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
7052
  #: inc/_ps/wpbc-form-templates.php:118
7053
  msgid "Address (required)"
7054
  msgstr ""
7055
 
7056
- #: core/lib/wpbc_all_translations.php:1358 inc/_ps/wpbc-form-templates.php:54
7057
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
7058
  #: inc/_ps/wpbc-form-templates.php:119
7059
  msgid "City (required)"
7060
  msgstr ""
7061
 
7062
- #: core/lib/wpbc_all_translations.php:1359 inc/_ps/wpbc-form-templates.php:55
7063
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
7064
  #: inc/_ps/wpbc-form-templates.php:120
7065
  msgid "Post code (required)"
7066
  msgstr ""
7067
 
7068
- #: core/lib/wpbc_all_translations.php:1360 inc/_ps/wpbc-form-templates.php:56
7069
  #: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
7070
  #: inc/_ps/wpbc-form-templates.php:121
7071
  msgid "Country (required)"
7072
  msgstr ""
7073
 
7074
- #: core/lib/wpbc_all_translations.php:1361 inc/_ps/wpbc-form-templates.php:89
7075
  msgid "night(s)"
7076
  msgstr ""
7077
 
7078
- #: core/lib/wpbc_all_translations.php:1362 inc/_ps/wpbc-form-templates.php:90
7079
  #: inc/_ps/wpbc-form-templates.php:112
7080
  msgid "Full cost of the booking"
7081
  msgstr ""
7082
 
7083
- #: core/lib/wpbc_all_translations.php:1363 inc/_ps/wpbc-form-templates.php:122
7084
  #: inc/_ps/wpbc-form-templates.php:194
7085
  msgid "Visitors"
7086
  msgstr ""
7087
 
7088
- #: core/lib/wpbc_all_translations.php:1365 inc/_ps/wpbc-form-templates.php:145
7089
  #: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
7090
  #: inc/_ps/wpbc-form-templates.php:187
7091
  msgid "Last Name"
7092
  msgstr ""
7093
 
7094
- #: core/lib/wpbc_all_translations.php:1366 inc/_ps/wpbc-form-templates.php:146
7095
  #: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
7096
  #: inc/_ps/wpbc-form-templates.php:188
7097
  msgid "Email"
7098
  msgstr ""
7099
 
7100
- #: core/lib/wpbc_all_translations.php:1367 inc/_ps/wpbc-form-templates.php:160
7101
  #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
7102
  msgid "Address"
7103
  msgstr ""
7104
 
7105
- #: core/lib/wpbc_all_translations.php:1368 inc/_ps/wpbc-form-templates.php:161
7106
  #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
7107
  msgid "City"
7108
  msgstr ""
7109
 
7110
- #: core/lib/wpbc_all_translations.php:1369 inc/_ps/wpbc-form-templates.php:162
7111
  #: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
7112
  msgid "Post code"
7113
  msgstr ""
7114
 
7115
- #: core/lib/wpbc_all_translations.php:1370 inc/_ps/wpbc-form-templates.php:163
7116
  #: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
7117
  #: inc/gateways/page-gateways.php:340
7118
  msgid "Country"
7119
  msgstr ""
7120
 
7121
- #: core/lib/wpbc_all_translations.php:1371 inc/_ps/wpbc-form-templates.php:220
7122
  #: inc/_ps/wpbc-form-templates.php:230 inc/_ps/wpbc-form-templates.php:240
7123
  #: inc/_ps/wpbc-form-templates.php:250
7124
  msgid "Check in"
7125
  msgstr ""
7126
 
7127
- #: core/lib/wpbc_all_translations.php:1372 inc/_ps/wpbc-form-templates.php:221
7128
  #: inc/_ps/wpbc-form-templates.php:231 inc/_ps/wpbc-form-templates.php:241
7129
  #: inc/_ps/wpbc-form-templates.php:251
7130
  msgid "Check out"
7131
  msgstr ""
7132
 
7133
- #: core/lib/wpbc_all_translations.php:1373 inc/_ps/wpbc-form-templates.php:222
7134
  #: inc/_ps/wpbc-form-templates.php:232 inc/_ps/wpbc-form-templates.php:242
7135
  #: inc/_ps/wpbc-form-templates.php:252
7136
  msgid "Guests"
7137
  msgstr ""
7138
 
7139
- #: core/lib/wpbc_all_translations.php:1374 inc/_ps/wpbc-form-templates.php:280
7140
  #: inc/_ps/wpbc-form-templates.php:297
7141
  msgid "Max. persons"
7142
  msgstr ""
7143
 
7144
- #: core/lib/wpbc_all_translations.php:1375 inc/_ps/wpbc-print.php:84
7145
  msgid "Data"
7146
  msgstr ""
7147
 
7148
- #: core/lib/wpbc_all_translations.php:1376 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:275
7149
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
7150
  #: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:255
7151
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:344
@@ -7153,117 +7163,117 @@ msgstr ""
7153
  msgid "Enable this payment gateway"
7154
  msgstr ""
7155
 
7156
- #: core/lib/wpbc_all_translations.php:1377 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:285
7157
  msgid "API Login ID"
7158
  msgstr ""
7159
 
7160
- #: core/lib/wpbc_all_translations.php:1378 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:287
7161
  #, php-format
7162
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
7163
  msgstr ""
7164
 
7165
- #: core/lib/wpbc_all_translations.php:1379 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:300
7166
  msgid "Transaction Key"
7167
  msgstr ""
7168
 
7169
- #: core/lib/wpbc_all_translations.php:1380 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:302
7170
  #: inc/gateways/stripe/wpbc-gw-stripe.php:318 inc/gateways/stripe/wpbc-gw-stripe.php:333
7171
  #: inc/gateways/stripe/wpbc-gw-stripe.php:350 inc/gateways/stripe/wpbc-gw-stripe.php:365
7172
  #, php-format
7173
  msgid "This parameter have to assigned to you by %s"
7174
  msgstr ""
7175
 
7176
- #: core/lib/wpbc_all_translations.php:1381 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:314
7177
  #: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:423
7178
  #: inc/gateways/sage/wpbc-gw-sage.php:424
7179
  msgid "Chose payment mode"
7180
  msgstr ""
7181
 
7182
- #: core/lib/wpbc_all_translations.php:1382 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
7183
  msgid ""
7184
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
7185
  "for using Developer account."
7186
  msgstr ""
7187
 
7188
- #: core/lib/wpbc_all_translations.php:1383 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:318
7189
  msgid ""
7190
  "Transactions posted against live merchant accounts using either of the above testing methods are "
7191
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
7192
  "Interface."
7193
  msgstr ""
7194
 
7195
- #: core/lib/wpbc_all_translations.php:1384 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:322
7196
  msgid "Developer Test"
7197
  msgstr ""
7198
 
7199
- #: core/lib/wpbc_all_translations.php:1385 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:323
7200
  msgid "Live Test"
7201
  msgstr ""
7202
 
7203
- #: core/lib/wpbc_all_translations.php:1386 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:324
7204
  #: inc/gateways/paypal/wpbc-gw-paypal.php:429
7205
  msgid "Live"
7206
  msgstr ""
7207
 
7208
- #: core/lib/wpbc_all_translations.php:1387 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:332
7209
  #: inc/gateways/paypal/wpbc-gw-paypal.php:407 inc/gateways/sage/wpbc-gw-sage.php:438
7210
  msgid "Transaction type"
7211
  msgstr ""
7212
 
7213
- #: core/lib/wpbc_all_translations.php:1388 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:333
7214
  msgid "Select transaction type, which supported by the payment gateway."
7215
  msgstr ""
7216
 
7217
- #: core/lib/wpbc_all_translations.php:1389 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:336
7218
  msgid "Authorization and Capture"
7219
  msgstr ""
7220
 
7221
- #: core/lib/wpbc_all_translations.php:1390 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:337
7222
  msgid "Authorization Only"
7223
  msgstr ""
7224
 
7225
- #: core/lib/wpbc_all_translations.php:1391 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343
7226
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:293 inc/gateways/paypal/wpbc-gw-paypal.php:438
7227
  #: inc/gateways/sage/wpbc-gw-sage.php:453 inc/gateways/stripe/wpbc-gw-stripe.php:386
7228
  msgid "U.S. Dollars"
7229
  msgstr ""
7230
 
7231
- #: core/lib/wpbc_all_translations.php:1392 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
7232
  #: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe/wpbc-gw-stripe.php:387
7233
  msgid "Pounds Sterling"
7234
  msgstr ""
7235
 
7236
- #: core/lib/wpbc_all_translations.php:1393 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:345
7237
  #: inc/gateways/paypal/wpbc-gw-paypal.php:439 inc/gateways/sage/wpbc-gw-sage.php:452
7238
  #: inc/gateways/stripe/wpbc-gw-stripe.php:388
7239
  msgid "Euros"
7240
  msgstr ""
7241
 
7242
- #: core/lib/wpbc_all_translations.php:1394 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
7243
  #: inc/gateways/paypal/wpbc-gw-paypal.php:443 inc/gateways/sage/wpbc-gw-sage.php:456
7244
  #: inc/gateways/stripe/wpbc-gw-stripe.php:389
7245
  msgid "Canadian Dollars"
7246
  msgstr ""
7247
 
7248
- #: core/lib/wpbc_all_translations.php:1395 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
7249
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:299 inc/gateways/paypal/wpbc-gw-paypal.php:466
7250
  #: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe/wpbc-gw-stripe.php:530
7251
  msgid "Accepted Currency"
7252
  msgstr ""
7253
 
7254
- #: core/lib/wpbc_all_translations.php:1396 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
7255
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:300 inc/gateways/paypal/wpbc-gw-paypal.php:467
7256
  #: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe/wpbc-gw-stripe.php:531
7257
  msgid "The currency code that gateway will process the payment in."
7258
  msgstr ""
7259
 
7260
- #: core/lib/wpbc_all_translations.php:1397 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:355
7261
  #: inc/gateways/stripe/wpbc-gw-stripe.php:534
7262
  msgid ""
7263
  "Setting the currency that is not supported by the payment processor will result in an error."
7264
  msgstr ""
7265
 
7266
- #: core/lib/wpbc_all_translations.php:1398 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:365
7267
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
7268
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:983 inc/gateways/ideal/wpbc-gw-ideal.php:309
7269
  #: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
@@ -7277,21 +7287,21 @@ msgstr ""
7277
  msgid "Pay via"
7278
  msgstr ""
7279
 
7280
- #: core/lib/wpbc_all_translations.php:1399 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
7281
  #: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:311
7282
  #: inc/gateways/paypal/wpbc-gw-paypal.php:497 inc/gateways/sage/wpbc-gw-sage.php:490
7283
  #: inc/gateways/stripe/wpbc-gw-stripe.php:554
7284
  msgid "Payment button title"
7285
  msgstr ""
7286
 
7287
- #: core/lib/wpbc_all_translations.php:1400 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:368
7288
  #: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:312
7289
  #: inc/gateways/paypal/wpbc-gw-paypal.php:498 inc/gateways/sage/wpbc-gw-sage.php:491
7290
  #: inc/gateways/stripe/wpbc-gw-stripe.php:555
7291
  msgid "Enter the title of the payment button"
7292
  msgstr ""
7293
 
7294
- #: core/lib/wpbc_all_translations.php:1401 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:379
7295
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:380
7296
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:979 inc/gateways/ideal/wpbc-gw-ideal.php:471
7297
  #: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
@@ -7305,104 +7315,104 @@ msgstr ""
7305
  msgid "Payment for booking %s on these day(s): %s"
7306
  msgstr ""
7307
 
7308
- #: core/lib/wpbc_all_translations.php:1402 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:381
7309
  #: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
7310
  #: inc/gateways/paypal/wpbc-gw-paypal.php:525 inc/gateways/sage/wpbc-gw-sage.php:504
7311
  #: inc/gateways/stripe/wpbc-gw-stripe.php:568
7312
  msgid "Payment description at gateway website"
7313
  msgstr ""
7314
 
7315
- #: core/lib/wpbc_all_translations.php:1403 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:382
7316
  #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:326
7317
  #: inc/gateways/paypal/wpbc-gw-paypal.php:526 inc/gateways/sage/wpbc-gw-sage.php:505
7318
  #: inc/gateways/stripe/wpbc-gw-stripe.php:569
7319
  msgid "Enter the service name or the reason for the payment here."
7320
  msgstr ""
7321
 
7322
- #: core/lib/wpbc_all_translations.php:1404 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383
7323
  #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:327
7324
  #: inc/gateways/paypal/wpbc-gw-paypal.php:527 inc/gateways/sage/wpbc-gw-sage.php:506
7325
  #: inc/gateways/stripe/wpbc-gw-stripe.php:570
7326
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7327
  msgstr ""
7328
 
7329
- #: core/lib/wpbc_all_translations.php:1405 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
7330
  #: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
7331
  #: inc/gateways/paypal/wpbc-gw-paypal.php:530 inc/gateways/sage/wpbc-gw-sage.php:509
7332
  #, php-format
7333
  msgid "This field support only up to %s characters by payment system."
7334
  msgstr ""
7335
 
7336
- #: core/lib/wpbc_all_translations.php:1406 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
7337
  msgid "Activate Relay Response"
7338
  msgstr ""
7339
 
7340
- #: core/lib/wpbc_all_translations.php:1407 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
7341
  msgid ""
7342
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7343
  "site."
7344
  msgstr ""
7345
 
7346
- #: core/lib/wpbc_all_translations.php:1408 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
7347
  msgid ""
7348
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7349
  "Interface, if a Relay Response is activated here."
7350
  msgstr ""
7351
 
7352
- #: core/lib/wpbc_all_translations.php:1409 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
7353
  msgid "MD5 Hash value"
7354
  msgstr ""
7355
 
7356
- #: core/lib/wpbc_all_translations.php:1410 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7357
  msgid ""
7358
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7359
  msgstr ""
7360
 
7361
- #: core/lib/wpbc_all_translations.php:1411 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7362
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7363
  msgstr ""
7364
 
7365
- #: core/lib/wpbc_all_translations.php:1412 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:422
7366
  msgid "Log on to the Merchant Interface"
7367
  msgstr ""
7368
 
7369
- #: core/lib/wpbc_all_translations.php:1413 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:423
7370
  msgid "Click Settings under Account in the main menu on the left"
7371
  msgstr ""
7372
 
7373
- #: core/lib/wpbc_all_translations.php:1414 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:424
7374
  msgid "Click MD5-Hash in the Security Settings section"
7375
  msgstr ""
7376
 
7377
- #: core/lib/wpbc_all_translations.php:1415 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:425
7378
  msgid "Enter this value"
7379
  msgstr ""
7380
 
7381
- #: core/lib/wpbc_all_translations.php:1416 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:426
7382
  msgid "Click Submit"
7383
  msgstr ""
7384
 
7385
- #: core/lib/wpbc_all_translations.php:1417 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:427
7386
  #, php-format
7387
  msgid ""
7388
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7389
  "%sMerchant Integration Guide%s"
7390
  msgstr ""
7391
 
7392
- #: core/lib/wpbc_all_translations.php:1418 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:442
7393
  #: inc/gateways/ideal/wpbc-gw-ideal.php:506 inc/gateways/ipay88/wpbc-gw-ipay88.php:351
7394
  #: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe/wpbc-gw-stripe.php:594
7395
  msgid "Return URL after Successful order"
7396
  msgstr ""
7397
 
7398
- #: core/lib/wpbc_all_translations.php:1419 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:460
7399
  #: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:367
7400
  #: inc/gateways/paypal/wpbc-gw-paypal.php:591 inc/gateways/sage/wpbc-gw-sage.php:546
7401
  #: inc/gateways/stripe/wpbc-gw-stripe.php:612
7402
  msgid "The URL where visitor will be redirected after completing payment."
7403
  msgstr ""
7404
 
7405
- #: core/lib/wpbc_all_translations.php:1420 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
7406
  #: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:368
7407
  #: inc/gateways/paypal/wpbc-gw-paypal.php:592 inc/gateways/sage/wpbc-gw-sage.php:547
7408
  #: inc/gateways/stripe/wpbc-gw-stripe.php:613
@@ -7410,20 +7420,20 @@ msgstr ""
7410
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7411
  msgstr ""
7412
 
7413
- #: core/lib/wpbc_all_translations.php:1421 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:476
7414
  #: inc/gateways/ideal/wpbc-gw-ideal.php:537 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
7415
  #: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe/wpbc-gw-stripe.php:628
7416
  msgid "Return URL after Failed order"
7417
  msgstr ""
7418
 
7419
- #: core/lib/wpbc_all_translations.php:1422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:494
7420
  #: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:398
7421
  #: inc/gateways/paypal/wpbc-gw-paypal.php:622 inc/gateways/sage/wpbc-gw-sage.php:577
7422
  #: inc/gateways/stripe/wpbc-gw-stripe.php:646
7423
  msgid "The URL where the visitor will be redirected after completing payment."
7424
  msgstr ""
7425
 
7426
- #: core/lib/wpbc_all_translations.php:1423 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:495
7427
  #: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:399
7428
  #: inc/gateways/paypal/wpbc-gw-paypal.php:623 inc/gateways/sage/wpbc-gw-sage.php:578
7429
  #: inc/gateways/stripe/wpbc-gw-stripe.php:647
@@ -7431,21 +7441,21 @@ msgstr ""
7431
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7432
  msgstr ""
7433
 
7434
- #: core/lib/wpbc_all_translations.php:1424 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:506
7435
  msgid "Automatically approve booking"
7436
  msgstr ""
7437
 
7438
- #: core/lib/wpbc_all_translations.php:1425 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
7439
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7440
  msgstr ""
7441
 
7442
- #: core/lib/wpbc_all_translations.php:1426 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
7443
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/paypal/wpbc-gw-paypal.php:640
7444
  #: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe/wpbc-gw-stripe.php:661
7445
  msgid "This will not work, if the visitor leaves the payment page."
7446
  msgstr ""
7447
 
7448
- #: core/lib/wpbc_all_translations.php:1427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:726
7449
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7450
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7451
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:446
@@ -7459,11 +7469,11 @@ msgstr ""
7459
  msgid "%s Settings"
7460
  msgstr ""
7461
 
7462
- #: core/lib/wpbc_all_translations.php:1428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:727
7463
  msgid "Integration of authorizenet payment system"
7464
  msgstr ""
7465
 
7466
- #: core/lib/wpbc_all_translations.php:1429 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:819
7467
  #, php-format
7468
  msgid ""
7469
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
@@ -7471,233 +7481,233 @@ msgid ""
7471
  "gateway."
7472
  msgstr ""
7473
 
7474
- #: core/lib/wpbc_all_translations.php:1430
7475
  msgid ""
7476
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7477
  "European payment processor"
7478
  msgstr ""
7479
 
7480
- #: core/lib/wpbc_all_translations.php:1431 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:834
7481
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7482
  msgstr ""
7483
 
7484
- #: core/lib/wpbc_all_translations.php:1432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:844
7485
  #, php-format
7486
  msgid "%s - Server Integration Method (SIM)"
7487
  msgstr ""
7488
 
7489
- #: core/lib/wpbc_all_translations.php:1433 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
7490
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
7491
  msgid "Payment method description that the customer will see on your payment page."
7492
  msgstr ""
7493
 
7494
- #: core/lib/wpbc_all_translations.php:1434 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:263
7495
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:342
7496
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7497
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7498
  msgid "Bank Transfer"
7499
  msgstr ""
7500
 
7501
- #: core/lib/wpbc_all_translations.php:1435 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7502
  msgid "Integration of Bank Transfer payment system"
7503
  msgstr ""
7504
 
7505
- #: core/lib/wpbc_all_translations.php:1436 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7506
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:465
7507
  msgid "Account details"
7508
  msgstr ""
7509
 
7510
- #: core/lib/wpbc_all_translations.php:1437 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:479
7511
  #, php-format
7512
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7513
  msgstr ""
7514
 
7515
- #: core/lib/wpbc_all_translations.php:1438 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:481
7516
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
7517
  msgid "Its only show fixed payment details."
7518
  msgstr ""
7519
 
7520
- #: core/lib/wpbc_all_translations.php:1439 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:716
7521
  msgid "Sort Code"
7522
  msgstr ""
7523
 
7524
- #: core/lib/wpbc_all_translations.php:1440 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:724
7525
  #, php-format
7526
  msgid ""
7527
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7528
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7529
  msgstr ""
7530
 
7531
- #: core/lib/wpbc_all_translations.php:1441 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:730
7532
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
7533
  msgid "Account Number"
7534
  msgstr ""
7535
 
7536
- #: core/lib/wpbc_all_translations.php:1442 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:732
7537
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:740
7538
  msgid "IBAN"
7539
  msgstr ""
7540
 
7541
- #: core/lib/wpbc_all_translations.php:1443 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
7542
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
7543
  msgid "BIC / Swift"
7544
  msgstr ""
7545
 
7546
- #: core/lib/wpbc_all_translations.php:1444 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:736
7547
  msgid "Account Name"
7548
  msgstr ""
7549
 
7550
- #: core/lib/wpbc_all_translations.php:1445 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
7551
  #: inc/gateways/ideal/wpbc-gw-ideal.php:324
7552
  msgid "Bank Name"
7553
  msgstr ""
7554
 
7555
- #: core/lib/wpbc_all_translations.php:1446 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:786
7556
  msgid "BSB"
7557
  msgstr ""
7558
 
7559
- #: core/lib/wpbc_all_translations.php:1447 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
7560
  msgid "Bank Transit Number"
7561
  msgstr ""
7562
 
7563
- #: core/lib/wpbc_all_translations.php:1448 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
7564
  msgid "IFSC"
7565
  msgstr ""
7566
 
7567
- #: core/lib/wpbc_all_translations.php:1449 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
7568
  msgid "Branch Sort"
7569
  msgstr ""
7570
 
7571
- #: core/lib/wpbc_all_translations.php:1450 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
7572
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
7573
  msgid "Bank Code"
7574
  msgstr ""
7575
 
7576
- #: core/lib/wpbc_all_translations.php:1451 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
7577
  msgid "Routing Number"
7578
  msgstr ""
7579
 
7580
- #: core/lib/wpbc_all_translations.php:1452 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
7581
  msgid "Branch Code"
7582
  msgstr ""
7583
 
7584
- #: core/lib/wpbc_all_translations.php:1453 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
7585
  #, php-format
7586
  msgid "%s - inserting all bank accounts details"
7587
  msgstr ""
7588
 
7589
- #: core/lib/wpbc_all_translations.php:1454 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
7590
  #, php-format
7591
  msgid "%s - inserting account name"
7592
  msgstr ""
7593
 
7594
- #: core/lib/wpbc_all_translations.php:1455 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
7595
  #, php-format
7596
  msgid "%s - inserting account number"
7597
  msgstr ""
7598
 
7599
- #: core/lib/wpbc_all_translations.php:1456 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
7600
  #, php-format
7601
  msgid "%s - inserting bank name "
7602
  msgstr ""
7603
 
7604
- #: core/lib/wpbc_all_translations.php:1457 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7605
  #, php-format
7606
  msgid "%s - inserting sort code "
7607
  msgstr ""
7608
 
7609
- #: core/lib/wpbc_all_translations.php:1458 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
7610
  #, php-format
7611
  msgid "%s - inserting IBAN "
7612
  msgstr ""
7613
 
7614
- #: core/lib/wpbc_all_translations.php:1459 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
7615
  #, php-format
7616
  msgid "%s - inserting BIC "
7617
  msgstr ""
7618
 
7619
- #: core/lib/wpbc_all_translations.php:1460 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:814
7620
  msgid ""
7621
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7622
  "General page"
7623
  msgstr ""
7624
 
7625
- #: core/lib/wpbc_all_translations.php:1461 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7626
  msgid "+ Add Account"
7627
  msgstr ""
7628
 
7629
- #: core/lib/wpbc_all_translations.php:1462 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7630
  msgid "Remove selected account(s)"
7631
  msgstr ""
7632
 
7633
- #: core/lib/wpbc_all_translations.php:1463 inc/gateways/ipay88/ipay88-backend.php:51
7634
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
7635
  msgid "Successful payment"
7636
  msgstr ""
7637
 
7638
- #: core/lib/wpbc_all_translations.php:1464 inc/gateways/ipay88/ipay88-backend.php:53
7639
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:503
7640
  msgid " Parameters are incorrect,"
7641
  msgstr ""
7642
 
7643
- #: core/lib/wpbc_all_translations.php:1465 inc/gateways/ipay88/ipay88-backend.php:54
7644
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:505
7645
  msgid "Cannot find the record"
7646
  msgstr ""
7647
 
7648
- #: core/lib/wpbc_all_translations.php:1466 inc/gateways/ipay88/ipay88-backend.php:55
7649
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:507
7650
  msgid "Amount different"
7651
  msgstr ""
7652
 
7653
- #: core/lib/wpbc_all_translations.php:1467 inc/gateways/ipay88/ipay88-backend.php:56
7654
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:509
7655
  msgid "Payment failed"
7656
  msgstr ""
7657
 
7658
- #: core/lib/wpbc_all_translations.php:1468 inc/gateways/ipay88/ipay88-backend.php:57
7659
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:511
7660
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7661
  msgstr ""
7662
 
7663
- #: core/lib/wpbc_all_translations.php:1469 inc/gateways/ipay88/ipay88-backend.php:58
7664
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:513
7665
  msgid "Connection Error"
7666
  msgstr ""
7667
 
7668
- #: core/lib/wpbc_all_translations.php:1470 inc/gateways/ipay88/wpbc-gw-ipay88.php:265
7669
  msgid "Merchant Code"
7670
  msgstr ""
7671
 
7672
- #: core/lib/wpbc_all_translations.php:1471 inc/gateways/ipay88/wpbc-gw-ipay88.php:267
7673
  msgid "Enter your iPay88 Merchant Code."
7674
  msgstr ""
7675
 
7676
- #: core/lib/wpbc_all_translations.php:1472 inc/gateways/ideal/wpbc-gw-ideal.php:403
7677
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:280
7678
  msgid "Merchant Key"
7679
  msgstr ""
7680
 
7681
- #: core/lib/wpbc_all_translations.php:1473 inc/gateways/ipay88/wpbc-gw-ipay88.php:282
7682
  msgid "Enter your iPay88 Merchant Key."
7683
  msgstr ""
7684
 
7685
- #: core/lib/wpbc_all_translations.php:1474 inc/gateways/ipay88/wpbc-gw-ipay88.php:292
7686
  msgid "Malaysian Ringgit"
7687
  msgstr ""
7688
 
7689
- #: core/lib/wpbc_all_translations.php:1475 inc/gateways/ipay88/wpbc-gw-ipay88.php:294
7690
  #: inc/gateways/paypal/wpbc-gw-paypal.php:458 inc/gateways/sage/wpbc-gw-sage.php:471
7691
  msgid "Philippine Pesos"
7692
  msgstr ""
7693
 
7694
- #: core/lib/wpbc_all_translations.php:1476 inc/gateways/ideal/wpbc-gw-ideal.php:564
7695
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:409 inc/gateways/paypal/wpbc-gw-paypal.php:637
7696
  #: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe/wpbc-gw-stripe.php:658
7697
  msgid "Automatically approve/cancel booking"
7698
  msgstr ""
7699
 
7700
- #: core/lib/wpbc_all_translations.php:1477 inc/gateways/ideal/wpbc-gw-ideal.php:565
7701
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:638
7702
  #: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe/wpbc-gw-stripe.php:659
7703
  msgid ""
@@ -7705,11 +7715,11 @@ msgid ""
7705
  "automatically cancel the booking, when visitor makes a payment cancellation."
7706
  msgstr ""
7707
 
7708
- #: core/lib/wpbc_all_translations.php:1478 inc/gateways/ipay88/wpbc-gw-ipay88.php:660
7709
  msgid "Integration of iPay88 payment system"
7710
  msgstr ""
7711
 
7712
- #: core/lib/wpbc_all_translations.php:1479 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:826
7713
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:751 inc/gateways/sage/wpbc-gw-sage.php:881
7714
  #: inc/gateways/stripe/wpbc-gw-stripe.php:896
7715
  #, php-format
@@ -7718,733 +7728,733 @@ msgid ""
7718
  "tab."
7719
  msgstr ""
7720
 
7721
- #: core/lib/wpbc_all_translations.php:1480 inc/gateways/page-gateways.php:65
7722
  msgid "for 1 day"
7723
  msgstr ""
7724
 
7725
- #: core/lib/wpbc_all_translations.php:1481 inc/gateways/page-gateways.php:66
7726
  msgid "for 1 night"
7727
  msgstr ""
7728
 
7729
- #: core/lib/wpbc_all_translations.php:1482 inc/gateways/page-gateways.php:67
7730
  msgid "fixed sum"
7731
  msgstr ""
7732
 
7733
- #: core/lib/wpbc_all_translations.php:1483 inc/gateways/page-gateways.php:68
7734
  msgid "for 1 hour"
7735
  msgstr ""
7736
 
7737
- #: core/lib/wpbc_all_translations.php:1484 inc/gateways/page-gateways.php:73
7738
  msgid "Set the cost"
7739
  msgstr ""
7740
 
7741
- #: core/lib/wpbc_all_translations.php:1485 inc/gateways/page-gateways.php:74
7742
  msgid " Select your cost configuration."
7743
  msgstr ""
7744
 
7745
- #: core/lib/wpbc_all_translations.php:1486 inc/gateways/page-gateways.php:82
7746
  msgid "Time impact to cost"
7747
  msgstr ""
7748
 
7749
- #: core/lib/wpbc_all_translations.php:1487 inc/gateways/page-gateways.php:83
7750
  #, php-format
7751
  msgid ""
7752
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7753
  "calculation%s."
7754
  msgstr ""
7755
 
7756
- #: core/lib/wpbc_all_translations.php:1488 inc/gateways/page-gateways.php:93
7757
  msgid ""
7758
  "Check this box if you want that specific additional cost, which configured as percentage for "
7759
  "some option, apply to other additional fixed costs and not only to original booking cost."
7760
  msgstr ""
7761
 
7762
- #: core/lib/wpbc_all_translations.php:1489 inc/gateways/page-gateways.php:174
7763
  #: inc/gateways/page-gateways.php:841
7764
  msgid "Currency"
7765
  msgstr ""
7766
 
7767
- #: core/lib/wpbc_all_translations.php:1490 inc/gateways/page-gateways.php:177
7768
  msgid ""
7769
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7770
  "or does not suport it."
7771
  msgstr ""
7772
 
7773
- #: core/lib/wpbc_all_translations.php:1491 inc/gateways/page-gateways.php:142
7774
  #: inc/gateways/page-gateways.php:180 inc/gateways/page-gateways.php:893
7775
  msgid "Important"
7776
  msgstr ""
7777
 
7778
- #: core/lib/wpbc_all_translations.php:1492 inc/gateways/page-gateways.php:180
7779
  msgid "Check and configure currency at each activated payment gateway."
7780
  msgstr ""
7781
 
7782
- #: core/lib/wpbc_all_translations.php:1493 inc/gateways/page-gateways.php:190
7783
  msgid "Currency Position"
7784
  msgstr ""
7785
 
7786
- #: core/lib/wpbc_all_translations.php:1494 inc/gateways/page-gateways.php:191
7787
  msgid "Set position of the currency symbol."
7788
  msgstr ""
7789
 
7790
- #: core/lib/wpbc_all_translations.php:1495 inc/gateways/page-gateways.php:194
7791
  msgid "Left"
7792
  msgstr ""
7793
 
7794
- #: core/lib/wpbc_all_translations.php:1496 inc/gateways/page-gateways.php:198
7795
  msgid "Right"
7796
  msgstr ""
7797
 
7798
- #: core/lib/wpbc_all_translations.php:1497 inc/gateways/page-gateways.php:202
7799
  msgid "Left with space"
7800
  msgstr ""
7801
 
7802
- #: core/lib/wpbc_all_translations.php:1498 inc/gateways/page-gateways.php:206
7803
  msgid "Right with space"
7804
  msgstr ""
7805
 
7806
- #: core/lib/wpbc_all_translations.php:1499 inc/gateways/page-gateways.php:225
7807
  msgid "Currency format"
7808
  msgstr ""
7809
 
7810
- #: core/lib/wpbc_all_translations.php:1500 inc/gateways/page-gateways.php:226
7811
  msgid "Number of decimal points"
7812
  msgstr ""
7813
 
7814
- #: core/lib/wpbc_all_translations.php:1501 inc/gateways/page-gateways.php:233
7815
  #: inc/gateways/page-gateways.php:248
7816
  msgid "No separator"
7817
  msgstr ""
7818
 
7819
- #: core/lib/wpbc_all_translations.php:1502 inc/gateways/page-gateways.php:234
7820
  #: inc/gateways/page-gateways.php:249
7821
  msgid "Space"
7822
  msgstr ""
7823
 
7824
- #: core/lib/wpbc_all_translations.php:1503 inc/gateways/page-gateways.php:235
7825
  #: inc/gateways/page-gateways.php:250
7826
  msgid "Dot"
7827
  msgstr ""
7828
 
7829
- #: core/lib/wpbc_all_translations.php:1504 inc/gateways/page-gateways.php:236
7830
  #: inc/gateways/page-gateways.php:251
7831
  msgid "Comma"
7832
  msgstr ""
7833
 
7834
- #: core/lib/wpbc_all_translations.php:1505 inc/gateways/page-gateways.php:241
7835
  msgid "Separator for the decimal point"
7836
  msgstr ""
7837
 
7838
- #: core/lib/wpbc_all_translations.php:1506 inc/gateways/page-gateways.php:256
7839
  msgid "Thousands separator"
7840
  msgstr ""
7841
 
7842
- #: core/lib/wpbc_all_translations.php:1507 inc/gateways/page-gateways.php:269
7843
  msgid "Please select"
7844
  msgstr ""
7845
 
7846
- #: core/lib/wpbc_all_translations.php:1508 inc/gateways/page-gateways.php:280
7847
  msgid ""
7848
  "Please select a field from your booking form. This field will be automatically assigned to the "
7849
  "current field in the billing form."
7850
  msgstr ""
7851
 
7852
- #: core/lib/wpbc_all_translations.php:1509 inc/gateways/page-gateways.php:292
7853
  msgid "Customer Email"
7854
  msgstr ""
7855
 
7856
- #: core/lib/wpbc_all_translations.php:1510 inc/gateways/page-gateways.php:300
7857
  msgid "First Name(s)"
7858
  msgstr ""
7859
 
7860
- #: core/lib/wpbc_all_translations.php:1511 inc/gateways/page-gateways.php:308
7861
  msgid "Last name"
7862
  msgstr ""
7863
 
7864
- #: core/lib/wpbc_all_translations.php:1512 inc/gateways/page-gateways.php:324
7865
  msgid "Billing Address"
7866
  msgstr ""
7867
 
7868
- #: core/lib/wpbc_all_translations.php:1513 inc/gateways/page-gateways.php:332
7869
  msgid "Billing City"
7870
  msgstr ""
7871
 
7872
- #: core/lib/wpbc_all_translations.php:1514 inc/gateways/page-gateways.php:349
7873
  msgid "Post Code"
7874
  msgstr ""
7875
 
7876
- #: core/lib/wpbc_all_translations.php:1515 inc/gateways/page-gateways.php:357
7877
  msgid "State"
7878
  msgstr ""
7879
 
7880
- #: core/lib/wpbc_all_translations.php:1516 inc/gateways/page-gateways.php:369
7881
  msgid "Show booking details in payment form"
7882
  msgstr ""
7883
 
7884
- #: core/lib/wpbc_all_translations.php:1517 inc/gateways/page-gateways.php:370
7885
  #, php-format
7886
  msgid ""
7887
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
7888
  msgstr ""
7889
 
7890
- #: core/lib/wpbc_all_translations.php:1518 inc/gateways/page-gateways.php:381
7891
  msgid "Configure booking details summary above the payment form"
7892
  msgstr ""
7893
 
7894
- #: core/lib/wpbc_all_translations.php:1519 inc/gateways/page-gateways.php:493
7895
  msgid "Payments"
7896
  msgstr ""
7897
 
7898
- #: core/lib/wpbc_all_translations.php:1520 inc/gateways/page-gateways.php:494
7899
  msgid "Customizaton of Payment"
7900
  msgstr ""
7901
 
7902
- #: core/lib/wpbc_all_translations.php:1521 inc/gateways/page-gateways.php:495
7903
  msgid "Payment Gateways"
7904
  msgstr ""
7905
 
7906
- #: core/lib/wpbc_all_translations.php:1522 inc/gateways/page-gateways.php:511
7907
  #: inc/gateways/page-gateways.php:581 inc/gateways/page-gateways.php:608
7908
  msgid "Payment Settings"
7909
  msgstr ""
7910
 
7911
- #: core/lib/wpbc_all_translations.php:1523 inc/gateways/page-gateways.php:512
7912
  msgid "Payment Gateways - General Settings"
7913
  msgstr ""
7914
 
7915
- #: core/lib/wpbc_all_translations.php:1524 inc/gateways/page-gateways.php:579
7916
  #: inc/gateways/page-gateways.php:603
7917
  msgid "Active Payment Gateways"
7918
  msgstr ""
7919
 
7920
- #: core/lib/wpbc_all_translations.php:1525 inc/gateways/page-gateways.php:580
7921
  #: inc/gateways/page-gateways.php:624
7922
  msgid "Billing form fields"
7923
  msgstr ""
7924
 
7925
- #: core/lib/wpbc_all_translations.php:1526 inc/gateways/page-gateways.php:583
7926
  #: inc/gateways/page-gateways.php:638
7927
  msgid "Payment Description"
7928
  msgstr ""
7929
 
7930
- #: core/lib/wpbc_all_translations.php:1527 inc/gateways/page-gateways.php:839
7931
  msgid "Gateway"
7932
  msgstr ""
7933
 
7934
- #: core/lib/wpbc_all_translations.php:1528 inc/gateways/page-gateways.php:889
7935
  #, php-format
7936
  msgid "Some currencies at payment gateways are different from main currency %s"
7937
  msgstr ""
7938
 
7939
- #: core/lib/wpbc_all_translations.php:1529 inc/gateways/page-gateways.php:893
7940
  #, php-format
7941
  msgid ""
7942
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
7943
  "payment form without currency exchange! Its can be reason of wrong cost."
7944
  msgstr ""
7945
 
7946
- #: core/lib/wpbc_all_translations.php:1530 inc/gateways/page-gateways.php:1042
7947
  msgid "ID of booking"
7948
  msgstr ""
7949
 
7950
- #: core/lib/wpbc_all_translations.php:1531 inc/gateways/page-gateways.php:1043
7951
  msgid "ID of booking resources"
7952
  msgstr ""
7953
 
7954
- #: core/lib/wpbc_all_translations.php:1532 inc/gateways/page-gateways.php:1049
7955
  msgid "current date"
7956
  msgstr ""
7957
 
7958
- #: core/lib/wpbc_all_translations.php:1533 inc/gateways/page-gateways.php:1050
7959
  msgid "current time"
7960
  msgstr ""
7961
 
7962
- #: core/lib/wpbc_all_translations.php:1534 inc/gateways/page-gateways.php:1056
7963
  msgid "content data of this booking"
7964
  msgstr ""
7965
 
7966
- #: core/lib/wpbc_all_translations.php:1535 inc/gateways/page-gateways.php:1057
7967
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
7968
  msgid "show amount to pay"
7969
  msgstr ""
7970
 
7971
- #: core/lib/wpbc_all_translations.php:1536 inc/gateways/page-gateways.php:1059
7972
  msgid "total booking cost"
7973
  msgstr ""
7974
 
7975
- #: core/lib/wpbc_all_translations.php:1537 inc/gateways/page-gateways.php:1060
7976
  msgid "deposit cost"
7977
  msgstr ""
7978
 
7979
- #: core/lib/wpbc_all_translations.php:1538 inc/gateways/page-gateways.php:1061
7980
  msgid "balance cost"
7981
  msgstr ""
7982
 
7983
- #: core/lib/wpbc_all_translations.php:1539 inc/gateways/page-gateways.php:1062
7984
  msgid "original booking cost"
7985
  msgstr ""
7986
 
7987
- #: core/lib/wpbc_all_translations.php:1540 inc/gateways/page-gateways.php:1063
7988
  msgid "additional booking cost"
7989
  msgstr ""
7990
 
7991
- #: core/lib/wpbc_all_translations.php:1541 inc/gateways/page-gateways.php:1410
7992
  msgid "Amount to pay"
7993
  msgstr ""
7994
 
7995
- #: core/lib/wpbc_all_translations.php:1542 inc/gateways/page-gateways.php:1444
7996
  #, php-format
7997
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
7998
  msgstr ""
7999
 
8000
- #: core/lib/wpbc_all_translations.php:1543 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
8001
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
8002
  msgid "Pay in Cash"
8003
  msgstr ""
8004
 
8005
- #: core/lib/wpbc_all_translations.php:1544 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
8006
  msgid "Integration of Pay in Cash payment system"
8007
  msgstr ""
8008
 
8009
- #: core/lib/wpbc_all_translations.php:1545 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
8010
  #, php-format
8011
  msgid "If you accept %scash payment%s, you can write details about it here"
8012
  msgstr ""
8013
 
8014
- #: core/lib/wpbc_all_translations.php:1546 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
8015
  #, php-format
8016
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
8017
  msgstr ""
8018
 
8019
- #: core/lib/wpbc_all_translations.php:1547 inc/gateways/paypal/ipn.php:120
8020
  msgid "Error IPN"
8021
  msgstr ""
8022
 
8023
- #: core/lib/wpbc_all_translations.php:1548 inc/gateways/paypal/ipn.php:234
8024
  msgid "Verified IPN"
8025
  msgstr ""
8026
 
8027
- #: core/lib/wpbc_all_translations.php:1549 inc/gateways/paypal/ipn.php:257
8028
  msgid "Invalid IPN"
8029
  msgstr ""
8030
 
8031
- #: core/lib/wpbc_all_translations.php:1550 inc/gateways/paypal/wpbc-gw-paypal.php:313
8032
  msgid "Make payments with payPal - its fast, free and secure!"
8033
  msgstr ""
8034
 
8035
- #: core/lib/wpbc_all_translations.php:1551 inc/gateways/paypal/wpbc-gw-paypal.php:352
8036
  #: inc/gateways/paypal/wpbc-gw-paypal.php:822
8037
  msgid "Paypal Standard"
8038
  msgstr ""
8039
 
8040
- #: core/lib/wpbc_all_translations.php:1552 inc/gateways/paypal/wpbc-gw-paypal.php:356
8041
  #: inc/gateways/paypal/wpbc-gw-paypal.php:822
8042
  msgid "Paypal Pro Hosted Solution"
8043
  msgstr ""
8044
 
8045
- #: core/lib/wpbc_all_translations.php:1553 inc/gateways/paypal/wpbc-gw-paypal.php:363
8046
  msgid "Account Type"
8047
  msgstr ""
8048
 
8049
- #: core/lib/wpbc_all_translations.php:1554 inc/gateways/paypal/wpbc-gw-paypal.php:375
8050
  msgid "Paypal Email address to receive payments"
8051
  msgstr ""
8052
 
8053
- #: core/lib/wpbc_all_translations.php:1555 inc/gateways/paypal/wpbc-gw-paypal.php:377
8054
  msgid "This is the Paypal Email address where payments will be sent"
8055
  msgstr ""
8056
 
8057
- #: core/lib/wpbc_all_translations.php:1556 inc/gateways/paypal/wpbc-gw-paypal.php:391
8058
  msgid "Secure Merchant ID"
8059
  msgstr ""
8060
 
8061
- #: core/lib/wpbc_all_translations.php:1557 inc/gateways/paypal/wpbc-gw-paypal.php:393
8062
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
8063
  msgstr ""
8064
 
8065
- #: core/lib/wpbc_all_translations.php:1558 inc/gateways/paypal/wpbc-gw-paypal.php:408
8066
  msgid ""
8067
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
8068
  "sale, to be captured later. "
8069
  msgstr ""
8070
 
8071
- #: core/lib/wpbc_all_translations.php:1559 inc/gateways/paypal/wpbc-gw-paypal.php:412
8072
  msgid "Sale"
8073
  msgstr ""
8074
 
8075
- #: core/lib/wpbc_all_translations.php:1560 inc/gateways/paypal/wpbc-gw-paypal.php:413
8076
  msgid "Authorization"
8077
  msgstr ""
8078
 
8079
- #: core/lib/wpbc_all_translations.php:1561 inc/gateways/paypal/wpbc-gw-paypal.php:424
8080
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
8081
  msgstr ""
8082
 
8083
- #: core/lib/wpbc_all_translations.php:1562 inc/gateways/paypal/wpbc-gw-paypal.php:430
8084
  msgid "Sandbox"
8085
  msgstr ""
8086
 
8087
- #: core/lib/wpbc_all_translations.php:1563 inc/gateways/paypal/wpbc-gw-paypal.php:440
8088
  msgid "British Pound"
8089
  msgstr ""
8090
 
8091
- #: core/lib/wpbc_all_translations.php:1564 inc/gateways/paypal/wpbc-gw-paypal.php:441
8092
  msgid "Japanese Yen"
8093
  msgstr ""
8094
 
8095
- #: core/lib/wpbc_all_translations.php:1565 inc/gateways/paypal/wpbc-gw-paypal.php:442
8096
  #: inc/gateways/sage/wpbc-gw-sage.php:455
8097
  msgid "Australian Dollars"
8098
  msgstr ""
8099
 
8100
- #: core/lib/wpbc_all_translations.php:1566 inc/gateways/paypal/wpbc-gw-paypal.php:444
8101
  #: inc/gateways/sage/wpbc-gw-sage.php:457
8102
  msgid "New Zealand Dollar"
8103
  msgstr ""
8104
 
8105
- #: core/lib/wpbc_all_translations.php:1567 inc/gateways/paypal/wpbc-gw-paypal.php:445
8106
  #: inc/gateways/sage/wpbc-gw-sage.php:458
8107
  msgid "Swiss Franc"
8108
  msgstr ""
8109
 
8110
- #: core/lib/wpbc_all_translations.php:1568 inc/gateways/paypal/wpbc-gw-paypal.php:446
8111
  #: inc/gateways/sage/wpbc-gw-sage.php:459
8112
  msgid "Hong Kong Dollar"
8113
  msgstr ""
8114
 
8115
- #: core/lib/wpbc_all_translations.php:1569 inc/gateways/paypal/wpbc-gw-paypal.php:447
8116
  #: inc/gateways/sage/wpbc-gw-sage.php:460
8117
  msgid "Singapore Dollar"
8118
  msgstr ""
8119
 
8120
- #: core/lib/wpbc_all_translations.php:1570 inc/gateways/paypal/wpbc-gw-paypal.php:448
8121
  #: inc/gateways/sage/wpbc-gw-sage.php:461
8122
  msgid "Swedish Krona"
8123
  msgstr ""
8124
 
8125
- #: core/lib/wpbc_all_translations.php:1571 inc/gateways/paypal/wpbc-gw-paypal.php:449
8126
  #: inc/gateways/sage/wpbc-gw-sage.php:462
8127
  msgid "Danish Krone"
8128
  msgstr ""
8129
 
8130
- #: core/lib/wpbc_all_translations.php:1572 inc/gateways/paypal/wpbc-gw-paypal.php:450
8131
  #: inc/gateways/sage/wpbc-gw-sage.php:463
8132
  msgid "Polish Zloty"
8133
  msgstr ""
8134
 
8135
- #: core/lib/wpbc_all_translations.php:1573 inc/gateways/paypal/wpbc-gw-paypal.php:451
8136
  #: inc/gateways/sage/wpbc-gw-sage.php:464
8137
  msgid "Norwegian Krone"
8138
  msgstr ""
8139
 
8140
- #: core/lib/wpbc_all_translations.php:1574 inc/gateways/paypal/wpbc-gw-paypal.php:452
8141
  #: inc/gateways/sage/wpbc-gw-sage.php:465
8142
  msgid "Hungarian Forint"
8143
  msgstr ""
8144
 
8145
- #: core/lib/wpbc_all_translations.php:1575 inc/gateways/paypal/wpbc-gw-paypal.php:453
8146
  #: inc/gateways/sage/wpbc-gw-sage.php:466
8147
  msgid "Czech Koruna"
8148
  msgstr ""
8149
 
8150
- #: core/lib/wpbc_all_translations.php:1576 inc/gateways/paypal/wpbc-gw-paypal.php:454
8151
  msgid "Israeli New Shekel"
8152
  msgstr ""
8153
 
8154
- #: core/lib/wpbc_all_translations.php:1577 inc/gateways/paypal/wpbc-gw-paypal.php:455
8155
  #: inc/gateways/sage/wpbc-gw-sage.php:468
8156
  msgid "Mexican Peso"
8157
  msgstr ""
8158
 
8159
- #: core/lib/wpbc_all_translations.php:1578 inc/gateways/paypal/wpbc-gw-paypal.php:456
8160
  #: inc/gateways/sage/wpbc-gw-sage.php:469
8161
  msgid "Brazilian Real (only for Brazilian users)"
8162
  msgstr ""
8163
 
8164
- #: core/lib/wpbc_all_translations.php:1579 inc/gateways/paypal/wpbc-gw-paypal.php:457
8165
  #: inc/gateways/sage/wpbc-gw-sage.php:470
8166
  msgid "Malaysian Ringgits (only for Malaysian users)"
8167
  msgstr ""
8168
 
8169
- #: core/lib/wpbc_all_translations.php:1580 inc/gateways/paypal/wpbc-gw-paypal.php:459
8170
  #: inc/gateways/sage/wpbc-gw-sage.php:472
8171
  msgid "Taiwan New Dollars"
8172
  msgstr ""
8173
 
8174
- #: core/lib/wpbc_all_translations.php:1581 inc/gateways/paypal/wpbc-gw-paypal.php:460
8175
  #: inc/gateways/sage/wpbc-gw-sage.php:473
8176
  msgid "Thai Baht"
8177
  msgstr ""
8178
 
8179
- #: core/lib/wpbc_all_translations.php:1582 inc/gateways/paypal/wpbc-gw-paypal.php:461
8180
  msgid "Turkish Lira (only for Turkish members)"
8181
  msgstr ""
8182
 
8183
- #: core/lib/wpbc_all_translations.php:1583 inc/gateways/paypal/wpbc-gw-paypal.php:480
8184
  msgid "Custom button title"
8185
  msgstr ""
8186
 
8187
- #: core/lib/wpbc_all_translations.php:1584 inc/gateways/paypal/wpbc-gw-paypal.php:487
8188
  msgid "Payment Button type"
8189
  msgstr ""
8190
 
8191
- #: core/lib/wpbc_all_translations.php:1585 inc/gateways/paypal/wpbc-gw-paypal.php:542
8192
  msgid "Show Reference Text Box"
8193
  msgstr ""
8194
 
8195
- #: core/lib/wpbc_all_translations.php:1586 inc/gateways/paypal/wpbc-gw-paypal.php:543
8196
  msgid "Check this box to show Reference Text Box"
8197
  msgstr ""
8198
 
8199
- #: core/lib/wpbc_all_translations.php:1587 inc/gateways/paypal/wpbc-gw-paypal.php:551
8200
  #: inc/gateways/paypal/wpbc-gw-paypal.php:552 inc/gateways/paypal/wpbc-gw-paypal.php:1331
8201
  msgid "Enter your phone number"
8202
  msgstr ""
8203
 
8204
- #: core/lib/wpbc_all_translations.php:1588 inc/gateways/paypal/wpbc-gw-paypal.php:553
8205
  msgid "Reference Text Box Title"
8206
  msgstr ""
8207
 
8208
- #: core/lib/wpbc_all_translations.php:1589 inc/gateways/paypal/wpbc-gw-paypal.php:554
8209
  msgid ""
8210
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
8211
  msgstr ""
8212
 
8213
- #: core/lib/wpbc_all_translations.php:1590 inc/gateways/paypal/wpbc-gw-paypal.php:575
8214
  msgid "Return URL from PayPal"
8215
  msgstr ""
8216
 
8217
- #: core/lib/wpbc_all_translations.php:1591 inc/gateways/paypal/wpbc-gw-paypal.php:606
8218
  msgid "Cancel Return URL from PayPal"
8219
  msgstr ""
8220
 
8221
- #: core/lib/wpbc_all_translations.php:1592 inc/gateways/paypal/wpbc-gw-paypal.php:657
8222
  #, php-format
8223
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
8224
  msgstr ""
8225
 
8226
- #: core/lib/wpbc_all_translations.php:1593 inc/gateways/paypal/wpbc-gw-paypal.php:658
8227
  msgid "Follow these steps to configure it:"
8228
  msgstr ""
8229
 
8230
- #: core/lib/wpbc_all_translations.php:1594 inc/gateways/paypal/wpbc-gw-paypal.php:660
8231
  msgid "Log in to your PayPal account."
8232
  msgstr ""
8233
 
8234
- #: core/lib/wpbc_all_translations.php:1595 inc/gateways/paypal/wpbc-gw-paypal.php:661
8235
  msgid "Click the Profile subtab."
8236
  msgstr ""
8237
 
8238
- #: core/lib/wpbc_all_translations.php:1596 inc/gateways/paypal/wpbc-gw-paypal.php:662
8239
  msgid "Click Website Payment Preferences in the Seller Preferences column."
8240
  msgstr ""
8241
 
8242
- #: core/lib/wpbc_all_translations.php:1597 inc/gateways/paypal/wpbc-gw-paypal.php:663
8243
  msgid "Under Auto Return for Website Payments, click the On radio button."
8244
  msgstr ""
8245
 
8246
- #: core/lib/wpbc_all_translations.php:1598 inc/gateways/paypal/wpbc-gw-paypal.php:664
8247
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
8248
  msgstr ""
8249
 
8250
- #: core/lib/wpbc_all_translations.php:1599 inc/gateways/paypal/wpbc-gw-paypal.php:673
8251
  msgid ""
8252
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
8253
  "PayPal transactions"
8254
  msgstr ""
8255
 
8256
- #: core/lib/wpbc_all_translations.php:1600 inc/gateways/paypal/wpbc-gw-paypal.php:682
8257
  msgid "Sending email for verified transaction"
8258
  msgstr ""
8259
 
8260
- #: core/lib/wpbc_all_translations.php:1601 inc/gateways/paypal/wpbc-gw-paypal.php:692
8261
  #, php-format
8262
  msgid "Email for getting report for %sverified%s transactions."
8263
  msgstr ""
8264
 
8265
- #: core/lib/wpbc_all_translations.php:1602 inc/gateways/paypal/wpbc-gw-paypal.php:705
8266
  msgid "Sending email for invalid transaction"
8267
  msgstr ""
8268
 
8269
- #: core/lib/wpbc_all_translations.php:1603 inc/gateways/paypal/wpbc-gw-paypal.php:715
8270
  #, php-format
8271
  msgid "Email for getting report for %sinvalid%s transactions."
8272
  msgstr ""
8273
 
8274
- #: core/lib/wpbc_all_translations.php:1604 inc/gateways/paypal/wpbc-gw-paypal.php:728
8275
  msgid "Sending email if error occur during verification"
8276
  msgstr ""
8277
 
8278
- #: core/lib/wpbc_all_translations.php:1605 inc/gateways/paypal/wpbc-gw-paypal.php:738
8279
  #, php-format
8280
  msgid "Email for getting report for %ssome errors in verification process%s."
8281
  msgstr ""
8282
 
8283
- #: core/lib/wpbc_all_translations.php:1606 inc/gateways/paypal/wpbc-gw-paypal.php:750
8284
  msgid "Use SSL connection"
8285
  msgstr ""
8286
 
8287
- #: core/lib/wpbc_all_translations.php:1607 inc/gateways/paypal/wpbc-gw-paypal.php:751
8288
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
8289
  msgstr ""
8290
 
8291
- #: core/lib/wpbc_all_translations.php:1608 inc/gateways/paypal/wpbc-gw-paypal.php:758
8292
  msgid "Use cURL posting"
8293
  msgstr ""
8294
 
8295
- #: core/lib/wpbc_all_translations.php:1609 inc/gateways/paypal/wpbc-gw-paypal.php:759
8296
  msgid "Use the cURL for posting data, instead of fsockopen() function"
8297
  msgstr ""
8298
 
8299
- #: core/lib/wpbc_all_translations.php:1610 inc/gateways/paypal/wpbc-gw-paypal.php:775
8300
  msgid " Follow these instructions to set up your listener at your PayPal account:"
8301
  msgstr ""
8302
 
8303
- #: core/lib/wpbc_all_translations.php:1611 inc/gateways/paypal/wpbc-gw-paypal.php:777
8304
  msgid "Click Profile on the My Account tab."
8305
  msgstr ""
8306
 
8307
- #: core/lib/wpbc_all_translations.php:1612 inc/gateways/paypal/wpbc-gw-paypal.php:778
8308
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8309
  msgstr ""
8310
 
8311
- #: core/lib/wpbc_all_translations.php:1613 inc/gateways/paypal/wpbc-gw-paypal.php:779
8312
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8313
  msgstr ""
8314
 
8315
- #: core/lib/wpbc_all_translations.php:1614 inc/gateways/paypal/wpbc-gw-paypal.php:780
8316
  msgid "Specify the URL for your listener in the Notification URL field as:"
8317
  msgstr ""
8318
 
8319
- #: core/lib/wpbc_all_translations.php:1615 inc/gateways/paypal/wpbc-gw-paypal.php:782
8320
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8321
  msgstr ""
8322
 
8323
- #: core/lib/wpbc_all_translations.php:1616 inc/gateways/paypal/wpbc-gw-paypal.php:783
8324
  msgid "Click Save."
8325
  msgstr ""
8326
 
8327
- #: core/lib/wpbc_all_translations.php:1617 inc/gateways/paypal/wpbc-gw-paypal.php:784
8328
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8329
  msgstr ""
8330
 
8331
- #: core/lib/wpbc_all_translations.php:1618 inc/gateways/paypal/wpbc-gw-paypal.php:946
8332
  msgid "PayPal"
8333
  msgstr ""
8334
 
8335
- #: core/lib/wpbc_all_translations.php:1619 inc/gateways/paypal/wpbc-gw-paypal.php:948
8336
  msgid "Integration of Paypal payment system"
8337
  msgstr ""
8338
 
8339
- #: core/lib/wpbc_all_translations.php:1620 inc/gateways/paypal/wpbc-gw-paypal.php:1069
8340
  msgid "PayPal IPN"
8341
  msgstr ""
8342
 
8343
- #: core/lib/wpbc_all_translations.php:1621 inc/gateways/sage/wpbc-gw-sage.php:355
8344
  #, php-format
8345
  msgid "Pay using %s payment service"
8346
  msgstr ""
8347
 
8348
- #: core/lib/wpbc_all_translations.php:1622 inc/gateways/sage/wpbc-gw-sage.php:395
8349
  msgid "Vendor Name"
8350
  msgstr ""
8351
 
8352
- #: core/lib/wpbc_all_translations.php:1623 inc/gateways/sage/wpbc-gw-sage.php:397
8353
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8354
  msgstr ""
8355
 
8356
- #: core/lib/wpbc_all_translations.php:1624 inc/gateways/sage/wpbc-gw-sage.php:410
8357
  msgid "XOR Encryption password"
8358
  msgstr ""
8359
 
8360
- #: core/lib/wpbc_all_translations.php:1625 inc/gateways/sage/wpbc-gw-sage.php:412
8361
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8362
  msgstr ""
8363
 
8364
- #: core/lib/wpbc_all_translations.php:1626 inc/gateways/ideal/wpbc-gw-ideal.php:420
8365
  #: inc/gateways/sage/wpbc-gw-sage.php:425
8366
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8367
  msgstr ""
8368
 
8369
- #: core/lib/wpbc_all_translations.php:1627 inc/gateways/ideal/wpbc-gw-ideal.php:432
8370
  #: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe/wpbc-gw-stripe.php:305
8371
  #: inc/gateways/stripe/wpbc-gw-stripe.php:348 inc/gateways/stripe/wpbc-gw-stripe.php:363
8372
  msgid "TEST"
8373
  msgstr ""
8374
 
8375
- #: core/lib/wpbc_all_translations.php:1628 inc/gateways/ideal/wpbc-gw-ideal.php:433
8376
  #: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe/wpbc-gw-stripe.php:306
8377
  msgid "LIVE"
8378
  msgstr ""
8379
 
8380
- #: core/lib/wpbc_all_translations.php:1629 inc/gateways/sage/wpbc-gw-sage.php:439
8381
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8382
  msgstr ""
8383
 
8384
- #: core/lib/wpbc_all_translations.php:1630 inc/gateways/sage/wpbc-gw-sage.php:443
8385
  msgid "PAYMENT"
8386
  msgstr ""
8387
 
8388
- #: core/lib/wpbc_all_translations.php:1631 inc/gateways/sage/wpbc-gw-sage.php:444
8389
  msgid "DEFERRED"
8390
  msgstr ""
8391
 
8392
- #: core/lib/wpbc_all_translations.php:1632 inc/gateways/sage/wpbc-gw-sage.php:445
8393
  msgid "AUTHENTICATE"
8394
  msgstr ""
8395
 
8396
- #: core/lib/wpbc_all_translations.php:1633 inc/gateways/sage/wpbc-gw-sage.php:454
8397
  msgid "Yen"
8398
  msgstr ""
8399
 
8400
- #: core/lib/wpbc_all_translations.php:1634 inc/gateways/sage/wpbc-gw-sage.php:467
8401
  msgid "Israeli Shekel"
8402
  msgstr ""
8403
 
8404
- #: core/lib/wpbc_all_translations.php:1635 inc/gateways/sage/wpbc-gw-sage.php:780
8405
  msgid "Sage"
8406
  msgstr ""
8407
 
8408
- #: core/lib/wpbc_all_translations.php:1636 inc/gateways/sage/wpbc-gw-sage.php:782
8409
  msgid "Integration of Sage payment system"
8410
  msgstr ""
8411
 
8412
- #: core/lib/wpbc_all_translations.php:1637 inc/gateways/sage/wpbc-gw-sage.php:874
8413
  #: inc/gateways/stripe/wpbc-gw-stripe.php:889
8414
  #, php-format
8415
  msgid "If you have no account on this system, please visit %s to create one."
8416
  msgstr ""
8417
 
8418
- #: core/lib/wpbc_all_translations.php:1638 inc/gateways/wpbc-response.php:133
8419
  msgid "Payment rejected"
8420
  msgstr ""
8421
 
8422
- #: core/lib/wpbc_all_translations.php:1639 inc/gateways/ideal/wpbc-gw-ideal.php:388
8423
  msgid "Merchant ID"
8424
  msgstr ""
8425
 
8426
- #: core/lib/wpbc_all_translations.php:1640 inc/gateways/ideal/wpbc-gw-ideal.php:390
8427
  msgid "Enter your iDEAL Merchant ID"
8428
  msgstr ""
8429
 
8430
- #: core/lib/wpbc_all_translations.php:1641 inc/gateways/ideal/wpbc-gw-ideal.php:405
8431
  msgid "Enter your iDEAL Merchant Key."
8432
  msgstr ""
8433
 
8434
- #: core/lib/wpbc_all_translations.php:1642 inc/gateways/ideal/wpbc-gw-ideal.php:423
8435
  #, php-format
8436
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8437
  msgstr ""
8438
 
8439
- #: core/lib/wpbc_all_translations.php:1643 inc/gateways/ideal/wpbc-gw-ideal.php:424
8440
  msgid "Test with Simulator"
8441
  msgstr ""
8442
 
8443
- #: core/lib/wpbc_all_translations.php:1644 inc/gateways/ideal/wpbc-gw-ideal.php:426
8444
  msgid "My Profile – Connection"
8445
  msgstr ""
8446
 
8447
- #: core/lib/wpbc_all_translations.php:1645 inc/gateways/ideal/wpbc-gw-ideal.php:482
8448
  #, php-format
8449
  msgid ""
8450
  "If not supplied then the description as configured in the administration/management portal "
@@ -8452,284 +8462,284 @@ msgid ""
8452
  "be applied."
8453
  msgstr ""
8454
 
8455
- #: core/lib/wpbc_all_translations.php:1646 inc/gateways/ideal/wpbc-gw-ideal.php:483
8456
  msgid "Always use Description"
8457
  msgstr ""
8458
 
8459
- #: core/lib/wpbc_all_translations.php:1647 inc/gateways/ideal/wpbc-gw-ideal.php:802
8460
  #: inc/gateways/stripe/wpbc-gw-stripe.php:771
8461
  #, php-format
8462
  msgid "Integration of %s payment system"
8463
  msgstr ""
8464
 
8465
- #: core/lib/wpbc_all_translations.php:1648 inc/gateways/ideal/wpbc-gw-ideal.php:893
8466
  #, php-format
8467
  msgid "Processing your %s payments through %s"
8468
  msgstr ""
8469
 
8470
- #: core/lib/wpbc_all_translations.php:1649 core/wpbc-emails.php:258
8471
  #, php-format
8472
  msgid "%s - inserting link for export booking to"
8473
  msgstr ""
8474
 
8475
- #: core/lib/wpbc_all_translations.php:1650 inc/_ps/admin/br-table-export-feeds.php:176
8476
  msgid ".ics Feed URL"
8477
  msgstr ""
8478
 
8479
- #: core/lib/wpbc_all_translations.php:1651 core/wpbc-emails.php:245 core/wpbc-emails.php:246
8480
  #: core/wpbc-emails.php:247 core/wpbc-emails.php:248 core/wpbc-emails.php:249
8481
  #: core/wpbc-emails.php:250 core/wpbc-emails.php:251
8482
  #, php-format
8483
  msgid "%s - inserting modification date of booking "
8484
  msgstr ""
8485
 
8486
- #: core/lib/wpbc_all_translations.php:1652 inc/_ps/form/class-wpbc-form-help.php:687
8487
  msgid "Coupon discount value of the booking."
8488
  msgstr ""
8489
 
8490
- #: core/lib/wpbc_all_translations.php:1653 inc/gateways/stripe/stripe-charge.php:381
8491
  msgid "Stripe. Ouch, something went wrong!"
8492
  msgstr ""
8493
 
8494
- #: core/lib/wpbc_all_translations.php:1654 inc/gateways/stripe/wpbc-gw-stripe.php:261
8495
  #, php-format
8496
  msgid "Please pay %s"
8497
  msgstr ""
8498
 
8499
- #: core/lib/wpbc_all_translations.php:1655 inc/gateways/stripe/wpbc-gw-stripe.php:300
8500
  msgid "Chose payment account"
8501
  msgstr ""
8502
 
8503
- #: core/lib/wpbc_all_translations.php:1656 inc/gateways/stripe/wpbc-gw-stripe.php:316
8504
  #: inc/gateways/stripe/wpbc-gw-stripe.php:348
8505
  msgid "Publishable key"
8506
  msgstr ""
8507
 
8508
- #: core/lib/wpbc_all_translations.php:1657 inc/gateways/stripe/wpbc-gw-stripe.php:331
8509
  #: inc/gateways/stripe/wpbc-gw-stripe.php:363
8510
  msgid "Secret key"
8511
  msgstr ""
8512
 
8513
- #: core/lib/wpbc_all_translations.php:1658 inc/gateways/stripe/wpbc-gw-stripe.php:535
8514
  msgid "For more information:"
8515
  msgstr ""
8516
 
8517
- #: core/lib/wpbc_all_translations.php:1659 inc/gateways/stripe/wpbc-gw-stripe.php:869
8518
  #, php-format
8519
  msgid "require PHP version %s or newer!"
8520
  msgstr ""
8521
 
8522
- #: core/lib/wpbc_all_translations.php:1660 inc/_bl/admin/page-search.php:133
8523
  #, php-format
8524
  msgid "%s - ID of booking resource, "
8525
  msgstr ""
8526
 
8527
- #: core/lib/wpbc_all_translations.php:1661 inc/_bl/admin/page-search.php:134
8528
  #, php-format
8529
  msgid "%s - ID of page with booking form, "
8530
  msgstr ""
8531
 
8532
- #: core/lib/wpbc_all_translations.php:1662 inc/_bs/admin/page-email-payment.php:698
8533
  msgid "Email with Payment Request which is sent to Visitor."
8534
  msgstr ""
8535
 
8536
- #: core/lib/wpbc_all_translations.php:1663 inc/_ps/admin/page-email-edit.php:558
8537
  msgid "Customization of email template, which is sent after modification of booking"
8538
  msgstr ""
8539
 
8540
- #: core/lib/wpbc_all_translations.php:1664 inc/_ps/admin/page-email-edit.php:694
8541
  msgid "Email is sent to Visitor after Editing of booking."
8542
  msgstr ""
8543
 
8544
- #: core/lib/wpbc_all_translations.php:1665 core/lib/wpdev-booking-class.php:685
8545
  msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
8546
  msgstr ""
8547
 
8548
- #: core/lib/wpbc_all_translations.php:1666 core/lib/wpdev-booking-class.php:999
8549
  msgid "My bookings"
8550
  msgstr ""
8551
 
8552
- #: core/lib/wpbc_all_translations.php:1667 core/wpbc-emails.php:265
8553
  #, php-format
8554
  msgid ""
8555
  "%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
8556
  "the %s parameter for setting different %s of this page. Example: %s )"
8557
  msgstr ""
8558
 
8559
- #: core/lib/wpbc_all_translations.php:1668 inc/_bl/admin/page-search.php:569
8560
  msgid "Inline Search Form Template"
8561
  msgstr ""
8562
 
8563
- #: core/lib/wpbc_all_translations.php:1669 inc/_bm/admin/api-settings-m.php:275
8564
  msgid "Show booking details in tooltip"
8565
  msgstr ""
8566
 
8567
- #: core/lib/wpbc_all_translations.php:1670 inc/_bm/admin/api-settings-m.php:276
8568
  #, php-format
8569
  msgid ""
8570
  "Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
8571
  "calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
8572
  msgstr ""
8573
 
8574
- #: core/lib/wpbc_all_translations.php:1671 inc/_bm/admin/api-settings-m.php:284
8575
  msgid "Booking details"
8576
  msgstr ""
8577
 
8578
- #: core/lib/wpbc_all_translations.php:1672 inc/_bm/admin/api-settings-m.php:285
8579
  msgid "You can use the shortcodes from the bottom form of Settings Fields page."
8580
  msgstr ""
8581
 
8582
- #: core/lib/wpbc_all_translations.php:1673 inc/_bm/admin/api-settings-m.php:299
8583
  msgid "This option can impact to speed of page loading."
8584
  msgstr ""
8585
 
8586
- #: core/lib/wpbc_all_translations.php:1674 inc/_bm/admin/page-cost-advanced.php:680
8587
  msgid ""
8588
  "Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
8589
  "mathematics operations"
8590
  msgstr ""
8591
 
8592
- #: core/lib/wpbc_all_translations.php:1675 inc/_bm/admin/page-cost-advanced.php:682
8593
  #, php-format
8594
  msgid "if selected %s"
8595
  msgstr ""
8596
 
8597
- #: core/lib/wpbc_all_translations.php:1676 inc/_bs/admin/api-settings-s.php:304
8598
  msgid "Set check out date as available"
8599
  msgstr ""
8600
 
8601
- #: core/lib/wpbc_all_translations.php:1677 inc/_bs/admin/api-settings-s.php:305
8602
  msgid "Check this option, to remove last selected day of saving to booking."
8603
  msgstr ""
8604
 
8605
- #: core/lib/wpbc_all_translations.php:1678 inc/_bs/admin/api-settings-s.php:489
8606
  msgid "Auto approve bookings during import"
8607
  msgstr ""
8608
 
8609
- #: core/lib/wpbc_all_translations.php:1679 inc/_bs/admin/api-settings-s.php:490
8610
  #, php-format
8611
  msgid ""
8612
  "Check this checkbox to activate auto approve of all bookings %sduring import from external "
8613
  "source(s)%s."
8614
  msgstr ""
8615
 
8616
- #: core/lib/wpbc_all_translations.php:1680 inc/_bs/admin/api-settings-s.php:497
8617
  msgid "Auto approve booking, if booking cost is zero"
8618
  msgstr ""
8619
 
8620
- #: core/lib/wpbc_all_translations.php:1681 inc/_bs/admin/api-settings-s.php:498
8621
  #, php-format
8622
  msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
8623
  msgstr ""
8624
 
8625
- #: core/lib/wpbc_all_translations.php:1682 inc/_bs/admin/api-settings-s.php:505
8626
  msgid "Auto approve bookings after creation booking in admin panel"
8627
  msgstr ""
8628
 
8629
- #: core/lib/wpbc_all_translations.php:1683 inc/_bs/admin/api-settings-s.php:506
8630
  #, php-format
8631
  msgid ""
8632
  "Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
8633
  msgstr ""
8634
 
8635
- #: core/lib/wpbc_all_translations.php:1684 inc/_mu/admin/api-settings-u.php:62
8636
  msgid "Activate custom booking forms for regular users"
8637
  msgstr ""
8638
 
8639
- #: core/lib/wpbc_all_translations.php:1685 inc/_mu/admin/api-settings-u.php:63
8640
  msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
8641
  msgstr ""
8642
 
8643
- #: core/lib/wpbc_all_translations.php:1686 inc/_ps/admin/api-settings-p.php:108
8644
  msgid "Start / End time for Calendar Overview"
8645
  msgstr ""
8646
 
8647
- #: core/lib/wpbc_all_translations.php:1687 inc/_ps/admin/api-settings-p.php:156
8648
  #, php-format
8649
  msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
8650
  msgstr ""
8651
 
8652
- #: core/lib/wpbc_all_translations.php:1688 inc/_ps/admin/api-settings-p.php:257
8653
  msgid "Show / hide notes"
8654
  msgstr ""
8655
 
8656
- #: core/lib/wpbc_all_translations.php:1689 inc/_ps/admin/api-settings-p.php:258
8657
  msgid "Check this box if you want to open notes section by default in Booking Listing page."
8658
  msgstr ""
8659
 
8660
- #: core/lib/wpbc_all_translations.php:1690 inc/_ps/admin/api-settings-p.php:295
8661
  msgid "URL of page for customer bookings listing"
8662
  msgstr ""
8663
 
8664
- #: core/lib/wpbc_all_translations.php:1691 inc/_ps/admin/api-settings-p.php:296
8665
  #, php-format
8666
  msgid ""
8667
  "Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
8668
  msgstr ""
8669
 
8670
- #: core/lib/wpbc_all_translations.php:1692 inc/gateways/page-gateways.php:105
8671
  msgid "Do not show payment form, after submit booking form"
8672
  msgstr ""
8673
 
8674
- #: core/lib/wpbc_all_translations.php:1693 inc/gateways/page-gateways.php:106
8675
  msgid "Check this box if you want to show payment form only after sending payment request by email"
8676
  msgstr ""
8677
 
8678
- #: core/lib/wpbc_all_translations.php:1694 inc/gateways/page-gateways.php:115
8679
  msgid "Auto send payment request after creation booking in admin panel"
8680
  msgstr ""
8681
 
8682
- #: core/lib/wpbc_all_translations.php:1695 inc/gateways/page-gateways.php:116
8683
  msgid ""
8684
  "Check this box if you want automatically send payment request to visitor, if booking was made in "
8685
  "admin panel"
8686
  msgstr ""
8687
 
8688
- #: core/lib/wpbc_all_translations.php:1696 inc/gateways/page-gateways.php:129
8689
  msgid "Show deposit and total booking cost together"
8690
  msgstr ""
8691
 
8692
- #: core/lib/wpbc_all_translations.php:1697 inc/gateways/page-gateways.php:130
8693
  msgid ""
8694
  "Check this box if you want to show deposit amount and total booking cost, after submit of "
8695
  "booking."
8696
  msgstr ""
8697
 
8698
- #: core/lib/wpbc_all_translations.php:1698 inc/gateways/page-gateways.php:142
8699
  msgid ""
8700
  "Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
8701
  "not depend from the visitor choice of this payment. You need to check each such payment manually!"
8702
  msgstr ""
8703
 
8704
- #: core/lib/wpbc_all_translations.php:1699 inc/gateways/page-gateways.php:153
8705
  msgid "Send email on cost changes"
8706
  msgstr ""
8707
 
8708
- #: core/lib/wpbc_all_translations.php:1700 inc/gateways/page-gateways.php:154
8709
  msgid ""
8710
  "Check this box if you want to send booking modification email, if cost of booking was edited in "
8711
  "booking listing page."
8712
  msgstr ""
8713
 
8714
- #: core/lib/wpbc_all_translations.php:1701 inc/gateways/page-gateways.php:582
8715
  #: inc/gateways/page-gateways.php:628
8716
  msgid "Payment Options"
8717
  msgstr ""
8718
 
8719
- #: core/wpbc-js.php:141
8720
  msgid "Times:"
8721
  msgstr ""
8722
 
8723
- #: inc/_bm/admin/page-cost-early-late-booking.php:74
8724
  msgid "Set Early / Late Booking"
8725
  msgstr ""
8726
 
8727
- #: inc/_bm/admin/page-cost-early-late-booking.php:139
8728
  #, php-format
8729
  msgid "%sEarly booking discount%s for booking resource"
8730
  msgstr ""
8731
 
8732
- #: inc/_bm/admin/page-cost-early-late-booking.php:157
8733
  #: inc/_bm/admin/page-cost-early-late-booking.php:166
8734
  #: inc/_bm/admin/page-cost-early-late-booking.php:185
8735
  #: inc/_bm/admin/page-cost-early-late-booking.php:358
@@ -8738,39 +8748,39 @@ msgstr ""
8738
  msgid "Discount"
8739
  msgstr ""
8740
 
8741
- #: inc/_bm/admin/page-cost-early-late-booking.php:223
8742
  #, php-format
8743
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
8744
  msgstr ""
8745
 
8746
- #: inc/_bm/admin/page-cost-early-late-booking.php:276
8747
  #: inc/_bm/admin/page-cost-early-late-booking.php:476
8748
  #, php-format
8749
  msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
8750
  msgstr ""
8751
 
8752
- #: inc/_bm/admin/page-cost-early-late-booking.php:340
8753
  #, php-format
8754
  msgid "%sLast minute booking discount%s for booking resource"
8755
  msgstr ""
8756
 
8757
- #: inc/_bm/admin/page-cost-early-late-booking.php:424
8758
  #, php-format
8759
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
8760
  msgstr ""
8761
 
8762
- #: inc/_bm/admin/page-cost.php:222
8763
  msgid "Early / Late Booking"
8764
  msgstr ""
8765
 
8766
- #: inc/_bm/admin/page-cost.php:231
8767
  msgid "Set Early / Late Booking Amount"
8768
  msgstr ""
8769
 
8770
- #: inc/_bm/admin/page-cost.php:681
8771
  msgid "Set Early / Late booking discount"
8772
  msgstr ""
8773
 
8774
- #: inc/_bm/admin/page-cost.php:682
8775
  msgid "Early / Late"
8776
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: booking\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2018-07-16 10:38+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
50
  msgid "Select your start day of the week"
51
  msgstr ""
52
 
53
+ #: core/admin/api-settings.php:109 core/admin/api-settings.php:192
54
  #: core/admin/wpbc-class-timeline.php:82 core/lib/wpbc_all_translations.php:9
55
  #: inc/_bm/admin/page-seasons.php:991 inc/_bs/admin/api-settings-s.php:108
56
  #: inc/_bs/admin/api-settings-s.php:241 inc/_ps/form/class-wpbc-form-help.php:451
58
  msgid "Sunday"
59
  msgstr ""
60
 
61
+ #: core/admin/api-settings.php:110 core/admin/api-settings.php:195
62
  #: core/admin/wpbc-class-timeline.php:76 core/lib/wpbc_all_translations.php:10
63
  #: inc/_bm/admin/page-seasons.php:992 inc/_bs/admin/api-settings-s.php:109
64
  #: inc/_bs/admin/api-settings-s.php:242 inc/_ps/form/class-wpbc-form-help.php:452
66
  msgid "Monday"
67
  msgstr ""
68
 
69
+ #: core/admin/api-settings.php:111 core/admin/api-settings.php:198
70
  #: core/admin/wpbc-class-timeline.php:77 core/lib/wpbc_all_translations.php:11
71
  #: inc/_bm/admin/page-seasons.php:993 inc/_bs/admin/api-settings-s.php:110
72
  #: inc/_bs/admin/api-settings-s.php:243 inc/_ps/form/class-wpbc-form-help.php:453
74
  msgid "Tuesday"
75
  msgstr ""
76
 
77
+ #: core/admin/api-settings.php:112 core/admin/api-settings.php:201
78
  #: core/admin/wpbc-class-timeline.php:78 core/lib/wpbc_all_translations.php:12
79
  #: inc/_bm/admin/page-seasons.php:994 inc/_bs/admin/api-settings-s.php:111
80
  #: inc/_bs/admin/api-settings-s.php:244 inc/_ps/form/class-wpbc-form-help.php:454
82
  msgid "Wednesday"
83
  msgstr ""
84
 
85
+ #: core/admin/api-settings.php:113 core/admin/api-settings.php:204
86
  #: core/admin/wpbc-class-timeline.php:79 core/lib/wpbc_all_translations.php:13
87
  #: inc/_bm/admin/page-seasons.php:995 inc/_bs/admin/api-settings-s.php:112
88
  #: inc/_bs/admin/api-settings-s.php:245 inc/_ps/form/class-wpbc-form-help.php:455
90
  msgid "Thursday"
91
  msgstr ""
92
 
93
+ #: core/admin/api-settings.php:114 core/admin/api-settings.php:207
94
  #: core/admin/wpbc-class-timeline.php:80 core/lib/wpbc_all_translations.php:14
95
  #: inc/_bm/admin/page-seasons.php:996 inc/_bs/admin/api-settings-s.php:113
96
  #: inc/_bs/admin/api-settings-s.php:246 inc/_ps/form/class-wpbc-form-help.php:456
98
  msgid "Friday"
99
  msgstr ""
100
 
101
+ #: core/admin/api-settings.php:115 core/admin/api-settings.php:210
102
  #: core/admin/wpbc-class-timeline.php:81 core/lib/wpbc_all_translations.php:15
103
  #: inc/_bm/admin/page-seasons.php:997 inc/_bs/admin/api-settings-s.php:114
104
  #: inc/_bs/admin/api-settings-s.php:247 inc/_ps/form/class-wpbc-form-help.php:457
121
  msgid "Type of days selection in calendar"
122
  msgstr ""
123
 
124
+ #: core/admin/api-settings.php:162
125
+ msgid "Do not change background color for partially booked days"
126
+ msgstr ""
127
+
128
+ #: core/admin/api-settings.php:163
129
+ msgid "Show partially booked days with same background as in legend item"
130
+ msgstr ""
131
+
132
+ #: core/admin/api-settings.php:164 core/admin/api-settings.php:301 core/admin/api-settings.php:461
133
+ #: core/admin/api-settings.php:496 core/admin/api-settings.php:792
134
+ #: core/admin/page-ics-export.php:467 core/admin/wpbc-class-timeline.php:2311
135
+ #: core/lib/wpbc_all_translations.php:32 inc/_bl/admin/api-settings-l.php:179
136
+ #: inc/_bl/admin/api-settings-l.php:185 inc/_bl/admin/api-settings-l.php:216
137
+ #: inc/gateways/page-gateways.php:177
138
+ msgid "Note"
139
+ msgstr ""
140
+
141
+ #: core/admin/api-settings.php:165 core/admin/api-settings.php:462
142
+ #: core/lib/wpbc_all_translations.php:48
143
+ msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
144
+ msgstr ""
145
+
146
+ #: core/admin/api-settings.php:187 core/lib/wpbc_all_translations.php:19
147
  msgid "Unavailable week days"
148
  msgstr ""
149
 
150
+ #: core/admin/api-settings.php:217 core/lib/wpbc_all_translations.php:20
151
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
152
  msgstr ""
153
 
154
+ #: core/admin/api-settings.php:235 core/lib/wpbc_all_translations.php:21
155
  msgid "Unavailable days from today"
156
  msgstr ""
157
 
158
+ #: core/admin/api-settings.php:236 core/lib/wpbc_all_translations.php:22
159
  msgid "Select number of unavailable days in calendar start from today."
160
  msgstr ""
161
 
162
+ #: core/admin/api-settings.php:275 core/lib/wpbc_all_translations.php:23 inc/_ps/lib_p.php:264
163
  msgid "Simple"
164
  msgstr ""
165
 
166
+ #: core/admin/api-settings.php:275 core/admin/wpbc-toolbar-tiny.php:239
167
  #: core/admin/wpbc-toolbar-tiny.php:695 core/admin/wpbc-toolbar-tiny.php:1196
168
  #: core/admin/wpbc-toolbar-tiny.php:1612 core/lib/wpbc_all_translations.php:24
169
  #: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:392
171
  msgid "Booking Form"
172
  msgstr ""
173
 
174
+ #: core/admin/api-settings.php:276 core/lib/wpbc_all_translations.php:25 inc/_ps/lib_p.php:260
175
  msgid ""
176
  "Check the box, if you want to use simple booking form customization from Free plugin version at "
177
  "Settings - Form page."
178
  msgstr ""
179
 
180
+ #: core/admin/api-settings.php:283 core/lib/wpbc_all_translations.php:26
181
  #: inc/_ps/form/class-wpbc-form-help.php:194
182
  msgid "CAPTCHA"
183
  msgstr ""
184
 
185
+ #: core/admin/api-settings.php:284 core/lib/wpbc_all_translations.php:27
186
  msgid "Check the box to activate CAPTCHA inside the booking form."
187
  msgstr ""
188
 
189
+ #: core/admin/api-settings.php:291 core/lib/wpbc_all_translations.php:28
190
  msgid "Auto-fill fields"
191
  msgstr ""
192
 
193
+ #: core/admin/api-settings.php:292 core/lib/wpbc_all_translations.php:29
194
  msgid "Check the box to activate auto-fill form fields for logged in users."
195
  msgstr ""
196
 
197
+ #: core/admin/api-settings.php:299 core/lib/wpbc_all_translations.php:30
198
  msgid "Use CSS BootStrap"
199
  msgstr ""
200
 
201
+ #: core/admin/api-settings.php:300 core/lib/wpbc_all_translations.php:31
202
  msgid "Using BootStrap CSS for the form fields"
203
  msgstr ""
204
 
205
+ #: core/admin/api-settings.php:301 core/lib/wpbc_all_translations.php:33
 
 
 
 
 
 
 
 
206
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
207
  msgstr ""
208
 
209
+ #: core/admin/api-settings.php:311 core/lib/wpbc_all_translations.php:34
210
  msgid "Show legend below calendar"
211
  msgstr ""
212
 
213
+ #: core/admin/api-settings.php:312 core/lib/wpbc_all_translations.php:35
214
  msgid "Check this box to display a legend of dates below the booking calendar."
215
  msgstr ""
216
 
217
+ #: core/admin/api-settings.php:324 core/lib/wpbc_all_translations.php:36
218
  msgid "Available item"
219
  msgstr ""
220
 
221
+ #: core/admin/api-settings.php:338 core/lib/wpbc_all_translations.php:37
222
+ #: core/wpbc-activation.php:1017
223
  msgid "Available"
224
  msgstr ""
225
 
226
+ #: core/admin/api-settings.php:347 core/lib/wpbc_all_translations.php:38
227
  #, php-format
228
  msgid "Activate and type your %stitle of available%s item in legend"
229
  msgstr ""
230
 
231
+ #: core/admin/api-settings.php:361 core/lib/wpbc_all_translations.php:39
232
  msgid "Pending item"
233
  msgstr ""
234
 
235
+ #: core/admin/api-settings.php:375 core/admin/page-email-deny.php:558
236
+ #: core/admin/wpbc-class-listing.php:328 core/admin/wpbc-class-listing.php:421
237
  #: core/admin/wpbc-toolbars.php:541 core/admin/wpbc-toolbars.php:956
238
+ #: core/lib/wpbc_all_translations.php:40 core/wpbc-activation.php:1021 inc/_bs/lib_s.php:322
239
  #: inc/_ps/personal.php:336 inc/_ps/wpbc-print.php:119
240
  msgid "Pending"
241
  msgstr ""
242
 
243
+ #: core/admin/api-settings.php:384 core/lib/wpbc_all_translations.php:41
244
  #, php-format
245
  msgid "Activate and type your %stitle of pending%s item in legend"
246
  msgstr ""
247
 
248
+ #: core/admin/api-settings.php:398 core/lib/wpbc_all_translations.php:42
249
  msgid "Approved item"
250
  msgstr ""
251
 
252
+ #: core/admin/api-settings.php:412 core/lib/wpbc_all_translations.php:43
253
+ #: core/wpbc-activation.php:1025
254
  msgid "Booked"
255
  msgstr ""
256
 
257
+ #: core/admin/api-settings.php:421 core/lib/wpbc_all_translations.php:44
258
  #, php-format
259
  msgid "Activate and type your %stitle of approved%s item in legend"
260
  msgstr ""
261
 
262
+ #: core/admin/api-settings.php:436 core/lib/wpbc_all_translations.php:45
263
  msgid "Partially booked item"
264
  msgstr ""
265
 
266
+ #: core/admin/api-settings.php:450 core/lib/wpbc_all_translations.php:46
267
+ #: core/wpbc-activation.php:1031
268
  msgid "Partially booked"
269
  msgstr ""
270
 
271
+ #: core/admin/api-settings.php:459 core/lib/wpbc_all_translations.php:47
272
  #, php-format
273
  msgid "Activate and type your %stitle of partially booked%s item in legend"
274
  msgstr ""
275
 
276
+ #: core/admin/api-settings.php:484 core/lib/wpbc_all_translations.php:49
 
 
 
 
277
  msgid "Show date number in legend"
278
  msgstr ""
279
 
280
+ #: core/admin/api-settings.php:485 core/lib/wpbc_all_translations.php:50
281
  msgid "Check this box to display today date number in legend cells. "
282
  msgstr ""
283
 
284
+ #: core/admin/api-settings.php:493 core/lib/wpbc_all_translations.php:51
285
  msgid "Show \"Thank You\" message"
286
  msgstr ""
287
 
288
+ #: core/admin/api-settings.php:494 core/lib/wpbc_all_translations.php:52
289
  msgid "Redirect visitor to a new \"Thank You\" page"
290
  msgstr ""
291
 
292
+ #: core/admin/api-settings.php:496 core/lib/wpbc_all_translations.php:53
293
  msgid "This action will have no effect, if the payment form(s) is active!"
294
  msgstr ""
295
 
296
+ #: core/admin/api-settings.php:501 core/lib/wpbc_all_translations.php:54
297
  msgid "Action after booking is done"
298
  msgstr ""
299
 
300
+ #: core/admin/api-settings.php:510 core/lib/wpbc_all_translations.php:55
301
  #: core/wpbc-activation.php:867
302
  #, php-format
303
  msgid ""
305
  "possible."
306
  msgstr ""
307
 
308
+ #: core/admin/api-settings.php:511 core/lib/wpbc_all_translations.php:56
309
  msgid "Message title"
310
  msgstr ""
311
 
312
+ #: core/admin/api-settings.php:512 core/lib/wpbc_all_translations.php:57
313
  #, php-format
314
  msgid "Type title of message %safter booking has done by user%s"
315
  msgstr ""
316
 
317
+ #: core/admin/api-settings.php:523 core/lib/wpbc_all_translations.php:58
318
  msgid "Time of message showing"
319
  msgstr ""
320
 
321
+ #: core/admin/api-settings.php:524 core/lib/wpbc_all_translations.php:59
322
  msgid "Set duration of time (milliseconds) to show this message"
323
  msgstr ""
324
 
325
+ #: core/admin/api-settings.php:551 core/lib/wpbc_all_translations.php:60
326
  msgid "URL of \"thank you\" page"
327
  msgstr ""
328
 
329
+ #: core/admin/api-settings.php:567 core/lib/wpbc_all_translations.php:61
330
  #, php-format
331
  msgid "Type URL of %s\"Thank You\" page%s"
332
  msgstr ""
333
 
334
+ #: core/admin/api-settings.php:579 core/lib/wpbc_all_translations.php:62 core/wpbc.php:137
335
  #: core/wpbc.php:138
336
  msgid "Bookings Listing"
337
  msgstr ""
338
 
339
+ #: core/admin/api-settings.php:580 core/admin/page-timeline.php:45 core/admin/page-timeline.php:46
340
  #: core/admin/page-timeline.php:47 core/admin/wpbc-toolbars.php:474
341
+ #: core/lib/wpbc_all_translations.php:63 core/wpbc-functions.php:1847
342
  msgid "Calendar Overview"
343
  msgstr ""
344
 
345
+ #: core/admin/api-settings.php:585 core/lib/wpbc_all_translations.php:64
346
  msgid "Default booking admin page"
347
  msgstr ""
348
 
349
+ #: core/admin/api-settings.php:586 core/lib/wpbc_all_translations.php:65
350
  msgid "Select your default view mode of bookings at the booking listing page"
351
  msgstr ""
352
 
353
+ #: core/admin/api-settings.php:600 core/admin/wpbc-toolbar-tiny.php:390
354
  #: core/admin/wpbc-toolbars.php:1191 core/lib/wpbc_all_translations.php:66
355
  #: inc/_bl/admin/page-coupons.php:526
356
  msgid "Day"
357
  msgstr ""
358
 
359
+ #: core/admin/api-settings.php:601 core/admin/wpbc-toolbar-tiny.php:391
360
  #: core/admin/wpbc-toolbars.php:1205 core/lib/wpbc_all_translations.php:67
361
  msgid "Week"
362
  msgstr ""
363
 
364
+ #: core/admin/api-settings.php:602 core/admin/api-settings.php:609
365
  #: core/admin/wpbc-toolbar-tiny.php:393 core/admin/wpbc-toolbars.php:1140
366
  #: core/admin/wpbc-toolbars.php:1219 core/lib/wpbc_all_translations.php:68
367
  #: inc/_bl/admin/page-coupons.php:525
368
  msgid "Month"
369
  msgstr ""
370
 
371
+ #: core/admin/api-settings.php:603 core/admin/wpbc-toolbar-tiny.php:395
372
  #: core/admin/wpbc-toolbars.php:1233 core/lib/wpbc_all_translations.php:69
373
  msgid "2 Months"
374
  msgstr ""
375
 
376
+ #: core/admin/api-settings.php:604 core/admin/api-settings.php:610
377
  #: core/admin/wpbc-toolbar-tiny.php:397 core/admin/wpbc-toolbars.php:1154
378
  #: core/lib/wpbc_all_translations.php:70
379
  msgid "3 Months"
380
  msgstr ""
381
 
382
+ #: core/admin/api-settings.php:605 core/admin/api-settings.php:611
383
  #: core/admin/wpbc-toolbar-tiny.php:398 core/admin/wpbc-toolbars.php:571
384
  #: core/admin/wpbc-toolbars.php:805 core/admin/wpbc-toolbars.php:1168
385
  #: core/lib/wpbc_all_translations.php:71 inc/_bl/admin/page-coupons.php:524
386
  msgid "Year"
387
  msgstr ""
388
 
389
+ #: core/admin/api-settings.php:616 core/lib/wpbc_all_translations.php:72
390
  msgid "Default calendar view mode"
391
  msgstr ""
392
 
393
+ #: core/admin/api-settings.php:617 core/lib/wpbc_all_translations.php:73
394
  msgid "Select your default calendar view mode at booking calendar overview page"
395
  msgstr ""
396
 
397
+ #: core/admin/api-settings.php:627 core/lib/wpbc_all_translations.php:74
398
  msgid "Filter tab"
399
  msgstr ""
400
 
401
+ #: core/admin/api-settings.php:628 core/lib/wpbc_all_translations.php:75
402
  msgid "Actions tab"
403
  msgstr ""
404
 
405
+ #: core/admin/api-settings.php:633 core/lib/wpbc_all_translations.php:76
406
  msgid "Default toolbar tab"
407
  msgstr ""
408
 
409
+ #: core/admin/api-settings.php:634 core/lib/wpbc_all_translations.php:77
410
  msgid "Select your default opened tab in toolbar at booking listing page"
411
  msgstr ""
412
 
413
+ #: core/admin/api-settings.php:646 core/lib/wpbc_all_translations.php:78
414
  msgid "Bookings number per page"
415
  msgstr ""
416
 
417
+ #: core/admin/api-settings.php:647 core/lib/wpbc_all_translations.php:79
418
  msgid "Select number of bookings per page in booking listing"
419
  msgstr ""
420
 
421
+ #: core/admin/api-settings.php:654 core/admin/api-settings.php:655
422
  #: core/admin/wpbc-class-listing.php:122 core/admin/wpbc-toolbars.php:727
423
  #: core/admin/wpbc-toolbars.php:730 core/lib/wpbc_all_translations.php:80
424
  #: core/sync/wpbc-gcal-class.php:605 core/sync/wpbc-gcal-class.php:626
433
  msgid "ID"
434
  msgstr ""
435
 
436
+ #: core/admin/api-settings.php:654 core/admin/api-settings.php:656 core/admin/api-settings.php:660
437
+ #: core/admin/api-settings.php:664 core/lib/wpbc_all_translations.php:81
438
  msgid "ASC"
439
  msgstr ""
440
 
441
+ #: core/admin/api-settings.php:655 core/admin/api-settings.php:657 core/admin/api-settings.php:661
442
+ #: core/admin/api-settings.php:665 core/lib/wpbc_all_translations.php:82
443
  msgid "DESC"
444
  msgstr ""
445
 
446
+ #: core/admin/api-settings.php:656 core/admin/api-settings.php:657
447
  #: core/admin/wpbc-class-timeline.php:69 core/admin/wpbc-toolbars.php:580
448
  #: core/admin/wpbc-toolbars.php:642 core/admin/wpbc-toolbars.php:728
449
  #: core/admin/wpbc-toolbars.php:731 core/admin/wpbc-toolbars.php:847
454
  msgid "Dates"
455
  msgstr ""
456
 
457
+ #: core/admin/api-settings.php:660 core/admin/api-settings.php:661
458
  #: core/lib/wpbc_all_translations.php:84 inc/_bl/admin/page-search.php:789
459
  #: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
460
  #: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186
462
  msgid "Resource"
463
  msgstr ""
464
 
465
+ #: core/admin/api-settings.php:664 core/admin/api-settings.php:665
466
  #: core/admin/wpbc-toolbar-tiny.php:1800 core/lib/wpbc_all_translations.php:85
467
  #: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:139 inc/_bs/lib_s.php:182
468
  #: inc/_bs/lib_s.php:187 inc/_ps/wpbc-print.php:86
469
  msgid "Cost"
470
  msgstr ""
471
 
472
+ #: core/admin/api-settings.php:670 core/lib/wpbc_all_translations.php:86
473
  msgid "Bookings default order"
474
  msgstr ""
475
 
476
+ #: core/admin/api-settings.php:671 core/lib/wpbc_all_translations.php:87
477
  msgid "Select your default order of bookings in the booking listing"
478
  msgstr ""
479
 
480
+ #: core/admin/api-settings.php:688 core/lib/wpbc_all_translations.php:88
481
  msgid "Date Format"
482
  msgstr ""
483
 
484
+ #: core/admin/api-settings.php:693 core/lib/wpbc_all_translations.php:89
485
  msgid "F j, Y"
486
  msgstr ""
487
 
488
+ #: core/admin/api-settings.php:696 core/admin/wpbc-toolbars.php:1431
489
  #: core/lib/wpbc_all_translations.php:90 inc/_bm/admin/api-settings-m.php:197
490
  #: inc/_bs/admin/api-settings-s.php:426 inc/_bs/lib_s.php:54
491
  msgid "Custom"
492
  msgstr ""
493
 
494
+ #: core/admin/api-settings.php:722 core/lib/wpbc_all_translations.php:91
495
  #, php-format
496
  msgid ""
497
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
498
  msgstr ""
499
 
500
+ #: core/admin/api-settings.php:735 core/lib/wpbc_all_translations.php:92
501
  msgid "Short days view"
502
  msgstr ""
503
 
504
+ #: core/admin/api-settings.php:736 core/lib/wpbc_all_translations.php:93
505
  msgid "Wide days view"
506
  msgstr ""
507
 
508
+ #: core/admin/api-settings.php:741 core/lib/wpbc_all_translations.php:94
509
  msgid "Dates view"
510
  msgstr ""
511
 
512
+ #: core/admin/api-settings.php:742 core/lib/wpbc_all_translations.php:95
513
  msgid "Select the default view for dates on the booking tables"
514
  msgstr ""
515
 
516
+ #: core/admin/api-settings.php:758 core/lib/wpbc_all_translations.php:96
517
  msgid "Show / hide hints"
518
  msgstr ""
519
 
520
+ #: core/admin/api-settings.php:759 core/lib/wpbc_all_translations.php:97
521
  msgid "Check this box if you want to show help hints on the admin panel."
522
  msgstr ""
523
 
524
+ #: core/admin/api-settings.php:779 core/lib/wpbc_all_translations.php:98
525
  msgid "Allow unlimited bookings per same day(s)"
526
  msgstr ""
527
 
528
+ #: core/admin/api-settings.php:780 core/lib/wpbc_all_translations.php:99
529
  #, php-format
530
  msgid ""
531
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
533
  "date(s)%s of other visitors."
534
  msgstr ""
535
 
536
+ #: core/admin/api-settings.php:790 core/lib/wpbc_all_translations.php:100
537
  msgid "Checking to prevent double booking, during submitting booking"
538
  msgstr ""
539
 
540
+ #: core/admin/api-settings.php:791 core/lib/wpbc_all_translations.php:101
541
  #, php-format
542
  msgid ""
543
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
544
  "booking%s."
545
  msgstr ""
546
 
547
+ #: core/admin/api-settings.php:793 core/lib/wpbc_all_translations.php:102
548
  msgid ""
549
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
550
  "visitors try to book the same date(s) in same calendar during the same time."
551
  msgstr ""
552
 
553
+ #: core/admin/api-settings.php:794 core/lib/wpbc_all_translations.php:103
554
  msgid "This feature does not work for booking resources with capacity higher than one."
555
  msgstr ""
556
 
557
+ #: core/admin/api-settings.php:811 core/lib/wpbc_all_translations.php:104
558
  msgid "Show advanced settings of JavaScript loading"
559
  msgstr ""
560
 
561
+ #: core/admin/api-settings.php:812 core/lib/wpbc_all_translations.php:105
562
  msgid "Hide advanced settings of JavaScript loading"
563
  msgstr ""
564
 
565
+ #: core/admin/api-settings.php:820 core/lib/wpbc_all_translations.php:106
566
  msgid "Disable Bootstrap loading on Front-End"
567
  msgstr ""
568
 
569
+ #: core/admin/api-settings.php:821 core/admin/api-settings.php:830
570
  #: core/lib/wpbc_all_translations.php:107
571
  msgid ""
572
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
573
  "of this script by this plugin."
574
  msgstr ""
575
 
576
+ #: core/admin/api-settings.php:829 core/lib/wpbc_all_translations.php:108
577
  msgid "Disable Bootstrap loading on Back-End"
578
  msgstr ""
579
 
580
+ #: core/admin/api-settings.php:839 core/lib/wpbc_all_translations.php:109
581
  msgid "Load JS and CSS files only on specific pages"
582
  msgstr ""
583
 
584
+ #: core/admin/api-settings.php:840 core/lib/wpbc_all_translations.php:110
585
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
586
  msgstr ""
587
 
588
+ #: core/admin/api-settings.php:850 core/lib/wpbc_all_translations.php:111
589
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
590
  msgstr ""
591
 
592
+ #: core/admin/api-settings.php:851 core/lib/wpbc_all_translations.php:112
593
  #, php-format
594
  msgid ""
595
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
596
  "availability calendars). Please enter one URL per line. Example: %s"
597
  msgstr ""
598
 
599
+ #: core/admin/api-settings.php:865 core/lib/wpbc_all_translations.php:113
600
  msgid "Show system debugging log for beta features"
601
  msgstr ""
602
 
603
+ #: core/admin/api-settings.php:866 core/lib/wpbc_all_translations.php:114
604
  msgid "Activate this option only for testing beta features"
605
  msgstr ""
606
 
607
+ #: core/admin/api-settings.php:882 core/lib/wpbc_all_translations.php:115
608
  msgid "Show settings of powered by notice"
609
  msgstr ""
610
 
611
+ #: core/admin/api-settings.php:883 core/lib/wpbc_all_translations.php:116
612
  msgid "Hide settings of powered by notice"
613
  msgstr ""
614
 
615
+ #: core/admin/api-settings.php:890 core/lib/wpbc_all_translations.php:117
616
  msgid "Powered by notice"
617
  msgstr ""
618
 
619
+ #: core/admin/api-settings.php:891 core/lib/wpbc_all_translations.php:118
620
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
621
  msgstr ""
622
 
623
+ #: core/admin/api-settings.php:899 core/lib/wpbc_all_translations.php:119
624
  msgid "Help and info notices"
625
  msgstr ""
626
 
627
+ #: core/admin/api-settings.php:900 core/lib/wpbc_all_translations.php:120
628
  msgid " Turn On/Off version notice and help info links at booking admin panel."
629
  msgstr ""
630
 
631
+ #: core/admin/api-settings.php:928 core/lib/wpbc_all_translations.php:121
632
  msgid "Plugin menu position"
633
  msgstr ""
634
 
635
+ #: core/admin/api-settings.php:931 core/lib/wpbc_all_translations.php:122
636
  msgid "Top"
637
  msgstr ""
638
 
639
+ #: core/admin/api-settings.php:932 core/lib/wpbc_all_translations.php:123
640
  msgid "Middle"
641
  msgstr ""
642
 
643
+ #: core/admin/api-settings.php:933 core/lib/wpbc_all_translations.php:124
644
  msgid "Bottom"
645
  msgstr ""
646
 
647
+ #: core/admin/api-settings.php:944 core/lib/wpbc_all_translations.php:125
648
  msgid "User permissions for plugin menu pages"
649
  msgstr ""
650
 
651
+ #: core/admin/api-settings.php:959 core/admin/wpbc-class-timeline.php:70
652
  #: core/admin/wpbc-toolbars.php:548 core/admin/wpbc-toolbars.php:763
653
  #: core/lib/wpbc_all_translations.php:126 core/wpbc.php:136
654
  msgid "Bookings"
655
  msgstr ""
656
 
657
+ #: core/admin/api-settings.php:968 core/admin/page-new.php:33 core/admin/page-new.php:34
658
  #: core/admin/page-new.php:35 core/admin/wpbc-toolbars.php:1794
659
+ #: core/lib/wpbc_all_translations.php:127 core/wpbc-functions.php:1877 core/wpbc.php:165
660
  #: core/wpbc.php:166 core/wpbc.php:167
661
  msgid "Add booking"
662
  msgstr ""
663
 
664
+ #: core/admin/api-settings.php:978 core/admin/page-import-gcal.php:491
665
  #: core/admin/wpbc-class-timeline.php:68 core/lib/wpbc_all_translations.php:128
666
+ #: core/wpbc-functions.php:1887 core/wpbc.php:176 core/wpbc.php:178
667
  #: inc/_bl/admin/page-coupons.php:540 inc/_bl/admin/page-coupons.php:1355
668
  #: inc/_bm/admin/page-availability.php:875 inc/_bm/admin/page-cost-rate.php:105
669
  #: inc/_bm/admin/page-cost-valuation.php:133 inc/_mu/admin/page-users.php:446
672
  msgid "Resources"
673
  msgstr ""
674
 
675
+ #: core/admin/api-settings.php:987 core/lib/wpbc_all_translations.php:129
676
+ #: core/wpbc-functions.php:1942 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:396
677
  #: inc/_bl/admin/page-coupons.php:47 inc/_bm/admin/page-seasons.php:47
678
  msgid "Settings"
679
  msgstr ""
680
 
681
+ #: core/admin/api-settings.php:988 core/lib/wpbc_all_translations.php:130
682
  msgid "Select user access level for the menu pages of plugin"
683
  msgstr ""
684
 
685
+ #: core/admin/api-settings.php:999 core/lib/wpbc_all_translations.php:131 core/wpbc.php:204
686
  msgid "Premium"
687
  msgstr ""
688
 
689
+ #: core/admin/api-settings.php:1000 core/lib/wpbc_all_translations.php:132
690
  msgid "Show / hide menu"
691
  msgstr ""
692
 
693
+ #: core/admin/api-settings.php:1003 core/admin/wpbc-toolbar-tiny.php:588
694
  #: core/admin/wpbc-toolbar-tiny.php:1807 core/admin/wpbc-toolbars.php:782
695
  #: core/lib/wpbc_all_translations.php:133 core/lib/wpdev-booking-widget.php:104
696
  msgid "Show"
697
  msgstr ""
698
 
699
+ #: core/admin/api-settings.php:1004 core/class/wpbc-class-notices.php:104
700
  #: core/lib/wpbc_all_translations.php:134 core/sync/wpbc-gcal-class.php:669
701
+ #: core/wpbc-functions.php:2346
702
  msgid "Hide"
703
  msgstr ""
704
 
705
+ #: core/admin/api-settings.php:1021 core/lib/wpbc_all_translations.php:135
706
  msgid "Delete booking data, when plugin deactivated"
707
  msgstr ""
708
 
709
+ #: core/admin/api-settings.php:1022 core/lib/wpbc_all_translations.php:136
710
  msgid "Check this box to delete all booking data when you uninstal this plugin."
711
  msgstr ""
712
 
713
+ #: core/admin/api-settings.php:1048 core/admin/page-form-free.php:968
714
  #: core/lib/wpbc_all_translations.php:137 core/sync/wpbc-gcal-class.php:439
715
  #: core/sync/wpbc-gcal-class.php:607 core/sync/wpbc-gcal-class.php:633
716
  #: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
719
  msgid "Info"
720
  msgstr ""
721
 
722
+ #: core/admin/api-settings.php:1074 core/admin/page-settings.php:282
723
  #: core/lib/wpbc_all_translations.php:138
724
  msgid "Restore all dismissed windows"
725
  msgstr ""
726
 
727
+ #: core/admin/api-settings.php:1198 core/admin/api-settings.php:1215
728
+ #: core/admin/api-settings.php:1246 core/admin/api-settings.php:1259
729
+ #: core/admin/api-settings.php:1292 core/lib/wpbc_all_translations.php:139
730
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
731
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/page-gateways.php:889
732
  #: inc/gateways/paypal/wpbc-gw-paypal.php:640 inc/gateways/sage/wpbc-gw-sage.php:591
734
  msgid "Warning"
735
  msgstr ""
736
 
737
+ #: core/admin/api-settings.php:1199 core/lib/wpbc_all_translations.php:140
738
  msgid ""
739
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
740
  "the same date. Do you really want to do this?"
741
  msgstr ""
742
 
743
+ #: core/admin/api-settings.php:1216 core/lib/wpbc_all_translations.php:141
744
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
745
  msgstr ""
746
 
747
+ #: core/admin/api-settings.php:1247 core/admin/api-settings.php:1260
748
  #: core/lib/wpbc_all_translations.php:142
749
  msgid ""
750
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
751
  "really want to do this?"
752
  msgstr ""
753
 
754
+ #: core/admin/api-settings.php:1293 core/lib/wpbc_all_translations.php:143
755
  msgid ""
756
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
757
  "you really want to do this?"
759
 
760
  #: core/admin/page-bookings.php:45 core/admin/page-bookings.php:46 core/admin/page-bookings.php:47
761
  #: core/admin/wpbc-toolbars.php:459 core/lib/wpbc_all_translations.php:144
762
+ #: core/wpbc-functions.php:1855
763
  msgid "Booking Listing"
764
  msgstr ""
765
 
910
  msgstr ""
911
 
912
  #: core/admin/page-email-approved.php:310 core/lib/wpbc_all_translations.php:157
913
+ #: core/wpbc-activation.php:985
914
  msgid "Your booking has been approved"
915
  msgstr ""
916
 
932
  msgstr ""
933
 
934
  #: core/admin/page-email-approved.php:325 core/lib/wpbc_all_translations.php:160
935
+ #: core/wpbc-activation.php:987
936
  #, php-format
937
  msgid ""
938
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
940
  msgstr ""
941
 
942
  #: core/admin/page-email-approved.php:327 core/lib/wpbc_all_translations.php:161
943
+ #: core/wpbc-activation.php:989
944
  #, php-format
945
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
946
  msgstr ""
1146
  #: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
1147
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
1148
  #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:455
1149
+ #: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:606
1150
  #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1095
1151
  msgid "HTML"
1152
  msgstr ""
1178
  msgid "here"
1179
  msgstr ""
1180
 
1181
+ #: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:329
1182
  #: core/admin/wpbc-toolbars.php:542 core/lib/wpbc_all_translations.php:189 inc/_ps/personal.php:335
1183
  #: inc/_ps/wpbc-print.php:118
1184
  msgid "Approved"
1260
  #: inc/_bs/admin/page-email-payment.php:730 inc/_bs/admin/page-email-payment.php:766
1261
  #: inc/_mu/admin/page-users.php:168 inc/_ps/admin/page-email-edit.php:726
1262
  #: inc/_ps/admin/page-email-edit.php:762 inc/_ps/admin/page-resources.php:193
1263
+ #: inc/_ps/admin/page-settings-form.php:118 inc/_ps/admin/page-settings-form.php:180
1264
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:863
1265
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:488
1266
  #: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:783
1288
  #: core/lib/wpbc_all_translations.php:199 inc/_bl/admin/page-search.php:399
1289
  #: inc/_bl/admin/page-search.php:427 inc/_bm/admin/page-cost-advanced.php:155
1290
  #: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
1291
+ #: inc/_ps/admin/page-settings-form.php:174
1292
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:451 inc/gateways/page-gateways.php:647
1293
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1059
1294
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1076
1347
 
1348
  #: core/admin/page-email-deleted.php:311 core/admin/page-email-deny.php:311
1349
  #: core/admin/page-email-trash.php:316 core/lib/wpbc_all_translations.php:205
1350
+ #: core/wpbc-activation.php:996
1351
  msgid "Your booking has been declined"
1352
  msgstr ""
1353
 
1354
  #: core/admin/page-email-deleted.php:325 core/admin/page-email-deny.php:325
1355
  #: core/admin/page-email-trash.php:330 core/lib/wpbc_all_translations.php:206
1356
+ #: core/wpbc-activation.php:997
1357
  #, php-format
1358
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1359
  msgstr ""
1386
  msgstr ""
1387
 
1388
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1389
+ #: core/admin/wpbc-class-listing.php:301 core/lib/wpbc_all_translations.php:212
1390
+ #: core/wpbc-activation.php:967 core/wpbc-activation.php:974
1391
  msgid "New booking"
1392
  msgstr ""
1393
 
1394
  #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:213
1395
+ #: core/wpbc-activation.php:968
1396
  #, php-format
1397
  msgid ""
1398
  "You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
1400
  msgstr ""
1401
 
1402
  #: core/admin/page-email-new-admin.php:505 core/lib/wpbc_all_translations.php:214
1403
+ #: core/wpbc-functions.php:1959
1404
  msgid "Emails"
1405
  msgstr ""
1406
 
1422
  msgstr ""
1423
 
1424
  #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:219
1425
+ #: core/wpbc-activation.php:976
1426
  #, php-format
1427
  msgid ""
1428
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
1430
  msgstr ""
1431
 
1432
  #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:220
1433
+ #: core/wpbc-activation.php:978
1434
  #, php-format
1435
  msgid ""
1436
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
1449
  msgid "Email is sending to Visitor after creation of booking."
1450
  msgstr ""
1451
 
1452
+ #: core/admin/page-email-trash.php:563 core/admin/wpbc-class-listing.php:331
1453
  #: core/admin/wpbc-class-timeline.php:2296 core/admin/wpbc-toolbars.php:986
1454
  #: core/lib/wpbc_all_translations.php:224
1455
  msgid "Trash"
1461
 
1462
  #: core/admin/page-form-free.php:61 core/admin/page-settings.php:98
1463
  #: core/admin/page-settings.php:212 core/lib/wpbc_all_translations.php:226
1464
+ #: core/wpbc-functions.php:1951 inc/_ps/admin/page-settings-form.php:39
1465
  msgid "Form"
1466
  msgstr ""
1467
 
1501
  msgstr ""
1502
 
1503
  #: core/admin/page-form-free.php:838 core/admin/page-form-free.php:1448
1504
+ #: core/admin/wpbc-class-listing.php:391 core/admin/wpbc-class-listing.php:397
1505
  #: core/admin/wpbc-toolbars.php:989 core/admin/wpbc-toolbars.php:1006
1506
  #: core/lib/wpbc_all_translations.php:234 inc/_bl/admin/page-coupons.php:236
1507
  #: inc/_bl/admin/page-coupons.php:808 inc/_bm/admin/page-availability.php:274
1517
  msgstr ""
1518
 
1519
  #: core/admin/page-form-free.php:883 core/admin/page-form-free.php:918
1520
+ #: core/lib/wpbc_all_translations.php:236 inc/_ps/admin/page-settings-form.php:305
1521
  msgid "Select"
1522
  msgstr ""
1523
 
1552
  #: core/admin/page-form-free.php:957 core/admin/page-form-free.php:1973
1553
  #: core/admin/page-form-free.php:1974 core/admin/page-form-timeslots.php:106
1554
  #: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
1555
+ #: core/admin/page-form-timeslots.php:816 core/lib/wpbc_all_translations.php:243
1556
+ #: inc/_ps/admin/page-settings-form.php:366 inc/_ps/admin/page-settings-form.php:376
1557
+ #: inc/_ps/admin/page-settings-form.php:386
1558
  msgid "Time Slots"
1559
  msgstr ""
1560
 
1561
+ #: core/admin/page-form-free.php:1015 core/lib/wpbc_all_translations.php:244
1562
  msgid "View"
1563
  msgstr ""
1564
 
1565
+ #: core/admin/page-form-free.php:1034 core/lib/wpbc_all_translations.php:245
1566
  msgid "Standard Forms"
1567
  msgstr ""
1568
 
1569
+ #: core/admin/page-form-free.php:1037 core/lib/wpbc_all_translations.php:246
1570
  msgid "Form under calendar"
1571
  msgstr ""
1572
 
1573
+ #: core/admin/page-form-free.php:1047 core/lib/wpbc_all_translations.php:247
1574
  msgid "Form at right side of calendar"
1575
  msgstr ""
1576
 
1577
+ #: core/admin/page-form-free.php:1057 core/lib/wpbc_all_translations.php:248
1578
  msgid "Form and calendar are centered"
1579
  msgstr ""
1580
 
1581
+ #: core/admin/page-form-free.php:1067 core/lib/wpbc_all_translations.php:249
1582
  msgid "Form for dark background"
1583
  msgstr ""
1584
 
1585
  #: core/admin/page-form-free.php:1127 core/admin/page-form-free.php:2032
1586
+ #: core/lib/wpbc_all_translations.php:250
1587
  msgid "Active"
1588
  msgstr ""
1589
 
1590
+ #: core/admin/page-form-free.php:1128 core/lib/wpbc_all_translations.php:251
1591
  msgid "Field Label"
1592
  msgstr ""
1593
 
1594
  #: core/admin/page-form-free.php:1130 core/admin/page-form-free.php:2098
1595
+ #: core/lib/wpbc_all_translations.php:252 inc/_ps/form/class-wpbc-field-help-text.php:177
1596
  msgid "Name"
1597
  msgstr ""
1598
 
1599
  #: core/admin/page-form-free.php:1207 core/admin/page-form-free.php:1645
1600
  #: core/admin/page-form-free.php:1706 core/admin/wpbc-class-timeline.php:2216
1601
+ #: core/lib/wpbc_all_translations.php:253 inc/_bl/admin/page-coupons.php:215
1602
  #: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
1603
  #: inc/_bm/admin/page-cost.php:218 inc/_bm/admin/page-seasons.php:200
1604
  #: inc/_bm/admin/page-seasons.php:598 inc/_bm/admin/page-seasons.php:815
1607
  msgstr ""
1608
 
1609
  #: core/admin/page-form-free.php:1208 core/admin/page-form-free.php:1646
1610
+ #: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:254
1611
  msgid "Remove"
1612
  msgstr ""
1613
 
1614
+ #: core/admin/page-form-free.php:1876 core/lib/wpbc_all_translations.php:255
1615
  #: inc/_ps/form/class-wpbc-form-help.php:88
1616
  msgid "Shortcodes"
1617
  msgstr ""
1618
 
1619
+ #: core/admin/page-form-free.php:1877 core/lib/wpbc_all_translations.php:256
1620
  #: inc/_ps/form/class-wpbc-form-help.php:89
1621
  msgid ""
1622
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1623
  "the above selectbox."
1624
  msgstr ""
1625
 
1626
+ #: core/admin/page-form-free.php:1878 core/lib/wpbc_all_translations.php:257
1627
  #: inc/_ps/form/class-wpbc-form-help.php:90
1628
  #, php-format
1629
  msgid "Please read more about the booking form fields configuration %shere%s."
1630
  msgstr ""
1631
 
1632
+ #: core/admin/page-form-free.php:1880 core/lib/wpbc_all_translations.php:258
1633
  #: inc/_ps/form/class-wpbc-form-help.php:99
1634
  msgid "Default Form Templates"
1635
  msgstr ""
1636
 
1637
+ #: core/admin/page-form-free.php:1881 core/lib/wpbc_all_translations.php:259
1638
  #: inc/_ps/form/class-wpbc-form-help.php:100
1639
  #, php-format
1640
  msgid ""
1644
  "reset both forms: Booking Form and Content of Booking Fields form."
1645
  msgstr ""
1646
 
1647
+ #: core/admin/page-form-free.php:2011 core/lib/wpbc_all_translations.php:260
1648
  #: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
1649
  #: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
1650
  msgid "First Name"
1651
  msgstr ""
1652
 
1653
+ #: core/admin/page-form-free.php:2033 core/lib/wpbc_all_translations.php:261
1654
  msgid "Show / hide field in booking form"
1655
  msgstr ""
1656
 
1657
+ #: core/admin/page-form-free.php:2054 core/lib/wpbc_all_translations.php:262
1658
  msgid "Set field as required"
1659
  msgstr ""
1660
 
1661
  #: core/admin/page-form-free.php:2074 core/admin/page-form-timeslots.php:784
1662
  #: core/admin/wpbc-toolbar-tiny.php:425 core/admin/wpbc-toolbar-tiny.php:1216
1663
+ #: core/lib/wpbc_all_translations.php:263 inc/_ps/form/class-wpbc-field-help-button.php:73
1664
  msgid "Label"
1665
  msgstr ""
1666
 
1667
+ #: core/admin/page-form-free.php:2103 core/lib/wpbc_all_translations.php:264
1668
  #, php-format
1669
  msgid "Type only %sunique field name%s, that is not using in form"
1670
  msgstr ""
1671
 
1672
+ #: core/admin/page-form-free.php:2124 core/lib/wpbc_all_translations.php:265
1673
  msgid "Values"
1674
  msgstr ""
1675
 
1676
+ #: core/admin/page-form-free.php:2129 core/lib/wpbc_all_translations.php:266
1677
  msgid "Enter dropdown options. One option per line."
1678
  msgstr ""
1679
 
1680
  #: core/admin/page-form-free.php:2164 core/admin/wpbc-toolbar-tiny.php:295
1681
  #: core/admin/wpbc-toolbars.php:702 core/admin/wpbc-toolbars.php:907
1682
+ #: core/admin/wpbc-toolbars.php:1483 core/lib/wpbc_all_translations.php:267
1683
  #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:209
1684
  #: inc/_ps/p-toolbar.php:477 inc/_ps/p-toolbar.php:522
1685
  msgid "Close"
1686
  msgstr ""
1687
 
1688
+ #: core/admin/page-form-free.php:2178 core/lib/wpbc_all_translations.php:268
1689
  #: inc/_bm/m-toolbar.php:367 inc/_bm/m-toolbar.php:368 inc/_ps/p-toolbar.php:356
1690
  #: inc/_ps/p-toolbar.php:408 inc/_ps/p-toolbar.php:441
1691
  msgid "Cancel"
1692
  msgstr ""
1693
 
1694
+ #: core/admin/page-form-timeslots.php:106 core/lib/wpbc_all_translations.php:269
1695
  msgid "in 24 hour format"
1696
  msgstr ""
1697
 
1698
+ #: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:270
1699
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
1700
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
1701
  msgid "One option per line"
1702
  msgstr ""
1703
 
1704
+ #: core/admin/page-form-timeslots.php:132 core/lib/wpbc_all_translations.php:271
1705
  msgid "Titles"
1706
  msgstr ""
1707
 
1708
+ #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:272
1709
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
1710
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
1711
  msgid "One title per line"
1712
  msgstr ""
1713
 
1714
+ #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:273
1715
  msgid "Visible options in selectbox"
1716
  msgstr ""
1717
 
1718
+ #: core/admin/page-form-timeslots.php:193 core/lib/wpbc_all_translations.php:274
1719
  msgid "Reset times by"
1720
  msgstr ""
1721
 
1722
  #: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
1723
  #: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
1724
+ #: core/admin/wpbc-toolbar-tiny.php:631 core/lib/wpbc_all_translations.php:275
1725
  #: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
1726
  #: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
1727
  msgid "hours"
1728
  msgstr ""
1729
 
1730
  #: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
1731
+ #: core/lib/wpbc_all_translations.php:276 inc/_bm/admin/api-settings-m.php:98
1732
  #: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
1733
  #: inc/_bs/admin/api-settings-s.php:901
1734
  msgid "hour"
1736
 
1737
  #: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
1738
  #: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
1739
+ #: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:277
1740
  #: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
1741
  #: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
1742
  #: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
1743
+ #: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:376
1744
+ #: inc/_ps/admin/page-settings-form.php:386
1745
  msgid "minutes"
1746
  msgstr ""
1747
 
1749
  #: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
1750
  #: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
1751
  #: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
1752
+ #: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:278
1753
  #: core/wpbc-js.php:131 inc/_ps/personal.php:249
1754
  msgid "Processing"
1755
  msgstr ""
1756
 
1757
+ #: core/admin/page-form-timeslots.php:595 core/lib/wpbc_all_translations.php:279
1758
  msgid "+ Add Time Slot"
1759
  msgstr ""
1760
 
1763
  #: core/admin/page-ics-general.php:253 core/admin/page-ics-general.php:254
1764
  #: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
1765
  #: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
1766
+ #: core/lib/wpbc_all_translations.php:280 core/wpbc-functions.php:1976
1767
  msgid "Sync"
1768
  msgstr ""
1769
 
1772
  #: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
1773
  #: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
1774
  #: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:464
1775
+ #: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:281
1776
  #: core/sync/wpbc-gcal.php:465
1777
  msgid "Import"
1778
  msgstr ""
1781
  #: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
1782
  #: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:235
1783
  #: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
1784
+ #: core/lib/wpbc_all_translations.php:282 inc/_ps/p-toolbar.php:142
1785
  msgid "Export"
1786
  msgstr ""
1787
 
1788
  #: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
1789
+ #: core/lib/wpbc_all_translations.php:283
1790
  msgid "feed"
1791
  msgstr ""
1792
 
1793
  #: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
1794
+ #: core/lib/wpbc_all_translations.php:284 core/sync/wpbc-gcal.php:398
1795
  #: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:764
1796
  msgid "Warning!"
1797
  msgstr ""
1798
 
1799
+ #: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:285
1800
  #, php-format
1801
  msgid "This feature require %s"
1802
  msgstr ""
1803
 
1804
  #: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
1805
+ #: core/lib/wpbc_all_translations.php:286 inc/_bl/admin/api-settings-l.php:162
1806
  #: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
1807
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1808
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
1820
  msgstr ""
1821
 
1822
  #: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
1823
+ #: core/lib/wpbc_all_translations.php:287
1824
  #, php-format
1825
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1826
  msgstr ""
1827
 
1828
  #: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
1829
+ #: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:288
1830
  msgid "How it works"
1831
  msgstr ""
1832
 
1833
  #: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
1834
+ #: core/lib/wpbc_all_translations.php:289
1835
  msgid ".ics feed URL"
1836
  msgstr ""
1837
 
1838
+ #: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:290
1839
  #: inc/_ps/admin/br-table-export-feeds.php:69
1840
  msgid "Open in new window"
1841
  msgstr ""
1842
 
1843
+ #: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:291
1844
  msgid "Please enter URL for generating .ics feed"
1845
  msgstr ""
1846
 
1847
+ #: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:292
1848
  msgid "This .ics feed of bookings starting from today for 1 year"
1849
  msgstr ""
1850
 
1851
  #: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:872
1852
  #: core/admin/wpbc-toolbar-tiny.php:1087 core/admin/wpbc-toolbar-tiny.php:1168
1853
+ #: core/lib/wpbc_all_translations.php:293 inc/_bm/admin/api-settings-m.php:60
1854
  #: inc/_ps/wpbc-booking-select-widget.php:188
1855
  msgid "None"
1856
  msgstr ""
1857
 
1858
+ #: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:294
1859
  msgid "Event Title"
1860
  msgstr ""
1861
 
1862
  #: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
1863
+ #: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:295
1864
  #, php-format
1865
  msgid "Select field for assigning to %sevent property%s"
1866
  msgstr ""
1867
 
1868
+ #: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:296
1869
  msgid "Event Description (optional field)"
1870
  msgstr ""
1871
 
1872
+ #: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:297
1873
  msgid "Location"
1874
  msgstr ""
1875
 
1876
  #: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:205
1877
+ #: core/lib/wpbc_all_translations.php:298 core/sync/wpbc-gcal.php:314
1878
  #: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:626 inc/_ps/admin/activation-p.php:45
1879
  msgid "Default"
1880
  msgstr ""
1881
 
1882
+ #: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:299
1883
  #: core/sync/wpbc-gcal.php:309
1884
  msgid "Timezone"
1885
  msgstr ""
1886
 
1887
+ #: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:300
1888
  #: core/sync/wpbc-gcal.php:343
1889
  msgid "Select a city in your required timezone, if you are having problems with dates and times."
1890
  msgstr ""
1891
 
1892
+ #: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:301
1893
  #: inc/_bs/admin/api-settings-s.php:314
1894
  msgid "Use check in/out time"
1895
  msgstr ""
1896
 
1897
+ #: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:302
1898
  msgid "Use check in/out time of plugin, during import .ics feeds"
1899
  msgstr ""
1900
 
1901
+ #: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:303
1902
  msgid "Append check out day"
1903
  msgstr ""
1904
 
1905
+ #: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:304
1906
  msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
1907
  msgstr ""
1908
 
1909
  #: core/admin/page-ics-general.php:252 core/admin/page-settings.php:74
1910
+ #: core/lib/wpbc_all_translations.php:305 inc/gateways/page-gateways.php:510
1911
  msgid "General"
1912
  msgstr ""
1913
 
1914
  #: core/admin/page-ics-general.php:253 core/admin/page-ics-general.php:254
1915
  #: core/admin/page-ics-general.php:361 core/admin/page-import-gcal.php:485
1916
  #: core/admin/page-settings.php:75 core/admin/page-settings.php:76
1917
+ #: core/lib/wpbc_all_translations.php:306 core/wpbc.php:188
1918
  msgid "General Settings"
1919
  msgstr ""
1920
 
1921
+ #: core/admin/page-ics-general.php:368 core/lib/wpbc_all_translations.php:307
1922
  msgid "Assign events fields to specific booking form field"
1923
  msgstr ""
1924
 
1925
  #: core/admin/page-ics-general.php:376 core/admin/page-settings.php:116
1926
+ #: core/admin/page-settings.php:238 core/lib/wpbc_all_translations.php:308
1927
  #: inc/_bl/admin/page-search.php:599 inc/_bl/admin/page-search.php:633
1928
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:615
1929
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:854 inc/gateways/ideal/wpbc-gw-ideal.php:914
1932
  msgid "Advanced"
1933
  msgstr ""
1934
 
1935
+ #: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:309
1936
  msgid "feeds"
1937
  msgstr ""
1938
 
1939
  #: core/admin/page-ics-import.php:433 core/admin/wpbc-sql.php:588
1940
+ #: core/admin/wpbc-toolbar-tiny.php:328 core/lib/wpbc_all_translations.php:310
1941
  #: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:925 inc/_ps/p-toolbar.php:956
1942
  msgid "parent resource"
1943
  msgstr ""
1944
 
1945
+ #: core/admin/page-ics-import.php:455 core/lib/wpbc_all_translations.php:311
1946
  msgid "Enter URL to .ics feed"
1947
  msgstr ""
1948
 
1949
+ #: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:312
1950
  msgid "Choose file"
1951
  msgstr ""
1952
 
1953
+ #: core/admin/page-ics-import.php:461 core/lib/wpbc_all_translations.php:313
1954
  msgid "Insert file URL"
1955
  msgstr ""
1956
 
1957
+ #: core/admin/page-ics-import.php:462 core/lib/wpbc_all_translations.php:314
1958
  msgid "Upload / Select "
1959
  msgstr ""
1960
 
1961
+ #: core/admin/page-ics-import.php:499 core/lib/wpbc_all_translations.php:315
1962
  msgid "What does .ics feeds import/export mean?"
1963
  msgstr ""
1964
 
1965
+ #: core/admin/page-ics-import.php:507 core/lib/wpbc_all_translations.php:316
1966
  #, php-format
1967
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
1968
  msgstr ""
1969
 
1970
+ #: core/admin/page-ics-import.php:515 core/lib/wpbc_all_translations.php:317
1971
  msgid "and any other calendar that uses .ics format"
1972
  msgstr ""
1973
 
1974
+ #: core/admin/page-ics-import.php:529 core/class/wpbc-class-welcome.php:556
1975
+ #: core/lib/wpbc_all_translations.php:318
1976
  #, php-format
1977
  msgid ""
1978
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
1980
  "calendars updated and synchronized."
1981
  msgstr ""
1982
 
1983
+ #: core/admin/page-ics-import.php:550 core/lib/wpbc_all_translations.php:319
1984
  msgid "How to start import of .ics feeds (files)?"
1985
  msgstr ""
1986
 
1987
  #: core/admin/page-ics-import.php:557 core/admin/page-ics-import.php:604
1988
+ #: core/lib/wpbc_all_translations.php:320
1989
  #, php-format
1990
  msgid "Install %s plugin."
1991
  msgstr ""
1992
 
1993
+ #: core/admin/page-ics-import.php:561 core/lib/wpbc_all_translations.php:321
1994
  #, php-format
1995
  msgid ""
1996
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
1997
  "configuration%s"
1998
  msgstr ""
1999
 
2000
+ #: core/admin/page-ics-import.php:570 core/lib/wpbc_all_translations.php:322
2001
  #, php-format
2002
  msgid ""
2003
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
2005
  "accessing such different pages with different time intervals."
2006
  msgstr ""
2007
 
2008
+ #: core/admin/page-ics-import.php:579 core/lib/wpbc_all_translations.php:323
2009
  msgid "Or you can import .ics feed or file directly at current page."
2010
  msgstr ""
2011
 
2012
+ #: core/admin/page-ics-import.php:586 core/lib/wpbc_all_translations.php:324
2013
  #, php-format
2014
  msgid ""
2015
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
2016
  "periodically access these pages and import .ics feeds."
2017
  msgstr ""
2018
 
2019
+ #: core/admin/page-ics-import.php:597 core/lib/wpbc_all_translations.php:325
2020
  msgid "How to start export of .ics feeds (files)?"
2021
  msgstr ""
2022
 
2023
+ #: core/admin/page-ics-import.php:608 core/lib/wpbc_all_translations.php:326
2024
  msgid "Configure ULR feed(s) at this settings page."
2025
  msgstr ""
2026
 
2027
+ #: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:327
2028
  #, php-format
2029
  msgid ""
2030
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
2032
  "website."
2033
  msgstr ""
2034
 
2035
+ #: core/admin/page-ics-import.php:622 core/lib/wpbc_all_translations.php:328
2036
  msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
2037
  msgstr ""
2038
 
2039
+ #: core/admin/page-ics-import.php:677 core/lib/wpbc_all_translations.php:329
2040
  #: core/sync/wpbc-gcal-class.php:457 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:408
2041
  msgid "Done"
2042
  msgstr ""
2043
 
2044
+ #: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:330
2045
  msgid "Activate auto import"
2046
  msgstr ""
2047
 
2048
+ #: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:331
2049
  #, php-format
2050
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
2051
  msgstr ""
2052
 
2053
  #: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:559
2054
+ #: core/admin/wpbc-toolbars.php:793 core/lib/wpbc_all_translations.php:332 core/wpbc-emails.php:206
2055
  #: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
2056
  #: inc/_bm/admin/page-cost-early-late-booking.php:230
2057
  #: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
2066
  #: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:564
2067
  #: core/admin/wpbc-toolbars.php:794 core/admin/wpbc-toolbars.php:795
2068
  #: core/admin/wpbc-toolbars.php:796 core/admin/wpbc-toolbars.php:797
2069
+ #: core/admin/wpbc-toolbars.php:798 core/lib/wpbc_all_translations.php:333
2070
  #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:82
2071
  #: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
2072
  #: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
2076
  msgid "days"
2077
  msgstr ""
2078
 
2079
+ #: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:334
2080
  msgid "Import events every"
2081
  msgstr ""
2082
 
2083
+ #: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:335
2084
  msgid "Select time duration of import requests."
2085
  msgstr ""
2086
 
2087
+ #: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:336
2088
  msgid "Google API Key"
2089
  msgstr ""
2090
 
2091
+ #: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:337
2092
  msgid "Please enter your Google API key. This field required to import events."
2093
  msgstr ""
2094
 
2095
+ #: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:338
2096
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:317
2097
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:354
2098
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385 inc/gateways/ideal/wpbc-gw-ideal.php:422
2103
  msgid "Note:"
2104
  msgstr ""
2105
 
2106
+ #: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:339
2107
  #, php-format
2108
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
2109
  msgstr ""
2110
 
2111
+ #: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:340
2112
  #: inc/_ps/admin/br-table-import-gcal-p.php:148
2113
  msgid "Google Calendar ID"
2114
  msgstr ""
2115
 
2116
+ #: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:341
2117
  #: core/sync/wpbc-gcal.php:295
2118
  msgid "Maximum number"
2119
  msgstr ""
2120
 
2121
+ #: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:342
2122
  #: core/sync/wpbc-gcal.php:298
2123
  msgid "You can specify the maximum number of events to import during one session."
2124
  msgstr ""
2125
 
2126
  #: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
2127
+ #: core/lib/wpbc_all_translations.php:343 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
2128
  msgid "Now"
2129
  msgstr ""
2130
 
2131
  #: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
2132
+ #: core/lib/wpbc_all_translations.php:344 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
2133
  msgid "00:00 today"
2134
  msgstr ""
2135
 
2136
  #: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
2137
+ #: core/lib/wpbc_all_translations.php:345 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
2138
  msgid "Start of current week"
2139
  msgstr ""
2140
 
2141
  #: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
2142
+ #: core/lib/wpbc_all_translations.php:346 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
2143
  msgid "Start of current month"
2144
  msgstr ""
2145
 
2146
  #: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
2147
+ #: core/lib/wpbc_all_translations.php:347 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
2148
  msgid "End of current month"
2149
  msgstr ""
2150
 
2151
+ #: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:348
2152
  #: core/sync/wpbc-gcal.php:189
2153
  msgid "The start of time"
2154
  msgstr ""
2155
 
2156
  #: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
2157
+ #: core/lib/wpbc_all_translations.php:349 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
2158
  msgid "Specific date / time"
2159
  msgstr ""
2160
 
2161
+ #: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:350
2162
  #: core/sync/wpbc-gcal.php:197
2163
  msgid "Select option, when to start retrieving events."
2164
  msgstr ""
2165
 
2166
  #: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
2167
+ #: core/lib/wpbc_all_translations.php:351 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2168
  msgid "Offset"
2169
  msgstr ""
2170
 
2171
  #: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
2172
+ #: core/lib/wpbc_all_translations.php:352 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2173
  msgid "Enter date / time"
2174
  msgstr ""
2175
 
2176
  #: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
2177
+ #: core/lib/wpbc_all_translations.php:353 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
2178
  msgid "seconds"
2179
  msgstr ""
2180
 
2181
  #: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
2182
+ #: core/lib/wpbc_all_translations.php:354 core/sync/wpbc-gcal.php:215
2183
  msgid ""
2184
  "You can specify an additional offset from you chosen start point. The offset can be negative."
2185
  msgstr ""
2186
 
2187
  #: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
2188
+ #: core/lib/wpbc_all_translations.php:355 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
2189
  #, php-format
2190
  msgid "Type your date in format %s. Example: %s"
2191
  msgstr ""
2192
 
2193
+ #: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:356
2194
  #: core/sync/wpbc-gcal.php:253
2195
  msgid "The end of time"
2196
  msgstr ""
2197
 
2198
  #: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:611
2199
+ #: core/lib/wpbc_all_translations.php:357 core/sync/wpbc-gcal.php:235
2200
  msgid "Until"
2201
  msgstr ""
2202
 
2203
+ #: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:358
2204
  #: core/sync/wpbc-gcal.php:261
2205
  msgid "Select option, when to stop retrieving events."
2206
  msgstr ""
2207
 
2208
+ #: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:359
2209
  msgid "To get Google Calendar API key please follow this instruction"
2210
  msgstr ""
2211
 
2212
+ #: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:360
2213
  #, php-format
2214
  msgid "Go to Google Developer Console: %s."
2215
  msgstr ""
2216
 
2217
+ #: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:361
2218
  msgid "Give your project a name and click \"Create\"."
2219
  msgstr ""
2220
 
2221
+ #: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:362
2222
  msgid "In the sidebar click on \"APIs & auth\"."
2223
  msgstr ""
2224
 
2225
+ #: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:363
2226
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
2227
  msgstr ""
2228
 
2229
+ #: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:364
2230
  msgid "Now click on \"Credentials\" in the sidebar."
2231
  msgstr ""
2232
 
2233
+ #: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:365
2234
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
2235
  msgstr ""
2236
 
2237
+ #: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:366
2238
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
2239
  msgstr ""
2240
 
2241
+ #: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:367
2242
  #, php-format
2243
  msgid ""
2244
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
2245
  "%sGoogle API Key%s field at this page."
2246
  msgstr ""
2247
 
2248
+ #: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:368
2249
  msgid "Set Your Calendar to Public"
2250
  msgstr ""
2251
 
2252
  #: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
2253
+ #: core/lib/wpbc_all_translations.php:369
2254
  msgid "Navigate to your Google calendars."
2255
  msgstr ""
2256
 
2257
  #: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
2258
+ #: core/lib/wpbc_all_translations.php:370
2259
  msgid "Open the settings for the calendar."
2260
  msgstr ""
2261
 
2262
+ #: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:371
2263
  msgid "Click the \"Share this Calendar\" link."
2264
  msgstr ""
2265
 
2266
+ #: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:372
2267
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2268
  msgstr ""
2269
 
2270
+ #: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:373
2271
  msgid "Find Your Calendar ID"
2272
  msgstr ""
2273
 
2274
+ #: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:374
2275
  #, php-format
2276
  msgid ""
2277
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
2279
  msgstr ""
2280
 
2281
  #: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
2282
+ #: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:375
2283
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2284
  msgid "Import Google Calendar Events"
2285
  msgstr ""
2286
 
2287
  #: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
2288
+ #: core/lib/wpbc_all_translations.php:376
2289
  msgid "Auto import events"
2290
  msgstr ""
2291
 
2292
  #: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
2293
+ #: core/lib/wpbc_all_translations.php:377
2294
  msgid "Default settings for retrieving events"
2295
  msgstr ""
2296
 
2297
+ #: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:378
2298
  msgid "Google Calendar - General Settings"
2299
  msgstr ""
2300
 
2301
  #: core/admin/page-settings.php:88 core/admin/page-settings.php:198
2302
+ #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:379
2303
  #: inc/_ps/form/class-wpbc-form-help.php:115
2304
  msgid "Calendar"
2305
  msgstr ""
2306
 
2307
  #: core/admin/page-settings.php:93 core/admin/page-settings.php:205
2308
+ #: core/lib/wpbc_all_translations.php:380 core/wpbc-functions.php:1923
2309
  #: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
2310
  #: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
2311
  #: inc/_ps/wpbc-form-templates.php:279 inc/_ps/wpbc-form-templates.php:296
2313
  msgstr ""
2314
 
2315
  #: core/admin/page-settings.php:103 core/admin/page-settings.php:219
2316
+ #: core/lib/wpbc_all_translations.php:381
2317
  msgid "Booking Admin Panel"
2318
  msgstr ""
2319
 
2320
+ #: core/admin/page-settings.php:111 core/lib/wpbc_all_translations.php:382
2321
  msgid "Auto cancellation / approval"
2322
  msgstr ""
2323
 
2324
  #: core/admin/page-settings.php:121 core/admin/page-settings.php:254
2325
+ #: core/lib/wpbc_all_translations.php:383
2326
  msgid "Plugin Menu"
2327
  msgstr ""
2328
 
2329
+ #: core/admin/page-settings.php:126 core/lib/wpbc_all_translations.php:384
2330
  msgid "Uninstall"
2331
  msgstr ""
2332
 
2333
+ #: core/admin/page-settings.php:229 core/lib/wpbc_all_translations.php:385
2334
  msgid "Auto cancellation / auto approval of bookings"
2335
  msgstr ""
2336
 
2337
+ #: core/admin/page-settings.php:247 core/lib/wpbc_all_translations.php:386
2338
  msgid "Information"
2339
  msgstr ""
2340
 
2341
+ #: core/admin/page-settings.php:261 core/lib/wpbc_all_translations.php:387
2342
  msgid "Uninstall / deactivation"
2343
  msgstr ""
2344
 
2345
  #: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
2346
+ #: core/lib/wpbc_all_translations.php:388 inc/_ps/admin/page-settings-up.php:38
2347
  msgid "Upgrade"
2348
  msgstr ""
2349
 
2350
  #: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1517
2351
+ #: core/admin/wpbc-toolbar-tiny.php:1526 core/lib/wpbc_all_translations.php:389
2352
  #: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
2353
  #: inc/_bl/wpbc-search-availability.php:625 inc/_bl/wpdev-booking-search-widget.php:75
2354
  #: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
2358
  msgid "Nothing Found"
2359
  msgstr ""
2360
 
2361
+ #: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:390
2362
  #: inc/_ps/wpbc-print.php:83
2363
  msgid "Labels"
2364
  msgstr ""
2365
 
2366
+ #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:391
2367
  msgid "Booking Data"
2368
  msgstr ""
2369
 
2370
+ #: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:392
2371
  msgid "Booking Dates"
2372
  msgstr ""
2373
 
2374
+ #: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:393
2375
  msgid "Show ALL dates of booking"
2376
  msgstr ""
2377
 
2378
+ #: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:394
2379
  msgid "Show only check in/out dates"
2380
  msgstr ""
2381
 
2382
+ #: core/admin/wpbc-class-listing.php:220 core/lib/wpbc_all_translations.php:395
2383
  msgid "Resource not exist"
2384
  msgstr ""
2385
 
2386
+ #: core/admin/wpbc-class-listing.php:251 core/lib/wpbc_all_translations.php:397
 
 
 
 
 
2387
  #: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
2388
  msgid "Unknown"
2389
  msgstr ""
2390
 
2391
+ #: core/admin/wpbc-class-listing.php:393 core/lib/wpbc_all_translations.php:398
2392
  msgid "Move to trash"
2393
  msgstr ""
2394
 
2395
+ #: core/admin/wpbc-class-listing.php:399 core/admin/wpbc-toolbars.php:1003
2396
+ #: core/lib/wpbc_all_translations.php:399
2397
  msgid "Restore"
2398
  msgstr ""
2399
 
2400
+ #: core/admin/wpbc-class-listing.php:403 core/lib/wpbc_all_translations.php:400
2401
  msgid "Do you really want to delete this booking ?"
2402
  msgstr ""
2403
 
2404
+ #: core/admin/wpbc-class-listing.php:405 core/lib/wpbc_all_translations.php:401
2405
  #: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
2406
  msgid "Completely Delete"
2407
  msgstr ""
2408
 
2409
+ #: core/admin/wpbc-class-listing.php:414 core/admin/wpbc-toolbars.php:941
2410
+ #: core/lib/wpbc_all_translations.php:402
2411
  msgid "Approve"
2412
  msgstr ""
2413
 
2414
+ #: core/admin/wpbc-class-listing.php:419 core/admin/wpbc-toolbars.php:959
2415
+ #: core/lib/wpbc_all_translations.php:403
2416
  msgid "Do you really want to set booking as pending ?"
2417
  msgstr ""
2418
 
2419
+ #: core/admin/wpbc-class-listing.php:430 core/lib/wpbc_all_translations.php:404
2420
  #: inc/_bs/lib_s.php:333
2421
  msgid "Created"
2422
  msgstr ""
2423
 
2424
  #: core/admin/wpbc-class-timeline.php:85 core/admin/wpbc-class-timeline.php:94
2425
+ #: core/lib/wpbc_all_translations.php:405
2426
  msgid "Mon"
2427
  msgstr ""
2428
 
2429
  #: core/admin/wpbc-class-timeline.php:86 core/admin/wpbc-class-timeline.php:95
2430
+ #: core/lib/wpbc_all_translations.php:406
2431
  msgid "Tue"
2432
  msgstr ""
2433
 
2434
  #: core/admin/wpbc-class-timeline.php:87 core/admin/wpbc-class-timeline.php:96
2435
+ #: core/lib/wpbc_all_translations.php:407
2436
  msgid "Wed"
2437
  msgstr ""
2438
 
2439
  #: core/admin/wpbc-class-timeline.php:88 core/admin/wpbc-class-timeline.php:97
2440
+ #: core/lib/wpbc_all_translations.php:408
2441
  msgid "Thu"
2442
  msgstr ""
2443
 
2444
  #: core/admin/wpbc-class-timeline.php:89 core/admin/wpbc-class-timeline.php:98
2445
+ #: core/lib/wpbc_all_translations.php:409
2446
  msgid "Fri"
2447
  msgstr ""
2448
 
2449
  #: core/admin/wpbc-class-timeline.php:90 core/admin/wpbc-class-timeline.php:99
2450
+ #: core/lib/wpbc_all_translations.php:410
2451
  msgid "Sat"
2452
  msgstr ""
2453
 
2454
  #: core/admin/wpbc-class-timeline.php:91 core/admin/wpbc-class-timeline.php:100
2455
+ #: core/lib/wpbc_all_translations.php:411
2456
  msgid "Sun"
2457
  msgstr ""
2458
 
2459
  #: core/admin/wpbc-class-timeline.php:1201 core/admin/wpbc-class-timeline.php:1446
2460
+ #: core/lib/wpbc_all_translations.php:412 inc/_ps/wpbc-form-templates.php:155
2461
  msgid "Times"
2462
  msgstr ""
2463
 
2464
+ #: core/admin/wpbc-class-timeline.php:2217 core/lib/wpbc_all_translations.php:413
2465
  msgid "Decline"
2466
  msgstr ""
2467
 
2468
+ #: core/admin/wpbc-class-timeline.php:2218 core/lib/wpbc_all_translations.php:414
2469
  msgid "Pay"
2470
  msgstr ""
2471
 
2472
  #: core/admin/wpbc-class-timeline.php:2271 core/admin/wpbc-class-timeline.php:2273
2473
+ #: core/lib/wpbc_all_translations.php:415 core/wpbc-functions.php:1968 inc/_bs/lib_s.php:42
2474
+ #: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:345
2475
+ #: inc/_ps/admin/page-settings-form.php:356
2476
  msgid "Payment"
2477
  msgstr ""
2478
 
2479
  #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:226
2480
+ #: core/lib/wpbc_all_translations.php:416 core/lib/wpdev-booking-widget.php:14
2481
+ #: core/wpbc-functions.php:1819 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2482
  #: core/wpbc.php:189
2483
  msgid "Booking Calendar"
2484
  msgstr ""
2485
 
2486
  #: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
2487
+ #: core/lib/wpbc_all_translations.php:417
2488
  msgid "Video guide"
2489
  msgstr ""
2490
 
2491
+ #: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:418
2492
  msgid "Support"
2493
  msgstr ""
2494
 
2495
+ #: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:419
2496
  msgid "Getting Started"
2497
  msgstr ""
2498
 
2499
+ #: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:420
2500
  msgid "Help Info"
2501
  msgstr ""
2502
 
2503
  #: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:433
2504
+ #: core/lib/wpbc_all_translations.php:421
2505
  msgid "FAQ"
2506
  msgstr ""
2507
 
2508
+ #: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:422
2509
  msgid "Contact email"
2510
  msgstr ""
2511
 
2512
+ #: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:423
2513
  msgid "Rate plugin (thanks:)"
2514
  msgstr ""
2515
 
2516
+ #: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:424
2517
  msgid "Current version"
2518
  msgstr ""
2519
 
2520
+ #: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:425
2521
  msgid "Demo"
2522
  msgstr ""
2523
 
2524
+ #: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:426
2525
  msgid "Version"
2526
  msgstr ""
2527
 
2528
+ #: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:427
2529
  msgid "Used for"
2530
  msgstr ""
2531
 
2532
+ #: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:428
2533
  msgid "websites"
2534
  msgstr ""
2535
 
2536
+ #: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:429
2537
  msgid "website"
2538
  msgstr ""
2539
 
2540
+ #: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:430
2541
  msgid "Release date"
2542
  msgstr ""
2543
 
2544
+ #: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:431
2545
  msgid "Explore Premium Features"
2546
  msgstr ""
2547
 
2548
+ #: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:432
2549
  msgid "Statistic"
2550
  msgstr ""
2551
 
2552
+ #: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:433
2553
  msgid "New (unverified) booking(s)"
2554
  msgstr ""
2555
 
2556
+ #: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:434
2557
  msgid "Pending booking(s)"
2558
  msgstr ""
2559
 
2560
+ #: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:435
2561
  msgid "Agenda"
2562
  msgstr ""
2563
 
2564
+ #: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:436
2565
  msgid "New booking(s) made today"
2566
  msgstr ""
2567
 
2568
+ #: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:437
2569
  msgid "Bookings for today"
2570
  msgstr ""
2571
 
2572
  #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2449
2573
+ #: core/lib/wpbc_all_translations.php:438
2574
  msgid "Insert booking calendar"
2575
  msgstr ""
2576
 
2577
  #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2450
2578
+ #: core/lib/wpbc_all_translations.php:439
2579
  msgid "Booking calendar"
2580
  msgstr ""
2581
 
2582
+ #: core/admin/wpbc-toolbar-tiny.php:224 core/lib/wpbc_all_translations.php:440
2583
  msgid "Insert Shortcode"
2584
  msgstr ""
2585
 
2586
+ #: core/admin/wpbc-toolbar-tiny.php:240 core/lib/wpbc_all_translations.php:441
2587
  #: inc/_ps/admin/api-settings-p.php:192
2588
  msgid "TimeLine"
2589
  msgstr ""
2590
 
2591
+ #: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:442
2592
  msgid "Resources Selection"
2593
  msgstr ""
2594
 
2595
+ #: core/admin/wpbc-toolbar-tiny.php:245 core/lib/wpbc_all_translations.php:443
2596
+ #: core/wpbc-functions.php:1986 inc/_bl/admin/page-search.php:257 inc/_bl/biz_l.php:794
2597
  #: inc/_bl/biz_l.php:807
2598
  msgid "Search"
2599
  msgstr ""
2600
 
2601
+ #: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:444
2602
  msgid "Only Form"
2603
  msgstr ""
2604
 
2605
+ #: core/admin/wpbc-toolbar-tiny.php:249 core/lib/wpbc_all_translations.php:445
2606
  #: inc/_ps/form/class-wpbc-form-help.php:754
2607
  msgid "Other"
2608
  msgstr ""
2609
 
2610
+ #: core/admin/wpbc-toolbar-tiny.php:295 core/lib/wpbc_all_translations.php:446
2611
  msgid "Insert into page"
2612
  msgstr ""
2613
 
2614
  #: core/admin/wpbc-toolbar-tiny.php:368 core/admin/wpbc-toolbar-tiny.php:1148
2615
+ #: core/lib/wpbc_all_translations.php:447 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
2616
  #: inc/_ps/p-toolbar.php:696
2617
  msgid "Booking resources"
2618
  msgstr ""
2619
 
2620
+ #: core/admin/wpbc-toolbar-tiny.php:369 core/lib/wpbc_all_translations.php:448
2621
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2622
  msgstr ""
2623
 
2624
+ #: core/admin/wpbc-toolbar-tiny.php:403 core/lib/wpbc_all_translations.php:449
2625
  msgid "View mode"
2626
  msgstr ""
2627
 
2628
+ #: core/admin/wpbc-toolbar-tiny.php:404 core/lib/wpbc_all_translations.php:450
2629
  msgid "Select type of view format"
2630
  msgstr ""
2631
 
2632
  #: core/admin/wpbc-toolbar-tiny.php:426 core/admin/wpbc-toolbar-tiny.php:435
2633
+ #: core/admin/wpbc-toolbars.php:777 core/lib/wpbc_all_translations.php:451
2634
  msgid "All bookings"
2635
  msgstr ""
2636
 
2637
+ #: core/admin/wpbc-toolbar-tiny.php:457 core/lib/wpbc_all_translations.php:452
2638
  msgid "Number of months to scroll"
2639
  msgstr ""
2640
 
2641
+ #: core/admin/wpbc-toolbar-tiny.php:458 core/lib/wpbc_all_translations.php:453
2642
  msgid "Select number of months to scroll after loading"
2643
  msgstr ""
2644
 
2645
+ #: core/admin/wpbc-toolbar-tiny.php:479 core/lib/wpbc_all_translations.php:454
2646
  msgid "Number of days to scroll"
2647
  msgstr ""
2648
 
2649
+ #: core/admin/wpbc-toolbar-tiny.php:480 core/lib/wpbc_all_translations.php:455
2650
  msgid "Select number of days to scroll after loading"
2651
  msgstr ""
2652
 
2653
  #: core/admin/wpbc-toolbar-tiny.php:500 core/admin/wpbc-toolbars.php:1450
2654
+ #: core/lib/wpbc_all_translations.php:456
2655
  msgid "Start Date"
2656
  msgstr ""
2657
 
2658
+ #: core/admin/wpbc-toolbar-tiny.php:578 core/lib/wpbc_all_translations.php:457
2659
  msgid "Select start date"
2660
  msgstr ""
2661
 
2662
  #: core/admin/wpbc-toolbar-tiny.php:671 core/admin/wpbc-toolbar-tiny.php:914
2663
  #: core/admin/wpbc-toolbar-tiny.php:1588 core/admin/wpbc-toolbar-tiny.php:1780
2664
+ #: core/lib/wpbc_all_translations.php:458 core/lib/wpdev-booking-widget.php:118
2665
  #: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:897
2666
  #: inc/_ps/wpbc-booking-select-widget.php:153
2667
  msgid "Booking resource"
2669
 
2670
  #: core/admin/wpbc-toolbar-tiny.php:672 core/admin/wpbc-toolbar-tiny.php:915
2671
  #: core/admin/wpbc-toolbar-tiny.php:1589 core/admin/wpbc-toolbar-tiny.php:1781
2672
+ #: core/lib/wpbc_all_translations.php:459 inc/_ps/admin/br-table-import-gcal-p.php:184
2673
  msgid "Select booking resource"
2674
  msgstr ""
2675
 
2676
  #: core/admin/wpbc-toolbar-tiny.php:696 core/admin/wpbc-toolbar-tiny.php:1197
2677
+ #: core/admin/wpbc-toolbar-tiny.php:1613 core/lib/wpbc_all_translations.php:460
2678
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2679
  msgid "Select default custom booking form"
2680
  msgstr ""
2681
 
2682
  #: core/admin/wpbc-toolbar-tiny.php:707 core/admin/wpbc-toolbar-tiny.php:937
2683
  #: core/admin/wpbc-toolbar-tiny.php:1285 core/admin/wpbc-toolbars.php:1565
2684
+ #: core/lib/wpbc_all_translations.php:461 core/lib/wpdev-booking-widget.php:135
2685
  #: inc/_ps/wpbc-booking-select-widget.php:201
2686
  msgid "Visible months"
2687
  msgstr ""
2688
 
2689
  #: core/admin/wpbc-toolbar-tiny.php:708 core/admin/wpbc-toolbar-tiny.php:938
2690
+ #: core/admin/wpbc-toolbar-tiny.php:1286 core/lib/wpbc_all_translations.php:462
2691
  msgid "Select number of month to show for calendar."
2692
  msgstr ""
2693
 
2694
  #: core/admin/wpbc-toolbar-tiny.php:728 core/admin/wpbc-toolbar-tiny.php:958
2695
+ #: core/admin/wpbc-toolbar-tiny.php:1304 core/lib/wpbc_all_translations.php:463
2696
  msgid "Start month:"
2697
  msgstr ""
2698
 
2699
  #: core/admin/wpbc-toolbar-tiny.php:786 core/admin/wpbc-toolbar-tiny.php:1016
2700
+ #: core/admin/wpbc-toolbar-tiny.php:1362 core/lib/wpbc_all_translations.php:464
2701
  msgid "Select start month of calendar"
2702
  msgstr ""
2703
 
2704
  #: core/admin/wpbc-toolbar-tiny.php:793 core/admin/wpbc-toolbar-tiny.php:1023
2705
+ #: core/admin/wpbc-toolbar-tiny.php:1255 core/lib/wpbc_all_translations.php:465
2706
  msgid "Show advanced settings"
2707
  msgstr ""
2708
 
2709
  #: core/admin/wpbc-toolbar-tiny.php:794 core/admin/wpbc-toolbar-tiny.php:1024
2710
+ #: core/admin/wpbc-toolbar-tiny.php:1256 core/lib/wpbc_all_translations.php:466
2711
  msgid "Hide advanced settings"
2712
  msgstr ""
2713
 
2714
  #: core/admin/wpbc-toolbar-tiny.php:804 core/admin/wpbc-toolbar-tiny.php:1034
2715
+ #: core/admin/wpbc-toolbar-tiny.php:1266 core/lib/wpbc_all_translations.php:467
2716
  #, php-format
2717
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2718
  msgstr ""
2719
 
2720
  #: core/admin/wpbc-toolbar-tiny.php:805 core/admin/wpbc-toolbar-tiny.php:1035
2721
+ #: core/lib/wpbc_all_translations.php:468
2722
  #, php-format
2723
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2724
  msgstr ""
2725
 
2726
  #: core/admin/wpbc-toolbar-tiny.php:815 core/admin/wpbc-toolbar-tiny.php:1045
2727
  #: core/admin/wpbc-toolbar-tiny.php:1369 core/admin/wpbc-toolbars.php:238
2728
+ #: core/lib/wpbc_all_translations.php:469 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2729
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
2730
  msgid "Options"
2731
  msgstr ""
2732
 
2733
  #: core/admin/wpbc-toolbar-tiny.php:836 core/admin/wpbc-toolbar-tiny.php:1066
2734
+ #: core/admin/wpbc-toolbar-tiny.php:1390 core/lib/wpbc_all_translations.php:470
2735
  #, php-format
2736
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2737
  msgstr ""
2738
 
2739
  #: core/admin/wpbc-toolbar-tiny.php:840 core/admin/wpbc-toolbar-tiny.php:1070
2740
+ #: core/admin/wpbc-toolbar-tiny.php:1394 core/lib/wpbc_all_translations.php:471
2741
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2742
  msgstr ""
2743
 
2744
  #: core/admin/wpbc-toolbar-tiny.php:841 core/admin/wpbc-toolbar-tiny.php:849
2745
  #: core/admin/wpbc-toolbar-tiny.php:1071 core/admin/wpbc-toolbar-tiny.php:1395
2746
+ #: core/lib/wpbc_all_translations.php:472 inc/_bm/admin/page-availability.php:510
2747
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2748
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:229
2749
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
2751
  msgstr ""
2752
 
2753
  #: core/admin/wpbc-toolbar-tiny.php:842 core/admin/wpbc-toolbar-tiny.php:1072
2754
+ #: core/admin/wpbc-toolbar-tiny.php:1396 core/lib/wpbc_all_translations.php:473
2755
  msgid ""
2756
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2757
  "to use percentage for width: 100%)"
2759
 
2760
  #: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:851
2761
  #: core/admin/wpbc-toolbar-tiny.php:1073 core/admin/wpbc-toolbar-tiny.php:1397
2762
+ #: core/lib/wpbc_all_translations.php:474
2763
  msgid "Code Example"
2764
  msgstr ""
2765
 
2766
+ #: core/admin/wpbc-toolbar-tiny.php:848 core/lib/wpbc_all_translations.php:475
2767
  msgid ""
2768
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2769
  "be booked. "
2770
  msgstr ""
2771
 
2772
+ #: core/admin/wpbc-toolbar-tiny.php:850 core/lib/wpbc_all_translations.php:476
2773
  msgid ""
2774
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2775
  msgstr ""
2776
 
2777
+ #: core/admin/wpbc-toolbar-tiny.php:857 core/lib/wpbc_all_translations.php:477
2778
  #, php-format
2779
  msgid ""
2780
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
2782
  msgstr ""
2783
 
2784
  #: core/admin/wpbc-toolbar-tiny.php:880 core/admin/wpbc-toolbar-tiny.php:1095
2785
+ #: core/lib/wpbc_all_translations.php:478
2786
  msgid "Aggregate booking dates from other resources"
2787
  msgstr ""
2788
 
2789
  #: core/admin/wpbc-toolbar-tiny.php:881 core/admin/wpbc-toolbar-tiny.php:1096
2790
+ #: core/lib/wpbc_all_translations.php:479
2791
  msgid ""
2792
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2793
  "in destination calendar."
2794
  msgstr ""
2795
 
2796
+ #: core/admin/wpbc-toolbar-tiny.php:1127 core/lib/wpbc_all_translations.php:480
2797
  #: inc/_bl/admin/page-search.php:382 inc/_bl/admin/page-search.php:415
2798
  #: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
2799
  #: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
2807
  msgid "Note!"
2808
  msgstr ""
2809
 
2810
+ #: core/admin/wpbc-toolbar-tiny.php:1128 core/lib/wpbc_all_translations.php:481
2811
  #, php-format
2812
  msgid ""
2813
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
2815
  msgstr ""
2816
 
2817
  #: core/admin/wpbc-toolbar-tiny.php:1141 core/admin/wpbc-toolbars.php:1613
2818
+ #: core/lib/wpbc_all_translations.php:482 inc/_ps/admin/br-table-import-gcal-p.php:173
2819
  #: inc/_ps/wpbc-booking-select-widget.php:163
2820
  msgid "All"
2821
  msgstr ""
2822
 
2823
+ #: core/admin/wpbc-toolbar-tiny.php:1150 core/lib/wpbc_all_translations.php:483
2824
  #: inc/_ps/wpbc-booking-select-widget.php:175
2825
  msgid ""
2826
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2827
  "resources."
2828
  msgstr ""
2829
 
2830
+ #: core/admin/wpbc-toolbar-tiny.php:1175 core/lib/wpbc_all_translations.php:484
2831
  #: inc/_ps/wpbc-booking-select-widget.php:181
2832
  msgid "Preselected resource"
2833
  msgstr ""
2834
 
2835
+ #: core/admin/wpbc-toolbar-tiny.php:1176 core/lib/wpbc_all_translations.php:485
2836
  msgid "Define preselected resource."
2837
  msgstr ""
2838
 
2839
+ #: core/admin/wpbc-toolbar-tiny.php:1201 core/lib/wpbc_all_translations.php:486
2840
  #: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1182
2841
  msgid "Default Form"
2842
  msgstr ""
2843
 
2844
  #: core/admin/wpbc-toolbar-tiny.php:1217 core/admin/wpbc-toolbar-tiny.php:1226
2845
+ #: core/lib/wpbc_all_translations.php:487
2846
  msgid "Please select the resource:"
2847
  msgstr ""
2848
 
2849
+ #: core/admin/wpbc-toolbar-tiny.php:1218 core/lib/wpbc_all_translations.php:488
2850
  msgid "Title near your select box."
2851
  msgstr ""
2852
 
2853
+ #: core/admin/wpbc-toolbar-tiny.php:1235 core/lib/wpbc_all_translations.php:489
2854
  #: inc/_ps/wpbc-booking-select-widget.php:247
2855
  msgid "First option title"
2856
  msgstr ""
2857
 
2858
+ #: core/admin/wpbc-toolbar-tiny.php:1236 core/lib/wpbc_all_translations.php:490
2859
  #: inc/_ps/personal.php:510
2860
  msgid "Please Select"
2861
  msgstr ""
2862
 
2863
+ #: core/admin/wpbc-toolbar-tiny.php:1237 core/lib/wpbc_all_translations.php:491
2864
  #: inc/_ps/wpbc-booking-select-widget.php:254
2865
  msgid "First option in dropdown list."
2866
  msgstr ""
2867
 
2868
+ #: core/admin/wpbc-toolbar-tiny.php:1237 core/lib/wpbc_all_translations.php:492
2869
  #: inc/_ps/wpbc-booking-select-widget.php:256
2870
  msgid "Please leave it empty if you want to skip it."
2871
  msgstr ""
2872
 
2873
  #: core/admin/wpbc-toolbar-tiny.php:1427 core/admin/wpbc-toolbar-tiny.php:1707
2874
+ #: core/lib/wpbc_all_translations.php:493
2875
  msgid "Select shortcode to insert"
2876
  msgstr ""
2877
 
2878
+ #: core/admin/wpbc-toolbar-tiny.php:1439 core/lib/wpbc_all_translations.php:494
2879
  msgid "Search form"
2880
  msgstr ""
2881
 
2882
+ #: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:495
2883
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:615
2884
  #: inc/_bl/wpbc-search-availability.php:630
2885
  msgid "Search results"
2886
  msgstr ""
2887
 
2888
+ #: core/admin/wpbc-toolbar-tiny.php:1461 core/lib/wpbc_all_translations.php:496
2889
  msgid "Check this box to show search results on other page"
2890
  msgstr ""
2891
 
2892
+ #: core/admin/wpbc-toolbar-tiny.php:1478 core/lib/wpbc_all_translations.php:497
2893
  msgid "URL of search results:"
2894
  msgstr ""
2895
 
2896
+ #: core/admin/wpbc-toolbar-tiny.php:1480 core/lib/wpbc_all_translations.php:498
2897
  msgid "Type the URL of search results page."
2898
  msgstr ""
2899
 
2900
+ #: core/admin/wpbc-toolbar-tiny.php:1497 core/lib/wpbc_all_translations.php:499
2901
  msgid "Title of Search results:"
2902
  msgstr ""
2903
 
2904
  #: core/admin/wpbc-toolbar-tiny.php:1498 core/admin/wpbc-toolbar-tiny.php:1507
2905
+ #: core/lib/wpbc_all_translations.php:500 inc/_bl/wpdev-booking-search-widget.php:79
2906
  msgid "Result(s) Found"
2907
  msgstr ""
2908
 
2909
+ #: core/admin/wpbc-toolbar-tiny.php:1499 core/lib/wpbc_all_translations.php:501
2910
  msgid "Type the title of Search results."
2911
  msgstr ""
2912
 
2913
+ #: core/admin/wpbc-toolbar-tiny.php:1499 core/lib/wpbc_all_translations.php:502
2914
  msgid "show number of search results"
2915
  msgstr ""
2916
 
2917
+ #: core/admin/wpbc-toolbar-tiny.php:1516 core/lib/wpbc_all_translations.php:503
2918
  msgid "Nothing Found Message:"
2919
  msgstr ""
2920
 
2921
+ #: core/admin/wpbc-toolbar-tiny.php:1518 core/lib/wpbc_all_translations.php:504
2922
  msgid "Type the message, when nothing found."
2923
  msgstr ""
2924
 
2925
+ #: core/admin/wpbc-toolbar-tiny.php:1538 core/lib/wpbc_all_translations.php:505
2926
  msgid "Search only for users:"
2927
  msgstr ""
2928
 
2929
+ #: core/admin/wpbc-toolbar-tiny.php:1540 core/lib/wpbc_all_translations.php:506
2930
  msgid ""
2931
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
2932
  "users, or leave it blank for searching for all users."
2933
  msgstr ""
2934
 
2935
+ #: core/admin/wpbc-toolbar-tiny.php:1560 core/lib/wpbc_all_translations.php:507
2936
  #, php-format
2937
  msgid ""
2938
  "This shortcode %s is using for showing the search results at specific page, if the search form "
2939
  "is submit showing the search results at different page"
2940
  msgstr ""
2941
 
2942
+ #: core/admin/wpbc-toolbar-tiny.php:1622 core/lib/wpbc_all_translations.php:508
2943
  msgid "date"
2944
  msgstr ""
2945
 
2946
+ #: core/admin/wpbc-toolbar-tiny.php:1682 core/lib/wpbc_all_translations.php:509
2947
  msgid "Define date for booking"
2948
  msgstr ""
2949
 
2950
+ #: core/admin/wpbc-toolbar-tiny.php:1720 core/lib/wpbc_all_translations.php:510
2951
  #: inc/_ps/p-toolbar.php:206
2952
  msgid "Edit Booking"
2953
  msgstr ""
2954
 
2955
+ #: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:511
2956
  msgid "Show listing of customer bookings"
2957
  msgstr ""
2958
 
2959
+ #: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:512
2960
  msgid "Show info about Booking Resource"
2961
  msgstr ""
2962
 
2963
+ #: core/admin/wpbc-toolbar-tiny.php:1742 core/lib/wpbc_all_translations.php:513
2964
  #, php-format
2965
  msgid ""
2966
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
2967
  "%s or make %spayment%s after receiving an admin email payment request"
2968
  msgstr ""
2969
 
2970
+ #: core/admin/wpbc-toolbar-tiny.php:1743 core/lib/wpbc_all_translations.php:514
2971
  #, php-format
2972
  msgid ""
2973
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
2975
  msgstr ""
2976
 
2977
  #: core/admin/wpbc-toolbar-tiny.php:1744 core/admin/wpbc-toolbar-tiny.php:1760
2978
+ #: core/lib/wpbc_all_translations.php:515
2979
  #, php-format
2980
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
2981
  msgstr ""
2982
 
2983
+ #: core/admin/wpbc-toolbar-tiny.php:1758 core/lib/wpbc_all_translations.php:516
2984
  #, php-format
2985
  msgid ""
2986
  "This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
2987
  msgstr ""
2988
 
2989
+ #: core/admin/wpbc-toolbar-tiny.php:1759 core/lib/wpbc_all_translations.php:517
2990
  #, php-format
2991
  msgid ""
2992
  "The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
2993
  "settings page%s must link to this page"
2994
  msgstr ""
2995
 
2996
+ #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:518
2997
  #, php-format
2998
  msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
2999
  msgstr ""
3000
 
3001
+ #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:519
3002
  msgid "Trick"
3003
  msgstr ""
3004
 
3005
+ #: core/admin/wpbc-toolbar-tiny.php:1802 core/lib/wpbc_all_translations.php:520
3006
  #: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
3007
  #: inc/_ps/admin/br-table-import-gcal-p.php:63
3008
  msgid "Capacity"
3009
  msgstr ""
3010
 
3011
+ #: core/admin/wpbc-toolbar-tiny.php:1808 core/lib/wpbc_all_translations.php:521
3012
  msgid "Select type of info to show."
3013
  msgstr ""
3014
 
3015
  #: core/admin/wpbc-toolbar-tiny.php:2118 core/admin/wpbc-toolbar-tiny.php:2161
3016
  #: core/admin/wpbc-toolbar-tiny.php:2245 core/admin/wpbc-toolbar-tiny.php:2334
3017
+ #: core/lib/wpbc_all_translations.php:522
3018
  msgid "No booking resources"
3019
  msgstr ""
3020
 
3021
+ #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:523
3022
  msgid "Filters"
3023
  msgstr ""
3024
 
3025
+ #: core/admin/wpbc-toolbars.php:346 core/lib/wpbc_all_translations.php:524
3026
  msgid "Expand Advanced Toolbar"
3027
  msgstr ""
3028
 
3029
+ #: core/admin/wpbc-toolbars.php:353 core/lib/wpbc_all_translations.php:525
3030
  msgid "Collapse Advanced Toolbar"
3031
  msgstr ""
3032
 
3033
+ #: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:526
3034
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
3035
  msgstr ""
3036
 
3037
+ #: core/admin/wpbc-toolbars.php:372 core/lib/wpbc_all_translations.php:527
3038
  msgid "Emails sending"
3039
  msgstr ""
3040
 
3041
+ #: core/admin/wpbc-toolbars.php:397 core/lib/wpbc_all_translations.php:528
3042
  msgid "Booking ID"
3043
  msgstr ""
3044
 
3045
  #: core/admin/wpbc-toolbars.php:400 core/admin/wpbc-toolbars.php:2177
3046
+ #: core/lib/wpbc_all_translations.php:529
3047
  msgid "Go"
3048
  msgstr ""
3049
 
3050
+ #: core/admin/wpbc-toolbars.php:434 core/lib/wpbc_all_translations.php:530
3051
  msgid "Technical Support"
3052
  msgstr ""
3053
 
3054
+ #: core/admin/wpbc-toolbars.php:436 core/lib/wpbc_all_translations.php:531
3055
  msgid "About Booking Calendar"
3056
  msgstr ""
3057
 
3058
  #: core/admin/wpbc-toolbars.php:503 core/admin/wpbc-toolbars.php:683
3059
  #: core/admin/wpbc-toolbars.php:888 core/admin/wpbc-toolbars.php:1463
3060
+ #: core/lib/wpbc_all_translations.php:532 inc/_bs/lib_s.php:84
3061
  msgid "Apply"
3062
  msgstr ""
3063
 
3064
+ #: core/admin/wpbc-toolbars.php:504 core/lib/wpbc_all_translations.php:533
3065
  msgid "Refresh booking listing"
3066
  msgstr ""
3067
 
3068
+ #: core/admin/wpbc-toolbars.php:518 core/lib/wpbc_all_translations.php:534
3069
  msgid "Reset filter to default values"
3070
  msgstr ""
3071
 
3072
  #: core/admin/wpbc-toolbars.php:544 core/admin/wpbc-toolbars.php:759
3073
+ #: core/lib/wpbc_all_translations.php:535
3074
  msgid "Any"
3075
  msgstr ""
3076
 
3077
  #: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:799
3078
+ #: core/lib/wpbc_all_translations.php:536
3079
  msgid "week"
3080
  msgstr ""
3081
 
3082
  #: core/admin/wpbc-toolbars.php:566 core/admin/wpbc-toolbars.php:800
3083
+ #: core/lib/wpbc_all_translations.php:537
3084
  msgid "weeks"
3085
  msgstr ""
3086
 
3087
  #: core/admin/wpbc-toolbars.php:567 core/admin/wpbc-toolbars.php:801
3088
+ #: core/lib/wpbc_all_translations.php:538
3089
  msgid "month"
3090
  msgstr ""
3091
 
3092
  #: core/admin/wpbc-toolbars.php:568 core/admin/wpbc-toolbars.php:569
3093
  #: core/admin/wpbc-toolbars.php:570 core/admin/wpbc-toolbars.php:802
3094
  #: core/admin/wpbc-toolbars.php:803 core/admin/wpbc-toolbars.php:804
3095
+ #: core/lib/wpbc_all_translations.php:539
3096
  msgid "months"
3097
  msgstr ""
3098
 
3099
  #: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:813
3100
+ #: core/lib/wpbc_all_translations.php:540
3101
  msgid "Filter bookings by booking dates"
3102
  msgstr ""
3103
 
3104
+ #: core/admin/wpbc-toolbars.php:582 core/lib/wpbc_all_translations.php:541
3105
  msgid "Current dates"
3106
  msgstr ""
3107
 
3108
  #: core/admin/wpbc-toolbars.php:583 core/admin/wpbc-toolbars.php:817
3109
+ #: core/lib/wpbc_all_translations.php:542
3110
  msgid "Today"
3111
  msgstr ""
3112
 
3113
+ #: core/admin/wpbc-toolbars.php:584 core/lib/wpbc_all_translations.php:543
3114
  msgid "Previous dates"
3115
  msgstr ""
3116
 
3117
  #: core/admin/wpbc-toolbars.php:585 core/admin/wpbc-toolbars.php:818
3118
+ #: core/lib/wpbc_all_translations.php:544
3119
  msgid "All dates"
3120
  msgstr ""
3121
 
3122
+ #: core/admin/wpbc-toolbars.php:587 core/lib/wpbc_all_translations.php:545
3123
  msgid "Today check in/out"
3124
  msgstr ""
3125
 
3126
+ #: core/admin/wpbc-toolbars.php:588 core/lib/wpbc_all_translations.php:546
3127
  msgid "Check In - Tomorrow"
3128
  msgstr ""
3129
 
3130
+ #: core/admin/wpbc-toolbars.php:589 core/lib/wpbc_all_translations.php:547
3131
  msgid "Check Out - Tomorrow"
3132
  msgstr ""
3133
 
3134
+ #: core/admin/wpbc-toolbars.php:594 core/lib/wpbc_all_translations.php:548
3135
+ #: core/wpbc-functions.php:2496
3136
  msgid "Next"
3137
  msgstr ""
3138
 
3139
  #: core/admin/wpbc-toolbars.php:618 core/admin/wpbc-toolbars.php:823
3140
+ #: core/lib/wpbc_all_translations.php:549
3141
  msgid "Prior"
3142
  msgstr ""
3143
 
3144
  #: core/admin/wpbc-toolbars.php:658 core/admin/wpbc-toolbars.php:863
3145
+ #: core/lib/wpbc_all_translations.php:550
3146
  msgid "Check-in"
3147
  msgstr ""
3148
 
3149
  #: core/admin/wpbc-toolbars.php:670 core/admin/wpbc-toolbars.php:875
3150
+ #: core/lib/wpbc_all_translations.php:551
3151
  msgid "Check-out"
3152
  msgstr ""
3153
 
3154
+ #: core/admin/wpbc-toolbars.php:742 core/lib/wpbc_all_translations.php:552
3155
  msgid "Order by"
3156
  msgstr ""
3157
 
3158
+ #: core/admin/wpbc-toolbars.php:756 core/lib/wpbc_all_translations.php:553
3159
  msgid "Exist"
3160
  msgstr ""
3161
 
3162
+ #: core/admin/wpbc-toolbars.php:757 core/lib/wpbc_all_translations.php:554
3163
  msgid "In Trash"
3164
  msgstr ""
3165
 
3166
+ #: core/admin/wpbc-toolbars.php:778 core/lib/wpbc_all_translations.php:555
3167
  msgid "New bookings"
3168
  msgstr ""
3169
 
3170
+ #: core/admin/wpbc-toolbars.php:815 core/lib/wpbc_all_translations.php:556
3171
  msgid "Creation"
3172
  msgstr ""
3173
 
3174
+ #: core/admin/wpbc-toolbars.php:942 core/lib/wpbc_all_translations.php:557
3175
  msgid "Approve selected bookings"
3176
  msgstr ""
3177
 
3178
+ #: core/admin/wpbc-toolbars.php:957 core/lib/wpbc_all_translations.php:558
3179
  msgid "Set selected bookings as pending"
3180
  msgstr ""
3181
 
3182
+ #: core/admin/wpbc-toolbars.php:987 core/lib/wpbc_all_translations.php:559
3183
  msgid "Move selected bookings to trash"
3184
  msgstr ""
3185
 
3186
+ #: core/admin/wpbc-toolbars.php:1004 core/lib/wpbc_all_translations.php:560
3187
  msgid "Restore selected bookings"
3188
  msgstr ""
3189
 
3190
+ #: core/admin/wpbc-toolbars.php:1020 core/lib/wpbc_all_translations.php:561
3191
  #: inc/_bl/admin/page-coupons.php:216 inc/_bl/admin/page-coupons.php:222
3192
  #: inc/_bm/admin/page-availability.php:240 inc/_bm/admin/page-availability.php:246
3193
  #: inc/_bm/admin/page-cost-valuation.php:567 inc/_bm/admin/page-cost.php:223
3197
  msgid "Delete"
3198
  msgstr ""
3199
 
3200
+ #: core/admin/wpbc-toolbars.php:1021 core/lib/wpbc_all_translations.php:562
3201
  msgid "Delete selected bookings"
3202
  msgstr ""
3203
 
3204
+ #: core/admin/wpbc-toolbars.php:1023 core/lib/wpbc_all_translations.php:563
3205
  #: core/sync/wpbc-gcal-class.php:671
3206
  msgid "Do you really want to delete selected booking(s) ?"
3207
  msgstr ""
3208
 
3209
+ #: core/admin/wpbc-toolbars.php:1039 core/lib/wpbc_all_translations.php:564
3210
  msgid "Reason of cancellation"
3211
  msgstr ""
3212
 
3213
+ #: core/admin/wpbc-toolbars.php:1062 core/lib/wpbc_all_translations.php:565
3214
  msgid "Read All"
3215
  msgstr ""
3216
 
3217
+ #: core/admin/wpbc-toolbars.php:1063 core/lib/wpbc_all_translations.php:566
3218
  msgid "Mark as read all bookings"
3219
  msgstr ""
3220
 
3221
+ #: core/admin/wpbc-toolbars.php:1076 core/lib/wpbc_all_translations.php:567
3222
  msgid "Read"
3223
  msgstr ""
3224
 
3225
+ #: core/admin/wpbc-toolbars.php:1077 core/lib/wpbc_all_translations.php:568
3226
  msgid "Mark as read selected bookings"
3227
  msgstr ""
3228
 
3229
+ #: core/admin/wpbc-toolbars.php:1091 core/lib/wpbc_all_translations.php:569
3230
  msgid "Unread"
3231
  msgstr ""
3232
 
3233
+ #: core/admin/wpbc-toolbars.php:1092 core/lib/wpbc_all_translations.php:570
3234
  msgid "Mark as Unread selected bookings"
3235
  msgstr ""
3236
 
3237
  #: core/admin/wpbc-toolbars.php:1141 core/admin/wpbc-toolbars.php:1220
3238
+ #: core/lib/wpbc_all_translations.php:571
3239
  msgid "Show month"
3240
  msgstr ""
3241
 
3242
+ #: core/admin/wpbc-toolbars.php:1155 core/lib/wpbc_all_translations.php:572
3243
  msgid "Show 3 months"
3244
  msgstr ""
3245
 
3246
+ #: core/admin/wpbc-toolbars.php:1169 core/lib/wpbc_all_translations.php:573
3247
  msgid "Show year"
3248
  msgstr ""
3249
 
3250
+ #: core/admin/wpbc-toolbars.php:1192 core/lib/wpbc_all_translations.php:574
3251
  msgid "Show day"
3252
  msgstr ""
3253
 
3254
+ #: core/admin/wpbc-toolbars.php:1206 core/lib/wpbc_all_translations.php:575
3255
  msgid "Show week"
3256
  msgstr ""
3257
 
3258
+ #: core/admin/wpbc-toolbars.php:1234 core/lib/wpbc_all_translations.php:576
3259
  msgid "Show 2 months"
3260
  msgstr ""
3261
 
3262
  #: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
3263
+ #: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:577
3264
  msgid "Previous 4 weeks"
3265
  msgstr ""
3266
 
3267
  #: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
3268
+ #: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:578
3269
  msgid "Previous week"
3270
  msgstr ""
3271
 
3272
  #: core/admin/wpbc-toolbars.php:1293 core/admin/wpbc-toolbars.php:1307
3273
+ #: core/admin/wpbc-toolbars.php:1354 core/lib/wpbc_all_translations.php:579
3274
  msgid "Current week"
3275
  msgstr ""
3276
 
3277
  #: core/admin/wpbc-toolbars.php:1294 core/admin/wpbc-toolbars.php:1308
3278
+ #: core/admin/wpbc-toolbars.php:1355 core/lib/wpbc_all_translations.php:580
3279
  msgid "Next week"
3280
  msgstr ""
3281
 
3282
  #: core/admin/wpbc-toolbars.php:1295 core/admin/wpbc-toolbars.php:1309
3283
+ #: core/admin/wpbc-toolbars.php:1356 core/lib/wpbc_all_translations.php:581
3284
  msgid "Next 4 weeks"
3285
  msgstr ""
3286
 
3287
  #: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
3288
+ #: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:582
3289
  msgid "Previous 3 months"
3290
  msgstr ""
3291
 
3292
  #: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
3293
+ #: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:583
3294
  msgid "Previous month"
3295
  msgstr ""
3296
 
3297
  #: core/admin/wpbc-toolbars.php:1321 core/admin/wpbc-toolbars.php:1371
3298
+ #: core/admin/wpbc-toolbars.php:1386 core/lib/wpbc_all_translations.php:584
3299
  msgid "Current month"
3300
  msgstr ""
3301
 
3302
  #: core/admin/wpbc-toolbars.php:1322 core/admin/wpbc-toolbars.php:1372
3303
+ #: core/admin/wpbc-toolbars.php:1387 core/lib/wpbc_all_translations.php:585
3304
  msgid "Next month"
3305
  msgstr ""
3306
 
3307
  #: core/admin/wpbc-toolbars.php:1323 core/admin/wpbc-toolbars.php:1373
3308
+ #: core/admin/wpbc-toolbars.php:1388 core/lib/wpbc_all_translations.php:586
3309
  msgid "Next 3 months"
3310
  msgstr ""
3311
 
3312
+ #: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:587
3313
  msgid "Previous 7 days"
3314
  msgstr ""
3315
 
3316
+ #: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:588
3317
  msgid "Previous day"
3318
  msgstr ""
3319
 
3320
+ #: core/admin/wpbc-toolbars.php:1339 core/lib/wpbc_all_translations.php:589
3321
  msgid "Current day"
3322
  msgstr ""
3323
 
3324
+ #: core/admin/wpbc-toolbars.php:1340 core/lib/wpbc_all_translations.php:590
3325
  msgid "Next day"
3326
  msgstr ""
3327
 
3328
+ #: core/admin/wpbc-toolbars.php:1341 core/lib/wpbc_all_translations.php:591
3329
  msgid "Next 7 days"
3330
  msgstr ""
3331
 
3332
+ #: core/admin/wpbc-toolbars.php:1612 core/lib/wpbc_all_translations.php:592
3333
  msgid "Number of months in one row"
3334
  msgstr ""
3335
 
3336
+ #: core/admin/wpbc-toolbars.php:1657 core/lib/wpbc_all_translations.php:593
3337
  msgid "Calendar width"
3338
  msgstr ""
3339
 
3340
+ #: core/admin/wpbc-toolbars.php:1705 core/lib/wpbc_all_translations.php:594
3341
  msgid "Calendar cell height"
3342
  msgstr ""
3343
 
3344
  #: core/admin/wpbc-toolbars.php:1812 core/admin/wpbc-toolbars.php:1813
3345
+ #: core/lib/wpbc_all_translations.php:595
3346
  msgid "Send email notification to customer about this operation"
3347
  msgstr ""
3348
 
3349
  #: core/admin/wpbc-toolbars.php:1846 core/admin/wpbc-toolbars.php:1847
3350
+ #: core/lib/wpbc_all_translations.php:596
3351
  msgid "Add to Google Calendar"
3352
  msgstr ""
3353
 
3354
+ #: core/admin/wpbc-toolbars.php:2037 core/lib/wpbc_all_translations.php:597
3355
  #: inc/gateways/page-gateways.php:1389 inc/gateways/page-gateways.php:1407
3356
  msgid "Total"
3357
  msgstr ""
3358
 
3359
+ #: core/admin/wpbc-toolbars.php:2173 core/lib/wpbc_all_translations.php:598
3360
  msgid "ID or Title"
3361
  msgstr ""
3362
 
3363
+ #: core/any/api-emails.php:504 core/lib/wpbc_all_translations.php:599
3364
  msgid "Email copy to"
3365
  msgstr ""
3366
 
3367
  #: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
3368
+ #: core/lib/wpbc_all_translations.php:600 core/wpbc-functions.php:2763 core/wpbc-functions.php:2786
3369
  msgid "Dismiss"
3370
  msgstr ""
3371
 
3372
+ #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:601
3373
  #, php-format
3374
  msgid ""
3375
  "Probably you updated your paid version of Booking Calendar by free version or update process "
3376
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3377
  msgstr ""
3378
 
3379
+ #: core/class/wpbc-class-welcome.php:1496 core/class/wpbc-class-welcome.php:1982
3380
+ #: core/lib/wpbc_all_translations.php:602 inc/_ps/admin/page-settings-up.php:144
3381
  msgid "Purchase"
3382
  msgstr ""
3383
 
3384
+ #: core/class/wpbc-class-welcome.php:1496 core/class/wpbc-class-welcome.php:1982
3385
+ #: core/lib/wpbc_all_translations.php:603 inc/_ps/admin/page-settings-up.php:144
3386
  msgid "Upgrade Now"
3387
  msgstr ""
3388
 
3389
  #: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:89
3390
+ #: core/lib/wpbc_all_translations.php:604 inc/gateways/ideal/wpbc-gw-ideal.php:1113
3391
  #, php-format
3392
  msgid ""
3393
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3394
  msgstr ""
3395
 
3396
+ #: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:605
3397
  msgid "Set as Unread"
3398
  msgstr ""
3399
 
3400
+ #: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:606
3401
  msgid "Set as Read"
3402
  msgstr ""
3403
 
3404
+ #: core/lib/wpbc-ajax.php:206 core/lib/wpbc_all_translations.php:607
3405
  msgid "Set as Approved"
3406
  msgstr ""
3407
 
3408
+ #: core/lib/wpbc-ajax.php:208 core/lib/wpbc_all_translations.php:608
3409
  msgid "Set as Pending"
3410
  msgstr ""
3411
 
3412
+ #: core/lib/wpbc-ajax.php:228 core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:609
3413
  msgid "Reason for cancellation here"
3414
  msgstr ""
3415
 
3416
+ #: core/lib/wpbc-ajax.php:229 core/lib/wpbc-ajax.php:304 core/lib/wpbc_all_translations.php:610
3417
  msgid "Reason of cancellation here"
3418
  msgstr ""
3419
 
3420
+ #: core/lib/wpbc-ajax.php:272 core/lib/wpbc_all_translations.php:611
3421
  msgid "Moved to trash"
3422
  msgstr ""
3423
 
3424
+ #: core/lib/wpbc-ajax.php:280 core/lib/wpbc_all_translations.php:612
3425
  msgid "Restored"
3426
  msgstr ""
3427
 
3428
+ #: core/lib/wpbc-ajax.php:453 core/lib/wpbc_all_translations.php:613 inc/_ps/personal.php:141
3429
  msgid "Saved"
3430
  msgstr ""
3431
 
3432
+ #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:614
3433
  msgid "The code you entered is incorrect"
3434
  msgstr ""
3435
 
3436
+ #: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:615
3437
  msgid "Updating..."
3438
  msgstr ""
3439
 
3440
+ #: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:616
3441
  #: inc/_ps/personal.php:2296 inc/_ps/personal.php:2487
3442
  msgid "Updated successfully"
3443
  msgstr ""
3444
 
3445
+ #: core/lib/wpbc-booking-new.php:765 core/lib/wpbc_all_translations.php:617
3446
  msgid "Error!"
3447
  msgstr ""
3448
 
3449
+ #: core/lib/wpbc-booking-new.php:766 core/lib/wpbc_all_translations.php:618
3450
  msgid ""
3451
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3452
  "booking again."
3453
  msgstr ""
3454
 
3455
+ #: core/lib/wpbc_all_translations.php:396 inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
3456
+ msgid "Paid OK"
3457
+ msgstr ""
3458
+
3459
+ #: core/lib/wpbc_all_translations.php:619
3460
  msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
3461
  msgstr ""
3462
 
3463
+ #: core/lib/wpbc_all_translations.php:620
3464
  #, php-format
3465
  msgid ""
3466
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3467
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3468
  msgstr ""
3469
 
3470
+ #: core/lib/wpbc_all_translations.php:621
3471
  msgid "Copy to admin"
3472
  msgstr ""
3473
 
3474
+ #: core/lib/wpbc_all_translations.php:622
3475
  msgid "Enable / disable sending copy of this email notification to admin"
3476
  msgstr ""
3477
 
3478
+ #: core/lib/wpbc_all_translations.php:623
3479
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
3480
  msgstr ""
3481
 
3482
+ #: core/lib/wpbc_all_translations.php:624
3483
  msgid "Email is sending to Visitor after Approval of booking."
3484
  msgstr ""
3485
 
3486
+ #: core/lib/wpbc_all_translations.php:625
3487
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
3488
  msgstr ""
3489
 
3490
+ #: core/lib/wpbc_all_translations.php:626
3491
  msgid "Email is sending to Visitor after Deleting of booking."
3492
  msgstr ""
3493
 
3494
+ #: core/lib/wpbc_all_translations.php:627
3495
  msgid ""
3496
  "Customization of email template, which is sending to Visitor, when booking status is set to "
3497
  "Pending"
3498
  msgstr ""
3499
 
3500
+ #: core/lib/wpbc_all_translations.php:628
3501
  msgid "Email is sending to Visitor after booking set as Pending."
3502
  msgstr ""
3503
 
3504
+ #: core/lib/wpbc_all_translations.php:629
3505
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
3506
  msgstr ""
3507
 
3508
+ #: core/lib/wpbc_all_translations.php:630
3509
  msgid "Confgure ULR feed(s) at this settings page."
3510
  msgstr ""
3511
 
3512
+ #: core/lib/wpbc_all_translations.php:631
3513
  msgid "Reject"
3514
  msgstr ""
3515
 
3516
+ #: core/lib/wpbc_all_translations.php:632
3517
  msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
3518
  msgstr ""
3519
 
3520
+ #: core/lib/wpbc_all_translations.php:633
3521
  msgid "Google Calendar"
3522
  msgstr ""
3523
 
3524
+ #: core/lib/wpbc_all_translations.php:634
3525
  msgid "Events Import"
3526
  msgstr ""
3527
 
3528
+ #: core/lib/wpbc_all_translations.php:635
3529
  msgid "Import Settings"
3530
  msgstr ""
3531
 
3532
+ #: core/lib/wpbc_all_translations.php:636
3533
  msgid "Customization of synchronization with Google Calendar"
3534
  msgstr ""
3535
 
3536
+ #: core/lib/wpbc_all_translations.php:637 core/wpbc-debug.php:123 core/wpbc-emails.php:441
3537
  #: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
3538
  #: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
3539
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
3543
  msgid "Error"
3544
  msgstr ""
3545
 
3546
+ #: core/lib/wpbc_all_translations.php:638
3547
  msgid "does not exist"
3548
  msgstr ""
3549
 
3550
+ #: core/lib/wpbc_all_translations.php:639 core/lib/wpdev-booking-class.php:498
3551
  msgid "Calendar is loading..."
3552
  msgstr ""
3553
 
3554
+ #: core/lib/wpbc_all_translations.php:640 core/lib/wpdev-booking-class.php:682
3555
+ #: core/lib/wpdev-booking-class.php:743 inc/_ps/personal.php:862 inc/_ps/personal.php:873
3556
  msgid "Wrong booking hash in URL (probably expired)"
3557
  msgstr ""
3558
 
3559
+ #: core/lib/wpbc_all_translations.php:641
3560
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3561
  msgstr ""
3562
 
3563
+ #: core/lib/wpbc_all_translations.php:642 core/lib/wpdev-booking-class.php:863
3564
  #, php-format
3565
  msgid ""
3566
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3567
  "about this issue at %sthis page%s"
3568
  msgstr ""
3569
 
3570
+ #: core/lib/wpbc_all_translations.php:643 core/lib/wpdev-booking-class.php:1130
3571
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3572
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3573
  msgstr ""
3574
 
3575
+ #: core/lib/wpbc_all_translations.php:644 core/lib/wpdev-booking-class.php:1012
3576
+ #: core/lib/wpdev-booking-class.php:1259 core/lib/wpdev-booking-class.php:1261
3577
  msgid "Wrong booking hash in URL. Probably hash is expired."
3578
  msgstr ""
3579
 
3580
+ #: core/lib/wpbc_all_translations.php:645 core/lib/wpdev-booking-class.php:1016
3581
+ #: core/lib/wpdev-booking-class.php:1265
3582
  msgid "You do not set any parameters for booking editing"
3583
  msgstr ""
3584
 
3585
+ #: core/lib/wpbc_all_translations.php:646 core/lib/wpdev-booking-class.php:1018
3586
+ #: core/lib/wpdev-booking-class.php:1267
3587
  #, php-format
3588
  msgid "Please check more about configuration at %sthis page%s"
3589
  msgstr ""
3590
 
3591
+ #: core/lib/wpbc_all_translations.php:647 core/lib/wpdev-booking-widget.php:108
3592
  msgid "Booking form with calendar"
3593
  msgstr ""
3594
 
3595
+ #: core/lib/wpbc_all_translations.php:648 core/lib/wpdev-booking-widget.php:109
3596
  msgid "Only availability calendar"
3597
  msgstr ""
3598
 
3599
+ #: core/lib/wpbc_all_translations.php:649 core/lib/wpdev-booking-widget.php:150
3600
  msgid "Footer"
3601
  msgstr ""
3602
 
3603
+ #: core/lib/wpbc_all_translations.php:650 core/lib/wpdev-booking-widget.php:155
3604
  #, php-format
3605
  msgid "Example: %sMake booking here%s"
3606
  msgstr ""
3607
 
3608
+ #: core/lib/wpbc_all_translations.php:651 core/lib/wpdev-booking-widget.php:159
3609
  #: inc/_ps/wpbc-booking-select-widget.php:263
3610
  #, php-format
3611
  msgid ""
3613
  "at the same page, then the last will not be visible."
3614
  msgstr ""
3615
 
3616
+ #: core/lib/wpbc_all_translations.php:652 core/lib/wpdev-booking-widget.php:163
3617
  #, php-format
3618
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3619
  msgstr ""
3620
 
3621
+ #: core/lib/wpbc_all_translations.php:653 core/sync/wpbc-gcal-class.php:300
3622
  msgid "Importing Feed"
3623
  msgstr ""
3624
 
3625
+ #: core/lib/wpbc_all_translations.php:654 core/sync/wpbc-gcal-class.php:316
3626
  msgid "Data Parsing"
3627
  msgstr ""
3628
 
3629
+ #: core/lib/wpbc_all_translations.php:655 core/sync/wpbc-gcal-class.php:423
3630
  msgid ""
3631
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3632
  "correct."
3633
  msgstr ""
3634
 
3635
+ #: core/lib/wpbc_all_translations.php:656 core/sync/wpbc-gcal-class.php:430
3636
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3637
  msgstr ""
3638
 
3639
+ #: core/lib/wpbc_all_translations.php:657 core/sync/wpbc-gcal-class.php:433
3640
  msgid ""
3641
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3642
  "calendar."
3643
  msgstr ""
3644
 
3645
+ #: core/lib/wpbc_all_translations.php:658 core/sync/wpbc-gcal-class.php:436
3646
  #, php-format
3647
  msgid ""
3648
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3649
  msgstr ""
3650
 
3651
+ #: core/lib/wpbc_all_translations.php:659 core/sync/wpbc-gcal-class.php:609
3652
  #: core/sync/wpbc-gcal-class.php:659
3653
  msgid "GID"
3654
  msgstr ""
3655
 
3656
+ #: core/lib/wpbc_all_translations.php:660 core/sync/wpbc-gcal-class.php:623
3657
  msgid "Selection"
3658
  msgstr ""
3659
 
3660
+ #: core/lib/wpbc_all_translations.php:661 core/sync/wpbc-gcal-class.php:637
3661
  msgid "Location:"
3662
  msgstr ""
3663
 
3664
+ #: core/lib/wpbc_all_translations.php:662 core/sync/wpbc-gcal-class.php:667
3665
  msgid "Reload page"
3666
  msgstr ""
3667
 
3668
+ #: core/lib/wpbc_all_translations.php:663 core/sync/wpbc-gcal-class.php:680
3669
  msgid "Delete selected booking(s)"
3670
  msgstr ""
3671
 
3672
+ #: core/lib/wpbc_all_translations.php:664 core/sync/wpbc-gcal.php:279
3673
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3674
  msgstr ""
3675
 
3676
+ #: core/lib/wpbc_all_translations.php:665 core/sync/wpbc-gcal.php:399
3677
  msgid "Retrieve Google Calendar Events "
3678
  msgstr ""
3679
 
3680
+ #: core/lib/wpbc_all_translations.php:666 core/sync/wpbc-gcal.php:405
3681
  msgid "Please configure settings for import Google Calendar events"
3682
  msgstr ""
3683
 
3684
+ #: core/lib/wpbc_all_translations.php:667 core/sync/wpbc-gcal.php:433
3685
  msgid "Configure"
3686
  msgstr ""
3687
 
3688
+ #: core/lib/wpbc_all_translations.php:668 core/wpbc-activation.php:565
3689
  #, php-format
3690
  msgid "%s Found %s not indexed bookings %s"
3691
  msgstr ""
3692
 
3693
+ #: core/lib/wpbc_all_translations.php:669 core/wpbc-activation.php:580
3694
  #, php-format
3695
  msgid "%s Finish getting sort dates. %s"
3696
  msgstr ""
3697
 
3698
+ #: core/lib/wpbc_all_translations.php:670 core/wpbc-activation.php:589
3699
  #, php-format
3700
  msgid "Updated booking: %s"
3701
  msgstr ""
3702
 
3703
+ #: core/lib/wpbc_all_translations.php:671 core/wpbc-activation.php:1001
3704
  msgid "Booking form"
3705
  msgstr ""
3706
 
3707
+ #: core/lib/wpbc_all_translations.php:672 core/wpbc-activation.php:1093
3708
  #: inc/_ps/admin/page-email-edit.php:310
3709
  msgid "The reservation has been modified"
3710
  msgstr ""
3711
 
3712
+ #: core/lib/wpbc_all_translations.php:673 core/wpbc-activation.php:1094
3713
  #: inc/_ps/admin/page-email-edit.php:324
3714
  #, php-format
3715
  msgid ""
3717
  "Thank you, %s"
3718
  msgstr ""
3719
 
3720
+ #: core/lib/wpbc_all_translations.php:674 core/wpbc-activation.php:1134
3721
  #: inc/_bs/admin/api-settings-s.php:376
3722
  msgid "Booked Times:"
3723
  msgstr ""
3724
 
3725
+ #: core/lib/wpbc_all_translations.php:675 core/wpbc-activation.php:1154
3726
  msgid ""
3727
  "This booking canceled because we did not receive payment and the administrator did not approve "
3728
  "it."
3729
  msgstr ""
3730
 
3731
+ #: core/lib/wpbc_all_translations.php:676 core/wpbc-activation.php:1186
3732
  #: inc/_bs/admin/page-email-payment.php:314
3733
  msgid "You need to make payment for this reservation"
3734
  msgstr ""
3735
 
3736
+ #: core/lib/wpbc_all_translations.php:677 core/wpbc-activation.php:1187
3737
  #: inc/_bs/admin/page-email-payment.php:328
3738
  #, php-format
3739
  msgid ""
3741
  "Thank you, %s"
3742
  msgstr ""
3743
 
3744
+ #: core/lib/wpbc_all_translations.php:678 core/wpbc-activation.php:1224
3745
  #: inc/_bm/admin/api-settings-m.php:247
3746
  msgid "Cost: "
3747
  msgstr ""
3748
 
3749
+ #: core/lib/wpbc_all_translations.php:679 core/wpbc-activation.php:1255
3750
  #: inc/_bl/admin/api-settings-l.php:75
3751
  msgid "Available: "
3752
  msgstr ""
3753
 
3754
+ #: core/lib/wpbc_all_translations.php:680 core/wpbc-emails.php:78
3755
  msgid "Booking system"
3756
  msgstr ""
3757
 
3758
+ #: core/lib/wpbc_all_translations.php:681 core/wpbc-emails.php:184
3759
  msgid ""
3760
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3761
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3762
  "Settings Fields page."
3763
  msgstr ""
3764
 
3765
+ #: core/lib/wpbc_all_translations.php:682 core/wpbc-emails.php:187
3766
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:802
3767
  msgid "You can use following shortcodes in content of this template"
3768
  msgstr ""
3769
 
3770
+ #: core/lib/wpbc_all_translations.php:683 core/wpbc-emails.php:191
3771
  #: inc/gateways/page-gateways.php:1040
3772
  #, php-format
3773
  msgid ""
3775
  "Fields page"
3776
  msgstr ""
3777
 
3778
+ #: core/lib/wpbc_all_translations.php:684 core/wpbc-emails.php:193
3779
  #, php-format
3780
  msgid "%s - inserting data info about the booking"
3781
  msgstr ""
3782
 
3783
+ #: core/lib/wpbc_all_translations.php:685 core/wpbc-emails.php:197
3784
  #, php-format
3785
  msgid "%s - inserting the dates of booking"
3786
  msgstr ""
3787
 
3788
+ #: core/lib/wpbc_all_translations.php:686 core/wpbc-emails.php:201
3789
  #, php-format
3790
  msgid "%s - inserting check-in date (first day of reservation),"
3791
  msgstr ""
3792
 
3793
+ #: core/lib/wpbc_all_translations.php:687 core/wpbc-emails.php:205 core/wpbc-emails.php:206
3794
  #, php-format
3795
  msgid "%s - inserting check-out date (last day of reservation),"
3796
  msgstr ""
3797
 
3798
+ #: core/lib/wpbc_all_translations.php:688 core/wpbc-emails.php:211
3799
  #, php-format
3800
  msgid "%s - inserting the number of booking dates "
3801
  msgstr ""
3802
 
3803
+ #: core/lib/wpbc_all_translations.php:689 core/wpbc-emails.php:217
3804
  #, php-format
3805
  msgid "%s - inserting ID of booking "
3806
  msgstr ""
3807
 
3808
+ #: core/lib/wpbc_all_translations.php:690 core/wpbc-emails.php:222
3809
  #, php-format
3810
  msgid "%s or %s - inserting the title of the booking resource "
3811
  msgstr ""
3812
 
3813
+ #: core/lib/wpbc_all_translations.php:691 core/wpbc-emails.php:228
3814
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
3815
  #, php-format
3816
  msgid "%s - inserting the cost of booking "
3817
  msgstr ""
3818
 
3819
+ #: core/lib/wpbc_all_translations.php:692 core/wpbc-emails.php:234
3820
  #, php-format
3821
  msgid "%s - inserting your site URL "
3822
  msgstr ""
3823
 
3824
+ #: core/lib/wpbc_all_translations.php:693 core/wpbc-emails.php:237
3825
  #, php-format
3826
  msgid "%s - inserting IP address of the user who made this action "
3827
  msgstr ""
3828
 
3829
+ #: core/lib/wpbc_all_translations.php:694 core/wpbc-emails.php:238
3830
  #, php-format
3831
  msgid ""
3832
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
3833
  msgstr ""
3834
 
3835
+ #: core/lib/wpbc_all_translations.php:695 core/wpbc-emails.php:239
3836
  #, php-format
3837
  msgid "%s - inserting address of the page (if any), where visitor make this action "
3838
  msgstr ""
3839
 
3840
+ #: core/lib/wpbc_all_translations.php:696 core/wpbc-emails.php:243
3841
  #, php-format
3842
  msgid "%s - inserting date of this action "
3843
  msgstr ""
3844
 
3845
+ #: core/lib/wpbc_all_translations.php:697 core/wpbc-emails.php:240
3846
  #, php-format
3847
  msgid "%s - inserting time of this action "
3848
  msgstr ""
3849
 
3850
+ #: core/lib/wpbc_all_translations.php:698 core/wpbc-emails.php:257
3851
  #, php-format
3852
  msgid "%s - inserting moderate link of new booking "
3853
  msgstr ""
3854
 
3855
+ #: core/lib/wpbc_all_translations.php:699 core/wpbc-emails.php:268
3856
  #, php-format
3857
  msgid ""
3858
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
3859
  "parameter for setting different %s of this page. Example: %s )"
3860
  msgstr ""
3861
 
3862
+ #: core/lib/wpbc_all_translations.php:700 core/wpbc-emails.php:272
3863
  #, php-format
3864
  msgid ""
3865
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
3866
  "%s parameter for setting different %s of this page. Example: %s )"
3867
  msgstr ""
3868
 
3869
+ #: core/lib/wpbc_all_translations.php:701 core/wpbc-emails.php:277
3870
  #, php-format
3871
  msgid ""
3872
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
3873
  "the %s parameter for setting different %s of this page. Example: %s )"
3874
  msgstr ""
3875
 
3876
+ #: core/lib/wpbc_all_translations.php:702 core/wpbc-emails.php:281
3877
  #, php-format
3878
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
3879
  msgstr ""
3880
 
3881
+ #: core/lib/wpbc_all_translations.php:703 core/wpbc-emails.php:287
3882
  #, php-format
3883
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
3884
  msgstr ""
3885
 
3886
+ #: core/lib/wpbc_all_translations.php:704 core/wpbc-emails.php:295 core/wpbc-translation.php:271
3887
  msgid "Configuration in several languages"
3888
  msgstr ""
3889
 
3890
+ #: core/lib/wpbc_all_translations.php:705 core/wpbc-emails.php:296 core/wpbc-translation.php:272
3891
  #, php-format
3892
  msgid "%s - start new translation section, where %s - locale of translation"
3893
  msgstr ""
3894
 
3895
+ #: core/lib/wpbc_all_translations.php:706 core/wpbc-emails.php:297 core/wpbc-translation.php:273
3896
  #, php-format
3897
  msgid "Example #1: %s - start French translation section"
3898
  msgstr ""
3899
 
3900
+ #: core/lib/wpbc_all_translations.php:707 core/wpbc-emails.php:298 core/wpbc-translation.php:274
3901
  #, php-format
3902
  msgid "Example #2: \"%s\" - English and French translation of some message"
3903
  msgstr ""
3904
 
3905
+ #: core/lib/wpbc_all_translations.php:708 core/wpbc-functions.php:1003 inc/_bm/biz_m.php:1998
3906
  msgid "yes"
3907
  msgstr ""
3908
 
3909
+ #: core/lib/wpbc_all_translations.php:709 core/wpbc-functions.php:1007
3910
  msgid "no"
3911
  msgstr ""
3912
 
3913
+ #: core/lib/wpbc_all_translations.php:710 core/wpbc-functions.php:1896
3914
  #: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:570
3915
  msgid "Costs and Rates"
3916
  msgstr ""
3917
 
3918
+ #: core/lib/wpbc_all_translations.php:711 core/wpbc-functions.php:1905
3919
  #: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
3920
  #: inc/gateways/page-gateways.php:92
3921
  msgid "Advanced Cost"
3922
  msgstr ""
3923
 
3924
+ #: core/lib/wpbc_all_translations.php:712 core/wpbc-functions.php:1914
3925
  #: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
3926
  msgid "Coupons"
3927
  msgstr ""
3928
 
3929
+ #: core/lib/wpbc_all_translations.php:713 core/wpbc-functions.php:1932
3930
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
3931
  msgid "Season Filters"
3932
  msgstr ""
3933
 
3934
+ #: core/lib/wpbc_all_translations.php:714 core/wpbc-functions.php:2094
3935
  msgid "Warning! Some error occur, during sending registration request."
3936
  msgstr ""
3937
 
3938
+ #: core/lib/wpbc_all_translations.php:715 core/wpbc-functions.php:2099
3939
  msgid ""
3940
  "Please refresh this page and if the same error appear again contact support by email (with info "
3941
  "about order number and website) for finishing the registrations"
3942
  msgstr ""
3943
 
3944
+ #: core/lib/wpbc_all_translations.php:716 core/wpbc-functions.php:2127
3945
  #, php-format
3946
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
3947
  msgstr ""
3948
 
3949
+ #: core/lib/wpbc_all_translations.php:717 core/wpbc-functions.php:2295
3950
  msgid "Changes saved."
3951
  msgstr ""
3952
 
3953
+ #: core/lib/wpbc_all_translations.php:718 core/wpbc-functions.php:2401
3954
  msgid "Click to toggle"
3955
  msgstr ""
3956
 
3957
+ #: core/lib/wpbc_all_translations.php:719 core/wpbc-functions.php:2463
3958
  msgid "Prev"
3959
  msgstr ""
3960
 
3961
+ #: core/lib/wpbc_all_translations.php:720 core/wpbc-functions.php:2825
3962
  msgid "We&#8217;ve assembled some links to get you started:"
3963
  msgstr ""
3964
 
3965
+ #: core/lib/wpbc_all_translations.php:721 core/wpbc-functions.php:2828
3966
  msgid "Get Started"
3967
  msgstr ""
3968
 
3969
+ #: core/lib/wpbc_all_translations.php:722 core/wpbc-functions.php:2831
3970
  #, php-format
3971
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
3972
  msgstr ""
3973
 
3974
+ #: core/lib/wpbc_all_translations.php:723 core/wpbc-functions.php:2840
3975
  #, php-format
3976
  msgid "or add booking calendar %sWidget%s to your sidebar."
3977
  msgstr ""
3978
 
3979
+ #: core/lib/wpbc_all_translations.php:724 core/wpbc-functions.php:2846
3980
  #, php-format
3981
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
3982
  msgstr ""
3983
 
3984
+ #: core/lib/wpbc_all_translations.php:725 core/wpbc-functions.php:2853
3985
  #, php-format
3986
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
3987
  msgstr ""
3988
 
3989
+ #: core/lib/wpbc_all_translations.php:726 core/wpbc-functions.php:2859
3990
  msgid "Next Steps"
3991
  msgstr ""
3992
 
3993
+ #: core/lib/wpbc_all_translations.php:727 core/wpbc-functions.php:2862
3994
  #, php-format
3995
  msgid "Check %sBooking Listing%s page for new bookings."
3996
  msgstr ""
3997
 
3998
+ #: core/lib/wpbc_all_translations.php:728 core/wpbc-functions.php:2867
3999
  #, php-format
4000
  msgid "Configure booking %sSettings%s."
4001
  msgstr ""
4002
 
4003
+ #: core/lib/wpbc_all_translations.php:729 core/wpbc-functions.php:2871
4004
  #, php-format
4005
  msgid "Configure predefined set of your %sForm Fields%s."
4006
  msgstr ""
4007
 
4008
+ #: core/lib/wpbc_all_translations.php:730 core/wpbc-functions.php:2875
4009
  #, php-format
4010
  msgid "Configure your predefined %sEmail Templates%s."
4011
  msgstr ""
4012
 
4013
+ #: core/lib/wpbc_all_translations.php:731 core/wpbc-functions.php:2881
4014
  msgid "Have a questions?"
4015
  msgstr ""
4016
 
4017
+ #: core/lib/wpbc_all_translations.php:732 core/wpbc-functions.php:2884
4018
  #, php-format
4019
  msgid "Check out our %sHelp%s"
4020
  msgstr ""
4021
 
4022
+ #: core/lib/wpbc_all_translations.php:733 core/wpbc-functions.php:2889
4023
  #, php-format
4024
  msgid "See %sFAQ%s."
4025
  msgstr ""
4026
 
4027
+ #: core/lib/wpbc_all_translations.php:734 core/wpbc-functions.php:2894
4028
  #, php-format
4029
  msgid "Still having questions? Contact %sSupport%s."
4030
  msgstr ""
4031
 
4032
+ #: core/lib/wpbc_all_translations.php:735 core/wpbc-functions.php:2902 core/wpbc.php:205
4033
  #, php-format
4034
  msgid "Need even more functionality? Check %s higher versions %s"
4035
  msgstr ""
4036
 
4037
+ #: core/lib/wpbc_all_translations.php:736 core/wpbc-js.php:112
4038
  msgid "This field is required"
4039
  msgstr ""
4040
 
4041
+ #: core/lib/wpbc_all_translations.php:737 core/wpbc-js.php:113
4042
  msgid "This checkbox must be checked"
4043
  msgstr ""
4044
 
4045
+ #: core/lib/wpbc_all_translations.php:738 core/wpbc-js.php:114
4046
  msgid "At least one option must be selected"
4047
  msgstr ""
4048
 
4049
+ #: core/lib/wpbc_all_translations.php:739 core/wpbc-js.php:115
4050
  msgid "Incorrect email field"
4051
  msgstr ""
4052
 
4053
+ #: core/lib/wpbc_all_translations.php:740 core/wpbc-js.php:116
4054
  msgid "Your emails do not match"
4055
  msgstr ""
4056
 
4057
+ #: core/lib/wpbc_all_translations.php:741 core/wpbc-js.php:117
4058
  msgid "Please, select booking date(s) at Calendar."
4059
  msgstr ""
4060
 
4061
+ #: core/lib/wpbc_all_translations.php:742 core/wpbc-js.php:132
4062
  msgid "Deleting"
4063
  msgstr ""
4064
 
4065
+ #: core/lib/wpbc_all_translations.php:743 core/wpbc-js.php:133
4066
  msgid "Updating"
4067
  msgstr ""
4068
 
4069
+ #: core/lib/wpbc_all_translations.php:744 core/wpbc-js.php:134
4070
  msgid "Saving"
4071
  msgstr ""
4072
 
4073
+ #: core/lib/wpbc_all_translations.php:745 core/wpbc.php:97
4074
  msgid "Booking"
4075
  msgstr ""
4076
 
4077
+ #: core/lib/wpbc_all_translations.php:746 core/wpbc.php:289 core/wpbc.php:296
4078
  msgid "Action is not allowed!"
4079
  msgstr ""
4080
 
4081
+ #: core/lib/wpbc_all_translations.php:747 inc/_bl/admin/activation-l.php:119
4082
  #: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
4083
  #: inc/_bl/admin/page-search.php:623 inc/_bm/admin/api-settings-m.php:567 inc/_bm/m-toolbar.php:62
4084
+ #: inc/_bm/m-toolbar.php:404 inc/_ps/admin/page-settings-form.php:321
4085
  #: inc/_ps/wpbc-booking-select-widget.php:230
4086
  msgid "Standard"
4087
  msgstr ""
4088
 
4089
+ #: core/lib/wpbc_all_translations.php:748 inc/_bl/admin/activation-l.php:120
4090
  #: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
4091
  #: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
4092
  msgid "Superior"
4093
  msgstr ""
4094
 
4095
+ #: core/lib/wpbc_all_translations.php:749 inc/_bl/admin/activation-l.php:120
4096
  #: inc/_bs/admin/activation-s.php:93
4097
  msgid "Resource #1"
4098
  msgstr ""
4099
 
4100
+ #: core/lib/wpbc_all_translations.php:750 inc/_bl/admin/activation-l.php:121
4101
  #: inc/_bl/admin/activation-l.php:125
4102
  msgid "Presidential Suite"
4103
  msgstr ""
4104
 
4105
+ #: core/lib/wpbc_all_translations.php:751 inc/_bl/admin/activation-l.php:121
4106
  #: inc/_bs/admin/activation-s.php:94
4107
  msgid "Resource #2"
4108
  msgstr ""
4109
 
4110
+ #: core/lib/wpbc_all_translations.php:752 inc/_bl/admin/activation-l.php:122
4111
  #: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
4112
  msgid "Royal Villa"
4113
  msgstr ""
4114
 
4115
+ #: core/lib/wpbc_all_translations.php:753 inc/_bl/admin/activation-l.php:122
4116
  #: inc/_bs/admin/activation-s.php:95
4117
  msgid "Resource #3"
4118
  msgstr ""
4119
 
4120
+ #: core/lib/wpbc_all_translations.php:754 inc/_bl/admin/api-settings-l.php:34
4121
  msgid ""
4122
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
4123
  "for search results"
4124
  msgstr ""
4125
 
4126
+ #: core/lib/wpbc_all_translations.php:755 inc/_bl/admin/api-settings-l.php:43
4127
  msgid ""
4128
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
4129
  "1 search results"
4130
  msgstr ""
4131
 
4132
+ #: core/lib/wpbc_all_translations.php:756 inc/_bl/admin/api-settings-l.php:66
4133
  msgid "Show availability in tooltip"
4134
  msgstr ""
4135
 
4136
+ #: core/lib/wpbc_all_translations.php:757 inc/_bl/admin/api-settings-l.php:67
4137
  msgid ""
4138
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
4139
  "hovers over each day on the calendar(s)."
4140
  msgstr ""
4141
 
4142
+ #: core/lib/wpbc_all_translations.php:758 inc/_bl/admin/api-settings-l.php:76
4143
  msgid "Availability Title"
4144
  msgstr ""
4145
 
4146
+ #: core/lib/wpbc_all_translations.php:759 inc/_bl/admin/api-settings-l.php:77
4147
  #, php-format
4148
  msgid "Type your %savailability%s description"
4149
  msgstr ""
4150
 
4151
+ #: core/lib/wpbc_all_translations.php:760 inc/_bl/admin/api-settings-l.php:101
4152
  msgid "Use pending days as available"
4153
  msgstr ""
4154
 
4155
+ #: core/lib/wpbc_all_translations.php:761 inc/_bl/admin/api-settings-l.php:102
4156
  msgid "Check this box if you want to show the pending days as available in calendars"
4157
  msgstr ""
4158
 
4159
+ #: core/lib/wpbc_all_translations.php:762 inc/_bl/admin/api-settings-l.php:110
4160
  #: inc/_bs/admin/api-settings-s.php:516
4161
  msgid "Auto-cancel bookings"
4162
  msgstr ""
4163
 
4164
+ #: core/lib/wpbc_all_translations.php:763 inc/_bl/admin/api-settings-l.php:111
4165
  #: inc/_bl/admin/api-settings-l.php:131
4166
  msgid ""
4167
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
4168
  "date(s)"
4169
  msgstr ""
4170
 
4171
+ #: core/lib/wpbc_all_translations.php:764 inc/_bl/admin/api-settings-l.php:129
4172
  #: inc/_bl/admin/api-settings-l.php:289
4173
  msgid ""
4174
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
4176
  "approved booking, will be automatically canceled!"
4177
  msgstr ""
4178
 
4179
+ #: core/lib/wpbc_all_translations.php:765 inc/_bl/admin/api-settings-l.php:160
4180
  msgid "Set capacity based on number of visitors"
4181
  msgstr ""
4182
 
4183
+ #: core/lib/wpbc_all_translations.php:766 inc/_bl/admin/api-settings-l.php:161
4184
  msgid ""
4185
  "Check this box if you want total availability (daily capacity) to depend on the number of "
4186
  "selected visitors."
4187
  msgstr ""
4188
 
4189
+ #: core/lib/wpbc_all_translations.php:767 inc/_bl/admin/api-settings-l.php:162
4190
  #: inc/_ps/admin/api-settings-p.php:285 inc/_ps/admin/api-settings-p.php:298
4191
  #, php-format
4192
  msgid "Please read more info about configuration of this parameter %shere%s"
4193
  msgstr ""
4194
 
4195
+ #: core/lib/wpbc_all_translations.php:768 inc/_bl/admin/api-settings-l.php:177
4196
  msgid ""
4197
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
4198
  "resource items remaining for each day."
4199
  msgstr ""
4200
 
4201
+ #: core/lib/wpbc_all_translations.php:769 inc/_bl/admin/api-settings-l.php:180
4202
  #, php-format
4203
  msgid ""
4204
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
4205
  "of visitors specified on the booking form."
4206
  msgstr ""
4207
 
4208
+ #: core/lib/wpbc_all_translations.php:770 inc/_bl/admin/api-settings-l.php:183
4209
  msgid ""
4210
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
4211
  "for the resource, which can be at free booking resource items."
4212
  msgstr ""
4213
 
4214
+ #: core/lib/wpbc_all_translations.php:771 inc/_bl/admin/api-settings-l.php:186
4215
  #, php-format
4216
  msgid ""
4217
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
4218
  "visitors specified on the booking form."
4219
  msgstr ""
4220
 
4221
+ #: core/lib/wpbc_all_translations.php:772 inc/_bl/admin/api-settings-l.php:214
4222
  msgid "Disable bookings in different booking resources"
4223
  msgstr ""
4224
 
4225
+ #: core/lib/wpbc_all_translations.php:773 inc/_bl/admin/api-settings-l.php:215
4226
  msgid ""
4227
  "Check this box to dissable reservations, which can be stored in different booking resources."
4228
  msgstr ""
4229
 
4230
+ #: core/lib/wpbc_all_translations.php:774 inc/_bl/admin/api-settings-l.php:216
4231
  msgid ""
4232
  "When checked, all reserved days must be at same booking resource otherwise error message will "
4233
  "show."
4234
  msgstr ""
4235
 
4236
+ #: core/lib/wpbc_all_translations.php:775 inc/_bl/admin/api-settings-l.php:337
4237
  #: inc/_ps/p-toolbar.php:1173
4238
  msgid "Parent"
4239
  msgstr ""
4240
 
4241
+ #: core/lib/wpbc_all_translations.php:776 inc/_bl/admin/api-settings-l.php:343
4242
  #: inc/_ps/p-toolbar.php:1191
4243
  msgid "Priority"
4244
  msgstr ""
4245
 
4246
+ #: core/lib/wpbc_all_translations.php:777 inc/_bl/admin/api-settings-l.php:350
4247
  msgid "Max visitors"
4248
  msgstr ""
4249
 
4250
+ #: core/lib/wpbc_all_translations.php:778 inc/_bl/admin/api-settings-l.php:470
4251
  msgid "Single"
4252
  msgstr ""
4253
 
4254
+ #: core/lib/wpbc_all_translations.php:779 inc/_bl/admin/api-settings-l.php:472
4255
  msgid "Child"
4256
  msgstr ""
4257
 
4258
+ #: core/lib/wpbc_all_translations.php:780 inc/_bl/admin/page-coupons.php:46
4259
  msgid "Setting coupons for discount"
4260
  msgstr ""
4261
 
4262
+ #: core/lib/wpbc_all_translations.php:781 inc/_bl/admin/page-coupons.php:122
4263
  #: inc/_bm/m-toolbar.php:590 inc/_bm/m-toolbar.php:592
4264
  msgid "Create dates filter"
4265
  msgstr ""
4266
 
4267
+ #: core/lib/wpbc_all_translations.php:782 inc/_bl/admin/page-coupons.php:124
4268
  #: inc/_bl/admin/page-coupons.php:871
4269
  msgid "Add New Discount Coupon"
4270
  msgstr ""
4271
 
4272
+ #: core/lib/wpbc_all_translations.php:783 inc/_bl/admin/page-coupons.php:214
4273
  #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
4274
  #: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
4275
  msgid "Bulk Actions"
4276
  msgstr ""
4277
 
4278
+ #: core/lib/wpbc_all_translations.php:784 inc/_bl/admin/page-coupons.php:505
4279
  #: inc/_bl/admin/page-coupons.php:1170
4280
  msgid "Coupon Code"
4281
  msgstr ""
4282
 
4283
+ #: core/lib/wpbc_all_translations.php:785 inc/_bl/admin/page-coupons.php:511
4284
  #: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
4285
  msgid "Savings"
4286
  msgstr ""
4287
 
4288
+ #: core/lib/wpbc_all_translations.php:786 inc/_bl/admin/page-coupons.php:517
4289
  msgid "Minimum Cost"
4290
  msgstr ""
4291
 
4292
+ #: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/page-coupons.php:524
4293
  msgid "Expiration"
4294
  msgstr ""
4295
 
4296
+ #: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/page-coupons.php:533
4297
  msgid "Number of usage"
4298
  msgstr ""
4299
 
4300
+ #: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/page-coupons.php:585
4301
  #: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
4302
  #: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
4303
  #: inc/_bm/admin/page-cost.php:632 inc/_bm/admin/page-seasons.php:565
4306
  msgid "Select Booking Resource"
4307
  msgstr ""
4308
 
4309
+ #: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/page-coupons.php:776
4310
  #: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
4311
  #: inc/_ps/p-toolbar.php:682
4312
  msgid "All resources"
4313
  msgstr ""
4314
 
4315
+ #: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/page-coupons.php:993
4316
  #: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
4317
  msgid "Coupon"
4318
  msgstr ""
4319
 
4320
+ #: core/lib/wpbc_all_translations.php:792 inc/_bl/admin/page-coupons.php:1171
4321
  msgid "Enter coupon code."
4322
  msgstr ""
4323
 
4324
+ #: core/lib/wpbc_all_translations.php:793 inc/_bl/admin/page-coupons.php:1232
4325
  msgid "Enter number of fixed or percentage savings."
4326
  msgstr ""
4327
 
4328
+ #: core/lib/wpbc_all_translations.php:794 inc/_bl/admin/page-coupons.php:1235
4329
  msgid "Expiration Date"
4330
  msgstr ""
4331
 
4332
+ #: core/lib/wpbc_all_translations.php:795 inc/_bl/admin/page-coupons.php:1311
4333
  msgid "Select Expiration Date of the coupon."
4334
  msgstr ""
4335
 
4336
+ #: core/lib/wpbc_all_translations.php:796 inc/_bl/admin/page-coupons.php:1318
4337
  msgid "Minimum Booking Cost"
4338
  msgstr ""
4339
 
4340
+ #: core/lib/wpbc_all_translations.php:797 inc/_bl/admin/page-coupons.php:1319
4341
  msgid "Enter minimum booking cost, when coupon is applicable."
4342
  msgstr ""
4343
 
4344
+ #: core/lib/wpbc_all_translations.php:798 inc/_bl/admin/page-coupons.php:1336
4345
  msgid "Maximum number of usage"
4346
  msgstr ""
4347
 
4348
+ #: core/lib/wpbc_all_translations.php:799 inc/_bl/admin/page-coupons.php:1337
4349
  msgid "Enter maximum number of times, when coupon is applicable."
4350
  msgstr ""
4351
 
4352
+ #: core/lib/wpbc_all_translations.php:800 inc/_bl/admin/page-coupons.php:1360
4353
  msgid "Select booking resources, where is possible to apply this coupon code."
4354
  msgstr ""
4355
 
4356
+ #: core/lib/wpbc_all_translations.php:801 inc/_bl/admin/page-coupons.php:1378
4357
  #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
4358
  #: inc/_ps/p-toolbar.php:1117
4359
  msgid "Add New"
4360
  msgstr ""
4361
 
4362
+ #: core/lib/wpbc_all_translations.php:802 inc/_bl/admin/page-search.php:75
4363
+ #: inc/_bl/admin/page-search.php:114 inc/_ps/admin/page-settings-form.php:601
4364
  #: inc/gateways/page-gateways.php:1039
4365
  msgid "Use these shortcodes for customization: "
4366
  msgstr ""
4367
 
4368
+ #: core/lib/wpbc_all_translations.php:803 inc/_bl/admin/page-search.php:76
4369
  #, php-format
4370
  msgid "%s - search inside posts/pages which are part of this category, "
4371
  msgstr ""
4372
 
4373
+ #: core/lib/wpbc_all_translations.php:804 inc/_bl/admin/page-search.php:77
4374
  #, php-format
4375
  msgid "%s - search inside posts/pages which have this tag, "
4376
  msgstr ""
4377
 
4378
+ #: core/lib/wpbc_all_translations.php:805 inc/_bl/admin/page-search.php:78
4379
  #: inc/_bl/admin/page-search.php:130
4380
  #, php-format
4381
  msgid "%s - check-in date, "
4382
  msgstr ""
4383
 
4384
+ #: core/lib/wpbc_all_translations.php:806 inc/_bl/admin/page-search.php:79
4385
  #: inc/_bl/admin/page-search.php:131
4386
  #, php-format
4387
  msgid "%s - check-out date, "
4388
  msgstr ""
4389
 
4390
+ #: core/lib/wpbc_all_translations.php:807 inc/_bl/admin/page-search.php:80
4391
  #, php-format
4392
  msgid "%s - default selection number of visitors, "
4393
  msgstr ""
4394
 
4395
+ #: core/lib/wpbc_all_translations.php:808 inc/_bl/admin/page-search.php:81
4396
  #, php-format
4397
  msgid "Example: %s - custom number of visitor selections\""
4398
  msgstr ""
4399
 
4400
+ #: core/lib/wpbc_all_translations.php:809 inc/_bl/admin/page-search.php:83
4401
  #, php-format
4402
  msgid "%s - search button, "
4403
  msgstr ""
4404
 
4405
+ #: core/lib/wpbc_all_translations.php:810 inc/_bl/admin/page-search.php:84
4406
  #: inc/_bl/admin/page-search.php:136
4407
  msgid "HTML tags is accepted."
4408
  msgstr ""
4409
 
4410
+ #: core/lib/wpbc_all_translations.php:811 inc/_bl/admin/page-search.php:115
4411
  #, php-format
4412
  msgid "%s - resource title, "
4413
  msgstr ""
4414
 
4415
+ #: core/lib/wpbc_all_translations.php:812 inc/_bl/admin/page-search.php:116
4416
  #: inc/_bl/admin/page-search.php:117
4417
  #, php-format
4418
  msgid "%s - link to the page with booking form, "
4419
  msgstr ""
4420
 
4421
+ #: core/lib/wpbc_all_translations.php:813 inc/_bl/admin/page-search.php:118
4422
  #, php-format
4423
  msgid "%s - availability of booking resource, "
4424
  msgstr ""
4425
 
4426
+ #: core/lib/wpbc_all_translations.php:814 inc/_bl/admin/page-search.php:119
4427
  #, php-format
4428
  msgid "%s - maximum number of visitors for the booking resource, "
4429
  msgstr ""
4430
 
4431
+ #: core/lib/wpbc_all_translations.php:815 inc/_bl/admin/page-search.php:120
4432
  #, php-format
4433
  msgid "%s - cost of booking the resource, "
4434
  msgstr ""
4435
 
4436
+ #: core/lib/wpbc_all_translations.php:816 inc/_bl/admin/page-search.php:121
4437
  #, php-format
4438
  msgid "%s - featured image, taken from the featured image associated with the post, "
4439
  msgstr ""
4440
 
4441
+ #: core/lib/wpbc_all_translations.php:817 inc/_bl/admin/page-search.php:122
4442
  #, php-format
4443
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4444
  msgstr ""
4445
 
4446
+ #: core/lib/wpbc_all_translations.php:818 inc/_bl/admin/page-search.php:124
4447
  #: inc/_ps/form/class-wpbc-form-help.php:677
4448
  msgid "Full cost of the booking."
4449
  msgstr ""
4450
 
4451
+ #: core/lib/wpbc_all_translations.php:819 inc/_bl/admin/page-search.php:125
4452
  #: inc/_ps/form/class-wpbc-form-help.php:679
4453
  msgid "Cost of the booking for the selected dates only."
4454
  msgstr ""
4455
 
4456
+ #: core/lib/wpbc_all_translations.php:820 inc/_bl/admin/page-search.php:126
4457
  #: inc/_ps/form/class-wpbc-form-help.php:681
4458
  msgid "Additional cost, which depends on the fields selection in the form."
4459
  msgstr ""
4460
 
4461
+ #: core/lib/wpbc_all_translations.php:821 inc/_bl/admin/page-search.php:127
4462
  #: inc/_ps/form/class-wpbc-form-help.php:683
4463
  msgid "The deposit cost of the booking."
4464
  msgstr ""
4465
 
4466
+ #: core/lib/wpbc_all_translations.php:822 inc/_bl/admin/page-search.php:128
4467
  #: inc/_ps/form/class-wpbc-form-help.php:685
4468
  msgid "Balance cost of the booking - difference between deposit and full cost."
4469
  msgstr ""
4470
 
4471
+ #: core/lib/wpbc_all_translations.php:823 inc/_bl/admin/page-search.php:143
4472
  msgid "hour(s)"
4473
  msgstr ""
4474
 
4475
+ #: core/lib/wpbc_all_translations.php:824 inc/_bl/admin/page-search.php:146
4476
  #: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
4477
  msgid "day(s)"
4478
  msgstr ""
4479
 
4480
+ #: core/lib/wpbc_all_translations.php:825 inc/_bl/admin/page-search.php:151
4481
  msgid "Cache expiration"
4482
  msgstr ""
4483
 
4484
+ #: core/lib/wpbc_all_translations.php:826 inc/_bl/admin/page-search.php:152
4485
  msgid "Select time of cache expiration"
4486
  msgstr ""
4487
 
4488
+ #: core/lib/wpbc_all_translations.php:827 inc/_bl/admin/page-search.php:258
4489
  #: inc/_bl/admin/page-search.php:259
4490
  msgid "Search Settings"
4491
  msgstr ""
4492
 
4493
+ #: core/lib/wpbc_all_translations.php:828 inc/_bl/admin/page-search.php:320
4494
  msgid "Cache Updated"
4495
  msgstr ""
4496
 
4497
+ #: core/lib/wpbc_all_translations.php:829 inc/_bl/admin/page-search.php:345
4498
  #: inc/_bl/admin/page-search.php:391
4499
  msgid "Search Availability Form"
4500
  msgstr ""
4501
 
4502
+ #: core/lib/wpbc_all_translations.php:830 inc/_bl/admin/page-search.php:346
4503
  #: inc/_bl/admin/page-search.php:409
4504
  msgid "Search Results"
4505
  msgstr ""
4506
 
4507
+ #: core/lib/wpbc_all_translations.php:831 inc/_bl/admin/page-search.php:347
4508
  #: inc/_bl/admin/page-search.php:436
4509
  msgid "Search Cache"
4510
  msgstr ""
4511
 
4512
+ #: core/lib/wpbc_all_translations.php:832 inc/_bl/admin/page-search.php:383
4513
  #, php-format
4514
  msgid ""
4515
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4516
  "instruction %shere%s"
4517
  msgstr ""
4518
 
4519
+ #: core/lib/wpbc_all_translations.php:833 inc/_bl/admin/page-search.php:416
4520
  msgid "CSS customization of search form and search results you can make at this file"
4521
  msgstr ""
4522
 
4523
+ #: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-search.php:559
4524
  #: inc/_bl/admin/page-search.php:612
4525
  msgid "Select Template"
4526
  msgstr ""
4527
 
4528
+ #: core/lib/wpbc_all_translations.php:835
4529
  msgid "Inlinee Search Form Template"
4530
  msgstr ""
4531
 
4532
+ #: core/lib/wpbc_all_translations.php:836 inc/_bl/admin/page-search.php:579
4533
  msgid "Horizontal Search Form Template"
4534
  msgstr ""
4535
 
4536
+ #: core/lib/wpbc_all_translations.php:837 inc/_bl/admin/page-search.php:589
4537
  msgid "Standard Search Form Template"
4538
  msgstr ""
4539
 
4540
+ #: core/lib/wpbc_all_translations.php:838 inc/_bl/admin/page-search.php:690
4541
  #: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
4542
+ #: inc/_ps/admin/page-settings-form.php:489
4543
  msgid "Reset"
4544
  msgstr ""
4545
 
4546
+ #: core/lib/wpbc_all_translations.php:839 inc/_bl/admin/page-search.php:691
4547
+ #: inc/_ps/admin/page-settings-form.php:490
4548
  msgid "Reset current Form"
4549
  msgstr ""
4550
 
4551
+ #: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:754
4552
  msgid "Cache will expire:"
4553
  msgstr ""
4554
 
4555
+ #: core/lib/wpbc_all_translations.php:841 inc/_bl/admin/page-search.php:784
4556
  #, php-format
4557
  msgid "Found: %s booking forms inside of posts or pages "
4558
  msgstr ""
4559
 
4560
+ #: core/lib/wpbc_all_translations.php:842 inc/_bl/admin/page-search.php:788
4561
  msgid "Page"
4562
  msgstr ""
4563
 
4564
+ #: core/lib/wpbc_all_translations.php:843 inc/_bl/admin/page-search.php:811
4565
  msgid "Reset Search Cache"
4566
  msgstr ""
4567
 
4568
+ #: core/lib/wpbc_all_translations.php:844 inc/_bl/biz_l.php:135
4569
  msgid ""
4570
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4571
  "units on selected day(s)!"
4572
  msgstr ""
4573
 
4574
+ #: core/lib/wpbc_all_translations.php:845 inc/_bl/biz_l.php:371
4575
  msgid "coupon"
4576
  msgstr ""
4577
 
4578
+ #: core/lib/wpbc_all_translations.php:846 inc/_bl/biz_l.php:373
4579
  msgid "discount"
4580
  msgstr ""
4581
 
4582
+ #: core/lib/wpbc_all_translations.php:847 inc/_bl/biz_l.php:538
4583
  msgid "Please select check-in and check-out days!"
4584
  msgstr ""
4585
 
4586
+ #: core/lib/wpbc_all_translations.php:848 inc/_bl/biz_l.php:1752 inc/_bl/biz_l.php:1773
4587
  #: inc/_bl/biz_l.php:1778
4588
  #, php-format
4589
  msgid ""
4592
  "page and try other days."
4593
  msgstr ""
4594
 
4595
+ #: core/lib/wpbc_all_translations.php:849 inc/_bl/biz_l.php:2291
4596
  #, php-format
4597
  msgid "The folowing pending booking(s): %s deleted."
4598
  msgstr ""
4599
 
4600
+ #: core/lib/wpbc_all_translations.php:850 inc/_bl/wpbc-search-availability.php:763
4601
  msgid "Book now"
4602
  msgstr ""
4603
 
4604
+ #: core/lib/wpbc_all_translations.php:851 inc/_bl/wpdev-booking-search-widget.php:14
4605
  #: inc/_bl/wpdev-booking-search-widget.php:67
4606
  msgid "Search availability"
4607
  msgstr ""
4608
 
4609
+ #: core/lib/wpbc_all_translations.php:852 inc/_bl/wpdev-booking-search-widget.php:15
4610
  msgid "Search results."
4611
  msgstr ""
4612
 
4613
+ #: core/lib/wpbc_all_translations.php:853 inc/_bl/wpdev-booking-search-widget.php:16
4614
  msgid "Nothing found."
4615
  msgstr ""
4616
 
4617
+ #: core/lib/wpbc_all_translations.php:854 inc/_bl/wpdev-booking-search-widget.php:85
4618
  msgid "Title of search widget"
4619
  msgstr ""
4620
 
4621
+ #: core/lib/wpbc_all_translations.php:855 inc/_bl/wpdev-booking-search-widget.php:93
4622
  msgid "Title of search results"
4623
  msgstr ""
4624
 
4625
+ #: core/lib/wpbc_all_translations.php:856 inc/_bl/wpdev-booking-search-widget.php:98
4626
  #, php-format
4627
  msgid "Please type the %sTitle of search results%s."
4628
  msgstr ""
4629
 
4630
+ #: core/lib/wpbc_all_translations.php:857 inc/_bl/wpdev-booking-search-widget.php:102
4631
  msgid "Nothing found message"
4632
  msgstr ""
4633
 
4634
+ #: core/lib/wpbc_all_translations.php:858 inc/_bl/wpdev-booking-search-widget.php:107
4635
  #, php-format
4636
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4637
  msgstr ""
4638
 
4639
+ #: core/lib/wpbc_all_translations.php:859 inc/_bl/wpdev-booking-search-widget.php:111
4640
  msgid "URL of Search Results"
4641
  msgstr ""
4642
 
4643
+ #: core/lib/wpbc_all_translations.php:860 inc/_bl/wpdev-booking-search-widget.php:116
4644
  #, php-format
4645
  msgid ""
4646
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4647
  "show."
4648
  msgstr ""
4649
 
4650
+ #: core/lib/wpbc_all_translations.php:861 inc/_bm/admin/activation-m.php:48
4651
  #: inc/_mu/multiuser.php:632
4652
  msgid "Weekend"
4653
  msgstr ""
4654
 
4655
+ #: core/lib/wpbc_all_translations.php:862 inc/_bm/admin/activation-m.php:92
4656
  #: inc/_mu/multiuser.php:634
4657
  msgid "High season"
4658
  msgstr ""
4659
 
4660
+ #: core/lib/wpbc_all_translations.php:863 inc/_bm/admin/api-settings-m.php:35
4661
  msgid "Limit available days from today"
4662
  msgstr ""
4663
 
4664
+ #: core/lib/wpbc_all_translations.php:864 inc/_bm/admin/api-settings-m.php:36
4665
  msgid "Select number of available days in calendar start from today."
4666
  msgstr ""
4667
 
4668
+ #: core/lib/wpbc_all_translations.php:865 inc/_bm/admin/api-settings-m.php:85
4669
  msgid "Unavailable time before / after booking"
4670
  msgstr ""
4671
 
4672
+ #: core/lib/wpbc_all_translations.php:866 inc/_bm/admin/api-settings-m.php:87
4673
  msgid ""
4674
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4675
  "time option."
4676
  msgstr ""
4677
 
4678
+ #: core/lib/wpbc_all_translations.php:867 inc/_bm/admin/api-settings-m.php:110
4679
  #: inc/_bm/admin/api-settings-m.php:134
4680
  msgid "Before booking"
4681
  msgstr ""
4682
 
4683
+ #: core/lib/wpbc_all_translations.php:868 inc/_bm/admin/api-settings-m.php:111
4684
  #: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
4685
  #: inc/_bm/admin/api-settings-m.php:144
4686
  msgid "Select unavailable time interval."
4687
  msgstr ""
4688
 
4689
+ #: core/lib/wpbc_all_translations.php:869 inc/_bm/admin/api-settings-m.php:119
4690
  #: inc/_bm/admin/api-settings-m.php:143
4691
  msgid "After booking"
4692
  msgstr ""
4693
 
4694
+ #: core/lib/wpbc_all_translations.php:870 inc/_bm/admin/api-settings-m.php:170
4695
  msgid "Showing cost in date cell"
4696
  msgstr ""
4697
 
4698
+ #: core/lib/wpbc_all_translations.php:871 inc/_bm/admin/api-settings-m.php:171
4699
  #, php-format
4700
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4701
  msgstr ""
4702
 
4703
+ #: core/lib/wpbc_all_translations.php:872 inc/_bm/admin/api-settings-m.php:188
4704
  msgid "Currency symbol"
4705
  msgstr ""
4706
 
4707
+ #: core/lib/wpbc_all_translations.php:873 inc/_bm/admin/api-settings-m.php:224
4708
  #, php-format
4709
  msgid ""
4710
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4711
  "currency symbols%s"
4712
  msgstr ""
4713
 
4714
+ #: core/lib/wpbc_all_translations.php:874 inc/_bm/admin/api-settings-m.php:237
4715
  msgid "Showing cost in tooltip"
4716
  msgstr ""
4717
 
4718
+ #: core/lib/wpbc_all_translations.php:875 inc/_bm/admin/api-settings-m.php:238
4719
  msgid ""
4720
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4721
  "calendar(s)."
4722
  msgstr ""
4723
 
4724
+ #: core/lib/wpbc_all_translations.php:876 inc/_bm/admin/api-settings-m.php:246
4725
  msgid "Cost Title"
4726
  msgstr ""
4727
 
4728
+ #: core/lib/wpbc_all_translations.php:877 inc/_bm/admin/api-settings-m.php:248
4729
  #, php-format
4730
  msgid "Type your %scost%s description"
4731
  msgstr ""
4732
 
4733
+ #: core/lib/wpbc_all_translations.php:878 inc/_bm/admin/api-settings-m.php:569
4734
  #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:414
4735
  msgid "Custom Forms"
4736
  msgstr ""
4737
 
4738
+ #: core/lib/wpbc_all_translations.php:879 inc/_bm/admin/page-availability.php:48
4739
  msgid "Configuration of availability for booking resources"
4740
  msgstr ""
4741
 
4742
+ #: core/lib/wpbc_all_translations.php:880 inc/_bm/admin/page-availability.php:49
4743
  msgid "Availability Settings"
4744
  msgstr ""
4745
 
4746
+ #: core/lib/wpbc_all_translations.php:881 inc/_bm/admin/page-availability.php:143
4747
  #: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1146
4748
  msgid "Show Children Resources"
4749
  msgstr ""
4750
 
4751
+ #: core/lib/wpbc_all_translations.php:882 inc/_bm/admin/page-availability.php:145
4752
  #: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1148
4753
  msgid "Hide Children Resources"
4754
  msgstr ""
4755
 
4756
+ #: core/lib/wpbc_all_translations.php:883 inc/_bm/admin/page-availability.php:239
4757
  #: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
4758
  msgid "Set Availability"
4759
  msgstr ""
4760
 
4761
+ #: core/lib/wpbc_all_translations.php:884 inc/_bm/admin/page-availability.php:253
4762
  #: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
4763
  #, php-format
4764
  msgid ""
4766
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4767
  msgstr ""
4768
 
4769
+ #: core/lib/wpbc_all_translations.php:885 inc/_bm/admin/page-availability.php:499
4770
  #: inc/_bm/admin/page-cost.php:565 inc/_ps/admin/page-resources.php:463
4771
  msgid "Resource Name"
4772
  msgstr ""
4773
 
4774
+ #: core/lib/wpbc_all_translations.php:886 inc/_bm/admin/page-availability.php:608
4775
  #: inc/_bm/admin/page-availability.php:895
4776
  msgid "All days"
4777
  msgstr ""
4778
 
4779
+ #: core/lib/wpbc_all_translations.php:887 inc/_bm/admin/page-availability.php:609
4780
  #: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
4781
  #: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
4782
  #: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
4783
  msgid "available"
4784
  msgstr ""
4785
 
4786
+ #: core/lib/wpbc_all_translations.php:888 inc/_bm/admin/page-availability.php:610
4787
  #: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
4788
  #: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
4789
  #: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
4790
  msgid "unavailable"
4791
  msgstr ""
4792
 
4793
+ #: core/lib/wpbc_all_translations.php:889 inc/_bm/admin/page-availability.php:635
4794
  #, php-format
4795
  msgid "and %s on seasons:"
4796
  msgstr ""
4797
 
4798
+ #: core/lib/wpbc_all_translations.php:890 inc/_bm/admin/page-availability.php:925
4799
  #, php-format
4800
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4801
  msgstr ""
4802
 
4803
+ #: core/lib/wpbc_all_translations.php:891 inc/_bm/admin/page-availability.php:943
4804
  #: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
4805
  #: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
4806
  #: inc/_bm/admin/page-cost-valuation.php:148
4807
  msgid "Hide season filters"
4808
  msgstr ""
4809
 
4810
+ #: core/lib/wpbc_all_translations.php:892 inc/_bm/admin/page-availability.php:948
4811
  #: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
4812
  #: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
4813
  #: inc/_bm/admin/page-cost-valuation.php:153
4814
  msgid "Show all exist season filters"
4815
  msgstr ""
4816
 
4817
+ #: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/page-availability.php:981
4818
  #: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:842
4819
  msgid "Enabled"
4820
  msgstr ""
4821
 
4822
+ #: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/page-cost-advanced.php:44
4823
  msgid "Customization of additional cost, which depend from form fields"
4824
  msgstr ""
4825
 
4826
+ #: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/page-cost-advanced.php:45
4827
  msgid "Advanced Cost Settings"
4828
  msgstr ""
4829
 
4830
+ #: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/page-cost-advanced.php:125
4831
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
4832
  msgstr ""
4833
 
4834
+ #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/page-cost-advanced.php:127
4835
  #, php-format
4836
  msgid ""
4837
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
4838
  "%sbooking form%s."
4839
  msgstr ""
4840
 
4841
+ #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/page-cost-advanced.php:441
4842
  #: inc/_bm/admin/page-cost-deposit.php:181
4843
  msgid "Deposit type"
4844
  msgstr ""
4845
 
4846
+ #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/page-cost-advanced.php:460
4847
  msgid "of total cost"
4848
  msgstr ""
4849
 
4850
+ #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/page-cost-advanced.php:462
4851
  #: inc/_bs/admin/api-settings-s.php:898
4852
  msgid "night"
4853
  msgstr ""
4854
 
4855
+ #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/page-cost-advanced.php:463
4856
  msgid "as additional sum"
4857
  msgstr ""
4858
 
4859
+ #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/page-cost-advanced.php:658
4860
  msgid "Enter additional cost in formats:"
4861
  msgstr ""
4862
 
4863
+ #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/page-cost-advanced.php:659
4864
  #, php-format
4865
  msgid ""
4866
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
4867
  "total cost will be folowing"
4868
  msgstr ""
4869
 
4870
+ #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/page-cost-advanced.php:662
4871
  msgid "Enter fixed cost"
4872
  msgstr ""
4873
 
4874
+ #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/page-cost-advanced.php:662
4875
  #: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
4876
  #: inc/_bm/admin/page-cost-advanced.php:681
4877
  #, php-format
4878
  msgid "%s, then total cost will be %s"
4879
  msgstr ""
4880
 
4881
+ #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/page-cost-advanced.php:665
4882
  msgid "Enter percentage of the entire booking"
4883
  msgstr ""
4884
 
4885
+ #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/page-cost-advanced.php:668
4886
  msgid "Enter fixed amount for each selected day"
4887
  msgstr ""
4888
 
4889
+ #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/page-cost-advanced.php:668
4890
  #, php-format
4891
  msgid "%s, then total cost will be (if selected 3 days) %s"
4892
  msgstr ""
4893
 
4894
+ #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/page-cost-advanced.php:668
4895
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
4896
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
4897
  msgid "or"
4898
  msgstr ""
4899
 
4900
+ #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/page-cost-advanced.php:671
4901
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
4902
  msgstr ""
4903
 
4904
+ #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-cost-advanced.php:674
4905
  #: inc/_bm/admin/page-cost-advanced.php:686
4906
  #, php-format
4907
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
4908
  msgstr ""
4909
 
4910
+ #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-cost-deposit.php:73
4911
  msgid "Set Deposit"
4912
  msgstr ""
4913
 
4914
+ #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-cost-deposit.php:135
4915
  msgid "deposit payment for booking resource"
4916
  msgstr ""
4917
 
4918
+ #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-cost-deposit.php:153
4919
  #: inc/_bm/admin/page-cost-deposit.php:162
4920
  msgid "Deposit amount"
4921
  msgstr ""
4922
 
4923
+ #: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/page-cost-deposit.php:199
4924
  #: inc/_bm/admin/page-cost-early-late-booking.php:203
4925
  #: inc/_bm/admin/page-cost-early-late-booking.php:404
4926
  msgid "fixed total in"
4927
  msgstr ""
4928
 
4929
+ #: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/page-cost-deposit.php:200
4930
  #: inc/_bm/admin/page-cost-early-late-booking.php:204
4931
  #: inc/_bm/admin/page-cost-early-late-booking.php:405
4932
  msgid "of payment"
4933
  msgstr ""
4934
 
4935
+ #: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-cost-deposit.php:209
4936
  #: inc/_bm/admin/page-cost-early-late-booking.php:213
4937
  #: inc/_bm/admin/page-cost-early-late-booking.php:414
4938
  msgid "Conditions"
4939
  msgstr ""
4940
 
4941
+ #: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-cost-deposit.php:219
4942
  #, php-format
4943
  msgid ""
4944
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
4945
  msgstr ""
4946
 
4947
+ #: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-cost-deposit.php:271
4948
  #, php-format
4949
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
4950
  msgstr ""
4951
 
4952
+ #: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-cost-deposit.php:275
4953
  #: inc/_bm/admin/page-cost-early-late-booking.php:280
4954
  #: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
4955
  msgid "Any days"
4956
  msgstr ""
4957
 
4958
+ #: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-cost-deposit.php:342
4959
  msgid "Deposit payment total"
4960
  msgstr ""
4961
 
4962
+ #: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-cost-rate.php:69
4963
  msgid "Set Rates"
4964
  msgstr ""
4965
 
4966
+ #: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-cost-rate.php:163
4967
  #: inc/_bm/admin/page-cost.php:660 inc/_bm/admin/page-cost.php:661
4968
  msgid "Rates"
4969
  msgstr ""
4970
 
4971
+ #: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-cost-rate.php:167
4972
  msgid "Seasonal price"
4973
  msgstr ""
4974
 
4975
+ #: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-cost-rate.php:171
4976
  #: inc/_bm/admin/page-cost-valuation.php:198
4977
  msgid "Season"
4978
  msgstr ""
4979
 
4980
+ #: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-cost-rate.php:215
4981
  #, php-format
4982
  msgid ""
4983
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
4984
  "booking resource (%s) or %sAdd a new seasonal filter%s"
4985
  msgstr ""
4986
 
4987
+ #: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-cost-valuation.php:96
4988
  #: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
4989
  msgid "Set Valuation Days"
4990
  msgstr ""
4991
 
4992
+ #: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-cost-valuation.php:185
4993
  #: inc/_mu/admin/page-users.php:437
4994
  msgid "Status"
4995
  msgstr ""
4996
 
4997
+ #: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-cost-valuation.php:194
4998
  msgid "Costs"
4999
  msgstr ""
5000
 
5001
+ #: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-cost-valuation.php:249
5002
  msgid "Add new cost"
5003
  msgstr ""
5004
 
5005
+ #: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-cost-valuation.php:272
5006
  #, php-format
5007
  msgid ""
5008
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
5009
  "the list."
5010
  msgstr ""
5011
 
5012
+ #: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-cost-valuation.php:275
5013
  #, php-format
5014
  msgid ""
5015
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
5016
  "terms %s"
5017
  msgstr ""
5018
 
5019
+ #: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-cost-valuation.php:275
5020
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
5021
  msgid "Together"
5022
  msgstr ""
5023
 
5024
+ #: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-cost-valuation.php:275
5025
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
5026
  #: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
5027
  msgid "For"
5028
  msgstr ""
5029
 
5030
+ #: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-cost-valuation.php:278
5031
  #, php-format
5032
  msgid "%s and %s terms have higher priority than a range %s days."
5033
  msgstr ""
5034
 
5035
+ #: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-cost-valuation.php:282
5036
  #, php-format
5037
  msgid "%s - definition of check-out date."
5038
  msgstr ""
5039
 
5040
+ #: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-cost-valuation.php:284
5041
  #: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
5042
  #: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
5043
  #: inc/_ps/form/class-wpbc-form-help.php:535
5044
  msgid "Example"
5045
  msgstr ""
5046
 
5047
+ #: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-cost-valuation.php:291
5048
  msgid ""
5049
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
5050
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
5051
  msgstr ""
5052
 
5053
+ #: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-cost-valuation.php:335
5054
  #: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
5055
  #: inc/_bm/biz_m.php:252
5056
  msgid " for all days!"
5057
  msgstr ""
5058
 
5059
+ #: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-cost-valuation.php:341
5060
  #: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
5061
  msgid "from the cost of 1 day "
5062
  msgstr ""
5063
 
5064
+ #: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-cost-valuation.php:342
5065
  #: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
5066
  msgid "per 1 day"
5067
  msgstr ""
5068
 
5069
+ #: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-cost-valuation.php:470
5070
  #: inc/_bm/admin/page-seasons.php:1564
5071
  msgid "to"
5072
  msgstr ""
5073
 
5074
+ #: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-cost-valuation.php:504
5075
  #: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
5076
  #, php-format
5077
  msgid "Additional cost in %s per 1 day"
5078
  msgstr ""
5079
 
5080
+ #: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-cost.php:49
5081
  msgid "Customization of rates, valuation days cost and deposit amount "
5082
  msgstr ""
5083
 
5084
+ #: core/lib/wpbc_all_translations.php:945 inc/_bm/admin/page-cost.php:50
5085
  msgid "Costs and Rates Settings"
5086
  msgstr ""
5087
 
5088
+ #: core/lib/wpbc_all_translations.php:946 inc/_bm/admin/page-cost.php:219
5089
  #: inc/_bm/admin/page-cost.php:228
5090
  msgid "Set Rate"
5091
  msgstr ""
5092
 
5093
+ #: core/lib/wpbc_all_translations.php:947 inc/_bm/admin/page-cost.php:221
5094
  #: inc/_bm/admin/page-cost.php:230
5095
  msgid "Set Deposit Amount"
5096
  msgstr ""
5097
 
5098
+ #: core/lib/wpbc_all_translations.php:948 inc/_bm/admin/page-cost.php:667
5099
  #: inc/_bm/admin/page-cost.php:668
5100
  msgid "Valuation days"
5101
  msgstr ""
5102
 
5103
+ #: core/lib/wpbc_all_translations.php:949 inc/_bm/admin/page-cost.php:674
5104
  #: inc/_bm/admin/page-cost.php:675 inc/gateways/page-gateways.php:1405
5105
  msgid "Deposit"
5106
  msgstr ""
5107
 
5108
+ #: core/lib/wpbc_all_translations.php:950 inc/_bm/admin/page-seasons.php:46
5109
  msgid "Customizaton of Season Filters"
5110
  msgstr ""
5111
 
5112
+ #: core/lib/wpbc_all_translations.php:951 inc/_bm/admin/page-seasons.php:680
5113
  #: inc/_bm/admin/page-seasons.php:815
5114
  msgid "Specific Dates Filter"
5115
  msgstr ""
5116
 
5117
+ #: core/lib/wpbc_all_translations.php:952 inc/_bm/admin/page-seasons.php:743
5118
  #: inc/_bm/admin/page-seasons.php:821
5119
  msgid "Conditional Dates Filter"
5120
  msgstr ""
5121
 
5122
+ #: core/lib/wpbc_all_translations.php:953 inc/_bm/admin/page-seasons.php:956
5123
  #: inc/_bm/admin/page-seasons.php:1257
5124
  msgid "Filter Name"
5125
  msgstr ""
5126
 
5127
+ #: core/lib/wpbc_all_translations.php:954 inc/_bm/admin/page-seasons.php:957
5128
  #: inc/_bm/admin/page-seasons.php:1258
5129
  msgid "Type filter name"
5130
  msgstr ""
5131
 
5132
+ #: core/lib/wpbc_all_translations.php:955 inc/_bm/admin/page-seasons.php:990
5133
  msgid "Weekdays"
5134
  msgstr ""
5135
 
5136
+ #: core/lib/wpbc_all_translations.php:956 inc/_bm/admin/page-seasons.php:1106
5137
  msgid "Months"
5138
  msgstr ""
5139
 
5140
+ #: core/lib/wpbc_all_translations.php:957 inc/_bm/admin/page-seasons.php:1108
5141
  #: inc/_bm/admin/page-seasons.php:1283
5142
  msgid "January"
5143
  msgstr ""
5144
 
5145
+ #: core/lib/wpbc_all_translations.php:958 inc/_bm/admin/page-seasons.php:1109
5146
  #: inc/_bm/admin/page-seasons.php:1284
5147
  msgid "February"
5148
  msgstr ""
5149
 
5150
+ #: core/lib/wpbc_all_translations.php:959 inc/_bm/admin/page-seasons.php:1110
5151
  #: inc/_bm/admin/page-seasons.php:1285
5152
  msgid "March"
5153
  msgstr ""
5154
 
5155
+ #: core/lib/wpbc_all_translations.php:960 inc/_bm/admin/page-seasons.php:1111
5156
  #: inc/_bm/admin/page-seasons.php:1286
5157
  msgid "April"
5158
  msgstr ""
5159
 
5160
+ #: core/lib/wpbc_all_translations.php:961 inc/_bm/admin/page-seasons.php:1112
5161
  #: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
5162
  msgid "May"
5163
  msgstr ""
5164
 
5165
+ #: core/lib/wpbc_all_translations.php:962 inc/_bm/admin/page-seasons.php:1113
5166
  #: inc/_bm/admin/page-seasons.php:1288
5167
  msgid "June"
5168
  msgstr ""
5169
 
5170
+ #: core/lib/wpbc_all_translations.php:963 inc/_bm/admin/page-seasons.php:1114
5171
  #: inc/_bm/admin/page-seasons.php:1289
5172
  msgid "July"
5173
  msgstr ""
5174
 
5175
+ #: core/lib/wpbc_all_translations.php:964 inc/_bm/admin/page-seasons.php:1115
5176
  #: inc/_bm/admin/page-seasons.php:1290
5177
  msgid "August"
5178
  msgstr ""
5179
 
5180
+ #: core/lib/wpbc_all_translations.php:965 inc/_bm/admin/page-seasons.php:1116
5181
  #: inc/_bm/admin/page-seasons.php:1291
5182
  msgid "September"
5183
  msgstr ""
5184
 
5185
+ #: core/lib/wpbc_all_translations.php:966 inc/_bm/admin/page-seasons.php:1117
5186
  #: inc/_bm/admin/page-seasons.php:1292
5187
  msgid "October"
5188
  msgstr ""
5189
 
5190
+ #: core/lib/wpbc_all_translations.php:967 inc/_bm/admin/page-seasons.php:1118
5191
  #: inc/_bm/admin/page-seasons.php:1293
5192
  msgid "November"
5193
  msgstr ""
5194
 
5195
+ #: core/lib/wpbc_all_translations.php:968 inc/_bm/admin/page-seasons.php:1119
5196
  #: inc/_bm/admin/page-seasons.php:1294
5197
  msgid "December"
5198
  msgstr ""
5199
 
5200
+ #: core/lib/wpbc_all_translations.php:969 inc/_bm/admin/page-seasons.php:1174
5201
  msgid "Years"
5202
  msgstr ""
5203
 
5204
+ #: core/lib/wpbc_all_translations.php:970 inc/_bm/admin/page-seasons.php:1272
5205
  #: inc/_bm/admin/page-seasons.php:1487
5206
  msgid "Mo"
5207
  msgstr ""
5208
 
5209
+ #: core/lib/wpbc_all_translations.php:971 inc/_bm/admin/page-seasons.php:1273
5210
  #: inc/_bm/admin/page-seasons.php:1487
5211
  msgid "Tu"
5212
  msgstr ""
5213
 
5214
+ #: core/lib/wpbc_all_translations.php:972 inc/_bm/admin/page-seasons.php:1274
5215
  #: inc/_bm/admin/page-seasons.php:1487
5216
  msgid "We"
5217
  msgstr ""
5218
 
5219
+ #: core/lib/wpbc_all_translations.php:973 inc/_bm/admin/page-seasons.php:1275
5220
  #: inc/_bm/admin/page-seasons.php:1487
5221
  msgid "Th"
5222
  msgstr ""
5223
 
5224
+ #: core/lib/wpbc_all_translations.php:974 inc/_bm/admin/page-seasons.php:1276
5225
  #: inc/_bm/admin/page-seasons.php:1487
5226
  msgid "Fr"
5227
  msgstr ""
5228
 
5229
+ #: core/lib/wpbc_all_translations.php:975 inc/_bm/admin/page-seasons.php:1277
5230
  #: inc/_bm/admin/page-seasons.php:1487
5231
  msgid "Sa"
5232
  msgstr ""
5233
 
5234
+ #: core/lib/wpbc_all_translations.php:976 inc/_bm/admin/page-seasons.php:1278
5235
  #: inc/_bm/admin/page-seasons.php:1487
5236
  msgid "Su"
5237
  msgstr ""
5238
 
5239
+ #: core/lib/wpbc_all_translations.php:977 inc/_bm/admin/page-seasons.php:1489
5240
  msgid "Jan"
5241
  msgstr ""
5242
 
5243
+ #: core/lib/wpbc_all_translations.php:978 inc/_bm/admin/page-seasons.php:1489
5244
  msgid "Feb"
5245
  msgstr ""
5246
 
5247
+ #: core/lib/wpbc_all_translations.php:979 inc/_bm/admin/page-seasons.php:1490
5248
  msgid "Mar"
5249
  msgstr ""
5250
 
5251
+ #: core/lib/wpbc_all_translations.php:980 inc/_bm/admin/page-seasons.php:1490
5252
  msgid "Apr"
5253
  msgstr ""
5254
 
5255
+ #: core/lib/wpbc_all_translations.php:981 inc/_bm/admin/page-seasons.php:1491
5256
  msgid "Jun"
5257
  msgstr ""
5258
 
5259
+ #: core/lib/wpbc_all_translations.php:982 inc/_bm/admin/page-seasons.php:1491
5260
  msgid "Jul"
5261
  msgstr ""
5262
 
5263
+ #: core/lib/wpbc_all_translations.php:983 inc/_bm/admin/page-seasons.php:1491
5264
  msgid "Aug"
5265
  msgstr ""
5266
 
5267
+ #: core/lib/wpbc_all_translations.php:984 inc/_bm/admin/page-seasons.php:1492
5268
  msgid "Sep"
5269
  msgstr ""
5270
 
5271
+ #: core/lib/wpbc_all_translations.php:985 inc/_bm/admin/page-seasons.php:1492
5272
  msgid "Oct"
5273
  msgstr ""
5274
 
5275
+ #: core/lib/wpbc_all_translations.php:986 inc/_bm/admin/page-seasons.php:1492
5276
  msgid "Nov"
5277
  msgstr ""
5278
 
5279
+ #: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-seasons.php:1492
5280
  msgid "Dec"
5281
  msgstr ""
5282
 
5283
+ #: core/lib/wpbc_all_translations.php:988 inc/_bm/admin/page-seasons.php:1562
5284
  #: inc/_bm/admin/page-seasons.php:1580 inc/_bm/admin/page-seasons.php:1602
5285
  #: inc/_bm/admin/page-seasons.php:1626 inc/_bm/admin/page-seasons.php:1644
5286
  msgid "No days"
5287
  msgstr ""
5288
 
5289
+ #: core/lib/wpbc_all_translations.php:989 inc/_bm/admin/page-seasons.php:1564
5290
  msgid "time"
5291
  msgstr ""
5292
 
5293
+ #: core/lib/wpbc_all_translations.php:990 inc/_bm/admin/page-seasons.php:1582
5294
  msgid "Every"
5295
  msgstr ""
5296
 
5297
+ #: core/lib/wpbc_all_translations.php:991 inc/_bm/admin/page-seasons.php:1598
5298
  msgid "Each day "
5299
  msgstr ""
5300
 
5301
+ #: core/lib/wpbc_all_translations.php:992 inc/_bm/admin/page-seasons.php:1600
5302
  msgid "on each day "
5303
  msgstr ""
5304
 
5305
+ #: core/lib/wpbc_all_translations.php:993 inc/_bm/admin/page-seasons.php:1605
5306
  msgid "On each "
5307
  msgstr ""
5308
 
5309
+ #: core/lib/wpbc_all_translations.php:994 inc/_bm/admin/page-seasons.php:1607
5310
  msgid "on each "
5311
  msgstr ""
5312
 
5313
+ #: core/lib/wpbc_all_translations.php:995 inc/_bm/admin/page-seasons.php:1624
5314
  msgid "of every month "
5315
  msgstr ""
5316
 
5317
+ #: core/lib/wpbc_all_translations.php:996 inc/_bm/admin/page-seasons.php:1628
5318
  msgid "of"
5319
  msgstr ""
5320
 
5321
+ #: core/lib/wpbc_all_translations.php:997 inc/_bm/biz_m.php:220
5322
  msgid "for all days!"
5323
  msgstr ""
5324
 
5325
+ #: core/lib/wpbc_all_translations.php:998 inc/_bm/biz_m.php:764
5326
  msgid "Standard booking resource cost"
5327
  msgstr ""
5328
 
5329
+ #: core/lib/wpbc_all_translations.php:999 inc/_bm/biz_m.php:765
5330
  msgid "Total booking resource cost"
5331
  msgstr ""
5332
 
5333
+ #: core/lib/wpbc_all_translations.php:1000 inc/_bm/m-toolbar.php:288
5334
  msgid "Delete selected booking form"
5335
  msgstr ""
5336
 
5337
+ #: core/lib/wpbc_all_translations.php:1001 inc/_bm/m-toolbar.php:292
5338
  msgid "Do you really want to delete selected booking form ?"
5339
  msgstr ""
5340
 
5341
+ #: core/lib/wpbc_all_translations.php:1002 inc/_bm/m-toolbar.php:317 inc/_bm/m-toolbar.php:318
5342
  msgid "Add New Custom Form"
5343
  msgstr ""
5344
 
5345
+ #: core/lib/wpbc_all_translations.php:1003 inc/_bm/m-toolbar.php:351
5346
  msgid "Type the name of booking form"
5347
  msgstr ""
5348
 
5349
+ #: core/lib/wpbc_all_translations.php:1004 inc/_bm/m-toolbar.php:358
5350
  msgid "Create"
5351
  msgstr ""
5352
 
5353
+ #: core/lib/wpbc_all_translations.php:1005 inc/_bm/m-toolbar.php:359
5354
  msgid "Create new form"
5355
  msgstr ""
5356
 
5357
+ #: core/lib/wpbc_all_translations.php:1006 inc/_bm/m-toolbar.php:554
5358
  msgid "There are no extended booking forms"
5359
  msgstr ""
5360
 
5361
+ #: core/lib/wpbc_all_translations.php:1007 inc/_bm/m-toolbar.php:598 inc/_bm/m-toolbar.php:600
5362
  msgid "Create conditional days filter"
5363
  msgstr ""
5364
 
5365
+ #: core/lib/wpbc_all_translations.php:1008 inc/_bs/admin/activation-s.php:93
5366
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5367
  msgid "Apartment#1"
5368
  msgstr ""
5369
 
5370
+ #: core/lib/wpbc_all_translations.php:1009 inc/_bs/admin/activation-s.php:94
5371
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5372
  msgid "Apartment#2"
5373
  msgstr ""
5374
 
5375
+ #: core/lib/wpbc_all_translations.php:1010 inc/_bs/admin/activation-s.php:95
5376
  #: inc/_ps/admin/activation-p.php:48
5377
  msgid "Apartment#3"
5378
  msgstr ""
5379
 
5380
+ #: core/lib/wpbc_all_translations.php:1011 inc/_bs/admin/api-settings-s.php:31
5381
  msgid "Range days"
5382
  msgstr ""
5383
 
5384
+ #: core/lib/wpbc_all_translations.php:1012 inc/_bs/admin/api-settings-s.php:46
5385
  #, php-format
5386
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5387
  msgstr ""
5388
 
5389
+ #: core/lib/wpbc_all_translations.php:1013 inc/_bs/admin/api-settings-s.php:48
5390
  #, php-format
5391
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5392
  msgstr ""
5393
 
5394
+ #: core/lib/wpbc_all_translations.php:1014 inc/_bs/admin/api-settings-s.php:74
5395
  #: inc/_bs/admin/api-settings-s.php:138
5396
  msgid "Days selection number"
5397
  msgstr ""
5398
 
5399
+ #: core/lib/wpbc_all_translations.php:1015 inc/_bs/admin/api-settings-s.php:75
5400
  #, php-format
5401
  msgid "Type your %snumber of days for range selection%s"
5402
  msgstr ""
5403
 
5404
+ #: core/lib/wpbc_all_translations.php:1016 inc/_bs/admin/api-settings-s.php:83
5405
  #: inc/_bs/admin/api-settings-s.php:211
5406
  msgid "Specific day(s) of week"
5407
  msgstr ""
5408
 
5409
+ #: core/lib/wpbc_all_translations.php:1017 inc/_bs/admin/api-settings-s.php:84
5410
  #: inc/_bs/admin/api-settings-s.php:215
5411
  msgid "Any day of week"
5412
  msgstr ""
5413
 
5414
+ #: core/lib/wpbc_all_translations.php:1018 inc/_bs/admin/api-settings-s.php:90
5415
  #: inc/_bs/admin/api-settings-s.php:223
5416
  msgid "Start day of range"
5417
  msgstr ""
5418
 
5419
+ #: core/lib/wpbc_all_translations.php:1019 inc/_bs/admin/api-settings-s.php:119
5420
  #: inc/_bs/admin/api-settings-s.php:252
5421
  msgid "Select your start day of range selection at week"
5422
  msgstr ""
5423
 
5424
+ #: core/lib/wpbc_all_translations.php:1020 inc/_bs/admin/api-settings-s.php:152
5425
  #: inc/_bs/admin/api-settings-s.php:157
5426
  msgid "Min"
5427
  msgstr ""
5428
 
5429
+ #: core/lib/wpbc_all_translations.php:1021 inc/_bs/admin/api-settings-s.php:170
5430
  #: inc/_bs/admin/api-settings-s.php:175
5431
  msgid "Max"
5432
  msgstr ""
5433
 
5434
+ #: core/lib/wpbc_all_translations.php:1022 inc/_bs/admin/api-settings-s.php:187
5435
  #, php-format
5436
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5437
  msgstr ""
5438
 
5439
+ #: core/lib/wpbc_all_translations.php:1023 inc/_bs/admin/api-settings-s.php:198
5440
  msgid "Specific days selections"
5441
  msgstr ""
5442
 
5443
+ #: core/lib/wpbc_all_translations.php:1024 inc/_bs/admin/api-settings-s.php:200
5444
  #, php-format
5445
  msgid ""
5446
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
5448
  "this: %s) or combination (example:%s, its the same like this: %s)"
5449
  msgstr ""
5450
 
5451
+ #: core/lib/wpbc_all_translations.php:1025 inc/_bs/admin/api-settings-s.php:281
5452
  msgid "Use time selections as recurrent time slots"
5453
  msgstr ""
5454
 
5455
+ #: core/lib/wpbc_all_translations.php:1026 inc/_bs/admin/api-settings-s.php:282
5456
  msgid ""
5457
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5458
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5459
  "used as check-in/check-out time for the first and last day of the reservation."
5460
  msgstr ""
5461
 
5462
+ #: core/lib/wpbc_all_translations.php:1027 inc/_bs/admin/api-settings-s.php:315
5463
  msgid "Check this option, to use check in/out time during booking process. "
5464
  msgstr ""
5465
 
5466
+ #: core/lib/wpbc_all_translations.php:1028 inc/_bs/admin/api-settings-s.php:316
5467
  #, php-format
5468
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5469
  msgstr ""
5470
 
5471
+ #: core/lib/wpbc_all_translations.php:1029 inc/_bs/admin/api-settings-s.php:323
5472
  msgid "Check-in time"
5473
  msgstr ""
5474
 
5475
+ #: core/lib/wpbc_all_translations.php:1030 inc/_bs/admin/api-settings-s.php:324
5476
  #, php-format
5477
  msgid "Type your %sCheck-in%s time of booking"
5478
  msgstr ""
5479
 
5480
+ #: core/lib/wpbc_all_translations.php:1031 inc/_bs/admin/api-settings-s.php:336
5481
  msgid "Check-Out time"
5482
  msgstr ""
5483
 
5484
+ #: core/lib/wpbc_all_translations.php:1032 inc/_bs/admin/api-settings-s.php:337
5485
  #, php-format
5486
  msgid "Type your %sCheck-Out%s time of booking"
5487
  msgstr ""
5488
 
5489
+ #: core/lib/wpbc_all_translations.php:1033 inc/_bs/admin/api-settings-s.php:351
5490
  msgid "Change over days as triangles"
5491
  msgstr ""
5492
 
5493
+ #: core/lib/wpbc_all_translations.php:1034 inc/_bs/admin/api-settings-s.php:352
5494
  msgid "Check this option, to show change over days as triangles. "
5495
  msgstr ""
5496
 
5497
+ #: core/lib/wpbc_all_translations.php:1035 inc/_bs/admin/api-settings-s.php:377
5498
  msgid "Title of booked timeslot(s)"
5499
  msgstr ""
5500
 
5501
+ #: core/lib/wpbc_all_translations.php:1036 inc/_bs/admin/api-settings-s.php:378
5502
  #, php-format
5503
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5504
  msgstr ""
5505
 
5506
+ #: core/lib/wpbc_all_translations.php:1037 inc/_bs/admin/api-settings-s.php:418
5507
  msgid "Time Format"
5508
  msgstr ""
5509
 
5510
+ #: core/lib/wpbc_all_translations.php:1038 inc/_bs/admin/api-settings-s.php:452
5511
  #, php-format
5512
  msgid ""
5513
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5514
  msgstr ""
5515
 
5516
+ #: core/lib/wpbc_all_translations.php:1039 inc/_bs/admin/api-settings-s.php:478
5517
  msgid "Auto approve all new bookings"
5518
  msgstr ""
5519
 
5520
+ #: core/lib/wpbc_all_translations.php:1040 inc/_bs/admin/api-settings-s.php:479
5521
  #, php-format
5522
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5523
  msgstr ""
5524
 
5525
+ #: core/lib/wpbc_all_translations.php:1041 inc/_bs/admin/api-settings-s.php:517
5526
  #, php-format
5527
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5528
  msgstr ""
5529
 
5530
+ #: core/lib/wpbc_all_translations.php:1042 inc/_bs/admin/api-settings-s.php:541
5531
  msgid "Cancel bookings older"
5532
  msgstr ""
5533
 
5534
+ #: core/lib/wpbc_all_translations.php:1043 inc/_bs/admin/api-settings-s.php:542
5535
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5536
  msgstr ""
5537
 
5538
+ #: core/lib/wpbc_all_translations.php:1044 inc/_bs/admin/api-settings-s.php:550
5539
  msgid "Cancellation email sent"
5540
  msgstr ""
5541
 
5542
+ #: core/lib/wpbc_all_translations.php:1045 inc/_bs/admin/api-settings-s.php:551
5543
  #, php-format
5544
  msgid "Check this box to %ssend%s cancellation email for this resource."
5545
  msgstr ""
5546
 
5547
+ #: core/lib/wpbc_all_translations.php:1046 inc/_bs/admin/api-settings-s.php:559
5548
  #: inc/_bs/admin/api-settings-s.php:560
5549
  msgid "Reason for cancellation"
5550
  msgstr ""
5551
 
5552
+ #: core/lib/wpbc_all_translations.php:1047 inc/_bs/admin/api-settings-s.php:561
5553
  #, php-format
5554
  msgid "Type the reason for %scancellation%s for the email template."
5555
  msgstr ""
5556
 
5557
+ #: core/lib/wpbc_all_translations.php:1048 inc/_bs/admin/page-email-payment.php:560
5558
  msgid "Payment request"
5559
  msgstr ""
5560
 
5561
+ #: core/lib/wpbc_all_translations.php:1049 inc/_bs/admin/page-email-payment.php:562
5562
  msgid "Customization of email template, which is sending to Visitor after payment request"
5563
  msgstr ""
5564
 
5565
+ #: core/lib/wpbc_all_translations.php:1050
5566
  msgid "Email with Payment Request which is sending to Visitor."
5567
  msgstr ""
5568
 
5569
+ #: core/lib/wpbc_all_translations.php:1051 core/wpbc-js.php:136
5570
  msgid "Error! Please reset your check-in/check-out dates above."
5571
  msgstr ""
5572
 
5573
+ #: core/lib/wpbc_all_translations.php:1052 core/wpbc-js.php:137
5574
  msgid ""
5575
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5576
  "another date or time."
5577
  msgstr ""
5578
 
5579
+ #: core/lib/wpbc_all_translations.php:1053 core/wpbc-js.php:138
5580
  msgid ""
5581
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5582
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5583
  "time."
5584
  msgstr ""
5585
 
5586
+ #: core/lib/wpbc_all_translations.php:1054 core/wpbc-js.php:139 core/wpbc-js.php:140
5587
  msgid "The time(s) may be booked, or already in the past!"
5588
  msgstr ""
5589
 
5590
+ #: core/lib/wpbc_all_translations.php:1055 inc/_bs/biz_s.php:408
5591
  msgid "Cost saved successfully"
5592
  msgstr ""
5593
 
5594
+ #: core/lib/wpbc_all_translations.php:1056 inc/_bs/biz_s.php:415
5595
  msgid "Cost is not correct. It must be greater than 0"
5596
  msgstr ""
5597
 
5598
+ #: core/lib/wpbc_all_translations.php:1057 inc/_bs/biz_s.php:596
5599
  msgid "Request has been sent"
5600
  msgstr ""
5601
 
5602
+ #: core/lib/wpbc_all_translations.php:1058 inc/_bs/biz_s.php:603
5603
  msgid "Request has failed"
5604
  msgstr ""
5605
 
5606
+ #: core/lib/wpbc_all_translations.php:1059 inc/_bs/biz_s.php:634
5607
  msgid "The payment status is changed successfully"
5608
  msgstr ""
5609
 
5610
+ #: core/lib/wpbc_all_translations.php:1060 inc/_bs/biz_s.php:641
5611
  msgid "The changing of payment status is failed"
5612
  msgstr ""
5613
 
5614
+ #: core/lib/wpbc_all_translations.php:1061 inc/_bs/biz_s.php:1017
5615
  msgid "deposit"
5616
  msgstr ""
5617
 
5618
+ #: core/lib/wpbc_all_translations.php:1062 inc/_bs/biz_s.php:1018
5619
  msgid "Total cost"
5620
  msgstr ""
5621
 
5622
+ #: core/lib/wpbc_all_translations.php:1063 inc/_bs/biz_s.php:1019
5623
  msgid "balance"
5624
  msgstr ""
5625
 
5626
+ #: core/lib/wpbc_all_translations.php:1064 inc/_bs/lib_s.php:40 inc/_bs/lib_s.php:71
5627
  #: inc/_bs/s-toolbar.php:94
5628
  msgid "Payment status"
5629
  msgstr ""
5630
 
5631
+ #: core/lib/wpbc_all_translations.php:1065 inc/_bs/lib_s.php:44
5632
  msgid "Any Status"
5633
  msgstr ""
5634
 
5635
+ #: core/lib/wpbc_all_translations.php:1066 inc/_bs/lib_s.php:47
5636
  msgid "Unknown Status"
5637
  msgstr ""
5638
 
5639
+ #: core/lib/wpbc_all_translations.php:1067 inc/_bs/lib_s.php:48 inc/_bs/lib_s.php:319
5640
  msgid "Not Completed"
5641
  msgstr ""
5642
 
5643
+ #: core/lib/wpbc_all_translations.php:1068 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:308
5644
  #: inc/_bs/lib_s.php:328
5645
  msgid "Failed"
5646
  msgstr ""
5647
 
5648
+ #: core/lib/wpbc_all_translations.php:1069 inc/_bs/lib_s.php:139
5649
  msgid "min"
5650
  msgstr ""
5651
 
5652
+ #: core/lib/wpbc_all_translations.php:1070 inc/_bs/lib_s.php:139
5653
  msgid "max"
5654
  msgstr ""
5655
 
5656
+ #: core/lib/wpbc_all_translations.php:1071 inc/_bs/lib_s.php:303 inc/_bs/lib_s.php:321
5657
  msgid "Completed"
5658
  msgstr ""
5659
 
5660
+ #: core/lib/wpbc_all_translations.php:1072 inc/_bs/lib_s.php:304 inc/_bs/lib_s.php:324
5661
  msgid "In-Progress"
5662
  msgstr ""
5663
 
5664
+ #: core/lib/wpbc_all_translations.php:1073 inc/_bs/lib_s.php:306 inc/_bs/lib_s.php:341
5665
  msgid "Partially paid"
5666
  msgstr ""
5667
 
5668
+ #: core/lib/wpbc_all_translations.php:1074 inc/_bs/lib_s.php:307 inc/_bs/lib_s.php:342
5669
  msgid "Cancelled"
5670
  msgstr ""
5671
 
5672
+ #: core/lib/wpbc_all_translations.php:1075 inc/_bs/lib_s.php:309 inc/_bs/lib_s.php:330
5673
  msgid "Refunded"
5674
  msgstr ""
5675
 
5676
+ #: core/lib/wpbc_all_translations.php:1076 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:343
5677
  msgid "Fraud"
5678
  msgstr ""
5679
 
5680
+ #: core/lib/wpbc_all_translations.php:1077 inc/_bs/lib_s.php:317
5681
  msgid "!Paid OK"
5682
  msgstr ""
5683
 
5684
+ #: core/lib/wpbc_all_translations.php:1078 inc/_bs/lib_s.php:318
5685
  msgid "Unknown status"
5686
  msgstr ""
5687
 
5688
+ #: core/lib/wpbc_all_translations.php:1079 inc/_bs/lib_s.php:323
5689
  msgid "Processed"
5690
  msgstr ""
5691
 
5692
+ #: core/lib/wpbc_all_translations.php:1080 inc/_bs/lib_s.php:325
5693
  msgid "Canceled_Reversal"
5694
  msgstr ""
5695
 
5696
+ #: core/lib/wpbc_all_translations.php:1081 inc/_bs/lib_s.php:326
5697
  msgid "Denied"
5698
  msgstr ""
5699
 
5700
+ #: core/lib/wpbc_all_translations.php:1082 inc/_bs/lib_s.php:327
5701
  msgid "Expired"
5702
  msgstr ""
5703
 
5704
+ #: core/lib/wpbc_all_translations.php:1083 inc/_bs/lib_s.php:329
5705
  msgid "Partially_Refunded"
5706
  msgstr ""
5707
 
5708
+ #: core/lib/wpbc_all_translations.php:1084 inc/_bs/lib_s.php:331
5709
  msgid "Reversed"
5710
  msgstr ""
5711
 
5712
+ #: core/lib/wpbc_all_translations.php:1085 inc/_bs/lib_s.php:332
5713
  msgid "Voided"
5714
  msgstr ""
5715
 
5716
+ #: core/lib/wpbc_all_translations.php:1086 inc/_bs/lib_s.php:335
5717
  msgid "Not authed"
5718
  msgstr ""
5719
 
5720
+ #: core/lib/wpbc_all_translations.php:1087 inc/_bs/lib_s.php:336
5721
  msgid "Malformed"
5722
  msgstr ""
5723
 
5724
+ #: core/lib/wpbc_all_translations.php:1088 inc/_bs/lib_s.php:337
5725
  msgid "Invalid"
5726
  msgstr ""
5727
 
5728
+ #: core/lib/wpbc_all_translations.php:1089 inc/_bs/lib_s.php:338
5729
  msgid "Abort"
5730
  msgstr ""
5731
 
5732
+ #: core/lib/wpbc_all_translations.php:1090 inc/_bs/lib_s.php:339
5733
  msgid "Rejected"
5734
  msgstr ""
5735
 
5736
+ #: core/lib/wpbc_all_translations.php:1091 inc/_bs/lib_s.php:344
5737
  msgid "Suspended"
5738
  msgstr ""
5739
 
5740
+ #: core/lib/wpbc_all_translations.php:1092 inc/_bs/s-toolbar.php:68
5741
  msgid "Send payment request to visitor"
5742
  msgstr ""
5743
 
5744
+ #: core/lib/wpbc_all_translations.php:1093 inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:100
5745
  #: inc/_ps/p-toolbar.php:476
5746
  msgid "Print"
5747
  msgstr ""
5748
 
5749
+ #: core/lib/wpbc_all_translations.php:1094 inc/_bs/s-toolbar.php:136
5750
  msgid "Save cost"
5751
  msgstr ""
5752
 
5753
+ #: core/lib/wpbc_all_translations.php:1095 inc/_bs/s-toolbar.php:173
5754
  msgid "Change status"
5755
  msgstr ""
5756
 
5757
+ #: core/lib/wpbc_all_translations.php:1096 inc/_bs/s-toolbar.php:196
5758
  msgid "Send payment request to customer"
5759
  msgstr ""
5760
 
5761
+ #: core/lib/wpbc_all_translations.php:1097 inc/_bs/s-toolbar.php:200
5762
  #, php-format
5763
  msgid "Type your %sreason for payment%s request"
5764
  msgstr ""
5765
 
5766
+ #: core/lib/wpbc_all_translations.php:1098 inc/_bs/s-toolbar.php:208
5767
  msgid "Send Request"
5768
  msgstr ""
5769
 
5770
+ #: core/lib/wpbc_all_translations.php:1099 inc/_bs/s-toolbar.php:230
5771
  msgid "Auto-fill form"
5772
  msgstr ""
5773
 
5774
+ #: core/lib/wpbc_all_translations.php:1100 inc/_mu/admin/activation-u.php:84
5775
  msgid "Suite"
5776
  msgstr ""
5777
 
5778
+ #: core/lib/wpbc_all_translations.php:1101 inc/_mu/admin/api-settings-u.php:91
5779
  #: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
5780
  msgid "User"
5781
  msgstr ""
5782
 
5783
+ #: core/lib/wpbc_all_translations.php:1102 inc/_mu/admin/api-settings-u.php:437
5784
  #: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
5785
  #: inc/_mu/admin/page-users.php:599
5786
  msgid "Super Admin"
5787
  msgstr ""
5788
 
5789
+ #: core/lib/wpbc_all_translations.php:1103 inc/_mu/admin/api-settings-u.php:441
5790
  #: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
5791
  #: inc/_mu/admin/page-users.php:607
5792
  msgid "Regular User"
5793
  msgstr ""
5794
 
5795
+ #: core/lib/wpbc_all_translations.php:1104 inc/_mu/admin/api-settings-u.php:446
5796
  msgid "Inactive User"
5797
  msgstr ""
5798
 
5799
+ #: core/lib/wpbc_all_translations.php:1105 inc/_mu/admin/page-users.php:43
5800
  #: inc/_mu/admin/page-users.php:433
5801
  msgid "Users"
5802
  msgstr ""
5803
 
5804
+ #: core/lib/wpbc_all_translations.php:1106 inc/_mu/admin/page-users.php:44
5805
  msgid "Manage Users"
5806
  msgstr ""
5807
 
5808
+ #: core/lib/wpbc_all_translations.php:1107 inc/_mu/admin/page-users.php:45
5809
  msgid "Users Settings"
5810
  msgstr ""
5811
 
5812
+ #: core/lib/wpbc_all_translations.php:1108 inc/_mu/admin/page-users.php:209
5813
  #: inc/_mu/multiuser.php:647
5814
  msgid "User is Activated"
5815
  msgstr ""
5816
 
5817
+ #: core/lib/wpbc_all_translations.php:1109 inc/_mu/admin/page-users.php:237
5818
  #: inc/_mu/multiuser.php:697
5819
  msgid "User is Deactivated"
5820
  msgstr ""
5821
 
5822
+ #: core/lib/wpbc_all_translations.php:1110 inc/_mu/admin/page-users.php:441
5823
  msgid "User Role"
5824
  msgstr ""
5825
 
5826
+ #: core/lib/wpbc_all_translations.php:1111 inc/_mu/admin/page-users.php:452
5827
  #: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
5828
  msgid "Set user as"
5829
  msgstr ""
5830
 
5831
+ #: core/lib/wpbc_all_translations.php:1112 inc/_mu/admin/page-users.php:548
5832
  msgid "Unlimited"
5833
  msgstr ""
5834
 
5835
+ #: core/lib/wpbc_all_translations.php:1113 inc/_mu/admin/page-users.php:560
5836
  #: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
5837
  #: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
5838
  #: inc/_mu/admin/page-users.php:602
5839
  msgid "Do you really want"
5840
  msgstr ""
5841
 
5842
+ #: core/lib/wpbc_all_translations.php:1114 inc/_mu/admin/page-users.php:561
5843
  msgid "make user active"
5844
  msgstr ""
5845
 
5846
+ #: core/lib/wpbc_all_translations.php:1115 inc/_mu/admin/page-users.php:565
5847
  msgid "Activate"
5848
  msgstr ""
5849
 
5850
+ #: core/lib/wpbc_all_translations.php:1116 inc/_mu/admin/page-users.php:569
5851
  msgid "make user inactive"
5852
  msgstr ""
5853
 
5854
+ #: core/lib/wpbc_all_translations.php:1117 inc/_mu/admin/page-users.php:572
5855
  msgid "Deactivate"
5856
  msgstr ""
5857
 
5858
+ #: core/lib/wpbc_all_translations.php:1118 inc/_mu/admin/page-users.php:575
5859
  msgid "delete configuration"
5860
  msgstr ""
5861
 
5862
+ #: core/lib/wpbc_all_translations.php:1119 inc/_mu/admin/page-users.php:579
5863
  msgid "Delete settings"
5864
  msgstr ""
5865
 
5866
+ #: core/lib/wpbc_all_translations.php:1120 inc/_mu/admin/page-users.php:582
5867
  msgid "delete all booking data"
5868
  msgstr ""
5869
 
5870
+ #: core/lib/wpbc_all_translations.php:1121 inc/_mu/admin/page-users.php:586
5871
  msgid "Delete data"
5872
  msgstr ""
5873
 
5874
+ #: core/lib/wpbc_all_translations.php:1122 inc/_mu/multiuser.php:633
5875
  msgid "Work days"
5876
  msgstr ""
5877
 
5878
+ #: core/lib/wpbc_all_translations.php:1123 inc/_mu/multiuser.php:765
5879
  #, php-format
5880
  msgid ""
5881
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
5882
  "administrator.%s"
5883
  msgstr ""
5884
 
5885
+ #: core/lib/wpbc_all_translations.php:1124 inc/_mu/multiuser.php:804
5886
  #, php-format
5887
  msgid "%sYou do not have permissions for this booking resources.%s"
5888
  msgstr ""
5889
 
5890
+ #: core/lib/wpbc_all_translations.php:1125 inc/_mu/multiuser.php:810
5891
  #, php-format
5892
  msgid "%sNo this booking resources.%s"
5893
  msgstr ""
5894
 
5895
+ #: core/lib/wpbc_all_translations.php:1126 inc/_ps/admin/activation-p.php:52
5896
  msgid "Please, reserve an apartment with fresh flowers."
5897
  msgstr ""
5898
 
5899
+ #: core/lib/wpbc_all_translations.php:1127 inc/_ps/admin/api-settings-p.php:56
5900
  msgid "Default booking resource"
5901
  msgstr ""
5902
 
5903
+ #: core/lib/wpbc_all_translations.php:1128 inc/_ps/admin/api-settings-p.php:57
5904
  msgid "Select your default booking resource."
5905
  msgstr ""
5906
 
5907
+ #: core/lib/wpbc_all_translations.php:1129 inc/_ps/admin/api-settings-p.php:70
5908
  msgid "Resources number per page"
5909
  msgstr ""
5910
 
5911
+ #: core/lib/wpbc_all_translations.php:1130 inc/_ps/admin/api-settings-p.php:71
5912
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
5913
  msgstr ""
5914
 
5915
+ #: core/lib/wpbc_all_translations.php:1131 inc/_ps/admin/api-settings-p.php:92
5916
  #: inc/_ps/admin/api-settings-p.php:192
5917
  msgid "Booking title"
5918
  msgstr ""
5919
 
5920
+ #: core/lib/wpbc_all_translations.php:1132 inc/_ps/admin/api-settings-p.php:92
5921
  msgid "admin panel"
5922
  msgstr ""
5923
 
5924
+ #: core/lib/wpbc_all_translations.php:1133 inc/_ps/admin/api-settings-p.php:93
5925
  #, php-format
5926
  msgid ""
5927
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
5928
  "the shortcodes from the bottom form of Settings Fields page)."
5929
  msgstr ""
5930
 
5931
+ #: core/lib/wpbc_all_translations.php:1134
5932
  msgid "front panel"
5933
  msgstr ""
5934
 
5935
+ #: core/lib/wpbc_all_translations.php:1135 inc/_ps/admin/api-settings-p.php:193
5936
  #, php-format
5937
  msgid ""
5938
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
5939
  "from the bottom form of Settings Fields page."
5940
  msgstr ""
5941
 
5942
+ #: core/lib/wpbc_all_translations.php:1136 inc/_ps/admin/api-settings-p.php:201
5943
  msgid "Booking details in popover"
5944
  msgstr ""
5945
 
5946
+ #: core/lib/wpbc_all_translations.php:1137 inc/_ps/admin/api-settings-p.php:202
5947
  #, php-format
5948
  msgid ""
5949
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
5950
  "side."
5951
  msgstr ""
5952
 
5953
+ #: core/lib/wpbc_all_translations.php:1138 inc/_ps/admin/api-settings-p.php:225
5954
  msgid "semicolon"
5955
  msgstr ""
5956
 
5957
+ #: core/lib/wpbc_all_translations.php:1139 inc/_ps/admin/api-settings-p.php:226
5958
  msgid "comma"
5959
  msgstr ""
5960
 
5961
+ #: core/lib/wpbc_all_translations.php:1140 inc/_ps/admin/api-settings-p.php:231
5962
  msgid "CSV data separator"
5963
  msgstr ""
5964
 
5965
+ #: core/lib/wpbc_all_translations.php:1141 inc/_ps/admin/api-settings-p.php:232
5966
  msgid "Select separator of data for export bookings to CSV."
5967
  msgstr ""
5968
 
5969
+ #: core/lib/wpbc_all_translations.php:1142 inc/_ps/admin/api-settings-p.php:282
5970
  msgid "URL to edit bookings"
5971
  msgstr ""
5972
 
5973
+ #: core/lib/wpbc_all_translations.php:1143 inc/_ps/admin/api-settings-p.php:283
5974
  #, php-format
5975
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
5976
  msgstr ""
5977
 
5978
+ #: core/lib/wpbc_all_translations.php:1144 inc/_ps/admin/api-settings-p.php:307
5979
  msgid "Change hash after the booking is approved"
5980
  msgstr ""
5981
 
5982
+ #: core/lib/wpbc_all_translations.php:1145 inc/_ps/admin/api-settings-p.php:308
5983
  msgid ""
5984
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
5985
  "not be able to edit or cancel the booking."
5986
  msgstr ""
5987
 
5988
+ #: core/lib/wpbc_all_translations.php:1146 inc/_ps/admin/page-email-edit.php:556
5989
  msgid "Modified"
5990
  msgstr ""
5991
 
5992
+ #: core/lib/wpbc_all_translations.php:1147
5993
  msgid "Customization of email template, which is sending after modification of booking"
5994
  msgstr ""
5995
 
5996
+ #: core/lib/wpbc_all_translations.php:1148
5997
  msgid "Email is sending to Visitor after Editing of booking."
5998
  msgstr ""
5999
 
6000
+ #: core/lib/wpbc_all_translations.php:1149 inc/_ps/admin/page-resources.php:39
6001
  msgid "Customizaton of booking resources"
6002
  msgstr ""
6003
 
6004
+ #: core/lib/wpbc_all_translations.php:1150 inc/_ps/admin/page-settings-form.php:130
6005
+ #: inc/_ps/admin/page-settings-form.php:150
6006
  msgid "Form fields"
6007
  msgstr ""
6008
 
6009
+ #: core/lib/wpbc_all_translations.php:1151 inc/_ps/admin/page-settings-form.php:131
6010
  msgid "Content of Booking Fields"
6011
  msgstr ""
6012
 
6013
+ #: core/lib/wpbc_all_translations.php:1152 inc/_ps/admin/page-settings-form.php:157
6014
  msgid "Generate tag"
6015
  msgstr ""
6016
 
6017
+ #: core/lib/wpbc_all_translations.php:1153 inc/_ps/admin/page-settings-form.php:166
6018
  #, php-format
6019
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
6020
  msgstr ""
6021
 
6022
+ #: core/lib/wpbc_all_translations.php:1154 inc/_ps/admin/page-settings-form.php:305
6023
  msgid "Form Template"
6024
  msgstr ""
6025
 
6026
+ #: core/lib/wpbc_all_translations.php:1155 inc/_ps/admin/page-settings-form.php:318
6027
  msgid "Standard Templates"
6028
  msgstr ""
6029
 
6030
+ #: core/lib/wpbc_all_translations.php:1156 inc/_ps/admin/page-settings-form.php:331
6031
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:111
6032
  msgid "Columns"
6033
  msgstr ""
6034
 
6035
+ #: core/lib/wpbc_all_translations.php:1157 inc/_ps/admin/page-settings-form.php:403
6036
  msgid "Advanced Templates"
6037
  msgstr ""
6038
 
6039
+ #: core/lib/wpbc_all_translations.php:1158 inc/_ps/admin/page-settings-form.php:406
6040
  msgid "Wizard (several steps)"
6041
  msgstr ""
6042
 
6043
+ #: core/lib/wpbc_all_translations.php:1159 inc/_ps/admin/page-settings-form.php:419
6044
  msgid "Time slots for different weekdays"
6045
  msgstr ""
6046
 
6047
+ #: core/lib/wpbc_all_translations.php:1160 inc/_ps/admin/page-settings-form.php:429
6048
  msgid "Hints"
6049
  msgstr ""
6050
 
6051
+ #: core/lib/wpbc_all_translations.php:1161 inc/_ps/admin/page-settings-form.php:451
6052
  msgid "Reset Form"
6053
  msgstr ""
6054
 
6055
+ #: core/lib/wpbc_all_translations.php:1162 inc/_ps/admin/page-settings-form.php:504
6056
  msgid "Both"
6057
  msgstr ""
6058
 
6059
+ #: core/lib/wpbc_all_translations.php:1163 inc/_ps/admin/page-settings-form.php:505
6060
  msgid "Reset Booking Form and Content of Booking Fields Form"
6061
  msgstr ""
6062
 
6063
+ #: core/lib/wpbc_all_translations.php:1164 inc/_ps/admin/page-settings-form.php:602
6064
  #: inc/gateways/page-gateways.php:1041
6065
  #, php-format
6066
  msgid "%s - inserting data from fields of booking form"
6067
  msgstr ""
6068
 
6069
+ #: core/lib/wpbc_all_translations.php:1165 inc/_ps/admin/page-settings-form.php:603
6070
  #, php-format
6071
  msgid "%s - inserting new line"
6072
  msgstr ""
6073
 
6074
+ #: core/lib/wpbc_all_translations.php:1166 inc/_ps/admin/page-settings-form.php:607
6075
  #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1096
6076
  #, php-format
6077
  msgid ""
6079
  "that all \"open\" tags (like %s) are closed (like this %s)."
6080
  msgstr ""
6081
 
6082
+ #: core/lib/wpbc_all_translations.php:1167 inc/_ps/admin/page-settings-up.php:39
6083
  msgid "Upgrade to higher version"
6084
  msgstr ""
6085
 
6086
+ #: core/lib/wpbc_all_translations.php:1168 inc/_ps/class/wpbc-settings-table.php:260
6087
  msgid "No results found."
6088
  msgstr ""
6089
 
6090
+ #: core/lib/wpbc_all_translations.php:1169 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
6091
  #, php-format
6092
  msgid "Wrap each item with %s tag"
6093
  msgstr ""
6094
 
6095
+ #: core/lib/wpbc_all_translations.php:1170 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
6096
  msgid "Put a label before field"
6097
  msgstr ""
6098
 
6099
+ #: core/lib/wpbc_all_translations.php:1171 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
6100
  #, php-format
6101
  msgid "Make it %sexclusive%s"
6102
  msgstr ""
6103
 
6104
+ #: core/lib/wpbc_all_translations.php:1172 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
6105
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
6106
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
6107
  msgid "Default value"
6108
  msgstr ""
6109
 
6110
+ #: core/lib/wpbc_all_translations.php:1173 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
6111
  #, php-format
6112
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
6113
  msgstr ""
6114
 
6115
+ #: core/lib/wpbc_all_translations.php:1174 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
6116
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
6117
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
6118
  msgid "required"
6119
  msgstr ""
6120
 
6121
+ #: core/lib/wpbc_all_translations.php:1175 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
6122
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
6123
  msgid "Titles of options"
6124
  msgstr ""
6125
 
6126
+ #: core/lib/wpbc_all_translations.php:1176 inc/_ps/form/class-wpbc-field-help-radio.php:93
6127
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
6128
  #, php-format
6129
  msgid "One Value from %sOptions%s list"
6130
  msgstr ""
6131
 
6132
+ #: core/lib/wpbc_all_translations.php:1177 inc/_ps/form/class-wpbc-field-help-select.php:101
6133
  #, php-format
6134
  msgid "Allow %smultiple%s selections"
6135
  msgstr ""
6136
 
6137
+ #: core/lib/wpbc_all_translations.php:1178 inc/_ps/form/class-wpbc-field-help-text.php:167
6138
  #, php-format
6139
  msgid "Set as %srequired%s"
6140
  msgstr ""
6141
 
6142
+ #: core/lib/wpbc_all_translations.php:1179 inc/_ps/form/class-wpbc-field-help-text.php:228
6143
  msgid "Placeholder"
6144
  msgstr ""
6145
 
6146
+ #: core/lib/wpbc_all_translations.php:1180 inc/_ps/form/class-wpbc-field-help-text.php:247
6147
  msgid "Class"
6148
  msgstr ""
6149
 
6150
+ #: core/lib/wpbc_all_translations.php:1181 inc/_ps/form/class-wpbc-field-help-text.php:264
6151
  msgid "Size"
6152
  msgstr ""
6153
 
6154
+ #: core/lib/wpbc_all_translations.php:1182 inc/_ps/form/class-wpbc-field-help-text.php:281
6155
  msgid "Maxlength"
6156
  msgstr ""
6157
 
6158
+ #: core/lib/wpbc_all_translations.php:1183 inc/_ps/form/class-wpbc-field-help-text.php:298
6159
  msgid "Copy and paste this shortcode into the form at left side"
6160
  msgstr ""
6161
 
6162
+ #: core/lib/wpbc_all_translations.php:1184 inc/_ps/form/class-wpbc-field-help-text.php:313
6163
  #, php-format
6164
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
6165
  msgstr ""
6166
 
6167
+ #: core/lib/wpbc_all_translations.php:1185 inc/_ps/form/class-wpbc-field-help-textarea.php:94
6168
  msgid "Rows"
6169
  msgstr ""
6170
 
6171
+ #: core/lib/wpbc_all_translations.php:1186 inc/_ps/form/class-wpbc-form-help.php:86
6172
  msgid "General Information"
6173
  msgstr ""
6174
 
6175
+ #: core/lib/wpbc_all_translations.php:1187 inc/_ps/form/class-wpbc-form-help.php:109
6176
  msgid "Required Fields in Booking Form"
6177
  msgstr ""
6178
 
6179
+ #: core/lib/wpbc_all_translations.php:1188 inc/_ps/form/class-wpbc-form-help.php:117
6180
  #, php-format
6181
  msgid "You must to have this shortcode:%s in the form."
6182
  msgstr ""
6183
 
6184
+ #: core/lib/wpbc_all_translations.php:1189 inc/_ps/form/class-wpbc-form-help.php:119
6185
  msgid ""
6186
  "You can insert several calendars of different resources into the form allowing you to book "
6187
  "several resources during one booking process."
6188
  msgstr ""
6189
 
6190
+ #: core/lib/wpbc_all_translations.php:1190 inc/_ps/form/class-wpbc-form-help.php:120
6191
  #, php-format
6192
  msgid "Example: %s."
6193
  msgstr ""
6194
 
6195
+ #: core/lib/wpbc_all_translations.php:1191 inc/_ps/form/class-wpbc-form-help.php:121
6196
  #, php-format
6197
  msgid ""
6198
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
6199
  "shortcode into page)%s"
6200
  msgstr ""
6201
 
6202
+ #: core/lib/wpbc_all_translations.php:1192 inc/_ps/form/class-wpbc-form-help.php:122
6203
  #: inc/_ps/form/class-wpbc-form-help.php:123
6204
  #, php-format
6205
  msgid "%s – calendar of booking resource with %s"
6206
  msgstr ""
6207
 
6208
+ #: core/lib/wpbc_all_translations.php:1193 inc/_ps/form/class-wpbc-form-help.php:124
6209
  #, php-format
6210
  msgid "Please check more about this feature %shere%s."
6211
  msgstr ""
6212
 
6213
+ #: core/lib/wpbc_all_translations.php:1194 inc/_ps/form/class-wpbc-form-help.php:126
6214
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
6215
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
6216
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
6220
  msgid "You can %suse this shortcode only once%s in the form."
6221
  msgstr ""
6222
 
6223
+ #: core/lib/wpbc_all_translations.php:1195 inc/_ps/form/class-wpbc-form-help.php:135
6224
  msgid "Email Field"
6225
  msgstr ""
6226
 
6227
+ #: core/lib/wpbc_all_translations.php:1196 inc/_ps/form/class-wpbc-form-help.php:136
6228
  #, php-format
6229
  msgid "You must have this shortcode:%s in the booking form."
6230
  msgstr ""
6231
 
6232
+ #: core/lib/wpbc_all_translations.php:1197 inc/_ps/form/class-wpbc-form-help.php:136
6233
  msgid "This is the primary email field, which is used for sending emails to visitors."
6234
  msgstr ""
6235
 
6236
+ #: core/lib/wpbc_all_translations.php:1198 inc/_ps/form/class-wpbc-form-help.php:163
6237
  msgid "Drop Down"
6238
  msgstr ""
6239
 
6240
+ #: core/lib/wpbc_all_translations.php:1199 inc/_ps/form/class-wpbc-form-help.php:175
6241
  msgid "Checkbox(es)"
6242
  msgstr ""
6243
 
6244
+ #: core/lib/wpbc_all_translations.php:1200 inc/_ps/form/class-wpbc-form-help.php:182
6245
  msgid "Radio Button(s)"
6246
  msgstr ""
6247
 
6248
+ #: core/lib/wpbc_all_translations.php:1201 inc/_ps/form/class-wpbc-form-help.php:196
6249
  #, php-format
6250
  msgid "Insert %s shortcode to prevent SPAM bookings."
6251
  msgstr ""
6252
 
6253
+ #: core/lib/wpbc_all_translations.php:1202 inc/_ps/form/class-wpbc-form-help.php:206
6254
  msgid "Submit Button"
6255
  msgstr ""
6256
 
6257
+ #: core/lib/wpbc_all_translations.php:1203 inc/_ps/form/class-wpbc-form-help.php:214
6258
  msgid "Times Fields"
6259
  msgstr ""
6260
 
6261
+ #: core/lib/wpbc_all_translations.php:1204 inc/_ps/form/class-wpbc-form-help.php:220
6262
  msgid "Time Slot List"
6263
  msgstr ""
6264
 
6265
+ #: core/lib/wpbc_all_translations.php:1205 inc/_ps/form/class-wpbc-form-help.php:222
6266
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
6267
  #: inc/_ps/form/class-wpbc-form-help.php:379
6268
  #, php-format
6269
  msgid "Select the %s using the predefined %sTime List%s."
6270
  msgstr ""
6271
 
6272
+ #: core/lib/wpbc_all_translations.php:1206 inc/_ps/form/class-wpbc-form-help.php:222
6273
  msgid "Time Slot"
6274
  msgstr ""
6275
 
6276
+ #: core/lib/wpbc_all_translations.php:1207 inc/_ps/form/class-wpbc-form-help.php:223
6277
  #, php-format
6278
  msgid ""
6279
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
6280
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
6281
  msgstr ""
6282
 
6283
+ #: core/lib/wpbc_all_translations.php:1208 inc/_ps/form/class-wpbc-form-help.php:224
6284
  #, php-format
6285
  msgid "It works only in %ssingle day selection%s mode."
6286
  msgstr ""
6287
 
6288
+ #: core/lib/wpbc_all_translations.php:1209 inc/_ps/form/class-wpbc-form-help.php:225
6289
  msgid ""
6290
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
6291
  msgstr ""
6292
 
6293
+ #: core/lib/wpbc_all_translations.php:1210 inc/_ps/form/class-wpbc-form-help.php:226
6294
  msgid ""
6295
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
6296
  msgstr ""
6297
 
6298
+ #: core/lib/wpbc_all_translations.php:1211 inc/_ps/form/class-wpbc-form-help.php:229
6299
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
6300
  #, php-format
6301
  msgid ""
6303
  "Time)%s only."
6304
  msgstr ""
6305
 
6306
+ #: core/lib/wpbc_all_translations.php:1212 inc/_ps/form/class-wpbc-form-help.php:231
6307
  #, php-format
6308
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6309
  msgstr ""
6310
 
6311
+ #: core/lib/wpbc_all_translations.php:1213 inc/_ps/form/class-wpbc-form-help.php:273
6312
  msgid "Start Time - Text field"
6313
  msgstr ""
6314
 
6315
+ #: core/lib/wpbc_all_translations.php:1214 inc/_ps/form/class-wpbc-form-help.php:275
6316
  #: inc/_ps/form/class-wpbc-form-help.php:288
6317
  #, php-format
6318
  msgid "Enter %s in text field."
6319
  msgstr ""
6320
 
6321
+ #: core/lib/wpbc_all_translations.php:1215 inc/_ps/admin/api-settings-p.php:119
6322
  #: inc/_ps/admin/api-settings-p.php:125 inc/_ps/form/class-wpbc-form-help.php:275
6323
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6324
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6325
  msgid "Start Time"
6326
  msgstr ""
6327
 
6328
+ #: core/lib/wpbc_all_translations.php:1216 inc/_ps/form/class-wpbc-form-help.php:277
6329
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6330
  #, php-format
6331
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6332
  msgstr ""
6333
 
6334
+ #: core/lib/wpbc_all_translations.php:1217 inc/_ps/form/class-wpbc-form-help.php:279
6335
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6336
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6337
  #, php-format
6338
  msgid "You can also use the %s in the form."
6339
  msgstr ""
6340
 
6341
+ #: core/lib/wpbc_all_translations.php:1218 inc/_ps/admin/api-settings-p.php:138
6342
  #: inc/_ps/admin/api-settings-p.php:144 inc/_ps/form/class-wpbc-form-help.php:279
6343
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6344
  #: inc/_ps/form/class-wpbc-form-help.php:340
6345
  msgid "End Time"
6346
  msgstr ""
6347
 
6348
+ #: core/lib/wpbc_all_translations.php:1219 inc/_ps/form/class-wpbc-form-help.php:279
6349
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6350
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6351
  msgid "Duration Time"
6352
  msgstr ""
6353
 
6354
+ #: core/lib/wpbc_all_translations.php:1220 inc/_ps/form/class-wpbc-form-help.php:279
6355
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6356
  #: inc/_ps/form/class-wpbc-form-help.php:344
6357
  msgid "fields"
6358
  msgstr ""
6359
 
6360
+ #: core/lib/wpbc_all_translations.php:1221 inc/_ps/form/class-wpbc-form-help.php:286
6361
  msgid "End Time - Text field"
6362
  msgstr ""
6363
 
6364
+ #: core/lib/wpbc_all_translations.php:1222 inc/_ps/form/class-wpbc-form-help.php:300
6365
  msgid "Start Time - Drop Down list"
6366
  msgstr ""
6367
 
6368
+ #: core/lib/wpbc_all_translations.php:1223 inc/_ps/form/class-wpbc-form-help.php:304
6369
  #, php-format
6370
  msgid ""
6371
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6372
  "Time)%s only."
6373
  msgstr ""
6374
 
6375
+ #: core/lib/wpbc_all_translations.php:1224 inc/_ps/form/class-wpbc-form-help.php:338
6376
  msgid "End Time - Drop Down list"
6377
  msgstr ""
6378
 
6379
+ #: core/lib/wpbc_all_translations.php:1225 inc/_ps/form/class-wpbc-form-help.php:377
6380
  msgid "Duration Time - Drop Down list"
6381
  msgstr ""
6382
 
6383
+ #: core/lib/wpbc_all_translations.php:1226 inc/_ps/form/class-wpbc-form-help.php:383
6384
  msgid "field"
6385
  msgstr ""
6386
 
6387
+ #: core/lib/wpbc_all_translations.php:1227 inc/_ps/form/class-wpbc-form-help.php:416
6388
  msgid "Different time slots, for the different week days"
6389
  msgstr ""
6390
 
6391
+ #: core/lib/wpbc_all_translations.php:1228 inc/_ps/form/class-wpbc-form-help.php:419
6392
  msgid ""
6393
  "This feature provides the possibility to use the different time slot selections in the booking "
6394
  "form for the different week days or different days - which are assigned to the specific season "
6395
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6396
  msgstr ""
6397
 
6398
+ #: core/lib/wpbc_all_translations.php:1229 inc/_ps/form/class-wpbc-form-help.php:421
6399
  #: inc/_ps/form/class-wpbc-form-help.php:568
6400
  msgid "Configuration"
6401
  msgstr ""
6402
 
6403
+ #: core/lib/wpbc_all_translations.php:1230 inc/_ps/form/class-wpbc-form-help.php:422
6404
  #: inc/_ps/form/class-wpbc-form-help.php:569
6405
  #, php-format
6406
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6407
  msgstr ""
6408
 
6409
+ #: core/lib/wpbc_all_translations.php:1231 inc/_ps/form/class-wpbc-form-help.php:428
6410
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6411
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6412
  #: inc/_ps/form/class-wpbc-form-help.php:619
6413
  msgid "Parameters"
6414
  msgstr ""
6415
 
6416
+ #: core/lib/wpbc_all_translations.php:1232 inc/_ps/form/class-wpbc-form-help.php:429
6417
  #: inc/_ps/form/class-wpbc-form-help.php:576
6418
  #, php-format
6419
  msgid ""
6423
  "conditions. Please check more about it, in the examples."
6424
  msgstr ""
6425
 
6426
+ #: core/lib/wpbc_all_translations.php:1233 inc/_ps/form/class-wpbc-form-help.php:430
6427
  #: inc/_ps/form/class-wpbc-form-help.php:577
6428
  #, php-format
6429
  msgid ""
6434
  "filter in the Season Filters page."
6435
  msgstr ""
6436
 
6437
+ #: core/lib/wpbc_all_translations.php:1234 inc/_ps/form/class-wpbc-form-help.php:431
6438
  #, php-format
6439
  msgid ""
6440
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
6443
  "at initial stage, when the date in calendar is not yet selected."
6444
  msgstr ""
6445
 
6446
+ #: core/lib/wpbc_all_translations.php:1235 inc/_ps/form/class-wpbc-form-help.php:433
6447
  #: inc/_ps/form/class-wpbc-form-help.php:580
6448
  msgid "Examples"
6449
  msgstr ""
6450
 
6451
+ #: core/lib/wpbc_all_translations.php:1236 inc/_ps/form/class-wpbc-form-help.php:434
6452
  #: inc/_ps/form/class-wpbc-form-help.php:581
6453
  msgid "Week days conditions."
6454
  msgstr ""
6455
 
6456
+ #: core/lib/wpbc_all_translations.php:1237 inc/_ps/form/class-wpbc-form-help.php:450
6457
  #: inc/_ps/form/class-wpbc-form-help.php:597
6458
  msgid "default value, if no dates are selected, or none exist conditions are true."
6459
  msgstr ""
6460
 
6461
+ #: core/lib/wpbc_all_translations.php:1238 inc/_ps/form/class-wpbc-form-help.php:458
6462
  #: inc/_ps/form/class-wpbc-form-help.php:475
6463
  msgid "You can use the several values, separated by comma."
6464
  msgstr ""
6465
 
6466
+ #: core/lib/wpbc_all_translations.php:1239 inc/_ps/form/class-wpbc-form-help.php:460
6467
  #: inc/_ps/form/class-wpbc-form-help.php:607
6468
  msgid "Season filters conditions."
6469
  msgstr ""
6470
 
6471
+ #: core/lib/wpbc_all_translations.php:1240 inc/_ps/form/class-wpbc-form-help.php:473
6472
  #: inc/_ps/form/class-wpbc-form-help.php:620
6473
  msgid "Season filter on the Season Filters page,"
6474
  msgstr ""
6475
 
6476
+ #: core/lib/wpbc_all_translations.php:1241 inc/_ps/form/class-wpbc-form-help.php:474
6477
  #: inc/_ps/form/class-wpbc-form-help.php:621
6478
  msgid "Season filter on the Season Filters page"
6479
  msgstr ""
6480
 
6481
+ #: core/lib/wpbc_all_translations.php:1242 inc/_ps/form/class-wpbc-form-help.php:477
6482
  #: inc/_ps/form/class-wpbc-form-help.php:624
6483
  msgid "Additional info"
6484
  msgstr ""
6485
 
6486
+ #: core/lib/wpbc_all_translations.php:1243 inc/_ps/form/class-wpbc-form-help.php:478
6487
  #: inc/_ps/form/class-wpbc-form-help.php:625
6488
  #, php-format
6489
  msgid ""
6491
  "section."
6492
  msgstr ""
6493
 
6494
+ #: core/lib/wpbc_all_translations.php:1244 inc/_ps/form/class-wpbc-form-help.php:479
6495
  #: inc/_ps/form/class-wpbc-form-help.php:626
6496
  #, php-format
6497
  msgid "Please check more about this feature at %sthis page%s"
6498
  msgstr ""
6499
 
6500
+ #: core/lib/wpbc_all_translations.php:1245 inc/_ps/form/class-wpbc-form-help.php:493
6501
  msgid "Time Field"
6502
  msgstr ""
6503
 
6504
+ #: core/lib/wpbc_all_translations.php:1246 inc/_ps/form/class-wpbc-form-help.php:495
6505
  #, php-format
6506
  msgid "Enter the %sTime%s using the text field."
6507
  msgstr ""
6508
 
6509
+ #: core/lib/wpbc_all_translations.php:1247 inc/_ps/form/class-wpbc-form-help.php:498
6510
  msgid "This field does not impact to availability (booking for the specific time) ."
6511
  msgstr ""
6512
 
6513
+ #: core/lib/wpbc_all_translations.php:1248 inc/_ps/form/class-wpbc-form-help.php:499
6514
  msgid "The value of this field is just saved into DB."
6515
  msgstr ""
6516
 
6517
+ #: core/lib/wpbc_all_translations.php:1249 inc/_ps/form/class-wpbc-form-help.php:509
6518
  msgid "Country List"
6519
  msgstr ""
6520
 
6521
+ #: core/lib/wpbc_all_translations.php:1250 inc/_ps/form/class-wpbc-form-help.php:511
6522
  msgid "Select the country from the predefined country list."
6523
  msgstr ""
6524
 
6525
+ #: core/lib/wpbc_all_translations.php:1251 inc/_ps/form/class-wpbc-form-help.php:512
6526
  #, php-format
6527
  msgid "You can customize the country list at this file: %s"
6528
  msgstr ""
6529
 
6530
+ #: core/lib/wpbc_all_translations.php:1252 inc/_ps/form/class-wpbc-form-help.php:513
6531
  msgid "You can insert this field with default selected value."
6532
  msgstr ""
6533
 
6534
+ #: core/lib/wpbc_all_translations.php:1253 inc/_ps/form/class-wpbc-form-help.php:514
6535
  #, php-format
6536
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6537
  msgstr ""
6538
 
6539
+ #: core/lib/wpbc_all_translations.php:1254 inc/_ps/form/class-wpbc-form-help.php:523
6540
  msgid "Language Sections"
6541
  msgstr ""
6542
 
6543
+ #: core/lib/wpbc_all_translations.php:1255 inc/_ps/form/class-wpbc-form-help.php:525
6544
  msgid "Plugin support configurations of the booking form are available in different languages."
6545
  msgstr ""
6546
 
6547
+ #: core/lib/wpbc_all_translations.php:1256 inc/_ps/form/class-wpbc-form-help.php:526
6548
  msgid "The active language of the booking form depends on the active locale of the site."
6549
  msgstr ""
6550
 
6551
+ #: core/lib/wpbc_all_translations.php:1257 inc/_ps/form/class-wpbc-form-help.php:527
6552
  msgid ""
6553
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6554
  msgstr ""
6555
 
6556
+ #: core/lib/wpbc_all_translations.php:1258 inc/_ps/form/class-wpbc-form-help.php:529
6557
  msgid "Usage"
6558
  msgstr ""
6559
 
6560
+ #: core/lib/wpbc_all_translations.php:1259 inc/_ps/form/class-wpbc-form-help.php:530
6561
  #, php-format
6562
  msgid "start new translation section in specific language, where %s - locale of the translation."
6563
  msgstr ""
6564
 
6565
+ #: core/lib/wpbc_all_translations.php:1260 inc/_ps/form/class-wpbc-form-help.php:533
6566
  msgid "English and French translation"
6567
  msgstr ""
6568
 
6569
+ #: core/lib/wpbc_all_translations.php:1261 inc/_ps/form/class-wpbc-form-help.php:536
6570
  msgid "of configuration booking form in English and French languages"
6571
  msgstr ""
6572
 
6573
+ #: core/lib/wpbc_all_translations.php:1262 inc/_ps/form/class-wpbc-form-help.php:555
6574
  msgid ""
6575
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6576
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6577
  msgstr ""
6578
 
6579
+ #: core/lib/wpbc_all_translations.php:1263 inc/_ps/form/class-wpbc-form-help.php:563
6580
  msgid "Different form fields, for the different week days"
6581
  msgstr ""
6582
 
6583
+ #: core/lib/wpbc_all_translations.php:1264 inc/_ps/form/class-wpbc-form-help.php:566
6584
  msgid ""
6585
  "This feature provides the possibility to show the different form fields or any other HTML "
6586
  "content in the booking form, depending on the selection of specific week day in calendar or "
6587
  "different days, which are assigned to the specific season filters"
6588
  msgstr ""
6589
 
6590
+ #: core/lib/wpbc_all_translations.php:1265 inc/_ps/form/class-wpbc-form-help.php:578
6591
  #, php-format
6592
  msgid ""
6593
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
6596
  "at initial stage, when the date in calendar is not yet selected."
6597
  msgstr ""
6598
 
6599
+ #: core/lib/wpbc_all_translations.php:1266 inc/_ps/form/class-wpbc-form-help.php:605
6600
  msgid "You can use several values, separated by comma."
6601
  msgstr ""
6602
 
6603
+ #: core/lib/wpbc_all_translations.php:1267 inc/_ps/form/class-wpbc-form-help.php:622
6604
  msgid "You can use several values, separated by a comma."
6605
  msgstr ""
6606
 
6607
+ #: core/lib/wpbc_all_translations.php:1268 inc/_ps/form/class-wpbc-form-help.php:635
6608
  msgid "Cost Fields"
6609
  msgstr ""
6610
 
6611
+ #: core/lib/wpbc_all_translations.php:1269 inc/_ps/form/class-wpbc-form-help.php:641
6612
  msgid "Cost Correction Field"
6613
  msgstr ""
6614
 
6615
+ #: core/lib/wpbc_all_translations.php:1270 inc/_ps/form/class-wpbc-form-help.php:643
6616
  #, php-format
6617
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6618
  msgstr ""
6619
 
6620
+ #: core/lib/wpbc_all_translations.php:1271 inc/_ps/form/class-wpbc-form-help.php:644
6621
  #, php-format
6622
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6623
  msgstr ""
6624
 
6625
+ #: core/lib/wpbc_all_translations.php:1272 inc/_ps/form/class-wpbc-form-help.php:655
6626
  msgid "Discount Coupon field"
6627
  msgstr ""
6628
 
6629
+ #: core/lib/wpbc_all_translations.php:1273 inc/_ps/form/class-wpbc-form-help.php:657
6630
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6631
  msgstr ""
6632
 
6633
+ #: core/lib/wpbc_all_translations.php:1274 inc/_ps/form/class-wpbc-form-help.php:658
6634
  #, php-format
6635
  msgid "You can configure the discount coupon codes at this %spage%s."
6636
  msgstr ""
6637
 
6638
+ #: core/lib/wpbc_all_translations.php:1275 inc/_ps/form/class-wpbc-form-help.php:667
6639
  msgid "Hints for your form"
6640
  msgstr ""
6641
 
6642
+ #: core/lib/wpbc_all_translations.php:1276 inc/_ps/form/class-wpbc-form-help.php:673
6643
  msgid "Cost Hints"
6644
  msgstr ""
6645
 
6646
+ #: core/lib/wpbc_all_translations.php:1277 inc/_ps/form/class-wpbc-form-help.php:675
6647
  #: inc/_ps/form/class-wpbc-form-help.php:697
6648
  #, php-format
6649
  msgid ""
6651
  "calendar or options in checkboxes or selectboxes)%s."
6652
  msgstr ""
6653
 
6654
+ #: core/lib/wpbc_all_translations.php:1278 inc/_ps/form/class-wpbc-form-help.php:695
6655
  msgid "Dates and Times Hints"
6656
  msgstr ""
6657
 
6658
+ #: core/lib/wpbc_all_translations.php:1279 inc/_ps/form/class-wpbc-form-help.php:699
6659
  #: inc/gateways/page-gateways.php:1066
6660
  msgid "Selected Check In date."
6661
  msgstr ""
6662
 
6663
+ #: core/lib/wpbc_all_translations.php:1280 inc/_ps/form/class-wpbc-form-help.php:700
6664
  #: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
6665
  #: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
6666
  #: inc/_ps/form/class-wpbc-form-help.php:715 inc/_ps/form/class-wpbc-form-help.php:718
6674
  msgid "Example:"
6675
  msgstr ""
6676
 
6677
+ #: core/lib/wpbc_all_translations.php:1281 inc/_ps/form/class-wpbc-form-help.php:702
6678
  #: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1069
6679
  msgid "Selected Check Out date."
6680
  msgstr ""
6681
 
6682
+ #: core/lib/wpbc_all_translations.php:1282 inc/_ps/form/class-wpbc-form-help.php:708
6683
  #: inc/gateways/page-gateways.php:1072
6684
  msgid "Selected Start Time."
6685
  msgstr ""
6686
 
6687
+ #: core/lib/wpbc_all_translations.php:1283 inc/_ps/form/class-wpbc-form-help.php:711
6688
  #: inc/gateways/page-gateways.php:1075
6689
  msgid "Selected End Time."
6690
  msgstr ""
6691
 
6692
+ #: core/lib/wpbc_all_translations.php:1284 inc/_ps/form/class-wpbc-form-help.php:714
6693
  #: inc/gateways/page-gateways.php:1078
6694
  msgid "All selected dates."
6695
  msgstr ""
6696
 
6697
+ #: core/lib/wpbc_all_translations.php:1285 inc/_ps/form/class-wpbc-form-help.php:717
6698
  #: inc/gateways/page-gateways.php:1081
6699
  msgid "All selected dates with times."
6700
  msgstr ""
6701
 
6702
+ #: core/lib/wpbc_all_translations.php:1286 inc/_ps/form/class-wpbc-form-help.php:720
6703
  #: inc/gateways/page-gateways.php:1084
6704
  msgid "All selected dates in \"short\" format."
6705
  msgstr ""
6706
 
6707
+ #: core/lib/wpbc_all_translations.php:1287 inc/_ps/form/class-wpbc-form-help.php:723
6708
  #: inc/gateways/page-gateways.php:1087
6709
  msgid "All selected dates with times in \"short\" format.."
6710
  msgstr ""
6711
 
6712
+ #: core/lib/wpbc_all_translations.php:1288 inc/_ps/form/class-wpbc-form-help.php:726
6713
  #: inc/gateways/page-gateways.php:1090
6714
  msgid "Number of selected days."
6715
  msgstr ""
6716
 
6717
+ #: core/lib/wpbc_all_translations.php:1289 inc/_ps/form/class-wpbc-form-help.php:729
6718
  #: inc/gateways/page-gateways.php:1093
6719
  msgid "Number of selected nights."
6720
  msgstr ""
6721
 
6722
+ #: core/lib/wpbc_all_translations.php:1290 inc/_ps/form/class-wpbc-form-help.php:739
6723
  msgid "Other Hints"
6724
  msgstr ""
6725
 
6726
+ #: core/lib/wpbc_all_translations.php:1291 inc/_ps/form/class-wpbc-form-help.php:741
6727
  #: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1044
6728
  msgid "title of booking resource"
6729
  msgstr ""
6730
 
6731
+ #: core/lib/wpbc_all_translations.php:1292 inc/_ps/form/class-wpbc-form-help.php:742
6732
  msgid "ID of booking resource."
6733
  msgstr ""
6734
 
6735
+ #: core/lib/wpbc_all_translations.php:1293 inc/_ps/form/class-wpbc-form-help.php:744
6736
  msgid "cost of booking resource."
6737
  msgstr ""
6738
 
6739
+ #: core/lib/wpbc_all_translations.php:1294 inc/_ps/form/class-wpbc-form-help.php:745
6740
  msgid "capacity of booking resource."
6741
  msgstr ""
6742
 
6743
+ #: core/lib/wpbc_all_translations.php:1295 inc/_ps/form/class-wpbc-form-help.php:746
6744
  msgid "maximum number of visitors per booking resource."
6745
  msgstr ""
6746
 
6747
+ #: core/lib/wpbc_all_translations.php:1296 inc/_ps/form/class-wpbc-form-help.php:760
6748
  msgid "Tips and Tricks"
6749
  msgstr ""
6750
 
6751
+ #: core/lib/wpbc_all_translations.php:1297 inc/_ps/form/class-wpbc-form-help.php:762
6752
  #, php-format
6753
  msgid "%sEmail verification field%s."
6754
  msgstr ""
6755
 
6756
+ #: core/lib/wpbc_all_translations.php:1298 inc/_ps/form/class-wpbc-form-help.php:764
6757
  #, php-format
6758
  msgid "%sDescription of usage%s."
6759
  msgstr ""
6760
 
6761
+ #: core/lib/wpbc_all_translations.php:1299 inc/_ps/form/class-wpbc-form-help.php:765
6762
  #, php-format
6763
  msgid ""
6764
  "To create verification email, you need to use special CSS class in other email field. This CSS "
6766
  "field: %s"
6767
  msgstr ""
6768
 
6769
+ #: core/lib/wpbc_all_translations.php:1300 inc/_ps/form/class-wpbc-form-help.php:766
6770
  #, php-format
6771
  msgid "%sExample%s."
6772
  msgstr ""
6773
 
6774
+ #: core/lib/wpbc_all_translations.php:1301 inc/_ps/form/class-wpbc-form-help.php:767
6775
  msgid "confirmation email field of the primary email field"
6776
  msgstr ""
6777
 
6778
+ #: core/lib/wpbc_all_translations.php:1302 inc/_ps/form/class-wpbc-form-help.php:791
6779
  msgid "Generate Tag"
6780
  msgstr ""
6781
 
6782
+ #: core/lib/wpbc_all_translations.php:1303 inc/_ps/form/class-wpbc-form-help.php:807
6783
  msgid "Select option to configure or show help info about tags"
6784
  msgstr ""
6785
 
6786
+ #: core/lib/wpbc_all_translations.php:1304 inc/_ps/p-toolbar.php:34
6787
  msgid "Keyword"
6788
  msgstr ""
6789
 
6790
+ #: core/lib/wpbc_all_translations.php:1305 inc/_ps/p-toolbar.php:42
6791
  msgid "Enter Keyword here"
6792
  msgstr ""
6793
 
6794
+ #: core/lib/wpbc_all_translations.php:1306 inc/_ps/p-toolbar.php:65
6795
  msgid ""
6796
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6797
  msgstr ""
6798
 
6799
+ #: core/lib/wpbc_all_translations.php:1307 inc/_ps/p-toolbar.php:69
6800
  msgid "Save as Default"
6801
  msgstr ""
6802
 
6803
+ #: core/lib/wpbc_all_translations.php:1308 inc/_ps/p-toolbar.php:75
6804
  msgid "Delete your previously saved default filer template!"
6805
  msgstr ""
6806
 
6807
+ #: core/lib/wpbc_all_translations.php:1309 inc/_ps/p-toolbar.php:79
6808
  msgid "Delete template"
6809
  msgstr ""
6810
 
6811
+ #: core/lib/wpbc_all_translations.php:1310 inc/_ps/p-toolbar.php:101
6812
  msgid "Print bookings listing"
6813
  msgstr ""
6814
 
6815
+ #: core/lib/wpbc_all_translations.php:1311 inc/_ps/p-toolbar.php:143
6816
  msgid "Export only current page of bookings to CSV format"
6817
  msgstr ""
6818
 
6819
+ #: core/lib/wpbc_all_translations.php:1312 inc/_ps/p-toolbar.php:156
6820
  msgid "Export All"
6821
  msgstr ""
6822
 
6823
+ #: core/lib/wpbc_all_translations.php:1313 inc/_ps/p-toolbar.php:157
6824
  msgid "Export All bookings to CSV format"
6825
  msgstr ""
6826
 
6827
+ #: core/lib/wpbc_all_translations.php:1314 inc/_ps/p-toolbar.php:224
6828
  msgid "Edit Note"
6829
  msgstr ""
6830
 
6831
+ #: core/lib/wpbc_all_translations.php:1315 inc/_ps/p-toolbar.php:247
6832
  msgid "Change Language"
6833
  msgstr ""
6834
 
6835
+ #: core/lib/wpbc_all_translations.php:1316 inc/_ps/p-toolbar.php:259
6836
  msgid "Default Locale"
6837
  msgstr ""
6838
 
6839
+ #: core/lib/wpbc_all_translations.php:1317 inc/_ps/p-toolbar.php:295
6840
  msgid "Change Resource"
6841
  msgstr ""
6842
 
6843
+ #: core/lib/wpbc_all_translations.php:1318 inc/_ps/p-toolbar.php:320 inc/_ps/p-toolbar.php:433
6844
  msgid "Duplicate Booking"
6845
  msgstr ""
6846
 
6847
+ #: core/lib/wpbc_all_translations.php:1319 inc/_ps/p-toolbar.php:351
6848
  msgid "Save"
6849
  msgstr ""
6850
 
6851
+ #: core/lib/wpbc_all_translations.php:1320 inc/_ps/p-toolbar.php:400
6852
  msgid "Change"
6853
  msgstr ""
6854
 
6855
+ #: core/lib/wpbc_all_translations.php:1321 inc/_ps/p-toolbar.php:470
6856
  msgid "Print bookings"
6857
  msgstr ""
6858
 
6859
+ #: core/lib/wpbc_all_translations.php:1322 inc/_ps/p-toolbar.php:509
6860
  msgid "Export bookings"
6861
  msgstr ""
6862
 
6863
+ #: core/lib/wpbc_all_translations.php:1323 inc/_ps/p-toolbar.php:512
6864
  msgid "Download the CSV file of exported booking data"
6865
  msgstr ""
6866
 
6867
+ #: core/lib/wpbc_all_translations.php:1324 inc/_ps/p-toolbar.php:520
6868
  msgid "Download"
6869
  msgstr ""
6870
 
6871
+ #: core/lib/wpbc_all_translations.php:1325 inc/_ps/p-toolbar.php:748
6872
  msgid "Clear booking resources selection"
6873
  msgstr ""
6874
 
6875
+ #: core/lib/wpbc_all_translations.php:1326 inc/_ps/p-toolbar.php:752
6876
  msgid "Apply booking resources selection"
6877
  msgstr ""
6878
 
6879
+ #: core/lib/wpbc_all_translations.php:1327 inc/_ps/p-toolbar.php:782
6880
  msgid ""
6881
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
6882
  "Please clear the selection, then add new resources."
6883
  msgstr ""
6884
 
6885
+ #: core/lib/wpbc_all_translations.php:1328 inc/_ps/p-toolbar.php:1070 inc/_ps/p-toolbar.php:1118
6886
  msgid "Add New Booking Resource(s)"
6887
  msgstr ""
6888
 
6889
+ #: core/lib/wpbc_all_translations.php:1329 inc/_ps/p-toolbar.php:1110
6890
  msgid "Enter name of booking resource"
6891
  msgstr ""
6892
 
6893
+ #: core/lib/wpbc_all_translations.php:1330 inc/_ps/p-toolbar.php:1134
6894
  msgid "Resources count"
6895
  msgstr ""
6896
 
6897
+ #: core/lib/wpbc_all_translations.php:1331 inc/_ps/personal.php:230
6898
  msgid "This booking resources does not exist"
6899
  msgstr ""
6900
 
6901
+ #: core/lib/wpbc_all_translations.php:1332 inc/_ps/personal.php:275
6902
  msgid "Generating columns"
6903
  msgstr ""
6904
 
6905
+ #: core/lib/wpbc_all_translations.php:1333 inc/_ps/personal.php:316
6906
  msgid "Exporting booking data"
6907
  msgstr ""
6908
 
6909
+ #: core/lib/wpbc_all_translations.php:1334 inc/_ps/personal.php:356
6910
  msgid "Generating content of file"
6911
  msgstr ""
6912
 
6913
+ #: core/lib/wpbc_all_translations.php:1335 inc/_ps/personal.php:398
6914
  msgid "Saving to file"
6915
  msgstr ""
6916
 
6917
+ #: core/lib/wpbc_all_translations.php:1336 inc/_ps/personal.php:846
6918
  msgid "The booking was canceled by the visitor."
6919
  msgstr ""
6920
 
6921
+ #: core/lib/wpbc_all_translations.php:1337 inc/_ps/personal.php:907
6922
  msgid "The booking has been canceled successfully"
6923
  msgstr ""
6924
 
6925
+ #: core/lib/wpbc_all_translations.php:1338 inc/_ps/personal.php:927
6926
  msgid "Incorrect date format"
6927
  msgstr ""
6928
 
6929
+ #: core/lib/wpbc_all_translations.php:1339 inc/_ps/personal.php:2047
6930
  msgid "Change your Booking"
6931
  msgstr ""
6932
 
6933
+ #: core/lib/wpbc_all_translations.php:1340 inc/_ps/personal.php:2049
6934
  msgid "Cancel Booking"
6935
  msgstr ""
6936
 
6937
+ #: core/lib/wpbc_all_translations.php:1341 inc/_ps/personal.php:2303
6938
  msgid "Warning! The resource was not changed. Current dates are already booked there."
6939
  msgstr ""
6940
 
6941
+ #: core/lib/wpbc_all_translations.php:1342 inc/_ps/personal.php:2440
6942
  msgid "The booking has been duplicated successfully"
6943
  msgstr ""
6944
 
6945
+ #: core/lib/wpbc_all_translations.php:1343 inc/_ps/personal.php:2449
6946
  msgid "Warning! Operation failed. Current dates are already booked there."
6947
  msgstr ""
6948
 
6949
+ #: core/lib/wpbc_all_translations.php:1344 inc/_ps/personal.php:2536
6950
  msgid "Sending request..."
6951
  msgstr ""
6952
 
6953
+ #: core/lib/wpbc_all_translations.php:1345 inc/_ps/personal.php:2565
6954
  msgid "Order number"
6955
  msgstr ""
6956
 
6957
+ #: core/lib/wpbc_all_translations.php:1346 inc/_ps/personal.php:2567
6958
  msgid "Register"
6959
  msgstr ""
6960
 
6961
+ #: core/lib/wpbc_all_translations.php:1347 inc/_ps/personal.php:2569
6962
  msgid ""
6963
  "Please, enter order number of your purchased version, which you received to your billing email."
6964
  msgstr ""
6965
 
6966
+ #: core/lib/wpbc_all_translations.php:1348 inc/_ps/personal.php:2571
6967
  #, php-format
6968
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
6969
  msgstr ""
6970
 
6971
+ #: core/lib/wpbc_all_translations.php:1349 inc/_ps/wpbc-booking-select-widget.php:226
6972
  msgid "Default form"
6973
  msgstr ""
6974
 
6975
+ #: core/lib/wpbc_all_translations.php:1350 inc/_ps/wpbc-check-updates.php:178
6976
  #, php-format
6977
  msgid ""
6978
  "There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
6979
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
6980
  msgstr ""
6981
 
6982
+ #: core/lib/wpbc_all_translations.php:1351 inc/_ps/wpbc-check-updates.php:184
6983
  #, php-format
6984
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
6985
  msgstr ""
6986
 
6987
+ #: core/lib/wpbc_all_translations.php:1352 inc/_ps/wpbc-check-updates.php:191
6988
  msgid "Upgrade Notice"
6989
  msgstr ""
6990
 
6991
+ #: core/lib/wpbc_all_translations.php:1353 inc/_ps/wpbc-check-updates.php:231
6992
  #, php-format
6993
  msgid "Version %s By %s"
6994
  msgstr ""
6995
 
6996
+ #: core/lib/wpbc_all_translations.php:1354 inc/_ps/wpbc-check-updates.php:235
6997
  msgid "View details"
6998
  msgstr ""
6999
 
7000
+ #: core/lib/wpbc_all_translations.php:1355 inc/_ps/wpbc-form-templates.php:34
7001
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
7002
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
7003
  msgid "First Name (required)"
7004
  msgstr ""
7005
 
7006
+ #: core/lib/wpbc_all_translations.php:1356 inc/_ps/wpbc-form-templates.php:35
7007
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
7008
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
7009
  msgid "Last Name (required)"
7010
  msgstr ""
7011
 
7012
+ #: core/lib/wpbc_all_translations.php:1357 inc/_ps/wpbc-form-templates.php:36
7013
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
7014
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
7015
  msgid "Email (required)"
7016
  msgstr ""
7017
 
7018
+ #: core/lib/wpbc_all_translations.php:1358 inc/_ps/wpbc-form-templates.php:37
7019
  #: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
7020
  #: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
7021
  #: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
7024
  msgid "Phone"
7025
  msgstr ""
7026
 
7027
+ #: core/lib/wpbc_all_translations.php:1359 inc/_ps/wpbc-form-templates.php:38
7028
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7029
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
7030
  #: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
7031
  msgid "Adults"
7032
  msgstr ""
7033
 
7034
+ #: core/lib/wpbc_all_translations.php:1360 inc/_ps/wpbc-form-templates.php:38
7035
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7036
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
7037
  #: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
7038
  msgid "Children"
7039
  msgstr ""
7040
 
7041
+ #: core/lib/wpbc_all_translations.php:1361 inc/_ps/wpbc-form-templates.php:39
7042
  #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
7043
  #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
7044
  #: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
7046
  msgid "Details"
7047
  msgstr ""
7048
 
7049
+ #: core/lib/wpbc_all_translations.php:1362 inc/_ps/wpbc-form-templates.php:40
7050
  #: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
7051
  #: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
7052
  msgid "I Accept term and conditions"
7053
  msgstr ""
7054
 
7055
+ #: core/lib/wpbc_all_translations.php:1363 inc/_ps/wpbc-form-templates.php:48
7056
  #: inc/_ps/wpbc-form-templates.php:68
7057
  msgid "Select Times"
7058
  msgstr ""
7059
 
7060
+ #: core/lib/wpbc_all_translations.php:1364 inc/_ps/wpbc-form-templates.php:53
7061
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
7062
  #: inc/_ps/wpbc-form-templates.php:118
7063
  msgid "Address (required)"
7064
  msgstr ""
7065
 
7066
+ #: core/lib/wpbc_all_translations.php:1365 inc/_ps/wpbc-form-templates.php:54
7067
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
7068
  #: inc/_ps/wpbc-form-templates.php:119
7069
  msgid "City (required)"
7070
  msgstr ""
7071
 
7072
+ #: core/lib/wpbc_all_translations.php:1366 inc/_ps/wpbc-form-templates.php:55
7073
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
7074
  #: inc/_ps/wpbc-form-templates.php:120
7075
  msgid "Post code (required)"
7076
  msgstr ""
7077
 
7078
+ #: core/lib/wpbc_all_translations.php:1367 inc/_ps/wpbc-form-templates.php:56
7079
  #: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
7080
  #: inc/_ps/wpbc-form-templates.php:121
7081
  msgid "Country (required)"
7082
  msgstr ""
7083
 
7084
+ #: core/lib/wpbc_all_translations.php:1368 inc/_ps/wpbc-form-templates.php:89
7085
  msgid "night(s)"
7086
  msgstr ""
7087
 
7088
+ #: core/lib/wpbc_all_translations.php:1369 inc/_ps/wpbc-form-templates.php:90
7089
  #: inc/_ps/wpbc-form-templates.php:112
7090
  msgid "Full cost of the booking"
7091
  msgstr ""
7092
 
7093
+ #: core/lib/wpbc_all_translations.php:1370 inc/_ps/wpbc-form-templates.php:122
7094
  #: inc/_ps/wpbc-form-templates.php:194
7095
  msgid "Visitors"
7096
  msgstr ""
7097
 
7098
+ #: core/lib/wpbc_all_translations.php:1371 inc/_ps/wpbc-form-templates.php:145
7099
  #: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
7100
  #: inc/_ps/wpbc-form-templates.php:187
7101
  msgid "Last Name"
7102
  msgstr ""
7103
 
7104
+ #: core/lib/wpbc_all_translations.php:1372 inc/_ps/wpbc-form-templates.php:146
7105
  #: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
7106
  #: inc/_ps/wpbc-form-templates.php:188
7107
  msgid "Email"
7108
  msgstr ""
7109
 
7110
+ #: core/lib/wpbc_all_translations.php:1373 inc/_ps/wpbc-form-templates.php:160
7111
  #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
7112
  msgid "Address"
7113
  msgstr ""
7114
 
7115
+ #: core/lib/wpbc_all_translations.php:1374 inc/_ps/wpbc-form-templates.php:161
7116
  #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
7117
  msgid "City"
7118
  msgstr ""
7119
 
7120
+ #: core/lib/wpbc_all_translations.php:1375 inc/_ps/wpbc-form-templates.php:162
7121
  #: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
7122
  msgid "Post code"
7123
  msgstr ""
7124
 
7125
+ #: core/lib/wpbc_all_translations.php:1376 inc/_ps/wpbc-form-templates.php:163
7126
  #: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
7127
  #: inc/gateways/page-gateways.php:340
7128
  msgid "Country"
7129
  msgstr ""
7130
 
7131
+ #: core/lib/wpbc_all_translations.php:1377 inc/_ps/wpbc-form-templates.php:220
7132
  #: inc/_ps/wpbc-form-templates.php:230 inc/_ps/wpbc-form-templates.php:240
7133
  #: inc/_ps/wpbc-form-templates.php:250
7134
  msgid "Check in"
7135
  msgstr ""
7136
 
7137
+ #: core/lib/wpbc_all_translations.php:1378 inc/_ps/wpbc-form-templates.php:221
7138
  #: inc/_ps/wpbc-form-templates.php:231 inc/_ps/wpbc-form-templates.php:241
7139
  #: inc/_ps/wpbc-form-templates.php:251
7140
  msgid "Check out"
7141
  msgstr ""
7142
 
7143
+ #: core/lib/wpbc_all_translations.php:1379 inc/_ps/wpbc-form-templates.php:222
7144
  #: inc/_ps/wpbc-form-templates.php:232 inc/_ps/wpbc-form-templates.php:242
7145
  #: inc/_ps/wpbc-form-templates.php:252
7146
  msgid "Guests"
7147
  msgstr ""
7148
 
7149
+ #: core/lib/wpbc_all_translations.php:1380 inc/_ps/wpbc-form-templates.php:280
7150
  #: inc/_ps/wpbc-form-templates.php:297
7151
  msgid "Max. persons"
7152
  msgstr ""
7153
 
7154
+ #: core/lib/wpbc_all_translations.php:1381 inc/_ps/wpbc-print.php:84
7155
  msgid "Data"
7156
  msgstr ""
7157
 
7158
+ #: core/lib/wpbc_all_translations.php:1382 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:275
7159
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
7160
  #: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:255
7161
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:344
7163
  msgid "Enable this payment gateway"
7164
  msgstr ""
7165
 
7166
+ #: core/lib/wpbc_all_translations.php:1383 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:285
7167
  msgid "API Login ID"
7168
  msgstr ""
7169
 
7170
+ #: core/lib/wpbc_all_translations.php:1384 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:287
7171
  #, php-format
7172
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
7173
  msgstr ""
7174
 
7175
+ #: core/lib/wpbc_all_translations.php:1385 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:300
7176
  msgid "Transaction Key"
7177
  msgstr ""
7178
 
7179
+ #: core/lib/wpbc_all_translations.php:1386 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:302
7180
  #: inc/gateways/stripe/wpbc-gw-stripe.php:318 inc/gateways/stripe/wpbc-gw-stripe.php:333
7181
  #: inc/gateways/stripe/wpbc-gw-stripe.php:350 inc/gateways/stripe/wpbc-gw-stripe.php:365
7182
  #, php-format
7183
  msgid "This parameter have to assigned to you by %s"
7184
  msgstr ""
7185
 
7186
+ #: core/lib/wpbc_all_translations.php:1387 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:314
7187
  #: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:423
7188
  #: inc/gateways/sage/wpbc-gw-sage.php:424
7189
  msgid "Chose payment mode"
7190
  msgstr ""
7191
 
7192
+ #: core/lib/wpbc_all_translations.php:1388 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
7193
  msgid ""
7194
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
7195
  "for using Developer account."
7196
  msgstr ""
7197
 
7198
+ #: core/lib/wpbc_all_translations.php:1389 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:318
7199
  msgid ""
7200
  "Transactions posted against live merchant accounts using either of the above testing methods are "
7201
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
7202
  "Interface."
7203
  msgstr ""
7204
 
7205
+ #: core/lib/wpbc_all_translations.php:1390 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:322
7206
  msgid "Developer Test"
7207
  msgstr ""
7208
 
7209
+ #: core/lib/wpbc_all_translations.php:1391 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:323
7210
  msgid "Live Test"
7211
  msgstr ""
7212
 
7213
+ #: core/lib/wpbc_all_translations.php:1392 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:324
7214
  #: inc/gateways/paypal/wpbc-gw-paypal.php:429
7215
  msgid "Live"
7216
  msgstr ""
7217
 
7218
+ #: core/lib/wpbc_all_translations.php:1393 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:332
7219
  #: inc/gateways/paypal/wpbc-gw-paypal.php:407 inc/gateways/sage/wpbc-gw-sage.php:438
7220
  msgid "Transaction type"
7221
  msgstr ""
7222
 
7223
+ #: core/lib/wpbc_all_translations.php:1394 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:333
7224
  msgid "Select transaction type, which supported by the payment gateway."
7225
  msgstr ""
7226
 
7227
+ #: core/lib/wpbc_all_translations.php:1395 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:336
7228
  msgid "Authorization and Capture"
7229
  msgstr ""
7230
 
7231
+ #: core/lib/wpbc_all_translations.php:1396 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:337
7232
  msgid "Authorization Only"
7233
  msgstr ""
7234
 
7235
+ #: core/lib/wpbc_all_translations.php:1397 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343
7236
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:293 inc/gateways/paypal/wpbc-gw-paypal.php:438
7237
  #: inc/gateways/sage/wpbc-gw-sage.php:453 inc/gateways/stripe/wpbc-gw-stripe.php:386
7238
  msgid "U.S. Dollars"
7239
  msgstr ""
7240
 
7241
+ #: core/lib/wpbc_all_translations.php:1398 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
7242
  #: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe/wpbc-gw-stripe.php:387
7243
  msgid "Pounds Sterling"
7244
  msgstr ""
7245
 
7246
+ #: core/lib/wpbc_all_translations.php:1399 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:345
7247
  #: inc/gateways/paypal/wpbc-gw-paypal.php:439 inc/gateways/sage/wpbc-gw-sage.php:452
7248
  #: inc/gateways/stripe/wpbc-gw-stripe.php:388
7249
  msgid "Euros"
7250
  msgstr ""
7251
 
7252
+ #: core/lib/wpbc_all_translations.php:1400 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
7253
  #: inc/gateways/paypal/wpbc-gw-paypal.php:443 inc/gateways/sage/wpbc-gw-sage.php:456
7254
  #: inc/gateways/stripe/wpbc-gw-stripe.php:389
7255
  msgid "Canadian Dollars"
7256
  msgstr ""
7257
 
7258
+ #: core/lib/wpbc_all_translations.php:1401 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
7259
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:299 inc/gateways/paypal/wpbc-gw-paypal.php:466
7260
  #: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe/wpbc-gw-stripe.php:530
7261
  msgid "Accepted Currency"
7262
  msgstr ""
7263
 
7264
+ #: core/lib/wpbc_all_translations.php:1402 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
7265
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:300 inc/gateways/paypal/wpbc-gw-paypal.php:467
7266
  #: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe/wpbc-gw-stripe.php:531
7267
  msgid "The currency code that gateway will process the payment in."
7268
  msgstr ""
7269
 
7270
+ #: core/lib/wpbc_all_translations.php:1403 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:355
7271
  #: inc/gateways/stripe/wpbc-gw-stripe.php:534
7272
  msgid ""
7273
  "Setting the currency that is not supported by the payment processor will result in an error."
7274
  msgstr ""
7275
 
7276
+ #: core/lib/wpbc_all_translations.php:1404 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:365
7277
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
7278
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:983 inc/gateways/ideal/wpbc-gw-ideal.php:309
7279
  #: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
7287
  msgid "Pay via"
7288
  msgstr ""
7289
 
7290
+ #: core/lib/wpbc_all_translations.php:1405 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
7291
  #: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:311
7292
  #: inc/gateways/paypal/wpbc-gw-paypal.php:497 inc/gateways/sage/wpbc-gw-sage.php:490
7293
  #: inc/gateways/stripe/wpbc-gw-stripe.php:554
7294
  msgid "Payment button title"
7295
  msgstr ""
7296
 
7297
+ #: core/lib/wpbc_all_translations.php:1406 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:368
7298
  #: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:312
7299
  #: inc/gateways/paypal/wpbc-gw-paypal.php:498 inc/gateways/sage/wpbc-gw-sage.php:491
7300
  #: inc/gateways/stripe/wpbc-gw-stripe.php:555
7301
  msgid "Enter the title of the payment button"
7302
  msgstr ""
7303
 
7304
+ #: core/lib/wpbc_all_translations.php:1407 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:379
7305
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:380
7306
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:979 inc/gateways/ideal/wpbc-gw-ideal.php:471
7307
  #: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
7315
  msgid "Payment for booking %s on these day(s): %s"
7316
  msgstr ""
7317
 
7318
+ #: core/lib/wpbc_all_translations.php:1408 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:381
7319
  #: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
7320
  #: inc/gateways/paypal/wpbc-gw-paypal.php:525 inc/gateways/sage/wpbc-gw-sage.php:504
7321
  #: inc/gateways/stripe/wpbc-gw-stripe.php:568
7322
  msgid "Payment description at gateway website"
7323
  msgstr ""
7324
 
7325
+ #: core/lib/wpbc_all_translations.php:1409 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:382
7326
  #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:326
7327
  #: inc/gateways/paypal/wpbc-gw-paypal.php:526 inc/gateways/sage/wpbc-gw-sage.php:505
7328
  #: inc/gateways/stripe/wpbc-gw-stripe.php:569
7329
  msgid "Enter the service name or the reason for the payment here."
7330
  msgstr ""
7331
 
7332
+ #: core/lib/wpbc_all_translations.php:1410 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383
7333
  #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:327
7334
  #: inc/gateways/paypal/wpbc-gw-paypal.php:527 inc/gateways/sage/wpbc-gw-sage.php:506
7335
  #: inc/gateways/stripe/wpbc-gw-stripe.php:570
7336
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7337
  msgstr ""
7338
 
7339
+ #: core/lib/wpbc_all_translations.php:1411 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
7340
  #: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
7341
  #: inc/gateways/paypal/wpbc-gw-paypal.php:530 inc/gateways/sage/wpbc-gw-sage.php:509
7342
  #, php-format
7343
  msgid "This field support only up to %s characters by payment system."
7344
  msgstr ""
7345
 
7346
+ #: core/lib/wpbc_all_translations.php:1412 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
7347
  msgid "Activate Relay Response"
7348
  msgstr ""
7349
 
7350
+ #: core/lib/wpbc_all_translations.php:1413 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
7351
  msgid ""
7352
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7353
  "site."
7354
  msgstr ""
7355
 
7356
+ #: core/lib/wpbc_all_translations.php:1414 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
7357
  msgid ""
7358
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7359
  "Interface, if a Relay Response is activated here."
7360
  msgstr ""
7361
 
7362
+ #: core/lib/wpbc_all_translations.php:1415 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
7363
  msgid "MD5 Hash value"
7364
  msgstr ""
7365
 
7366
+ #: core/lib/wpbc_all_translations.php:1416 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7367
  msgid ""
7368
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7369
  msgstr ""
7370
 
7371
+ #: core/lib/wpbc_all_translations.php:1417 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7372
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7373
  msgstr ""
7374
 
7375
+ #: core/lib/wpbc_all_translations.php:1418 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:422
7376
  msgid "Log on to the Merchant Interface"
7377
  msgstr ""
7378
 
7379
+ #: core/lib/wpbc_all_translations.php:1419 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:423
7380
  msgid "Click Settings under Account in the main menu on the left"
7381
  msgstr ""
7382
 
7383
+ #: core/lib/wpbc_all_translations.php:1420 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:424
7384
  msgid "Click MD5-Hash in the Security Settings section"
7385
  msgstr ""
7386
 
7387
+ #: core/lib/wpbc_all_translations.php:1421 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:425
7388
  msgid "Enter this value"
7389
  msgstr ""
7390
 
7391
+ #: core/lib/wpbc_all_translations.php:1422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:426
7392
  msgid "Click Submit"
7393
  msgstr ""
7394
 
7395
+ #: core/lib/wpbc_all_translations.php:1423 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:427
7396
  #, php-format
7397
  msgid ""
7398
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7399
  "%sMerchant Integration Guide%s"
7400
  msgstr ""
7401
 
7402
+ #: core/lib/wpbc_all_translations.php:1424 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:442
7403
  #: inc/gateways/ideal/wpbc-gw-ideal.php:506 inc/gateways/ipay88/wpbc-gw-ipay88.php:351
7404
  #: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe/wpbc-gw-stripe.php:594
7405
  msgid "Return URL after Successful order"
7406
  msgstr ""
7407
 
7408
+ #: core/lib/wpbc_all_translations.php:1425 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:460
7409
  #: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:367
7410
  #: inc/gateways/paypal/wpbc-gw-paypal.php:591 inc/gateways/sage/wpbc-gw-sage.php:546
7411
  #: inc/gateways/stripe/wpbc-gw-stripe.php:612
7412
  msgid "The URL where visitor will be redirected after completing payment."
7413
  msgstr ""
7414
 
7415
+ #: core/lib/wpbc_all_translations.php:1426 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
7416
  #: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:368
7417
  #: inc/gateways/paypal/wpbc-gw-paypal.php:592 inc/gateways/sage/wpbc-gw-sage.php:547
7418
  #: inc/gateways/stripe/wpbc-gw-stripe.php:613
7420
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7421
  msgstr ""
7422
 
7423
+ #: core/lib/wpbc_all_translations.php:1427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:476
7424
  #: inc/gateways/ideal/wpbc-gw-ideal.php:537 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
7425
  #: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe/wpbc-gw-stripe.php:628
7426
  msgid "Return URL after Failed order"
7427
  msgstr ""
7428
 
7429
+ #: core/lib/wpbc_all_translations.php:1428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:494
7430
  #: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:398
7431
  #: inc/gateways/paypal/wpbc-gw-paypal.php:622 inc/gateways/sage/wpbc-gw-sage.php:577
7432
  #: inc/gateways/stripe/wpbc-gw-stripe.php:646
7433
  msgid "The URL where the visitor will be redirected after completing payment."
7434
  msgstr ""
7435
 
7436
+ #: core/lib/wpbc_all_translations.php:1429 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:495
7437
  #: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:399
7438
  #: inc/gateways/paypal/wpbc-gw-paypal.php:623 inc/gateways/sage/wpbc-gw-sage.php:578
7439
  #: inc/gateways/stripe/wpbc-gw-stripe.php:647
7441
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7442
  msgstr ""
7443
 
7444
+ #: core/lib/wpbc_all_translations.php:1430 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:506
7445
  msgid "Automatically approve booking"
7446
  msgstr ""
7447
 
7448
+ #: core/lib/wpbc_all_translations.php:1431 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
7449
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7450
  msgstr ""
7451
 
7452
+ #: core/lib/wpbc_all_translations.php:1432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
7453
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/paypal/wpbc-gw-paypal.php:640
7454
  #: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe/wpbc-gw-stripe.php:661
7455
  msgid "This will not work, if the visitor leaves the payment page."
7456
  msgstr ""
7457
 
7458
+ #: core/lib/wpbc_all_translations.php:1433 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:726
7459
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7460
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7461
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:446
7469
  msgid "%s Settings"
7470
  msgstr ""
7471
 
7472
+ #: core/lib/wpbc_all_translations.php:1434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:727
7473
  msgid "Integration of authorizenet payment system"
7474
  msgstr ""
7475
 
7476
+ #: core/lib/wpbc_all_translations.php:1435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:819
7477
  #, php-format
7478
  msgid ""
7479
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
7481
  "gateway."
7482
  msgstr ""
7483
 
7484
+ #: core/lib/wpbc_all_translations.php:1436
7485
  msgid ""
7486
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7487
  "European payment processor"
7488
  msgstr ""
7489
 
7490
+ #: core/lib/wpbc_all_translations.php:1437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:834
7491
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7492
  msgstr ""
7493
 
7494
+ #: core/lib/wpbc_all_translations.php:1438 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:844
7495
  #, php-format
7496
  msgid "%s - Server Integration Method (SIM)"
7497
  msgstr ""
7498
 
7499
+ #: core/lib/wpbc_all_translations.php:1439 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
7500
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
7501
  msgid "Payment method description that the customer will see on your payment page."
7502
  msgstr ""
7503
 
7504
+ #: core/lib/wpbc_all_translations.php:1440 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:263
7505
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:342
7506
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7507
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7508
  msgid "Bank Transfer"
7509
  msgstr ""
7510
 
7511
+ #: core/lib/wpbc_all_translations.php:1441 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7512
  msgid "Integration of Bank Transfer payment system"
7513
  msgstr ""
7514
 
7515
+ #: core/lib/wpbc_all_translations.php:1442 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7516
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:465
7517
  msgid "Account details"
7518
  msgstr ""
7519
 
7520
+ #: core/lib/wpbc_all_translations.php:1443 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:479
7521
  #, php-format
7522
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7523
  msgstr ""
7524
 
7525
+ #: core/lib/wpbc_all_translations.php:1444 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:481
7526
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
7527
  msgid "Its only show fixed payment details."
7528
  msgstr ""
7529
 
7530
+ #: core/lib/wpbc_all_translations.php:1445 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:716
7531
  msgid "Sort Code"
7532
  msgstr ""
7533
 
7534
+ #: core/lib/wpbc_all_translations.php:1446 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:724
7535
  #, php-format
7536
  msgid ""
7537
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7538
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7539
  msgstr ""
7540
 
7541
+ #: core/lib/wpbc_all_translations.php:1447 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:730
7542
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
7543
  msgid "Account Number"
7544
  msgstr ""
7545
 
7546
+ #: core/lib/wpbc_all_translations.php:1448 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:732
7547
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:740
7548
  msgid "IBAN"
7549
  msgstr ""
7550
 
7551
+ #: core/lib/wpbc_all_translations.php:1449 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
7552
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
7553
  msgid "BIC / Swift"
7554
  msgstr ""
7555
 
7556
+ #: core/lib/wpbc_all_translations.php:1450 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:736
7557
  msgid "Account Name"
7558
  msgstr ""
7559
 
7560
+ #: core/lib/wpbc_all_translations.php:1451 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
7561
  #: inc/gateways/ideal/wpbc-gw-ideal.php:324
7562
  msgid "Bank Name"
7563
  msgstr ""
7564
 
7565
+ #: core/lib/wpbc_all_translations.php:1452 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:786
7566
  msgid "BSB"
7567
  msgstr ""
7568
 
7569
+ #: core/lib/wpbc_all_translations.php:1453 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
7570
  msgid "Bank Transit Number"
7571
  msgstr ""
7572
 
7573
+ #: core/lib/wpbc_all_translations.php:1454 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
7574
  msgid "IFSC"
7575
  msgstr ""
7576
 
7577
+ #: core/lib/wpbc_all_translations.php:1455 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
7578
  msgid "Branch Sort"
7579
  msgstr ""
7580
 
7581
+ #: core/lib/wpbc_all_translations.php:1456 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
7582
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
7583
  msgid "Bank Code"
7584
  msgstr ""
7585
 
7586
+ #: core/lib/wpbc_all_translations.php:1457 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
7587
  msgid "Routing Number"
7588
  msgstr ""
7589
 
7590
+ #: core/lib/wpbc_all_translations.php:1458 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
7591
  msgid "Branch Code"
7592
  msgstr ""
7593
 
7594
+ #: core/lib/wpbc_all_translations.php:1459 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
7595
  #, php-format
7596
  msgid "%s - inserting all bank accounts details"
7597
  msgstr ""
7598
 
7599
+ #: core/lib/wpbc_all_translations.php:1460 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
7600
  #, php-format
7601
  msgid "%s - inserting account name"
7602
  msgstr ""
7603
 
7604
+ #: core/lib/wpbc_all_translations.php:1461 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
7605
  #, php-format
7606
  msgid "%s - inserting account number"
7607
  msgstr ""
7608
 
7609
+ #: core/lib/wpbc_all_translations.php:1462 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
7610
  #, php-format
7611
  msgid "%s - inserting bank name "
7612
  msgstr ""
7613
 
7614
+ #: core/lib/wpbc_all_translations.php:1463 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7615
  #, php-format
7616
  msgid "%s - inserting sort code "
7617
  msgstr ""
7618
 
7619
+ #: core/lib/wpbc_all_translations.php:1464 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
7620
  #, php-format
7621
  msgid "%s - inserting IBAN "
7622
  msgstr ""
7623
 
7624
+ #: core/lib/wpbc_all_translations.php:1465 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
7625
  #, php-format
7626
  msgid "%s - inserting BIC "
7627
  msgstr ""
7628
 
7629
+ #: core/lib/wpbc_all_translations.php:1466 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:814
7630
  msgid ""
7631
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7632
  "General page"
7633
  msgstr ""
7634
 
7635
+ #: core/lib/wpbc_all_translations.php:1467 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7636
  msgid "+ Add Account"
7637
  msgstr ""
7638
 
7639
+ #: core/lib/wpbc_all_translations.php:1468 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7640
  msgid "Remove selected account(s)"
7641
  msgstr ""
7642
 
7643
+ #: core/lib/wpbc_all_translations.php:1469 inc/gateways/ipay88/ipay88-backend.php:51
7644
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
7645
  msgid "Successful payment"
7646
  msgstr ""
7647
 
7648
+ #: core/lib/wpbc_all_translations.php:1470 inc/gateways/ipay88/ipay88-backend.php:53
7649
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:503
7650
  msgid " Parameters are incorrect,"
7651
  msgstr ""
7652
 
7653
+ #: core/lib/wpbc_all_translations.php:1471 inc/gateways/ipay88/ipay88-backend.php:54
7654
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:505
7655
  msgid "Cannot find the record"
7656
  msgstr ""
7657
 
7658
+ #: core/lib/wpbc_all_translations.php:1472 inc/gateways/ipay88/ipay88-backend.php:55
7659
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:507
7660
  msgid "Amount different"
7661
  msgstr ""
7662
 
7663
+ #: core/lib/wpbc_all_translations.php:1473 inc/gateways/ipay88/ipay88-backend.php:56
7664
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:509
7665
  msgid "Payment failed"
7666
  msgstr ""
7667
 
7668
+ #: core/lib/wpbc_all_translations.php:1474 inc/gateways/ipay88/ipay88-backend.php:57
7669
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:511
7670
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7671
  msgstr ""
7672
 
7673
+ #: core/lib/wpbc_all_translations.php:1475 inc/gateways/ipay88/ipay88-backend.php:58
7674
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:513
7675
  msgid "Connection Error"
7676
  msgstr ""
7677
 
7678
+ #: core/lib/wpbc_all_translations.php:1476 inc/gateways/ipay88/wpbc-gw-ipay88.php:265
7679
  msgid "Merchant Code"
7680
  msgstr ""
7681
 
7682
+ #: core/lib/wpbc_all_translations.php:1477 inc/gateways/ipay88/wpbc-gw-ipay88.php:267
7683
  msgid "Enter your iPay88 Merchant Code."
7684
  msgstr ""
7685
 
7686
+ #: core/lib/wpbc_all_translations.php:1478 inc/gateways/ideal/wpbc-gw-ideal.php:403
7687
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:280
7688
  msgid "Merchant Key"
7689
  msgstr ""
7690
 
7691
+ #: core/lib/wpbc_all_translations.php:1479 inc/gateways/ipay88/wpbc-gw-ipay88.php:282
7692
  msgid "Enter your iPay88 Merchant Key."
7693
  msgstr ""
7694
 
7695
+ #: core/lib/wpbc_all_translations.php:1480 inc/gateways/ipay88/wpbc-gw-ipay88.php:292
7696
  msgid "Malaysian Ringgit"
7697
  msgstr ""
7698
 
7699
+ #: core/lib/wpbc_all_translations.php:1481 inc/gateways/ipay88/wpbc-gw-ipay88.php:294
7700
  #: inc/gateways/paypal/wpbc-gw-paypal.php:458 inc/gateways/sage/wpbc-gw-sage.php:471
7701
  msgid "Philippine Pesos"
7702
  msgstr ""
7703
 
7704
+ #: core/lib/wpbc_all_translations.php:1482 inc/gateways/ideal/wpbc-gw-ideal.php:564
7705
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:409 inc/gateways/paypal/wpbc-gw-paypal.php:637
7706
  #: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe/wpbc-gw-stripe.php:658
7707
  msgid "Automatically approve/cancel booking"
7708
  msgstr ""
7709
 
7710
+ #: core/lib/wpbc_all_translations.php:1483 inc/gateways/ideal/wpbc-gw-ideal.php:565
7711
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:638
7712
  #: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe/wpbc-gw-stripe.php:659
7713
  msgid ""
7715
  "automatically cancel the booking, when visitor makes a payment cancellation."
7716
  msgstr ""
7717
 
7718
+ #: core/lib/wpbc_all_translations.php:1484 inc/gateways/ipay88/wpbc-gw-ipay88.php:660
7719
  msgid "Integration of iPay88 payment system"
7720
  msgstr ""
7721
 
7722
+ #: core/lib/wpbc_all_translations.php:1485 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:826
7723
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:751 inc/gateways/sage/wpbc-gw-sage.php:881
7724
  #: inc/gateways/stripe/wpbc-gw-stripe.php:896
7725
  #, php-format
7728
  "tab."
7729
  msgstr ""
7730
 
7731
+ #: core/lib/wpbc_all_translations.php:1486 inc/gateways/page-gateways.php:65
7732
  msgid "for 1 day"
7733
  msgstr ""
7734
 
7735
+ #: core/lib/wpbc_all_translations.php:1487 inc/gateways/page-gateways.php:66
7736
  msgid "for 1 night"
7737
  msgstr ""
7738
 
7739
+ #: core/lib/wpbc_all_translations.php:1488 inc/gateways/page-gateways.php:67
7740
  msgid "fixed sum"
7741
  msgstr ""
7742
 
7743
+ #: core/lib/wpbc_all_translations.php:1489 inc/gateways/page-gateways.php:68
7744
  msgid "for 1 hour"
7745
  msgstr ""
7746
 
7747
+ #: core/lib/wpbc_all_translations.php:1490 inc/gateways/page-gateways.php:73
7748
  msgid "Set the cost"
7749
  msgstr ""
7750
 
7751
+ #: core/lib/wpbc_all_translations.php:1491 inc/gateways/page-gateways.php:74
7752
  msgid " Select your cost configuration."
7753
  msgstr ""
7754
 
7755
+ #: core/lib/wpbc_all_translations.php:1492 inc/gateways/page-gateways.php:82
7756
  msgid "Time impact to cost"
7757
  msgstr ""
7758
 
7759
+ #: core/lib/wpbc_all_translations.php:1493 inc/gateways/page-gateways.php:83
7760
  #, php-format
7761
  msgid ""
7762
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7763
  "calculation%s."
7764
  msgstr ""
7765
 
7766
+ #: core/lib/wpbc_all_translations.php:1494 inc/gateways/page-gateways.php:93
7767
  msgid ""
7768
  "Check this box if you want that specific additional cost, which configured as percentage for "
7769
  "some option, apply to other additional fixed costs and not only to original booking cost."
7770
  msgstr ""
7771
 
7772
+ #: core/lib/wpbc_all_translations.php:1495 inc/gateways/page-gateways.php:174
7773
  #: inc/gateways/page-gateways.php:841
7774
  msgid "Currency"
7775
  msgstr ""
7776
 
7777
+ #: core/lib/wpbc_all_translations.php:1496 inc/gateways/page-gateways.php:177
7778
  msgid ""
7779
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7780
  "or does not suport it."
7781
  msgstr ""
7782
 
7783
+ #: core/lib/wpbc_all_translations.php:1497 inc/gateways/page-gateways.php:142
7784
  #: inc/gateways/page-gateways.php:180 inc/gateways/page-gateways.php:893
7785
  msgid "Important"
7786
  msgstr ""
7787
 
7788
+ #: core/lib/wpbc_all_translations.php:1498 inc/gateways/page-gateways.php:180
7789
  msgid "Check and configure currency at each activated payment gateway."
7790
  msgstr ""
7791
 
7792
+ #: core/lib/wpbc_all_translations.php:1499 inc/gateways/page-gateways.php:190
7793
  msgid "Currency Position"
7794
  msgstr ""
7795
 
7796
+ #: core/lib/wpbc_all_translations.php:1500 inc/gateways/page-gateways.php:191
7797
  msgid "Set position of the currency symbol."
7798
  msgstr ""
7799
 
7800
+ #: core/lib/wpbc_all_translations.php:1501 inc/gateways/page-gateways.php:194
7801
  msgid "Left"
7802
  msgstr ""
7803
 
7804
+ #: core/lib/wpbc_all_translations.php:1502 inc/gateways/page-gateways.php:198
7805
  msgid "Right"
7806
  msgstr ""
7807
 
7808
+ #: core/lib/wpbc_all_translations.php:1503 inc/gateways/page-gateways.php:202
7809
  msgid "Left with space"
7810
  msgstr ""
7811
 
7812
+ #: core/lib/wpbc_all_translations.php:1504 inc/gateways/page-gateways.php:206
7813
  msgid "Right with space"
7814
  msgstr ""
7815
 
7816
+ #: core/lib/wpbc_all_translations.php:1505 inc/gateways/page-gateways.php:225
7817
  msgid "Currency format"
7818
  msgstr ""
7819
 
7820
+ #: core/lib/wpbc_all_translations.php:1506 inc/gateways/page-gateways.php:226
7821
  msgid "Number of decimal points"
7822
  msgstr ""
7823
 
7824
+ #: core/lib/wpbc_all_translations.php:1507 inc/gateways/page-gateways.php:233
7825
  #: inc/gateways/page-gateways.php:248
7826
  msgid "No separator"
7827
  msgstr ""
7828
 
7829
+ #: core/lib/wpbc_all_translations.php:1508 inc/gateways/page-gateways.php:234
7830
  #: inc/gateways/page-gateways.php:249
7831
  msgid "Space"
7832
  msgstr ""
7833
 
7834
+ #: core/lib/wpbc_all_translations.php:1509 inc/gateways/page-gateways.php:235
7835
  #: inc/gateways/page-gateways.php:250
7836
  msgid "Dot"
7837
  msgstr ""
7838
 
7839
+ #: core/lib/wpbc_all_translations.php:1510 inc/gateways/page-gateways.php:236
7840
  #: inc/gateways/page-gateways.php:251
7841
  msgid "Comma"
7842
  msgstr ""
7843
 
7844
+ #: core/lib/wpbc_all_translations.php:1511 inc/gateways/page-gateways.php:241
7845
  msgid "Separator for the decimal point"
7846
  msgstr ""
7847
 
7848
+ #: core/lib/wpbc_all_translations.php:1512 inc/gateways/page-gateways.php:256
7849
  msgid "Thousands separator"
7850
  msgstr ""
7851
 
7852
+ #: core/lib/wpbc_all_translations.php:1513 inc/gateways/page-gateways.php:269
7853
  msgid "Please select"
7854
  msgstr ""
7855
 
7856
+ #: core/lib/wpbc_all_translations.php:1514 inc/gateways/page-gateways.php:280
7857
  msgid ""
7858
  "Please select a field from your booking form. This field will be automatically assigned to the "
7859
  "current field in the billing form."
7860
  msgstr ""
7861
 
7862
+ #: core/lib/wpbc_all_translations.php:1515 inc/gateways/page-gateways.php:292
7863
  msgid "Customer Email"
7864
  msgstr ""
7865
 
7866
+ #: core/lib/wpbc_all_translations.php:1516 inc/gateways/page-gateways.php:300
7867
  msgid "First Name(s)"
7868
  msgstr ""
7869
 
7870
+ #: core/lib/wpbc_all_translations.php:1517 inc/gateways/page-gateways.php:308
7871
  msgid "Last name"
7872
  msgstr ""
7873
 
7874
+ #: core/lib/wpbc_all_translations.php:1518 inc/gateways/page-gateways.php:324
7875
  msgid "Billing Address"
7876
  msgstr ""
7877
 
7878
+ #: core/lib/wpbc_all_translations.php:1519 inc/gateways/page-gateways.php:332
7879
  msgid "Billing City"
7880
  msgstr ""
7881
 
7882
+ #: core/lib/wpbc_all_translations.php:1520 inc/gateways/page-gateways.php:349
7883
  msgid "Post Code"
7884
  msgstr ""
7885
 
7886
+ #: core/lib/wpbc_all_translations.php:1521 inc/gateways/page-gateways.php:357
7887
  msgid "State"
7888
  msgstr ""
7889
 
7890
+ #: core/lib/wpbc_all_translations.php:1522 inc/gateways/page-gateways.php:369
7891
  msgid "Show booking details in payment form"
7892
  msgstr ""
7893
 
7894
+ #: core/lib/wpbc_all_translations.php:1523 inc/gateways/page-gateways.php:370
7895
  #, php-format
7896
  msgid ""
7897
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
7898
  msgstr ""
7899
 
7900
+ #: core/lib/wpbc_all_translations.php:1524 inc/gateways/page-gateways.php:381
7901
  msgid "Configure booking details summary above the payment form"
7902
  msgstr ""
7903
 
7904
+ #: core/lib/wpbc_all_translations.php:1525 inc/gateways/page-gateways.php:493
7905
  msgid "Payments"
7906
  msgstr ""
7907
 
7908
+ #: core/lib/wpbc_all_translations.php:1526 inc/gateways/page-gateways.php:494
7909
  msgid "Customizaton of Payment"
7910
  msgstr ""
7911
 
7912
+ #: core/lib/wpbc_all_translations.php:1527 inc/gateways/page-gateways.php:495
7913
  msgid "Payment Gateways"
7914
  msgstr ""
7915
 
7916
+ #: core/lib/wpbc_all_translations.php:1528 inc/gateways/page-gateways.php:511
7917
  #: inc/gateways/page-gateways.php:581 inc/gateways/page-gateways.php:608
7918
  msgid "Payment Settings"
7919
  msgstr ""
7920
 
7921
+ #: core/lib/wpbc_all_translations.php:1529 inc/gateways/page-gateways.php:512
7922
  msgid "Payment Gateways - General Settings"
7923
  msgstr ""
7924
 
7925
+ #: core/lib/wpbc_all_translations.php:1530 inc/gateways/page-gateways.php:579
7926
  #: inc/gateways/page-gateways.php:603
7927
  msgid "Active Payment Gateways"
7928
  msgstr ""
7929
 
7930
+ #: core/lib/wpbc_all_translations.php:1531 inc/gateways/page-gateways.php:580
7931
  #: inc/gateways/page-gateways.php:624
7932
  msgid "Billing form fields"
7933
  msgstr ""
7934
 
7935
+ #: core/lib/wpbc_all_translations.php:1532 inc/gateways/page-gateways.php:583
7936
  #: inc/gateways/page-gateways.php:638
7937
  msgid "Payment Description"
7938
  msgstr ""
7939
 
7940
+ #: core/lib/wpbc_all_translations.php:1533 inc/gateways/page-gateways.php:839
7941
  msgid "Gateway"
7942
  msgstr ""
7943
 
7944
+ #: core/lib/wpbc_all_translations.php:1534 inc/gateways/page-gateways.php:889
7945
  #, php-format
7946
  msgid "Some currencies at payment gateways are different from main currency %s"
7947
  msgstr ""
7948
 
7949
+ #: core/lib/wpbc_all_translations.php:1535 inc/gateways/page-gateways.php:893
7950
  #, php-format
7951
  msgid ""
7952
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
7953
  "payment form without currency exchange! Its can be reason of wrong cost."
7954
  msgstr ""
7955
 
7956
+ #: core/lib/wpbc_all_translations.php:1536 inc/gateways/page-gateways.php:1042
7957
  msgid "ID of booking"
7958
  msgstr ""
7959
 
7960
+ #: core/lib/wpbc_all_translations.php:1537 inc/gateways/page-gateways.php:1043
7961
  msgid "ID of booking resources"
7962
  msgstr ""
7963
 
7964
+ #: core/lib/wpbc_all_translations.php:1538 inc/gateways/page-gateways.php:1049
7965
  msgid "current date"
7966
  msgstr ""
7967
 
7968
+ #: core/lib/wpbc_all_translations.php:1539 inc/gateways/page-gateways.php:1050
7969
  msgid "current time"
7970
  msgstr ""
7971
 
7972
+ #: core/lib/wpbc_all_translations.php:1540 inc/gateways/page-gateways.php:1056
7973
  msgid "content data of this booking"
7974
  msgstr ""
7975
 
7976
+ #: core/lib/wpbc_all_translations.php:1541 inc/gateways/page-gateways.php:1057
7977
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
7978
  msgid "show amount to pay"
7979
  msgstr ""
7980
 
7981
+ #: core/lib/wpbc_all_translations.php:1542 inc/gateways/page-gateways.php:1059
7982
  msgid "total booking cost"
7983
  msgstr ""
7984
 
7985
+ #: core/lib/wpbc_all_translations.php:1543 inc/gateways/page-gateways.php:1060
7986
  msgid "deposit cost"
7987
  msgstr ""
7988
 
7989
+ #: core/lib/wpbc_all_translations.php:1544 inc/gateways/page-gateways.php:1061
7990
  msgid "balance cost"
7991
  msgstr ""
7992
 
7993
+ #: core/lib/wpbc_all_translations.php:1545 inc/gateways/page-gateways.php:1062
7994
  msgid "original booking cost"
7995
  msgstr ""
7996
 
7997
+ #: core/lib/wpbc_all_translations.php:1546 inc/gateways/page-gateways.php:1063
7998
  msgid "additional booking cost"
7999
  msgstr ""
8000
 
8001
+ #: core/lib/wpbc_all_translations.php:1547 inc/gateways/page-gateways.php:1410
8002
  msgid "Amount to pay"
8003
  msgstr ""
8004
 
8005
+ #: core/lib/wpbc_all_translations.php:1548 inc/gateways/page-gateways.php:1444
8006
  #, php-format
8007
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
8008
  msgstr ""
8009
 
8010
+ #: core/lib/wpbc_all_translations.php:1549 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
8011
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
8012
  msgid "Pay in Cash"
8013
  msgstr ""
8014
 
8015
+ #: core/lib/wpbc_all_translations.php:1550 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
8016
  msgid "Integration of Pay in Cash payment system"
8017
  msgstr ""
8018
 
8019
+ #: core/lib/wpbc_all_translations.php:1551 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
8020
  #, php-format
8021
  msgid "If you accept %scash payment%s, you can write details about it here"
8022
  msgstr ""
8023
 
8024
+ #: core/lib/wpbc_all_translations.php:1552 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
8025
  #, php-format
8026
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
8027
  msgstr ""
8028
 
8029
+ #: core/lib/wpbc_all_translations.php:1553 inc/gateways/paypal/ipn.php:120
8030
  msgid "Error IPN"
8031
  msgstr ""
8032
 
8033
+ #: core/lib/wpbc_all_translations.php:1554 inc/gateways/paypal/ipn.php:234
8034
  msgid "Verified IPN"
8035
  msgstr ""
8036
 
8037
+ #: core/lib/wpbc_all_translations.php:1555 inc/gateways/paypal/ipn.php:257
8038
  msgid "Invalid IPN"
8039
  msgstr ""
8040
 
8041
+ #: core/lib/wpbc_all_translations.php:1556 inc/gateways/paypal/wpbc-gw-paypal.php:313
8042
  msgid "Make payments with payPal - its fast, free and secure!"
8043
  msgstr ""
8044
 
8045
+ #: core/lib/wpbc_all_translations.php:1557 inc/gateways/paypal/wpbc-gw-paypal.php:352
8046
  #: inc/gateways/paypal/wpbc-gw-paypal.php:822
8047
  msgid "Paypal Standard"
8048
  msgstr ""
8049
 
8050
+ #: core/lib/wpbc_all_translations.php:1558 inc/gateways/paypal/wpbc-gw-paypal.php:356
8051
  #: inc/gateways/paypal/wpbc-gw-paypal.php:822
8052
  msgid "Paypal Pro Hosted Solution"
8053
  msgstr ""
8054
 
8055
+ #: core/lib/wpbc_all_translations.php:1559 inc/gateways/paypal/wpbc-gw-paypal.php:363
8056
  msgid "Account Type"
8057
  msgstr ""
8058
 
8059
+ #: core/lib/wpbc_all_translations.php:1560 inc/gateways/paypal/wpbc-gw-paypal.php:375
8060
  msgid "Paypal Email address to receive payments"
8061
  msgstr ""
8062
 
8063
+ #: core/lib/wpbc_all_translations.php:1561 inc/gateways/paypal/wpbc-gw-paypal.php:377
8064
  msgid "This is the Paypal Email address where payments will be sent"
8065
  msgstr ""
8066
 
8067
+ #: core/lib/wpbc_all_translations.php:1562 inc/gateways/paypal/wpbc-gw-paypal.php:391
8068
  msgid "Secure Merchant ID"
8069
  msgstr ""
8070
 
8071
+ #: core/lib/wpbc_all_translations.php:1563 inc/gateways/paypal/wpbc-gw-paypal.php:393
8072
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
8073
  msgstr ""
8074
 
8075
+ #: core/lib/wpbc_all_translations.php:1564 inc/gateways/paypal/wpbc-gw-paypal.php:408
8076
  msgid ""
8077
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
8078
  "sale, to be captured later. "
8079
  msgstr ""
8080
 
8081
+ #: core/lib/wpbc_all_translations.php:1565 inc/gateways/paypal/wpbc-gw-paypal.php:412
8082
  msgid "Sale"
8083
  msgstr ""
8084
 
8085
+ #: core/lib/wpbc_all_translations.php:1566 inc/gateways/paypal/wpbc-gw-paypal.php:413
8086
  msgid "Authorization"
8087
  msgstr ""
8088
 
8089
+ #: core/lib/wpbc_all_translations.php:1567 inc/gateways/paypal/wpbc-gw-paypal.php:424
8090
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
8091
  msgstr ""
8092
 
8093
+ #: core/lib/wpbc_all_translations.php:1568 inc/gateways/paypal/wpbc-gw-paypal.php:430
8094
  msgid "Sandbox"
8095
  msgstr ""
8096
 
8097
+ #: core/lib/wpbc_all_translations.php:1569 inc/gateways/paypal/wpbc-gw-paypal.php:440
8098
  msgid "British Pound"
8099
  msgstr ""
8100
 
8101
+ #: core/lib/wpbc_all_translations.php:1570 inc/gateways/paypal/wpbc-gw-paypal.php:441
8102
  msgid "Japanese Yen"
8103
  msgstr ""
8104
 
8105
+ #: core/lib/wpbc_all_translations.php:1571 inc/gateways/paypal/wpbc-gw-paypal.php:442
8106
  #: inc/gateways/sage/wpbc-gw-sage.php:455
8107
  msgid "Australian Dollars"
8108
  msgstr ""
8109
 
8110
+ #: core/lib/wpbc_all_translations.php:1572 inc/gateways/paypal/wpbc-gw-paypal.php:444
8111
  #: inc/gateways/sage/wpbc-gw-sage.php:457
8112
  msgid "New Zealand Dollar"
8113
  msgstr ""
8114
 
8115
+ #: core/lib/wpbc_all_translations.php:1573 inc/gateways/paypal/wpbc-gw-paypal.php:445
8116
  #: inc/gateways/sage/wpbc-gw-sage.php:458
8117
  msgid "Swiss Franc"
8118
  msgstr ""
8119
 
8120
+ #: core/lib/wpbc_all_translations.php:1574 inc/gateways/paypal/wpbc-gw-paypal.php:446
8121
  #: inc/gateways/sage/wpbc-gw-sage.php:459
8122
  msgid "Hong Kong Dollar"
8123
  msgstr ""
8124
 
8125
+ #: core/lib/wpbc_all_translations.php:1575 inc/gateways/paypal/wpbc-gw-paypal.php:447
8126
  #: inc/gateways/sage/wpbc-gw-sage.php:460
8127
  msgid "Singapore Dollar"
8128
  msgstr ""
8129
 
8130
+ #: core/lib/wpbc_all_translations.php:1576 inc/gateways/paypal/wpbc-gw-paypal.php:448
8131
  #: inc/gateways/sage/wpbc-gw-sage.php:461
8132
  msgid "Swedish Krona"
8133
  msgstr ""
8134
 
8135
+ #: core/lib/wpbc_all_translations.php:1577 inc/gateways/paypal/wpbc-gw-paypal.php:449
8136
  #: inc/gateways/sage/wpbc-gw-sage.php:462
8137
  msgid "Danish Krone"
8138
  msgstr ""
8139
 
8140
+ #: core/lib/wpbc_all_translations.php:1578 inc/gateways/paypal/wpbc-gw-paypal.php:450
8141
  #: inc/gateways/sage/wpbc-gw-sage.php:463
8142
  msgid "Polish Zloty"
8143
  msgstr ""
8144
 
8145
+ #: core/lib/wpbc_all_translations.php:1579 inc/gateways/paypal/wpbc-gw-paypal.php:451
8146
  #: inc/gateways/sage/wpbc-gw-sage.php:464
8147
  msgid "Norwegian Krone"
8148
  msgstr ""
8149
 
8150
+ #: core/lib/wpbc_all_translations.php:1580 inc/gateways/paypal/wpbc-gw-paypal.php:452
8151
  #: inc/gateways/sage/wpbc-gw-sage.php:465
8152
  msgid "Hungarian Forint"
8153
  msgstr ""
8154
 
8155
+ #: core/lib/wpbc_all_translations.php:1581 inc/gateways/paypal/wpbc-gw-paypal.php:453
8156
  #: inc/gateways/sage/wpbc-gw-sage.php:466
8157
  msgid "Czech Koruna"
8158
  msgstr ""
8159
 
8160
+ #: core/lib/wpbc_all_translations.php:1582 inc/gateways/paypal/wpbc-gw-paypal.php:454
8161
  msgid "Israeli New Shekel"
8162
  msgstr ""
8163
 
8164
+ #: core/lib/wpbc_all_translations.php:1583 inc/gateways/paypal/wpbc-gw-paypal.php:455
8165
  #: inc/gateways/sage/wpbc-gw-sage.php:468
8166
  msgid "Mexican Peso"
8167
  msgstr ""
8168
 
8169
+ #: core/lib/wpbc_all_translations.php:1584 inc/gateways/paypal/wpbc-gw-paypal.php:456
8170
  #: inc/gateways/sage/wpbc-gw-sage.php:469
8171
  msgid "Brazilian Real (only for Brazilian users)"
8172
  msgstr ""
8173
 
8174
+ #: core/lib/wpbc_all_translations.php:1585 inc/gateways/paypal/wpbc-gw-paypal.php:457
8175
  #: inc/gateways/sage/wpbc-gw-sage.php:470
8176
  msgid "Malaysian Ringgits (only for Malaysian users)"
8177
  msgstr ""
8178
 
8179
+ #: core/lib/wpbc_all_translations.php:1586 inc/gateways/paypal/wpbc-gw-paypal.php:459
8180
  #: inc/gateways/sage/wpbc-gw-sage.php:472
8181
  msgid "Taiwan New Dollars"
8182
  msgstr ""
8183
 
8184
+ #: core/lib/wpbc_all_translations.php:1587 inc/gateways/paypal/wpbc-gw-paypal.php:460
8185
  #: inc/gateways/sage/wpbc-gw-sage.php:473
8186
  msgid "Thai Baht"
8187
  msgstr ""
8188
 
8189
+ #: core/lib/wpbc_all_translations.php:1588 inc/gateways/paypal/wpbc-gw-paypal.php:461
8190
  msgid "Turkish Lira (only for Turkish members)"
8191
  msgstr ""
8192
 
8193
+ #: core/lib/wpbc_all_translations.php:1589 inc/gateways/paypal/wpbc-gw-paypal.php:480
8194
  msgid "Custom button title"
8195
  msgstr ""
8196
 
8197
+ #: core/lib/wpbc_all_translations.php:1590 inc/gateways/paypal/wpbc-gw-paypal.php:487
8198
  msgid "Payment Button type"
8199
  msgstr ""
8200
 
8201
+ #: core/lib/wpbc_all_translations.php:1591 inc/gateways/paypal/wpbc-gw-paypal.php:542
8202
  msgid "Show Reference Text Box"
8203
  msgstr ""
8204
 
8205
+ #: core/lib/wpbc_all_translations.php:1592 inc/gateways/paypal/wpbc-gw-paypal.php:543
8206
  msgid "Check this box to show Reference Text Box"
8207
  msgstr ""
8208
 
8209
+ #: core/lib/wpbc_all_translations.php:1593 inc/gateways/paypal/wpbc-gw-paypal.php:551
8210
  #: inc/gateways/paypal/wpbc-gw-paypal.php:552 inc/gateways/paypal/wpbc-gw-paypal.php:1331
8211
  msgid "Enter your phone number"
8212
  msgstr ""
8213
 
8214
+ #: core/lib/wpbc_all_translations.php:1594 inc/gateways/paypal/wpbc-gw-paypal.php:553
8215
  msgid "Reference Text Box Title"
8216
  msgstr ""
8217
 
8218
+ #: core/lib/wpbc_all_translations.php:1595 inc/gateways/paypal/wpbc-gw-paypal.php:554
8219
  msgid ""
8220
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
8221
  msgstr ""
8222
 
8223
+ #: core/lib/wpbc_all_translations.php:1596 inc/gateways/paypal/wpbc-gw-paypal.php:575
8224
  msgid "Return URL from PayPal"
8225
  msgstr ""
8226
 
8227
+ #: core/lib/wpbc_all_translations.php:1597 inc/gateways/paypal/wpbc-gw-paypal.php:606
8228
  msgid "Cancel Return URL from PayPal"
8229
  msgstr ""
8230
 
8231
+ #: core/lib/wpbc_all_translations.php:1598 inc/gateways/paypal/wpbc-gw-paypal.php:657
8232
  #, php-format
8233
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
8234
  msgstr ""
8235
 
8236
+ #: core/lib/wpbc_all_translations.php:1599 inc/gateways/paypal/wpbc-gw-paypal.php:658
8237
  msgid "Follow these steps to configure it:"
8238
  msgstr ""
8239
 
8240
+ #: core/lib/wpbc_all_translations.php:1600 inc/gateways/paypal/wpbc-gw-paypal.php:660
8241
  msgid "Log in to your PayPal account."
8242
  msgstr ""
8243
 
8244
+ #: core/lib/wpbc_all_translations.php:1601 inc/gateways/paypal/wpbc-gw-paypal.php:661
8245
  msgid "Click the Profile subtab."
8246
  msgstr ""
8247
 
8248
+ #: core/lib/wpbc_all_translations.php:1602 inc/gateways/paypal/wpbc-gw-paypal.php:662
8249
  msgid "Click Website Payment Preferences in the Seller Preferences column."
8250
  msgstr ""
8251
 
8252
+ #: core/lib/wpbc_all_translations.php:1603 inc/gateways/paypal/wpbc-gw-paypal.php:663
8253
  msgid "Under Auto Return for Website Payments, click the On radio button."
8254
  msgstr ""
8255
 
8256
+ #: core/lib/wpbc_all_translations.php:1604 inc/gateways/paypal/wpbc-gw-paypal.php:664
8257
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
8258
  msgstr ""
8259
 
8260
+ #: core/lib/wpbc_all_translations.php:1605 inc/gateways/paypal/wpbc-gw-paypal.php:673
8261
  msgid ""
8262
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
8263
  "PayPal transactions"
8264
  msgstr ""
8265
 
8266
+ #: core/lib/wpbc_all_translations.php:1606 inc/gateways/paypal/wpbc-gw-paypal.php:682
8267
  msgid "Sending email for verified transaction"
8268
  msgstr ""
8269
 
8270
+ #: core/lib/wpbc_all_translations.php:1607 inc/gateways/paypal/wpbc-gw-paypal.php:692
8271
  #, php-format
8272
  msgid "Email for getting report for %sverified%s transactions."
8273
  msgstr ""
8274
 
8275
+ #: core/lib/wpbc_all_translations.php:1608 inc/gateways/paypal/wpbc-gw-paypal.php:705
8276
  msgid "Sending email for invalid transaction"
8277
  msgstr ""
8278
 
8279
+ #: core/lib/wpbc_all_translations.php:1609 inc/gateways/paypal/wpbc-gw-paypal.php:715
8280
  #, php-format
8281
  msgid "Email for getting report for %sinvalid%s transactions."
8282
  msgstr ""
8283
 
8284
+ #: core/lib/wpbc_all_translations.php:1610 inc/gateways/paypal/wpbc-gw-paypal.php:728
8285
  msgid "Sending email if error occur during verification"
8286
  msgstr ""
8287
 
8288
+ #: core/lib/wpbc_all_translations.php:1611 inc/gateways/paypal/wpbc-gw-paypal.php:738
8289
  #, php-format
8290
  msgid "Email for getting report for %ssome errors in verification process%s."
8291
  msgstr ""
8292
 
8293
+ #: core/lib/wpbc_all_translations.php:1612 inc/gateways/paypal/wpbc-gw-paypal.php:750
8294
  msgid "Use SSL connection"
8295
  msgstr ""
8296
 
8297
+ #: core/lib/wpbc_all_translations.php:1613 inc/gateways/paypal/wpbc-gw-paypal.php:751
8298
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
8299
  msgstr ""
8300
 
8301
+ #: core/lib/wpbc_all_translations.php:1614 inc/gateways/paypal/wpbc-gw-paypal.php:758
8302
  msgid "Use cURL posting"
8303
  msgstr ""
8304
 
8305
+ #: core/lib/wpbc_all_translations.php:1615 inc/gateways/paypal/wpbc-gw-paypal.php:759
8306
  msgid "Use the cURL for posting data, instead of fsockopen() function"
8307
  msgstr ""
8308
 
8309
+ #: core/lib/wpbc_all_translations.php:1616 inc/gateways/paypal/wpbc-gw-paypal.php:775
8310
  msgid " Follow these instructions to set up your listener at your PayPal account:"
8311
  msgstr ""
8312
 
8313
+ #: core/lib/wpbc_all_translations.php:1617 inc/gateways/paypal/wpbc-gw-paypal.php:777
8314
  msgid "Click Profile on the My Account tab."
8315
  msgstr ""
8316
 
8317
+ #: core/lib/wpbc_all_translations.php:1618 inc/gateways/paypal/wpbc-gw-paypal.php:778
8318
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8319
  msgstr ""
8320
 
8321
+ #: core/lib/wpbc_all_translations.php:1619 inc/gateways/paypal/wpbc-gw-paypal.php:779
8322
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8323
  msgstr ""
8324
 
8325
+ #: core/lib/wpbc_all_translations.php:1620 inc/gateways/paypal/wpbc-gw-paypal.php:780
8326
  msgid "Specify the URL for your listener in the Notification URL field as:"
8327
  msgstr ""
8328
 
8329
+ #: core/lib/wpbc_all_translations.php:1621 inc/gateways/paypal/wpbc-gw-paypal.php:782
8330
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8331
  msgstr ""
8332
 
8333
+ #: core/lib/wpbc_all_translations.php:1622 inc/gateways/paypal/wpbc-gw-paypal.php:783
8334
  msgid "Click Save."
8335
  msgstr ""
8336
 
8337
+ #: core/lib/wpbc_all_translations.php:1623 inc/gateways/paypal/wpbc-gw-paypal.php:784
8338
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8339
  msgstr ""
8340
 
8341
+ #: core/lib/wpbc_all_translations.php:1624 inc/gateways/paypal/wpbc-gw-paypal.php:946
8342
  msgid "PayPal"
8343
  msgstr ""
8344
 
8345
+ #: core/lib/wpbc_all_translations.php:1625 inc/gateways/paypal/wpbc-gw-paypal.php:948
8346
  msgid "Integration of Paypal payment system"
8347
  msgstr ""
8348
 
8349
+ #: core/lib/wpbc_all_translations.php:1626 inc/gateways/paypal/wpbc-gw-paypal.php:1069
8350
  msgid "PayPal IPN"
8351
  msgstr ""
8352
 
8353
+ #: core/lib/wpbc_all_translations.php:1627 inc/gateways/sage/wpbc-gw-sage.php:355
8354
  #, php-format
8355
  msgid "Pay using %s payment service"
8356
  msgstr ""
8357
 
8358
+ #: core/lib/wpbc_all_translations.php:1628 inc/gateways/sage/wpbc-gw-sage.php:395
8359
  msgid "Vendor Name"
8360
  msgstr ""
8361
 
8362
+ #: core/lib/wpbc_all_translations.php:1629 inc/gateways/sage/wpbc-gw-sage.php:397
8363
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8364
  msgstr ""
8365
 
8366
+ #: core/lib/wpbc_all_translations.php:1630 inc/gateways/sage/wpbc-gw-sage.php:410
8367
  msgid "XOR Encryption password"
8368
  msgstr ""
8369
 
8370
+ #: core/lib/wpbc_all_translations.php:1631 inc/gateways/sage/wpbc-gw-sage.php:412
8371
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8372
  msgstr ""
8373
 
8374
+ #: core/lib/wpbc_all_translations.php:1632 inc/gateways/ideal/wpbc-gw-ideal.php:420
8375
  #: inc/gateways/sage/wpbc-gw-sage.php:425
8376
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8377
  msgstr ""
8378
 
8379
+ #: core/lib/wpbc_all_translations.php:1633 inc/gateways/ideal/wpbc-gw-ideal.php:432
8380
  #: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe/wpbc-gw-stripe.php:305
8381
  #: inc/gateways/stripe/wpbc-gw-stripe.php:348 inc/gateways/stripe/wpbc-gw-stripe.php:363
8382
  msgid "TEST"
8383
  msgstr ""
8384
 
8385
+ #: core/lib/wpbc_all_translations.php:1634 inc/gateways/ideal/wpbc-gw-ideal.php:433
8386
  #: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe/wpbc-gw-stripe.php:306
8387
  msgid "LIVE"
8388
  msgstr ""
8389
 
8390
+ #: core/lib/wpbc_all_translations.php:1635 inc/gateways/sage/wpbc-gw-sage.php:439
8391
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8392
  msgstr ""
8393
 
8394
+ #: core/lib/wpbc_all_translations.php:1636 inc/gateways/sage/wpbc-gw-sage.php:443
8395
  msgid "PAYMENT"
8396
  msgstr ""
8397
 
8398
+ #: core/lib/wpbc_all_translations.php:1637 inc/gateways/sage/wpbc-gw-sage.php:444
8399
  msgid "DEFERRED"
8400
  msgstr ""
8401
 
8402
+ #: core/lib/wpbc_all_translations.php:1638 inc/gateways/sage/wpbc-gw-sage.php:445
8403
  msgid "AUTHENTICATE"
8404
  msgstr ""
8405
 
8406
+ #: core/lib/wpbc_all_translations.php:1639 inc/gateways/sage/wpbc-gw-sage.php:454
8407
  msgid "Yen"
8408
  msgstr ""
8409
 
8410
+ #: core/lib/wpbc_all_translations.php:1640 inc/gateways/sage/wpbc-gw-sage.php:467
8411
  msgid "Israeli Shekel"
8412
  msgstr ""
8413
 
8414
+ #: core/lib/wpbc_all_translations.php:1641 inc/gateways/sage/wpbc-gw-sage.php:780
8415
  msgid "Sage"
8416
  msgstr ""
8417
 
8418
+ #: core/lib/wpbc_all_translations.php:1642 inc/gateways/sage/wpbc-gw-sage.php:782
8419
  msgid "Integration of Sage payment system"
8420
  msgstr ""
8421
 
8422
+ #: core/lib/wpbc_all_translations.php:1643 inc/gateways/sage/wpbc-gw-sage.php:874
8423
  #: inc/gateways/stripe/wpbc-gw-stripe.php:889
8424
  #, php-format
8425
  msgid "If you have no account on this system, please visit %s to create one."
8426
  msgstr ""
8427
 
8428
+ #: core/lib/wpbc_all_translations.php:1644 inc/gateways/wpbc-response.php:133
8429
  msgid "Payment rejected"
8430
  msgstr ""
8431
 
8432
+ #: core/lib/wpbc_all_translations.php:1645 inc/gateways/ideal/wpbc-gw-ideal.php:388
8433
  msgid "Merchant ID"
8434
  msgstr ""
8435
 
8436
+ #: core/lib/wpbc_all_translations.php:1646 inc/gateways/ideal/wpbc-gw-ideal.php:390
8437
  msgid "Enter your iDEAL Merchant ID"
8438
  msgstr ""
8439
 
8440
+ #: core/lib/wpbc_all_translations.php:1647 inc/gateways/ideal/wpbc-gw-ideal.php:405
8441
  msgid "Enter your iDEAL Merchant Key."
8442
  msgstr ""
8443
 
8444
+ #: core/lib/wpbc_all_translations.php:1648 inc/gateways/ideal/wpbc-gw-ideal.php:423
8445
  #, php-format
8446
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8447
  msgstr ""
8448
 
8449
+ #: core/lib/wpbc_all_translations.php:1649 inc/gateways/ideal/wpbc-gw-ideal.php:424
8450
  msgid "Test with Simulator"
8451
  msgstr ""
8452
 
8453
+ #: core/lib/wpbc_all_translations.php:1650 inc/gateways/ideal/wpbc-gw-ideal.php:426
8454
  msgid "My Profile – Connection"
8455
  msgstr ""
8456
 
8457
+ #: core/lib/wpbc_all_translations.php:1651 inc/gateways/ideal/wpbc-gw-ideal.php:482
8458
  #, php-format
8459
  msgid ""
8460
  "If not supplied then the description as configured in the administration/management portal "
8462
  "be applied."
8463
  msgstr ""
8464
 
8465
+ #: core/lib/wpbc_all_translations.php:1652 inc/gateways/ideal/wpbc-gw-ideal.php:483
8466
  msgid "Always use Description"
8467
  msgstr ""
8468
 
8469
+ #: core/lib/wpbc_all_translations.php:1653 inc/gateways/ideal/wpbc-gw-ideal.php:802
8470
  #: inc/gateways/stripe/wpbc-gw-stripe.php:771
8471
  #, php-format
8472
  msgid "Integration of %s payment system"
8473
  msgstr ""
8474
 
8475
+ #: core/lib/wpbc_all_translations.php:1654 inc/gateways/ideal/wpbc-gw-ideal.php:893
8476
  #, php-format
8477
  msgid "Processing your %s payments through %s"
8478
  msgstr ""
8479
 
8480
+ #: core/lib/wpbc_all_translations.php:1655 core/wpbc-emails.php:258
8481
  #, php-format
8482
  msgid "%s - inserting link for export booking to"
8483
  msgstr ""
8484
 
8485
+ #: core/lib/wpbc_all_translations.php:1656 inc/_ps/admin/br-table-export-feeds.php:176
8486
  msgid ".ics Feed URL"
8487
  msgstr ""
8488
 
8489
+ #: core/lib/wpbc_all_translations.php:1657 core/wpbc-emails.php:245 core/wpbc-emails.php:246
8490
  #: core/wpbc-emails.php:247 core/wpbc-emails.php:248 core/wpbc-emails.php:249
8491
  #: core/wpbc-emails.php:250 core/wpbc-emails.php:251
8492
  #, php-format
8493
  msgid "%s - inserting modification date of booking "
8494
  msgstr ""
8495
 
8496
+ #: core/lib/wpbc_all_translations.php:1658 inc/_ps/form/class-wpbc-form-help.php:687
8497
  msgid "Coupon discount value of the booking."
8498
  msgstr ""
8499
 
8500
+ #: core/lib/wpbc_all_translations.php:1659 inc/gateways/stripe/stripe-charge.php:381
8501
  msgid "Stripe. Ouch, something went wrong!"
8502
  msgstr ""
8503
 
8504
+ #: core/lib/wpbc_all_translations.php:1660 inc/gateways/stripe/wpbc-gw-stripe.php:261
8505
  #, php-format
8506
  msgid "Please pay %s"
8507
  msgstr ""
8508
 
8509
+ #: core/lib/wpbc_all_translations.php:1661 inc/gateways/stripe/wpbc-gw-stripe.php:300
8510
  msgid "Chose payment account"
8511
  msgstr ""
8512
 
8513
+ #: core/lib/wpbc_all_translations.php:1662 inc/gateways/stripe/wpbc-gw-stripe.php:316
8514
  #: inc/gateways/stripe/wpbc-gw-stripe.php:348
8515
  msgid "Publishable key"
8516
  msgstr ""
8517
 
8518
+ #: core/lib/wpbc_all_translations.php:1663 inc/gateways/stripe/wpbc-gw-stripe.php:331
8519
  #: inc/gateways/stripe/wpbc-gw-stripe.php:363
8520
  msgid "Secret key"
8521
  msgstr ""
8522
 
8523
+ #: core/lib/wpbc_all_translations.php:1664 inc/gateways/stripe/wpbc-gw-stripe.php:535
8524
  msgid "For more information:"
8525
  msgstr ""
8526
 
8527
+ #: core/lib/wpbc_all_translations.php:1665 inc/gateways/stripe/wpbc-gw-stripe.php:869
8528
  #, php-format
8529
  msgid "require PHP version %s or newer!"
8530
  msgstr ""
8531
 
8532
+ #: core/lib/wpbc_all_translations.php:1666 inc/_bl/admin/page-search.php:133
8533
  #, php-format
8534
  msgid "%s - ID of booking resource, "
8535
  msgstr ""
8536
 
8537
+ #: core/lib/wpbc_all_translations.php:1667 inc/_bl/admin/page-search.php:134
8538
  #, php-format
8539
  msgid "%s - ID of page with booking form, "
8540
  msgstr ""
8541
 
8542
+ #: core/lib/wpbc_all_translations.php:1668 inc/_bs/admin/page-email-payment.php:698
8543
  msgid "Email with Payment Request which is sent to Visitor."
8544
  msgstr ""
8545
 
8546
+ #: core/lib/wpbc_all_translations.php:1669 inc/_ps/admin/page-email-edit.php:558
8547
  msgid "Customization of email template, which is sent after modification of booking"
8548
  msgstr ""
8549
 
8550
+ #: core/lib/wpbc_all_translations.php:1670 inc/_ps/admin/page-email-edit.php:694
8551
  msgid "Email is sent to Visitor after Editing of booking."
8552
  msgstr ""
8553
 
8554
+ #: core/lib/wpbc_all_translations.php:1671 core/lib/wpdev-booking-class.php:690
8555
  msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
8556
  msgstr ""
8557
 
8558
+ #: core/lib/wpbc_all_translations.php:1672 core/lib/wpdev-booking-class.php:1004
8559
  msgid "My bookings"
8560
  msgstr ""
8561
 
8562
+ #: core/lib/wpbc_all_translations.php:1673 core/wpbc-emails.php:265
8563
  #, php-format
8564
  msgid ""
8565
  "%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
8566
  "the %s parameter for setting different %s of this page. Example: %s )"
8567
  msgstr ""
8568
 
8569
+ #: core/lib/wpbc_all_translations.php:1674 inc/_bl/admin/page-search.php:569
8570
  msgid "Inline Search Form Template"
8571
  msgstr ""
8572
 
8573
+ #: core/lib/wpbc_all_translations.php:1675 inc/_bm/admin/api-settings-m.php:275
8574
  msgid "Show booking details in tooltip"
8575
  msgstr ""
8576
 
8577
+ #: core/lib/wpbc_all_translations.php:1676 inc/_bm/admin/api-settings-m.php:276
8578
  #, php-format
8579
  msgid ""
8580
  "Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
8581
  "calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
8582
  msgstr ""
8583
 
8584
+ #: core/lib/wpbc_all_translations.php:1677 inc/_bm/admin/api-settings-m.php:284
8585
  msgid "Booking details"
8586
  msgstr ""
8587
 
8588
+ #: core/lib/wpbc_all_translations.php:1678 inc/_bm/admin/api-settings-m.php:285
8589
  msgid "You can use the shortcodes from the bottom form of Settings Fields page."
8590
  msgstr ""
8591
 
8592
+ #: core/lib/wpbc_all_translations.php:1679 inc/_bm/admin/api-settings-m.php:299
8593
  msgid "This option can impact to speed of page loading."
8594
  msgstr ""
8595
 
8596
+ #: core/lib/wpbc_all_translations.php:1680 inc/_bm/admin/page-cost-advanced.php:680
8597
  msgid ""
8598
  "Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
8599
  "mathematics operations"
8600
  msgstr ""
8601
 
8602
+ #: core/lib/wpbc_all_translations.php:1681 inc/_bm/admin/page-cost-advanced.php:682
8603
  #, php-format
8604
  msgid "if selected %s"
8605
  msgstr ""
8606
 
8607
+ #: core/lib/wpbc_all_translations.php:1682 inc/_bs/admin/api-settings-s.php:304
8608
  msgid "Set check out date as available"
8609
  msgstr ""
8610
 
8611
+ #: core/lib/wpbc_all_translations.php:1683 inc/_bs/admin/api-settings-s.php:305
8612
  msgid "Check this option, to remove last selected day of saving to booking."
8613
  msgstr ""
8614
 
8615
+ #: core/lib/wpbc_all_translations.php:1684 inc/_bs/admin/api-settings-s.php:489
8616
  msgid "Auto approve bookings during import"
8617
  msgstr ""
8618
 
8619
+ #: core/lib/wpbc_all_translations.php:1685 inc/_bs/admin/api-settings-s.php:490
8620
  #, php-format
8621
  msgid ""
8622
  "Check this checkbox to activate auto approve of all bookings %sduring import from external "
8623
  "source(s)%s."
8624
  msgstr ""
8625
 
8626
+ #: core/lib/wpbc_all_translations.php:1686 inc/_bs/admin/api-settings-s.php:497
8627
  msgid "Auto approve booking, if booking cost is zero"
8628
  msgstr ""
8629
 
8630
+ #: core/lib/wpbc_all_translations.php:1687 inc/_bs/admin/api-settings-s.php:498
8631
  #, php-format
8632
  msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
8633
  msgstr ""
8634
 
8635
+ #: core/lib/wpbc_all_translations.php:1688 inc/_bs/admin/api-settings-s.php:505
8636
  msgid "Auto approve bookings after creation booking in admin panel"
8637
  msgstr ""
8638
 
8639
+ #: core/lib/wpbc_all_translations.php:1689 inc/_bs/admin/api-settings-s.php:506
8640
  #, php-format
8641
  msgid ""
8642
  "Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
8643
  msgstr ""
8644
 
8645
+ #: core/lib/wpbc_all_translations.php:1690 inc/_mu/admin/api-settings-u.php:62
8646
  msgid "Activate custom booking forms for regular users"
8647
  msgstr ""
8648
 
8649
+ #: core/lib/wpbc_all_translations.php:1691 inc/_mu/admin/api-settings-u.php:63
8650
  msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
8651
  msgstr ""
8652
 
8653
+ #: core/lib/wpbc_all_translations.php:1692 inc/_ps/admin/api-settings-p.php:108
8654
  msgid "Start / End time for Calendar Overview"
8655
  msgstr ""
8656
 
8657
+ #: core/lib/wpbc_all_translations.php:1693 inc/_ps/admin/api-settings-p.php:156
8658
  #, php-format
8659
  msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
8660
  msgstr ""
8661
 
8662
+ #: core/lib/wpbc_all_translations.php:1694 inc/_ps/admin/api-settings-p.php:257
8663
  msgid "Show / hide notes"
8664
  msgstr ""
8665
 
8666
+ #: core/lib/wpbc_all_translations.php:1695 inc/_ps/admin/api-settings-p.php:258
8667
  msgid "Check this box if you want to open notes section by default in Booking Listing page."
8668
  msgstr ""
8669
 
8670
+ #: core/lib/wpbc_all_translations.php:1696 inc/_ps/admin/api-settings-p.php:295
8671
  msgid "URL of page for customer bookings listing"
8672
  msgstr ""
8673
 
8674
+ #: core/lib/wpbc_all_translations.php:1697 inc/_ps/admin/api-settings-p.php:296
8675
  #, php-format
8676
  msgid ""
8677
  "Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
8678
  msgstr ""
8679
 
8680
+ #: core/lib/wpbc_all_translations.php:1698 inc/gateways/page-gateways.php:105
8681
  msgid "Do not show payment form, after submit booking form"
8682
  msgstr ""
8683
 
8684
+ #: core/lib/wpbc_all_translations.php:1699 inc/gateways/page-gateways.php:106
8685
  msgid "Check this box if you want to show payment form only after sending payment request by email"
8686
  msgstr ""
8687
 
8688
+ #: core/lib/wpbc_all_translations.php:1700 inc/gateways/page-gateways.php:115
8689
  msgid "Auto send payment request after creation booking in admin panel"
8690
  msgstr ""
8691
 
8692
+ #: core/lib/wpbc_all_translations.php:1701 inc/gateways/page-gateways.php:116
8693
  msgid ""
8694
  "Check this box if you want automatically send payment request to visitor, if booking was made in "
8695
  "admin panel"
8696
  msgstr ""
8697
 
8698
+ #: core/lib/wpbc_all_translations.php:1702 inc/gateways/page-gateways.php:129
8699
  msgid "Show deposit and total booking cost together"
8700
  msgstr ""
8701
 
8702
+ #: core/lib/wpbc_all_translations.php:1703 inc/gateways/page-gateways.php:130
8703
  msgid ""
8704
  "Check this box if you want to show deposit amount and total booking cost, after submit of "
8705
  "booking."
8706
  msgstr ""
8707
 
8708
+ #: core/lib/wpbc_all_translations.php:1704 inc/gateways/page-gateways.php:142
8709
  msgid ""
8710
  "Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
8711
  "not depend from the visitor choice of this payment. You need to check each such payment manually!"
8712
  msgstr ""
8713
 
8714
+ #: core/lib/wpbc_all_translations.php:1705 inc/gateways/page-gateways.php:153
8715
  msgid "Send email on cost changes"
8716
  msgstr ""
8717
 
8718
+ #: core/lib/wpbc_all_translations.php:1706 inc/gateways/page-gateways.php:154
8719
  msgid ""
8720
  "Check this box if you want to send booking modification email, if cost of booking was edited in "
8721
  "booking listing page."
8722
  msgstr ""
8723
 
8724
+ #: core/lib/wpbc_all_translations.php:1707 inc/gateways/page-gateways.php:582
8725
  #: inc/gateways/page-gateways.php:628
8726
  msgid "Payment Options"
8727
  msgstr ""
8728
 
8729
+ #: core/lib/wpbc_all_translations.php:1708 core/wpbc-js.php:141
8730
  msgid "Times:"
8731
  msgstr ""
8732
 
8733
+ #: core/lib/wpbc_all_translations.php:1709 inc/_bm/admin/page-cost-early-late-booking.php:74
8734
  msgid "Set Early / Late Booking"
8735
  msgstr ""
8736
 
8737
+ #: core/lib/wpbc_all_translations.php:1710 inc/_bm/admin/page-cost-early-late-booking.php:139
8738
  #, php-format
8739
  msgid "%sEarly booking discount%s for booking resource"
8740
  msgstr ""
8741
 
8742
+ #: core/lib/wpbc_all_translations.php:1711 inc/_bm/admin/page-cost-early-late-booking.php:157
8743
  #: inc/_bm/admin/page-cost-early-late-booking.php:166
8744
  #: inc/_bm/admin/page-cost-early-late-booking.php:185
8745
  #: inc/_bm/admin/page-cost-early-late-booking.php:358
8748
  msgid "Discount"
8749
  msgstr ""
8750
 
8751
+ #: core/lib/wpbc_all_translations.php:1712 inc/_bm/admin/page-cost-early-late-booking.php:223
8752
  #, php-format
8753
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
8754
  msgstr ""
8755
 
8756
+ #: core/lib/wpbc_all_translations.php:1713 inc/_bm/admin/page-cost-early-late-booking.php:276
8757
  #: inc/_bm/admin/page-cost-early-late-booking.php:476
8758
  #, php-format
8759
  msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
8760
  msgstr ""
8761
 
8762
+ #: core/lib/wpbc_all_translations.php:1714 inc/_bm/admin/page-cost-early-late-booking.php:340
8763
  #, php-format
8764
  msgid "%sLast minute booking discount%s for booking resource"
8765
  msgstr ""
8766
 
8767
+ #: core/lib/wpbc_all_translations.php:1715 inc/_bm/admin/page-cost-early-late-booking.php:424
8768
  #, php-format
8769
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
8770
  msgstr ""
8771
 
8772
+ #: core/lib/wpbc_all_translations.php:1716 inc/_bm/admin/page-cost.php:222
8773
  msgid "Early / Late Booking"
8774
  msgstr ""
8775
 
8776
+ #: core/lib/wpbc_all_translations.php:1717 inc/_bm/admin/page-cost.php:231
8777
  msgid "Set Early / Late Booking Amount"
8778
  msgstr ""
8779
 
8780
+ #: core/lib/wpbc_all_translations.php:1718 inc/_bm/admin/page-cost.php:681
8781
  msgid "Set Early / Late booking discount"
8782
  msgstr ""
8783
 
8784
+ #: core/lib/wpbc_all_translations.php:1719 inc/_bm/admin/page-cost.php:682
8785
  msgid "Early / Late"
8786
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: booking calendar, booking system, availability calendar, events calendar,
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
- Stable tag: 8.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -223,6 +223,14 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
223
  13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
224
 
225
  == Changelog ==
 
 
 
 
 
 
 
 
226
  = 8.3 =
227
  - Changes in **all** versions:
228
  * **New** **Timeslots bookings !** On many requests of users we have added ability to receive simple bookings for specific timeslots (times during selected day). *Advanced times booking is still available in the Booking Calendar Business Small or higher versions.*
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
+ Stable tag: 8.3.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
223
  13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
224
 
225
  == Changelog ==
226
+ = 8.3.1 =
227
+ - Changes in **all** versions:
228
+ * **Translation** Polish translation [100% completed] by R.
229
+ * **Fix** comment loading "wpbc-migrate.js" script which can make issues in some systems ( depend from jQuery library) (8.3.1.3)
230
+ - Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
231
+ * **Fix** Add ability to use 24:00 time in the time-slots, for ability to book entire day (00:00 - 24:00), and correct cost calculation. Such fix will prevent of showing warning message about not ability to submit the booking, because time booked or already in the past. (8.3.1.1)
232
+ * **Fix** issue of correctly checking if the booking approved or not during payment process. (8.3.1.2) *(Business Small/Medium/Large, MultiUser)*
233
+
234
  = 8.3 =
235
  - Changes in **all** versions:
236
  * **New** **Timeslots bookings !** On many requests of users we have added ability to receive simple bookings for specific timeslots (times during selected day). *Advanced times booking is still available in the Booking Calendar Business Small or higher versions.*
wpdev-booking.php CHANGED
@@ -7,7 +7,7 @@ Author: wpdevelop, oplugins
7
  Author URI: https://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
- Version: 8.3
11
  */
12
 
13
  /* Copyright 2009 - 2018 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
7
  Author URI: https://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
+ Version: 8.3.1
11
  */
12
 
13
  /* Copyright 2009 - 2018 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),