Booking Calendar - Version 4.0

Version Description

  • Features and issue fixings in All versions:
    • New clean stylish interface of Booking Listing menu page
    • New booking toolbar, with tabs: Filter, Actions, Help
    • Performance improvement at the booking admin panel for the large amount of data.
    • New filter for the showing bookings, based on number of parameters, like: Dates of booking, creation date of booking, status of bookings...
    • Search booking by ID
    • Actions on a single booking
    • Posibility to set Approved booking as Pending
    • Ajax approving/unapproving, deleting of bookings
    • Pagination of the booking listing
    • Showing the date/time of booking creation
    • New tooltip system
    • German translation
    • Fix issue of minimum days selection in range days selection, when visitor is click only once at days selection and minimum days selection is more then 1 day
    • Fix issue of not showing the "Booking Calendar" button at the edit toolbar, when toolbar in HTML mode at WOrdPress 3.3 and higher.
    • Fix issue of not posibility to save the "links" at the footer inside of the booking widget for sidebar.
    • Fix issue "... is not a legal ECMA-262 octal constant ...", which is appear at some sites, because not correct transfrom of this varable: var wpdev_bk_today
Download this release

Release Info

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

Code changes from version 3.0 to 4.0

Files changed (105) hide show
  1. css/admin.css +1415 -942
  2. css/client.css +182 -178
  3. css/skins/traditional.css +1 -1
  4. img/Season-64x64.png +0 -0
  5. img/accept-24x24.gif +0 -0
  6. img/{button_footer.png → actionservices24x24.png} +0 -0
  7. img/arrow-down.png +0 -0
  8. img/arrow-left.png +0 -0
  9. img/arrow-right.png +0 -0
  10. img/arrow-up.png +0 -0
  11. img/calendar-16x16.png +0 -0
  12. img/calendar-48x48.png +0 -0
  13. img/edit_type.png +0 -0
  14. img/label_new_blue.png +0 -0
  15. img/remove-16x16.png +0 -0
  16. img/system-help22x22.png +0 -0
  17. img/system-help64x64.png +0 -0
  18. interface/bs/css/bs.css +3932 -0
  19. interface/bs/css/bs.min.css +17 -0
  20. interface/bs/css/index.php +3 -0
  21. interface/bs/img/glyphicons-halflings-white.png +0 -0
  22. interface/bs/img/glyphicons-halflings.png +0 -0
  23. interface/bs/img/index.php +3 -0
  24. interface/bs/index.php +3 -0
  25. interface/bs/js/bs.js +1733 -0
  26. interface/bs/js/bs.min.js +7 -0
  27. interface/bs/js/index.php +3 -0
  28. js/tooltip2/LICENSE → interface/chosen/LICENSE.md +6 -3
  29. interface/chosen/chosen-sprite.png +0 -0
  30. interface/chosen/chosen.css +389 -0
  31. interface/chosen/chosen.jquery.js +946 -0
  32. interface/chosen/chosen.jquery.min.js +10 -0
  33. interface/chosen/index.php +3 -0
  34. interface/index.php +3 -0
  35. js/datepick/jquery.datepick-ar.js +2 -2
  36. js/datepick/jquery.datepick-az.js +2 -2
  37. js/datepick/jquery.datepick-bg.js +2 -2
  38. js/datepick/jquery.datepick-ca.js +2 -2
  39. js/datepick/jquery.datepick-cs.js +2 -2
  40. js/datepick/jquery.datepick-da.js +2 -2
  41. js/datepick/jquery.datepick-de.js +2 -2
  42. js/datepick/jquery.datepick-el.js +2 -2
  43. js/datepick/jquery.datepick-eo.js +2 -2
  44. js/datepick/jquery.datepick-es.js +2 -2
  45. js/datepick/jquery.datepick-et.js +2 -2
  46. js/datepick/jquery.datepick-eu.js +2 -2
  47. js/datepick/jquery.datepick-fa.js +2 -2
  48. js/datepick/jquery.datepick-fi.js +2 -2
  49. js/datepick/jquery.datepick-fr-CH.js +2 -2
  50. js/datepick/jquery.datepick-fr.js +2 -2
  51. js/datepick/jquery.datepick-he.js +1 -1
  52. js/datepick/jquery.datepick-hr.js +2 -2
  53. js/datepick/jquery.datepick-hu.js +2 -2
  54. js/datepick/jquery.datepick-hy.js +2 -2
  55. js/datepick/jquery.datepick-id.js +2 -2
  56. js/datepick/jquery.datepick-is.js +2 -2
  57. js/datepick/jquery.datepick-it.js +2 -2
  58. js/datepick/jquery.datepick-ja.js +2 -2
  59. js/datepick/jquery.datepick-ko.js +2 -2
  60. js/datepick/jquery.datepick-lt.js +2 -2
  61. js/datepick/jquery.datepick-lv.js +2 -2
  62. js/datepick/jquery.datepick-ms.js +2 -2
  63. js/datepick/jquery.datepick-nl.js +2 -2
  64. js/datepick/jquery.datepick-no.js +2 -2
  65. js/datepick/jquery.datepick-pl.js +2 -2
  66. js/datepick/jquery.datepick-pt-BR.js +2 -2
  67. js/datepick/jquery.datepick-ro.js +2 -2
  68. js/datepick/jquery.datepick-ru.js +2 -2
  69. js/datepick/jquery.datepick-sk.js +2 -2
  70. js/datepick/jquery.datepick-sl.js +2 -2
  71. js/datepick/jquery.datepick-sq.js +2 -2
  72. js/datepick/jquery.datepick-sr-SR.js +2 -2
  73. js/datepick/jquery.datepick-sr.js +2 -2
  74. js/datepick/jquery.datepick-sv.js +2 -2
  75. js/datepick/jquery.datepick-th.js +2 -2
  76. js/datepick/jquery.datepick-tr.js +2 -2
  77. js/datepick/jquery.datepick-uk.js +2 -2
  78. js/datepick/jquery.datepick-validation.js +4 -4
  79. js/datepick/jquery.datepick-validation.min.js +2 -2
  80. js/datepick/jquery.datepick-validation.pack.js +2 -2
  81. js/datepick/jquery.datepick-vi.js +2 -2
  82. js/datepick/jquery.datepick-zh-CN.js +2 -2
  83. js/datepick/jquery.datepick-zh-TW.js +2 -2
  84. js/datepick/jquery.datepick.js +46 -46
  85. js/index.php +3 -0
  86. js/tooltip/img/black.png +0 -0
  87. js/tooltip/img/black_arrow.png +0 -0
  88. js/tooltip/img/black_arrow_big.png +0 -0
  89. js/tooltip/img/black_big.png +0 -0
  90. js/tooltip/img/white.png +0 -0
  91. js/tooltip/img/white_arrow.png +0 -0
  92. js/tooltip/img/white_arrow_big.png +0 -0
  93. js/tooltip/img/white_big.png +0 -0
  94. js/tooltip/tools.tooltip-1.1.2.js +0 -382
  95. js/tooltip/tools.tooltip.min.js +0 -16
  96. js/tooltip2/README +0 -44
  97. js/tooltip2/src/images/tipsy.gif +0 -0
  98. js/tooltip2/src/javascripts/jquery.tipsy.js +0 -104
  99. js/tooltip2/src/stylesheets/tipsy.css +0 -7
  100. js/wpdev.bk.js +366 -142
  101. languages/index.php +3 -0
  102. languages/wpdev-booking-be_BY.mo +0 -0
  103. languages/wpdev-booking-be_BY.po +3366 -2515
  104. languages/wpdev-booking-da_DK.mo +0 -0
  105. languages/wpdev-booking-da_DK.po +655 -856
css/admin.css CHANGED
@@ -1,533 +1,316 @@
1
- /* Calendar styling */
2
-
3
- #calendar_booking {
4
- margin:20px auto;
5
- }
6
- .datepick-inline {
7
- float:none;
8
- margin:0 auto;
9
- }
10
-
11
- #calendar_type {
12
- font-size:12px !important;
13
- height:2em !important;
14
- padding:3px !important
15
- }
16
-
17
- span.admin_calendar_selection a.booking_overmause0, span.admin_calendar_selection a.booking_overmause1, .admin_calendar_selection, #wpdev-booking-general .datepick td.admin_calendar_selection,
18
- #wpdev-booking-general .datepick td.admin_calendar_selection.timespartly a{
19
- background-color: #ff0000 !important;
20
- }
21
-
22
- /* table list */
23
- .table_list {border-collapse:collapse;
24
- border:solid #cccccc 1px;
25
- width:100%;}
26
- .table_list td {padding:5px;
27
- border:solid #efefef 1px;}
28
- .table_list th {background:#75b2d1;
29
- padding:5px;
30
- color:#ffffff;}
31
- .table_list tr.odd {background:#e1eff5;}
32
-
33
- .booking_table {
34
- -moz-border-radius:4px;
35
- -moz-box-shadow:0 0 3px #999999;
36
- -moz-box-sizing:content-box;
37
- -webkit-border-radius:4px;
38
- -webkit-box-shadow:0 1px 3px #999999;
39
- -webkit-box-sizing:content-box;
40
- border-radius:4px;
41
- box-shadow:0 2px 3px #CDCDCD;
42
- box-sizing:content-box;
43
- border: 1px solid #CDCACA;
44
- width:99%;
45
- }
46
- .booking_table td{
47
- padding:5px 10px;
48
- border:none;
49
- font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
50
- /*border-bottom:1px solid #CCCCCC;*/
51
- }
52
- .booking_table th{
53
- padding:5px 10px;
54
- border:none;
55
- font-size:12px;
56
- background:#888;
57
- color:#fff;
58
- text-shadow:0 1px 2px #555555;
59
-
60
- border-bottom: 1px solid #E4D7D7;
61
-
62
- background: none repeat scroll 0 0 #E4E4E4;
63
- background: -moz-linear-gradient(center bottom , #D7D7D7, #E4E4E4) repeat scroll 0 0 transparent;
64
- background: -webkit-gradient(linear,center top,center bottom, from(#D7D7D7), to(#E4E4E4)) repeat scroll 0 0 transparent;;
65
- border-bottom: 1px solid #C6C6C6;
66
-
67
-
68
- color: #2F2D2D;
69
- font-size: 12px;
70
- font-weight: bold;
71
- padding: 5px 10px;
72
- text-shadow: 0 0 1px #DAD8D8;
73
-
74
- }
75
- .booking_table td.alternative_color, .booking_table div.alternative_color{
76
- background:#ececec;
77
- }
78
-
79
- .booking_table td.moderate_blend, .booking_table div.moderate_blend, .booking_table .moderate_blend span.fieldvalue, .booking_table .moderate_blend .booking_overmause0, .booking_table .moderate_blend .booking_overmause1, .booking_table .moderate_blend .booking-table-time, .booking_table .moderate_blend .subtypenum {
80
- background:none repeat scroll 0 0 #F5F5F5;
81
- color:#CCCCCC;
82
- }
83
-
84
-
85
-
86
- .booking_table td.new_booking, .booking_table div.new_booking {
87
- text-shadow: 0 1px 1px #D0D0D6;
88
- border-bottom: 1px solid #C1C4C1;
89
- background: none repeat scroll 0 0 #8EFE80;
90
- }
91
- .booking_table .new_booking span.fieldvalue {
92
- background:none repeat scroll 0 0 #FFFFEF;
93
- border:1px solid #FED2B9;
94
- -moz-border-radius:2px;
95
- -webkit-border-radius:2px;
96
- border-radius:2px;
97
- color:#343434;
98
- text-shadow:0 -1px 1px #FFFFFF;
99
- }
100
- .booking_table .new_booking .booking_overmause0, .booking_table .new_booking .booking_overmause1{
101
- background: none repeat scroll 0 0 #97969F;
102
- border: 2px solid #DBDEF4;
103
- padding: 2px 1px 4px 4px;
104
- text-shadow: 0 1px 0 #AAAAAA;
105
- }
106
-
107
-
108
-
109
-
110
- .resource_table {
111
- width:100%;
112
- border:1px solid #ddd;
113
- }
114
- .resource_table0 td{
115
- /*padding:2px 5px;
116
- border:none;/**/
117
- text-align: left;
118
- }
119
- .resource_table td.alternative_color{
120
- background:#f5f5f5;
121
- }
122
- .resource_table0 th{
123
- /*padding:10px 5px;
124
- border:none;
125
- font-size:12px;
126
- border-bottom: 1px solid #bbb;
127
- color:#777;/**/
128
- text-align: left;
129
- }
130
- .subtypesfilter{
131
- width:100px;
132
- margin:20px 10px 0px 0px;
133
- }
134
- #admin_bk_messages0, #admin_bk_messages1 {
135
- float:left;
136
- margin:15px 5px;
137
- }
138
-
139
- .submiting_content{
140
- background:#EEFDED none repeat scroll 0 0;
141
- border:2px solid #ACCFC9;
142
- font-size:14px;
143
- font-weight:bold;
144
- padding:5px 20px;
145
- color:black;
146
- }
147
- .reserved_mark, .selected_mark, .selected_mark_heder_only {
148
- float:left;
149
- height:25px;
150
- width:30px;
151
- border:1px solid #fff;
152
- background:#9be;
153
- margin:20px 10px 0px 0px;
154
- -moz-border-radius:2px 2px 2px 2px;
155
- -moz-box-shadow:0 0 1px #999999;
156
- -webkit-border-radius:2px;
157
- -webkit-box-shadow:0 0 1px #999999;
158
- border-radius:2px 2px 2px 2px;
159
- box-shadow:0 0 1px #999999;
160
- }
161
- .selected_mark {
162
- background:#FFBB45;
163
- }
164
- .selected_mark_heder_only {
165
- background:#727174;
166
- height:35px;
167
- width:40px;
168
-
169
- }
170
- a.booking_overmause1 ,a.booking_overmause1:visited , a.booking_overmause0 ,a.booking_overmause0:visited {
171
- background:#FFBB45 none repeat scroll 0 0;
172
- color:#FFFFFF;
173
- font-weight:bold;
174
- padding:4px 10px 3px;
175
- text-decoration:none;
176
- line-height:22px;
177
- white-space:nowrap;
178
- text-shadow:0 -1px 0 #CCCCCC;
179
- -moz-border-radius:3px;
180
- -webkit-border-radius:3px;
181
- }
182
- a.booking_overmause1 ,a.booking_overmause1:visited {
183
- background:#9be none repeat scroll 0 0;
184
- }
185
 
 
186
 
187
- .datepick .date2approve { /* DATES TO APPROVE INADMIN */
188
- background:#FFBB45;
189
- color:#fff !important;
190
- font-weight:bold;
191
  }
192
- .datepick .date_approved { /* DATES NEED TO Approve AND CLIENT RESERVED DATES*/
193
- background:#9be;
194
- color:#fff !important;
195
- font-weight:bold;
196
  }
197
 
198
- #changing_count_of_calendars{
199
- -moz-border-radius:5px;
200
- -moz-box-shadow:1px 1px 0 #FFFFFF;
201
- -webkit-border-radius:5px;
202
- -webkit-box-shadow:1px 1px 0 #FFFFFF;
203
- -border-radius:5px;
204
- -box-shadow:1px 1px 0 #FFFFFF;
205
- border:1px solid #D7D7D7;
206
- color:#89898B;
207
- float:right;
208
- font-size:12px;
209
- padding:2px 1px 2px 7px;
210
- text-shadow:-1px 1px 0 #FFFFFF;
211
- }
212
- #changing_count_of_calendars span {
213
- font-style:italic;
214
- }
215
- a.booking_overmause1:hover, a.booking_overmause0:hover{
216
- background:#FF0000;
217
- }
218
 
219
- .copyright_info {
220
- font-size:10px;
221
- line-height:14px;
222
- padding:5px;
223
- text-align:center;
224
- width:99%;
225
- }
226
- .error_message, .info_message, .accept_message, .warning_message{
227
- font-size:14px;
228
- padding:11px;
229
- padding-left:55px;
230
- text-align:center;
231
- margin:5px 10px 30px 10px;
232
- line-height:22px;
233
- -moz-border-radius:5px;
234
- -webkit-border-radius:5px;
235
- }
236
- .error_message a, info_message a, .accept_message a, .warning_message a{
237
- text-decoration:underline;
238
- }
239
- .error_message{
240
- border:1px solid red;
241
- background:#ffeeee url('../img/remove-32x32.png') no-repeat 10px 50%;
242
- }
243
- .info_message {
244
- border:1px solid #eaefff;
245
- background:#fdfffd url('../img/info-32x32.png') no-repeat 10px 50%;
246
- }
247
- .accept_message {
248
- border:1px solid #b0ef55;
249
- background:#f7fff7 url('../img/accept-32x32.png') no-repeat 10px 50%;
250
- }
251
- .warning_message {
252
- border:1px solid #fedab9;
253
- background:#fffae5 url('../img/warning-32x32.png') no-repeat 10px 50%;
254
- }
255
- .textleft{ text-align:left; }
256
- .textcenter{ text-align:center; }
257
- .textright {text-align:right; }
258
- code{
259
- background:#f5f5f5;
260
- color:#0066ab;
261
- font-size:12px;
262
- padding:5px;
263
- font-weight:bold;
264
- font-style:normal;
265
- -moz-border-radius:3px;
266
- -webkit-border-radius:3px;
267
- -border-radius:3px;
268
- }
269
- span.example-code {
270
  font-size:11px;
271
- font-style:normal;
272
- }
273
- /* Settings CSS */
274
- .form-table th{
275
- width:160px;
276
- line-height:15px;
277
- font-size:11px;
278
- font-style:italic;
279
- }
280
- .form-table th label{
281
- font-size:12px;
282
- font-weight:bold;
283
- font-style:normal;
284
- }
285
- .form-table input.regular-text, .form-table select {
286
- width:140px;
287
- }
288
- .form-table span.description{
289
- font-size:12px;
290
- }
291
-
292
- .booking_table .raw_after_editing td{
293
- background: #fcf8e0;
294
- }
295
 
296
- .email-table th{
297
- width:50px;
298
- }
299
 
300
- .email-table input.regular-text, .email-table select {
301
- width:350px;
302
- }
303
- .code_description span.description {
304
- line-height:20px;
305
- }
306
- table.email-table {
307
- background-color:#fcfcfc;
308
- border:1px solid #ccc;
309
- margin:10px 0px !important;
310
- }
311
- #poststuff table.email-table td h2 {
312
- line-height:15px !important;
313
- margin-top:3px;
314
- margin-bottom:0px;
315
- }
316
- .email-table td.th-title {
317
- background-color:#eeeeee;
318
- border-bottom:1px solid #ccc;
319
- height:15px;
320
- padding:5px 10px;
321
- }
322
- .email-table textarea, .email-table input, .email-table select, .darker-border {
323
- border-color:#bbbbbb;
324
- }
325
 
326
- .settings-table th{
327
- width:180px;
328
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
 
330
- .settings-table input.regular-text, .settings-table select {
331
- width:250px;
332
- }
333
 
 
 
 
334
 
335
- /* Front Page settings GRID */
336
- .gderror {
337
  -moz-border-radius:3px;
338
  -webkit-border-radius:3px;
339
  background-color:#FFEBE8;
340
  border:1px solid #CC0000;
341
  padding:12px;
342
  }
343
- .gdpttitle span {
344
- color:red;
345
- font-size:12px;
346
- font-weight:bold;
347
- margin-left:5px;
348
- vertical-align:14px;
349
- }
350
- .gdrgrid .disabled {
351
- color:gray;
352
- }
353
- .gdrgrid .table {
354
- -moz-background-clip:border;
355
- -moz-background-inline-policy:continuous;
356
- -moz-background-origin:padding;
357
- -webkit-background-clip:border;
358
- -webkit-background-inline-policy:continuous;
359
- -webkit-background-origin:padding;
360
- background:#F9F9F9 none repeat scroll 0 0;
361
- border-bottom:1px solid #ECECEC;
362
- border-top:1px solid #ECECEC;
363
- margin:0 -6px 10px;
364
- padding:0 10px;
365
- table-layout:fixed;
366
- }
367
- .gdrgrid div.inside {
368
- margin:10px;
369
- }
370
 
371
- #poststuff .gdrgrid p.sub {
372
- color:#777777;
373
- font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
374
- font-size:12px;
375
- font-style:italic;
376
- margin:-12px;
377
- padding:7px 15px 17px;
378
- }
379
- #poststuff .gdrgrid p.sub span.spanlink {
380
- color:#777777;
381
- font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
382
- font-size:12px;
383
- font-style:italic;
384
- margin:-12px;
385
- padding:7px 15px 17px;
386
- }
387
 
388
- .gdrgrid table {
389
- width:100%;
390
- }
391
- .gdrgrid table tr.first th {
392
- color:#990000;
393
- font-weight:bold;
394
- }
395
- .gdrgrid table tr.first th, .gdrgrid table tr.first td {
396
- border-top:medium none;
397
- }
398
- .gdrgrid td {
399
- border-top:1px solid #ECECEC;
400
- font-size:18px;
401
- padding:2px 0;
402
- white-space:nowrap;
403
- }
404
- .gdrgrid td.b, .gdrgrid th.first {
405
- font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
406
- font-size:14px;
407
- padding-right:6px;
408
- text-align:right;
409
- white-space:nowrap;
410
- }
411
- .gdrgrid td.i {
412
- font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
413
- font-size:14px;
414
- padding-right:6px;
415
- white-space:nowrap;
416
- font-style:italic;
417
- }
418
- .gdrgrid td.first, .gdrgrid td.last {
419
- width:1px;
420
- }
421
- .gdrgrid td.options {
422
- padding-right:0 !important;
423
- text-align:right;
424
- white-space:normal;
425
- }
426
- .gdrgrid td.t {
427
- padding-bottom:3px;
428
- white-space:normal;
429
- }
430
- .gdrgrid td.t, .gdrgrid th {
431
- color:#777777;
 
 
 
 
 
 
 
 
 
 
 
432
  font-size:12px;
433
- padding-right:12px;
434
- padding-top:6px;
435
- }
436
- .gdrgrid th {
437
- background-color:#ECECEC;
438
- padding:3px 5px;
439
- text-align:left;
440
- }
441
- .gdrgrid td.comparision, .gdrgrid th.comparision{
442
- text-align:center;
443
- font-size:12px;
444
- }
445
-
446
- .bk_types{
447
- float:left;
448
- margin:0px 5px;
449
- line-height:50px;
450
- height:50px;
451
- vertical-align: middle;
452
- }
453
- .bk_types a:hover, a.bktypetitle:hover, a.bk_top_menu:hover{
454
- color:#D54E21;
455
- }
456
- a.bk_top_menu.selected:hover{
457
- color:#FFFFFF;
458
- }
459
 
460
- .bk_types div {
461
-
462
- vertical-align: top;
463
- height: 20px;
464
- padding:0px 3px;
465
- width:10px;
466
- float:left;
467
- border:none;
468
- }
469
- .bk_types div a.bktypetitle{
470
- font-size: 12px;
471
- text-shadow:0 0 1px #AAAAAA;
472
- }
473
- .bk_types div.bktypecount{
474
- padding: 0px 5px 0px 2px;
475
- vertical-align: top;
476
- line-height: 10px;
477
- font-size: 10px;
478
-
479
- -moz-border-radius:2px 2px 2px 2px;
480
- -webkit-border-radius:2px;
481
- background:none repeat scroll 0 0 #778899;
482
- border:1px solid #DDDDDD;
483
- font-size:11px;
484
- line-height:18px;
485
- padding:0 1px 0 3px;
486
- vertical-align:top;
487
- }
488
- .bk_types div.bktypecount a{
489
- color:#fff;
490
- }
491
- .selected_bk_type{
492
- font-weight:bold;
493
- line-height:50px;
494
- }
495
 
496
- .ajax_message{
497
- height:16px;
498
- line-height:16px;
499
- margin:3px auto;
500
- margin-left:-50px;
501
- position:fixed;
502
- top:0px;
503
- left:50%;
504
- }
505
- * html .ajax_message{
506
- position: absolute;
507
- /*top: expression( document.getElementsByTagName( 'body' )[0].scrollTop + "px" );/**/
508
- }
509
 
510
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
 
512
- a.bktypetitle, a.bk_top_menu{
513
- color:#21759B;
514
- text-decoration:underline;
515
 
516
- -moz-border-radius:5px;
517
- -webkit-border-radius:5px;
518
- border:1px solid #abb;
519
- color:#789;
520
- font-size:12px;
521
- font-weight:bold;
522
- line-height:49px;
523
- margin:5px;
524
- padding:4px 15px;
525
- text-decoration:none;
526
- margin:5px 5px;
527
- text-shadow:0 0 1px #ccc;
528
 
529
  /*
530
- -moz-background-clip:border;
531
  -moz-background-inline-policy:continuous;
532
  -moz-background-origin:padding;
533
  -moz-border-radius-bottomleft:5px;
@@ -542,194 +325,110 @@ font-weight:bold;
542
  margin-right:10px;
543
  padding:5px 10px 5px 10px;
544
  text-decoration:none;/**/
545
- }
546
-
547
 
548
- a.selected, .selected_bk_type a.bktypetitle{
549
- font-weight:bold;
550
- /* background:#888888;
551
- border:1px solid #DDDDDD;
552
- color:#FFFFFF;
553
 
554
 
555
  /**/
556
- border:1px solid #DDDDDD;
557
- background-color:#778899;
558
- color:#FFF;
559
- font-weight:bold;/**/
560
- }
561
- .fieldvalue{
562
- color:#111;
563
- background:#feefa4;
564
- padding:2px 3px;
565
- }
566
-
567
- input.wpdev-validates-as-time{
568
- width:50px;
569
- }
570
 
 
 
 
571
 
572
- .datepick .timespartly a {
573
  background:#F2F2F2 url('../img/clock_fill.png') no-repeat 100% 100%;
574
- /*color:#Fca;
575
- font-weight:bold;/**/
576
- }
577
-
578
-
579
- .tooltips {
580
- /*display:none;
581
- background:transparent url(../js/tooltip/img/black_arrow.png);
582
- font-size:12px;
583
- height:70px;
584
- width:160px;
585
- padding:25px;
586
- color:#fff;/**/
587
-
588
- /*
589
- background-color:#000;
590
- border:1px solid #fff;
591
- padding:10px 15px;
592
- width:200px;
593
- display:none;
594
- color:#fff;
595
- text-align:left;
596
- font-size:12px;
597
- -moz-box-shadow:0 0 10px #000;
598
- -webkit-box-shadow:0 0 10px #000; /**/
599
- /*
600
- background-color:#ececec;
601
- border:1px solid #aaa;
602
- padding:10px 15px;
603
- width:100px;
604
- display:none;
605
- color:#444;
606
- text-align:left;
607
- font-size:12px;
608
- font-weight:bold;
609
- -moz-box-shadow:0 0 10px #000;
610
- -webkit-box-shadow:0 0 10px #000;
611
- /**/
612
- }
613
-
614
- .booking-table-time{
615
- text-decoration: none;
616
- color:#555555;
617
- text-shadow:0 0px 1px #aaa;
618
- }
619
-
620
- .subtypenum{
621
- font-weight:bold;
622
- font-size:11px;
623
- background-color:#778899;
624
- border-left:1px solid #FFFFFF;
625
- color:#F5F5F5;
626
- font-size:10px;
627
- font-weight:bold;
628
- padding:5px 2px 3px 0px;
629
- text-decoration: none;
630
- -moz-border-radius:0px 3px 3px 0px;
631
- -webkit-border-radius:0px 3px 3px 0px;
632
  }
633
 
634
- /* Filters page */
635
- .filter_div {
636
- border:1px solid #ccc;
637
- padding-bottom:10px;
638
- float:left;
639
- margin:0 10px;
640
- height:160px;
641
- -moz-border-radius:3px;
642
- -webkit-border-radius:3px;
643
- }
644
-
645
- .filter_div_title{
646
- background:#f3f3f3;
647
- border:none;
648
- border-bottom: 1px solid #ccc;
649
- font-weight: bold;
650
- font-size:12px;
651
- margin:0px 0px 10px;
652
- padding:10px;
653
- }
654
- .filter_inner{
655
- padding: 0px 10px;
656
- line-height: 11px;
657
- }
658
- .filter_inner input{
659
- line-height: 12px;
660
- margin: 0px;
661
- padding: 1px;
662
- }
663
- .edited_row_now{
664
- background: #ffffaa;
665
- }
666
-
667
- /* Hided table */
668
- table.hided_settings_table {
669
- width:100%;
670
- background: #f9f9f9;
671
- padding:0px 10px;
672
- width:auto;
673
- }
674
-
675
- /* Label hint inside of input box */
676
- div.inside_hint{
677
- color:#AAAAAA;
678
- margin:-5px 0 -29px 8px;
679
- padding: 8px 0px;
680
- font-size:11px;
681
- position:relative;
682
- z-index: 2;
683
- }
684
-
685
- input.has-inside-hint{
686
- -moz-background-clip:border;
687
- -moz-background-inline-policy:continuous;
688
- -moz-background-origin:padding;
689
- -webkit-background-clip:border;
690
- -webkit-background-inline-policy:continuous;
691
- -webkit-background-origin:padding;
692
- position:relative;
693
- z-index: 1;
694
- }
695
 
696
- .short_dates_view{
697
- line-height: 30px;
698
- }
699
- .wide_dates_view {
700
-
701
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
 
703
- .show_dates_view {
704
- display:block !important;
705
- }
 
 
 
 
706
 
707
- .hide_dates_view {
708
- display:none !important;
709
- }
 
 
 
 
 
 
710
 
711
- .date_tire{
712
-
713
- font-size:18px;
714
- font-style: bold;
715
- }
 
 
 
 
 
716
 
717
- .bookingpage h2{
718
- color:#595959;
719
- font-family:Georgia,Sans-serif;
720
- font-size:2.1em;
721
- line-height:1.5em;
722
- padding:13px 5px 7px 45px;
723
- text-shadow:0px 1px 2px #aaa;
724
- }
725
 
726
- .remarkhint{
727
- cursor:pointer;
728
  }
729
 
 
 
 
 
 
 
 
 
730
 
731
  a.buttonlinktext {
732
- background-image:url(../img/button_footer.png);
733
  display:block;
734
  height:32px;
735
  color:white;
@@ -750,290 +449,1064 @@ a.buttonlinktext:hover {
750
  color:white !important;
751
  text-shadow:0 -1px 0 #333;
752
  }
753
-
754
  a.buttonlinktext:visited {
755
  color:white !important;
756
  }
757
 
758
- /* Selections of bk types top menu*/
759
- a.bktypetitlenew {
760
- text-decoration: none;
761
- margin-right: 8px;
762
- color:#557777;
763
- font-size: 12px;
764
- }
765
- a.bktypetitlenew:hover {
766
- color:#d54e21;
767
 
768
- }
769
- .topmenuitemborder1:hover, .topmenuitemborder.selected_bk_typenew {
770
- background-color:#70707a;
771
- border:1px solid #DDDDDD;
772
- }
773
- .topmenuitemborder1:hover a.bktypetitlenew, .topmenuitemborder.selected_bk_typenew a.bktypetitlenew{
774
- color:#FFFFFF !important;
775
- text-shadow:0 -1px 0 #777 !important;
776
- }
777
- .topmenuitemborder {
778
- -moz-border-radius:4px 4px 4px 4px;
779
- -webkit-border-radius:4px;
780
- background:none repeat scroll 0 0 #FCFCFF;
781
- border:1px solid #AABBBB;
782
- float:left;
783
- font-size:11px;
784
- font-weight:bold;
785
- height:auto;
786
- line-height:14px;
787
- margin:5px;
788
- padding:3px 6px;
789
- text-shadow:0 1px 0 #FFFFFF !important;
790
- width:auto;
791
- }
792
- .topmenuitemseparator{
793
- border-right:1px solid #ccc;
794
- border-left:1px solid #eee;
795
- float:left;
796
- height:12px;
797
- line-height:14px;
798
- margin:7px 2px 5px;
799
- padding:3px 0px;
800
- width:0px;
801
- }
802
- .topmenuitemseparatorv{
803
- border-top:1px solid #eee;
804
- border-bottom:1px solid #ccc;
805
- }
806
- a.bktype_delete, a.bktype_edit {
807
- margin:0px;
808
- padding:4px 0px 0px 2px;
809
- }
810
- span.bktypecount{
811
- -moz-border-radius:0 4px 4px 0;
812
- -webkit-border-radius:0 4px 4px 0;
813
- background:none repeat scroll 0 0 #707075;
814
- border-left:1px solid #CCCCCC;
815
- margin:0 0 0 10px;
816
- padding:3px 3px 4px;
817
- text-shadow:0 0 0;
818
- }
819
- div.selected_bk_typenew span.bktypecount{
820
- background:none repeat scroll 0 0 #70707a;
821
- border-left:1px solid #B7B7B7;
822
- }
823
- span.bktypecount a{
824
- color:#FFFFFF;
825
- font-weight:bold;
826
- text-decoration:none;
827
- }
828
- .topmenuitemborder_plus {
829
- background:none repeat scroll 0 0 #7F8F9F;
830
- border:1px solid #EEEEEE;
831
- padding:2px 4px 4px;
832
- }
833
- .topmenuitemborder_plus a{
834
- color:#FFFFFF;
835
- font-size:17px;
836
- font-weight:bold;
837
- margin:0;
838
- padding:0;
839
- text-shadow:-1px -1px 0 #999999;
840
- }
841
 
842
- #plus_button_legend, #u_d_shift, #child_objects_legend{
843
- -moz-border-radius:5px;
844
- -moz-box-shadow:1px 1px 0 #FFFFFF;
845
- -webkit-border-radius:5px;
846
- -webkit-box-shadow:1px 1px 0 #FFFFFF;
847
- -border-radius:5px;
848
- -box-shadow:1px 1px 0 #FFFFFF;
849
- border:1px solid #D7D7D7;
850
- color:#89898B;
851
- display:block;
852
- float:left;
853
- font-size:12px;
854
- line-height:20px;
855
- margin-top:5px;
856
- opacity:1;
857
- padding:0 5px;
858
- text-shadow:-1px 1px 0 #FFFFFF;
859
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
860
 
 
 
861
 
862
- /* Top menu items */
863
- #menu-wpdevplugin {
864
- margin-right:20px;
865
- margin-top:-3px;
866
- position:relative;
867
- width:auto;
868
- }
869
- #menu-wpdevplugin .nav-tabs-wrapper {
870
- height:28px;
871
- margin-bottom:-1px;
872
- overflow:hidden;
873
- width:100%;
874
- }
875
- #menu-wpdevplugin .nav-tabs {
876
- float:left;
877
- margin-left:0;
878
- margin-right:-500px;
879
- padding-left:0px;
880
- padding-right:10px;
881
- }
882
- #menu-wpdevplugin .nav-tab {
883
- -moz-border-radius:5px 5px 0 0;
884
- -webkit-border-top-left-radius:5px;
885
- -webkit-border-top-right-radius:5px;
886
- border-color:#d5d5d5 #d5d5d5 #BBBBCC #d5d5d5;
887
- border-style:solid;
888
- border-width:1px 1px 0;
889
- color:#C1C1C1;
890
- display:inline-block;
891
- font-size:12px;
892
- line-height:16px;
893
- margin:0 0px -1px 0;
894
- padding:4px 14px 6px 32px;
895
- text-decoration:none;
896
- text-shadow:0 1px 0 #f1f1f1;
897
- background:none repeat scroll 0 0 #F4F4F4;
898
- background:url("../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
899
- color:#464646;
900
- font-weight:bold;
901
- margin-bottom:0;
902
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
903
  font-family:Arial;
904
  font-size:13px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
905
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
906
  line-height:18px;
 
 
 
 
 
 
907
 
908
- padding:4px 14px 4px 32px;
909
- }
910
- * html #menu-wpdevplugin .nav-tab { padding:4px 14px 5px 32px; } /* IE6 */
911
- #menu-wpdevplugin a.nav-tab:hover{
912
- color:#d54e21 !important;
913
- background-color: #e7e7e7 !important;
914
- }
915
- #menu-wpdevplugin .nav-tab-active {
916
- background:none repeat scroll 0 0 #ECECEC;
917
-
918
- border-color:#CCCCCC;
919
- border-bottom-color:#aab;
920
- background:none repeat scroll 0 0 #7A7A88;
921
-
922
- text-shadow:0 -1px 0 #111111;
923
- border-width:1px;
924
- color:#FFFFFF;
925
- }
926
- .menuicons{
927
- position: absolute;
928
- height: 20px;
929
- width: 20px;
930
- margin: -2px 0pt 0pt -24px;
931
- }
932
- #support_links{
933
- float:right;
934
- margin:-20px 0px 0px 0px;
935
- padding:0px;
936
- font-size:10px;
937
- }
938
-
939
-
940
- .bookingpage .meta-box .postbox .handlediv {
941
- background:url("../../../../wp-admin/images/menu-bits.gif?ver=20100610") no-repeat scroll left -111px transparent;
942
- }
943
- .bookingpage .meta-box .postbox .handlediv:hover{
944
- cursor:pointer !important;
945
- }
946
- .bookingpage .meta-box .postbox .hndle:hover{
947
- cursor:default !important;
948
- }
949
-
950
- .color_pro { color:#11BB11; }
951
- .color_premium { color:#FFAA11; }
952
- .color_premium_plus { color:#CB8E02; }
953
- .color_hotel { color:#FF5500; }
954
-
955
- #show_edit_cost_fields {
956
- -moz-border-radius:5px;
957
- -moz-box-shadow:1px 1px 0 #FFFFFF;
958
- -webkit-border-radius:5px;
959
- -webkit-box-shadow:1px 1px 0 #FFFFFF;
960
- -border-radius:5px;
961
- -box-shadow:1px 1px 0 #FFFFFF;
962
- border:1px solid #D7D7D7;
963
- color:#333;
964
- padding:2px 1px 15px 7px;
965
- text-shadow:-1px 1px 0 #FFFFFF;
966
- }
967
- #show_edit_cost_fields input{
968
- width:100px;
969
- }
970
- #show_edit_cost_fields div.legendspan{
971
- width:225px;
972
- line-height: 24px;
973
- float:left;
974
- }
975
-
976
- .booking_table a.bk_res_link_from_dates {
977
- padding:5px 5px 3px 5px;
978
- margin:0px 0px 0px -3px;
979
- border-left:1px solid #ccc;
980
- font-size:10px;
981
- background-color:#70707A;
982
- text-shadow:0 -1px 0 #777777 !important;
983
- white-space:nowrap;
984
- -moz-border-radius:0px 5px 5px 0px;
985
- -webkit-border-radius:0px 5px 5px 0px;
986
- -border-radius:0px 5px 5px 0px;
987
- }
988
-
989
- .booking_resource_header_4_childs {
990
- -moz-border-radius:5px;
991
- -webkit-border-radius:5px;
992
- -border-radius:5px;
993
- background:none repeat scroll 0 0 #F7F7F7;
994
- border:1px solid #DAd9d9;
995
- font-size:20px !important;
996
- line-height:27px !important;
997
- padding:0 5px 0 !important;;
998
- }
999
-
1000
-
1001
- .hide_user_bk_res {
1002
- display:none;
1003
- }
1004
-
1005
- #childs_bk_resources {
1006
- background:none repeat scroll 0 0 #F5F5F5;
1007
- border-left:1px solid #CCCCCC;
1008
- border-right:1px solid #CCCCCC;
1009
-
1010
- height:32px;
1011
- width:100%;
1012
- }
1013
- .bk_resource_arrow_shift {
1014
- color:#333333;
1015
- cursor:pointer;
1016
- float:left;
1017
- font-size:22px;
1018
- line-height:20px;
1019
- padding:5px 2px 0 5px;
1020
- text-shadow:1px 1px 0 #FFFFFF;
1021
- width:15px;
1022
- }
1023
-
1024
- .shortcode_help_section{
1025
-
1026
- margin-bottom:10px;
1027
- padding:5px 15px;
1028
- background: none repeat scroll 0 0 #FFFDFD;
1029
- border: 1px solid #FFF141;
1030
- text-shadow: 0 1px 0 #FFFFFF;
1031
-
1032
- -moz-border-radius:5px;
1033
- -moz-box-shadow:0px 0px 2px #FEF691;
1034
- -webkit-border-radius:5px;
1035
- -webkit-box-shadow:0px 0px 2px #FEF691;
1036
- -border-radius:5px;
1037
- -box-shadow:0px 0px 2px #FEF691;
1038
- }
1039
 
 
 
 
 
 
 
 
 
 
1
+ /* Unsorted yet */
2
+ .reserved_mark, .selected_mark, .selected_mark_heder_only {
3
+ float:left;
4
+ height:25px;
5
+ width:30px;
6
+ border:1px solid #fff;
7
+ background:#9be;
8
+ margin:20px 10px 0px 0px;
9
+ -moz-border-radius:2px 2px 2px 2px;
10
+ -moz-box-shadow:0 0 1px #999999;
11
+ -webkit-border-radius:2px;
12
+ -webkit-box-shadow:0 0 1px #999999;
13
+ border-radius:2px 2px 2px 2px;
14
+ box-shadow:0 0 1px #999999;
15
+ }
16
+ .selected_mark {
17
+ background:#FFBB45;
18
+ }
19
+ .selected_mark_heder_only {
20
+ background:#727174;
21
+ height:35px;
22
+ width:40px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ }
25
 
26
+ .datepick .date2approve { /* DATES TO APPROVE INADMIN */
27
+ background:#FFBB45;
28
+ color:#fff !important;
29
+ font-weight:bold;
30
  }
31
+ .datepick .date_approved { /* DATES NEED TO Approve AND CLIENT RESERVED DATES*/
32
+ background:#9be;
33
+ color:#fff !important;
34
+ font-weight:bold;
35
  }
36
 
37
+ #changing_count_of_calendars{
38
+ -moz-border-radius:5px;
39
+ -moz-box-shadow:1px 1px 0 #FFFFFF;
40
+ -webkit-border-radius:5px;
41
+ -webkit-box-shadow:1px 1px 0 #FFFFFF;
42
+ -border-radius:5px;
43
+ -box-shadow:1px 1px 0 #FFFFFF;
44
+ border:1px solid #D7D7D7;
45
+ color:#89898B;
46
+ float:right;
47
+ font-size:12px;
48
+ padding:2px 1px 2px 7px;
49
+ text-shadow:-1px 1px 0 #FFFFFF;
50
+ }
51
+ #changing_count_of_calendars span {
52
+ font-style:italic;
53
+ }
 
 
 
54
 
55
+ /* Settings CSS */
56
+ .form-table th{
57
+ width:160px;
58
+ line-height:15px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  font-size:11px;
60
+ font-style:italic;
61
+ }
62
+ .form-table th label{
63
+ font-size:12px;
64
+ font-weight:bold;
65
+ font-style:normal;
66
+ line-height: 25px;
67
+ }
68
+ .form-table input.regular-text, .form-table select {
69
+ width:140px;
70
+ }
71
+ .form-table span.description{
72
+ font-size:12px;
73
+ }
 
 
 
 
 
 
 
 
 
 
74
 
75
+ .booking_table .raw_after_editing td{
76
+ background: #fcf8e0;
77
+ }
78
 
79
+ .form-table.wpdevbk input[type=text], .form-table.wpdevbk textarea, .form-table.wpdevbk select, .form-table.wpdevbk .uneditable-input {
80
+ margin-bottom: 0px;
81
+ }
82
+ .form-table.wpdevbk td{
83
+ vertical-align: middle;
84
+ padding-top:10px;
85
+ }
86
+ .form-table.wpdevbk th{
87
+ vertical-align: top;
88
+ padding-top:10px;
89
+ }
90
+ #bk_settings_costs_paypal_payment .form-table.wpdevbk td,#bk_settings_costs_paypal_payment .form-table.wpdevbk th{
91
+ border-bottom:1px solid #eee;
92
+ }
93
+ .form-table.wpdevbk label {
94
+ margin-bottom: 0;
95
+ }
96
+ .email-table th{
97
+ width:50px;
98
+ }
 
 
 
 
 
99
 
100
+ .email-table input.regular-text, .email-table select {
101
+ width:350px;
102
+ }
103
+ .code_description span.description {
104
+ line-height:20px;
105
+ }
106
+ table.email-table {
107
+ background-color:#fcfcfc;
108
+ border:1px solid #ccc;
109
+ margin:10px 0px !important;
110
+ }
111
+ #poststuff table.email-table td h2 {
112
+ line-height:15px !important;
113
+ margin-top:3px;
114
+ margin-bottom:0px;
115
+ }
116
+ .email-table td.th-title {
117
+ background-color:#eeeeee;
118
+ border-bottom:1px solid #ccc;
119
+ height:15px;
120
+ padding:5px 10px;
121
+ }
122
+ .email-table textarea, .email-table input, .email-table select, .darker-border {
123
+ border-color:#bbbbbb;
124
+ }
125
 
126
+ .settings-table th{
127
+ width:180px;
128
+ }
129
 
130
+ .settings-table input.regular-text, .settings-table select {
131
+ width:250px;
132
+ }
133
 
134
+ /* Front Page settings GRID */
135
+ .gderror {
136
  -moz-border-radius:3px;
137
  -webkit-border-radius:3px;
138
  background-color:#FFEBE8;
139
  border:1px solid #CC0000;
140
  padding:12px;
141
  }
142
+ .gdpttitle span {
143
+ color:red;
144
+ font-size:12px;
145
+ font-weight:bold;
146
+ margin-left:5px;
147
+ vertical-align:14px;
148
+ }
149
+ .gdrgrid .disabled {
150
+ color:gray;
151
+ }
152
+ .gdrgrid .table {
153
+ -moz-background-clip:border;
154
+ -moz-background-inline-policy:continuous;
155
+ -moz-background-origin:padding;
156
+ -webkit-background-clip:border;
157
+ -webkit-background-inline-policy:continuous;
158
+ -webkit-background-origin:padding;
159
+ background:#F9F9F9 none repeat scroll 0 0;
160
+ border-bottom:1px solid #ECECEC;
161
+ border-top:1px solid #ECECEC;
162
+ margin:0 -6px 10px;
163
+ padding:0 10px;
164
+ table-layout:fixed;
165
+ }
166
+ .gdrgrid div.inside {
167
+ margin:10px;
168
+ }
169
 
170
+ #poststuff .gdrgrid p.sub {
171
+ color:#777777;
172
+ font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
173
+ font-size:12px;
174
+ font-style:italic;
175
+ margin:-12px;
176
+ padding:7px 15px 17px;
177
+ }
178
+ #poststuff .gdrgrid p.sub span.spanlink {
179
+ color:#777777;
180
+ font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
181
+ font-size:12px;
182
+ font-style:italic;
183
+ margin:-12px;
184
+ padding:7px 15px 17px;
185
+ }
186
 
187
+ .gdrgrid table {
188
+ width:100%;
189
+ }
190
+ .gdrgrid table tr.first th {
191
+ color:#990000;
192
+ font-weight:bold;
193
+ }
194
+ .gdrgrid table tr.first th, .gdrgrid table tr.first td {
195
+ border-top:medium none;
196
+ }
197
+ .gdrgrid td {
198
+ border-top:1px solid #ECECEC;
199
+ font-size:18px;
200
+ padding:2px 0;
201
+ white-space:nowrap;
202
+ }
203
+ .gdrgrid td.b, .gdrgrid th.first {
204
+ font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
205
+ font-size:14px;
206
+ padding-right:6px;
207
+ text-align:right;
208
+ white-space:nowrap;
209
+ }
210
+ .gdrgrid td.i {
211
+ font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
212
+ font-size:14px;
213
+ padding-right:6px;
214
+ white-space:nowrap;
215
+ font-style:italic;
216
+ }
217
+ .gdrgrid td.first, .gdrgrid td.last {
218
+ width:1px;
219
+ }
220
+ .gdrgrid td.options {
221
+ padding-right:0 !important;
222
+ text-align:right;
223
+ white-space:normal;
224
+ }
225
+ .gdrgrid td.t {
226
+ padding-bottom:3px;
227
+ white-space:normal;
228
+ }
229
+ .gdrgrid td.t, .gdrgrid th {
230
+ color:#777777;
231
+ font-size:12px;
232
+ padding-right:12px;
233
+ padding-top:6px;
234
+ }
235
+ .gdrgrid th {
236
+ background-color:#ECECEC;
237
+ padding:3px 5px;
238
+ text-align:left;
239
+ }
240
+ .gdrgrid td.comparision, .gdrgrid th.comparision{
241
+ text-align:center;
242
  font-size:12px;
243
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
 
245
+ .bk_types{
246
+ float:left;
247
+ margin:0px 5px;
248
+ line-height:50px;
249
+ height:50px;
250
+ vertical-align: middle;
251
+ }
252
+ .bk_types a:hover, a.bktypetitle:hover, a.bk_top_menu:hover{
253
+ color:#D54E21;
254
+ }
255
+ a.bk_top_menu.selected:hover{
256
+ color:#FFFFFF;
257
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
 
259
+ .bk_types div {
 
 
 
 
 
 
 
 
 
 
 
 
260
 
261
+ vertical-align: top;
262
+ height: 20px;
263
+ padding:0px 3px;
264
+ width:10px;
265
+ float:left;
266
+ border:none;
267
+ }
268
+ .bk_types div a.bktypetitle{
269
+ font-size: 12px;
270
+ text-shadow:0 0 1px #AAAAAA;
271
+ }
272
+ .bk_types div.bktypecount{
273
+ padding: 0px 5px 0px 2px;
274
+ vertical-align: top;
275
+ line-height: 10px;
276
+ font-size: 10px;
277
+
278
+ -moz-border-radius:2px 2px 2px 2px;
279
+ -webkit-border-radius:2px;
280
+ background:none repeat scroll 0 0 #778899;
281
+ border:1px solid #DDDDDD;
282
+ font-size:11px;
283
+ line-height:18px;
284
+ padding:0 1px 0 3px;
285
+ vertical-align:top;
286
+ }
287
+ .bk_types div.bktypecount a{
288
+ color:#fff;
289
+ }
290
+ .selected_bk_type{
291
+ font-weight:bold;
292
+ line-height:50px;
293
+ }
294
 
295
+ a.bktypetitle, a.bk_top_menu{
296
+ color:#21759B;
297
+ text-decoration:underline;
298
 
299
+ -moz-border-radius:5px;
300
+ -webkit-border-radius:5px;
301
+ border:1px solid #abb;
302
+ color:#789;
303
+ font-size:12px;
304
+ font-weight:bold;
305
+ line-height:49px;
306
+ margin:5px;
307
+ padding:4px 15px;
308
+ text-decoration:none;
309
+ margin:5px 5px;
310
+ text-shadow:0 0 1px #ccc;
311
 
312
  /*
313
+ -moz-background-clip:border;
314
  -moz-background-inline-policy:continuous;
315
  -moz-background-origin:padding;
316
  -moz-border-radius-bottomleft:5px;
325
  margin-right:10px;
326
  padding:5px 10px 5px 10px;
327
  text-decoration:none;/**/
328
+ }
 
329
 
330
+ a.selected, .selected_bk_type a.bktypetitle{
331
+ font-weight:bold;
332
+ /* background:#888888;
333
+ border:1px solid #DDDDDD;
334
+ color:#FFFFFF;
335
 
336
 
337
  /**/
338
+ border:1px solid #DDDDDD;
339
+ background-color:#778899;
340
+ color:#FFF;
341
+ font-weight:bold;/**/
342
+ }
 
 
 
 
 
 
 
 
 
343
 
344
+ input.wpdev-validates-as-time{
345
+ width:50px;
346
+ }
347
 
348
+ .datepick .timespartly a {
349
  background:#F2F2F2 url('../img/clock_fill.png') no-repeat 100% 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  }
351
 
352
+ /* Filters page */
353
+ .filter_div {
354
+ border:1px solid #ccc;
355
+ padding-bottom:10px;
356
+ float:left;
357
+ margin:0 10px;
358
+ height:160px;
359
+ -moz-border-radius:3px;
360
+ -webkit-border-radius:3px;
361
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
 
363
+ .filter_div_title{
364
+ background:#f3f3f3;
365
+ border:none;
366
+ border-bottom: 1px solid #ccc;
367
+ font-weight: bold;
368
+ font-size:12px;
369
+ margin:0px 0px 10px;
370
+ padding:10px;
371
+ }
372
+ .filter_inner{
373
+ padding: 0px 10px;
374
+ line-height: 11px;
375
+ }
376
+ .filter_inner input{
377
+ line-height: 12px;
378
+ margin: 0px;
379
+ padding: 1px;
380
+ }
381
+ .edited_row_now{
382
+ background: #ffffaa;
383
+ }
384
 
385
+ /* Hided table */
386
+ table.hided_settings_table {
387
+ width:100%;
388
+ background: #f9f9f9;
389
+ padding:0px 10px;
390
+ width:auto;
391
+ }
392
 
393
+ /* Label hint inside of input box */
394
+ div.inside_hint{
395
+ color:#AAAAAA;
396
+ margin:-5px 0 -29px 8px;
397
+ padding: 8px 0px;
398
+ font-size:11px;
399
+ position:relative;
400
+ z-index: 2;
401
+ }
402
 
403
+ input.has-inside-hint{
404
+ -moz-background-clip:border;
405
+ -moz-background-inline-policy:continuous;
406
+ -moz-background-origin:padding;
407
+ -webkit-background-clip:border;
408
+ -webkit-background-inline-policy:continuous;
409
+ -webkit-background-origin:padding;
410
+ position:relative;
411
+ z-index: 1;
412
+ }
413
 
414
+ .short_dates_view{
415
+ line-height: 30px;
416
+ }
417
+ .wide_dates_view {
 
 
 
 
418
 
 
 
419
  }
420
 
421
+ .bookingpage h2{
422
+ color:#595959;
423
+ font-family:Georgia,Sans-serif;
424
+ font-size:2.1em;
425
+ line-height:1.5em;
426
+ padding:13px 5px 7px 45px;
427
+ text-shadow:0px 1px 2px #aaa;
428
+ }
429
 
430
  a.buttonlinktext {
431
+
432
  display:block;
433
  height:32px;
434
  color:white;
449
  color:white !important;
450
  text-shadow:0 -1px 0 #333;
451
  }
 
452
  a.buttonlinktext:visited {
453
  color:white !important;
454
  }
455
 
456
+ /* Selections of bk types top menu*/
457
+ a.bktypetitlenew {
458
+ text-decoration: none;
459
+ margin-right: 8px;
460
+ color:#557777;
461
+ font-size: 12px;
462
+ }
463
+ a.bktypetitlenew:hover {
464
+ color:#d54e21;
465
 
466
+ }
467
+ .topmenuitemborder1:hover, .topmenuitemborder.selected_bk_typenew {
468
+ background-color:#70707a;
469
+ border:1px solid #DDDDDD;
470
+ }
471
+ .topmenuitemborder1:hover a.bktypetitlenew, .topmenuitemborder.selected_bk_typenew a.bktypetitlenew{
472
+ color:#FFFFFF !important;
473
+ text-shadow:0 -1px 0 #777 !important;
474
+ }
475
+ .topmenuitemborder {
476
+ -moz-border-radius:4px 4px 4px 4px;
477
+ -webkit-border-radius:4px;
478
+ background:none repeat scroll 0 0 #FCFCFF;
479
+ border:1px solid #AABBBB;
480
+ float:left;
481
+ font-size:11px;
482
+ font-weight:bold;
483
+ height:auto;
484
+ line-height:14px;
485
+ margin:5px;
486
+ padding:3px 6px;
487
+ text-shadow:0 1px 0 #FFFFFF !important;
488
+ width:auto;
489
+ }
490
+ .topmenuitemseparator{
491
+ border-right:1px solid #ccc;
492
+ border-left:1px solid #eee;
493
+ float:left;
494
+ height:12px;
495
+ line-height:14px;
496
+ margin:7px 2px 5px;
497
+ padding:3px 0px;
498
+ width:0px;
499
+ }
500
+ .topmenuitemseparatorv{
501
+ border-top:1px solid #eee;
502
+ border-bottom:1px solid #ccc;
503
+ }
504
+ a.bktype_delete, a.bktype_edit {
505
+ margin:0px;
506
+ padding:4px 0px 0px 2px;
507
+ }
508
+ span.bktypecount{
509
+ -moz-border-radius:0 4px 4px 0;
510
+ -webkit-border-radius:0 4px 4px 0;
511
+ background:none repeat scroll 0 0 #707075;
512
+ border-left:1px solid #CCCCCC;
513
+ margin:0 0 0 10px;
514
+ padding:3px 3px 4px;
515
+ text-shadow:0 0 0;
516
+ }
517
+ div.selected_bk_typenew span.bktypecount{
518
+ background:none repeat scroll 0 0 #70707a;
519
+ border-left:1px solid #B7B7B7;
520
+ }
521
+ span.bktypecount a{
522
+ color:#FFFFFF;
523
+ font-weight:bold;
524
+ text-decoration:none;
525
+ }
526
+ .topmenuitemborder_plus {
527
+ background:none repeat scroll 0 0 #7F8F9F;
528
+ border:1px solid #EEEEEE;
529
+ padding:2px 4px 4px;
530
+ }
531
+ .topmenuitemborder_plus a{
532
+ color:#FFFFFF;
533
+ font-size:17px;
534
+ font-weight:bold;
535
+ margin:0;
536
+ padding:0;
537
+ text-shadow:-1px -1px 0 #999999;
538
+ }
539
 
540
+ #plus_button_legend, #u_d_shift, #child_objects_legend{
541
+ -moz-border-radius:5px;
542
+ -moz-box-shadow:1px 1px 0 #FFFFFF;
543
+ -webkit-border-radius:5px;
544
+ -webkit-box-shadow:1px 1px 0 #FFFFFF;
545
+ -border-radius:5px;
546
+ -box-shadow:1px 1px 0 #FFFFFF;
547
+ border:1px solid #D7D7D7;
548
+ color:#89898B;
549
+ display:block;
550
+ float:left;
551
+ font-size:12px;
552
+ line-height:20px;
553
+ margin-top:5px;
554
+ opacity:1;
555
+ padding:0 5px;
556
+ text-shadow:-1px 1px 0 #FFFFFF;
557
+ }
558
+
559
+
560
+ .bookingpage .meta-box .postbox .handlediv {
561
+ background:url("../../../../wp-admin/images/menu-bits.gif?ver=20100610") no-repeat scroll left -111px transparent;
562
+ }
563
+ .bookingpage .meta-box .postbox .handlediv:hover{
564
+ cursor:pointer !important;
565
+ }
566
+ .bookingpage .meta-box .postbox .hndle:hover{
567
+ cursor:default !important;
568
+ }
569
+
570
+ .color_pro { color:#11BB11; }
571
+ .color_premium { color:#FFAA11; }
572
+ .color_premium_plus { color:#CB8E02; }
573
+ .color_hotel { color:#FF5500; }
574
+
575
+ #show_edit_cost_fields {
576
+ -moz-border-radius:5px;
577
+ -moz-box-shadow:1px 1px 0 #FFFFFF;
578
+ -webkit-border-radius:5px;
579
+ -webkit-box-shadow:1px 1px 0 #FFFFFF;
580
+ -border-radius:5px;
581
+ -box-shadow:1px 1px 0 #FFFFFF;
582
+ border:1px solid #D7D7D7;
583
+ color:#333;
584
+ padding:2px 1px 15px 7px;
585
+ text-shadow:-1px 1px 0 #FFFFFF;
586
+ }
587
+ #show_edit_cost_fields input{
588
+ width:100px;
589
+ }
590
+ #show_edit_cost_fields div.legendspan{
591
+ width:225px;
592
+ line-height: 24px;
593
+ float:left;
594
+ }
595
+
596
+ .booking_table a.bk_res_link_from_dates {
597
+ padding:5px 5px 3px 5px;
598
+ margin:0px 0px 0px -3px;
599
+ border-left:1px solid #ccc;
600
+ font-size:10px;
601
+ background-color:#70707A;
602
+ text-shadow:0 -1px 0 #777777 !important;
603
+ white-space:nowrap;
604
+ -moz-border-radius:0px 5px 5px 0px;
605
+ -webkit-border-radius:0px 5px 5px 0px;
606
+ -border-radius:0px 5px 5px 0px;
607
+ }
608
+
609
+ .booking_resource_header_4_childs {
610
+ -moz-border-radius:5px;
611
+ -webkit-border-radius:5px;
612
+ -border-radius:5px;
613
+ background:none repeat scroll 0 0 #F7F7F7;
614
+ border:1px solid #DAd9d9;
615
+ font-size:20px !important;
616
+ line-height:27px !important;
617
+ padding:0 5px 0 !important;;
618
+ }
619
+
620
+
621
+ .hide_user_bk_res {
622
+ display:none;
623
+ }
624
+
625
+ #childs_bk_resources {
626
+ background:none repeat scroll 0 0 #F5F5F5;
627
+ border-left:1px solid #CCCCCC;
628
+ border-right:1px solid #CCCCCC;
629
+
630
+ height:32px;
631
+ width:100%;
632
+ }
633
+ .bk_resource_arrow_shift {
634
+ color:#333333;
635
+ cursor:pointer;
636
+ float:left;
637
+ font-size:22px;
638
+ line-height:20px;
639
+ padding:5px 2px 0 5px;
640
+ text-shadow:1px 1px 0 #FFFFFF;
641
+ width:15px;
642
+ }
643
+
644
+ .shortcode_help_section{
645
+
646
+ margin-bottom:10px;
647
+ padding:5px 15px;
648
+ background: none repeat scroll 0 0 #FFFDFD;
649
+ border: 1px solid #FFF141;
650
+ text-shadow: 0 1px 0 #FFFFFF;
651
+
652
+ -moz-border-radius:5px;
653
+ -moz-box-shadow:0px 0px 2px #FEF691;
654
+ -webkit-border-radius:5px;
655
+ -webkit-box-shadow:0px 0px 2px #FEF691;
656
+ -border-radius:5px;
657
+ -box-shadow:0px 0px 2px #FEF691;
658
+ }
659
+
660
+
661
+
662
+ /* SORTED Support Styles and Tricks ***************************************************************************************************************/
663
+
664
+ /* Align blocks */
665
+ .bkalignright {
666
+ float:right !important;
667
+ }
668
+ .bkalignleft {
669
+ float:left !important;
670
+ }
671
+
672
+ /* Align text */
673
+ .bktextright {
674
+ text-align:right !important;
675
+ }
676
+ .bktextleft {
677
+ text-align:left !important;
678
+ }
679
+ .bktextcenter {
680
+ text-align:center !important;
681
+ }
682
+ .bktextjustify {
683
+ text-align:justify !important;
684
+ }
685
+
686
+ /* Trick - Fix HEIGHT for the container with FLOAT elements inside */
687
+ .clearfix-height:after {
688
+ content: ".";
689
+ display: block;
690
+ clear: both;
691
+ visibility: hidden;
692
+ line-height: 0;
693
+ height: 0;
694
+ }
695
+ .clearfix-height {
696
+ display: inline-block;
697
+ }
698
+ html[xmlns] .clearfix-height {
699
+ display: block;
700
+ }
701
+ html[xmlns] .clearfix-height.hidden_items {
702
+ display: none;
703
+ }
704
+ * html .clearfix-height {
705
+ height: 1%;
706
+ }
707
+
708
+
709
+ /* Fixes in WordPress interface ************************************************************************************************************/
710
+ #wp-admin-bar-booking_options a span#booking-count {
711
+ background: none repeat scroll 0 0 #EEEEEE;
712
+ border-radius: 10px 10px 10px 10px;
713
+ color: #333333;
714
+ display: inline;
715
+ font-size: 10px;
716
+ font-weight: bold;
717
+ padding: 2px 5px;
718
+ text-shadow: none;
719
+ }
720
+ #wp-admin-bar-booking_options a:hover span#booking-count {
721
+ background: none repeat scroll 0 0 #FFFFFF;
722
+ color: #000000;
723
+ }
724
+
725
+
726
+ /* Messages ********************************************************************************************************************************/
727
+ .copyright_info {
728
+ font-size:10px;
729
+ line-height:14px;
730
+ padding:5px;
731
+ text-align:center;
732
+ width:99%;
733
+ }
734
+ .error_message, .info_message, .accept_message, .warning_message{
735
+ font-size:14px;
736
+ padding:11px;
737
+ padding-left:55px;
738
+ text-align:center;
739
+ margin:5px 10px 30px 10px;
740
+ line-height:22px;
741
+ -moz-border-radius:5px;
742
+ -webkit-border-radius:5px;
743
+ }
744
+ .error_message a, info_message a, .accept_message a, .warning_message a{
745
+ text-decoration:underline;
746
+ }
747
+ .error_message{
748
+ border:1px solid red;
749
+ background:#ffeeee url('../img/remove-32x32.png') no-repeat 10px 50%;
750
+ }
751
+ .info_message {
752
+ border:1px solid #eaefff;
753
+ background:#fdfffd url('../img/info-32x32.png') no-repeat 10px 50%;
754
+ }
755
+ .accept_message {
756
+ border:1px solid #b0ef55;
757
+ background:#f7fff7 url('../img/accept-32x32.png') no-repeat 10px 50%;
758
+ }
759
+ .warning_message {
760
+ border:1px solid #fedab9;
761
+ background:#fffae5 url('../img/warning-32x32.png') no-repeat 10px 50%;
762
+ }
763
+ .ajax_message{
764
+ height:16px;
765
+ line-height:16px;
766
+ margin:3px auto;
767
+ margin-left:-50px;
768
+ position:fixed;
769
+ top:35px;
770
+ left:50%;
771
+ z-index: 999999;
772
+ }
773
+ * html .ajax_message{
774
+ position: absolute;
775
+ /*top: expression( document.getElementsByTagName( 'body' )[0].scrollTop + "px" );/**/
776
+ }
777
+
778
+ /* In ajax responce */
779
+ .submiting_content{
780
+ background:#EEFDED none repeat scroll 0 0;
781
+ border:2px solid #ACCFC9;
782
+ font-size:14px;
783
+ font-weight:bold;
784
+ padding:5px 20px;
785
+ color:black;
786
+ }
787
+
788
+ /* CALENDAR ********************************************************************************************************************************/
789
+ /* Bring to top Layer */
790
+ #datepick-div {
791
+ z-index: 99999;
792
+ }
793
+
794
+ /* POPUP config dialog *********************************************************************************************************************/
795
+ #calendar_type {
796
+ font-size:12px !important;
797
+ height:2em !important;
798
+ padding:3px !important
799
+ }
800
+
801
+
802
+
803
+ /* Bookings listing M E N U *************************************************************************************************************/
804
+ /* table list *****************************************************************/
805
+ .booking_table {
806
+ -moz-border-radius:4px;
807
+ -moz-box-shadow:0 0 3px #999999;
808
+ -moz-box-sizing:content-box;
809
+ -webkit-border-radius:4px;
810
+ -webkit-box-shadow:0 1px 3px #999999;
811
+ -webkit-box-sizing:content-box;
812
+ border-radius:4px;
813
+ box-shadow:0 2px 3px #CDCDCD;
814
+ box-sizing:content-box;
815
+ border: 1px solid #CDCACA;
816
+ width:100%;
817
+ }
818
+ .booking_table td{
819
+ padding:5px 10px;
820
+ border:none;
821
+ font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
822
+ /*border-bottom:1px solid #CCCCCC;*/
823
+ }
824
+ .booking_table th{
825
+ padding:5px 10px;
826
+ border:none;
827
+ font-size:12px;
828
+ background:#888;
829
+ color:#fff;
830
+ text-shadow:0 1px 2px #555555;
831
+
832
+ border-bottom: 1px solid #E4D7D7;
833
+
834
+ background: none repeat scroll 0 0 #E4E4E4;
835
+ background: -moz-linear-gradient(center bottom , #D7D7D7, #E4E4E4) repeat scroll 0 0 transparent;
836
+ background: -webkit-gradient(linear,center top,center bottom, from(#D7D7D7), to(#E4E4E4)) repeat scroll 0 0 transparent;;
837
+ border-bottom: 1px solid #C6C6C6;
838
+
839
+
840
+ color: #2F2D2D;
841
+ font-size: 12px;
842
+ font-weight: bold;
843
+ padding: 5px 10px;
844
+ text-shadow: 0 0 1px #DAD8D8;
845
+
846
+ }
847
+ .booking_table td.alternative_color, .booking_table div.alternative_color{
848
+ background:#ececec;
849
+ }
850
+
851
+ .booking_table td.moderate_blend, .booking_table div.moderate_blend, .booking_table .moderate_blend span.fieldvalue, .booking_table .moderate_blend .subtypenum {
852
+ background:none repeat scroll 0 0 #F5F5F5;
853
+ color:#CCCCCC;
854
+ }
855
+
856
+ .booking_table td.new_booking, .booking_table div.new_booking {
857
+ text-shadow: 0 1px 1px #D0D0D6;
858
+ border-bottom: 1px solid #C1C4C1;
859
+ background: none repeat scroll 0 0 #eee;
860
+ }
861
+ .booking_table .new_booking span.fieldvalue {
862
+ background:none repeat scroll 0 0 #FFFFEF;
863
+ border:1px solid #FED2B9;
864
+ -moz-border-radius:2px;
865
+ -webkit-border-radius:2px;
866
+ border-radius:2px;
867
+ color:#343434;
868
+ text-shadow:0 -1px 1px #FFFFFF;
869
+ }
870
+
871
+ .resource_table {
872
+ width:100%;
873
+ border:1px solid #ddd;
874
+ }
875
+ .resource_table0 td{
876
+ /*padding:2px 5px;
877
+ border:none;/**/
878
+ text-align: left;
879
+ }
880
+ .resource_table td.alternative_color{
881
+ background:#f5f5f5;
882
+ }
883
+ .resource_table0 th{
884
+ /*padding:10px 5px;
885
+ border:none;
886
+ font-size:12px;
887
+ border-bottom: 1px solid #bbb;
888
+ color:#777;/**/
889
+ text-align: left;
890
+ }
891
+ .subtypesfilter{
892
+ width:100px;
893
+ margin:20px 10px 0px 0px;
894
+ }
895
 
896
+ /* Listing Table **************************************************************/
897
+ .booking-listing-header {
898
 
899
+ background: #D7D7D7; /* for non-css3 browsers */
900
+ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7', endColorstr='#E4E4E4'); /* IE6-9 */
901
+ background: -webkit-linear-gradient(center, bottom, #D7D7D7, #000); /* webkit-браузеров */
902
+ background: -moz-linear-gradient(center bottom , #D7D7D7, #E4E4E4) repeat scroll 0 0 transparent; /* firefox 3.6+ */
903
+ background: -o-linear-gradient(top, #D7D7D7, #E4E4E4); /* Opera 11.10+ */
904
+ background: -ms-linear-gradient(top, #D7D7D7, #E4E4E4); /* IE10+ */
905
+
906
+ border: 1px solid #C6C6C6;
907
+ border-bottom-color: #ccc;
908
+ border-radius: 5px 5px 0 0;
909
+ -moz-border-radius: 5px 5px 0 0;
910
+ -webkit-border-radius: 5px 5px 0 0;
911
+ -ms-border-radius: 5px 5px 0 0;
912
+ color: #333333;
913
+ font-size: 12px;
914
+ font-weight: bold;
915
+ margin: 0;
916
+ padding: 5px 0px;
917
+ text-shadow: 0 1px 1px #F5F5F5;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
 
919
+ }
920
+
921
+ .booking-listing-header .booking-listing-collumn {
922
+ text-align: center;
923
+
924
+ }
925
+
926
+ .booking-listing-row {
927
+ border: 1px solid #C6C6C6;
928
+ border-top: none;
929
+ margin: 0px;
930
+ padding: 0px;
931
+ }
932
+
933
+ .wpdevbk .new-label {
934
+ margin: 0 0 0 -23px;
935
+ padding: 3px;
936
+ position: absolute;
937
+ }
938
+
939
+ .booking-listing-row .booking-listing-collumn{
940
+ margin:5px 0px;
941
+ }
942
+ .wpdevbk .row-fluid.booking-listing-row.row_alternative_color, .row.booking-listing-row.row_alternative_color, .booking-listing-row.row_alternative_color{
943
+ background: #F7F7F7;
944
+ }
945
+ .wpdevbk .row-fluid.booking-listing-row.row_unread_color{
946
+ background: none repeat scroll 0 0 #FFEEAA;
947
+ }
948
+ .wpdevbk .row-fluid.booking-listing-row.row_selected_color{
949
+ background: none repeat scroll 0 0 #9f5; /*GREEN*/
950
+ /*background: none repeat scroll 0 0 #FFEEAA; */ /*Orange*/
951
+ /* background: none repeat scroll 0 0 #FFDC6D; */
952
+ /* border: 2px dashed #EE9900;
953
+ border-bottom: none;
954
+ border-top: none;/**/
955
+ }
956
+ .booking-listing-collumn .field-id {
957
+ background-color: #777777;
958
+ border: 1px solid #FFFFFF;
959
+ border-radius: 10px 10px 10px 10px;
960
+ box-shadow: 0 0 2px #888888;
961
+ color: #EEEEEE;
962
+ font-family: sans-serif;
963
+ font-size: 9px;
964
+ font-weight: bold;
965
+ padding: 2px 4px;
966
+ text-shadow: 0 0 3px #333333;
967
+ }
968
+ .booking-listing-collumn .field-date {
969
+ font-size: 9px;
970
+ font-style: italic;
971
+ line-height: 12px;
972
+ margin: 0px 2px 2px;
973
+ padding: 0;
974
+ text-align: center;
975
+ text-shadow: 0 -1px 0 #EEEEEE;
976
+ white-space: nowrap;
977
+ float:left;
978
+ }
979
+ .booking-listing-collumn .field-time {
980
+ font-size: 9px;
981
+ white-space: nowrap;
982
+ float:right;
983
+ margin-top:-3px;
984
+ margin-right:-63px;
985
+ }
986
+ .booking-listing-row .booking-labels, .booking-listing-row .booking-dates {
987
+ text-align: center !important;
988
+ }
989
+ .booking-listing-collumn .field-booking-date, .booking-listing-collumn .field-booking-date:hover {
990
+ background: none repeat scroll 0 0 #FFBB45;
991
+ border: 1px solid #EEEEEE;
992
+ border-radius: 5px 5px 5px 5px;
993
+ box-shadow: 0 0 1px #CCCCCC;
994
+ color: #FFFFFF;
995
+ font-weight: bold;
996
+ line-height: 22px;
997
+ padding: 4px 10px 3px;
998
+ text-decoration: none;
999
+ text-shadow: 0 -1px 0 #CCCCCC;
1000
+ white-space: nowrap;
1001
+ }
1002
+ .booking-listing-collumn .field-booking-date.approved, .booking-listing-collumn .field-booking-date.approved:hover {
1003
+ background: none repeat scroll 0 0 #99BBEE;
1004
+ }
1005
+ .booking-listing-collumn .field-booking-time {
1006
+ color: #555555;
1007
+ text-decoration: none;
1008
+ text-shadow: 0 0 1px #AAAAAA;
1009
+ }
1010
+ .wpdevbk .booking-listing-collumn .label {
1011
+ padding: 3px 3px 2px;
1012
+ box-shadow: 0 0 1px #CCCCCC;
1013
+ border: 1px solid #EEEEEE;
1014
+ white-space: nowrap;
1015
+ line-height: 22px;
1016
+ }
1017
+ .wpdevbk .booking-listing-collumn .label-pending {
1018
+ background: none repeat scroll 0 0 #FFBB45;
1019
+ }
1020
+ .wpdevbk .booking-listing-collumn .label-approved{
1021
+ background: none repeat scroll 0 0 #99BBEE;
1022
+ }
1023
+ .booking-listing-collumn .cost-fields-group{
1024
+ color: #444444;
1025
+ font-size: 15px;
1026
+ font-weight: bold;
1027
+ white-space: nowrap;
1028
+ }
1029
+ .booking-listing-collumn .field-booking-cost {
1030
+ width:60px;
1031
+
1032
+ }
1033
+ .booking-listing-collumn .field-currency{
1034
+ color: #444444;
1035
+ display: inline;
1036
+ font-size: 15px;
1037
+ font-weight: bold;
1038
+ line-height: 28px;
1039
+ vertical-align: top;
1040
+ }
1041
+ .booking_row_modification_element .btn-save-cost {
1042
+ float:right;
1043
+ margin-right: 8px;
1044
+ }
1045
+
1046
+ .payment-label-success {
1047
+ background-color: #468847 !important;
1048
+ }
1049
+ .payment-label-pending {
1050
+ background-color: #999922 !important;
1051
+ }
1052
+ .payment-label-unknown {
1053
+ background-color: #999 !important;
1054
+ }
1055
+ .payment-label-error {
1056
+ background-color: #fA773D !important;
1057
+ }
1058
+
1059
+ /* Listing Elements **********************************************************/
1060
+ .fieldvalue {
1061
+ background: none repeat scroll 0 0 #FFEE99;
1062
+ border-radius: 3px 3px 3px 3px;
1063
+ color: #333333;
1064
+ font-size: 11px;
1065
+ font-weight: bold;
1066
+ margin: 0 3px 0 0;
1067
+ padding: 2px 3px;
1068
+ text-shadow: 0 1px 1px #EEEEEE;
1069
+ }
1070
+
1071
+
1072
+ .label_resource_not_exist {
1073
+ color: #000;
1074
+ font-weight: bold;
1075
+ text-shadow: 0 1px 0 #5599DD;
1076
+ text-transform: none;
1077
+ }
1078
+
1079
+ .booking_row_modification_element {
1080
+ display:none;
1081
+ clear: both;
1082
+ width: 100%;
1083
+ }
1084
+
1085
+ .booking_row_modification_element_changing_resource {
1086
+ height: 38px;
1087
+ }
1088
+
1089
+ #hided_boking_modifications_elements{
1090
+ display: none;
1091
+ }
1092
+ /* Dates *********************************************************/
1093
+ .wpdevbk .visible_items, .visible_items {
1094
+ display:block;
1095
+ }
1096
+ .wpdevbk .hidden_items, .hidden_items {
1097
+ display:none;
1098
+ }
1099
+ .date_tire{
1100
+ font-size:17px;
1101
+ font-weight: bold;
1102
+ }
1103
+ .booking_dates_small, .booking_dates_full {
1104
+ line-height:24px;
1105
+ }
1106
+ .booking-listing-collumn .date_from_dif_type{
1107
+ color: #FFFFFF;
1108
+ text-shadow: 0 -1px 0 #BBBBBB;
1109
+ }
1110
+ /* Filter Top Section *********************************************************/
1111
+
1112
+ .wpdevbk-filters-section input, .wpdevbk-filters-section textarea, .wpdevbk-filters-section select, .wpdevbk-filters-section .uneditable-input {
1113
+ margin-bottom: 0px;
1114
+ }
1115
+ .wpdevbk .wpdevbk-filters-section .add-on, .wpdevbk .wpdevbk-filters-section .input-append {
1116
+ margin-bottom: 0px;
1117
+ height:23px;
1118
+ padding: 3px 3px 0;
1119
+ }
1120
+ .wpdevbk-filters-section .control-group {
1121
+ margin-right:15px;
1122
+ }
1123
+ .wpdevbk-filters-section .control-label {
1124
+ float: left;
1125
+ padding-top: 5px;
1126
+ text-align: right;
1127
+ margin-right:5px;
1128
+ }
1129
+ .wpdevbk-filters-section .controls {
1130
+ float:left;
1131
+ }
1132
+ .wpdevbk .wpdevbk-filters-section form {
1133
+ margin-bottom: 0px;
1134
+ }
1135
+ .wpdevbk a.chzn-single:hover{
1136
+ text-decoration: none;
1137
+ }
1138
+
1139
+ .wpdevbk .booking-submenu-tab-container .tab-bottom {
1140
+ -moz-border-bottom-colors: none;
1141
+ -moz-border-image: none;
1142
+ -moz-border-left-colors: none;
1143
+ -moz-border-right-colors: none;
1144
+ -moz-border-top-colors: none;
1145
+ background: none repeat scroll 0 0 #EEEEEE;
1146
+ border-color: #BBBBCC;
1147
+ border-width: 1px;
1148
+ border-style: dashed solid solid;
1149
+ border-radius: 0 0 5px 5px;
1150
+ -moz-border-radius: 0 0 5px 5px;
1151
+ -webkit-border-radius: 0 0 5px 5px;
1152
+ -ms-border-radius: 0 0 5px 5px;
1153
+ box-shadow: 0 0 1px #DDDDDD;
1154
+ padding: 0px 7px;
1155
+ position: absolute;
1156
+ }
1157
+
1158
+ /* Corrections of some CSS in Interface elements from Filter section **********/
1159
+ #wh_booking_date, #wh_booking_date2, #wh_modification_date, #wh_modification_date2 {
1160
+ width:75px;
1161
+ }
1162
+ #wh_approved_selector {
1163
+ width: 75px;
1164
+ }
1165
+ #wh_booking_type {
1166
+ width: 108px;
1167
+ }
1168
+ #wh_keyword {
1169
+ width: 95px;
1170
+ }
1171
+ #wh_pay_status {
1172
+ width: 95px;
1173
+ }
1174
+ #wh_booking_type{
1175
+ width: 180px;
1176
+ }
1177
+
1178
+ #bk_booking_filters_form .form-actions {
1179
+ margin-top:0px;
1180
+ }
1181
+ /* Resources M E N U ************************************************************************************************************************/
1182
+ .settings-resource-title {
1183
+ color:#464646 !important;
1184
+ font-size:20px !important;
1185
+ line-height:21px !important;
1186
+ margin:-5px 0px 0px !important;
1187
+ padding:0 1px !important;
1188
+ text-shadow:none !important;
1189
+ width:165px !important;
1190
+ }
1191
+
1192
+ .settings-resource-label {
1193
+ color:#888888;
1194
+ font-size:11px;
1195
+ font-style:italic;
1196
+ font-weight:normal;
1197
+ margin:0;
1198
+ text-shadow:0 1px 0 #FFFFFF;
1199
+ }
1200
+
1201
+ .settings-resource-input {
1202
+ border-radius:3px;
1203
+ -moz-border-radius:3px;
1204
+ -webkit-border-radius:3px;
1205
+ border-color:#CCCCCC;
1206
+ border-style:solid;
1207
+ border-width:1px;
1208
+ font-size:1.7em;
1209
+ line-height:100%;
1210
+ outline:medium none;
1211
+ padding:3px 4px;
1212
+ width:100%;
1213
+ cursor: text;
1214
+ }
1215
+
1216
+ .resource_line_selected {
1217
+ background:none repeat scroll 0 0 #FFDC6D;
1218
+ box-shadow:0 2px 3px #CCCCCC;
1219
+ }
1220
+
1221
+ .booking-advanced-shifter {
1222
+ background:none repeat scroll 0 0 #F2F1F1;
1223
+ border:1px solid #D5D5D5;
1224
+ border-radius:0 0 5px 5px;
1225
+ box-shadow:0 1px 1px #E3E3E3;
1226
+ color:#898989;
1227
+ float:right;
1228
+ margin:-9px 0 0px;
1229
+ padding:1px 10px;
1230
+ text-shadow:0 1px 0 #FFFFFF;
1231
+ cursor: pointer;
1232
+ }
1233
+
1234
+ .booking-advanced-shifter a{
1235
+ color:#898989;
1236
+ text-decoration: underline;
1237
+ }
1238
+
1239
+
1240
+ /* M o d a l s ************************************************************************************************************************/
1241
+ #sendPaymentRequestModal {
1242
+ display: none;
1243
+ }
1244
+ #sendPaymentRequestModal .modal-header{
1245
+ background: none repeat scroll 0 0 #F5F5F5;
1246
+ text-shadow: 0 0 2px #FFFFFF;
1247
+ }
1248
+ #sendPaymentRequestModal .modal-header h3{
1249
+ color: #333333;
1250
+ }
1251
+ #sendPaymentRequestModal .modal-body textarea{
1252
+ width:100%;
1253
+ }
1254
+
1255
+ #printLoyoutModal {
1256
+ display: none;
1257
+ width:900px !important;
1258
+ height:550px !important;
1259
+ margin: -250px 0 0 -450px !important;
1260
+ }
1261
+ #printLoyoutModal .modal-header{
1262
+ background: none repeat scroll 0 0 #F5F5F5;
1263
+ text-shadow: 0 0 2px #FFFFFF;
1264
+ }
1265
+ #printLoyoutModal .modal-header h3{
1266
+ color: #333333;
1267
+ }
1268
+
1269
+ #print_loyout_content tr.booking-listing-row td .fieldvalue,
1270
+ #print_loyout_content tr.booking-listing-row td .label
1271
+ {
1272
+ background: none repeat scroll 0 0 transparent !important;
1273
+ border: 1px solid #CCCCCC;
1274
+ color: #333333;
1275
+ font-size: 10px;
1276
+ font-weight: normal;
1277
+ padding: 0 4px !important;
1278
+ text-shadow: none !important;
1279
+ }
1280
+ #print_loyout_content tr.booking-listing-row td .label {
1281
+ white-space: nowrap;
1282
+ }
1283
+
1284
+
1285
+ #print_loyout_content tr.booking-listing-header th,
1286
+ #print_loyout_content tr.booking-listing-row td,
1287
+ #print_loyout_content .booking-listing-header {
1288
+ text-shadow: none !important;
1289
+ }
1290
+ #print_loyout_content tr.booking-listing-header th{
1291
+ padding:7px 10px;
1292
+ font-size:12px;
1293
+
1294
+ }
1295
+ #print_loyout_content tr.booking-listing-row td{
1296
+ padding:5px 10px;
1297
+ font-size: 11px;
1298
+ }
1299
+
1300
+ #print_loyout_content tr.booking-listing-row td strong{
1301
+ font-size: 11px;
1302
+ }
1303
+
1304
+ /* TOP TAB Menu line *************************************************************************************************************************/
1305
+
1306
+ /* MENU */
1307
+ #menu-wpdevplugin {
1308
+ margin-right:20px;
1309
+ margin-top:-3px;
1310
+ position:relative;
1311
+ width:auto;
1312
+ }
1313
+ #menu-wpdevplugin .nav-tabs-wrapper {
1314
+ height:28px;
1315
+ margin-bottom:-1px;
1316
+
1317
+ width:100%;
1318
+ }
1319
+ #menu-wpdevplugin .nav-tabs {
1320
+ float:left;
1321
+ margin-left:0;
1322
+ padding-left:0px;
1323
+ border-bottom: none !important;
1324
+ }
1325
+ #menu-wpdevplugin .nav-tab {
1326
+ -moz-border-radius:5px 5px 0 0;
1327
+ -webkit-border-top-left-radius:5px;
1328
+ -webkit-border-top-right-radius:5px;
1329
+ border-color:#d5d5d5 #d5d5d5 #BBBBCC #d5d5d5;
1330
+ border-style:solid;
1331
+ border-width:1px 1px 0;
1332
+ color:#C1C1C1;
1333
+ display:inline-block;
1334
+ font-size:12px;
1335
+ line-height:16px;
1336
+ margin:0 0px -1px 0;
1337
+ padding:4px 14px 6px 32px;
1338
+ text-decoration:none;
1339
+ text-shadow:0 1px 0 #f1f1f1;
1340
+ background:none repeat scroll 0 0 #F4F4F4;
1341
+ background:url("../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
1342
+ color:#464646;
1343
+ font-weight:bold;
1344
+ margin-bottom:0;
1345
  font-family:Arial;
1346
  font-size:13px;
1347
+ line-height:18px;
1348
+ padding:4px 14px 4px 32px;
1349
+ border-bottom: none;
1350
+ }
1351
+ * html #menu-wpdevplugin .nav-tab { padding:4px 14px 5px 32px; } /* IE6 */
1352
+ #menu-wpdevplugin a.nav-tab:hover{
1353
+ color:#d54e21 !important;
1354
+ background-color: #e7e7e7 !important;
1355
+ }
1356
+ #menu-wpdevplugin .nav-tab-active {
1357
+ background:none repeat scroll 0 0 #ECECEC;
1358
+ border-color:#CCCCCC;
1359
+ border-bottom-color:#aab;
1360
+ background:none repeat scroll 0 0 #7A7A88;
1361
+ text-shadow:0 -1px 0 #111111;
1362
+ border-width:1px;
1363
+ color:#FFFFFF;
1364
+ }
1365
+ .menuicons{
1366
+ position: absolute;
1367
+ height: 20px;
1368
+ width: 20px;
1369
+ margin: -2px 0pt 0pt -24px;
1370
+ }
1371
+ #support_links{
1372
+ float:right;
1373
+ margin:-20px 0px 0px 0px;
1374
+ padding:0px;
1375
+ font-size:10px;
1376
+ }
1377
+
1378
+ /* SUBMENU */
1379
+ .booking-submenu-tab, .wpdevbk .booking-submenu-tab{
1380
+ border:#bbb solid 1px;
1381
+ background:#f5f5f5;
1382
+ color:#777;
1383
+ font-weight:bold;
1384
+ font-size:13px;
1385
+ padding:6px 10px 4px;
1386
+ margin-right:2px;
1387
+ line-height:16px;
1388
+ height:18px;
1389
+ }
1390
+ .booking-submenu-tab-selected, .booking-submenu-tab-selected:hover,
1391
+ .wpdevbk .booking-submenu-tab-selected, .wpdevbk .booking-submenu-tab-selected:hover {
1392
+ border:#ddd solid 1px;
1393
+ border-bottom:1px solid #888;
1394
+ background:#999;
1395
+ color:#fff !important;
1396
+ text-shadow:0 -1px 0 #555;
1397
+ }
1398
+
1399
+ .booking-submenu-tab.nav-tab:hover, .wpdevbk .booking-submenu-tab.nav-tab:hover {
1400
+ border-bottom:1px solid #bbb;
1401
+ }
1402
 
1403
+ .wpdevbk .booking-submenu-tab:hover{
1404
+ color:#d54e21 !important;
1405
+ background: none repeat scroll 0 0 #F5F5F5;
1406
+ text-decoration: none;
1407
+ }
1408
+ .wpdevbk .booking-submenu-tab-selected.booking-submenu-tab:hover{
1409
+ color:#fff !important;
1410
+ background-color: #999 !important;
1411
+ text-decoration: none;
1412
+ border:#ddd solid 1px;
1413
+ border-bottom:1px solid #888;
1414
+ }
1415
+ .wpdevbk #menu-wpdevplugin .nav-tab-active:hover{
1416
+ color:#fff !important;
1417
+ background: none repeat scroll 0 0 #7A7A88 !important;
1418
+ text-decoration: none;
1419
+ border:#ddd solid 1px;
1420
+ border-bottom:none;
1421
+ cursor: pointer;
1422
+ }
1423
+ .wpdevbk #menu-wpdevplugin {
1424
+ margin-right: 0px;
1425
+ }
1426
+
1427
+ .wpdevbk .nav-tabs {
1428
+ width:100%;
1429
+ }
1430
+ .wpdevbk .nav-tabs .nav-tab-right{
1431
+ float:right;
1432
+ }
1433
+ .wpdevbk .booking-submenu-tab-insidecontainer {
1434
+ width:auto;
1435
+ }
1436
+ .booking-submenu-tab-disabled, .wpdevbk .booking-submenu-tab-disabled{
1437
+ color:#aaa;
1438
+ }
1439
+ .booking-submenu-tab-disabled.booking-submenu-tab-selected, .wpdevbk .booking-submenu-tab-disabled.booking-submenu-tab-selected{
1440
+ color: #BBBBBB;
1441
+ text-shadow: 0 0 1px #555555;
1442
+ }
1443
+ .booking-submenu-tab-separator-vertical, .wpdevbk .booking-submenu-tab-separator-vertical{
1444
+ -moz-box-shadow:1px 0px 0px #fefefe;
1445
+ -webkit-box-shadow:1px 0px 0px #fefefe;
1446
+ box-shadow:1px 0px 0px #fefefe;
1447
+ border-right:#bbb solid 1px;
1448
+ border-left:#ccc solid 1px;
1449
+ background:none;
1450
+ color:#777;
1451
+ padding:5px 0px 7px;
1452
+ margin:10px 15px 0px 10px;
1453
+ height:24px;
1454
+ line-height: 22px;
1455
+ }
1456
+ .booking-submenu-tab input, .wpdevbk .booking-submenu-tab input{
1457
+ line-height:1px;
1458
+ margin:-2px 0px 0px 8px;
1459
+ }
1460
+ .booking-submenu-tab-container, .wpdevbk .booking-submenu-tab-container{
1461
+ height:auto;
1462
+ clear:both;
1463
+ border:1px solid #bbc;
1464
+ border-top:1px solid #ccc;
1465
+ -moz-border-radius:0px 0px 5px 5px;
1466
+ -moz-box-shadow:0 1px 1px #ddd;
1467
+ -webkit-border-radius:0px 0px 5px 5px;
1468
+ -webkit-box-shadow:0 1px 1px #ddd;
1469
+ border-radius:0px 0px 5px 5px;
1470
+ box-shadow:0 1px 1px #ddd;
1471
+ background:#eee;
1472
+ margin-top:-2px;
1473
+ }
1474
+ .booking-submenu-tab-insidecontainer, .wpdevbk .booking-submenu-tab-insidecontainer{
1475
+ margin-left:15px;
1476
+ margin-top:4px;
1477
+ padding:2px;
1478
  line-height:18px;
1479
+ height:auto;
1480
+ margin-bottom: -2px;
1481
+ }
1482
+ .wpdevbk .booking-submenu-tab-container .nav-tabs{
1483
+ border:none;
1484
+ }
1485
 
1486
+ .booking-submenu-tab.top-to-bottom{
1487
+
1488
+ -webkit-border-top-left-radius: 0px;
1489
+ -webkit-border-top-right-radius: 0px;
1490
+ border-top-left-radius: 0px;
1491
+ border-top-right-radius: 0px;
1492
+ -webkit-border-bottom-left-radius: 3px;
1493
+ -webkit-border-bottom-right-radius: 3px;
1494
+ border-bottom-left-radius: 3px;
1495
+ border-bottom-right-radius: 3px;
1496
+
1497
+ border-top-color: #CFCFCF;
1498
+ margin-top: -7px;
1499
+ }
1500
+ .wpdevbk h3.bk-section-header {
1501
+ line-height: 16px;
1502
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1503
 
1504
+ .bookingpage .wpdevbk input, .bookingpage .wpdevbk select {
1505
+ height:28px;
1506
+ }
1507
+ .bookingpage .wpdevbk .booking-listing-header input, .bookingpage .wpdevbk .booking-listing-header select {
1508
+ height:auto;
1509
+ }
1510
+ .bookingpage .wpdevbk a{
1511
+ outline: none !important;
1512
+ }
css/client.css CHANGED
@@ -38,7 +38,7 @@
38
  -moz-background-clip:border;
39
  -moz-background-inline-policy:continuous;
40
  -moz-background-origin:padding;
41
- background:#F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;
42
  }
43
  .booking_form_div .submit, .booking_form_div .button, .booking_form_div .button-primary, .booking_form_div .button-secondary, .booking_form_div .button-highlighted, .booking_form_div #postcustomstuff .submit input {
44
  -moz-border-radius:11px;
@@ -146,42 +146,6 @@
146
  width:100%;
147
  height:auto;
148
  }
149
- /* Tool Tip style */
150
- .tooltips {
151
- /*
152
- display:none;
153
- background:transparent url(../js/tooltip/img/black_arrow.png);
154
- font-size:12px;
155
- height:70px;
156
- width:160px;
157
- padding:25px;
158
- color:#fff;/**/
159
- /*
160
-
161
- background-color:#000;
162
- border:1px solid #fff;
163
- padding:10px 15px;
164
- width:200px;
165
- display:none;
166
- color:#fff;
167
- text-align:left;
168
- font-size:12px;
169
- -moz-box-shadow:0 0 10px #000;
170
- -webkit-box-shadow:0 0 10px #000; /*
171
-
172
- background-color:#ececec;
173
- border:1px solid #aaa;
174
- padding:10px 15px;
175
- width:100px;
176
- display:none;
177
- color:#444;
178
- text-align:left;
179
- font-size:12px;
180
- font-weight:bold;
181
- -moz-box-shadow:0 0 10px #000;
182
- -webkit-box-shadow:0 0 10px #000;/**/
183
-
184
- }
185
 
186
  /*Captcha styles*/
187
  img.captcha_img{
@@ -246,151 +210,191 @@
246
  }
247
  div#datepick-div {
248
  width: 284px !important;
249
-
250
  }
251
  .widget_wpdev_booking .datepick-inline table.datepick{
252
  width: 184px !important;
253
  }
254
 
255
 
256
- /* Search form */
257
- .booking_search_form {
258
- margin:15px 0px;
259
- padding:10px;
260
- border: 1px solid #FFF141;
261
- text-shadow: 0 1px 0 #FFFFFF;
262
- -border-radius:5px;
263
- -webkit-border-radius:5px;
264
- -moz-border-radius:5px;
265
- -moz-box-shadow: 0 0 2px #FEF691;
266
- -webkit-box-shadow: 0 0 2px #FEF691;
267
- -box-shadow: 0 0 2px #FEF691;
268
- }
269
-
270
- .booking_search_form label{
271
- font-weight: bold;
272
- font-size: 13px;
273
- color:#555 !important;
274
- }
275
-
276
- .booking_search_form h3{
277
- font-size: 18px;
278
- line-height: 28px !important;
279
- font-weight: bold;
280
- font-family: Arial;
281
- margin: 0 !important;
282
- color:#555 !important;
283
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
 
285
- .booking_search_form input.search_booking {
286
- float:right;
287
- margin-top:15px;
288
- -box-shadow: 0 0 1px #DDDDDD;
289
- -webkit-box-shadow: 0 0 1px #DDDDDD;
290
- -moz-box-shadow: 0 0 1px #DDDDDD;
291
- background: none repeat scroll 0 0 #F5F5F5 !important;
292
- color: #717171 !important;
293
- font-family: Helvetica;
294
- font-size: 15px !important;
295
- font-weight: bold !important;
296
- text-shadow: 0 0 1px #FFFFFF;
297
- }
298
-
299
- .booking_search_form input.search_booking:hover {
300
- background: none repeat scroll 0 0 #eee !important;
301
- }
302
-
303
- .booking_search_form input.hasDatepick {
304
- border: 1px solid #BBB8B8;
305
- color: #555555;
306
- font-size: 0.8em !important;
307
- font-weight: bold;
308
- margin-right: 20px;
309
- }
310
-
311
-
312
-
313
- /*Search results*/
314
- #booking_search_ajax {
315
- margin-bottom:20px;
316
- }
317
-
318
- .booking_search_result_item{
319
- clear:both;
320
- margin:10px 0px;
321
- padding:5px 5px 20px;
322
- border-bottom:1px solid #e5e5e5;
323
- font-size: 0.9em;
324
- }
325
-
326
- .booking_search_result_item .booking_search_result_title{
327
- font-weight: bold;
328
- font-size: 1.3em;
329
- margin-bottom: 10px;
330
- }
331
-
332
- .booking_search_result_item img.booking_featured_image {
333
- border: 1px solid #ccc;
334
- padding:2px;
335
- width:200px !important;
336
- float: left;
337
- margin: 5px 15px 5px 0px !important;
338
- }
339
-
340
- .booking_search_result_item .booking_search_result_info {
341
- font-size: 1.1em;
342
- font-style: italic;
343
- margin: 10px;
344
- }
345
-
346
- .booking_search_result_visitors_num, .booking_search_result_items_num, .booking_search_result_cost{
347
- font-weight: bold;
348
- }
349
-
350
- .booking_search_result_item label{
351
- font-size: 16px;
352
- font-weight: bold;
353
- }
354
-
355
- .booking_search_result_item a{
356
- -box-shadow: 0 0 1px #DDDDDD;
357
- -webkit-box-shadow: 0 0 1px #DDDDDD;
358
- -moz-box-shadow: 0 0 1px #DDDDDD;
359
- background: none repeat scroll 0 0 #F5F5F5 !important;
360
- color: #717171 !important;
361
- font-family: Helvetica;
362
- font-size: 12px !important;
363
- line-height:18px;
364
- font-weight: bold !important;
365
- text-shadow: 0 0 1px #FFFFFF;
366
- float:right;
367
- cursor: pointer;
368
- padding: 2px;
369
- border: 1px solid #bbb;
370
- -border-radius:3px;
371
- -webkit-border-radius:3px;
372
- -moz-border-radius:3px;
373
- text-decoration: none;
374
- margin-top:15px;
375
- }
376
-
377
- .booking_search_result_item a:hover {
378
- background: none repeat scroll 0 0 #eee !important;
379
- }
380
-
381
-
382
-
383
- #wp-admin-bar-booking_options a span#booking-count {
384
- background: none repeat scroll 0 0 #EEEEEE;
385
- border-radius: 10px 10px 10px 10px;
386
- color: #333333;
387
- display: inline;
388
- font-size: 10px;
389
- font-weight: bold;
390
- padding: 2px 5px;
391
- text-shadow: none;
392
- }
393
- #wp-admin-bar-booking_options a:hover span#booking-count {
394
- background: none repeat scroll 0 0 #FFFFFF;
395
- color: #000000;
396
- }
38
  -moz-background-clip:border;
39
  -moz-background-inline-policy:continuous;
40
  -moz-background-origin:padding;
41
+ background:#F2F2F2;
42
  }
43
  .booking_form_div .submit, .booking_form_div .button, .booking_form_div .button-primary, .booking_form_div .button-secondary, .booking_form_div .button-highlighted, .booking_form_div #postcustomstuff .submit input {
44
  -moz-border-radius:11px;
146
  width:100%;
147
  height:auto;
148
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
  /*Captcha styles*/
151
  img.captcha_img{
210
  }
211
  div#datepick-div {
212
  width: 284px !important;
213
+ z-index: 2147483645 !important;
214
  }
215
  .widget_wpdev_booking .datepick-inline table.datepick{
216
  width: 184px !important;
217
  }
218
 
219
 
220
+ /* Search form */
221
+ .booking_search_form {
222
+ margin:15px 0px;
223
+ padding:10px;
224
+ border: 1px solid #FFF141;
225
+ text-shadow: 0 1px 0 #FFFFFF;
226
+ -border-radius:5px;
227
+ -webkit-border-radius:5px;
228
+ -moz-border-radius:5px;
229
+ -moz-box-shadow: 0 0 2px #FEF691;
230
+ -webkit-box-shadow: 0 0 2px #FEF691;
231
+ -box-shadow: 0 0 2px #FEF691;
232
+ }
233
+
234
+ .booking_search_form label{
235
+ font-weight: bold;
236
+ font-size: 13px;
237
+ color:#555 !important;
238
+ }
239
+
240
+ .booking_search_form h3{
241
+ font-size: 18px;
242
+ line-height: 28px !important;
243
+ font-weight: bold;
244
+ font-family: Arial;
245
+ margin: 0 !important;
246
+ color:#555 !important;
247
+ }
248
+
249
+ .booking_search_form input.search_booking {
250
+ float:right;
251
+ margin-top:15px;
252
+ -box-shadow: 0 0 1px #DDDDDD;
253
+ -webkit-box-shadow: 0 0 1px #DDDDDD;
254
+ -moz-box-shadow: 0 0 1px #DDDDDD;
255
+ background: none repeat scroll 0 0 #F5F5F5 !important;
256
+ color: #717171 !important;
257
+ font-family: Helvetica;
258
+ font-size: 15px !important;
259
+ font-weight: bold !important;
260
+ text-shadow: 0 0 1px #FFFFFF;
261
+ }
262
+
263
+ .booking_search_form input.search_booking:hover {
264
+ background: none repeat scroll 0 0 #eee !important;
265
+ }
266
+
267
+ .booking_search_form input.hasDatepick {
268
+ border: 1px solid #BBB8B8;
269
+ color: #555555;
270
+ font-size: 0.8em !important;
271
+ font-weight: bold;
272
+ margin-right: 20px;
273
+ }
274
+
275
+
276
+
277
+ /*Search results*/
278
+ #booking_search_ajax {
279
+ margin-bottom:20px;
280
+ }
281
+
282
+ .booking_search_result_item{
283
+ clear:both;
284
+ margin:10px 0px;
285
+ padding:5px 5px 20px;
286
+ border-bottom:1px solid #e5e5e5;
287
+ font-size: 0.9em;
288
+ }
289
+
290
+ .booking_search_result_item .booking_search_result_title{
291
+ font-weight: bold;
292
+ font-size: 1.3em;
293
+ margin-bottom: 10px;
294
+ }
295
+
296
+ .booking_search_result_item img.booking_featured_image {
297
+ border: 1px solid #ccc;
298
+ padding:2px;
299
+ width:200px !important;
300
+ float: left;
301
+ margin: 5px 15px 5px 0px !important;
302
+ }
303
+
304
+ .booking_search_result_item .booking_search_result_info {
305
+ font-size: 1.1em;
306
+ font-style: italic;
307
+ margin: 10px;
308
+ }
309
+
310
+ .booking_search_result_visitors_num, .booking_search_result_items_num, .booking_search_result_cost{
311
+ font-weight: bold;
312
+ }
313
+
314
+ .booking_search_result_item label{
315
+ font-size: 16px;
316
+ font-weight: bold;
317
+ }
318
+
319
+ .booking_search_result_item a{
320
+ -box-shadow: 0 0 1px #DDDDDD;
321
+ -webkit-box-shadow: 0 0 1px #DDDDDD;
322
+ -moz-box-shadow: 0 0 1px #DDDDDD;
323
+ background: none repeat scroll 0 0 #F5F5F5 !important;
324
+ color: #717171 !important;
325
+ font-family: Helvetica;
326
+ font-size: 12px !important;
327
+ line-height:18px;
328
+ font-weight: bold !important;
329
+ text-shadow: 0 0 1px #FFFFFF;
330
+ float:right;
331
+ cursor: pointer;
332
+ padding: 2px;
333
+ border: 1px solid #bbb;
334
+ -border-radius:3px;
335
+ -webkit-border-radius:3px;
336
+ -moz-border-radius:3px;
337
+ text-decoration: none;
338
+ margin-top:15px;
339
+ }
340
+
341
+ .booking_search_result_item a:hover {
342
+ background: none repeat scroll 0 0 #eee !important;
343
+ }
344
+
345
+ /* Admin bar COUNT*/
346
+ #wp-admin-bar-booking_options a span#booking-count {
347
+ background: none repeat scroll 0 0 #EEEEEE;
348
+ border-radius: 10px 10px 10px 10px;
349
+ color: #333333;
350
+ display: inline;
351
+ font-size: 10px;
352
+ font-weight: bold;
353
+ padding: 2px 5px;
354
+ text-shadow: none;
355
+ }
356
+ #wp-admin-bar-booking_options a:hover span#booking-count {
357
+ background: none repeat scroll 0 0 #FFFFFF;
358
+ color: #000000;
359
+ }
360
+
361
+
362
+ /* Pop Over Styles */
363
+ .wpdevbk.popover{
364
+ z-index: 2147483647 !important;
365
+ }
366
+ .wpdevbk.popover.top .arrow {
367
+ border-top: 5px solid rgba(140, 140, 140, 0.8) !important;
368
+ }
369
+ .wpdevbk.popover.bottom .arrow {
370
+ border-bottom: 5px solid rgba(140, 140, 140, 0.8) !important;
371
+ }
372
+ .wpdevbk.popover.left .arrow {
373
+ border-left: 5px solid rgba(140, 140, 140, 0.8) !important;
374
+ }
375
+ .wpdevbk.popover.right .arrow {
376
+ border-right: 5px solid rgba(140, 140, 140, 0.8) !important;
377
+ }
378
+ .wpdevbk .popover-inner{
379
+ background: none repeat scroll 0 0 rgba(140, 140, 140, 0.8);
380
+ border-radius: 6px 6px 6px 6px;
381
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
382
+ overflow: hidden;
383
+ padding: 3px;
384
+ width: 150px;
385
+ }
386
+ .wpdevbk .popover-inner .popover-title{
387
+ background-color: #FFF;
388
+ border-bottom: 0px solid #EEEEEE;
389
+ border-radius: 3px 3px 0 0;
390
+ line-height: 1;
391
+ padding: 0px; /*9px 15px;*/
392
+ font-size: 13px;
393
+ }
394
+ .wpdevbk .popover-inner .popover-content{
395
+ background-clip: padding-box;
396
+ background-color: #FFFFFF;
397
+ border-radius: 0 0 3px 3px;
398
+ padding: 14px;
399
+ }
400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/skins/traditional.css CHANGED
@@ -45,7 +45,7 @@
45
  font-size:0.85em;
46
  /*line-height:2em;*/
47
  padding:5px 0px;
48
- width:282px;
49
  }
50
  .datepick .datepick-days-cell {
51
  text-align:center;
45
  font-size:0.85em;
46
  /*line-height:2em;*/
47
  padding:5px 0px;
48
+ width:284px;
49
  }
50
  .datepick .datepick-days-cell {
51
  text-align:center;
img/Season-64x64.png ADDED
Binary file
img/accept-24x24.gif ADDED
Binary file
img/{button_footer.png → actionservices24x24.png} RENAMED
Binary file
img/arrow-down.png DELETED
Binary file
img/arrow-left.png DELETED
Binary file
img/arrow-right.png DELETED
Binary file
img/arrow-up.png DELETED
Binary file
img/calendar-16x16.png CHANGED
Binary file
img/calendar-48x48.png CHANGED
Binary file
img/edit_type.png DELETED
Binary file
img/label_new_blue.png ADDED
Binary file
img/remove-16x16.png ADDED
Binary file
img/system-help22x22.png ADDED
Binary file
img/system-help64x64.png ADDED
Binary file
interface/bs/css/bs.css ADDED
@@ -0,0 +1,3932 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v2.0.0
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+ .wpdevbk article,
11
+ .wpdevbk aside,
12
+ .wpdevbk details,
13
+ .wpdevbk figcaption,
14
+ .wpdevbk figure,
15
+ .wpdevbk footer,
16
+ .wpdevbk header,
17
+ .wpdevbk hgroup,
18
+ .wpdevbk nav,
19
+ .wpdevbk section {
20
+ display: block;
21
+ }
22
+ .wpdevbk audio, .wpdevbk canvas, .wpdevbk video {
23
+ display: inline-block;
24
+ *display: inline;
25
+ *zoom: 1;
26
+ }
27
+ .wpdevbk audio:not([controls]) {
28
+ display: none;
29
+ }
30
+ .wpdevbk html {
31
+ font-size: 100%;
32
+ -webkit-text-size-adjust: 100%;
33
+ -ms-text-size-adjust: 100%;
34
+ }
35
+ .wpdevbk a:focus {
36
+ outline: thin dotted;
37
+ outline: 5px auto -webkit-focus-ring-color;
38
+ outline-offset: -2px;
39
+ }
40
+ .wpdevbk a:hover, .wpdevbk a:active {
41
+ outline: 0;
42
+ }
43
+ .wpdevbk sub, .wpdevbk sup {
44
+ position: relative;
45
+ font-size: 75%;
46
+ line-height: 0;
47
+ vertical-align: baseline;
48
+ }
49
+ .wpdevbk sup {
50
+ top: -0.5em;
51
+ }
52
+ .wpdevbk sub {
53
+ bottom: -0.25em;
54
+ }
55
+ .wpdevbk img {
56
+ max-width: 100%;
57
+ height: auto;
58
+ border: 0;
59
+ -ms-interpolation-mode: bicubic;
60
+ }
61
+ .wpdevbk button,
62
+ .wpdevbk input,
63
+ .wpdevbk select,
64
+ .wpdevbk textarea {
65
+ margin: 0;
66
+ font-size: 100%;
67
+ vertical-align: middle;
68
+ }
69
+ .wpdevbk button, .wpdevbk input {
70
+ *overflow: visible;
71
+ line-height: normal;
72
+ }
73
+ .wpdevbk button::-moz-focus-inner, .wpdevbk input::-moz-focus-inner {
74
+ padding: 0;
75
+ border: 0;
76
+ }
77
+ .wpdevbk button,
78
+ .wpdevbk input[type="button"],
79
+ .wpdevbk input[type="reset"],
80
+ .wpdevbk input[type="submit"] {
81
+ cursor: pointer;
82
+ -webkit-appearance: button;
83
+ }
84
+ .wpdevbk input[type="search"] {
85
+ -webkit-appearance: textfield;
86
+ -webkit-box-sizing: content-box;
87
+ -moz-box-sizing: content-box;
88
+ box-sizing: content-box;
89
+ }
90
+ .wpdevbk input[type="search"]::-webkit-search-decoration, .wpdevbk input[type="search"]::-webkit-search-cancel-button {
91
+ -webkit-appearance: none;
92
+ }
93
+ .wpdevbk textarea {
94
+ overflow: auto;
95
+ vertical-align: top;
96
+ }
97
+ .wpdevbk body {
98
+ margin: 0;
99
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
100
+ font-size: 13px;
101
+ line-height: 18px;
102
+ color: #333333;
103
+ background-color: #ffffff;
104
+ }
105
+ .wpdevbk a {
106
+ color: #0088cc;
107
+ text-decoration: none;
108
+ }
109
+ .wpdevbk a:hover {
110
+ color: #005580;
111
+ text-decoration: underline;
112
+ }
113
+ .wpdevbk .row {
114
+ margin-left: -20px;
115
+ *zoom: 1;
116
+ }
117
+ .wpdevbk .row:before, .wpdevbk .row:after {
118
+ display: table;
119
+ content: "";
120
+ }
121
+ .wpdevbk .row:after {
122
+ clear: both;
123
+ }
124
+ .wpdevbk [class*="span"] {
125
+ float: left;
126
+ margin-left: 20px;
127
+ }
128
+ .wpdevbk .span1 {
129
+ width: 60px;
130
+ }
131
+ .wpdevbk .span2 {
132
+ width: 140px;
133
+ }
134
+ .wpdevbk .span3 {
135
+ width: 220px;
136
+ }
137
+ .wpdevbk .span4 {
138
+ width: 300px;
139
+ }
140
+ .wpdevbk .span5 {
141
+ width: 380px;
142
+ }
143
+ .wpdevbk .span6 {
144
+ width: 460px;
145
+ }
146
+ .wpdevbk .span7 {
147
+ width: 540px;
148
+ }
149
+ .wpdevbk .span8 {
150
+ width: 620px;
151
+ }
152
+ .wpdevbk .span9 {
153
+ width: 700px;
154
+ }
155
+ .wpdevbk .span10 {
156
+ width: 780px;
157
+ }
158
+ .wpdevbk .span11 {
159
+ width: 860px;
160
+ }
161
+ .wpdevbk .span12, .wpdevbk .container {
162
+ width: 940px;
163
+ }
164
+ .wpdevbk .offset1 {
165
+ margin-left: 100px;
166
+ }
167
+ .wpdevbk .offset2 {
168
+ margin-left: 180px;
169
+ }
170
+ .wpdevbk .offset3 {
171
+ margin-left: 260px;
172
+ }
173
+ .wpdevbk .offset4 {
174
+ margin-left: 340px;
175
+ }
176
+ .wpdevbk .offset5 {
177
+ margin-left: 420px;
178
+ }
179
+ .wpdevbk .offset6 {
180
+ margin-left: 500px;
181
+ }
182
+ .wpdevbk .offset7 {
183
+ margin-left: 580px;
184
+ }
185
+ .wpdevbk .offset8 {
186
+ margin-left: 660px;
187
+ }
188
+ .wpdevbk .offset9 {
189
+ margin-left: 740px;
190
+ }
191
+ .wpdevbk .offset10 {
192
+ margin-left: 820px;
193
+ }
194
+ .wpdevbk .offset11 {
195
+ margin-left: 900px;
196
+ }
197
+ .wpdevbk .row-fluid {
198
+ width: 100%;
199
+ *zoom: 1;
200
+ }
201
+ .wpdevbk .row-fluid:before, .wpdevbk .row-fluid:after {
202
+ display: table;
203
+ content: "";
204
+ }
205
+ .wpdevbk .row-fluid:after {
206
+ clear: both;
207
+ }
208
+ .wpdevbk .row-fluid > [class*="span"] {
209
+ float: left;
210
+ margin-left: 2.127659574%;
211
+ }
212
+ .wpdevbk .row-fluid > [class*="span"]:first-child {
213
+ margin-left: 0;
214
+ }
215
+ .wpdevbk .row-fluid .span1 {
216
+ width: 6.382978723%;
217
+ }
218
+ .wpdevbk .row-fluid .span2 {
219
+ width: 14.89361702%;
220
+ }
221
+ .wpdevbk .row-fluid .span3 {
222
+ width: 23.404255317%;
223
+ }
224
+ .wpdevbk .row-fluid .span4 {
225
+ width: 31.914893614%;
226
+ }
227
+ .wpdevbk .row-fluid .span5 {
228
+ width: 40.425531911%;
229
+ }
230
+ .wpdevbk .row-fluid .span6 {
231
+ width: 48.93617020799999%;
232
+ }
233
+ .wpdevbk .row-fluid .span7 {
234
+ width: 57.446808505%;
235
+ }
236
+ .wpdevbk .row-fluid .span8 {
237
+ width: 65.95744680199999%;
238
+ }
239
+ .wpdevbk .row-fluid .span9 {
240
+ width: 74.468085099%;
241
+ }
242
+ .wpdevbk .row-fluid .span10 {
243
+ width: 82.97872339599999%;
244
+ }
245
+ .wpdevbk .row-fluid .span11 {
246
+ width: 91.489361693%;
247
+ }
248
+ .wpdevbk .row-fluid .span12 {
249
+ width: 99.99999998999999%;
250
+ }
251
+ .wpdevbk .container {
252
+ width: 940px;
253
+ margin-left: auto;
254
+ margin-right: auto;
255
+ *zoom: 1;
256
+ }
257
+ .wpdevbk .container:before, .wpdevbk .container:after {
258
+ display: table;
259
+ content: "";
260
+ }
261
+ .wpdevbk .container:after {
262
+ clear: both;
263
+ }
264
+ .wpdevbk .container-fluid {
265
+ padding-left: 20px;
266
+ padding-right: 20px;
267
+ *zoom: 1;
268
+ }
269
+ .wpdevbk .container-fluid:before, .wpdevbk .container-fluid:after {
270
+ display: table;
271
+ content: "";
272
+ }
273
+ .wpdevbk .container-fluid:after {
274
+ clear: both;
275
+ }
276
+ .wpdevbk p {
277
+ margin: 0 0 9px;
278
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
279
+ font-size: 13px;
280
+ line-height: 18px;
281
+ }
282
+ .wpdevbk p small {
283
+ font-size: 11px;
284
+ color: #999999;
285
+ }
286
+ .wpdevbk .lead {
287
+ margin-bottom: 18px;
288
+ font-size: 20px;
289
+ font-weight: 200;
290
+ line-height: 27px;
291
+ }
292
+ .wpdevbk h1,
293
+ .wpdevbk h2,
294
+ .wpdevbk h3,
295
+ .wpdevbk h4,
296
+ .wpdevbk h5,
297
+ .wpdevbk h6 {
298
+ margin: 0;
299
+ font-weight: bold;
300
+ color: #333333;
301
+ text-rendering: optimizelegibility;
302
+ }
303
+ .wpdevbk h1 small,
304
+ .wpdevbk h2 small,
305
+ .wpdevbk h3 small,
306
+ .wpdevbk h4 small,
307
+ .wpdevbk h5 small,
308
+ .wpdevbk h6 small {
309
+ font-weight: normal;
310
+ color: #999999;
311
+ }
312
+ .wpdevbk h1 {
313
+ font-size: 30px;
314
+ line-height: 36px;
315
+ }
316
+ .wpdevbk h1 small {
317
+ font-size: 18px;
318
+ }
319
+ .wpdevbk h2 {
320
+ font-size: 24px;
321
+ line-height: 36px;
322
+ }
323
+ .wpdevbk h2 small {
324
+ font-size: 18px;
325
+ }
326
+ .wpdevbk h3 {
327
+ line-height: 27px;
328
+ font-size: 18px;
329
+ }
330
+ .wpdevbk h3 small {
331
+ font-size: 14px;
332
+ }
333
+ .wpdevbk h4, .wpdevbk h5, .wpdevbk h6 {
334
+ line-height: 18px;
335
+ }
336
+ .wpdevbk h4 {
337
+ font-size: 14px;
338
+ }
339
+ .wpdevbk h4 small {
340
+ font-size: 12px;
341
+ }
342
+ .wpdevbk h5 {
343
+ font-size: 12px;
344
+ }
345
+ .wpdevbk h6 {
346
+ font-size: 11px;
347
+ color: #999999;
348
+ text-transform: uppercase;
349
+ }
350
+ .wpdevbk .page-header {
351
+ padding-bottom: 17px;
352
+ margin: 18px 0;
353
+ border-bottom: 1px solid #eeeeee;
354
+ }
355
+ .wpdevbk .page-header h1 {
356
+ line-height: 1;
357
+ }
358
+ .wpdevbk ul, .wpdevbk ol {
359
+ padding: 0;
360
+ margin: 0 0 9px 25px;
361
+ }
362
+ .wpdevbk ul ul,
363
+ .wpdevbk ul ol,
364
+ .wpdevbk ol ol,
365
+ .wpdevbk ol ul {
366
+ margin-bottom: 0;
367
+ }
368
+ .wpdevbk ul {
369
+ list-style: disc;
370
+ }
371
+ .wpdevbk ol {
372
+ list-style: decimal;
373
+ }
374
+ .wpdevbk li {
375
+ line-height: 18px;
376
+ }
377
+ .wpdevbk ul.unstyled {
378
+ margin-left: 0;
379
+ list-style: none;
380
+ }
381
+ .wpdevbk dl {
382
+ margin-bottom: 18px;
383
+ }
384
+ .wpdevbk dt, .wpdevbk dd {
385
+ line-height: 18px;
386
+ }
387
+ .wpdevbk dt {
388
+ font-weight: bold;
389
+ }
390
+ .wpdevbk dd {
391
+ margin-left: 9px;
392
+ }
393
+ .wpdevbk hr {
394
+ margin: 18px 0;
395
+ border: 0;
396
+ border-top: 1px solid #e5e5e5;
397
+ border-bottom: 1px solid #ffffff;
398
+ }
399
+ .wpdevbk strong {
400
+ font-weight: bold;
401
+ }
402
+ .wpdevbk em {
403
+ font-style: italic;
404
+ }
405
+ .wpdevbk .muted {
406
+ color: #999999;
407
+ }
408
+ .wpdevbk abbr {
409
+ font-size: 90%;
410
+ text-transform: uppercase;
411
+ border-bottom: 1px dotted #ddd;
412
+ cursor: help;
413
+ }
414
+ .wpdevbk blockquote {
415
+ padding: 0 0 0 15px;
416
+ margin: 0 0 18px;
417
+ border-left: 5px solid #eeeeee;
418
+ }
419
+ .wpdevbk blockquote p {
420
+ margin-bottom: 0;
421
+ font-size: 16px;
422
+ font-weight: 300;
423
+ line-height: 22.5px;
424
+ }
425
+ .wpdevbk blockquote small {
426
+ display: block;
427
+ line-height: 18px;
428
+ color: #999999;
429
+ }
430
+ .wpdevbk blockquote small:before {
431
+ content: '\2014 \00A0';
432
+ }
433
+ .wpdevbk blockquote.pull-right {
434
+ float: right;
435
+ padding-left: 0;
436
+ padding-right: 15px;
437
+ border-left: 0;
438
+ border-right: 5px solid #eeeeee;
439
+ }
440
+ .wpdevbk blockquote.pull-right p, .wpdevbk blockquote.pull-right small {
441
+ text-align: right;
442
+ }
443
+ .wpdevbk q:before,
444
+ .wpdevbk q:after,
445
+ .wpdevbk blockquote:before,
446
+ .wpdevbk blockquote:after {
447
+ content: "";
448
+ }
449
+ .wpdevbk address {
450
+ display: block;
451
+ margin-bottom: 18px;
452
+ line-height: 18px;
453
+ font-style: normal;
454
+ }
455
+ .wpdevbk small {
456
+ font-size: 100%;
457
+ }
458
+ .wpdevbk cite {
459
+ font-style: normal;
460
+ }
461
+ .wpdevbk code, .wpdevbk pre {
462
+ padding: 0 3px 2px;
463
+ font-family: Menlo, Monaco, "Courier New", monospace;
464
+ font-size: 12px;
465
+ color: #333333;
466
+ -webkit-border-radius: 3px;
467
+ -moz-border-radius: 3px;
468
+ border-radius: 3px;
469
+ }
470
+ .wpdevbk code {
471
+ padding: 3px 4px;
472
+ color: #d14;
473
+ background-color: #f7f7f9;
474
+ border: 1px solid #e1e1e8;
475
+ }
476
+ .wpdevbk pre {
477
+ display: block;
478
+ padding: 8.5px;
479
+ margin: 0 0 9px;
480
+ font-size: 12px;
481
+ line-height: 18px;
482
+ background-color: #f5f5f5;
483
+ border: 1px solid #ccc;
484
+ border: 1px solid rgba(0, 0, 0, 0.15);
485
+ -webkit-border-radius: 4px;
486
+ -moz-border-radius: 4px;
487
+ border-radius: 4px;
488
+ white-space: pre;
489
+ white-space: pre-wrap;
490
+ word-break: break-all;
491
+ }
492
+ .wpdevbk pre.prettyprint {
493
+ margin-bottom: 18px;
494
+ }
495
+ .wpdevbk pre code {
496
+ padding: 0;
497
+ background-color: transparent;
498
+ }
499
+ .wpdevbk .label {
500
+ padding: 1px 3px 2px;
501
+ font-size: 9.75px;
502
+ font-weight: bold;
503
+ color: #ffffff;
504
+ text-transform: uppercase;
505
+ background-color: #999999;
506
+ -webkit-border-radius: 3px;
507
+ -moz-border-radius: 3px;
508
+ border-radius: 3px;
509
+ }
510
+ .wpdevbk .label-important {
511
+ background-color: #b94a48;
512
+ }
513
+ .wpdevbk .label-warning {
514
+ background-color: #f89406;
515
+ }
516
+ .wpdevbk .label-success {
517
+ background-color: #468847;
518
+ }
519
+ .wpdevbk .label-info {
520
+ background-color: #3a87ad;
521
+ }
522
+ .wpdevbk table {
523
+ max-width: 100%;
524
+ border-collapse: collapse;
525
+ border-spacing: 0;
526
+ }
527
+ .wpdevbk .table {
528
+ width: 100%;
529
+ margin-bottom: 18px;
530
+ }
531
+ .wpdevbk .table th, .wpdevbk .table td {
532
+ padding: 8px;
533
+ line-height: 18px;
534
+ text-align: left;
535
+ border-top: 1px solid #ddd;
536
+ }
537
+ .wpdevbk .table th {
538
+ font-weight: bold;
539
+ vertical-align: bottom;
540
+ }
541
+ .wpdevbk .table td {
542
+ vertical-align: top;
543
+ }
544
+ .wpdevbk .table thead:first-child tr th, .wpdevbk .table thead:first-child tr td {
545
+ border-top: 0;
546
+ }
547
+ .wpdevbk .table tbody + tbody {
548
+ border-top: 2px solid #ddd;
549
+ }
550
+ .wpdevbk .table-condensed th, .wpdevbk .table-condensed td {
551
+ padding: 4px 5px;
552
+ }
553
+ .wpdevbk .table-bordered {
554
+ border: 1px solid #ddd;
555
+ border-collapse: separate;
556
+ *border-collapse: collapsed;
557
+ -webkit-border-radius: 4px;
558
+ -moz-border-radius: 4px;
559
+ border-radius: 4px;
560
+ }
561
+ .wpdevbk .table-bordered th + th,
562
+ .wpdevbk .table-bordered td + td,
563
+ .wpdevbk .table-bordered th + td,
564
+ .wpdevbk .table-bordered td + th {
565
+ border-left: 1px solid #ddd;
566
+ }
567
+ .wpdevbk .table-bordered thead:first-child tr:first-child th, .wpdevbk .table-bordered tbody:first-child tr:first-child th, .wpdevbk .table-bordered tbody:first-child tr:first-child td {
568
+ border-top: 0;
569
+ }
570
+ .wpdevbk .table-bordered thead:first-child tr:first-child th:first-child, .wpdevbk .table-bordered tbody:first-child tr:first-child td:first-child {
571
+ -webkit-border-radius: 4px 0 0 0;
572
+ -moz-border-radius: 4px 0 0 0;
573
+ border-radius: 4px 0 0 0;
574
+ }
575
+ .wpdevbk .table-bordered thead:first-child tr:first-child th:last-child, .wpdevbk .table-bordered tbody:first-child tr:first-child td:last-child {
576
+ -webkit-border-radius: 0 4px 0 0;
577
+ -moz-border-radius: 0 4px 0 0;
578
+ border-radius: 0 4px 0 0;
579
+ }
580
+ .wpdevbk .table-bordered thead:last-child tr:last-child th:first-child, .wpdevbk .table-bordered tbody:last-child tr:last-child td:first-child {
581
+ -webkit-border-radius: 0 0 0 4px;
582
+ -moz-border-radius: 0 0 0 4px;
583
+ border-radius: 0 0 0 4px;
584
+ }
585
+ .wpdevbk .table-bordered thead:last-child tr:last-child th:last-child, .wpdevbk .table-bordered tbody:last-child tr:last-child td:last-child {
586
+ -webkit-border-radius: 0 0 4px 0;
587
+ -moz-border-radius: 0 0 4px 0;
588
+ border-radius: 0 0 4px 0;
589
+ }
590
+ .wpdevbk .table-striped tbody tr:nth-child(odd) td, .wpdevbk .table-striped tbody tr:nth-child(odd) th {
591
+ background-color: #f9f9f9;
592
+ }
593
+ .wpdevbk table .span1 {
594
+ float: none;
595
+ width: 44px;
596
+ margin-left: 0;
597
+ }
598
+ .wpdevbk table .span2 {
599
+ float: none;
600
+ width: 124px;
601
+ margin-left: 0;
602
+ }
603
+ .wpdevbk table .span3 {
604
+ float: none;
605
+ width: 204px;
606
+ margin-left: 0;
607
+ }
608
+ .wpdevbk table .span4 {
609
+ float: none;
610
+ width: 284px;
611
+ margin-left: 0;
612
+ }
613
+ .wpdevbk table .span5 {
614
+ float: none;
615
+ width: 364px;
616
+ margin-left: 0;
617
+ }
618
+ .wpdevbk table .span6 {
619
+ float: none;
620
+ width: 444px;
621
+ margin-left: 0;
622
+ }
623
+ .wpdevbk table .span7 {
624
+ float: none;
625
+ width: 524px;
626
+ margin-left: 0;
627
+ }
628
+ .wpdevbk table .span8 {
629
+ float: none;
630
+ width: 604px;
631
+ margin-left: 0;
632
+ }
633
+ .wpdevbk table .span9 {
634
+ float: none;
635
+ width: 684px;
636
+ margin-left: 0;
637
+ }
638
+ .wpdevbk table .span10 {
639
+ float: none;
640
+ width: 764px;
641
+ margin-left: 0;
642
+ }
643
+ .wpdevbk table .span11 {
644
+ float: none;
645
+ width: 844px;
646
+ margin-left: 0;
647
+ }
648
+ .wpdevbk table .span12 {
649
+ float: none;
650
+ width: 924px;
651
+ margin-left: 0;
652
+ }
653
+ .wpdevbk form {
654
+ margin: 0 0 18px;
655
+ }
656
+ .wpdevbk fieldset {
657
+ padding: 0;
658
+ margin: 0;
659
+ border: 0;
660
+ }
661
+ .wpdevbk legend {
662
+ display: block;
663
+ width: 100%;
664
+ padding: 0;
665
+ margin-bottom: 27px;
666
+ font-size: 19.5px;
667
+ line-height: 36px;
668
+ color: #333333;
669
+ border: 0;
670
+ border-bottom: 1px solid #eee;
671
+ }
672
+ .wpdevbk label,
673
+ .wpdevbk input,
674
+ .wpdevbk button,
675
+ .wpdevbk select,
676
+ .wpdevbk textarea {
677
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
678
+ font-size: 13px;
679
+ font-weight: normal;
680
+ line-height: 18px;
681
+ }
682
+ .wpdevbk label {
683
+ display: block;
684
+ margin-bottom: 5px;
685
+ color: #333333;
686
+ }
687
+ .wpdevbk input,
688
+ .wpdevbk textarea,
689
+ .wpdevbk select,
690
+ .wpdevbk .uneditable-input {
691
+ display: inline-block;
692
+ width: 210px;
693
+ height: 18px;
694
+ padding: 4px;
695
+ margin-bottom: 9px;
696
+ font-size: 13px;
697
+ line-height: 18px;
698
+ color: #555555;
699
+ border: 1px solid #ccc;
700
+ -webkit-border-radius: 3px;
701
+ -moz-border-radius: 3px;
702
+ border-radius: 3px;
703
+ }
704
+ .wpdevbk .uneditable-textarea {
705
+ width: auto;
706
+ height: auto;
707
+ }
708
+ .wpdevbk label input, .wpdevbk label textarea, .wpdevbk label select {
709
+ display: block;
710
+ }
711
+ .wpdevbk input[type="image"], .wpdevbk input[type="checkbox"], .wpdevbk input[type="radio"] {
712
+ width: auto;
713
+ height: auto;
714
+ padding: 0;
715
+ margin: 3px 0;
716
+ *margin-top: 0;
717
+ /* IE7 */
718
+
719
+ line-height: normal;
720
+ border: 0;
721
+ cursor: pointer;
722
+ -webkit-border-radius: 0;
723
+ -moz-border-radius: 0;
724
+ border-radius: 0;
725
+ }
726
+ .wpdevbk input[type="file"] {
727
+ padding: initial;
728
+ line-height: initial;
729
+ border: initial;
730
+ background-color: #ffffff;
731
+ background-color: initial;
732
+ -webkit-box-shadow: none;
733
+ -moz-box-shadow: none;
734
+ box-shadow: none;
735
+ }
736
+ .wpdevbk input[type="button"], .wpdevbk input[type="reset"], .wpdevbk input[type="submit"] {
737
+ width: auto;
738
+ height: auto;
739
+ }
740
+ .wpdevbk select, .wpdevbk input[type="file"] {
741
+ height: 28px;
742
+ /* In IE7, the height of the select element cannot be changed by height, only font-size */
743
+
744
+ *margin-top: 4px;
745
+ /* For IE7, add top margin to align select with labels */
746
+
747
+ line-height: 28px;
748
+ }
749
+ .wpdevbk select {
750
+ width: 220px;
751
+ background-color: #ffffff;
752
+ }
753
+ .wpdevbk select[multiple], .wpdevbk select[size] {
754
+ height: auto;
755
+ }
756
+ .wpdevbk input[type="image"] {
757
+ -webkit-box-shadow: none;
758
+ -moz-box-shadow: none;
759
+ box-shadow: none;
760
+ }
761
+ .wpdevbk textarea {
762
+ height: auto;
763
+ }
764
+ .wpdevbk input[type="hidden"] {
765
+ display: none;
766
+ }
767
+ .wpdevbk .radio, .wpdevbk .checkbox {
768
+ padding-left: 18px;
769
+ }
770
+ .wpdevbk .radio input[type="radio"], .wpdevbk .checkbox input[type="checkbox"] {
771
+ float: left;
772
+ margin-left: -18px;
773
+ }
774
+ .wpdevbk .controls > .radio:first-child, .wpdevbk .controls > .checkbox:first-child {
775
+ padding-top: 5px;
776
+ }
777
+ .wpdevbk .radio.inline, .wpdevbk .checkbox.inline {
778
+ display: inline-block;
779
+ margin-bottom: 0;
780
+ vertical-align: middle;
781
+ }
782
+ .wpdevbk .radio.inline + .radio.inline, .wpdevbk .checkbox.inline + .checkbox.inline {
783
+ margin-left: 10px;
784
+ }
785
+ .wpdevbk .controls > .radio.inline:first-child, .wpdevbk .controls > .checkbox.inline:first-child {
786
+ padding-top: 0;
787
+ }
788
+ .wpdevbk input, .wpdevbk textarea {
789
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
790
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
791
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
792
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
793
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
794
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
795
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
796
+ transition: border linear 0.2s, box-shadow linear 0.2s;
797
+ }
798
+ .wpdevbk input:focus, .wpdevbk textarea:focus {
799
+ border-color: rgba(82, 168, 236, 0.8);
800
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
801
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
802
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
803
+ outline: 0;
804
+ outline: thin dotted \9;
805
+ /* IE6-8 */
806
+
807
+ }
808
+ .wpdevbk input[type="file"]:focus, .wpdevbk input[type="checkbox"]:focus, .wpdevbk select:focus {
809
+ -webkit-box-shadow: none;
810
+ -moz-box-shadow: none;
811
+ box-shadow: none;
812
+ outline: thin dotted;
813
+ outline: 5px auto -webkit-focus-ring-color;
814
+ outline-offset: -2px;
815
+ }
816
+ .wpdevbk .input-mini {
817
+ width: 60px;
818
+ }
819
+ .wpdevbk .input-small {
820
+ width: 90px;
821
+ }
822
+ .wpdevbk .input-medium {
823
+ width: 150px;
824
+ }
825
+ .wpdevbk .input-large {
826
+ width: 210px;
827
+ }
828
+ .wpdevbk .input-xlarge {
829
+ width: 270px;
830
+ }
831
+ .wpdevbk .input-xxlarge {
832
+ width: 530px;
833
+ }
834
+ .wpdevbk input[class*="span"],
835
+ .wpdevbk select[class*="span"],
836
+ .wpdevbk textarea[class*="span"],
837
+ .wpdevbk .uneditable-input {
838
+ float: none;
839
+ margin-left: 0;
840
+ }
841
+ .wpdevbk input.span1, .wpdevbk textarea.span1, .wpdevbk .uneditable-input.span1 {
842
+ width: 50px;
843
+ }
844
+ .wpdevbk input.span2, .wpdevbk textarea.span2, .wpdevbk .uneditable-input.span2 {
845
+ width: 130px;
846
+ }
847
+ .wpdevbk input.span3, .wpdevbk textarea.span3, .wpdevbk .uneditable-input.span3 {
848
+ width: 210px;
849
+ }
850
+ .wpdevbk input.span4, .wpdevbk textarea.span4, .wpdevbk .uneditable-input.span4 {
851
+ width: 290px;
852
+ }
853
+ .wpdevbk input.span5, .wpdevbk textarea.span5, .wpdevbk .uneditable-input.span5 {
854
+ width: 370px;
855
+ }
856
+ .wpdevbk input.span6, .wpdevbk textarea.span6, .wpdevbk .uneditable-input.span6 {
857
+ width: 450px;
858
+ }
859
+ .wpdevbk input.span7, .wpdevbk textarea.span7, .wpdevbk .uneditable-input.span7 {
860
+ width: 530px;
861
+ }
862
+ .wpdevbk input.span8, .wpdevbk textarea.span8, .wpdevbk .uneditable-input.span8 {
863
+ width: 610px;
864
+ }
865
+ .wpdevbk input.span9, .wpdevbk textarea.span9, .wpdevbk .uneditable-input.span9 {
866
+ width: 690px;
867
+ }
868
+ .wpdevbk input.span10, .wpdevbk textarea.span10, .wpdevbk .uneditable-input.span10 {
869
+ width: 770px;
870
+ }
871
+ .wpdevbk input.span11, .wpdevbk textarea.span11, .wpdevbk .uneditable-input.span11 {
872
+ width: 850px;
873
+ }
874
+ .wpdevbk input.span12, .wpdevbk textarea.span12, .wpdevbk .uneditable-input.span12 {
875
+ width: 930px;
876
+ }
877
+ .wpdevbk input[disabled],
878
+ .wpdevbk select[disabled],
879
+ .wpdevbk textarea[disabled],
880
+ .wpdevbk input[readonly],
881
+ .wpdevbk select[readonly],
882
+ .wpdevbk textarea[readonly] {
883
+ background-color: #f5f5f5;
884
+ border-color: #ddd;
885
+ cursor: not-allowed;
886
+ }
887
+ .wpdevbk .control-group.warning > label, .wpdevbk .control-group.warning .help-block, .wpdevbk .control-group.warning .help-inline {
888
+ color: #c09853;
889
+ }
890
+ .wpdevbk .control-group.warning input, .wpdevbk .control-group.warning select, .wpdevbk .control-group.warning textarea {
891
+ color: #c09853;
892
+ border-color: #c09853;
893
+ }
894
+ .wpdevbk .control-group.warning input:focus, .wpdevbk .control-group.warning select:focus, .wpdevbk .control-group.warning textarea:focus {
895
+ border-color: #a47e3c;
896
+ -webkit-box-shadow: 0 0 6px #dbc59e;
897
+ -moz-box-shadow: 0 0 6px #dbc59e;
898
+ box-shadow: 0 0 6px #dbc59e;
899
+ }
900
+ .wpdevbk .control-group.warning .input-prepend .add-on, .wpdevbk .control-group.warning .input-append .add-on {
901
+ color: #c09853;
902
+ background-color: #fcf8e3;
903
+ border-color: #c09853;
904
+ }
905
+ .wpdevbk .control-group.error > label, .wpdevbk .control-group.error .help-block, .wpdevbk .control-group.error .help-inline {
906
+ color: #b94a48;
907
+ }
908
+ .wpdevbk .control-group.error input, .wpdevbk .control-group.error select, .wpdevbk .control-group.error textarea {
909
+ color: #b94a48;
910
+ border-color: #b94a48;
911
+ }
912
+ .wpdevbk .control-group.error input:focus, .wpdevbk .control-group.error select:focus, .wpdevbk .control-group.error textarea:focus {
913
+ border-color: #953b39;
914
+ -webkit-box-shadow: 0 0 6px #d59392;
915
+ -moz-box-shadow: 0 0 6px #d59392;
916
+ box-shadow: 0 0 6px #d59392;
917
+ }
918
+ .wpdevbk .control-group.error .input-prepend .add-on, .wpdevbk .control-group.error .input-append .add-on {
919
+ color: #b94a48;
920
+ background-color: #f2dede;
921
+ border-color: #b94a48;
922
+ }
923
+ .wpdevbk .control-group.success > label, .wpdevbk .control-group.success .help-block, .wpdevbk .control-group.success .help-inline {
924
+ color: #468847;
925
+ }
926
+ .wpdevbk .control-group.success input, .wpdevbk .control-group.success select, .wpdevbk .control-group.success textarea {
927
+ color: #468847;
928
+ border-color: #468847;
929
+ }
930
+ .wpdevbk .control-group.success input:focus, .wpdevbk .control-group.success select:focus, .wpdevbk .control-group.success textarea:focus {
931
+ border-color: #356635;
932
+ -webkit-box-shadow: 0 0 6px #7aba7b;
933
+ -moz-box-shadow: 0 0 6px #7aba7b;
934
+ box-shadow: 0 0 6px #7aba7b;
935
+ }
936
+ .wpdevbk .control-group.success .input-prepend .add-on, .wpdevbk .control-group.success .input-append .add-on {
937
+ color: #468847;
938
+ background-color: #dff0d8;
939
+ border-color: #468847;
940
+ }
941
+ .wpdevbk input:focus:required:invalid, .wpdevbk textarea:focus:required:invalid, .wpdevbk select:focus:required:invalid {
942
+ color: #b94a48;
943
+ border-color: #ee5f5b;
944
+ }
945
+ .wpdevbk input:focus:required:invalid:focus, .wpdevbk textarea:focus:required:invalid:focus, .wpdevbk select:focus:required:invalid:focus {
946
+ border-color: #e9322d;
947
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
948
+ -moz-box-shadow: 0 0 6px #f8b9b7;
949
+ box-shadow: 0 0 6px #f8b9b7;
950
+ }
951
+ .wpdevbk .form-actions {
952
+ padding: 17px 20px 18px;
953
+ margin-top: 18px;
954
+ margin-bottom: 18px;
955
+ background-color: #f5f5f5;
956
+ border-top: 1px solid #ddd;
957
+ }
958
+ .wpdevbk .uneditable-input {
959
+ display: block;
960
+ background-color: #ffffff;
961
+ border-color: #eee;
962
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
963
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
964
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
965
+ cursor: not-allowed;
966
+ }
967
+ .wpdevbk :-moz-placeholder {
968
+ color: #999999;
969
+ }
970
+ .wpdevbk ::-webkit-input-placeholder {
971
+ color: #999999;
972
+ }
973
+ .wpdevbk .help-block {
974
+ margin-top: 5px;
975
+ margin-bottom: 0;
976
+ color: #999999;
977
+ }
978
+ .wpdevbk .help-inline {
979
+ display: inline-block;
980
+ *display: inline;
981
+ /* IE7 inline-block hack */
982
+
983
+ *zoom: 1;
984
+ margin-bottom: 9px;
985
+ vertical-align: middle;
986
+ padding-left: 5px;
987
+ }
988
+ .wpdevbk .input-prepend, .wpdevbk .input-append {
989
+ margin-bottom: 5px;
990
+ *zoom: 1;
991
+ }
992
+ .wpdevbk .input-prepend:before,
993
+ .wpdevbk .input-append:before,
994
+ .wpdevbk .input-prepend:after,
995
+ .wpdevbk .input-append:after {
996
+ display: table;
997
+ content: "";
998
+ }
999
+ .wpdevbk .input-prepend:after, .wpdevbk .input-append:after {
1000
+ clear: both;
1001
+ }
1002
+ .wpdevbk .input-prepend input,
1003
+ .wpdevbk .input-append input,
1004
+ .wpdevbk .input-prepend .uneditable-input,
1005
+ .wpdevbk .input-append .uneditable-input {
1006
+ -webkit-border-radius: 0 3px 3px 0;
1007
+ -moz-border-radius: 0 3px 3px 0;
1008
+ border-radius: 0 3px 3px 0;
1009
+ }
1010
+ .wpdevbk .input-prepend input:focus,
1011
+ .wpdevbk .input-append input:focus,
1012
+ .wpdevbk .input-prepend .uneditable-input:focus,
1013
+ .wpdevbk .input-append .uneditable-input:focus {
1014
+ position: relative;
1015
+ z-index: 2;
1016
+ }
1017
+ .wpdevbk .input-prepend .uneditable-input, .wpdevbk .input-append .uneditable-input {
1018
+ border-left-color: #ccc;
1019
+ }
1020
+ .wpdevbk .input-prepend .add-on, .wpdevbk .input-append .add-on {
1021
+ float: left;
1022
+ display: block;
1023
+ width: auto;
1024
+ min-width: 16px;
1025
+ height: 18px;
1026
+ margin-right: -1px;
1027
+ padding: 4px 5px;
1028
+ font-weight: normal;
1029
+ line-height: 18px;
1030
+ color: #999999;
1031
+ text-align: center;
1032
+ text-shadow: 0 1px 0 #ffffff;
1033
+ background-color: #f5f5f5;
1034
+ border: 1px solid #ccc;
1035
+ -webkit-border-radius: 3px 0 0 3px;
1036
+ -moz-border-radius: 3px 0 0 3px;
1037
+ border-radius: 3px 0 0 3px;
1038
+ }
1039
+ .wpdevbk .input-prepend .active, .wpdevbk .input-append .active {
1040
+ background-color: #a9dba9;
1041
+ border-color: #46a546;
1042
+ }
1043
+ .wpdevbk .input-prepend .add-on {
1044
+ *margin-top: 1px;
1045
+ /* IE6-7 */
1046
+
1047
+ }
1048
+ .wpdevbk .input-append input, .wpdevbk .input-append .uneditable-input {
1049
+ float: left;
1050
+ -webkit-border-radius: 3px 0 0 3px;
1051
+ -moz-border-radius: 3px 0 0 3px;
1052
+ border-radius: 3px 0 0 3px;
1053
+ }
1054
+ .wpdevbk .input-append .uneditable-input {
1055
+ border-right-color: #ccc;
1056
+ }
1057
+ .wpdevbk .input-append .add-on {
1058
+ margin-right: 0;
1059
+ margin-left: -1px;
1060
+ -webkit-border-radius: 0 3px 3px 0;
1061
+ -moz-border-radius: 0 3px 3px 0;
1062
+ border-radius: 0 3px 3px 0;
1063
+ }
1064
+ .wpdevbk .input-append input:first-child {
1065
+ *margin-left: -160px;
1066
+ }
1067
+ .wpdevbk .input-append input:first-child + .add-on {
1068
+ *margin-left: -21px;
1069
+ }
1070
+ .wpdevbk .search-query {
1071
+ padding-left: 14px;
1072
+ padding-right: 14px;
1073
+ margin-bottom: 0;
1074
+ -webkit-border-radius: 14px;
1075
+ -moz-border-radius: 14px;
1076
+ border-radius: 14px;
1077
+ }
1078
+ .wpdevbk .form-search input,
1079
+ .wpdevbk .form-inline input,
1080
+ .wpdevbk .form-horizontal input,
1081
+ .wpdevbk .form-search textarea,
1082
+ .wpdevbk .form-inline textarea,
1083
+ .wpdevbk .form-horizontal textarea,
1084
+ .wpdevbk .form-search select,
1085
+ .wpdevbk .form-inline select,
1086
+ .wpdevbk .form-horizontal select,
1087
+ .wpdevbk .form-search .help-inline,
1088
+ .wpdevbk .form-inline .help-inline,
1089
+ .wpdevbk .form-horizontal .help-inline,
1090
+ .wpdevbk .form-search .uneditable-input,
1091
+ .wpdevbk .form-inline .uneditable-input,
1092
+ .wpdevbk .form-horizontal .uneditable-input {
1093
+ display: inline-block;
1094
+ margin-bottom: 0;
1095
+ }
1096
+ .wpdevbk .form-search label,
1097
+ .wpdevbk .form-inline label,
1098
+ .wpdevbk .form-search .input-append,
1099
+ .wpdevbk .form-inline .input-append,
1100
+ .wpdevbk .form-search .input-prepend,
1101
+ .wpdevbk .form-inline .input-prepend {
1102
+ display: inline-block;
1103
+ }
1104
+ .wpdevbk .form-search .input-append .add-on,
1105
+ .wpdevbk .form-inline .input-prepend .add-on,
1106
+ .wpdevbk .form-search .input-append .add-on,
1107
+ .wpdevbk .form-inline .input-prepend .add-on {
1108
+ vertical-align: middle;
1109
+ }
1110
+ .wpdevbk .control-group {
1111
+ margin-bottom: 9px;
1112
+ }
1113
+ .wpdevbk .form-horizontal legend + .control-group {
1114
+ margin-top: 18px;
1115
+ -webkit-margin-top-collapse: separate;
1116
+ }
1117
+ .wpdevbk .form-horizontal .control-group {
1118
+ margin-bottom: 18px;
1119
+ *zoom: 1;
1120
+ }
1121
+ .wpdevbk .form-horizontal .control-group:before, .wpdevbk .form-horizontal .control-group:after {
1122
+ display: table;
1123
+ content: "";
1124
+ }
1125
+ .wpdevbk .form-horizontal .control-group:after {
1126
+ clear: both;
1127
+ }
1128
+ .wpdevbk .form-horizontal .control-group > label {
1129
+ float: left;
1130
+ width: 140px;
1131
+ padding-top: 5px;
1132
+ text-align: right;
1133
+ }
1134
+ .wpdevbk .form-horizontal .controls {
1135
+ margin-left: 160px;
1136
+ }
1137
+ .wpdevbk .form-horizontal .form-actions {
1138
+ padding-left: 160px;
1139
+ }
1140
+ .wpdevbk .btn {
1141
+ display: inline-block;
1142
+ padding: 4px 10px 4px;
1143
+ font-size: 13px;
1144
+ line-height: 18px;
1145
+ color: #333333;
1146
+ text-align: center;
1147
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1148
+ background-color: #fafafa;
1149
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1150
+ background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1151
+ background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1152
+ background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1153
+ background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1154
+ background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1155
+ background-repeat: no-repeat;
1156
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1157
+ border: 1px solid #ccc;
1158
+ border-bottom-color: #bbb;
1159
+ -webkit-border-radius: 4px;
1160
+ -moz-border-radius: 4px;
1161
+ border-radius: 4px;
1162
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1163
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1164
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1165
+ cursor: pointer;
1166
+ *margin-left: .3em;
1167
+ }
1168
+ .wpdevbk .btn:first-child {
1169
+ *margin-left: 0;
1170
+ }
1171
+ .wpdevbk .btn:hover {
1172
+ color: #333333;
1173
+ text-decoration: none;
1174
+ background-color: #e6e6e6;
1175
+ background-position: 0 -15px;
1176
+ -webkit-transition: background-position 0.1s linear;
1177
+ -moz-transition: background-position 0.1s linear;
1178
+ -ms-transition: background-position 0.1s linear;
1179
+ -o-transition: background-position 0.1s linear;
1180
+ transition: background-position 0.1s linear;
1181
+ }
1182
+ .wpdevbk .btn:focus {
1183
+ outline: thin dotted;
1184
+ outline: 5px auto -webkit-focus-ring-color;
1185
+ outline-offset: -2px;
1186
+ }
1187
+ .wpdevbk .btn.active, .wpdevbk .btn:active {
1188
+ background-image: none;
1189
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1190
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1191
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1192
+ background-color: #e6e6e6;
1193
+ background-color: #d9d9d9 \9;
1194
+ color: rgba(0, 0, 0, 0.5);
1195
+ outline: 0;
1196
+ }
1197
+ .wpdevbk .btn.disabled, .wpdevbk .btn[disabled] {
1198
+ cursor: default;
1199
+ background-image: none;
1200
+ background-color: #e6e6e6;
1201
+ opacity: 0.65;
1202
+ filter: alpha(opacity=65);
1203
+ -webkit-box-shadow: none;
1204
+ -moz-box-shadow: none;
1205
+ box-shadow: none;
1206
+ }
1207
+ .wpdevbk .btn-large {
1208
+ padding: 9px 14px;
1209
+ font-size: 15px;
1210
+ line-height: normal;
1211
+ -webkit-border-radius: 5px;
1212
+ -moz-border-radius: 5px;
1213
+ border-radius: 5px;
1214
+ }
1215
+ .wpdevbk .btn-large .icon {
1216
+ margin-top: 1px;
1217
+ }
1218
+ .wpdevbk .btn-small {
1219
+ padding: 5px 9px;
1220
+ font-size: 11px;
1221
+ line-height: 16px;
1222
+ }
1223
+ .wpdevbk .btn-small .icon {
1224
+ margin-top: -1px;
1225
+ }
1226
+ .wpdevbk .btn-primary,
1227
+ .wpdevbk .btn-primary:hover,
1228
+ .wpdevbk .btn-warning,
1229
+ .wpdevbk .btn-warning:hover,
1230
+ .wpdevbk .btn-danger,
1231
+ .wpdevbk .btn-danger:hover,
1232
+ .wpdevbk .btn-success,
1233
+ .wpdevbk .btn-success:hover,
1234
+ .wpdevbk .btn-info,
1235
+ .wpdevbk .btn-info:hover {
1236
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1237
+ color: #ffffff;
1238
+ }
1239
+ .wpdevbk .btn-primary.active,
1240
+ .wpdevbk .btn-warning.active,
1241
+ .wpdevbk .btn-danger.active,
1242
+ .wpdevbk .btn-success.active,
1243
+ .wpdevbk .btn-info.active {
1244
+ color: rgba(255, 255, 255, 0.75);
1245
+ }
1246
+ .wpdevbk .btn-primary {
1247
+ background-color: #006dcc;
1248
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1249
+ background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1250
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1251
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1252
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1253
+ background-image: linear-gradient(top, #0088cc, #0044cc);
1254
+ background-repeat: repeat-x;
1255
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1256
+ border-color: #0044cc #0044cc #002a80;
1257
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1258
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1259
+ }
1260
+ .wpdevbk .btn-primary:hover,
1261
+ .wpdevbk .btn-primary:active,
1262
+ .wpdevbk .btn-primary.active,
1263
+ .wpdevbk .btn-primary.disabled,
1264
+ .wpdevbk .btn-primary[disabled] {
1265
+ background-color: #0044cc;
1266
+ }
1267
+ .wpdevbk .btn-primary:active, .wpdevbk .btn-primary.active {
1268
+ background-color: #003399 \9;
1269
+ }
1270
+ .wpdevbk .btn-warning {
1271
+ background-color: #faa732;
1272
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1273
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1274
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1275
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1276
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
1277
+ background-image: linear-gradient(top, #fbb450, #f89406);
1278
+ background-repeat: repeat-x;
1279
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1280
+ border-color: #f89406 #f89406 #ad6704;
1281
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1282
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1283
+ }
1284
+ .wpdevbk .btn-warning:hover,
1285
+ .wpdevbk .btn-warning:active,
1286
+ .wpdevbk .btn-warning.active,
1287
+ .wpdevbk .btn-warning.disabled,
1288
+ .wpdevbk .btn-warning[disabled] {
1289
+ background-color: #f89406;
1290
+ }
1291
+ .wpdevbk .btn-warning:active, .wpdevbk .btn-warning.active {
1292
+ background-color: #c67605 \9;
1293
+ }
1294
+ .wpdevbk .btn-danger {
1295
+ background-color: #da4f49;
1296
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
1297
+ background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
1298
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
1299
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
1300
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
1301
+ background-image: linear-gradient(top, #ee5f5b, #bd362f);
1302
+ background-repeat: repeat-x;
1303
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1304
+ border-color: #bd362f #bd362f #802420;
1305
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1306
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1307
+ }
1308
+ .wpdevbk .btn-danger:hover,
1309
+ .wpdevbk .btn-danger:active,
1310
+ .wpdevbk .btn-danger.active,
1311
+ .wpdevbk .btn-danger.disabled,
1312
+ .wpdevbk .btn-danger[disabled] {
1313
+ background-color: #bd362f;
1314
+ }
1315
+ .wpdevbk .btn-danger:active, .wpdevbk .btn-danger.active {
1316
+ background-color: #942a25 \9;
1317
+ }
1318
+ .wpdevbk .btn-success {
1319
+ background-color: #5bb75b;
1320
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
1321
+ background-image: -ms-linear-gradient(top, #62c462, #51a351);
1322
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
1323
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
1324
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
1325
+ background-image: linear-gradient(top, #62c462, #51a351);
1326
+ background-repeat: repeat-x;
1327
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
1328
+ border-color: #51a351 #51a351 #387038;
1329
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1330
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1331
+ }
1332
+ .wpdevbk .btn-success:hover,
1333
+ .wpdevbk .btn-success:active,
1334
+ .wpdevbk .btn-success.active,
1335
+ .wpdevbk .btn-success.disabled,
1336
+ .wpdevbk .btn-success[disabled] {
1337
+ background-color: #51a351;
1338
+ }
1339
+ .wpdevbk .btn-success:active, .wpdevbk .btn-success.active {
1340
+ background-color: #408140 \9;
1341
+ }
1342
+ .wpdevbk .btn-info {
1343
+ background-color: #49afcd;
1344
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
1345
+ background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
1346
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
1347
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
1348
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
1349
+ background-image: linear-gradient(top, #5bc0de, #2f96b4);
1350
+ background-repeat: repeat-x;
1351
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
1352
+ border-color: #2f96b4 #2f96b4 #1f6377;
1353
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1354
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1355
+ }
1356
+ .wpdevbk .btn-info:hover,
1357
+ .wpdevbk .btn-info:active,
1358
+ .wpdevbk .btn-info.active,
1359
+ .wpdevbk .btn-info.disabled,
1360
+ .wpdevbk .btn-info[disabled] {
1361
+ background-color: #2f96b4;
1362
+ }
1363
+ .wpdevbk .btn-info:active, .wpdevbk .btn-info.active {
1364
+ background-color: #24748c \9;
1365
+ }
1366
+ .wpdevbk button.btn, .wpdevbk input[type="submit"].btn {
1367
+ *padding-top: 2px;
1368
+ *padding-bottom: 2px;
1369
+ }
1370
+ .wpdevbk button.btn::-moz-focus-inner, .wpdevbk input[type="submit"].btn::-moz-focus-inner {
1371
+ padding: 0;
1372
+ border: 0;
1373
+ }
1374
+ .wpdevbk button.btn.large, .wpdevbk input[type="submit"].btn.large {
1375
+ *padding-top: 7px;
1376
+ *padding-bottom: 7px;
1377
+ }
1378
+ .wpdevbk button.btn.small, .wpdevbk input[type="submit"].btn.small {
1379
+ *padding-top: 3px;
1380
+ *padding-bottom: 3px;
1381
+ }
1382
+ .wpdevbk [class^="icon-"] {
1383
+ display: inline-block;
1384
+ width: 14px;
1385
+ height: 14px;
1386
+ vertical-align: text-top;
1387
+ background-image: url(../img/glyphicons-halflings.png);
1388
+ background-position: 14px 14px;
1389
+ background-repeat: no-repeat;
1390
+ *margin-right: .3em;
1391
+ }
1392
+ .wpdevbk [class^="icon-"]:last-child {
1393
+ *margin-left: 0;
1394
+ }
1395
+ .wpdevbk .icon-white {
1396
+ background-image: url(../img/glyphicons-halflings-white.png);
1397
+ }
1398
+ .wpdevbk .icon-glass {
1399
+ background-position: 0 0;
1400
+ }
1401
+ .wpdevbk .icon-music {
1402
+ background-position: -24px 0;
1403
+ }
1404
+ .wpdevbk .icon-search {
1405
+ background-position: -48px 0;
1406
+ }
1407
+ .wpdevbk .icon-envelope {
1408
+ background-position: -72px 0;
1409
+ }
1410
+ .wpdevbk .icon-heart {
1411
+ background-position: -96px 0;
1412
+ }
1413
+ .wpdevbk .icon-star {
1414
+ background-position: -120px 0;
1415
+ }
1416
+ .wpdevbk .icon-star-empty {
1417
+ background-position: -144px 0;
1418
+ }
1419
+ .wpdevbk .icon-user {
1420
+ background-position: -168px 0;
1421
+ }
1422
+ .wpdevbk .icon-film {
1423
+ background-position: -192px 0;
1424
+ }
1425
+ .wpdevbk .icon-th-large {
1426
+ background-position: -216px 0;
1427
+ }
1428
+ .wpdevbk .icon-th {
1429
+ background-position: -240px 0;
1430
+ }
1431
+ .wpdevbk .icon-th-list {
1432
+ background-position: -264px 0;
1433
+ }
1434
+ .wpdevbk .icon-ok {
1435
+ background-position: -288px 0;
1436
+ }
1437
+ .wpdevbk .icon-remove {
1438
+ background-position: -312px 0;
1439
+ }
1440
+ .wpdevbk .icon-zoom-in {
1441
+ background-position: -336px 0;
1442
+ }
1443
+ .wpdevbk .icon-zoom-out {
1444
+ background-position: -360px 0;
1445
+ }
1446
+ .wpdevbk .icon-off {
1447
+ background-position: -384px 0;
1448
+ }
1449
+ .wpdevbk .icon-signal {
1450
+ background-position: -408px 0;
1451
+ }
1452
+ .wpdevbk .icon-cog {
1453
+ background-position: -432px 0;
1454
+ }
1455
+ .wpdevbk .icon-trash {
1456
+ background-position: -456px 0;
1457
+ }
1458
+ .wpdevbk .icon-home {
1459
+ background-position: 0 -24px;
1460
+ }
1461
+ .wpdevbk .icon-file {
1462
+ background-position: -24px -24px;
1463
+ }
1464
+ .wpdevbk .icon-time {
1465
+ background-position: -48px -24px;
1466
+ }
1467
+ .wpdevbk .icon-road {
1468
+ background-position: -72px -24px;
1469
+ }
1470
+ .wpdevbk .icon-download-alt {
1471
+ background-position: -96px -24px;
1472
+ }
1473
+ .wpdevbk .icon-download {
1474
+ background-position: -120px -24px;
1475
+ }
1476
+ .wpdevbk .icon-upload {
1477
+ background-position: -144px -24px;
1478
+ }
1479
+ .wpdevbk .icon-inbox {
1480
+ background-position: -168px -24px;
1481
+ }
1482
+ .wpdevbk .icon-play-circle {
1483
+ background-position: -192px -24px;
1484
+ }
1485
+ .wpdevbk .icon-repeat {
1486
+ background-position: -216px -24px;
1487
+ }
1488
+ .wpdevbk .icon-refresh {
1489
+ background-position: -240px -24px;
1490
+ }
1491
+ .wpdevbk .icon-list-alt {
1492
+ background-position: -264px -24px;
1493
+ }
1494
+ .wpdevbk .icon-lock {
1495
+ background-position: -287px -24px;
1496
+ }
1497
+ .wpdevbk .icon-flag {
1498
+ background-position: -312px -24px;
1499
+ }
1500
+ .wpdevbk .icon-headphones {
1501
+ background-position: -336px -24px;
1502
+ }
1503
+ .wpdevbk .icon-volume-off {
1504
+ background-position: -360px -24px;
1505
+ }
1506
+ .wpdevbk .icon-volume-down {
1507
+ background-position: -384px -24px;
1508
+ }
1509
+ .wpdevbk .icon-volume-up {
1510
+ background-position: -408px -24px;
1511
+ }
1512
+ .wpdevbk .icon-qrcode {
1513
+ background-position: -432px -24px;
1514
+ }
1515
+ .wpdevbk .icon-barcode {
1516
+ background-position: -456px -24px;
1517
+ }
1518
+ .wpdevbk .icon-tag {
1519
+ background-position: 0 -48px;
1520
+ }
1521
+ .wpdevbk .icon-tags {
1522
+ background-position: -25px -48px;
1523
+ }
1524
+ .wpdevbk .icon-book {
1525
+ background-position: -48px -48px;
1526
+ }
1527
+ .wpdevbk .icon-bookmark {
1528
+ background-position: -72px -48px;
1529
+ }
1530
+ .wpdevbk .icon-print {
1531
+ background-position: -96px -48px;
1532
+ }
1533
+ .wpdevbk .icon-camera {
1534
+ background-position: -120px -48px;
1535
+ }
1536
+ .wpdevbk .icon-font {
1537
+ background-position: -144px -48px;
1538
+ }
1539
+ .wpdevbk .icon-bold {
1540
+ background-position: -167px -48px;
1541
+ }
1542
+ .wpdevbk .icon-italic {
1543
+ background-position: -192px -48px;
1544
+ }
1545
+ .wpdevbk .icon-text-height {
1546
+ background-position: -216px -48px;
1547
+ }
1548
+ .wpdevbk .icon-text-width {
1549
+ background-position: -240px -48px;
1550
+ }
1551
+ .wpdevbk .icon-align-left {
1552
+ background-position: -264px -48px;
1553
+ }
1554
+ .wpdevbk .icon-align-center {
1555
+ background-position: -288px -48px;
1556
+ }
1557
+ .wpdevbk .icon-align-right {
1558
+ background-position: -312px -48px;
1559
+ }
1560
+ .wpdevbk .icon-align-justify {
1561
+ background-position: -336px -48px;
1562
+ }
1563
+ .wpdevbk .icon-list {
1564
+ background-position: -360px -48px;
1565
+ }
1566
+ .wpdevbk .icon-indent-left {
1567
+ background-position: -384px -48px;
1568
+ }
1569
+ .wpdevbk .icon-indent-right {
1570
+ background-position: -408px -48px;
1571
+ }
1572
+ .wpdevbk .icon-facetime-video {
1573
+ background-position: -432px -48px;
1574
+ }
1575
+ .wpdevbk .icon-picture {
1576
+ background-position: -456px -48px;
1577
+ }
1578
+ .wpdevbk .icon-pencil {
1579
+ background-position: 0 -72px;
1580
+ }
1581
+ .wpdevbk .icon-map-marker {
1582
+ background-position: -24px -72px;
1583
+ }
1584
+ .wpdevbk .icon-adjust {
1585
+ background-position: -48px -72px;
1586
+ }
1587
+ .wpdevbk .icon-tint {
1588
+ background-position: -72px -72px;
1589
+ }
1590
+ .wpdevbk .icon-edit {
1591
+ background-position: -96px -72px;
1592
+ }
1593
+ .wpdevbk .icon-share {
1594
+ background-position: -120px -72px;
1595
+ }
1596
+ .wpdevbk .icon-check {
1597
+ background-position: -144px -72px;
1598
+ }
1599
+ .wpdevbk .icon-move {
1600
+ background-position: -168px -72px;
1601
+ }
1602
+ .wpdevbk .icon-step-backward {
1603
+ background-position: -192px -72px;
1604
+ }
1605
+ .wpdevbk .icon-fast-backward {
1606
+ background-position: -216px -72px;
1607
+ }
1608
+ .wpdevbk .icon-backward {
1609
+ background-position: -240px -72px;
1610
+ }
1611
+ .wpdevbk .icon-play {
1612
+ background-position: -264px -72px;
1613
+ }
1614
+ .wpdevbk .icon-pause {
1615
+ background-position: -288px -72px;
1616
+ }
1617
+ .wpdevbk .icon-stop {
1618
+ background-position: -312px -72px;
1619
+ }
1620
+ .wpdevbk .icon-forward {
1621
+ background-position: -336px -72px;
1622
+ }
1623
+ .wpdevbk .icon-fast-forward {
1624
+ background-position: -360px -72px;
1625
+ }
1626
+ .wpdevbk .icon-step-forward {
1627
+ background-position: -384px -72px;
1628
+ }
1629
+ .wpdevbk .icon-eject {
1630
+ background-position: -408px -72px;
1631
+ }
1632
+ .wpdevbk .icon-chevron-left {
1633
+ background-position: -432px -72px;
1634
+ }
1635
+ .wpdevbk .icon-chevron-right {
1636
+ background-position: -456px -72px;
1637
+ }
1638
+ .wpdevbk .icon-plus-sign {
1639
+ background-position: 0 -96px;
1640
+ }
1641
+ .wpdevbk .icon-minus-sign {
1642
+ background-position: -24px -96px;
1643
+ }
1644
+ .wpdevbk .icon-remove-sign {
1645
+ background-position: -48px -96px;
1646
+ }
1647
+ .wpdevbk .icon-ok-sign {
1648
+ background-position: -72px -96px;
1649
+ }
1650
+ .wpdevbk .icon-question-sign {
1651
+ background-position: -96px -96px;
1652
+ }
1653
+ .wpdevbk .icon-info-sign {
1654
+ background-position: -120px -96px;
1655
+ }
1656
+ .wpdevbk .icon-screenshot {
1657
+ background-position: -144px -96px;
1658
+ }
1659
+ .wpdevbk .icon-remove-circle {
1660
+ background-position: -168px -96px;
1661
+ }
1662
+ .wpdevbk .icon-ok-circle {
1663
+ background-position: -192px -96px;
1664
+ }
1665
+ .wpdevbk .icon-ban-circle {
1666
+ background-position: -216px -96px;
1667
+ }
1668
+ .wpdevbk .icon-arrow-left {
1669
+ background-position: -240px -96px;
1670
+ }
1671
+ .wpdevbk .icon-arrow-right {
1672
+ background-position: -264px -96px;
1673
+ }
1674
+ .wpdevbk .icon-arrow-up {
1675
+ background-position: -289px -96px;
1676
+ }
1677
+ .wpdevbk .icon-arrow-down {
1678
+ background-position: -312px -96px;
1679
+ }
1680
+ .wpdevbk .icon-share-alt {
1681
+ background-position: -336px -96px;
1682
+ }
1683
+ .wpdevbk .icon-resize-full {
1684
+ background-position: -360px -96px;
1685
+ }
1686
+ .wpdevbk .icon-resize-small {
1687
+ background-position: -384px -96px;
1688
+ }
1689
+ .wpdevbk .icon-plus {
1690
+ background-position: -408px -96px;
1691
+ }
1692
+ .wpdevbk .icon-minus {
1693
+ background-position: -433px -96px;
1694
+ }
1695
+ .wpdevbk .icon-asterisk {
1696
+ background-position: -456px -96px;
1697
+ }
1698
+ .wpdevbk .icon-exclamation-sign {
1699
+ background-position: 0 -120px;
1700
+ }
1701
+ .wpdevbk .icon-gift {
1702
+ background-position: -24px -120px;
1703
+ }
1704
+ .wpdevbk .icon-leaf {
1705
+ background-position: -48px -120px;
1706
+ }
1707
+ .wpdevbk .icon-fire {
1708
+ background-position: -72px -120px;
1709
+ }
1710
+ .wpdevbk .icon-eye-open {
1711
+ background-position: -96px -120px;
1712
+ }
1713
+ .wpdevbk .icon-eye-close {
1714
+ background-position: -120px -120px;
1715
+ }
1716
+ .wpdevbk .icon-warning-sign {
1717
+ background-position: -144px -120px;
1718
+ }
1719
+ .wpdevbk .icon-plane {
1720
+ background-position: -168px -120px;
1721
+ }
1722
+ .wpdevbk .icon-calendar {
1723
+ background-position: -192px -120px;
1724
+ }
1725
+ .wpdevbk .icon-random {
1726
+ background-position: -216px -120px;
1727
+ }
1728
+ .wpdevbk .icon-comment {
1729
+ background-position: -240px -120px;
1730
+ }
1731
+ .wpdevbk .icon-magnet {
1732
+ background-position: -264px -120px;
1733
+ }
1734
+ .wpdevbk .icon-chevron-up {
1735
+ background-position: -288px -120px;
1736
+ }
1737
+ .wpdevbk .icon-chevron-down {
1738
+ background-position: -313px -119px;
1739
+ }
1740
+ .wpdevbk .icon-retweet {
1741
+ background-position: -336px -120px;
1742
+ }
1743
+ .wpdevbk .icon-shopping-cart {
1744
+ background-position: -360px -120px;
1745
+ }
1746
+ .wpdevbk .icon-folder-close {
1747
+ background-position: -384px -120px;
1748
+ }
1749
+ .wpdevbk .icon-folder-open {
1750
+ background-position: -408px -120px;
1751
+ }
1752
+ .wpdevbk .icon-resize-vertical {
1753
+ background-position: -432px -119px;
1754
+ }
1755
+ .wpdevbk .icon-resize-horizontal {
1756
+ background-position: -456px -118px;
1757
+ }
1758
+ .wpdevbk .btn-group {
1759
+ position: relative;
1760
+ *zoom: 1;
1761
+ *margin-left: .3em;
1762
+ }
1763
+ .wpdevbk .btn-group:before, .wpdevbk .btn-group:after {
1764
+ display: table;
1765
+ content: "";
1766
+ }
1767
+ .wpdevbk .btn-group:after {
1768
+ clear: both;
1769
+ }
1770
+ .wpdevbk .btn-group:first-child {
1771
+ *margin-left: 0;
1772
+ }
1773
+ .wpdevbk .btn-group + .btn-group {
1774
+ margin-left: 5px;
1775
+ }
1776
+ .wpdevbk .btn-toolbar {
1777
+ margin-top: 9px;
1778
+ margin-bottom: 9px;
1779
+ }
1780
+ .wpdevbk .btn-toolbar .btn-group {
1781
+ display: inline-block;
1782
+ *display: inline;
1783
+ /* IE7 inline-block hack */
1784
+
1785
+ *zoom: 1;
1786
+ }
1787
+ .wpdevbk .btn-group .btn {
1788
+ position: relative;
1789
+ float: left;
1790
+ margin-left: -1px;
1791
+ -webkit-border-radius: 0;
1792
+ -moz-border-radius: 0;
1793
+ border-radius: 0;
1794
+ }
1795
+ .wpdevbk .btn-group .btn:first-child {
1796
+ margin-left: 0;
1797
+ -webkit-border-top-left-radius: 4px;
1798
+ -moz-border-radius-topleft: 4px;
1799
+ border-top-left-radius: 4px;
1800
+ -webkit-border-bottom-left-radius: 4px;
1801
+ -moz-border-radius-bottomleft: 4px;
1802
+ border-bottom-left-radius: 4px;
1803
+ }
1804
+ .wpdevbk .btn-group .btn:last-child, .wpdevbk .btn-group .dropdown-toggle {
1805
+ -webkit-border-top-right-radius: 4px;
1806
+ -moz-border-radius-topright: 4px;
1807
+ border-top-right-radius: 4px;
1808
+ -webkit-border-bottom-right-radius: 4px;
1809
+ -moz-border-radius-bottomright: 4px;
1810
+ border-bottom-right-radius: 4px;
1811
+ }
1812
+ .wpdevbk .btn-group .btn.large:first-child {
1813
+ margin-left: 0;
1814
+ -webkit-border-top-left-radius: 6px;
1815
+ -moz-border-radius-topleft: 6px;
1816
+ border-top-left-radius: 6px;
1817
+ -webkit-border-bottom-left-radius: 6px;
1818
+ -moz-border-radius-bottomleft: 6px;
1819
+ border-bottom-left-radius: 6px;
1820
+ }
1821
+ .wpdevbk .btn-group .btn.large:last-child, .wpdevbk .btn-group .large.dropdown-toggle {
1822
+ -webkit-border-top-right-radius: 6px;
1823
+ -moz-border-radius-topright: 6px;
1824
+ border-top-right-radius: 6px;
1825
+ -webkit-border-bottom-right-radius: 6px;
1826
+ -moz-border-radius-bottomright: 6px;
1827
+ border-bottom-right-radius: 6px;
1828
+ }
1829
+ .wpdevbk .btn-group .btn:hover,
1830
+ .wpdevbk .btn-group .btn:focus,
1831
+ .wpdevbk .btn-group .btn:active,
1832
+ .wpdevbk .btn-group .btn.active {
1833
+ z-index: 2;
1834
+ }
1835
+ .wpdevbk .btn-group .dropdown-toggle:active, .wpdevbk .btn-group.open .dropdown-toggle {
1836
+ outline: 0;
1837
+ }
1838
+ .wpdevbk .btn-group .dropdown-toggle {
1839
+ padding-left: 8px;
1840
+ padding-right: 8px;
1841
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1842
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1843
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1844
+ *padding-top: 5px;
1845
+ *padding-bottom: 5px;
1846
+ }
1847
+ .wpdevbk .btn-group.open {
1848
+ *z-index: 1000;
1849
+ }
1850
+ .wpdevbk .btn-group.open .dropdown-menu {
1851
+ display: block;
1852
+ margin-top: 1px;
1853
+ -webkit-border-radius: 5px;
1854
+ -moz-border-radius: 5px;
1855
+ border-radius: 5px;
1856
+ }
1857
+ .wpdevbk .btn-group.open .dropdown-toggle {
1858
+ background-image: none;
1859
+ -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1860
+ -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1861
+ box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1862
+ }
1863
+ .wpdevbk .btn .caret {
1864
+ margin-top: 7px;
1865
+ margin-left: 0;
1866
+ }
1867
+ .wpdevbk .btn:hover .caret, .wpdevbk .open.btn-group .caret {
1868
+ opacity: 1;
1869
+ filter: alpha(opacity=100);
1870
+ }
1871
+ .wpdevbk .btn-primary .caret,
1872
+ .wpdevbk .btn-danger .caret,
1873
+ .wpdevbk .btn-info .caret,
1874
+ .wpdevbk .btn-success .caret {
1875
+ border-top-color: #ffffff;
1876
+ opacity: 0.75;
1877
+ filter: alpha(opacity=75);
1878
+ }
1879
+ .wpdevbk .btn-small .caret {
1880
+ margin-top: 4px;
1881
+ }
1882
+ .wpdevbk .nav {
1883
+ margin-left: 0;
1884
+ margin-bottom: 18px;
1885
+ list-style: none;
1886
+ }
1887
+ .wpdevbk .nav > li > a {
1888
+ display: block;
1889
+ }
1890
+ .wpdevbk .nav > li > a:hover {
1891
+ text-decoration: none;
1892
+ background-color: #eeeeee;
1893
+ }
1894
+ .wpdevbk .nav-list {
1895
+ padding-left: 14px;
1896
+ padding-right: 14px;
1897
+ margin-bottom: 0;
1898
+ }
1899
+ .wpdevbk .nav-list > li > a, .wpdevbk .nav-list .nav-header {
1900
+ display: block;
1901
+ padding: 3px 15px;
1902
+ margin-left: -15px;
1903
+ margin-right: -15px;
1904
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1905
+ }
1906
+ .wpdevbk .nav-list .nav-header {
1907
+ font-size: 11px;
1908
+ font-weight: bold;
1909
+ line-height: 18px;
1910
+ color: #999999;
1911
+ text-transform: uppercase;
1912
+ }
1913
+ .wpdevbk .nav-list > li + .nav-header {
1914
+ margin-top: 9px;
1915
+ }
1916
+ .wpdevbk .nav-list .active > a, .wpdevbk .nav-list .active > a:hover {
1917
+ color: #ffffff;
1918
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
1919
+ background-color: #0088cc;
1920
+ }
1921
+ .wpdevbk .nav-list [class^="icon-"] {
1922
+ margin-right: 2px;
1923
+ }
1924
+ .wpdevbk .nav-tabs, .wpdevbk .nav-pills {
1925
+ *zoom: 1;
1926
+ }
1927
+ .wpdevbk .nav-tabs:before,
1928
+ .wpdevbk .nav-pills:before,
1929
+ .wpdevbk .nav-tabs:after,
1930
+ .wpdevbk .nav-pills:after {
1931
+ display: table;
1932
+ content: "";
1933
+ }
1934
+ .wpdevbk .nav-tabs:after, .wpdevbk .nav-pills:after {
1935
+ clear: both;
1936
+ }
1937
+ .wpdevbk .nav-tabs > li, .wpdevbk .nav-pills > li {
1938
+ float: left;
1939
+ }
1940
+ .wpdevbk .nav-tabs > li > a, .wpdevbk .nav-pills > li > a {
1941
+ padding-right: 12px;
1942
+ padding-left: 12px;
1943
+ margin-right: 2px;
1944
+ line-height: 14px;
1945
+ }
1946
+ .wpdevbk .nav-tabs {
1947
+ border-bottom: 1px solid #ddd;
1948
+ }
1949
+ .wpdevbk .nav-tabs > li {
1950
+ margin-bottom: -1px;
1951
+ }
1952
+ .wpdevbk .nav-tabs > li > a {
1953
+ padding-top: 9px;
1954
+ padding-bottom: 9px;
1955
+ border: 1px solid transparent;
1956
+ -webkit-border-radius: 4px 4px 0 0;
1957
+ -moz-border-radius: 4px 4px 0 0;
1958
+ border-radius: 4px 4px 0 0;
1959
+ }
1960
+ .wpdevbk .nav-tabs > li > a:hover {
1961
+ border-color: #eeeeee #eeeeee #dddddd;
1962
+ }
1963
+ .wpdevbk .nav-tabs > .active > a, .wpdevbk .nav-tabs > .active > a:hover {
1964
+ color: #555555;
1965
+ background-color: #ffffff;
1966
+ border: 1px solid #ddd;
1967
+ border-bottom-color: transparent;
1968
+ cursor: default;
1969
+ }
1970
+ .wpdevbk .nav-pills > li > a {
1971
+ padding-top: 8px;
1972
+ padding-bottom: 8px;
1973
+ margin-top: 2px;
1974
+ margin-bottom: 2px;
1975
+ -webkit-border-radius: 5px;
1976
+ -moz-border-radius: 5px;
1977
+ border-radius: 5px;
1978
+ }
1979
+ .wpdevbk .nav-pills .active > a, .wpdevbk .nav-pills .active > a:hover {
1980
+ color: #ffffff;
1981
+ background-color: #0088cc;
1982
+ }
1983
+ .wpdevbk .nav-stacked > li {
1984
+ float: none;
1985
+ }
1986
+ .wpdevbk .nav-stacked > li > a {
1987
+ margin-right: 0;
1988
+ }
1989
+ .wpdevbk .nav-tabs.nav-stacked {
1990
+ border-bottom: 0;
1991
+ }
1992
+ .wpdevbk .nav-tabs.nav-stacked > li > a {
1993
+ border: 1px solid #ddd;
1994
+ -webkit-border-radius: 0;
1995
+ -moz-border-radius: 0;
1996
+ border-radius: 0;
1997
+ }
1998
+ .wpdevbk .nav-tabs.nav-stacked > li:first-child > a {
1999
+ -webkit-border-radius: 4px 4px 0 0;
2000
+ -moz-border-radius: 4px 4px 0 0;
2001
+ border-radius: 4px 4px 0 0;
2002
+ }
2003
+ .wpdevbk .nav-tabs.nav-stacked > li:last-child > a {
2004
+ -webkit-border-radius: 0 0 4px 4px;
2005
+ -moz-border-radius: 0 0 4px 4px;
2006
+ border-radius: 0 0 4px 4px;
2007
+ }
2008
+ .wpdevbk .nav-tabs.nav-stacked > li > a:hover {
2009
+ border-color: #ddd;
2010
+ z-index: 2;
2011
+ }
2012
+ .wpdevbk .nav-pills.nav-stacked > li > a {
2013
+ margin-bottom: 3px;
2014
+ }
2015
+ .wpdevbk .nav-pills.nav-stacked > li:last-child > a {
2016
+ margin-bottom: 1px;
2017
+ }
2018
+ .wpdevbk .nav-tabs .dropdown-menu, .wpdevbk .nav-pills .dropdown-menu {
2019
+ margin-top: 1px;
2020
+ border-width: 1px;
2021
+ }
2022
+ .wpdevbk .nav-pills .dropdown-menu {
2023
+ -webkit-border-radius: 4px;
2024
+ -moz-border-radius: 4px;
2025
+ border-radius: 4px;
2026
+ }
2027
+ .wpdevbk .nav-tabs .dropdown-toggle .caret, .wpdevbk .nav-pills .dropdown-toggle .caret {
2028
+ border-top-color: #0088cc;
2029
+ margin-top: 6px;
2030
+ }
2031
+ .wpdevbk .nav-tabs .dropdown-toggle:hover .caret, .wpdevbk .nav-pills .dropdown-toggle:hover .caret {
2032
+ border-top-color: #005580;
2033
+ }
2034
+ .wpdevbk .nav-tabs .active .dropdown-toggle .caret, .wpdevbk .nav-pills .active .dropdown-toggle .caret {
2035
+ border-top-color: #333333;
2036
+ }
2037
+ .wpdevbk .nav > .dropdown.active > a:hover {
2038
+ color: #000000;
2039
+ cursor: pointer;
2040
+ }
2041
+ .wpdevbk .nav-tabs .open .dropdown-toggle, .wpdevbk .nav-pills .open .dropdown-toggle, .wpdevbk .nav > .open.active > a:hover {
2042
+ color: #ffffff;
2043
+ background-color: #999999;
2044
+ border-color: #999999;
2045
+ }
2046
+ .wpdevbk .nav .open .caret, .wpdevbk .nav .open.active .caret, .wpdevbk .nav .open a:hover .caret {
2047
+ border-top-color: #ffffff;
2048
+ opacity: 1;
2049
+ filter: alpha(opacity=100);
2050
+ }
2051
+ .wpdevbk .tabs-stacked .open > a:hover {
2052
+ border-color: #999999;
2053
+ }
2054
+ .wpdevbk .tabbable {
2055
+ *zoom: 1;
2056
+ }
2057
+ .wpdevbk .tabbable:before, .wpdevbk .tabbable:after {
2058
+ display: table;
2059
+ content: "";
2060
+ }
2061
+ .wpdevbk .tabbable:after {
2062
+ clear: both;
2063
+ }
2064
+ .wpdevbk .tabs-below .nav-tabs, .wpdevbk .tabs-right .nav-tabs, .wpdevbk .tabs-left .nav-tabs {
2065
+ border-bottom: 0;
2066
+ }
2067
+ .wpdevbk .tab-content > .tab-pane, .wpdevbk .pill-content > .pill-pane {
2068
+ display: none;
2069
+ }
2070
+ .wpdevbk .tab-content > .active, .wpdevbk .pill-content > .active {
2071
+ display: block;
2072
+ }
2073
+ .wpdevbk .tabs-below .nav-tabs {
2074
+ border-top: 1px solid #ddd;
2075
+ }
2076
+ .wpdevbk .tabs-below .nav-tabs > li {
2077
+ margin-top: -1px;
2078
+ margin-bottom: 0;
2079
+ }
2080
+ .wpdevbk .tabs-below .nav-tabs > li > a {
2081
+ -webkit-border-radius: 0 0 4px 4px;
2082
+ -moz-border-radius: 0 0 4px 4px;
2083
+ border-radius: 0 0 4px 4px;
2084
+ }
2085
+ .wpdevbk .tabs-below .nav-tabs > li > a:hover {
2086
+ border-bottom-color: transparent;
2087
+ border-top-color: #ddd;
2088
+ }
2089
+ .wpdevbk .tabs-below .nav-tabs .active > a, .wpdevbk .tabs-below .nav-tabs .active > a:hover {
2090
+ border-color: transparent #ddd #ddd #ddd;
2091
+ }
2092
+ .wpdevbk .tabs-left .nav-tabs > li, .wpdevbk .tabs-right .nav-tabs > li {
2093
+ float: none;
2094
+ }
2095
+ .wpdevbk .tabs-left .nav-tabs > li > a, .wpdevbk .tabs-right .nav-tabs > li > a {
2096
+ min-width: 74px;
2097
+ margin-right: 0;
2098
+ margin-bottom: 3px;
2099
+ }
2100
+ .wpdevbk .tabs-left .nav-tabs {
2101
+ float: left;
2102
+ margin-right: 19px;
2103
+ border-right: 1px solid #ddd;
2104
+ }
2105
+ .wpdevbk .tabs-left .nav-tabs > li > a {
2106
+ margin-right: -1px;
2107
+ -webkit-border-radius: 4px 0 0 4px;
2108
+ -moz-border-radius: 4px 0 0 4px;
2109
+ border-radius: 4px 0 0 4px;
2110
+ }
2111
+ .wpdevbk .tabs-left .nav-tabs > li > a:hover {
2112
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2113
+ }
2114
+ .wpdevbk .tabs-left .nav-tabs .active > a, .wpdevbk .tabs-left .nav-tabs .active > a:hover {
2115
+ border-color: #ddd transparent #ddd #ddd;
2116
+ *border-right-color: #ffffff;
2117
+ }
2118
+ .wpdevbk .tabs-right .nav-tabs {
2119
+ float: right;
2120
+ margin-left: 19px;
2121
+ border-left: 1px solid #ddd;
2122
+ }
2123
+ .wpdevbk .tabs-right .nav-tabs > li > a {
2124
+ margin-left: -1px;
2125
+ -webkit-border-radius: 0 4px 4px 0;
2126
+ -moz-border-radius: 0 4px 4px 0;
2127
+ border-radius: 0 4px 4px 0;
2128
+ }
2129
+ .wpdevbk .tabs-right .nav-tabs > li > a:hover {
2130
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2131
+ }
2132
+ .wpdevbk .tabs-right .nav-tabs .active > a, .wpdevbk .tabs-right .nav-tabs .active > a:hover {
2133
+ border-color: #ddd #ddd #ddd transparent;
2134
+ *border-left-color: #ffffff;
2135
+ }
2136
+ .wpdevbk .navbar {
2137
+ overflow: visible;
2138
+ margin-bottom: 18px;
2139
+ }
2140
+ .wpdevbk .navbar-inner {
2141
+ padding-left: 20px;
2142
+ padding-right: 20px;
2143
+ background-color: #2c2c2c;
2144
+ background-image: -moz-linear-gradient(top, #333333, #222222);
2145
+ background-image: -ms-linear-gradient(top, #333333, #222222);
2146
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2147
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
2148
+ background-image: -o-linear-gradient(top, #333333, #222222);
2149
+ background-image: linear-gradient(top, #333333, #222222);
2150
+ background-repeat: repeat-x;
2151
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2152
+ -webkit-border-radius: 4px;
2153
+ -moz-border-radius: 4px;
2154
+ border-radius: 4px;
2155
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2156
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2157
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2158
+ }
2159
+ .wpdevbk .btn-navbar {
2160
+ display: none;
2161
+ float: right;
2162
+ padding: 7px 10px;
2163
+ margin-left: 5px;
2164
+ margin-right: 5px;
2165
+ background-color: #2c2c2c;
2166
+ background-image: -moz-linear-gradient(top, #333333, #222222);
2167
+ background-image: -ms-linear-gradient(top, #333333, #222222);
2168
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2169
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
2170
+ background-image: -o-linear-gradient(top, #333333, #222222);
2171
+ background-image: linear-gradient(top, #333333, #222222);
2172
+ background-repeat: repeat-x;
2173
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2174
+ border-color: #222222 #222222 #000000;
2175
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2176
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2177
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2178
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2179
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2180
+ }
2181
+ .wpdevbk .btn-navbar:hover,
2182
+ .wpdevbk .btn-navbar:active,
2183
+ .wpdevbk .btn-navbar.active,
2184
+ .wpdevbk .btn-navbar.disabled,
2185
+ .wpdevbk .btn-navbar[disabled] {
2186
+ background-color: #222222;
2187
+ }
2188
+ .wpdevbk .btn-navbar:active, .wpdevbk .btn-navbar.active {
2189
+ background-color: #080808 \9;
2190
+ }
2191
+ .wpdevbk .btn-navbar .icon-bar {
2192
+ display: block;
2193
+ width: 18px;
2194
+ height: 2px;
2195
+ background-color: #f5f5f5;
2196
+ -webkit-border-radius: 1px;
2197
+ -moz-border-radius: 1px;
2198
+ border-radius: 1px;
2199
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2200
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2201
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2202
+ }
2203
+ .wpdevbk .btn-navbar .icon-bar + .icon-bar {
2204
+ margin-top: 3px;
2205
+ }
2206
+ .wpdevbk .nav-collapse.collapse {
2207
+ height: auto;
2208
+ }
2209
+ .wpdevbk .navbar .brand:hover {
2210
+ text-decoration: none;
2211
+ }
2212
+ .wpdevbk .navbar .brand {
2213
+ float: left;
2214
+ display: block;
2215
+ padding: 8px 20px 12px;
2216
+ margin-left: -20px;
2217
+ font-size: 20px;
2218
+ font-weight: 200;
2219
+ line-height: 1;
2220
+ color: #ffffff;
2221
+ }
2222
+ .wpdevbk .navbar .navbar-text {
2223
+ margin-bottom: 0;
2224
+ line-height: 40px;
2225
+ color: #999999;
2226
+ }
2227
+ .wpdevbk .navbar .navbar-text a:hover {
2228
+ color: #ffffff;
2229
+ background-color: transparent;
2230
+ }
2231
+ .wpdevbk .navbar .btn, .wpdevbk .navbar .btn-group {
2232
+ margin-top: 5px;
2233
+ }
2234
+ .wpdevbk .navbar .btn-group .btn {
2235
+ margin-top: 0;
2236
+ }
2237
+ .wpdevbk .navbar-form {
2238
+ margin-bottom: 0;
2239
+ *zoom: 1;
2240
+ }
2241
+ .wpdevbk .navbar-form:before, .wpdevbk .navbar-form:after {
2242
+ display: table;
2243
+ content: "";
2244
+ }
2245
+ .wpdevbk .navbar-form:after {
2246
+ clear: both;
2247
+ }
2248
+ .wpdevbk .navbar-form input, .wpdevbk .navbar-form select {
2249
+ display: inline-block;
2250
+ margin-top: 5px;
2251
+ margin-bottom: 0;
2252
+ }
2253
+ .wpdevbk .navbar-form .radio, .wpdevbk .navbar-form .checkbox {
2254
+ margin-top: 5px;
2255
+ }
2256
+ .wpdevbk .navbar-form input[type="image"], .wpdevbk .navbar-form input[type="checkbox"], .wpdevbk .navbar-form input[type="radio"] {
2257
+ margin-top: 3px;
2258
+ }
2259
+ .wpdevbk .navbar-search {
2260
+ position: relative;
2261
+ float: left;
2262
+ margin-top: 6px;
2263
+ margin-bottom: 0;
2264
+ }
2265
+ .wpdevbk .navbar-search .search-query {
2266
+ padding: 4px 9px;
2267
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2268
+ font-size: 13px;
2269
+ font-weight: normal;
2270
+ line-height: 1;
2271
+ color: #ffffff;
2272
+ color: rgba(255, 255, 255, 0.75);
2273
+ background: #666;
2274
+ background: rgba(255, 255, 255, 0.3);
2275
+ border: 1px solid #111;
2276
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2277
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2278
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2279
+ -webkit-transition: none;
2280
+ -moz-transition: none;
2281
+ -ms-transition: none;
2282
+ -o-transition: none;
2283
+ transition: none;
2284
+ }
2285
+ .wpdevbk .navbar-search .search-query :-moz-placeholder {
2286
+ color: #eeeeee;
2287
+ }
2288
+ .wpdevbk .navbar-search .search-query::-webkit-input-placeholder {
2289
+ color: #eeeeee;
2290
+ }
2291
+ .wpdevbk .navbar-search .search-query:hover {
2292
+ color: #ffffff;
2293
+ background-color: #999999;
2294
+ background-color: rgba(255, 255, 255, 0.5);
2295
+ }
2296
+ .wpdevbk .navbar-search .search-query:focus, .wpdevbk .navbar-search .search-query.focused {
2297
+ padding: 5px 10px;
2298
+ color: #333333;
2299
+ text-shadow: 0 1px 0 #ffffff;
2300
+ background-color: #ffffff;
2301
+ border: 0;
2302
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2303
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2304
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2305
+ outline: 0;
2306
+ }
2307
+ .wpdevbk .navbar-fixed-top {
2308
+ position: fixed;
2309
+ top: 0;
2310
+ right: 0;
2311
+ left: 0;
2312
+ z-index: 1030;
2313
+ }
2314
+ .wpdevbk .navbar-fixed-top .navbar-inner {
2315
+ padding-left: 0;
2316
+ padding-right: 0;
2317
+ -webkit-border-radius: 0;
2318
+ -moz-border-radius: 0;
2319
+ border-radius: 0;
2320
+ }
2321
+ .wpdevbk .navbar .nav {
2322
+ position: relative;
2323
+ left: 0;
2324
+ display: block;
2325
+ float: left;
2326
+ margin: 0 10px 0 0;
2327
+ }
2328
+ .wpdevbk .navbar .nav.pull-right {
2329
+ float: right;
2330
+ }
2331
+ .wpdevbk .navbar .nav > li {
2332
+ display: block;
2333
+ float: left;
2334
+ }
2335
+ .wpdevbk .navbar .nav > li > a {
2336
+ float: none;
2337
+ padding: 10px 10px 11px;
2338
+ line-height: 19px;
2339
+ color: #999999;
2340
+ text-decoration: none;
2341
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2342
+ }
2343
+ .wpdevbk .navbar .nav > li > a:hover {
2344
+ background-color: transparent;
2345
+ color: #ffffff;
2346
+ text-decoration: none;
2347
+ }
2348
+ .wpdevbk .navbar .nav .active > a, .wpdevbk .navbar .nav .active > a:hover {
2349
+ color: #ffffff;
2350
+ text-decoration: none;
2351
+ background-color: #222222;
2352
+ background-color: rgba(0, 0, 0, 0.5);
2353
+ }
2354
+ .wpdevbk .navbar .divider-vertical {
2355
+ height: 40px;
2356
+ width: 1px;
2357
+ margin: 0 9px;
2358
+ overflow: hidden;
2359
+ background-color: #222222;
2360
+ border-right: 1px solid #333333;
2361
+ }
2362
+ .wpdevbk .navbar .nav.pull-right {
2363
+ margin-left: 10px;
2364
+ margin-right: 0;
2365
+ }
2366
+ .wpdevbk .navbar .dropdown-menu {
2367
+ margin-top: 1px;
2368
+ -webkit-border-radius: 4px;
2369
+ -moz-border-radius: 4px;
2370
+ border-radius: 4px;
2371
+ }
2372
+ .wpdevbk .navbar .dropdown-menu:before {
2373
+ content: '';
2374
+ display: inline-block;
2375
+ border-left: 7px solid transparent;
2376
+ border-right: 7px solid transparent;
2377
+ border-bottom: 7px solid #ccc;
2378
+ border-bottom-color: rgba(0, 0, 0, 0.2);
2379
+ position: absolute;
2380
+ top: -7px;
2381
+ left: 9px;
2382
+ }
2383
+ .wpdevbk .navbar .dropdown-menu:after {
2384
+ content: '';
2385
+ display: inline-block;
2386
+ border-left: 6px solid transparent;
2387
+ border-right: 6px solid transparent;
2388
+ border-bottom: 6px solid #ffffff;
2389
+ position: absolute;
2390
+ top: -6px;
2391
+ left: 10px;
2392
+ }
2393
+ .wpdevbk .navbar .nav .dropdown-toggle .caret, .wpdevbk .navbar .nav .open.dropdown .caret {
2394
+ border-top-color: #ffffff;
2395
+ }
2396
+ .wpdevbk .navbar .nav .active .caret {
2397
+ opacity: 1;
2398
+ filter: alpha(opacity=100);
2399
+ }
2400
+ .wpdevbk .navbar .nav .open > .dropdown-toggle, .wpdevbk .navbar .nav .active > .dropdown-toggle, .wpdevbk .navbar .nav .open.active > .dropdown-toggle {
2401
+ background-color: transparent;
2402
+ }
2403
+ .wpdevbk .navbar .nav .active > .dropdown-toggle:hover {
2404
+ color: #ffffff;
2405
+ }
2406
+ .wpdevbk .navbar .nav.pull-right .dropdown-menu {
2407
+ left: auto;
2408
+ right: 0;
2409
+ }
2410
+ .wpdevbk .navbar .nav.pull-right .dropdown-menu:before {
2411
+ left: auto;
2412
+ right: 12px;
2413
+ }
2414
+ .wpdevbk .navbar .nav.pull-right .dropdown-menu:after {
2415
+ left: auto;
2416
+ right: 13px;
2417
+ }
2418
+ .wpdevbk .breadcrumb {
2419
+ padding: 7px 14px;
2420
+ margin: 0 0 18px;
2421
+ background-color: #fbfbfb;
2422
+ background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
2423
+ background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
2424
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
2425
+ background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
2426
+ background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
2427
+ background-image: linear-gradient(top, #ffffff, #f5f5f5);
2428
+ background-repeat: repeat-x;
2429
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
2430
+ border: 1px solid #ddd;
2431
+ -webkit-border-radius: 3px;
2432
+ -moz-border-radius: 3px;
2433
+ border-radius: 3px;
2434
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
2435
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
2436
+ box-shadow: inset 0 1px 0 #ffffff;
2437
+ }
2438
+ .wpdevbk .breadcrumb li {
2439
+ display: inline;
2440
+ text-shadow: 0 1px 0 #ffffff;
2441
+ }
2442
+ .wpdevbk .breadcrumb .divider {
2443
+ padding: 0 5px;
2444
+ color: #999999;
2445
+ }
2446
+ .wpdevbk .breadcrumb .active a {
2447
+ color: #333333;
2448
+ }
2449
+ .wpdevbk .pagination {
2450
+ height: 36px;
2451
+ margin: 18px 0;
2452
+ }
2453
+ .wpdevbk .pagination ul {
2454
+ display: inline-block;
2455
+ *display: inline;
2456
+ /* IE7 inline-block hack */
2457
+
2458
+ *zoom: 1;
2459
+ margin-left: 0;
2460
+ margin-bottom: 0;
2461
+ -webkit-border-radius: 3px;
2462
+ -moz-border-radius: 3px;
2463
+ border-radius: 3px;
2464
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
2465
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
2466
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
2467
+ }
2468
+ .wpdevbk .pagination li {
2469
+ display: inline;
2470
+ }
2471
+ .wpdevbk .pagination a {
2472
+ float: left;
2473
+ padding: 0 14px;
2474
+ line-height: 34px;
2475
+ text-decoration: none;
2476
+ border: 1px solid #ddd;
2477
+ border-left-width: 0;
2478
+ }
2479
+ .wpdevbk .pagination a:hover, .wpdevbk .pagination .active a {
2480
+ background-color: #f5f5f5;
2481
+ }
2482
+ .wpdevbk .pagination .active a {
2483
+ color: #999999;
2484
+ cursor: default;
2485
+ }
2486
+ .wpdevbk .pagination .disabled a, .wpdevbk .pagination .disabled a:hover {
2487
+ color: #999999;
2488
+ background-color: transparent;
2489
+ cursor: default;
2490
+ }
2491
+ .wpdevbk .pagination li:first-child a {
2492
+ border-left-width: 1px;
2493
+ -webkit-border-radius: 3px 0 0 3px;
2494
+ -moz-border-radius: 3px 0 0 3px;
2495
+ border-radius: 3px 0 0 3px;
2496
+ }
2497
+ .wpdevbk .pagination li:last-child a {
2498
+ -webkit-border-radius: 0 3px 3px 0;
2499
+ -moz-border-radius: 0 3px 3px 0;
2500
+ border-radius: 0 3px 3px 0;
2501
+ }
2502
+ .wpdevbk .pagination-centered {
2503
+ text-align: center;
2504
+ }
2505
+ .wpdevbk .pagination-right {
2506
+ text-align: right;
2507
+ }
2508
+ .wpdevbk .pager {
2509
+ margin-left: 0;
2510
+ margin-bottom: 18px;
2511
+ list-style: none;
2512
+ text-align: center;
2513
+ *zoom: 1;
2514
+ }
2515
+ .wpdevbk .pager:before, .wpdevbk .pager:after {
2516
+ display: table;
2517
+ content: "";
2518
+ }
2519
+ .wpdevbk .pager:after {
2520
+ clear: both;
2521
+ }
2522
+ .wpdevbk .pager li {
2523
+ display: inline;
2524
+ }
2525
+ .wpdevbk .pager a {
2526
+ display: inline-block;
2527
+ padding: 5px 14px;
2528
+ background-color: #fff;
2529
+ border: 1px solid #ddd;
2530
+ -webkit-border-radius: 15px;
2531
+ -moz-border-radius: 15px;
2532
+ border-radius: 15px;
2533
+ }
2534
+ .wpdevbk .pager a:hover {
2535
+ text-decoration: none;
2536
+ background-color: #f5f5f5;
2537
+ }
2538
+ .wpdevbk .pager .next a {
2539
+ float: right;
2540
+ }
2541
+ .wpdevbk .pager .previous a {
2542
+ float: left;
2543
+ }
2544
+ .wpdevbk .thumbnails {
2545
+ margin-left: -20px;
2546
+ list-style: none;
2547
+ *zoom: 1;
2548
+ }
2549
+ .wpdevbk .thumbnails:before, .wpdevbk .thumbnails:after {
2550
+ display: table;
2551
+ content: "";
2552
+ }
2553
+ .wpdevbk .thumbnails:after {
2554
+ clear: both;
2555
+ }
2556
+ .wpdevbk .thumbnails > li {
2557
+ float: left;
2558
+ margin: 0 0 18px 20px;
2559
+ }
2560
+ .wpdevbk .thumbnail {
2561
+ display: block;
2562
+ padding: 4px;
2563
+ line-height: 1;
2564
+ border: 1px solid #ddd;
2565
+ -webkit-border-radius: 4px;
2566
+ -moz-border-radius: 4px;
2567
+ border-radius: 4px;
2568
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
2569
+ -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
2570
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
2571
+ }
2572
+ .wpdevbk a.thumbnail:hover {
2573
+ border-color: #0088cc;
2574
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2575
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2576
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2577
+ }
2578
+ .wpdevbk .thumbnail > img {
2579
+ display: block;
2580
+ max-width: 100%;
2581
+ margin-left: auto;
2582
+ margin-right: auto;
2583
+ }
2584
+ .wpdevbk .thumbnail .caption {
2585
+ padding: 9px;
2586
+ }
2587
+ .wpdevbk .alert {
2588
+ padding: 8px 35px 8px 14px;
2589
+ margin-bottom: 18px;
2590
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2591
+ background-color: #fcf8e3;
2592
+ border: 1px solid #fbeed5;
2593
+ -webkit-border-radius: 4px;
2594
+ -moz-border-radius: 4px;
2595
+ border-radius: 4px;
2596
+ }
2597
+ .wpdevbk .alert, .wpdevbk .alert-heading {
2598
+ color: #c09853;
2599
+ }
2600
+ .wpdevbk .alert .close {
2601
+ position: relative;
2602
+ top: -2px;
2603
+ right: -21px;
2604
+ line-height: 18px;
2605
+ }
2606
+ .wpdevbk .alert-success {
2607
+ background-color: #dff0d8;
2608
+ border-color: #d6e9c6;
2609
+ }
2610
+ .wpdevbk .alert-success, .wpdevbk .alert-success .alert-heading {
2611
+ color: #468847;
2612
+ }
2613
+ .wpdevbk .alert-danger, .wpdevbk .alert-error {
2614
+ background-color: #f2dede;
2615
+ border-color: #eed3d7;
2616
+ }
2617
+ .wpdevbk .alert-danger,
2618
+ .wpdevbk .alert-error,
2619
+ .wpdevbk .alert-danger .alert-heading,
2620
+ .wpdevbk .alert-error .alert-heading {
2621
+ color: #b94a48;
2622
+ }
2623
+ .wpdevbk .alert-info {
2624
+ background-color: #d9edf7;
2625
+ border-color: #bce8f1;
2626
+ }
2627
+ .wpdevbk .alert-info, .wpdevbk .alert-info .alert-heading {
2628
+ color: #3a87ad;
2629
+ }
2630
+ .wpdevbk .alert-block {
2631
+ padding-top: 14px;
2632
+ padding-bottom: 14px;
2633
+ }
2634
+ .wpdevbk .alert-block > p, .wpdevbk .alert-block > ul {
2635
+ margin-bottom: 0;
2636
+ }
2637
+ .wpdevbk .alert-block p + p {
2638
+ margin-top: 5px;
2639
+ }
2640
+ .wpdevbk @-webkit-keyframes progress-bar-stripes {
2641
+ from {
2642
+ background-position: 0 0;
2643
+ }
2644
+ to {
2645
+ background-position: 40px 0;
2646
+ }
2647
+ }
2648
+ .wpdevbk @-moz-keyframes progress-bar-stripes {
2649
+ from {
2650
+ background-position: 0 0;
2651
+ }
2652
+ to {
2653
+ background-position: 40px 0;
2654
+ }
2655
+ }
2656
+ .wpdevbk @keyframes progress-bar-stripes {
2657
+ from {
2658
+ background-position: 0 0;
2659
+ }
2660
+ to {
2661
+ background-position: 40px 0;
2662
+ }
2663
+ }
2664
+ .wpdevbk .progress {
2665
+ overflow: hidden;
2666
+ height: 18px;
2667
+ margin-bottom: 18px;
2668
+ background-color: #f7f7f7;
2669
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
2670
+ background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
2671
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
2672
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
2673
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
2674
+ background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
2675
+ background-repeat: repeat-x;
2676
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
2677
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2678
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2679
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2680
+ -webkit-border-radius: 4px;
2681
+ -moz-border-radius: 4px;
2682
+ border-radius: 4px;
2683
+ }
2684
+ .wpdevbk .progress .bar {
2685
+ width: 0%;
2686
+ height: 18px;
2687
+ color: #ffffff;
2688
+ font-size: 12px;
2689
+ text-align: center;
2690
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2691
+ background-color: #0e90d2;
2692
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
2693
+ background-image: -ms-linear-gradient(top, #149bdf, #0480be);
2694
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
2695
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
2696
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
2697
+ background-image: linear-gradient(top, #149bdf, #0480be);
2698
+ background-repeat: repeat-x;
2699
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
2700
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
2701
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
2702
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
2703
+ -webkit-box-sizing: border-box;
2704
+ -moz-box-sizing: border-box;
2705
+ box-sizing: border-box;
2706
+ -webkit-transition: width 0.6s ease;
2707
+ -moz-transition: width 0.6s ease;
2708
+ -ms-transition: width 0.6s ease;
2709
+ -o-transition: width 0.6s ease;
2710
+ transition: width 0.6s ease;
2711
+ }
2712
+ .wpdevbk .progress-striped .bar {
2713
+ background-color: #62c462;
2714
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
2715
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2716
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2717
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2718
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2719
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2720
+ -webkit-background-size: 40px 40px;
2721
+ -moz-background-size: 40px 40px;
2722
+ -o-background-size: 40px 40px;
2723
+ background-size: 40px 40px;
2724
+ }
2725
+ .wpdevbk .progress.active .bar {
2726
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
2727
+ -moz-animation: progress-bar-stripes 2s linear infinite;
2728
+ animation: progress-bar-stripes 2s linear infinite;
2729
+ }
2730
+ .wpdevbk .progress-danger .bar {
2731
+ background-color: #dd514c;
2732
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
2733
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2734
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
2735
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
2736
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
2737
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
2738
+ background-repeat: repeat-x;
2739
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
2740
+ }
2741
+ .wpdevbk .progress-danger.progress-striped .bar {
2742
+ background-color: #ee5f5b;
2743
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
2744
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2745
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2746
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2747
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2748
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2749
+ }
2750
+ .wpdevbk .progress-success .bar {
2751
+ background-color: #5eb95e;
2752
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
2753
+ background-image: -ms-linear-gradient(top, #62c462, #57a957);
2754
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
2755
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
2756
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
2757
+ background-image: linear-gradient(top, #62c462, #57a957);
2758
+ background-repeat: repeat-x;
2759
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
2760
+ }
2761
+ .wpdevbk .progress-success.progress-striped .bar {
2762
+ background-color: #62c462;
2763
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
2764
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2765
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2766
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2767
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2768
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2769
+ }
2770
+ .wpdevbk .progress-info .bar {
2771
+ background-color: #4bb1cf;
2772
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
2773
+ background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2774
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
2775
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
2776
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
2777
+ background-image: linear-gradient(top, #5bc0de, #339bb9);
2778
+ background-repeat: repeat-x;
2779
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
2780
+ }
2781
+ .wpdevbk .progress-info.progress-striped .bar {
2782
+ background-color: #5bc0de;
2783
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
2784
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2785
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2786
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2787
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2788
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
2789
+ }
2790
+ .wpdevbk .hero-unit {
2791
+ padding: 60px;
2792
+ margin-bottom: 30px;
2793
+ background-color: #f5f5f5;
2794
+ -webkit-border-radius: 6px;
2795
+ -moz-border-radius: 6px;
2796
+ border-radius: 6px;
2797
+ }
2798
+ .wpdevbk .hero-unit h1 {
2799
+ margin-bottom: 0;
2800
+ font-size: 60px;
2801
+ line-height: 1;
2802
+ letter-spacing: -1px;
2803
+ }
2804
+ .wpdevbk .hero-unit p {
2805
+ font-size: 18px;
2806
+ font-weight: 200;
2807
+ line-height: 27px;
2808
+ }
2809
+ .wpdevbk.tooltip {
2810
+ position: absolute;
2811
+ z-index: 1020;
2812
+ display: block;
2813
+ visibility: visible;
2814
+ padding: 5px;
2815
+ font-size: 11px;
2816
+ opacity: 0;
2817
+ filter: alpha(opacity=0);
2818
+ }
2819
+ .wpdevbk.tooltip.in {
2820
+ opacity: 0.8;
2821
+ filter: alpha(opacity=80);
2822
+ }
2823
+ .wpdevbk.tooltip.top {
2824
+ margin-top: -2px;
2825
+ }
2826
+ .wpdevbk.tooltip.right {
2827
+ margin-left: 2px;
2828
+ }
2829
+ .wpdevbk.tooltip.bottom {
2830
+ margin-top: 2px;
2831
+ }
2832
+ .wpdevbk.tooltip.left {
2833
+ margin-left: -2px;
2834
+ }
2835
+ .wpdevbk.tooltip.top .tooltip-arrow {
2836
+ bottom: 0;
2837
+ left: 50%;
2838
+ margin-left: -5px;
2839
+ border-left: 5px solid transparent;
2840
+ border-right: 5px solid transparent;
2841
+ border-top: 5px solid #000000;
2842
+ }
2843
+ .wpdevbk.tooltip.left .tooltip-arrow {
2844
+ top: 50%;
2845
+ right: 0;
2846
+ margin-top: -5px;
2847
+ border-top: 5px solid transparent;
2848
+ border-bottom: 5px solid transparent;
2849
+ border-left: 5px solid #000000;
2850
+ }
2851
+ .wpdevbk.tooltip.bottom .tooltip-arrow {
2852
+ top: 0;
2853
+ left: 50%;
2854
+ margin-left: -5px;
2855
+ border-left: 5px solid transparent;
2856
+ border-right: 5px solid transparent;
2857
+ border-bottom: 5px solid #000000;
2858
+ }
2859
+ .wpdevbk.tooltip.right .tooltip-arrow {
2860
+ top: 50%;
2861
+ left: 0;
2862
+ margin-top: -5px;
2863
+ border-top: 5px solid transparent;
2864
+ border-bottom: 5px solid transparent;
2865
+ border-right: 5px solid #000000;
2866
+ }
2867
+ .wpdevbk .tooltip-inner {
2868
+ max-width: 200px;
2869
+ padding: 3px 8px;
2870
+ color: #ffffff;
2871
+ text-align: center;
2872
+ text-decoration: none;
2873
+ background-color: #000000;
2874
+ -webkit-border-radius: 4px;
2875
+ -moz-border-radius: 4px;
2876
+ border-radius: 4px;
2877
+ }
2878
+ .wpdevbk .tooltip-arrow {
2879
+ position: absolute;
2880
+ width: 0;
2881
+ height: 0;
2882
+ }
2883
+ .wpdevbk.popover {
2884
+ position: absolute;
2885
+ top: 0;
2886
+ left: 0;
2887
+ z-index: 1010;
2888
+ display: none;
2889
+ padding: 5px;
2890
+ }
2891
+ .wpdevbk.popover.top {
2892
+ margin-top: -5px;
2893
+ }
2894
+ .wpdevbk.popover.right {
2895
+ margin-left: 5px;
2896
+ }
2897
+ .wpdevbk.popover.bottom {
2898
+ margin-top: 5px;
2899
+ }
2900
+ .wpdevbk.popover.left {
2901
+ margin-left: -5px;
2902
+ }
2903
+ .wpdevbk.popover.top .arrow {
2904
+ bottom: 0;
2905
+ left: 50%;
2906
+ margin-left: -5px;
2907
+ border-left: 5px solid transparent;
2908
+ border-right: 5px solid transparent;
2909
+ border-top: 5px solid #000000;
2910
+ }
2911
+ .wpdevbk.popover.right .arrow {
2912
+ top: 50%;
2913
+ left: 0;
2914
+ margin-top: -5px;
2915
+ border-top: 5px solid transparent;
2916
+ border-bottom: 5px solid transparent;
2917
+ border-right: 5px solid #000000;
2918
+ }
2919
+ .wpdevbk.popover.bottom .arrow {
2920
+ top: 0;
2921
+ left: 50%;
2922
+ margin-left: -5px;
2923
+ border-left: 5px solid transparent;
2924
+ border-right: 5px solid transparent;
2925
+ border-bottom: 5px solid #000000;
2926
+ }
2927
+ .wpdevbk.popover.left .arrow {
2928
+ top: 50%;
2929
+ right: 0;
2930
+ margin-top: -5px;
2931
+ border-top: 5px solid transparent;
2932
+ border-bottom: 5px solid transparent;
2933
+ border-left: 5px solid #000000;
2934
+ }
2935
+ .wpdevbk.popover .arrow {
2936
+ position: absolute;
2937
+ width: 0;
2938
+ height: 0;
2939
+ }
2940
+ .wpdevbk .popover-inner {
2941
+ padding: 3px;
2942
+ width: 280px;
2943
+ overflow: hidden;
2944
+ background: #000000;
2945
+ background: rgba(0, 0, 0, 0.8);
2946
+ -webkit-border-radius: 6px;
2947
+ -moz-border-radius: 6px;
2948
+ border-radius: 6px;
2949
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2950
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2951
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2952
+ }
2953
+ .wpdevbk .popover-title {
2954
+ padding: 9px 15px;
2955
+ line-height: 1;
2956
+ background-color: #f5f5f5;
2957
+ border-bottom: 1px solid #eee;
2958
+ -webkit-border-radius: 3px 3px 0 0;
2959
+ -moz-border-radius: 3px 3px 0 0;
2960
+ border-radius: 3px 3px 0 0;
2961
+ }
2962
+ .wpdevbk .popover-content {
2963
+ padding: 14px;
2964
+ background-color: #ffffff;
2965
+ -webkit-border-radius: 0 0 3px 3px;
2966
+ -moz-border-radius: 0 0 3px 3px;
2967
+ border-radius: 0 0 3px 3px;
2968
+ -webkit-background-clip: padding-box;
2969
+ -moz-background-clip: padding-box;
2970
+ background-clip: padding-box;
2971
+ }
2972
+ .wpdevbk .popover-content p, .wpdevbk .popover-content ul, .wpdevbk .popover-content ol {
2973
+ margin-bottom: 0;
2974
+ }
2975
+ .wpdevbk .modal-open .dropdown-menu {
2976
+ z-index: 2050;
2977
+ }
2978
+ .wpdevbk .modal-open .dropdown.open {
2979
+ *z-index: 2050;
2980
+ }
2981
+ .wpdevbk .modal-open .popover {
2982
+ z-index: 2060;
2983
+ }
2984
+ .wpdevbk .modal-open .tooltip {
2985
+ z-index: 2070;
2986
+ }
2987
+ .wpdevbk .modal-backdrop {
2988
+ position: fixed;
2989
+ top: 0;
2990
+ right: 0;
2991
+ bottom: 0;
2992
+ left: 0;
2993
+ z-index: 1040;
2994
+ background-color: #000000;
2995
+ }
2996
+ .wpdevbk .modal-backdrop.fade {
2997
+ opacity: 0;
2998
+ }
2999
+ .wpdevbk .modal-backdrop, .wpdevbk .modal-backdrop.fade.in {
3000
+ opacity: 0.8;
3001
+ filter: alpha(opacity=80);
3002
+ }
3003
+ .wpdevbk .modal {
3004
+ position: fixed;
3005
+ top: 50%;
3006
+ left: 50%;
3007
+ z-index: 1050;
3008
+ max-height: 500px;
3009
+ overflow: auto;
3010
+ width: 560px;
3011
+ margin: -250px 0 0 -280px;
3012
+ background-color: #ffffff;
3013
+ border: 1px solid #999;
3014
+ border: 1px solid rgba(0, 0, 0, 0.3);
3015
+ *border: 1px solid #999;
3016
+ /* IE6-7 */
3017
+
3018
+ -webkit-border-radius: 6px;
3019
+ -moz-border-radius: 6px;
3020
+ border-radius: 6px;
3021
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3022
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3023
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3024
+ -webkit-background-clip: padding-box;
3025
+ -moz-background-clip: padding-box;
3026
+ background-clip: padding-box;
3027
+ }
3028
+ .wpdevbk .modal.fade {
3029
+ -webkit-transition: opacity .3s linear, top .3s ease-out;
3030
+ -moz-transition: opacity .3s linear, top .3s ease-out;
3031
+ -ms-transition: opacity .3s linear, top .3s ease-out;
3032
+ -o-transition: opacity .3s linear, top .3s ease-out;
3033
+ transition: opacity .3s linear, top .3s ease-out;
3034
+ top: -25%;
3035
+ }
3036
+ .wpdevbk .modal.fade.in {
3037
+ top: 50%;
3038
+ }
3039
+ .wpdevbk .modal-header {
3040
+ padding: 9px 15px;
3041
+ border-bottom: 1px solid #eee;
3042
+ }
3043
+ .wpdevbk .modal-header .close {
3044
+ margin-top: 2px;
3045
+ }
3046
+ .wpdevbk .modal-body {
3047
+ padding: 15px;
3048
+ }
3049
+ .wpdevbk .modal-footer {
3050
+ padding: 14px 15px 15px;
3051
+ margin-bottom: 0;
3052
+ background-color: #f5f5f5;
3053
+ border-top: 1px solid #ddd;
3054
+ -webkit-border-radius: 0 0 6px 6px;
3055
+ -moz-border-radius: 0 0 6px 6px;
3056
+ border-radius: 0 0 6px 6px;
3057
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
3058
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
3059
+ box-shadow: inset 0 1px 0 #ffffff;
3060
+ *zoom: 1;
3061
+ }
3062
+ .wpdevbk .modal-footer:before, .wpdevbk .modal-footer:after {
3063
+ display: table;
3064
+ content: "";
3065
+ }
3066
+ .wpdevbk .modal-footer:after {
3067
+ clear: both;
3068
+ }
3069
+ .wpdevbk .modal-footer .btn {
3070
+ float: right;
3071
+ margin-left: 5px;
3072
+ margin-bottom: 0;
3073
+ }
3074
+ .wpdevbk .dropdown {
3075
+ position: relative;
3076
+ }
3077
+ .wpdevbk .dropdown-toggle {
3078
+ *margin-bottom: -3px;
3079
+ }
3080
+ .wpdevbk .dropdown-toggle:active, .wpdevbk .open .dropdown-toggle {
3081
+ outline: 0;
3082
+ }
3083
+ .wpdevbk .caret {
3084
+ display: inline-block;
3085
+ width: 0;
3086
+ height: 0;
3087
+ text-indent: -99999px;
3088
+ *text-indent: 0;
3089
+ vertical-align: top;
3090
+ border-left: 4px solid transparent;
3091
+ border-right: 4px solid transparent;
3092
+ border-top: 4px solid #000000;
3093
+ opacity: 0.3;
3094
+ filter: alpha(opacity=30);
3095
+ content: "\2193";
3096
+ }
3097
+ .wpdevbk .dropdown .caret {
3098
+ margin-top: 8px;
3099
+ margin-left: 2px;
3100
+ }
3101
+ .wpdevbk .dropdown:hover .caret, .wpdevbk .open.dropdown .caret {
3102
+ opacity: 1;
3103
+ filter: alpha(opacity=100);
3104
+ }
3105
+ .wpdevbk .dropdown-menu {
3106
+ position: absolute;
3107
+ top: 100%;
3108
+ left: 0;
3109
+ z-index: 1000;
3110
+ float: left;
3111
+ display: none;
3112
+ min-width: 160px;
3113
+ max-width: 220px;
3114
+ _width: 160px;
3115
+ padding: 4px 0;
3116
+ margin: 0;
3117
+ list-style: none;
3118
+ background-color: #ffffff;
3119
+ border-color: #ccc;
3120
+ border-color: rgba(0, 0, 0, 0.2);
3121
+ border-style: solid;
3122
+ border-width: 1px;
3123
+ -webkit-border-radius: 0 0 5px 5px;
3124
+ -moz-border-radius: 0 0 5px 5px;
3125
+ border-radius: 0 0 5px 5px;
3126
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3127
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3128
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3129
+ -webkit-background-clip: padding-box;
3130
+ -moz-background-clip: padding;
3131
+ background-clip: padding-box;
3132
+ *border-right-width: 2px;
3133
+ *border-bottom-width: 2px;
3134
+ }
3135
+ .wpdevbk .dropdown-menu.bottom-up {
3136
+ top: auto;
3137
+ bottom: 100%;
3138
+ margin-bottom: 2px;
3139
+ }
3140
+ .wpdevbk .dropdown-menu .divider {
3141
+ height: 1px;
3142
+ margin: 5px 1px;
3143
+ overflow: hidden;
3144
+ background-color: #e5e5e5;
3145
+ border-bottom: 1px solid #ffffff;
3146
+ *width: 100%;
3147
+ *margin: -5px 0 5px;
3148
+ }
3149
+ .wpdevbk .dropdown-menu a {
3150
+ display: block;
3151
+ padding: 3px 15px;
3152
+ clear: both;
3153
+ font-weight: normal;
3154
+ line-height: 18px;
3155
+ color: #555555;
3156
+ white-space: nowrap;
3157
+ }
3158
+ .wpdevbk .dropdown-menu li > a:hover, .wpdevbk .dropdown-menu .active > a, .wpdevbk .dropdown-menu .active > a:hover {
3159
+ color: #ffffff;
3160
+ text-decoration: none;
3161
+ background-color: #0088cc;
3162
+ }
3163
+ .wpdevbk .dropdown.open {
3164
+ *z-index: 1000;
3165
+ }
3166
+ .wpdevbk .dropdown.open .dropdown-toggle {
3167
+ color: #ffffff;
3168
+ background: #ccc;
3169
+ background: rgba(0, 0, 0, 0.3);
3170
+ }
3171
+ .wpdevbk .dropdown.open .dropdown-menu {
3172
+ display: block;
3173
+ }
3174
+ .wpdevbk .typeahead {
3175
+ margin-top: 2px;
3176
+ -webkit-border-radius: 4px;
3177
+ -moz-border-radius: 4px;
3178
+ border-radius: 4px;
3179
+ }
3180
+ .wpdevbk .accordion {
3181
+ margin-bottom: 18px;
3182
+ }
3183
+ .wpdevbk .accordion-group {
3184
+ margin-bottom: 2px;
3185
+ border: 1px solid #e5e5e5;
3186
+ -webkit-border-radius: 4px;
3187
+ -moz-border-radius: 4px;
3188
+ border-radius: 4px;
3189
+ }
3190
+ .wpdevbk .accordion-heading {
3191
+ border-bottom: 0;
3192
+ }
3193
+ .wpdevbk .accordion-heading .accordion-toggle {
3194
+ display: block;
3195
+ padding: 8px 15px;
3196
+ }
3197
+ .wpdevbk .accordion-inner {
3198
+ padding: 9px 15px;
3199
+ border-top: 1px solid #e5e5e5;
3200
+ }
3201
+ .wpdevbk .carousel {
3202
+ position: relative;
3203
+ margin-bottom: 18px;
3204
+ line-height: 1;
3205
+ }
3206
+ .wpdevbk .carousel-inner {
3207
+ overflow: hidden;
3208
+ width: 100%;
3209
+ position: relative;
3210
+ }
3211
+ .wpdevbk .carousel .item {
3212
+ display: none;
3213
+ position: relative;
3214
+ -webkit-transition: 0.6s ease-in-out left;
3215
+ -moz-transition: 0.6s ease-in-out left;
3216
+ -ms-transition: 0.6s ease-in-out left;
3217
+ -o-transition: 0.6s ease-in-out left;
3218
+ transition: 0.6s ease-in-out left;
3219
+ }
3220
+ .wpdevbk .carousel .item > img {
3221
+ display: block;
3222
+ line-height: 1;
3223
+ }
3224
+ .wpdevbk .carousel .active, .wpdevbk .carousel .next, .wpdevbk .carousel .prev {
3225
+ display: block;
3226
+ }
3227
+ .wpdevbk .carousel .active {
3228
+ left: 0;
3229
+ }
3230
+ .wpdevbk .carousel .next, .wpdevbk .carousel .prev {
3231
+ position: absolute;
3232
+ top: 0;
3233
+ width: 100%;
3234
+ }
3235
+ .wpdevbk .carousel .next {
3236
+ left: 100%;
3237
+ }
3238
+ .wpdevbk .carousel .prev {
3239
+ left: -100%;
3240
+ }
3241
+ .wpdevbk .carousel .next.left, .wpdevbk .carousel .prev.right {
3242
+ left: 0;
3243
+ }
3244
+ .wpdevbk .carousel .active.left {
3245
+ left: -100%;
3246
+ }
3247
+ .wpdevbk .carousel .active.right {
3248
+ left: 100%;
3249
+ }
3250
+ .wpdevbk .carousel-control {
3251
+ position: absolute;
3252
+ top: 40%;
3253
+ left: 15px;
3254
+ width: 40px;
3255
+ height: 40px;
3256
+ margin-top: -20px;
3257
+ font-size: 60px;
3258
+ font-weight: 100;
3259
+ line-height: 30px;
3260
+ color: #ffffff;
3261
+ text-align: center;
3262
+ background: #222222;
3263
+ border: 3px solid #ffffff;
3264
+ -webkit-border-radius: 23px;
3265
+ -moz-border-radius: 23px;
3266
+ border-radius: 23px;
3267
+ opacity: 0.5;
3268
+ filter: alpha(opacity=50);
3269
+ }
3270
+ .wpdevbk .carousel-control.right {
3271
+ left: auto;
3272
+ right: 15px;
3273
+ }
3274
+ .wpdevbk .carousel-control:hover {
3275
+ color: #ffffff;
3276
+ text-decoration: none;
3277
+ opacity: 0.9;
3278
+ filter: alpha(opacity=90);
3279
+ }
3280
+ .wpdevbk .carousel-caption {
3281
+ position: absolute;
3282
+ left: 0;
3283
+ right: 0;
3284
+ bottom: 0;
3285
+ padding: 10px 15px 5px;
3286
+ background: #333333;
3287
+ background: rgba(0, 0, 0, 0.75);
3288
+ }
3289
+ .wpdevbk .carousel-caption h4, .wpdevbk .carousel-caption p {
3290
+ color: #ffffff;
3291
+ }
3292
+ .wpdevbk .well {
3293
+ min-height: 20px;
3294
+ padding: 19px;
3295
+ margin-bottom: 20px;
3296
+ background-color: #f5f5f5;
3297
+ border: 1px solid #eee;
3298
+ border: 1px solid rgba(0, 0, 0, 0.05);
3299
+ -webkit-border-radius: 4px;
3300
+ -moz-border-radius: 4px;
3301
+ border-radius: 4px;
3302
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
3303
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
3304
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
3305
+ }
3306
+ .wpdevbk .well blockquote {
3307
+ border-color: #ddd;
3308
+ border-color: rgba(0, 0, 0, 0.15);
3309
+ }
3310
+ .wpdevbk .close {
3311
+ float: right;
3312
+ font-size: 20px;
3313
+ font-weight: bold;
3314
+ line-height: 18px;
3315
+ color: #000000;
3316
+ text-shadow: 0 1px 0 #ffffff;
3317
+ opacity: 0.2;
3318
+ filter: alpha(opacity=20);
3319
+ }
3320
+ .wpdevbk .close:hover {
3321
+ color: #000000;
3322
+ text-decoration: none;
3323
+ opacity: 0.4;
3324
+ filter: alpha(opacity=40);
3325
+ cursor: pointer;
3326
+ }
3327
+ .wpdevbk .pull-right {
3328
+ float: right;
3329
+ }
3330
+ .wpdevbk .pull-left {
3331
+ float: left;
3332
+ }
3333
+ .wpdevbk .hide {
3334
+ display: none;
3335
+ }
3336
+ .wpdevbk .show {
3337
+ display: block;
3338
+ }
3339
+ .wpdevbk .invisible {
3340
+ visibility: hidden;
3341
+ }
3342
+ .wpdevbk .fade {
3343
+ -webkit-transition: opacity 0.15s linear;
3344
+ -moz-transition: opacity 0.15s linear;
3345
+ -ms-transition: opacity 0.15s linear;
3346
+ -o-transition: opacity 0.15s linear;
3347
+ transition: opacity 0.15s linear;
3348
+ opacity: 0;
3349
+ }
3350
+ .wpdevbk .fade.in {
3351
+ opacity: 1;
3352
+ }
3353
+ .wpdevbk .collapse {
3354
+ -webkit-transition: height 0.35s ease;
3355
+ -moz-transition: height 0.35s ease;
3356
+ -ms-transition: height 0.35s ease;
3357
+ -o-transition: height 0.35s ease;
3358
+ transition: height 0.35s ease;
3359
+ position: relative;
3360
+ overflow: hidden;
3361
+ height: 0;
3362
+ }
3363
+ .wpdevbk .collapse.in {
3364
+ height: auto;
3365
+ }
3366
+ /*!
3367
+ * Bootstrap Responsive v2.0.0
3368
+ *
3369
+ * Copyright 2012 Twitter, Inc
3370
+ * Licensed under the Apache License v2.0
3371
+ * http://www.apache.org/licenses/LICENSE-2.0
3372
+ *
3373
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
3374
+ */
3375
+ .hidden {
3376
+ display: none;
3377
+ visibility: hidden;
3378
+ }
3379
+ @media (max-width: 480px) {
3380
+ .nav-collapse {
3381
+ -webkit-transform: translate3d(0, 0, 0);
3382
+ }
3383
+ .wpdevbk .page-header h1 small {
3384
+ display: block;
3385
+ line-height: 18px;
3386
+ }
3387
+ .wpdevbk input[class*="span"],
3388
+ .wpdevbk select[class*="span"],
3389
+ .wpdevbk textarea[class*="span"],
3390
+ .wpdevbk .uneditable-input {
3391
+ display: block;
3392
+ width: 100%;
3393
+ height: 28px;
3394
+ /* Make inputs at least the height of their button counterpart */
3395
+
3396
+ /* Makes inputs behave like true block-level elements */
3397
+
3398
+ -webkit-box-sizing: border-box;
3399
+ /* Older Webkit */
3400
+
3401
+ -moz-box-sizing: border-box;
3402
+ /* Older FF */
3403
+
3404
+ -ms-box-sizing: border-box;
3405
+ /* IE8 */
3406
+
3407
+ box-sizing: border-box;
3408
+ /* CSS3 spec*/
3409
+
3410
+ }
3411
+ .wpdevbk .input-prepend input[class*="span"], .wpdevbk .input-append input[class*="span"] {
3412
+ width: auto;
3413
+ }
3414
+ .wpdevbk input[type="checkbox"], .wpdevbk input[type="radio"] {
3415
+ border: 1px solid #ccc;
3416
+ }
3417
+ .wpdevbk .form-horizontal .control-group > label {
3418
+ float: none;
3419
+ width: auto;
3420
+ padding-top: 0;
3421
+ text-align: left;
3422
+ }
3423
+ .wpdevbk .form-horizontal .controls {
3424
+ margin-left: 0;
3425
+ }
3426
+ .wpdevbk .form-horizontal .control-list {
3427
+ padding-top: 0;
3428
+ }
3429
+ .wpdevbk .form-horizontal .form-actions {
3430
+ padding-left: 10px;
3431
+ padding-right: 10px;
3432
+ }
3433
+ .wpdevbk .modal {
3434
+ position: absolute;
3435
+ top: 10px;
3436
+ left: 10px;
3437
+ right: 10px;
3438
+ width: auto;
3439
+ margin: 0;
3440
+ }
3441
+ .wpdevbk .modal.fade.in {
3442
+ top: auto;
3443
+ }
3444
+ .wpdevbk .modal-header .close {
3445
+ padding: 10px;
3446
+ margin: -10px;
3447
+ }
3448
+ .wpdevbk .carousel-caption {
3449
+ position: static;
3450
+ }
3451
+ }
3452
+ @media (max-width: 768px) {
3453
+ .container {
3454
+ width: auto;
3455
+ padding: 0 20px;
3456
+ }
3457
+ .wpdevbk .row-fluid {
3458
+ width: 100%;
3459
+ }
3460
+ .wpdevbk .row {
3461
+ margin-left: 0;
3462
+ }
3463
+ .wpdevbk .row > [class*="span"], .wpdevbk .row-fluid > [class*="span"] {
3464
+ float: none;
3465
+ display: block;
3466
+ width: auto;
3467
+ margin: 0;
3468
+ }
3469
+ }
3470
+ @media (min-width: 768px) and (max-width: 980px) {
3471
+ .row {
3472
+ margin-left: -20px;
3473
+ *zoom: 1;
3474
+ }
3475
+ .wpdevbk .row:before, .wpdevbk .row:after {
3476
+ display: table;
3477
+ content: "";
3478
+ }
3479
+ .wpdevbk .row:after {
3480
+ clear: both;
3481
+ }
3482
+ .wpdevbk [class*="span"] {
3483
+ float: left;
3484
+ margin-left: 20px;
3485
+ }
3486
+ .wpdevbk .span1 {
3487
+ width: 42px;
3488
+ }
3489
+ .wpdevbk .span2 {
3490
+ width: 104px;
3491
+ }
3492
+ .wpdevbk .span3 {
3493
+ width: 166px;
3494
+ }
3495
+ .wpdevbk .span4 {
3496
+ width: 228px;
3497
+ }
3498
+ .wpdevbk .span5 {
3499
+ width: 290px;
3500
+ }
3501
+ .wpdevbk .span6 {
3502
+ width: 352px;
3503
+ }
3504
+ .wpdevbk .span7 {
3505
+ width: 414px;
3506
+ }
3507
+ .wpdevbk .span8 {
3508
+ width: 476px;
3509
+ }
3510
+ .wpdevbk .span9 {
3511
+ width: 538px;
3512
+ }
3513
+ .wpdevbk .span10 {
3514
+ width: 600px;
3515
+ }
3516
+ .wpdevbk .span11 {
3517
+ width: 662px;
3518
+ }
3519
+ .wpdevbk .span12, .wpdevbk .container {
3520
+ width: 724px;
3521
+ }
3522
+ .wpdevbk .offset1 {
3523
+ margin-left: 82px;
3524
+ }
3525
+ .wpdevbk .offset2 {
3526
+ margin-left: 144px;
3527
+ }
3528
+ .wpdevbk .offset3 {
3529
+ margin-left: 206px;
3530
+ }
3531
+ .wpdevbk .offset4 {
3532
+ margin-left: 268px;
3533
+ }
3534
+ .wpdevbk .offset5 {
3535
+ margin-left: 330px;
3536
+ }
3537
+ .wpdevbk .offset6 {
3538
+ margin-left: 392px;
3539
+ }
3540
+ .wpdevbk .offset7 {
3541
+ margin-left: 454px;
3542
+ }
3543
+ .wpdevbk .offset8 {
3544
+ margin-left: 516px;
3545
+ }
3546
+ .wpdevbk .offset9 {
3547
+ margin-left: 578px;
3548
+ }
3549
+ .wpdevbk .offset10 {
3550
+ margin-left: 640px;
3551
+ }
3552
+ .wpdevbk .offset11 {
3553
+ margin-left: 702px;
3554
+ }
3555
+ .wpdevbk .row-fluid {
3556
+ width: 100%;
3557
+ *zoom: 1;
3558
+ }
3559
+ .wpdevbk .row-fluid:before, .wpdevbk .row-fluid:after {
3560
+ display: table;
3561
+ content: "";
3562
+ }
3563
+ .wpdevbk .row-fluid:after {
3564
+ clear: both;
3565
+ }
3566
+ .wpdevbk .row-fluid > [class*="span"] {
3567
+ float: left;
3568
+ margin-left: 2.762430939%;
3569
+ }
3570
+ .wpdevbk .row-fluid > [class*="span"]:first-child {
3571
+ margin-left: 0;
3572
+ }
3573
+ .wpdevbk .row-fluid .span1 {
3574
+ width: 5.801104972%;
3575
+ }
3576
+ .wpdevbk .row-fluid .span2 {
3577
+ width: 14.364640883%;
3578
+ }
3579
+ .wpdevbk .row-fluid .span3 {
3580
+ width: 22.928176794%;
3581
+ }
3582
+ .wpdevbk .row-fluid .span4 {
3583
+ width: 31.491712705%;
3584
+ }
3585
+ .wpdevbk .row-fluid .span5 {
3586
+ width: 40.055248616%;
3587
+ }
3588
+ .wpdevbk .row-fluid .span6 {
3589
+ width: 48.618784527%;
3590
+ }
3591
+ .wpdevbk .row-fluid .span7 {
3592
+ width: 57.182320438000005%;
3593
+ }
3594
+ .wpdevbk .row-fluid .span8 {
3595
+ width: 65.74585634900001%;
3596
+ }
3597
+ .wpdevbk .row-fluid .span9 {
3598
+ width: 74.30939226%;
3599
+ }
3600
+ .wpdevbk .row-fluid .span10 {
3601
+ width: 82.87292817100001%;
3602
+ }
3603
+ .wpdevbk .row-fluid .span11 {
3604
+ width: 91.436464082%;
3605
+ }
3606
+ .wpdevbk .row-fluid .span12 {
3607
+ width: 99.999999993%;
3608
+ }
3609
+ .wpdevbk input.span1, .wpdevbk textarea.span1, .wpdevbk .uneditable-input.span1 {
3610
+ width: 32px;
3611
+ }
3612
+ .wpdevbk input.span2, .wpdevbk textarea.span2, .wpdevbk .uneditable-input.span2 {
3613
+ width: 94px;
3614
+ }
3615
+ .wpdevbk input.span3, .wpdevbk textarea.span3, .wpdevbk .uneditable-input.span3 {
3616
+ width: 156px;
3617
+ }
3618
+ .wpdevbk input.span4, .wpdevbk textarea.span4, .wpdevbk .uneditable-input.span4 {
3619
+ width: 218px;
3620
+ }
3621
+ .wpdevbk input.span5, .wpdevbk textarea.span5, .wpdevbk .uneditable-input.span5 {
3622
+ width: 280px;
3623
+ }
3624
+ .wpdevbk input.span6, .wpdevbk textarea.span6, .wpdevbk .uneditable-input.span6 {
3625
+ width: 342px;
3626
+ }
3627
+ .wpdevbk input.span7, .wpdevbk textarea.span7, .wpdevbk .uneditable-input.span7 {
3628
+ width: 404px;
3629
+ }
3630
+ .wpdevbk input.span8, .wpdevbk textarea.span8, .wpdevbk .uneditable-input.span8 {
3631
+ width: 466px;
3632
+ }
3633
+ .wpdevbk input.span9, .wpdevbk textarea.span9, .wpdevbk .uneditable-input.span9 {
3634
+ width: 528px;
3635
+ }
3636
+ .wpdevbk input.span10, .wpdevbk textarea.span10, .wpdevbk .uneditable-input.span10 {
3637
+ width: 590px;
3638
+ }
3639
+ .wpdevbk input.span11, .wpdevbk textarea.span11, .wpdevbk .uneditable-input.span11 {
3640
+ width: 652px;
3641
+ }
3642
+ .wpdevbk input.span12, .wpdevbk textarea.span12, .wpdevbk .uneditable-input.span12 {
3643
+ width: 714px;
3644
+ }
3645
+ }
3646
+ @media (max-width: 980px) {
3647
+ body {
3648
+ padding-top: 0;
3649
+ }
3650
+ .wpdevbk .navbar-fixed-top {
3651
+ position: static;
3652
+ margin-bottom: 18px;
3653
+ }
3654
+ .wpdevbk .navbar-fixed-top .navbar-inner {
3655
+ padding: 5px;
3656
+ }
3657
+ .wpdevbk .navbar .container {
3658
+ width: auto;
3659
+ padding: 0;
3660
+ }
3661
+ .wpdevbk .navbar .brand {
3662
+ padding-left: 10px;
3663
+ padding-right: 10px;
3664
+ margin: 0 0 0 -5px;
3665
+ }
3666
+ .wpdevbk .navbar .nav-collapse {
3667
+ clear: left;
3668
+ }
3669
+ .wpdevbk .navbar .nav {
3670
+ float: none;
3671
+ margin: 0 0 9px;
3672
+ }
3673
+ .wpdevbk .navbar .nav > li {
3674
+ float: none;
3675
+ }
3676
+ .wpdevbk .navbar .nav > li > a {
3677
+ margin-bottom: 2px;
3678
+ }
3679
+ .wpdevbk .navbar .nav > .divider-vertical {
3680
+ display: none;
3681
+ }
3682
+ .wpdevbk .navbar .nav > li > a, .wpdevbk .navbar .dropdown-menu a {
3683
+ padding: 6px 15px;
3684
+ font-weight: bold;
3685
+ color: #999999;
3686
+ -webkit-border-radius: 3px;
3687
+ -moz-border-radius: 3px;
3688
+ border-radius: 3px;
3689
+ }
3690
+ .wpdevbk .navbar .dropdown-menu li + li a {
3691
+ margin-bottom: 2px;
3692
+ }
3693
+ .wpdevbk .navbar .nav > li > a:hover, .wpdevbk .navbar .dropdown-menu a:hover {
3694
+ background-color: #222222;
3695
+ }
3696
+ .wpdevbk .navbar .dropdown-menu {
3697
+ position: static;
3698
+ top: auto;
3699
+ left: auto;
3700
+ float: none;
3701
+ display: block;
3702
+ max-width: none;
3703
+ margin: 0 15px;
3704
+ padding: 0;
3705
+ background-color: transparent;
3706
+ border: none;
3707
+ -webkit-border-radius: 0;
3708
+ -moz-border-radius: 0;
3709
+ border-radius: 0;
3710
+ -webkit-box-shadow: none;
3711
+ -moz-box-shadow: none;
3712
+ box-shadow: none;
3713
+ }
3714
+ .wpdevbk .navbar .dropdown-menu:before, .wpdevbk .navbar .dropdown-menu:after {
3715
+ display: none;
3716
+ }
3717
+ .wpdevbk .navbar .dropdown-menu .divider {
3718
+ display: none;
3719
+ }
3720
+ .wpdevbk .navbar-form, .wpdevbk .navbar-search {
3721
+ float: none;
3722
+ padding: 9px 15px;
3723
+ margin: 9px 0;
3724
+ border-top: 1px solid #222222;
3725
+ border-bottom: 1px solid #222222;
3726
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3727
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3728
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3729
+ }
3730
+ .wpdevbk .navbar .nav.pull-right {
3731
+ float: none;
3732
+ margin-left: 0;
3733
+ }
3734
+ .wpdevbk .navbar-static .navbar-inner {
3735
+ padding-left: 10px;
3736
+ padding-right: 10px;
3737
+ }
3738
+ .wpdevbk .btn-navbar {
3739
+ display: block;
3740
+ }
3741
+ .wpdevbk .nav-collapse {
3742
+ overflow: hidden;
3743
+ height: 0;
3744
+ }
3745
+ }
3746
+ @media (min-width: 980px) {
3747
+ .nav-collapse.collapse {
3748
+ height: auto !important;
3749
+ }
3750
+ }
3751
+ @media (min-width: 1200px) {
3752
+ .row {
3753
+ margin-left: -30px;
3754
+ *zoom: 1;
3755
+ }
3756
+ .wpdevbk .row:before, .wpdevbk .row:after {
3757
+ display: table;
3758
+ content: "";
3759
+ }
3760
+ .wpdevbk .row:after {
3761
+ clear: both;
3762
+ }
3763
+ .wpdevbk [class*="span"] {
3764
+ float: left;
3765
+ margin-left: 30px;
3766
+ }
3767
+ .wpdevbk .span1 {
3768
+ width: 70px;
3769
+ }
3770
+ .wpdevbk .span2 {
3771
+ width: 170px;
3772
+ }
3773
+ .wpdevbk .span3 {
3774
+ width: 270px;
3775
+ }
3776
+ .wpdevbk .span4 {
3777
+ width: 370px;
3778
+ }
3779
+ .wpdevbk .span5 {
3780
+ width: 470px;
3781
+ }
3782
+ .wpdevbk .span6 {
3783
+ width: 570px;
3784
+ }
3785
+ .wpdevbk .span7 {
3786
+ width: 670px;
3787
+ }
3788
+ .wpdevbk .span8 {
3789
+ width: 770px;
3790
+ }
3791
+ .wpdevbk .span9 {
3792
+ width: 870px;
3793
+ }
3794
+ .wpdevbk .span10 {
3795
+ width: 970px;
3796
+ }
3797
+ .wpdevbk .span11 {
3798
+ width: 1070px;
3799
+ }
3800
+ .wpdevbk .span12, .wpdevbk .container {
3801
+ width: 1170px;
3802
+ }
3803
+ .wpdevbk .offset1 {
3804
+ margin-left: 130px;
3805
+ }
3806
+ .wpdevbk .offset2 {
3807
+ margin-left: 230px;
3808
+ }
3809
+ .wpdevbk .offset3 {
3810
+ margin-left: 330px;
3811
+ }
3812
+ .wpdevbk .offset4 {
3813
+ margin-left: 430px;
3814
+ }
3815
+ .wpdevbk .offset5 {
3816
+ margin-left: 530px;
3817
+ }
3818
+ .wpdevbk .offset6 {
3819
+ margin-left: 630px;
3820
+ }
3821
+ .wpdevbk .offset7 {
3822
+ margin-left: 730px;
3823
+ }
3824
+ .wpdevbk .offset8 {
3825
+ margin-left: 830px;
3826
+ }
3827
+ .wpdevbk .offset9 {
3828
+ margin-left: 930px;
3829
+ }
3830
+ .wpdevbk .offset10 {
3831
+ margin-left: 1030px;
3832
+ }
3833
+ .wpdevbk .offset11 {
3834
+ margin-left: 1130px;
3835
+ }
3836
+ .wpdevbk .row-fluid {
3837
+ width: 100%;
3838
+ *zoom: 1;
3839
+ }
3840
+ .wpdevbk .row-fluid:before, .wpdevbk .row-fluid:after {
3841
+ display: table;
3842
+ content: "";
3843
+ }
3844
+ .wpdevbk .row-fluid:after {
3845
+ clear: both;
3846
+ }
3847
+ .wpdevbk .row-fluid > [class*="span"] {
3848
+ float: left;
3849
+ margin-left: 2.564102564%;
3850
+ }
3851
+ .wpdevbk .row-fluid > [class*="span"]:first-child {
3852
+ margin-left: 0;
3853
+ }
3854
+ .wpdevbk .row-fluid .span1 {
3855
+ width: 5.982905983%;
3856
+ }
3857
+ .wpdevbk .row-fluid .span2 {
3858
+ width: 14.529914530000001%;
3859
+ }
3860
+ .wpdevbk .row-fluid .span3 {
3861
+ width: 23.076923077%;
3862
+ }
3863
+ .wpdevbk .row-fluid .span4 {
3864
+ width: 31.623931624%;
3865
+ }
3866
+ .wpdevbk .row-fluid .span5 {
3867
+ width: 40.170940171000005%;
3868
+ }
3869
+ .wpdevbk .row-fluid .span6 {
3870
+ width: 48.717948718%;
3871
+ }
3872
+ .wpdevbk .row-fluid .span7 {
3873
+ width: 57.264957265%;
3874
+ }
3875
+ .wpdevbk .row-fluid .span8 {
3876
+ width: 65.81196581200001%;
3877
+ }
3878
+ .wpdevbk .row-fluid .span9 {
3879
+ width: 74.358974359%;
3880
+ }
3881
+ .wpdevbk .row-fluid .span10 {
3882
+ width: 82.905982906%;
3883
+ }
3884
+ .wpdevbk .row-fluid .span11 {
3885
+ width: 91.45299145300001%;
3886
+ }
3887
+ .wpdevbk .row-fluid .span12 {
3888
+ width: 100%;
3889
+ }
3890
+ .wpdevbk input.span1, .wpdevbk textarea.span1, .wpdevbk .uneditable-input.span1 {
3891
+ width: 60px;
3892
+ }
3893
+ .wpdevbk input.span2, .wpdevbk textarea.span2, .wpdevbk .uneditable-input.span2 {
3894
+ width: 160px;
3895
+ }
3896
+ .wpdevbk input.span3, .wpdevbk textarea.span3, .wpdevbk .uneditable-input.span3 {
3897
+ width: 260px;
3898
+ }
3899
+ .wpdevbk input.span4, .wpdevbk textarea.span4, .wpdevbk .uneditable-input.span4 {
3900
+ width: 360px;
3901
+ }
3902
+ .wpdevbk input.span5, .wpdevbk textarea.span5, .wpdevbk .uneditable-input.span5 {
3903
+ width: 460px;
3904
+ }
3905
+ .wpdevbk input.span6, .wpdevbk textarea.span6, .wpdevbk .uneditable-input.span6 {
3906
+ width: 560px;
3907
+ }
3908
+ .wpdevbk input.span7, .wpdevbk textarea.span7, .wpdevbk .uneditable-input.span7 {
3909
+ width: 660px;
3910
+ }
3911
+ .wpdevbk input.span8, .wpdevbk textarea.span8, .wpdevbk .uneditable-input.span8 {
3912
+ width: 760px;
3913
+ }
3914
+ .wpdevbk input.span9, .wpdevbk textarea.span9, .wpdevbk .uneditable-input.span9 {
3915
+ width: 860px;
3916
+ }
3917
+ .wpdevbk input.span10, .wpdevbk textarea.span10, .wpdevbk .uneditable-input.span10 {
3918
+ width: 960px;
3919
+ }
3920
+ .wpdevbk input.span11, .wpdevbk textarea.span11, .wpdevbk .uneditable-input.span11 {
3921
+ width: 1060px;
3922
+ }
3923
+ .wpdevbk input.span12, .wpdevbk textarea.span12, .wpdevbk .uneditable-input.span12 {
3924
+ width: 1160px;
3925
+ }
3926
+ .wpdevbk .thumbnails {
3927
+ margin-left: -30px;
3928
+ }
3929
+ .wpdevbk .thumbnails > li {
3930
+ margin-left: 30px;
3931
+ }
3932
+ }
interface/bs/css/bs.min.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v2.0.0
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */.wpdevbk article,.wpdevbk aside,.wpdevbk details,.wpdevbk figcaption,.wpdevbk figure,.wpdevbk footer,.wpdevbk header,.wpdevbk hgroup,.wpdevbk nav,.wpdevbk section{display:block}.wpdevbk audio,.wpdevbk canvas,.wpdevbk video{display:inline-block;*display:inline;*zoom:1}.wpdevbk audio:not([controls]){display:none}.wpdevbk html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.wpdevbk a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpdevbk a:hover,.wpdevbk a:active{outline:0}.wpdevbk sub,.wpdevbk sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.wpdevbk sup{top:-0.5em}.wpdevbk sub{bottom:-0.25em}.wpdevbk img{max-width:100%;height:auto;border:0;-ms-interpolation-mode:bicubic}.wpdevbk button,.wpdevbk input,.wpdevbk select,.wpdevbk textarea{margin:0;font-size:100%;vertical-align:middle}.wpdevbk button,.wpdevbk input{*overflow:visible;line-height:normal}.wpdevbk button::-moz-focus-inner,.wpdevbk input::-moz-focus-inner{padding:0;border:0}.wpdevbk button,.wpdevbk input[type="button"],.wpdevbk input[type="reset"],.wpdevbk input[type="submit"]{cursor:pointer;-webkit-appearance:button}.wpdevbk input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wpdevbk input[type="search"]::-webkit-search-decoration,.wpdevbk input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.wpdevbk textarea{overflow:auto;vertical-align:top}.wpdevbk body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333;background-color:#fff}.wpdevbk a{color:#08c;text-decoration:none}.wpdevbk a:hover{color:#005580;text-decoration:underline}.wpdevbk .row{margin-left:-20px;*zoom:1}.wpdevbk .row:before,.wpdevbk .row:after{display:table;content:""}.wpdevbk .row:after{clear:both}.wpdevbk [class*="span"]{float:left;margin-left:20px}.wpdevbk .span1{width:60px}.wpdevbk .span2{width:140px}.wpdevbk .span3{width:220px}.wpdevbk .span4{width:300px}.wpdevbk .span5{width:380px}.wpdevbk .span6{width:460px}.wpdevbk .span7{width:540px}.wpdevbk .span8{width:620px}.wpdevbk .span9{width:700px}.wpdevbk .span10{width:780px}.wpdevbk .span11{width:860px}.wpdevbk .span12,.wpdevbk .container{width:940px}.wpdevbk .offset1{margin-left:100px}.wpdevbk .offset2{margin-left:180px}.wpdevbk .offset3{margin-left:260px}.wpdevbk .offset4{margin-left:340px}.wpdevbk .offset5{margin-left:420px}.wpdevbk .offset6{margin-left:500px}.wpdevbk .offset7{margin-left:580px}.wpdevbk .offset8{margin-left:660px}.wpdevbk .offset9{margin-left:740px}.wpdevbk .offset10{margin-left:820px}.wpdevbk .offset11{margin-left:900px}.wpdevbk .row-fluid{width:100%;*zoom:1}.wpdevbk .row-fluid:before,.wpdevbk .row-fluid:after{display:table;content:""}.wpdevbk .row-fluid:after{clear:both}.wpdevbk .row-fluid>[class*="span"]{float:left;margin-left:2.127659574%}.wpdevbk .row-fluid>[class*="span"]:first-child{margin-left:0}.wpdevbk .row-fluid .span1{width:6.382978723%}.wpdevbk .row-fluid .span2{width:14.89361702%}.wpdevbk .row-fluid .span3{width:23.404255317%}.wpdevbk .row-fluid .span4{width:31.914893614%}.wpdevbk .row-fluid .span5{width:40.425531911%}.wpdevbk .row-fluid .span6{width:48.93617020799999%}.wpdevbk .row-fluid .span7{width:57.446808505%}.wpdevbk .row-fluid .span8{width:65.95744680199999%}.wpdevbk .row-fluid .span9{width:74.468085099%}.wpdevbk .row-fluid .span10{width:82.97872339599999%}.wpdevbk .row-fluid .span11{width:91.489361693%}.wpdevbk .row-fluid .span12{width:99.99999998999999%}.wpdevbk .container{width:940px;margin-left:auto;margin-right:auto;*zoom:1}.wpdevbk .container:before,.wpdevbk .container:after{display:table;content:""}.wpdevbk .container:after{clear:both}.wpdevbk .container-fluid{padding-left:20px;padding-right:20px;*zoom:1}.wpdevbk .container-fluid:before,.wpdevbk .container-fluid:after{display:table;content:""}.wpdevbk .container-fluid:after{clear:both}.wpdevbk p{margin:0 0 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px}.wpdevbk p small{font-size:11px;color:#999}.wpdevbk .lead{margin-bottom:18px;font-size:20px;font-weight:200;line-height:27px}.wpdevbk h1,.wpdevbk h2,.wpdevbk h3,.wpdevbk h4,.wpdevbk h5,.wpdevbk h6{margin:0;font-weight:bold;color:#333;text-rendering:optimizelegibility}.wpdevbk h1 small,.wpdevbk h2 small,.wpdevbk h3 small,.wpdevbk h4 small,.wpdevbk h5 small,.wpdevbk h6 small{font-weight:normal;color:#999}.wpdevbk h1{font-size:30px;line-height:36px}.wpdevbk h1 small{font-size:18px}.wpdevbk h2{font-size:24px;line-height:36px}.wpdevbk h2 small{font-size:18px}.wpdevbk h3{line-height:27px;font-size:18px}.wpdevbk h3 small{font-size:14px}.wpdevbk h4,.wpdevbk h5,.wpdevbk h6{line-height:18px}.wpdevbk h4{font-size:14px}.wpdevbk h4 small{font-size:12px}.wpdevbk h5{font-size:12px}.wpdevbk h6{font-size:11px;color:#999;text-transform:uppercase}.wpdevbk .page-header{padding-bottom:17px;margin:18px 0;border-bottom:1px solid #eee}.wpdevbk .page-header h1{line-height:1}.wpdevbk ul,.wpdevbk ol{padding:0;margin:0 0 9px 25px}.wpdevbk ul ul,.wpdevbk ul ol,.wpdevbk ol ol,.wpdevbk ol ul{margin-bottom:0}.wpdevbk ul{list-style:disc}.wpdevbk ol{list-style:decimal}.wpdevbk li{line-height:18px}.wpdevbk ul.unstyled{margin-left:0;list-style:none}.wpdevbk dl{margin-bottom:18px}.wpdevbk dt,.wpdevbk dd{line-height:18px}.wpdevbk dt{font-weight:bold}.wpdevbk dd{margin-left:9px}.wpdevbk hr{margin:18px 0;border:0;border-top:1px solid #e5e5e5;border-bottom:1px solid #fff}.wpdevbk strong{font-weight:bold}.wpdevbk em{font-style:italic}.wpdevbk .muted{color:#999}.wpdevbk abbr{font-size:90%;text-transform:uppercase;border-bottom:1px dotted #ddd;cursor:help}.wpdevbk blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eee}.wpdevbk blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px}.wpdevbk blockquote small{display:block;line-height:18px;color:#999}.wpdevbk blockquote small:before{content:'\2014 \00A0'}.wpdevbk blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eee}.wpdevbk blockquote.pull-right p,.wpdevbk blockquote.pull-right small{text-align:right}.wpdevbk q:before,.wpdevbk q:after,.wpdevbk blockquote:before,.wpdevbk blockquote:after{content:""}.wpdevbk address{display:block;margin-bottom:18px;line-height:18px;font-style:normal}.wpdevbk small{font-size:100%}.wpdevbk cite{font-style:normal}.wpdevbk code,.wpdevbk pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.wpdevbk code{padding:3px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}.wpdevbk pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all}.wpdevbk pre.prettyprint{margin-bottom:18px}.wpdevbk pre code{padding:0;background-color:transparent}.wpdevbk .label{padding:1px 3px 2px;font-size:9.75px;font-weight:bold;color:#fff;text-transform:uppercase;background-color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.wpdevbk .label-important{background-color:#b94a48}.wpdevbk .label-warning{background-color:#f89406}.wpdevbk .label-success{background-color:#468847}.wpdevbk .label-info{background-color:#3a87ad}.wpdevbk table{max-width:100%;border-collapse:collapse;border-spacing:0}.wpdevbk .table{width:100%;margin-bottom:18px}.wpdevbk .table th,.wpdevbk .table td{padding:8px;line-height:18px;text-align:left;border-top:1px solid #ddd}.wpdevbk .table th{font-weight:bold;vertical-align:bottom}.wpdevbk .table td{vertical-align:top}.wpdevbk .table thead:first-child tr th,.wpdevbk .table thead:first-child tr td{border-top:0}.wpdevbk .table tbody+tbody{border-top:2px solid #ddd}.wpdevbk .table-condensed th,.wpdevbk .table-condensed td{padding:4px 5px}.wpdevbk .table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .table-bordered th+th,.wpdevbk .table-bordered td+td,.wpdevbk .table-bordered th+td,.wpdevbk .table-bordered td+th{border-left:1px solid #ddd}.wpdevbk .table-bordered thead:first-child tr:first-child th,.wpdevbk .table-bordered tbody:first-child tr:first-child th,.wpdevbk .table-bordered tbody:first-child tr:first-child td{border-top:0}.wpdevbk .table-bordered thead:first-child tr:first-child th:first-child,.wpdevbk .table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0}.wpdevbk .table-bordered thead:first-child tr:first-child th:last-child,.wpdevbk .table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.wpdevbk .table-bordered thead:last-child tr:last-child th:first-child,.wpdevbk .table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px}.wpdevbk .table-bordered thead:last-child tr:last-child th:last-child,.wpdevbk .table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0}.wpdevbk .table-striped tbody tr:nth-child(odd) td,.wpdevbk .table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.wpdevbk table .span1{float:none;width:44px;margin-left:0}.wpdevbk table .span2{float:none;width:124px;margin-left:0}.wpdevbk table .span3{float:none;width:204px;margin-left:0}.wpdevbk table .span4{float:none;width:284px;margin-left:0}.wpdevbk table .span5{float:none;width:364px;margin-left:0}.wpdevbk table .span6{float:none;width:444px;margin-left:0}.wpdevbk table .span7{float:none;width:524px;margin-left:0}.wpdevbk table .span8{float:none;width:604px;margin-left:0}.wpdevbk table .span9{float:none;width:684px;margin-left:0}.wpdevbk table .span10{float:none;width:764px;margin-left:0}.wpdevbk table .span11{float:none;width:844px;margin-left:0}.wpdevbk table .span12{float:none;width:924px;margin-left:0}.wpdevbk form{margin:0 0 18px}.wpdevbk fieldset{padding:0;margin:0;border:0}.wpdevbk legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#333;border:0;border-bottom:1px solid #eee}.wpdevbk label,.wpdevbk input,.wpdevbk button,.wpdevbk select,.wpdevbk textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px}.wpdevbk label{display:block;margin-bottom:5px;color:#333}.wpdevbk input,.wpdevbk textarea,.wpdevbk select,.wpdevbk .uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.wpdevbk .uneditable-textarea{width:auto;height:auto}.wpdevbk label input,.wpdevbk label textarea,.wpdevbk label select{display:block}.wpdevbk input[type="image"],.wpdevbk input[type="checkbox"],.wpdevbk input[type="radio"]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:0;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpdevbk input[type="file"]{padding:initial;line-height:initial;border:initial;background-color:#fff;background-color:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpdevbk input[type="button"],.wpdevbk input[type="reset"],.wpdevbk input[type="submit"]{width:auto;height:auto}.wpdevbk select,.wpdevbk input[type="file"]{height:28px;*margin-top:4px;line-height:28px}.wpdevbk select{width:220px;background-color:#fff}.wpdevbk select[multiple],.wpdevbk select[size]{height:auto}.wpdevbk input[type="image"]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpdevbk textarea{height:auto}.wpdevbk input[type="hidden"]{display:none}.wpdevbk .radio,.wpdevbk .checkbox{padding-left:18px}.wpdevbk .radio input[type="radio"],.wpdevbk .checkbox input[type="checkbox"]{float:left;margin-left:-18px}.wpdevbk .controls>.radio:first-child,.wpdevbk .controls>.checkbox:first-child{padding-top:5px}.wpdevbk .radio.inline,.wpdevbk .checkbox.inline{display:inline-block;margin-bottom:0;vertical-align:middle}.wpdevbk .radio.inline+.radio.inline,.wpdevbk .checkbox.inline+.checkbox.inline{margin-left:10px}.wpdevbk .controls>.radio.inline:first-child,.wpdevbk .controls>.checkbox.inline:first-child{padding-top:0}.wpdevbk input,.wpdevbk textarea{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-ms-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.wpdevbk input:focus,.wpdevbk textarea:focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);outline:0;outline:thin dotted \9}.wpdevbk input[type="file"]:focus,.wpdevbk input[type="checkbox"]:focus,.wpdevbk select:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpdevbk .input-mini{width:60px}.wpdevbk .input-small{width:90px}.wpdevbk .input-medium{width:150px}.wpdevbk .input-large{width:210px}.wpdevbk .input-xlarge{width:270px}.wpdevbk .input-xxlarge{width:530px}.wpdevbk input[class*="span"],.wpdevbk select[class*="span"],.wpdevbk textarea[class*="span"],.wpdevbk .uneditable-input{float:none;margin-left:0}.wpdevbk input.span1,.wpdevbk textarea.span1,.wpdevbk .uneditable-input.span1{width:50px}.wpdevbk input.span2,.wpdevbk textarea.span2,.wpdevbk .uneditable-input.span2{width:130px}.wpdevbk input.span3,.wpdevbk textarea.span3,.wpdevbk .uneditable-input.span3{width:210px}.wpdevbk input.span4,.wpdevbk textarea.span4,.wpdevbk .uneditable-input.span4{width:290px}.wpdevbk input.span5,.wpdevbk textarea.span5,.wpdevbk .uneditable-input.span5{width:370px}.wpdevbk input.span6,.wpdevbk textarea.span6,.wpdevbk .uneditable-input.span6{width:450px}.wpdevbk input.span7,.wpdevbk textarea.span7,.wpdevbk .uneditable-input.span7{width:530px}.wpdevbk input.span8,.wpdevbk textarea.span8,.wpdevbk .uneditable-input.span8{width:610px}.wpdevbk input.span9,.wpdevbk textarea.span9,.wpdevbk .uneditable-input.span9{width:690px}.wpdevbk input.span10,.wpdevbk textarea.span10,.wpdevbk .uneditable-input.span10{width:770px}.wpdevbk input.span11,.wpdevbk textarea.span11,.wpdevbk .uneditable-input.span11{width:850px}.wpdevbk input.span12,.wpdevbk textarea.span12,.wpdevbk .uneditable-input.span12{width:930px}.wpdevbk input[disabled],.wpdevbk select[disabled],.wpdevbk textarea[disabled],.wpdevbk input[readonly],.wpdevbk select[readonly],.wpdevbk textarea[readonly]{background-color:#f5f5f5;border-color:#ddd;cursor:not-allowed}.wpdevbk .control-group.warning>label,.wpdevbk .control-group.warning .help-block,.wpdevbk .control-group.warning .help-inline{color:#c09853}.wpdevbk .control-group.warning input,.wpdevbk .control-group.warning select,.wpdevbk .control-group.warning textarea{color:#c09853;border-color:#c09853}.wpdevbk .control-group.warning input:focus,.wpdevbk .control-group.warning select:focus,.wpdevbk .control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e}.wpdevbk .control-group.warning .input-prepend .add-on,.wpdevbk .control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.wpdevbk .control-group.error>label,.wpdevbk .control-group.error .help-block,.wpdevbk .control-group.error .help-inline{color:#b94a48}.wpdevbk .control-group.error input,.wpdevbk .control-group.error select,.wpdevbk .control-group.error textarea{color:#b94a48;border-color:#b94a48}.wpdevbk .control-group.error input:focus,.wpdevbk .control-group.error select:focus,.wpdevbk .control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392}.wpdevbk .control-group.error .input-prepend .add-on,.wpdevbk .control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.wpdevbk .control-group.success>label,.wpdevbk .control-group.success .help-block,.wpdevbk .control-group.success .help-inline{color:#468847}.wpdevbk .control-group.success input,.wpdevbk .control-group.success select,.wpdevbk .control-group.success textarea{color:#468847;border-color:#468847}.wpdevbk .control-group.success input:focus,.wpdevbk .control-group.success select:focus,.wpdevbk .control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b}.wpdevbk .control-group.success .input-prepend .add-on,.wpdevbk .control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.wpdevbk input:focus:required:invalid,.wpdevbk textarea:focus:required:invalid,.wpdevbk select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b}.wpdevbk input:focus:required:invalid:focus,.wpdevbk textarea:focus:required:invalid:focus,.wpdevbk select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.wpdevbk .form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#f5f5f5;border-top:1px solid #ddd}.wpdevbk .uneditable-input{display:block;background-color:#fff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);cursor:not-allowed}.wpdevbk :-moz-placeholder{color:#999}.wpdevbk ::-webkit-input-placeholder{color:#999}.wpdevbk .help-block{margin-top:5px;margin-bottom:0;color:#999}.wpdevbk .help-inline{display:inline-block;*display:inline;*zoom:1;margin-bottom:9px;vertical-align:middle;padding-left:5px}.wpdevbk .input-prepend,.wpdevbk .input-append{margin-bottom:5px;*zoom:1}.wpdevbk .input-prepend:before,.wpdevbk .input-append:before,.wpdevbk .input-prepend:after,.wpdevbk .input-append:after{display:table;content:""}.wpdevbk .input-prepend:after,.wpdevbk .input-append:after{clear:both}.wpdevbk .input-prepend input,.wpdevbk .input-append input,.wpdevbk .input-prepend .uneditable-input,.wpdevbk .input-append .uneditable-input{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.wpdevbk .input-prepend input:focus,.wpdevbk .input-append input:focus,.wpdevbk .input-prepend .uneditable-input:focus,.wpdevbk .input-append .uneditable-input:focus{position:relative;z-index:2}.wpdevbk .input-prepend .uneditable-input,.wpdevbk .input-append .uneditable-input{border-left-color:#ccc}.wpdevbk .input-prepend .add-on,.wpdevbk .input-append .add-on{float:left;display:block;width:auto;min-width:16px;height:18px;margin-right:-1px;padding:4px 5px;font-weight:normal;line-height:18px;color:#999;text-align:center;text-shadow:0 1px 0 #fff;background-color:#f5f5f5;border:1px solid #ccc;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.wpdevbk .input-prepend .active,.wpdevbk .input-append .active{background-color:#a9dba9;border-color:#46a546}.wpdevbk .input-prepend .add-on{*margin-top:1px}.wpdevbk .input-append input,.wpdevbk .input-append .uneditable-input{float:left;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.wpdevbk .input-append .uneditable-input{border-right-color:#ccc}.wpdevbk .input-append .add-on{margin-right:0;margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.wpdevbk .input-append input:first-child{*margin-left:-160px}.wpdevbk .input-append input:first-child+.add-on{*margin-left:-21px}.wpdevbk .search-query{padding-left:14px;padding-right:14px;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px}.wpdevbk .form-search input,.wpdevbk .form-inline input,.wpdevbk .form-horizontal input,.wpdevbk .form-search textarea,.wpdevbk .form-inline textarea,.wpdevbk .form-horizontal textarea,.wpdevbk .form-search select,.wpdevbk .form-inline select,.wpdevbk .form-horizontal select,.wpdevbk .form-search .help-inline,.wpdevbk .form-inline .help-inline,.wpdevbk .form-horizontal .help-inline,.wpdevbk .form-search .uneditable-input,.wpdevbk .form-inline .uneditable-input,.wpdevbk .form-horizontal .uneditable-input{display:inline-block;margin-bottom:0}.wpdevbk .form-search label,.wpdevbk .form-inline label,.wpdevbk .form-search .input-append,.wpdevbk .form-inline .input-append,.wpdevbk .form-search .input-prepend,.wpdevbk .form-inline .input-prepend{display:inline-block}.wpdevbk .form-search .input-append .add-on,.wpdevbk .form-inline .input-prepend .add-on,.wpdevbk .form-search .input-append .add-on,.wpdevbk .form-inline .input-prepend .add-on{vertical-align:middle}.wpdevbk .control-group{margin-bottom:9px}.wpdevbk .form-horizontal legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate}.wpdevbk .form-horizontal .control-group{margin-bottom:18px;*zoom:1}.wpdevbk .form-horizontal .control-group:before,.wpdevbk .form-horizontal .control-group:after{display:table;content:""}.wpdevbk .form-horizontal .control-group:after{clear:both}.wpdevbk .form-horizontal .control-group>label{float:left;width:140px;padding-top:5px;text-align:right}.wpdevbk .form-horizontal .controls{margin-left:160px}.wpdevbk .form-horizontal .form-actions{padding-left:160px}.wpdevbk .btn{display:inline-block;padding:4px 10px 4px;font-size:13px;line-height:18px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#fafafa;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(25%,#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#fff 25%,#e6e6e6);background-image:-ms-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:-o-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:linear-gradient(#fff,#fff 25%,#e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);cursor:pointer;*margin-left:.3em}.wpdevbk .btn:first-child{*margin-left:0}.wpdevbk .btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.wpdevbk .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpdevbk .btn.active,.wpdevbk .btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);background-color:#e6e6e6;background-color:#d9d9d9 \9;color:rgba(0,0,0,0.5);outline:0}.wpdevbk .btn.disabled,.wpdevbk .btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpdevbk .btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wpdevbk .btn-large .icon{margin-top:1px}.wpdevbk .btn-small{padding:5px 9px;font-size:11px;line-height:16px}.wpdevbk .btn-small .icon{margin-top:-1px}.wpdevbk .btn-primary,.wpdevbk .btn-primary:hover,.wpdevbk .btn-warning,.wpdevbk .btn-warning:hover,.wpdevbk .btn-danger,.wpdevbk .btn-danger:hover,.wpdevbk .btn-success,.wpdevbk .btn-success:hover,.wpdevbk .btn-info,.wpdevbk .btn-info:hover{text-shadow:0 -1px 0 rgba(0,0,0,0.25);color:#fff}.wpdevbk .btn-primary.active,.wpdevbk .btn-warning.active,.wpdevbk .btn-danger.active,.wpdevbk .btn-success.active,.wpdevbk .btn-info.active{color:rgba(255,255,255,0.75)}.wpdevbk .btn-primary{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.wpdevbk .btn-primary:hover,.wpdevbk .btn-primary:active,.wpdevbk .btn-primary.active,.wpdevbk .btn-primary.disabled,.wpdevbk .btn-primary[disabled]{background-color:#04c}.wpdevbk .btn-primary:active,.wpdevbk .btn-primary.active{background-color:#039 \9}.wpdevbk .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.wpdevbk .btn-warning:hover,.wpdevbk .btn-warning:active,.wpdevbk .btn-warning.active,.wpdevbk .btn-warning.disabled,.wpdevbk .btn-warning[disabled]{background-color:#f89406}.wpdevbk .btn-warning:active,.wpdevbk .btn-warning.active{background-color:#c67605 \9}.wpdevbk .btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#bd362f',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.wpdevbk .btn-danger:hover,.wpdevbk .btn-danger:active,.wpdevbk .btn-danger.active,.wpdevbk .btn-danger.disabled,.wpdevbk .btn-danger[disabled]{background-color:#bd362f}.wpdevbk .btn-danger:active,.wpdevbk .btn-danger.active{background-color:#942a25 \9}.wpdevbk .btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.wpdevbk .btn-success:hover,.wpdevbk .btn-success:active,.wpdevbk .btn-success.active,.wpdevbk .btn-success.disabled,.wpdevbk .btn-success[disabled]{background-color:#51a351}.wpdevbk .btn-success:active,.wpdevbk .btn-success.active{background-color:#408140 \9}.wpdevbk .btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.wpdevbk .btn-info:hover,.wpdevbk .btn-info:active,.wpdevbk .btn-info.active,.wpdevbk .btn-info.disabled,.wpdevbk .btn-info[disabled]{background-color:#2f96b4}.wpdevbk .btn-info:active,.wpdevbk .btn-info.active{background-color:#24748c \9}.wpdevbk button.btn,.wpdevbk input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px}.wpdevbk button.btn::-moz-focus-inner,.wpdevbk input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}.wpdevbk button.btn.large,.wpdevbk input[type="submit"].btn.large{*padding-top:7px;*padding-bottom:7px}.wpdevbk button.btn.small,.wpdevbk input[type="submit"].btn.small{*padding-top:3px;*padding-bottom:3px}.wpdevbk [class^="icon-"]{display:inline-block;width:14px;height:14px;vertical-align:text-top;background-image:url(../img/glyphicons-halflings.png);background-position:14px 14px;background-repeat:no-repeat;*margin-right:.3em}.wpdevbk [class^="icon-"]:last-child{*margin-left:0}.wpdevbk .icon-white{background-image:url(../img/glyphicons-halflings-white.png)}.wpdevbk .icon-glass{background-position:0 0}.wpdevbk .icon-music{background-position:-24px 0}.wpdevbk .icon-search{background-position:-48px 0}.wpdevbk .icon-envelope{background-position:-72px 0}.wpdevbk .icon-heart{background-position:-96px 0}.wpdevbk .icon-star{background-position:-120px 0}.wpdevbk .icon-star-empty{background-position:-144px 0}.wpdevbk .icon-user{background-position:-168px 0}.wpdevbk .icon-film{background-position:-192px 0}.wpdevbk .icon-th-large{background-position:-216px 0}.wpdevbk .icon-th{background-position:-240px 0}.wpdevbk .icon-th-list{background-position:-264px 0}.wpdevbk .icon-ok{background-position:-288px 0}.wpdevbk .icon-remove{background-position:-312px 0}.wpdevbk .icon-zoom-in{background-position:-336px 0}.wpdevbk .icon-zoom-out{background-position:-360px 0}.wpdevbk .icon-off{background-position:-384px 0}.wpdevbk .icon-signal{background-position:-408px 0}.wpdevbk .icon-cog{background-position:-432px 0}.wpdevbk .icon-trash{background-position:-456px 0}.wpdevbk .icon-home{background-position:0 -24px}.wpdevbk .icon-file{background-position:-24px -24px}.wpdevbk .icon-time{background-position:-48px -24px}.wpdevbk .icon-road{background-position:-72px -24px}.wpdevbk .icon-download-alt{background-position:-96px -24px}.wpdevbk .icon-download{background-position:-120px -24px}.wpdevbk .icon-upload{background-position:-144px -24px}.wpdevbk .icon-inbox{background-position:-168px -24px}.wpdevbk .icon-play-circle{background-position:-192px -24px}.wpdevbk .icon-repeat{background-position:-216px -24px}.wpdevbk .icon-refresh{background-position:-240px -24px}.wpdevbk .icon-list-alt{background-position:-264px -24px}.wpdevbk .icon-lock{background-position:-287px -24px}.wpdevbk .icon-flag{background-position:-312px -24px}.wpdevbk .icon-headphones{background-position:-336px -24px}.wpdevbk .icon-volume-off{background-position:-360px -24px}.wpdevbk .icon-volume-down{background-position:-384px -24px}.wpdevbk .icon-volume-up{background-position:-408px -24px}.wpdevbk .icon-qrcode{background-position:-432px -24px}.wpdevbk .icon-barcode{background-position:-456px -24px}.wpdevbk .icon-tag{background-position:0 -48px}.wpdevbk .icon-tags{background-position:-25px -48px}.wpdevbk .icon-book{background-position:-48px -48px}.wpdevbk .icon-bookmark{background-position:-72px -48px}.wpdevbk .icon-print{background-position:-96px -48px}.wpdevbk .icon-camera{background-position:-120px -48px}.wpdevbk .icon-font{background-position:-144px -48px}.wpdevbk .icon-bold{background-position:-167px -48px}.wpdevbk .icon-italic{background-position:-192px -48px}.wpdevbk .icon-text-height{background-position:-216px -48px}.wpdevbk .icon-text-width{background-position:-240px -48px}.wpdevbk .icon-align-left{background-position:-264px -48px}.wpdevbk .icon-align-center{background-position:-288px -48px}.wpdevbk .icon-align-right{background-position:-312px -48px}.wpdevbk .icon-align-justify{background-position:-336px -48px}.wpdevbk .icon-list{background-position:-360px -48px}.wpdevbk .icon-indent-left{background-position:-384px -48px}.wpdevbk .icon-indent-right{background-position:-408px -48px}.wpdevbk .icon-facetime-video{background-position:-432px -48px}.wpdevbk .icon-picture{background-position:-456px -48px}.wpdevbk .icon-pencil{background-position:0 -72px}.wpdevbk .icon-map-marker{background-position:-24px -72px}.wpdevbk .icon-adjust{background-position:-48px -72px}.wpdevbk .icon-tint{background-position:-72px -72px}.wpdevbk .icon-edit{background-position:-96px -72px}.wpdevbk .icon-share{background-position:-120px -72px}.wpdevbk .icon-check{background-position:-144px -72px}.wpdevbk .icon-move{background-position:-168px -72px}.wpdevbk .icon-step-backward{background-position:-192px -72px}.wpdevbk .icon-fast-backward{background-position:-216px -72px}.wpdevbk .icon-backward{background-position:-240px -72px}.wpdevbk .icon-play{background-position:-264px -72px}.wpdevbk .icon-pause{background-position:-288px -72px}.wpdevbk .icon-stop{background-position:-312px -72px}.wpdevbk .icon-forward{background-position:-336px -72px}.wpdevbk .icon-fast-forward{background-position:-360px -72px}.wpdevbk .icon-step-forward{background-position:-384px -72px}.wpdevbk .icon-eject{background-position:-408px -72px}.wpdevbk .icon-chevron-left{background-position:-432px -72px}.wpdevbk .icon-chevron-right{background-position:-456px -72px}.wpdevbk .icon-plus-sign{background-position:0 -96px}.wpdevbk .icon-minus-sign{background-position:-24px -96px}.wpdevbk .icon-remove-sign{background-position:-48px -96px}.wpdevbk .icon-ok-sign{background-position:-72px -96px}.wpdevbk .icon-question-sign{background-position:-96px -96px}.wpdevbk .icon-info-sign{background-position:-120px -96px}.wpdevbk .icon-screenshot{background-position:-144px -96px}.wpdevbk .icon-remove-circle{background-position:-168px -96px}.wpdevbk .icon-ok-circle{background-position:-192px -96px}.wpdevbk .icon-ban-circle{background-position:-216px -96px}.wpdevbk .icon-arrow-left{background-position:-240px -96px}.wpdevbk .icon-arrow-right{background-position:-264px -96px}.wpdevbk .icon-arrow-up{background-position:-289px -96px}.wpdevbk .icon-arrow-down{background-position:-312px -96px}.wpdevbk .icon-share-alt{background-position:-336px -96px}.wpdevbk .icon-resize-full{background-position:-360px -96px}.wpdevbk .icon-resize-small{background-position:-384px -96px}.wpdevbk .icon-plus{background-position:-408px -96px}.wpdevbk .icon-minus{background-position:-433px -96px}.wpdevbk .icon-asterisk{background-position:-456px -96px}.wpdevbk .icon-exclamation-sign{background-position:0 -120px}.wpdevbk .icon-gift{background-position:-24px -120px}.wpdevbk .icon-leaf{background-position:-48px -120px}.wpdevbk .icon-fire{background-position:-72px -120px}.wpdevbk .icon-eye-open{background-position:-96px -120px}.wpdevbk .icon-eye-close{background-position:-120px -120px}.wpdevbk .icon-warning-sign{background-position:-144px -120px}.wpdevbk .icon-plane{background-position:-168px -120px}.wpdevbk .icon-calendar{background-position:-192px -120px}.wpdevbk .icon-random{background-position:-216px -120px}.wpdevbk .icon-comment{background-position:-240px -120px}.wpdevbk .icon-magnet{background-position:-264px -120px}.wpdevbk .icon-chevron-up{background-position:-288px -120px}.wpdevbk .icon-chevron-down{background-position:-313px -119px}.wpdevbk .icon-retweet{background-position:-336px -120px}.wpdevbk .icon-shopping-cart{background-position:-360px -120px}.wpdevbk .icon-folder-close{background-position:-384px -120px}.wpdevbk .icon-folder-open{background-position:-408px -120px}.wpdevbk .icon-resize-vertical{background-position:-432px -119px}.wpdevbk .icon-resize-horizontal{background-position:-456px -118px}.wpdevbk .btn-group{position:relative;*zoom:1;*margin-left:.3em}.wpdevbk .btn-group:before,.wpdevbk .btn-group:after{display:table;content:""}.wpdevbk .btn-group:after{clear:both}.wpdevbk .btn-group:first-child{*margin-left:0}.wpdevbk .btn-group+.btn-group{margin-left:5px}.wpdevbk .btn-toolbar{margin-top:9px;margin-bottom:9px}.wpdevbk .btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1}.wpdevbk .btn-group .btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpdevbk .btn-group .btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.wpdevbk .btn-group .btn:last-child,.wpdevbk .btn-group .dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.wpdevbk .btn-group .btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}.wpdevbk .btn-group .btn.large:last-child,.wpdevbk .btn-group .large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}.wpdevbk .btn-group .btn:hover,.wpdevbk .btn-group .btn:focus,.wpdevbk .btn-group .btn:active,.wpdevbk .btn-group .btn.active{z-index:2}.wpdevbk .btn-group .dropdown-toggle:active,.wpdevbk .btn-group.open .dropdown-toggle{outline:0}.wpdevbk .btn-group .dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*padding-top:5px;*padding-bottom:5px}.wpdevbk .btn-group.open{*z-index:1000}.wpdevbk .btn-group.open .dropdown-menu{display:block;margin-top:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wpdevbk .btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 1px 6px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 6px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 6px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.wpdevbk .btn .caret{margin-top:7px;margin-left:0}.wpdevbk .btn:hover .caret,.wpdevbk .open.btn-group .caret{opacity:1;filter:alpha(opacity=100)}.wpdevbk .btn-primary .caret,.wpdevbk .btn-danger .caret,.wpdevbk .btn-info .caret,.wpdevbk .btn-success .caret{border-top-color:#fff;opacity:.75;filter:alpha(opacity=75)}.wpdevbk .btn-small .caret{margin-top:4px}.wpdevbk .nav{margin-left:0;margin-bottom:18px;list-style:none}.wpdevbk .nav>li>a{display:block}.wpdevbk .nav>li>a:hover{text-decoration:none;background-color:#eee}.wpdevbk .nav-list{padding-left:14px;padding-right:14px;margin-bottom:0}.wpdevbk .nav-list>li>a,.wpdevbk .nav-list .nav-header{display:block;padding:3px 15px;margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.wpdevbk .nav-list .nav-header{font-size:11px;font-weight:bold;line-height:18px;color:#999;text-transform:uppercase}.wpdevbk .nav-list>li+.nav-header{margin-top:9px}.wpdevbk .nav-list .active>a,.wpdevbk .nav-list .active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.wpdevbk .nav-list [class^="icon-"]{margin-right:2px}.wpdevbk .nav-tabs,.wpdevbk .nav-pills{*zoom:1}.wpdevbk .nav-tabs:before,.wpdevbk .nav-pills:before,.wpdevbk .nav-tabs:after,.wpdevbk .nav-pills:after{display:table;content:""}.wpdevbk .nav-tabs:after,.wpdevbk .nav-pills:after{clear:both}.wpdevbk .nav-tabs>li,.wpdevbk .nav-pills>li{float:left}.wpdevbk .nav-tabs>li>a,.wpdevbk .nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.wpdevbk .nav-tabs{border-bottom:1px solid #ddd}.wpdevbk .nav-tabs>li{margin-bottom:-1px}.wpdevbk .nav-tabs>li>a{padding-top:9px;padding-bottom:9px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.wpdevbk .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.wpdevbk .nav-tabs>.active>a,.wpdevbk .nav-tabs>.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.wpdevbk .nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wpdevbk .nav-pills .active>a,.wpdevbk .nav-pills .active>a:hover{color:#fff;background-color:#08c}.wpdevbk .nav-stacked>li{float:none}.wpdevbk .nav-stacked>li>a{margin-right:0}.wpdevbk .nav-tabs.nav-stacked{border-bottom:0}.wpdevbk .nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpdevbk .nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.wpdevbk .nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.wpdevbk .nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2}.wpdevbk .nav-pills.nav-stacked>li>a{margin-bottom:3px}.wpdevbk .nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.wpdevbk .nav-tabs .dropdown-menu,.wpdevbk .nav-pills .dropdown-menu{margin-top:1px;border-width:1px}.wpdevbk .nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .nav-tabs .dropdown-toggle .caret,.wpdevbk .nav-pills .dropdown-toggle .caret{border-top-color:#08c;margin-top:6px}.wpdevbk .nav-tabs .dropdown-toggle:hover .caret,.wpdevbk .nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580}.wpdevbk .nav-tabs .active .dropdown-toggle .caret,.wpdevbk .nav-pills .active .dropdown-toggle .caret{border-top-color:#333}.wpdevbk .nav>.dropdown.active>a:hover{color:#000;cursor:pointer}.wpdevbk .nav-tabs .open .dropdown-toggle,.wpdevbk .nav-pills .open .dropdown-toggle,.wpdevbk .nav>.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.wpdevbk .nav .open .caret,.wpdevbk .nav .open.active .caret,.wpdevbk .nav .open a:hover .caret{border-top-color:#fff;opacity:1;filter:alpha(opacity=100)}.wpdevbk .tabs-stacked .open>a:hover{border-color:#999}.wpdevbk .tabbable{*zoom:1}.wpdevbk .tabbable:before,.wpdevbk .tabbable:after{display:table;content:""}.wpdevbk .tabbable:after{clear:both}.wpdevbk .tabs-below .nav-tabs,.wpdevbk .tabs-right .nav-tabs,.wpdevbk .tabs-left .nav-tabs{border-bottom:0}.wpdevbk .tab-content>.tab-pane,.wpdevbk .pill-content>.pill-pane{display:none}.wpdevbk .tab-content>.active,.wpdevbk .pill-content>.active{display:block}.wpdevbk .tabs-below .nav-tabs{border-top:1px solid #ddd}.wpdevbk .tabs-below .nav-tabs>li{margin-top:-1px;margin-bottom:0}.wpdevbk .tabs-below .nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.wpdevbk .tabs-below .nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd}.wpdevbk .tabs-below .nav-tabs .active>a,.wpdevbk .tabs-below .nav-tabs .active>a:hover{border-color:transparent #ddd #ddd #ddd}.wpdevbk .tabs-left .nav-tabs>li,.wpdevbk .tabs-right .nav-tabs>li{float:none}.wpdevbk .tabs-left .nav-tabs>li>a,.wpdevbk .tabs-right .nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.wpdevbk .tabs-left .nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.wpdevbk .tabs-left .nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.wpdevbk .tabs-left .nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.wpdevbk .tabs-left .nav-tabs .active>a,.wpdevbk .tabs-left .nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.wpdevbk .tabs-right .nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.wpdevbk .tabs-right .nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.wpdevbk .tabs-right .nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.wpdevbk .tabs-right .nav-tabs .active>a,.wpdevbk .tabs-right .nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.wpdevbk .navbar{overflow:visible;margin-bottom:18px}.wpdevbk .navbar-inner{padding-left:20px;padding-right:20px;background-color:#2c2c2c;background-image:-moz-linear-gradient(top,#333,#222);background-image:-ms-linear-gradient(top,#333,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:-o-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)}.wpdevbk .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;background-color:#2c2c2c;background-image:-moz-linear-gradient(top,#333,#222);background-image:-ms-linear-gradient(top,#333,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:-o-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.wpdevbk .btn-navbar:hover,.wpdevbk .btn-navbar:active,.wpdevbk .btn-navbar.active,.wpdevbk .btn-navbar.disabled,.wpdevbk .btn-navbar[disabled]{background-color:#222}.wpdevbk .btn-navbar:active,.wpdevbk .btn-navbar.active{background-color:#080808 \9}.wpdevbk .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.wpdevbk .btn-navbar .icon-bar+.icon-bar{margin-top:3px}.wpdevbk .nav-collapse.collapse{height:auto}.wpdevbk .navbar .brand:hover{text-decoration:none}.wpdevbk .navbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#fff}.wpdevbk .navbar .navbar-text{margin-bottom:0;line-height:40px;color:#999}.wpdevbk .navbar .navbar-text a:hover{color:#fff;background-color:transparent}.wpdevbk .navbar .btn,.wpdevbk .navbar .btn-group{margin-top:5px}.wpdevbk .navbar .btn-group .btn{margin-top:0}.wpdevbk .navbar-form{margin-bottom:0;*zoom:1}.wpdevbk .navbar-form:before,.wpdevbk .navbar-form:after{display:table;content:""}.wpdevbk .navbar-form:after{clear:both}.wpdevbk .navbar-form input,.wpdevbk .navbar-form select{display:inline-block;margin-top:5px;margin-bottom:0}.wpdevbk .navbar-form .radio,.wpdevbk .navbar-form .checkbox{margin-top:5px}.wpdevbk .navbar-form input[type="image"],.wpdevbk .navbar-form input[type="checkbox"],.wpdevbk .navbar-form input[type="radio"]{margin-top:3px}.wpdevbk .navbar-search{position:relative;float:left;margin-top:6px;margin-bottom:0}.wpdevbk .navbar-search .search-query{padding:4px 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;color:#fff;color:rgba(255,255,255,0.75);background:#666;background:rgba(255,255,255,0.3);border:1px solid #111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.wpdevbk .navbar-search .search-query :-moz-placeholder{color:#eee}.wpdevbk .navbar-search .search-query::-webkit-input-placeholder{color:#eee}.wpdevbk .navbar-search .search-query:hover{color:#fff;background-color:#999;background-color:rgba(255,255,255,0.5)}.wpdevbk .navbar-search .search-query:focus,.wpdevbk .navbar-search .search-query.focused{padding:5px 10px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);outline:0}.wpdevbk .navbar-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.wpdevbk .navbar-fixed-top .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpdevbk .navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.wpdevbk .navbar .nav.pull-right{float:right}.wpdevbk .navbar .nav>li{display:block;float:left}.wpdevbk .navbar .nav>li>a{float:none;padding:10px 10px 11px;line-height:19px;color:#999;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.wpdevbk .navbar .nav>li>a:hover{background-color:transparent;color:#fff;text-decoration:none}.wpdevbk .navbar .nav .active>a,.wpdevbk .navbar .nav .active>a:hover{color:#fff;text-decoration:none;background-color:#222;background-color:rgba(0,0,0,0.5)}.wpdevbk .navbar .divider-vertical{height:40px;width:1px;margin:0 9px;overflow:hidden;background-color:#222;border-right:1px solid #333}.wpdevbk .navbar .nav.pull-right{margin-left:10px;margin-right:0}.wpdevbk .navbar .dropdown-menu{margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .navbar .dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:9px}.wpdevbk .navbar .dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:10px}.wpdevbk .navbar .nav .dropdown-toggle .caret,.wpdevbk .navbar .nav .open.dropdown .caret{border-top-color:#fff}.wpdevbk .navbar .nav .active .caret{opacity:1;filter:alpha(opacity=100)}.wpdevbk .navbar .nav .open>.dropdown-toggle,.wpdevbk .navbar .nav .active>.dropdown-toggle,.wpdevbk .navbar .nav .open.active>.dropdown-toggle{background-color:transparent}.wpdevbk .navbar .nav .active>.dropdown-toggle:hover{color:#fff}.wpdevbk .navbar .nav.pull-right .dropdown-menu{left:auto;right:0}.wpdevbk .navbar .nav.pull-right .dropdown-menu:before{left:auto;right:12px}.wpdevbk .navbar .nav.pull-right .dropdown-menu:after{left:auto;right:13px}.wpdevbk .breadcrumb{padding:7px 14px;margin:0 0 18px;background-color:#fbfbfb;background-image:-moz-linear-gradient(top,#fff,#f5f5f5);background-image:-ms-linear-gradient(top,#fff,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);background-image:-o-linear-gradient(top,#fff,#f5f5f5);background-image:linear-gradient(top,#fff,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.wpdevbk .breadcrumb li{display:inline;text-shadow:0 1px 0 #fff}.wpdevbk .breadcrumb .divider{padding:0 5px;color:#999}.wpdevbk .breadcrumb .active a{color:#333}.wpdevbk .pagination{height:36px;margin:18px 0}.wpdevbk .pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.wpdevbk .pagination li{display:inline}.wpdevbk .pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0}.wpdevbk .pagination a:hover,.wpdevbk .pagination .active a{background-color:#f5f5f5}.wpdevbk .pagination .active a{color:#999;cursor:default}.wpdevbk .pagination .disabled a,.wpdevbk .pagination .disabled a:hover{color:#999;background-color:transparent;cursor:default}.wpdevbk .pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.wpdevbk .pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.wpdevbk .pagination-centered{text-align:center}.wpdevbk .pagination-right{text-align:right}.wpdevbk .pager{margin-left:0;margin-bottom:18px;list-style:none;text-align:center;*zoom:1}.wpdevbk .pager:before,.wpdevbk .pager:after{display:table;content:""}.wpdevbk .pager:after{clear:both}.wpdevbk .pager li{display:inline}.wpdevbk .pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.wpdevbk .pager a:hover{text-decoration:none;background-color:#f5f5f5}.wpdevbk .pager .next a{float:right}.wpdevbk .pager .previous a{float:left}.wpdevbk .thumbnails{margin-left:-20px;list-style:none;*zoom:1}.wpdevbk .thumbnails:before,.wpdevbk .thumbnails:after{display:table;content:""}.wpdevbk .thumbnails:after{clear:both}.wpdevbk .thumbnails>li{float:left;margin:0 0 18px 20px}.wpdevbk .thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);box-shadow:0 1px 1px rgba(0,0,0,0.075)}.wpdevbk a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.wpdevbk .thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.wpdevbk .thumbnail .caption{padding:9px}.wpdevbk .alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .alert,.wpdevbk .alert-heading{color:#c09853}.wpdevbk .alert .close{position:relative;top:-2px;right:-21px;line-height:18px}.wpdevbk .alert-success{background-color:#dff0d8;border-color:#d6e9c6}.wpdevbk .alert-success,.wpdevbk .alert-success .alert-heading{color:#468847}.wpdevbk .alert-danger,.wpdevbk .alert-error{background-color:#f2dede;border-color:#eed3d7}.wpdevbk .alert-danger,.wpdevbk .alert-error,.wpdevbk .alert-danger .alert-heading,.wpdevbk .alert-error .alert-heading{color:#b94a48}.wpdevbk .alert-info{background-color:#d9edf7;border-color:#bce8f1}.wpdevbk .alert-info,.wpdevbk .alert-info .alert-heading{color:#3a87ad}.wpdevbk .alert-block{padding-top:14px;padding-bottom:14px}.wpdevbk .alert-block>p,.wpdevbk .alert-block>ul{margin-bottom:0}.wpdevbk .alert-block p+p{margin-top:5px}.wpdevbk @-webkit-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}.wpdevbk @-moz-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}.wpdevbk @keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}.wpdevbk .progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-ms-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(top,#f5f5f5,#f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#f9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .progress .bar{width:0;height:18px;color:#fff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-ms-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(top,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf',endColorstr='#0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-ms-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.wpdevbk .progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.wpdevbk .progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.wpdevbk .progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-ms-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(top,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35',GradientType=0)}.wpdevbk .progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.wpdevbk .progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-ms-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(top,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',endColorstr='#57a957',GradientType=0)}.wpdevbk .progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.wpdevbk .progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-ms-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(top,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#339bb9',GradientType=0)}.wpdevbk .progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.wpdevbk .hero-unit{padding:60px;margin-bottom:30px;background-color:#f5f5f5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.wpdevbk .hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px}.wpdevbk .hero-unit p{font-size:18px;font-weight:200;line-height:27px}.wpdevbk.tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0)}.wpdevbk.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.wpdevbk.tooltip.top{margin-top:-2px}.wpdevbk.tooltip.right{margin-left:2px}.wpdevbk.tooltip.bottom{margin-top:2px}.wpdevbk.tooltip.left{margin-left:-2px}.wpdevbk.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.wpdevbk.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000}.wpdevbk.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000}.wpdevbk.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000}.wpdevbk .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .tooltip-arrow{position:absolute;width:0;height:0}.wpdevbk.popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px}.wpdevbk.popover.top{margin-top:-5px}.wpdevbk.popover.right{margin-left:5px}.wpdevbk.popover.bottom{margin-top:5px}.wpdevbk.popover.left{margin-left:-5px}.wpdevbk.popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.wpdevbk.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000}.wpdevbk.popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000}.wpdevbk.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000}.wpdevbk.popover .arrow{position:absolute;width:0;height:0}.wpdevbk .popover-inner{padding:3px;width:280px;overflow:hidden;background:#000;background:rgba(0,0,0,0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3)}.wpdevbk .popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.wpdevbk .popover-content{padding:14px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.wpdevbk .popover-content p,.wpdevbk .popover-content ul,.wpdevbk .popover-content ol{margin-bottom:0}.wpdevbk .modal-open .dropdown-menu{z-index:2050}.wpdevbk .modal-open .dropdown.open{*z-index:2050}.wpdevbk .modal-open .popover{z-index:2060}.wpdevbk .modal-open .tooltip{z-index:2070}.wpdevbk .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.wpdevbk .modal-backdrop.fade{opacity:0}.wpdevbk .modal-backdrop,.wpdevbk .modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.wpdevbk .modal{position:fixed;top:50%;left:50%;z-index:1050;max-height:500px;overflow:auto;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.wpdevbk .modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-ms-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.wpdevbk .modal.fade.in{top:50%}.wpdevbk .modal-header{padding:9px 15px;border-bottom:1px solid #eee}.wpdevbk .modal-header .close{margin-top:2px}.wpdevbk .modal-body{padding:15px}.wpdevbk .modal-footer{padding:14px 15px 15px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.wpdevbk .modal-footer:before,.wpdevbk .modal-footer:after{display:table;content:""}.wpdevbk .modal-footer:after{clear:both}.wpdevbk .modal-footer .btn{float:right;margin-left:5px;margin-bottom:0}.wpdevbk .dropdown{position:relative}.wpdevbk .dropdown-toggle{*margin-bottom:-3px}.wpdevbk .dropdown-toggle:active,.wpdevbk .open .dropdown-toggle{outline:0}.wpdevbk .caret{display:inline-block;width:0;height:0;text-indent:-99999px;*text-indent:0;vertical-align:top;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;opacity:.3;filter:alpha(opacity=30);content:"\2193"}.wpdevbk .dropdown .caret{margin-top:8px;margin-left:2px}.wpdevbk .dropdown:hover .caret,.wpdevbk .open.dropdown .caret{opacity:1;filter:alpha(opacity=100)}.wpdevbk .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;max-width:220px;_width:160px;padding:4px 0;margin:0;list-style:none;background-color:#fff;border-color:#ccc;border-color:rgba(0,0,0,0.2);border-style:solid;border-width:1px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.wpdevbk .dropdown-menu.bottom-up{top:auto;bottom:100%;margin-bottom:2px}.wpdevbk .dropdown-menu .divider{height:1px;margin:5px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff;*width:100%;*margin:-5px 0 5px}.wpdevbk .dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#555;white-space:nowrap}.wpdevbk .dropdown-menu li>a:hover,.wpdevbk .dropdown-menu .active>a,.wpdevbk .dropdown-menu .active>a:hover{color:#fff;text-decoration:none;background-color:#08c}.wpdevbk .dropdown.open{*z-index:1000}.wpdevbk .dropdown.open .dropdown-toggle{color:#fff;background:#ccc;background:rgba(0,0,0,0.3)}.wpdevbk .dropdown.open .dropdown-menu{display:block}.wpdevbk .typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .accordion{margin-bottom:18px}.wpdevbk .accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpdevbk .accordion-heading{border-bottom:0}.wpdevbk .accordion-heading .accordion-toggle{display:block;padding:8px 15px}.wpdevbk .accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.wpdevbk .carousel{position:relative;margin-bottom:18px;line-height:1}.wpdevbk .carousel-inner{overflow:hidden;width:100%;position:relative}.wpdevbk .carousel .item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-ms-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.wpdevbk .carousel .item>img{display:block;line-height:1}.wpdevbk .carousel .active,.wpdevbk .carousel .next,.wpdevbk .carousel .prev{display:block}.wpdevbk .carousel .active{left:0}.wpdevbk .carousel .next,.wpdevbk .carousel .prev{position:absolute;top:0;width:100%}.wpdevbk .carousel .next{left:100%}.wpdevbk .carousel .prev{left:-100%}.wpdevbk .carousel .next.left,.wpdevbk .carousel .prev.right{left:0}.wpdevbk .carousel .active.left{left:-100%}.wpdevbk .carousel .active.right{left:100%}.wpdevbk .carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.wpdevbk .carousel-control.right{left:auto;right:15px}.wpdevbk .carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.wpdevbk .carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333;background:rgba(0,0,0,0.75)}.wpdevbk .carousel-caption h4,.wpdevbk .carousel-caption p{color:#fff}.wpdevbk .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0,0,0,0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.wpdevbk .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.wpdevbk .close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.wpdevbk .close:hover{color:#000;text-decoration:none;opacity:.4;filter:alpha(opacity=40);cursor:pointer}.wpdevbk .pull-right{float:right}.wpdevbk .pull-left{float:left}.wpdevbk .hide{display:none}.wpdevbk .show{display:block}.wpdevbk .invisible{visibility:hidden}.wpdevbk .fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0}.wpdevbk .fade.in{opacity:1}.wpdevbk .collapse{-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease;position:relative;overflow:hidden;height:0}.wpdevbk .collapse.in{height:auto}/*!
10
+ * Bootstrap Responsive v2.0.0
11
+ *
12
+ * Copyright 2012 Twitter, Inc
13
+ * Licensed under the Apache License v2.0
14
+ * http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
17
+ */.hidden{display:none;visibility:hidden}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.wpdevbk .page-header h1 small{display:block;line-height:18px}.wpdevbk input[class*="span"],.wpdevbk select[class*="span"],.wpdevbk textarea[class*="span"],.wpdevbk .uneditable-input{display:block;width:100%;height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.wpdevbk .input-prepend input[class*="span"],.wpdevbk .input-append input[class*="span"]{width:auto}.wpdevbk input[type="checkbox"],.wpdevbk input[type="radio"]{border:1px solid #ccc}.wpdevbk .form-horizontal .control-group>label{float:none;width:auto;padding-top:0;text-align:left}.wpdevbk .form-horizontal .controls{margin-left:0}.wpdevbk .form-horizontal .control-list{padding-top:0}.wpdevbk .form-horizontal .form-actions{padding-left:10px;padding-right:10px}.wpdevbk .modal{position:absolute;top:10px;left:10px;right:10px;width:auto;margin:0}.wpdevbk .modal.fade.in{top:auto}.wpdevbk .modal-header .close{padding:10px;margin:-10px}.wpdevbk .carousel-caption{position:static}}@media(max-width:768px){.container{width:auto;padding:0 20px}.wpdevbk .row-fluid{width:100%}.wpdevbk .row{margin-left:0}.wpdevbk .row>[class*="span"],.wpdevbk .row-fluid>[class*="span"]{float:none;display:block;width:auto;margin:0}}@media(min-width:768px) and (max-width:980px){.row{margin-left:-20px;*zoom:1}.wpdevbk .row:before,.wpdevbk .row:after{display:table;content:""}.wpdevbk .row:after{clear:both}.wpdevbk [class*="span"]{float:left;margin-left:20px}.wpdevbk .span1{width:42px}.wpdevbk .span2{width:104px}.wpdevbk .span3{width:166px}.wpdevbk .span4{width:228px}.wpdevbk .span5{width:290px}.wpdevbk .span6{width:352px}.wpdevbk .span7{width:414px}.wpdevbk .span8{width:476px}.wpdevbk .span9{width:538px}.wpdevbk .span10{width:600px}.wpdevbk .span11{width:662px}.wpdevbk .span12,.wpdevbk .container{width:724px}.wpdevbk .offset1{margin-left:82px}.wpdevbk .offset2{margin-left:144px}.wpdevbk .offset3{margin-left:206px}.wpdevbk .offset4{margin-left:268px}.wpdevbk .offset5{margin-left:330px}.wpdevbk .offset6{margin-left:392px}.wpdevbk .offset7{margin-left:454px}.wpdevbk .offset8{margin-left:516px}.wpdevbk .offset9{margin-left:578px}.wpdevbk .offset10{margin-left:640px}.wpdevbk .offset11{margin-left:702px}.wpdevbk .row-fluid{width:100%;*zoom:1}.wpdevbk .row-fluid:before,.wpdevbk .row-fluid:after{display:table;content:""}.wpdevbk .row-fluid:after{clear:both}.wpdevbk .row-fluid>[class*="span"]{float:left;margin-left:2.762430939%}.wpdevbk .row-fluid>[class*="span"]:first-child{margin-left:0}.wpdevbk .row-fluid .span1{width:5.801104972%}.wpdevbk .row-fluid .span2{width:14.364640883%}.wpdevbk .row-fluid .span3{width:22.928176794%}.wpdevbk .row-fluid .span4{width:31.491712705%}.wpdevbk .row-fluid .span5{width:40.055248616%}.wpdevbk .row-fluid .span6{width:48.618784527%}.wpdevbk .row-fluid .span7{width:57.182320438000005%}.wpdevbk .row-fluid .span8{width:65.74585634900001%}.wpdevbk .row-fluid .span9{width:74.30939226%}.wpdevbk .row-fluid .span10{width:82.87292817100001%}.wpdevbk .row-fluid .span11{width:91.436464082%}.wpdevbk .row-fluid .span12{width:99.999999993%}.wpdevbk input.span1,.wpdevbk textarea.span1,.wpdevbk .uneditable-input.span1{width:32px}.wpdevbk input.span2,.wpdevbk textarea.span2,.wpdevbk .uneditable-input.span2{width:94px}.wpdevbk input.span3,.wpdevbk textarea.span3,.wpdevbk .uneditable-input.span3{width:156px}.wpdevbk input.span4,.wpdevbk textarea.span4,.wpdevbk .uneditable-input.span4{width:218px}.wpdevbk input.span5,.wpdevbk textarea.span5,.wpdevbk .uneditable-input.span5{width:280px}.wpdevbk input.span6,.wpdevbk textarea.span6,.wpdevbk .uneditable-input.span6{width:342px}.wpdevbk input.span7,.wpdevbk textarea.span7,.wpdevbk .uneditable-input.span7{width:404px}.wpdevbk input.span8,.wpdevbk textarea.span8,.wpdevbk .uneditable-input.span8{width:466px}.wpdevbk input.span9,.wpdevbk textarea.span9,.wpdevbk .uneditable-input.span9{width:528px}.wpdevbk input.span10,.wpdevbk textarea.span10,.wpdevbk .uneditable-input.span10{width:590px}.wpdevbk input.span11,.wpdevbk textarea.span11,.wpdevbk .uneditable-input.span11{width:652px}.wpdevbk input.span12,.wpdevbk textarea.span12,.wpdevbk .uneditable-input.span12{width:714px}}@media(max-width:980px){body{padding-top:0}.wpdevbk .navbar-fixed-top{position:static;margin-bottom:18px}.wpdevbk .navbar-fixed-top .navbar-inner{padding:5px}.wpdevbk .navbar .container{width:auto;padding:0}.wpdevbk .navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px}.wpdevbk .navbar .nav-collapse{clear:left}.wpdevbk .navbar .nav{float:none;margin:0 0 9px}.wpdevbk .navbar .nav>li{float:none}.wpdevbk .navbar .nav>li>a{margin-bottom:2px}.wpdevbk .navbar .nav>.divider-vertical{display:none}.wpdevbk .navbar .nav>li>a,.wpdevbk .navbar .dropdown-menu a{padding:6px 15px;font-weight:bold;color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.wpdevbk .navbar .dropdown-menu li+li a{margin-bottom:2px}.wpdevbk .navbar .nav>li>a:hover,.wpdevbk .navbar .dropdown-menu a:hover{background-color:#222}.wpdevbk .navbar .dropdown-menu{position:static;top:auto;left:auto;float:none;display:block;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpdevbk .navbar .dropdown-menu:before,.wpdevbk .navbar .dropdown-menu:after{display:none}.wpdevbk .navbar .dropdown-menu .divider{display:none}.wpdevbk .navbar-form,.wpdevbk .navbar-search{float:none;padding:9px 15px;margin:9px 0;border-top:1px solid #222;border-bottom:1px solid #222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.wpdevbk .navbar .nav.pull-right{float:none;margin-left:0}.wpdevbk .navbar-static .navbar-inner{padding-left:10px;padding-right:10px}.wpdevbk .btn-navbar{display:block}.wpdevbk .nav-collapse{overflow:hidden;height:0}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.wpdevbk .row:before,.wpdevbk .row:after{display:table;content:""}.wpdevbk .row:after{clear:both}.wpdevbk [class*="span"]{float:left;margin-left:30px}.wpdevbk .span1{width:70px}.wpdevbk .span2{width:170px}.wpdevbk .span3{width:270px}.wpdevbk .span4{width:370px}.wpdevbk .span5{width:470px}.wpdevbk .span6{width:570px}.wpdevbk .span7{width:670px}.wpdevbk .span8{width:770px}.wpdevbk .span9{width:870px}.wpdevbk .span10{width:970px}.wpdevbk .span11{width:1070px}.wpdevbk .span12,.wpdevbk .container{width:1170px}.wpdevbk .offset1{margin-left:130px}.wpdevbk .offset2{margin-left:230px}.wpdevbk .offset3{margin-left:330px}.wpdevbk .offset4{margin-left:430px}.wpdevbk .offset5{margin-left:530px}.wpdevbk .offset6{margin-left:630px}.wpdevbk .offset7{margin-left:730px}.wpdevbk .offset8{margin-left:830px}.wpdevbk .offset9{margin-left:930px}.wpdevbk .offset10{margin-left:1030px}.wpdevbk .offset11{margin-left:1130px}.wpdevbk .row-fluid{width:100%;*zoom:1}.wpdevbk .row-fluid:before,.wpdevbk .row-fluid:after{display:table;content:""}.wpdevbk .row-fluid:after{clear:both}.wpdevbk .row-fluid>[class*="span"]{float:left;margin-left:2.564102564%}.wpdevbk .row-fluid>[class*="span"]:first-child{margin-left:0}.wpdevbk .row-fluid .span1{width:5.982905983%}.wpdevbk .row-fluid .span2{width:14.529914530000001%}.wpdevbk .row-fluid .span3{width:23.076923077%}.wpdevbk .row-fluid .span4{width:31.623931624%}.wpdevbk .row-fluid .span5{width:40.170940171000005%}.wpdevbk .row-fluid .span6{width:48.717948718%}.wpdevbk .row-fluid .span7{width:57.264957265%}.wpdevbk .row-fluid .span8{width:65.81196581200001%}.wpdevbk .row-fluid .span9{width:74.358974359%}.wpdevbk .row-fluid .span10{width:82.905982906%}.wpdevbk .row-fluid .span11{width:91.45299145300001%}.wpdevbk .row-fluid .span12{width:100%}.wpdevbk input.span1,.wpdevbk textarea.span1,.wpdevbk .uneditable-input.span1{width:60px}.wpdevbk input.span2,.wpdevbk textarea.span2,.wpdevbk .uneditable-input.span2{width:160px}.wpdevbk input.span3,.wpdevbk textarea.span3,.wpdevbk .uneditable-input.span3{width:260px}.wpdevbk input.span4,.wpdevbk textarea.span4,.wpdevbk .uneditable-input.span4{width:360px}.wpdevbk input.span5,.wpdevbk textarea.span5,.wpdevbk .uneditable-input.span5{width:460px}.wpdevbk input.span6,.wpdevbk textarea.span6,.wpdevbk .uneditable-input.span6{width:560px}.wpdevbk input.span7,.wpdevbk textarea.span7,.wpdevbk .uneditable-input.span7{width:660px}.wpdevbk input.span8,.wpdevbk textarea.span8,.wpdevbk .uneditable-input.span8{width:760px}.wpdevbk input.span9,.wpdevbk textarea.span9,.wpdevbk .uneditable-input.span9{width:860px}.wpdevbk input.span10,.wpdevbk textarea.span10,.wpdevbk .uneditable-input.span10{width:960px}.wpdevbk input.span11,.wpdevbk textarea.span11,.wpdevbk .uneditable-input.span11{width:1060px}.wpdevbk input.span12,.wpdevbk textarea.span12,.wpdevbk .uneditable-input.span12{width:1160px}.wpdevbk .thumbnails{margin-left:-30px}.wpdevbk .thumbnails>li{margin-left:30px}}
interface/bs/css/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
interface/bs/img/glyphicons-halflings-white.png ADDED
Binary file
interface/bs/img/glyphicons-halflings.png ADDED
Binary file
interface/bs/img/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
interface/bs/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
interface/bs/js/bs.js ADDED
@@ -0,0 +1,1733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ===================================================
2
+ * bootstrap-transition.js v2.0.0
3
+ * http://twitter.github.com/bootstrap/javascript.html#transitions
4
+ * ===================================================
5
+ * Copyright 2012 Twitter, Inc.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * ========================================================== */
19
+
20
+ !function( $ ) {
21
+
22
+ $(function () {
23
+
24
+ "use strict"
25
+
26
+ /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
27
+ * ======================================================= */
28
+
29
+ $.support.transition = (function () {
30
+ var thisBody = document.body || document.documentElement
31
+ , thisStyle = thisBody.style
32
+ , support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined
33
+
34
+ return support && {
35
+ end: (function () {
36
+ var transitionEnd = "TransitionEnd"
37
+ if ( $.browser.webkit ) {
38
+ transitionEnd = "webkitTransitionEnd"
39
+ } else if ( $.browser.mozilla ) {
40
+ transitionEnd = "transitionend"
41
+ } else if ( $.browser.opera ) {
42
+ transitionEnd = "oTransitionEnd"
43
+ }
44
+ return transitionEnd
45
+ }())
46
+ }
47
+ })()
48
+
49
+ })
50
+
51
+ }( window.jQuery )
52
+
53
+ /* =========================================================
54
+ * bootstrap-modal.js v2.0.0
55
+ * http://twitter.github.com/bootstrap/javascript.html#modals
56
+ * =========================================================
57
+ * Copyright 2012 Twitter, Inc.
58
+ *
59
+ * Licensed under the Apache License, Version 2.0 (the "License");
60
+ * you may not use this file except in compliance with the License.
61
+ * You may obtain a copy of the License at
62
+ *
63
+ * http://www.apache.org/licenses/LICENSE-2.0
64
+ *
65
+ * Unless required by applicable law or agreed to in writing, software
66
+ * distributed under the License is distributed on an "AS IS" BASIS,
67
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
68
+ * See the License for the specific language governing permissions and
69
+ * limitations under the License.
70
+ * ========================================================= */
71
+
72
+
73
+ !function( $ ){
74
+
75
+ "use strict"
76
+
77
+ /* MODAL CLASS DEFINITION
78
+ * ====================== */
79
+
80
+ var Modal = function ( content, options ) {
81
+ this.options = $.extend({}, $.fn.modal.defaults, options)
82
+ this.$element = $(content)
83
+ .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this))
84
+ }
85
+
86
+ Modal.prototype = {
87
+
88
+ constructor: Modal
89
+
90
+ , toggle: function () {
91
+ return this[!this.isShown ? 'show' : 'hide']()
92
+ }
93
+
94
+ , show: function () {
95
+ var that = this
96
+
97
+ if (this.isShown) return
98
+
99
+ $('body').addClass('modal-open')
100
+
101
+ this.isShown = true
102
+ this.$element.trigger('show')
103
+
104
+ escape.call(this)
105
+ backdrop.call(this, function () {
106
+ var transition = $.support.transition && that.$element.hasClass('fade')
107
+
108
+ !that.$element.parent().length && that.$element.appendTo(document.body) //don't move modals dom position
109
+
110
+ that.$element
111
+ .show()
112
+
113
+ if (transition) {
114
+ that.$element[0].offsetWidth // force reflow
115
+ }
116
+
117
+ that.$element.addClass('in')
118
+
119
+ transition ?
120
+ that.$element.one($.support.transition.end, function () { that.$element.trigger('shown') }) :
121
+ that.$element.trigger('shown')
122
+
123
+ })
124
+ }
125
+
126
+ , hide: function ( e ) {
127
+ e && e.preventDefault()
128
+
129
+ if (!this.isShown) return
130
+
131
+ var that = this
132
+ this.isShown = false
133
+
134
+ $('body').removeClass('modal-open')
135
+
136
+ escape.call(this)
137
+
138
+ this.$element
139
+ .trigger('hide')
140
+ .removeClass('in')
141
+
142
+ $.support.transition && this.$element.hasClass('fade') ?
143
+ hideWithTransition.call(this) :
144
+ hideModal.call(this)
145
+ }
146
+
147
+ }
148
+
149
+
150
+ /* MODAL PRIVATE METHODS
151
+ * ===================== */
152
+
153
+ function hideWithTransition() {
154
+ var that = this
155
+ , timeout = setTimeout(function () {
156
+ that.$element.off($.support.transition.end)
157
+ hideModal.call(that)
158
+ }, 500)
159
+
160
+ this.$element.one($.support.transition.end, function () {
161
+ clearTimeout(timeout)
162
+ hideModal.call(that)
163
+ })
164
+ }
165
+
166
+ function hideModal( that ) {
167
+ this.$element
168
+ .hide()
169
+ .trigger('hidden')
170
+
171
+ backdrop.call(this)
172
+ }
173
+
174
+ function backdrop( callback ) {
175
+ var that = this
176
+ , animate = this.$element.hasClass('fade') ? 'fade' : ''
177
+
178
+ if (this.isShown && this.options.backdrop) {
179
+ var doAnimate = $.support.transition && animate
180
+
181
+ this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
182
+ .appendTo(document.body)
183
+
184
+ if (this.options.backdrop != 'static') {
185
+ this.$backdrop.click($.proxy(this.hide, this))
186
+ }
187
+
188
+ if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
189
+
190
+ this.$backdrop.addClass('in')
191
+
192
+ doAnimate ?
193
+ this.$backdrop.one($.support.transition.end, callback) :
194
+ callback()
195
+
196
+ } else if (!this.isShown && this.$backdrop) {
197
+ this.$backdrop.removeClass('in')
198
+
199
+ $.support.transition && this.$element.hasClass('fade')?
200
+ this.$backdrop.one($.support.transition.end, $.proxy(removeBackdrop, this)) :
201
+ removeBackdrop.call(this)
202
+
203
+ } else if (callback) {
204
+ callback()
205
+ }
206
+ }
207
+
208
+ function removeBackdrop() {
209
+ this.$backdrop.remove()
210
+ this.$backdrop = null
211
+ }
212
+
213
+ function escape() {
214
+ var that = this
215
+ if (this.isShown && this.options.keyboard) {
216
+ $(document).on('keyup.dismiss.modal', function ( e ) {
217
+ e.which == 27 && that.hide()
218
+ })
219
+ } else if (!this.isShown) {
220
+ $(document).off('keyup.dismiss.modal')
221
+ }
222
+ }
223
+
224
+
225
+ /* MODAL PLUGIN DEFINITION
226
+ * ======================= */
227
+
228
+ $.fn.modal = function ( option ) {
229
+ return this.each(function () {
230
+ var $this = $(this)
231
+ , data = $this.data('modal')
232
+ , options = typeof option == 'object' && option
233
+ if (!data) $this.data('modal', (data = new Modal(this, options)))
234
+ if (typeof option == 'string') data[option]()
235
+ else data.show()
236
+ })
237
+ }
238
+
239
+ $.fn.modal.defaults = {
240
+ backdrop: true
241
+ , keyboard: true
242
+ }
243
+
244
+ $.fn.modal.Constructor = Modal
245
+
246
+
247
+ /* MODAL DATA-API
248
+ * ============== */
249
+
250
+ $(function () {
251
+ $('body').on('click.modal.data-api', '[data-toggle="modal"]', function ( e ) {
252
+ var $this = $(this), href
253
+ , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
254
+ , option = $target.data('modal') ? 'toggle' : $.extend({}, $target.data(), $this.data())
255
+
256
+ e.preventDefault()
257
+ $target.modal(option)
258
+ })
259
+ })
260
+
261
+ }( window.jQuery )
262
+
263
+ /* ============================================================
264
+ * bootstrap-dropdown.js v2.0.0
265
+ * http://twitter.github.com/bootstrap/javascript.html#dropdowns
266
+ * ============================================================
267
+ * Copyright 2012 Twitter, Inc.
268
+ *
269
+ * Licensed under the Apache License, Version 2.0 (the "License");
270
+ * you may not use this file except in compliance with the License.
271
+ * You may obtain a copy of the License at
272
+ *
273
+ * http://www.apache.org/licenses/LICENSE-2.0
274
+ *
275
+ * Unless required by applicable law or agreed to in writing, software
276
+ * distributed under the License is distributed on an "AS IS" BASIS,
277
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
278
+ * See the License for the specific language governing permissions and
279
+ * limitations under the License.
280
+ * ============================================================ */
281
+
282
+
283
+ !function( $ ){
284
+
285
+ "use strict"
286
+
287
+ /* DROPDOWN CLASS DEFINITION
288
+ * ========================= */
289
+
290
+ var toggle = '[data-toggle="dropdown"]'
291
+ , Dropdown = function ( element ) {
292
+ var $el = $(element).on('click.dropdown.data-api', this.toggle)
293
+ $('html').on('click.dropdown.data-api', function () {
294
+ $el.parent().removeClass('open')
295
+ })
296
+ }
297
+
298
+ Dropdown.prototype = {
299
+
300
+ constructor: Dropdown
301
+
302
+ , toggle: function ( e ) {
303
+ var $this = $(this)
304
+ , selector = $this.attr('data-target')
305
+ , $parent
306
+ , isActive
307
+
308
+ if (!selector) {
309
+ selector = $this.attr('href')
310
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
311
+ }
312
+
313
+ $parent = $(selector)
314
+ $parent.length || ($parent = $this.parent())
315
+
316
+ isActive = $parent.hasClass('open')
317
+
318
+ clearMenus()
319
+ !isActive && $parent.toggleClass('open')
320
+
321
+ return false
322
+ }
323
+
324
+ }
325
+
326
+ function clearMenus() {
327
+ $(toggle).parent().removeClass('open')
328
+ }
329
+
330
+
331
+ /* DROPDOWN PLUGIN DEFINITION
332
+ * ========================== */
333
+
334
+ $.fn.dropdown = function ( option ) {
335
+ return this.each(function () {
336
+ var $this = $(this)
337
+ , data = $this.data('dropdown')
338
+ if (!data) $this.data('dropdown', (data = new Dropdown(this)))
339
+ if (typeof option == 'string') data[option].call($this)
340
+ })
341
+ }
342
+
343
+ $.fn.dropdown.Constructor = Dropdown
344
+
345
+
346
+ /* APPLY TO STANDARD DROPDOWN ELEMENTS
347
+ * =================================== */
348
+
349
+ $(function () {
350
+ $('html').on('click.dropdown.data-api', clearMenus)
351
+ $('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
352
+ })
353
+
354
+ }( window.jQuery )
355
+
356
+ /* =============================================================
357
+ * bootstrap-scrollspy.js v2.0.0
358
+ * http://twitter.github.com/bootstrap/javascript.html#scrollspy
359
+ * =============================================================
360
+ * Copyright 2012 Twitter, Inc.
361
+ *
362
+ * Licensed under the Apache License, Version 2.0 (the "License");
363
+ * you may not use this file except in compliance with the License.
364
+ * You may obtain a copy of the License at
365
+ *
366
+ * http://www.apache.org/licenses/LICENSE-2.0
367
+ *
368
+ * Unless required by applicable law or agreed to in writing, software
369
+ * distributed under the License is distributed on an "AS IS" BASIS,
370
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
371
+ * See the License for the specific language governing permissions and
372
+ * limitations under the License.
373
+ * ============================================================== */
374
+
375
+ !function ( $ ) {
376
+
377
+ "use strict"
378
+
379
+ /* SCROLLSPY CLASS DEFINITION
380
+ * ========================== */
381
+
382
+ function ScrollSpy( element, options) {
383
+ var process = $.proxy(this.process, this)
384
+ , $element = $(element).is('body') ? $(window) : $(element)
385
+ , href
386
+ this.options = $.extend({}, $.fn.scrollspy.defaults, options)
387
+ this.$scrollElement = $element.on('scroll.scroll.data-api', process)
388
+ this.selector = (this.options.target
389
+ || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
390
+ || '') + ' .nav li > a'
391
+ this.$body = $('body').on('click.scroll.data-api', this.selector, process)
392
+ this.refresh()
393
+ this.process()
394
+ }
395
+
396
+ ScrollSpy.prototype = {
397
+
398
+ constructor: ScrollSpy
399
+
400
+ , refresh: function () {
401
+ this.targets = this.$body
402
+ .find(this.selector)
403
+ .map(function () {
404
+ var href = $(this).attr('href')
405
+ return /^#\w/.test(href) && $(href).length ? href : null
406
+ })
407
+
408
+ this.offsets = $.map(this.targets, function (id) {
409
+ return $(id).position().top
410
+ })
411
+ }
412
+
413
+ , process: function () {
414
+ var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
415
+ , offsets = this.offsets
416
+ , targets = this.targets
417
+ , activeTarget = this.activeTarget
418
+ , i
419
+
420
+ for (i = offsets.length; i--;) {
421
+ activeTarget != targets[i]
422
+ && scrollTop >= offsets[i]
423
+ && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
424
+ && this.activate( targets[i] )
425
+ }
426
+ }
427
+
428
+ , activate: function (target) {
429
+ var active
430
+
431
+ this.activeTarget = target
432
+
433
+ this.$body
434
+ .find(this.selector).parent('.active')
435
+ .removeClass('active')
436
+
437
+ active = this.$body
438
+ .find(this.selector + '[href="' + target + '"]')
439
+ .parent('li')
440
+ .addClass('active')
441
+
442
+ if ( active.parent('.dropdown-menu') ) {
443
+ active.closest('li.dropdown').addClass('active')
444
+ }
445
+ }
446
+
447
+ }
448
+
449
+
450
+ /* SCROLLSPY PLUGIN DEFINITION
451
+ * =========================== */
452
+
453
+ $.fn.scrollspy = function ( option ) {
454
+ return this.each(function () {
455
+ var $this = $(this)
456
+ , data = $this.data('scrollspy')
457
+ , options = typeof option == 'object' && option
458
+ if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options)))
459
+ if (typeof option == 'string') data[option]()
460
+ })
461
+ }
462
+
463
+ $.fn.scrollspy.Constructor = ScrollSpy
464
+
465
+ $.fn.scrollspy.defaults = {
466
+ offset: 10
467
+ }
468
+
469
+
470
+ /* SCROLLSPY DATA-API
471
+ * ================== */
472
+
473
+ $(function () {
474
+ $('[data-spy="scroll"]').each(function () {
475
+ var $spy = $(this)
476
+ $spy.scrollspy($spy.data())
477
+ })
478
+ })
479
+
480
+ }( window.jQuery )
481
+
482
+ /* ========================================================
483
+ * bootstrap-tab.js v2.0.0
484
+ * http://twitter.github.com/bootstrap/javascript.html#tabs
485
+ * ========================================================
486
+ * Copyright 2012 Twitter, Inc.
487
+ *
488
+ * Licensed under the Apache License, Version 2.0 (the "License");
489
+ * you may not use this file except in compliance with the License.
490
+ * You may obtain a copy of the License at
491
+ *
492
+ * http://www.apache.org/licenses/LICENSE-2.0
493
+ *
494
+ * Unless required by applicable law or agreed to in writing, software
495
+ * distributed under the License is distributed on an "AS IS" BASIS,
496
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
497
+ * See the License for the specific language governing permissions and
498
+ * limitations under the License.
499
+ * ======================================================== */
500
+
501
+
502
+ !function( $ ){
503
+
504
+ "use strict"
505
+
506
+ /* TAB CLASS DEFINITION
507
+ * ==================== */
508
+
509
+ var Tab = function ( element ) {
510
+ this.element = $(element)
511
+ }
512
+
513
+ Tab.prototype = {
514
+
515
+ constructor: Tab
516
+
517
+ , show: function () {
518
+ var $this = this.element
519
+ , $ul = $this.closest('ul:not(.dropdown-menu)')
520
+ , selector = $this.attr('data-target')
521
+ , previous
522
+ , $target
523
+
524
+ if (!selector) {
525
+ selector = $this.attr('href')
526
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
527
+ }
528
+
529
+ if ( $this.parent('li').hasClass('active') ) return
530
+
531
+ previous = $ul.find('.active a').last()[0]
532
+
533
+ $this.trigger({
534
+ type: 'show'
535
+ , relatedTarget: previous
536
+ })
537
+
538
+ $target = $(selector)
539
+
540
+ this.activate($this.parent('li'), $ul)
541
+ this.activate($target, $target.parent(), function () {
542
+ $this.trigger({
543
+ type: 'shown'
544
+ , relatedTarget: previous
545
+ })
546
+ })
547
+ }
548
+
549
+ , activate: function ( element, container, callback) {
550
+ var $active = container.find('> .active')
551
+ , transition = callback
552
+ && $.support.transition
553
+ && $active.hasClass('fade')
554
+
555
+ function next() {
556
+ $active
557
+ .removeClass('active')
558
+ .find('> .dropdown-menu > .active')
559
+ .removeClass('active')
560
+
561
+ element.addClass('active')
562
+
563
+ if (transition) {
564
+ element[0].offsetWidth // reflow for transition
565
+ element.addClass('in')
566
+ } else {
567
+ element.removeClass('fade')
568
+ }
569
+
570
+ if ( element.parent('.dropdown-menu') ) {
571
+ element.closest('li.dropdown').addClass('active')
572
+ }
573
+
574
+ callback && callback()
575
+ }
576
+
577
+ transition ?
578
+ $active.one($.support.transition.end, next) :
579
+ next()
580
+
581
+ $active.removeClass('in')
582
+ }
583
+ }
584
+
585
+
586
+ /* TAB PLUGIN DEFINITION
587
+ * ===================== */
588
+
589
+ $.fn.tab = function ( option ) {
590
+ return this.each(function () {
591
+ var $this = $(this)
592
+ , data = $this.data('tab')
593
+ if (!data) $this.data('tab', (data = new Tab(this)))
594
+ if (typeof option == 'string') data[option]()
595
+ })
596
+ }
597
+
598
+ $.fn.tab.Constructor = Tab
599
+
600
+
601
+ /* TAB DATA-API
602
+ * ============ */
603
+
604
+ $(function () {
605
+ $('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
606
+ e.preventDefault()
607
+ $(this).tab('show')
608
+ })
609
+ })
610
+
611
+ }( window.jQuery )
612
+
613
+ /* ===========================================================
614
+ * bootstrap-tooltip.js v2.0.0
615
+ * http://twitter.github.com/bootstrap/javascript.html#tooltips
616
+ * Inspired by the original jQuery.tipsy by Jason Frame
617
+ * ===========================================================
618
+ * Copyright 2012 Twitter, Inc.
619
+ *
620
+ * Licensed under the Apache License, Version 2.0 (the "License");
621
+ * you may not use this file except in compliance with the License.
622
+ * You may obtain a copy of the License at
623
+ *
624
+ * http://www.apache.org/licenses/LICENSE-2.0
625
+ *
626
+ * Unless required by applicable law or agreed to in writing, software
627
+ * distributed under the License is distributed on an "AS IS" BASIS,
628
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
629
+ * See the License for the specific language governing permissions and
630
+ * limitations under the License.
631
+ * ========================================================== */
632
+
633
+ !function( $ ) {
634
+
635
+ "use strict"
636
+
637
+ /* TOOLTIP PUBLIC CLASS DEFINITION
638
+ * =============================== */
639
+
640
+ var Tooltip = function ( element, options ) {
641
+ this.init('tooltip', element, options)
642
+ }
643
+
644
+ Tooltip.prototype = {
645
+
646
+ constructor: Tooltip
647
+
648
+ , init: function ( type, element, options ) {
649
+ var eventIn
650
+ , eventOut
651
+
652
+ this.type = type
653
+ this.$element = $(element)
654
+ this.options = this.getOptions(options)
655
+ this.enabled = true
656
+
657
+ if (this.options.trigger != 'manual') {
658
+ eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
659
+ eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
660
+ this.$element.on(eventIn, this.options.selector, $.proxy(this.enter, this))
661
+ this.$element.on(eventOut, this.options.selector, $.proxy(this.leave, this))
662
+ }
663
+
664
+ this.options.selector ?
665
+ (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
666
+ this.fixTitle()
667
+ }
668
+
669
+ , getOptions: function ( options ) {
670
+ options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
671
+
672
+ if (options.delay && typeof options.delay == 'number') {
673
+ options.delay = {
674
+ show: options.delay
675
+ , hide: options.delay
676
+ }
677
+ }
678
+
679
+ return options
680
+ }
681
+
682
+ , enter: function ( e ) {
683
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
684
+
685
+ if (!self.options.delay || !self.options.delay.show) {
686
+ self.show()
687
+ } else {
688
+ self.hoverState = 'in'
689
+ setTimeout(function() {
690
+ if (self.hoverState == 'in') {
691
+ self.show()
692
+ }
693
+ }, self.options.delay.show)
694
+ }
695
+ }
696
+
697
+ , leave: function ( e ) {
698
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
699
+
700
+ if (!self.options.delay || !self.options.delay.hide) {
701
+ self.hide()
702
+ } else {
703
+ self.hoverState = 'out'
704
+ setTimeout(function() {
705
+ if (self.hoverState == 'out') {
706
+ self.hide()
707
+ }
708
+ }, self.options.delay.hide)
709
+ }
710
+ }
711
+
712
+ , show: function () {
713
+ var $tip
714
+ , inside
715
+ , pos
716
+ , actualWidth
717
+ , actualHeight
718
+ , placement
719
+ , tp
720
+
721
+ if (this.hasContent() && this.enabled) {
722
+ $tip = this.tip()
723
+ this.setContent()
724
+
725
+ if (this.options.animation) {
726
+ $tip.addClass('fade')
727
+ }
728
+
729
+ placement = typeof this.options.placement == 'function' ?
730
+ this.options.placement.call(this, $tip[0], this.$element[0]) :
731
+ this.options.placement
732
+
733
+ inside = /in/.test(placement)
734
+
735
+ $tip
736
+ .remove()
737
+ .css({ top: 0, left: 0, display: 'block' })
738
+ .appendTo(inside ? this.$element : document.body)
739
+
740
+ pos = this.getPosition(inside)
741
+
742
+ actualWidth = $tip[0].offsetWidth
743
+ actualHeight = $tip[0].offsetHeight
744
+
745
+ switch (inside ? placement.split(' ')[1] : placement) {
746
+ case 'bottom':
747
+ tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
748
+ break
749
+ case 'top':
750
+ tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
751
+ break
752
+ case 'left':
753
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
754
+ break
755
+ case 'right':
756
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
757
+ break
758
+ }
759
+
760
+ $tip
761
+ .css(tp)
762
+ .addClass(placement)
763
+ .addClass('in')
764
+ }
765
+ }
766
+
767
+ , setContent: function () {
768
+ var $tip = this.tip()
769
+ $tip.find('.tooltip-inner').html(this.getTitle())
770
+ $tip.removeClass('fade in top bottom left right')
771
+ }
772
+
773
+ , hide: function () {
774
+ var that = this
775
+ , $tip = this.tip()
776
+
777
+ $tip.removeClass('in')
778
+
779
+ function removeWithAnimation() {
780
+ var timeout = setTimeout(function () {
781
+ $tip.off($.support.transition.end).remove()
782
+ }, 500)
783
+
784
+ $tip.one($.support.transition.end, function () {
785
+ clearTimeout(timeout)
786
+ $tip.remove()
787
+ })
788
+ }
789
+
790
+ $.support.transition && this.$tip.hasClass('fade') ?
791
+ removeWithAnimation() :
792
+ $tip.remove()
793
+ }
794
+
795
+ , fixTitle: function () {
796
+ var $e = this.$element
797
+ if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
798
+ $e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
799
+ }
800
+ }
801
+
802
+ , hasContent: function () {
803
+ return this.getTitle()
804
+ }
805
+
806
+ , getPosition: function (inside) {
807
+ return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
808
+ width: this.$element[0].offsetWidth
809
+ , height: this.$element[0].offsetHeight
810
+ })
811
+ }
812
+
813
+ , getTitle: function () {
814
+ var title
815
+ , $e = this.$element
816
+ , o = this.options
817
+
818
+ title = $e.attr('data-original-title')
819
+ || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
820
+
821
+ title = title.toString().replace(/(^\s*|\s*$)/, "")
822
+
823
+ return title
824
+ }
825
+
826
+ , tip: function () {
827
+ return this.$tip = this.$tip || $(this.options.template)
828
+ }
829
+
830
+ , validate: function () {
831
+ if (!this.$element[0].parentNode) {
832
+ this.hide()
833
+ this.$element = null
834
+ this.options = null
835
+ }
836
+ }
837
+
838
+ , enable: function () {
839
+ this.enabled = true
840
+ }
841
+
842
+ , disable: function () {
843
+ this.enabled = false
844
+ }
845
+
846
+ , toggleEnabled: function () {
847
+ this.enabled = !this.enabled
848
+ }
849
+
850
+ , toggle: function () {
851
+ this[this.tip().hasClass('in') ? 'hide' : 'show']()
852
+ }
853
+
854
+ }
855
+
856
+
857
+ /* TOOLTIP PLUGIN DEFINITION
858
+ * ========================= */
859
+
860
+ $.fn.tooltip = function ( option ) {
861
+ return this.each(function () {
862
+ var $this = $(this)
863
+ , data = $this.data('tooltip')
864
+ , options = typeof option == 'object' && option
865
+ if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
866
+ if (typeof option == 'string') data[option]()
867
+ })
868
+ }
869
+
870
+ $.fn.tooltip.Constructor = Tooltip
871
+
872
+ $.fn.tooltip.defaults = {
873
+ animation: true
874
+ , delay: 0
875
+ , selector: false
876
+ , placement: 'top'
877
+ , trigger: 'hover'
878
+ , title: ''
879
+ , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
880
+ }
881
+
882
+ }( window.jQuery )
883
+
884
+ /* ===========================================================
885
+ * bootstrap-popover.js v2.0.0
886
+ * http://twitter.github.com/bootstrap/javascript.html#popovers
887
+ * ===========================================================
888
+ * Copyright 2012 Twitter, Inc.
889
+ *
890
+ * Licensed under the Apache License, Version 2.0 (the "License");
891
+ * you may not use this file except in compliance with the License.
892
+ * You may obtain a copy of the License at
893
+ *
894
+ * http://www.apache.org/licenses/LICENSE-2.0
895
+ *
896
+ * Unless required by applicable law or agreed to in writing, software
897
+ * distributed under the License is distributed on an "AS IS" BASIS,
898
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
899
+ * See the License for the specific language governing permissions and
900
+ * limitations under the License.
901
+ * =========================================================== */
902
+
903
+
904
+ !function( $ ) {
905
+
906
+ "use strict"
907
+
908
+ var Popover = function ( element, options ) {
909
+ this.init('popover', element, options)
910
+ }
911
+
912
+ /* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js
913
+ ========================================== */
914
+
915
+ Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
916
+
917
+ constructor: Popover
918
+
919
+ , setContent: function () {
920
+ var $tip = this.tip()
921
+ , title = this.getTitle()
922
+ , content = this.getContent()
923
+
924
+ $tip.find('.popover-title')[ $.type(title) == 'object' ? 'append' : 'html' ](title)
925
+ $tip.find('.popover-content > *')[ $.type(content) == 'object' ? 'append' : 'html' ](content)
926
+
927
+ $tip.removeClass('fade top bottom left right in')
928
+ }
929
+
930
+ , hasContent: function () {
931
+ return this.getTitle() || this.getContent()
932
+ }
933
+
934
+ , getContent: function () {
935
+ var content
936
+ , $e = this.$element
937
+ , o = this.options
938
+
939
+ content = $e.attr('data-content')
940
+ || (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
941
+
942
+ content = content.toString().replace(/(^\s*|\s*$)/, "")
943
+
944
+ return content
945
+ }
946
+
947
+ , tip: function() {
948
+ if (!this.$tip) {
949
+ this.$tip = $(this.options.template)
950
+ }
951
+ return this.$tip
952
+ }
953
+
954
+ })
955
+
956
+
957
+ /* POPOVER PLUGIN DEFINITION
958
+ * ======================= */
959
+
960
+ $.fn.popover = function ( option ) {
961
+ return this.each(function () {
962
+ var $this = $(this)
963
+ , data = $this.data('popover')
964
+ , options = typeof option == 'object' && option
965
+ if (!data) $this.data('popover', (data = new Popover(this, options)))
966
+ if (typeof option == 'string') data[option]()
967
+ })
968
+ }
969
+
970
+ $.fn.popover.Constructor = Popover
971
+
972
+ $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
973
+ placement: 'right'
974
+ , content: ''
975
+ , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
976
+ })
977
+
978
+ }( window.jQuery )
979
+
980
+ /* ==========================================================
981
+ * bootstrap-alert.js v2.0.0
982
+ * http://twitter.github.com/bootstrap/javascript.html#alerts
983
+ * ==========================================================
984
+ * Copyright 2012 Twitter, Inc.
985
+ *
986
+ * Licensed under the Apache License, Version 2.0 (the "License");
987
+ * you may not use this file except in compliance with the License.
988
+ * You may obtain a copy of the License at
989
+ *
990
+ * http://www.apache.org/licenses/LICENSE-2.0
991
+ *
992
+ * Unless required by applicable law or agreed to in writing, software
993
+ * distributed under the License is distributed on an "AS IS" BASIS,
994
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
995
+ * See the License for the specific language governing permissions and
996
+ * limitations under the License.
997
+ * ========================================================== */
998
+
999
+
1000
+ !function( $ ){
1001
+
1002
+ "use strict"
1003
+
1004
+ /* ALERT CLASS DEFINITION
1005
+ * ====================== */
1006
+
1007
+ var dismiss = '[data-dismiss="alert"]'
1008
+ , Alert = function ( el ) {
1009
+ $(el).on('click', dismiss, this.close)
1010
+ }
1011
+
1012
+ Alert.prototype = {
1013
+
1014
+ constructor: Alert
1015
+
1016
+ , close: function ( e ) {
1017
+ var $this = $(this)
1018
+ , selector = $this.attr('data-target')
1019
+ , $parent
1020
+
1021
+ if (!selector) {
1022
+ selector = $this.attr('href')
1023
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
1024
+ }
1025
+
1026
+ $parent = $(selector)
1027
+ $parent.trigger('close')
1028
+
1029
+ e && e.preventDefault()
1030
+
1031
+ $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
1032
+
1033
+ $parent.removeClass('in')
1034
+
1035
+ function removeElement() {
1036
+ $parent.remove()
1037
+ $parent.trigger('closed')
1038
+ }
1039
+
1040
+ $.support.transition && $parent.hasClass('fade') ?
1041
+ $parent.on($.support.transition.end, removeElement) :
1042
+ removeElement()
1043
+ }
1044
+
1045
+ }
1046
+
1047
+
1048
+ /* ALERT PLUGIN DEFINITION
1049
+ * ======================= */
1050
+
1051
+ $.fn.alert = function ( option ) {
1052
+ return this.each(function () {
1053
+ var $this = $(this)
1054
+ , data = $this.data('alert')
1055
+ if (!data) $this.data('alert', (data = new Alert(this)))
1056
+ if (typeof option == 'string') data[option].call($this)
1057
+ })
1058
+ }
1059
+
1060
+ $.fn.alert.Constructor = Alert
1061
+
1062
+
1063
+ /* ALERT DATA-API
1064
+ * ============== */
1065
+
1066
+ $(function () {
1067
+ $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
1068
+ })
1069
+
1070
+ }( window.jQuery )
1071
+
1072
+ /* ============================================================
1073
+ * bootstrap-button.js v2.0.0
1074
+ * http://twitter.github.com/bootstrap/javascript.html#buttons
1075
+ * ============================================================
1076
+ * Copyright 2012 Twitter, Inc.
1077
+ *
1078
+ * Licensed under the Apache License, Version 2.0 (the "License");
1079
+ * you may not use this file except in compliance with the License.
1080
+ * You may obtain a copy of the License at
1081
+ *
1082
+ * http://www.apache.org/licenses/LICENSE-2.0
1083
+ *
1084
+ * Unless required by applicable law or agreed to in writing, software
1085
+ * distributed under the License is distributed on an "AS IS" BASIS,
1086
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1087
+ * See the License for the specific language governing permissions and
1088
+ * limitations under the License.
1089
+ * ============================================================ */
1090
+
1091
+ !function( $ ){
1092
+
1093
+ "use strict"
1094
+
1095
+ /* BUTTON PUBLIC CLASS DEFINITION
1096
+ * ============================== */
1097
+
1098
+ var Button = function ( element, options ) {
1099
+ this.$element = $(element)
1100
+ this.options = $.extend({}, $.fn.button.defaults, options)
1101
+ }
1102
+
1103
+ Button.prototype = {
1104
+
1105
+ constructor: Button
1106
+
1107
+ , setState: function ( state ) {
1108
+ var d = 'disabled'
1109
+ , $el = this.$element
1110
+ , data = $el.data()
1111
+ , val = $el.is('input') ? 'val' : 'html'
1112
+
1113
+ state = state + 'Text'
1114
+ data.resetText || $el.data('resetText', $el[val]())
1115
+
1116
+ $el[val](data[state] || this.options[state])
1117
+
1118
+ // push to event loop to allow forms to submit
1119
+ setTimeout(function () {
1120
+ state == 'loadingText' ?
1121
+ $el.addClass(d).attr(d, d) :
1122
+ $el.removeClass(d).removeAttr(d)
1123
+ }, 0)
1124
+ }
1125
+
1126
+ , toggle: function () {
1127
+ var $parent = this.$element.parent('[data-toggle="buttons-radio"]')
1128
+
1129
+ $parent && $parent
1130
+ .find('.active')
1131
+ .removeClass('active')
1132
+
1133
+ this.$element.toggleClass('active')
1134
+ }
1135
+
1136
+ }
1137
+
1138
+
1139
+ /* BUTTON PLUGIN DEFINITION
1140
+ * ======================== */
1141
+
1142
+ $.fn.button = function ( option ) {
1143
+ return this.each(function () {
1144
+ var $this = $(this)
1145
+ , data = $this.data('button')
1146
+ , options = typeof option == 'object' && option
1147
+ if (!data) $this.data('button', (data = new Button(this, options)))
1148
+ if (option == 'toggle') data.toggle()
1149
+ else if (option) data.setState(option)
1150
+ })
1151
+ }
1152
+
1153
+ $.fn.button.defaults = {
1154
+ loadingText: 'loading...'
1155
+ }
1156
+
1157
+ $.fn.button.Constructor = Button
1158
+
1159
+
1160
+ /* BUTTON DATA-API
1161
+ * =============== */
1162
+
1163
+ $(function () {
1164
+ $('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
1165
+ $(e.target).button('toggle')
1166
+ })
1167
+ })
1168
+
1169
+ }( window.jQuery )
1170
+
1171
+ /* =============================================================
1172
+ * bootstrap-collapse.js v2.0.0
1173
+ * http://twitter.github.com/bootstrap/javascript.html#collapse
1174
+ * =============================================================
1175
+ * Copyright 2012 Twitter, Inc.
1176
+ *
1177
+ * Licensed under the Apache License, Version 2.0 (the "License");
1178
+ * you may not use this file except in compliance with the License.
1179
+ * You may obtain a copy of the License at
1180
+ *
1181
+ * http://www.apache.org/licenses/LICENSE-2.0
1182
+ *
1183
+ * Unless required by applicable law or agreed to in writing, software
1184
+ * distributed under the License is distributed on an "AS IS" BASIS,
1185
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1186
+ * See the License for the specific language governing permissions and
1187
+ * limitations under the License.
1188
+ * ============================================================ */
1189
+
1190
+ !function( $ ){
1191
+
1192
+ "use strict"
1193
+
1194
+ var Collapse = function ( element, options ) {
1195
+ this.$element = $(element)
1196
+ this.options = $.extend({}, $.fn.collapse.defaults, options)
1197
+
1198
+ if (this.options["parent"]) {
1199
+ this.$parent = $(this.options["parent"])
1200
+ }
1201
+
1202
+ this.options.toggle && this.toggle()
1203
+ }
1204
+
1205
+ Collapse.prototype = {
1206
+
1207
+ constructor: Collapse
1208
+
1209
+ , dimension: function () {
1210
+ var hasWidth = this.$element.hasClass('width')
1211
+ return hasWidth ? 'width' : 'height'
1212
+ }
1213
+
1214
+ , show: function () {
1215
+ var dimension = this.dimension()
1216
+ , scroll = $.camelCase(['scroll', dimension].join('-'))
1217
+ , actives = this.$parent && this.$parent.find('.in')
1218
+ , hasData
1219
+
1220
+ if (actives && actives.length) {
1221
+ hasData = actives.data('collapse')
1222
+ actives.collapse('hide')
1223
+ hasData || actives.data('collapse', null)
1224
+ }
1225
+
1226
+ this.$element[dimension](0)
1227
+ this.transition('addClass', 'show', 'shown')
1228
+ this.$element[dimension](this.$element[0][scroll])
1229
+
1230
+ }
1231
+
1232
+ , hide: function () {
1233
+ var dimension = this.dimension()
1234
+ this.reset(this.$element[dimension]())
1235
+ this.transition('removeClass', 'hide', 'hidden')
1236
+ this.$element[dimension](0)
1237
+ }
1238
+
1239
+ , reset: function ( size ) {
1240
+ var dimension = this.dimension()
1241
+
1242
+ this.$element
1243
+ .removeClass('collapse')
1244
+ [dimension](size || 'auto')
1245
+ [0].offsetWidth
1246
+
1247
+ this.$element.addClass('collapse')
1248
+ }
1249
+
1250
+ , transition: function ( method, startEvent, completeEvent ) {
1251
+ var that = this
1252
+ , complete = function () {
1253
+ if (startEvent == 'show') that.reset()
1254
+ that.$element.trigger(completeEvent)
1255
+ }
1256
+
1257
+ this.$element
1258
+ .trigger(startEvent)
1259
+ [method]('in')
1260
+
1261
+ $.support.transition && this.$element.hasClass('collapse') ?
1262
+ this.$element.one($.support.transition.end, complete) :
1263
+ complete()
1264
+ }
1265
+
1266
+ , toggle: function () {
1267
+ this[this.$element.hasClass('in') ? 'hide' : 'show']()
1268
+ }
1269
+
1270
+ }
1271
+
1272
+ /* COLLAPSIBLE PLUGIN DEFINITION
1273
+ * ============================== */
1274
+
1275
+ $.fn.collapse = function ( option ) {
1276
+ return this.each(function () {
1277
+ var $this = $(this)
1278
+ , data = $this.data('collapse')
1279
+ , options = typeof option == 'object' && option
1280
+ if (!data) $this.data('collapse', (data = new Collapse(this, options)))
1281
+ if (typeof option == 'string') data[option]()
1282
+ })
1283
+ }
1284
+
1285
+ $.fn.collapse.defaults = {
1286
+ toggle: true
1287
+ }
1288
+
1289
+ $.fn.collapse.Constructor = Collapse
1290
+
1291
+
1292
+ /* COLLAPSIBLE DATA-API
1293
+ * ==================== */
1294
+
1295
+ $(function () {
1296
+ $('body').on('click.collapse.data-api', '[data-toggle=collapse]', function ( e ) {
1297
+ var $this = $(this), href
1298
+ , target = $this.attr('data-target')
1299
+ || e.preventDefault()
1300
+ || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
1301
+ , option = $(target).data('collapse') ? 'toggle' : $this.data()
1302
+ $(target).collapse(option)
1303
+ })
1304
+ })
1305
+
1306
+ }( window.jQuery )
1307
+
1308
+ /* ==========================================================
1309
+ * bootstrap-carousel.js v2.0.0
1310
+ * http://twitter.github.com/bootstrap/javascript.html#carousel
1311
+ * ==========================================================
1312
+ * Copyright 2012 Twitter, Inc.
1313
+ *
1314
+ * Licensed under the Apache License, Version 2.0 (the "License");
1315
+ * you may not use this file except in compliance with the License.
1316
+ * You may obtain a copy of the License at
1317
+ *
1318
+ * http://www.apache.org/licenses/LICENSE-2.0
1319
+ *
1320
+ * Unless required by applicable law or agreed to in writing, software
1321
+ * distributed under the License is distributed on an "AS IS" BASIS,
1322
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1323
+ * See the License for the specific language governing permissions and
1324
+ * limitations under the License.
1325
+ * ========================================================== */
1326
+
1327
+
1328
+ !function( $ ){
1329
+
1330
+ "use strict"
1331
+
1332
+ /* CAROUSEL CLASS DEFINITION
1333
+ * ========================= */
1334
+
1335
+ var Carousel = function (element, options) {
1336
+ this.$element = $(element)
1337
+ this.options = $.extend({}, $.fn.carousel.defaults, options)
1338
+ this.options.slide && this.slide(this.options.slide)
1339
+ }
1340
+
1341
+ Carousel.prototype = {
1342
+
1343
+ cycle: function () {
1344
+ this.interval = setInterval($.proxy(this.next, this), this.options.interval)
1345
+ return this
1346
+ }
1347
+
1348
+ , to: function (pos) {
1349
+ var $active = this.$element.find('.active')
1350
+ , children = $active.parent().children()
1351
+ , activePos = children.index($active)
1352
+ , that = this
1353
+
1354
+ if (pos > (children.length - 1) || pos < 0) return
1355
+
1356
+ if (this.sliding) {
1357
+ return this.$element.one('slid', function () {
1358
+ that.to(pos)
1359
+ })
1360
+ }
1361
+
1362
+ if (activePos == pos) {
1363
+ return this.pause().cycle()
1364
+ }
1365
+
1366
+ return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
1367
+ }
1368
+
1369
+ , pause: function () {
1370
+ clearInterval(this.interval)
1371
+ return this
1372
+ }
1373
+
1374
+ , next: function () {
1375
+ if (this.sliding) return
1376
+ return this.slide('next')
1377
+ }
1378
+
1379
+ , prev: function () {
1380
+ if (this.sliding) return
1381
+ return this.slide('prev')
1382
+ }
1383
+
1384
+ , slide: function (type, next) {
1385
+ var $active = this.$element.find('.active')
1386
+ , $next = next || $active[type]()
1387
+ , isCycling = this.interval
1388
+ , direction = type == 'next' ? 'left' : 'right'
1389
+ , fallback = type == 'next' ? 'first' : 'last'
1390
+ , that = this
1391
+
1392
+ this.sliding = true
1393
+
1394
+ isCycling && this.pause()
1395
+
1396
+ $next = $next.length ? $next : this.$element.find('.item')[fallback]()
1397
+
1398
+ if (!$.support.transition && this.$element.hasClass('slide')) {
1399
+ this.$element.trigger('slide')
1400
+ $active.removeClass('active')
1401
+ $next.addClass('active')
1402
+ this.sliding = false
1403
+ this.$element.trigger('slid')
1404
+ } else {
1405
+ $next.addClass(type)
1406
+ $next[0].offsetWidth // force reflow
1407
+ $active.addClass(direction)
1408
+ $next.addClass(direction)
1409
+ this.$element.trigger('slide')
1410
+ this.$element.one($.support.transition.end, function () {
1411
+ $next.removeClass([type, direction].join(' ')).addClass('active')
1412
+ $active.removeClass(['active', direction].join(' '))
1413
+ that.sliding = false
1414
+ setTimeout(function () { that.$element.trigger('slid') }, 0)
1415
+ })
1416
+ }
1417
+
1418
+ isCycling && this.cycle()
1419
+
1420
+ return this
1421
+ }
1422
+
1423
+ }
1424
+
1425
+
1426
+ /* CAROUSEL PLUGIN DEFINITION
1427
+ * ========================== */
1428
+
1429
+ $.fn.carousel = function ( option ) {
1430
+ return this.each(function () {
1431
+ var $this = $(this)
1432
+ , data = $this.data('carousel')
1433
+ , options = typeof option == 'object' && option
1434
+ if (!data) $this.data('carousel', (data = new Carousel(this, options)))
1435
+ if (typeof option == 'number') data.to(option)
1436
+ else if (typeof option == 'string' || (option = options.slide)) data[option]()
1437
+ else data.cycle()
1438
+ })
1439
+ }
1440
+
1441
+ $.fn.carousel.defaults = {
1442
+ interval: 5000
1443
+ }
1444
+
1445
+ $.fn.carousel.Constructor = Carousel
1446
+
1447
+
1448
+ /* CAROUSEL DATA-API
1449
+ * ================= */
1450
+
1451
+ $(function () {
1452
+ $('body').on('click.carousel.data-api', '[data-slide]', function ( e ) {
1453
+ var $this = $(this), href
1454
+ , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
1455
+ , options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
1456
+ $target.carousel(options)
1457
+ e.preventDefault()
1458
+ })
1459
+ })
1460
+
1461
+ }( window.jQuery )
1462
+
1463
+ /* =============================================================
1464
+ * bootstrap-typeahead.js v2.0.0
1465
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead
1466
+ * =============================================================
1467
+ * Copyright 2012 Twitter, Inc.
1468
+ *
1469
+ * Licensed under the Apache License, Version 2.0 (the "License");
1470
+ * you may not use this file except in compliance with the License.
1471
+ * You may obtain a copy of the License at
1472
+ *
1473
+ * http://www.apache.org/licenses/LICENSE-2.0
1474
+ *
1475
+ * Unless required by applicable law or agreed to in writing, software
1476
+ * distributed under the License is distributed on an "AS IS" BASIS,
1477
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1478
+ * See the License for the specific language governing permissions and
1479
+ * limitations under the License.
1480
+ * ============================================================ */
1481
+
1482
+ !function( $ ){
1483
+
1484
+ "use strict"
1485
+
1486
+ var Typeahead = function ( element, options ) {
1487
+ this.$element = $(element)
1488
+ this.options = $.extend({}, $.fn.typeahead.defaults, options)
1489
+ this.matcher = this.options.matcher || this.matcher
1490
+ this.sorter = this.options.sorter || this.sorter
1491
+ this.highlighter = this.options.highlighter || this.highlighter
1492
+ this.$menu = $(this.options.menu).appendTo('body')
1493
+ this.source = this.options.source
1494
+ this.shown = false
1495
+ this.listen()
1496
+ }
1497
+
1498
+ Typeahead.prototype = {
1499
+
1500
+ constructor: Typeahead
1501
+
1502
+ , select: function () {
1503
+ var val = this.$menu.find('.active').attr('data-value')
1504
+ this.$element.val(val)
1505
+ return this.hide()
1506
+ }
1507
+
1508
+ , show: function () {
1509
+ var pos = $.extend({}, this.$element.offset(), {
1510
+ height: this.$element[0].offsetHeight
1511
+ })
1512
+
1513
+ this.$menu.css({
1514
+ top: pos.top + pos.height
1515
+ , left: pos.left
1516
+ })
1517
+
1518
+ this.$menu.show()
1519
+ this.shown = true
1520
+ return this
1521
+ }
1522
+
1523
+ , hide: function () {
1524
+ this.$menu.hide()
1525
+ this.shown = false
1526
+ return this
1527
+ }
1528
+
1529
+ , lookup: function (event) {
1530
+ var that = this
1531
+ , items
1532
+ , q
1533
+
1534
+ this.query = this.$element.val()
1535
+
1536
+ if (!this.query) {
1537
+ return this.shown ? this.hide() : this
1538
+ }
1539
+
1540
+ items = $.grep(this.source, function (item) {
1541
+ if (that.matcher(item)) return item
1542
+ })
1543
+
1544
+ items = this.sorter(items)
1545
+
1546
+ if (!items.length) {
1547
+ return this.shown ? this.hide() : this
1548
+ }
1549
+
1550
+ return this.render(items.slice(0, this.options.items)).show()
1551
+ }
1552
+
1553
+ , matcher: function (item) {
1554
+ return ~item.toLowerCase().indexOf(this.query.toLowerCase())
1555
+ }
1556
+
1557
+ , sorter: function (items) {
1558
+ var beginswith = []
1559
+ , caseSensitive = []
1560
+ , caseInsensitive = []
1561
+ , item
1562
+
1563
+ while (item = items.shift()) {
1564
+ if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
1565
+ else if (~item.indexOf(this.query)) caseSensitive.push(item)
1566
+ else caseInsensitive.push(item)
1567
+ }
1568
+
1569
+ return beginswith.concat(caseSensitive, caseInsensitive)
1570
+ }
1571
+
1572
+ , highlighter: function (item) {
1573
+ return item.replace(new RegExp('(' + this.query + ')', 'ig'), function ($1, match) {
1574
+ return '<strong>' + match + '</strong>'
1575
+ })
1576
+ }
1577
+
1578
+ , render: function (items) {
1579
+ var that = this
1580
+
1581
+ items = $(items).map(function (i, item) {
1582
+ i = $(that.options.item).attr('data-value', item)
1583
+ i.find('a').html(that.highlighter(item))
1584
+ return i[0]
1585
+ })
1586
+
1587
+ items.first().addClass('active')
1588
+ this.$menu.html(items)
1589
+ return this
1590
+ }
1591
+
1592
+ , next: function (event) {
1593
+ var active = this.$menu.find('.active').removeClass('active')
1594
+ , next = active.next()
1595
+
1596
+ if (!next.length) {
1597
+ next = $(this.$menu.find('li')[0])
1598
+ }
1599
+
1600
+ next.addClass('active')
1601
+ }
1602
+
1603
+ , prev: function (event) {
1604
+ var active = this.$menu.find('.active').removeClass('active')
1605
+ , prev = active.prev()
1606
+
1607
+ if (!prev.length) {
1608
+ prev = this.$menu.find('li').last()
1609
+ }
1610
+
1611
+ prev.addClass('active')
1612
+ }
1613
+
1614
+ , listen: function () {
1615
+ this.$element
1616
+ .on('blur', $.proxy(this.blur, this))
1617
+ .on('keypress', $.proxy(this.keypress, this))
1618
+ .on('keyup', $.proxy(this.keyup, this))
1619
+
1620
+ if ($.browser.webkit || $.browser.msie) {
1621
+ this.$element.on('keydown', $.proxy(this.keypress, this))
1622
+ }
1623
+
1624
+ this.$menu
1625
+ .on('click', $.proxy(this.click, this))
1626
+ .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
1627
+ }
1628
+
1629
+ , keyup: function (e) {
1630
+ e.stopPropagation()
1631
+ e.preventDefault()
1632
+
1633
+ switch(e.keyCode) {
1634
+ case 40: // down arrow
1635
+ case 38: // up arrow
1636
+ break
1637
+
1638
+ case 9: // tab
1639
+ case 13: // enter
1640
+ if (!this.shown) return
1641
+ this.select()
1642
+ break
1643
+
1644
+ case 27: // escape
1645
+ this.hide()
1646
+ break
1647
+
1648
+ default:
1649
+ this.lookup()
1650
+ }
1651
+
1652
+ }
1653
+
1654
+ , keypress: function (e) {
1655
+ e.stopPropagation()
1656
+ if (!this.shown) return
1657
+
1658
+ switch(e.keyCode) {
1659
+ case 9: // tab
1660
+ case 13: // enter
1661
+ case 27: // escape
1662
+ e.preventDefault()
1663
+ break
1664
+
1665
+ case 38: // up arrow
1666
+ e.preventDefault()
1667
+ this.prev()
1668
+ break
1669
+
1670
+ case 40: // down arrow
1671
+ e.preventDefault()
1672
+ this.next()
1673
+ break
1674
+ }
1675
+ }
1676
+
1677
+ , blur: function (e) {
1678
+ var that = this
1679
+ e.stopPropagation()
1680
+ e.preventDefault()
1681
+ setTimeout(function () { that.hide() }, 150)
1682
+ }
1683
+
1684
+ , click: function (e) {
1685
+ e.stopPropagation()
1686
+ e.preventDefault()
1687
+ this.select()
1688
+ }
1689
+
1690
+ , mouseenter: function (e) {
1691
+ this.$menu.find('.active').removeClass('active')
1692
+ $(e.currentTarget).addClass('active')
1693
+ }
1694
+
1695
+ }
1696
+
1697
+
1698
+ /* TYPEAHEAD PLUGIN DEFINITION
1699
+ * =========================== */
1700
+
1701
+ $.fn.typeahead = function ( option ) {
1702
+ return this.each(function () {
1703
+ var $this = $(this)
1704
+ , data = $this.data('typeahead')
1705
+ , options = typeof option == 'object' && option
1706
+ if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
1707
+ if (typeof option == 'string') data[option]()
1708
+ })
1709
+ }
1710
+
1711
+ $.fn.typeahead.defaults = {
1712
+ source: []
1713
+ , items: 8
1714
+ , menu: '<ul class="typeahead dropdown-menu"></ul>'
1715
+ , item: '<li><a href="#"></a></li>'
1716
+ }
1717
+
1718
+ $.fn.typeahead.Constructor = Typeahead
1719
+
1720
+
1721
+ /* TYPEAHEAD DATA-API
1722
+ * ================== */
1723
+
1724
+ $(function () {
1725
+ $('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
1726
+ var $this = $(this)
1727
+ if ($this.data('typeahead')) return
1728
+ e.preventDefault()
1729
+ $this.typeahead($this.data())
1730
+ })
1731
+ })
1732
+
1733
+ }( window.jQuery )
interface/bs/js/bs.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /**
2
+ * Bootstrap.js by @fat & @mdo
3
+ * plugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, bootstrap-popover.js, bootstrap-alert.js, bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, bootstrap-typeahead.js
4
+ * Copyright 2012 Twitter, Inc.
5
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
6
+ */
7
+ !function(a){a(function(){"use strict",a.support.transition=function(){var b=document.body||document.documentElement,c=b.style,d=c.transition!==undefined||c.WebkitTransition!==undefined||c.MozTransition!==undefined||c.MsTransition!==undefined||c.OTransition!==undefined;return d&&{end:function(){var b="TransitionEnd";return a.browser.webkit?b="webkitTransitionEnd":a.browser.mozilla?b="transitionend":a.browser.opera&&(b="oTransitionEnd"),b}()}}()})}(window.jQuery),!function(a){function c(){var b=this,c=setTimeout(function(){b.$element.off(a.support.transition.end),d.call(b)},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),d.call(b)})}function d(a){this.$element.hide().trigger("hidden"),e.call(this)}function e(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;this.$backdrop=a('<div class="modal-backdrop '+d+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(a.proxy(this.hide,this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,a.proxy(f,this)):f.call(this)):b&&b()}function f(){this.$backdrop.remove(),this.$backdrop=null}function g(){var b=this;this.isShown&&this.options.keyboard?a(document).on("keyup.dismiss.modal",function(a){a.which==27&&b.hide()}):this.isShown||a(document).off("keyup.dismiss.modal")}"use strict";var b=function(b,c){this.options=a.extend({},a.fn.modal.defaults,c),this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this))};b.prototype={constructor:b,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var b=this;if(this.isShown)return;a("body").addClass("modal-open"),this.isShown=!0,this.$element.trigger("show"),g.call(this),e.call(this,function(){var c=a.support.transition&&b.$element.hasClass("fade");!b.$element.parent().length&&b.$element.appendTo(document.body),b.$element.show(),c&&b.$element[0].offsetWidth,b.$element.addClass("in"),c?b.$element.one(a.support.transition.end,function(){b.$element.trigger("shown")}):b.$element.trigger("shown")})},hide:function(b){b&&b.preventDefault();if(!this.isShown)return;var e=this;this.isShown=!1,a("body").removeClass("modal-open"),g.call(this),this.$element.trigger("hide").removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?c.call(this):d.call(this)}},a.fn.modal=function(c){return this.each(function(){var d=a(this),e=d.data("modal"),f=typeof c=="object"&&c;e||d.data("modal",e=new b(this,f)),typeof c=="string"?e[c]():e.show()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0},a.fn.modal.Constructor=b,a(function(){a("body").on("click.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({},e.data(),c.data());b.preventDefault(),e.modal(f)})})}(window.jQuery),!function(a){function d(){a(b).parent().removeClass("open")}"use strict";var b='[data-toggle="dropdown"]',c=function(b){var c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-api",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var c=a(this),e=c.attr("data-target"),f,g;return e||(e=c.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,"")),f=a(e),f.length||(f=c.parent()),g=f.hasClass("open"),d(),!g&&f.toggleClass("open"),!1}},a.fn.dropdown=function(b){return this.each(function(){var d=a(this),e=d.data("dropdown");e||d.data("dropdown",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.dropdown.Constructor=c,a(function(){a("html").on("click.dropdown.data-api",d),a("body").on("click.dropdown.data-api",b,c.prototype.toggle)})}(window.jQuery),!function(a){function b(b,c){var d=a.proxy(this.process,this),e=a(b).is("body")?a(window):a(b),f;this.options=a.extend({},a.fn.scrollspy.defaults,c),this.$scrollElement=e.on("scroll.scroll.data-api",d),this.selector=(this.options.target||(f=a(b).attr("href"))&&f.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=a("body").on("click.scroll.data-api",this.selector,d),this.refresh(),this.process()}"use strict",b.prototype={constructor:b,refresh:function(){this.targets=this.$body.find(this.selector).map(function(){var b=a(this).attr("href");return/^#\w/.test(b)&&a(b).length?b:null}),this.offsets=a.map(this.targets,function(b){return a(b).position().top})},process:function(){var a=this.$scrollElement.scrollTop()+this.options.offset,b=this.offsets,c=this.targets,d=this.activeTarget,e;for(e=b.length;e--;)d!=c[e]&&a>=b[e]&&(!b[e+1]||a<=b[e+1])&&this.activate(c[e])},activate:function(a){var b;this.activeTarget=a,this.$body.find(this.selector).parent(".active").removeClass("active"),b=this.$body.find(this.selector+'[href="'+a+'"]').parent("li").addClass("active"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active")}},a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("scrollspy"),f=typeof c=="object"&&c;e||d.data("scrollspy",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.defaults={offset:10},a(function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),!function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype={constructor:b,show:function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target"),e,f;d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;e=c.find(".active a").last()[0],b.trigger({type:"show",relatedTarget:e}),f=a(d),this.activate(b.parent("li"),c),this.activate(f,f.parent(),function(){b.trigger({type:"shown",relatedTarget:e})})},activate:function(b,c,d){function g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g):g(),e.removeClass("in")}},a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("tab");e||d.data("tab",e=new b(this)),typeof c=="string"&&e[c]()})},a.fn.tab.Constructor=b,a(function(){a("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})})}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("tooltip",a,b)};b.prototype={constructor:b,init:function(b,c,d){var e,f;this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.enabled=!0,this.options.trigger!="manual"&&(e=this.options.trigger=="hover"?"mouseenter":"focus",f=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(e,this.options.selector,a.proxy(this.enter,this)),this.$element.on(f,this.options.selector,a.proxy(this.leave,this))),this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(b){return b=a.extend({},a.fn[this.type].defaults,b,this.$element.data()),b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay}),b},enter:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);!c.options.delay||!c.options.delay.show?c.show():(c.hoverState="in",setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show))},leave:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);!c.options.delay||!c.options.delay.hide?c.hide():(c.hoverState="out",setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide))},show:function(){var a,b,c,d,e,f,g;if(this.hasContent()&&this.enabled){a=this.tip(),this.setContent(),this.options.animation&&a.addClass("fade"),f=typeof this.options.placement=="function"?this.options.placement.call(this,a[0],this.$element[0]):this.options.placement,b=/in/.test(f),a.remove().css({top:0,left:0,display:"block"}).appendTo(b?this.$element:document.body),c=this.getPosition(b),d=a[0].offsetWidth,e=a[0].offsetHeight;switch(b?f.split(" ")[1]:f){case"bottom":g={top:c.top+c.height,left:c.left+c.width/2-d/2};break;case"top":g={top:c.top-e,left:c.left+c.width/2-d/2};break;case"left":g={top:c.top+c.height/2-e/2,left:c.left-d};break;case"right":g={top:c.top+c.height/2-e/2,left:c.left+c.width}}a.css(g).addClass(f).addClass("in")}},setContent:function(){var a=this.tip();a.find(".tooltip-inner").html(this.getTitle()),a.removeClass("fade in top bottom left right")},hide:function(){function d(){var b=setTimeout(function(){c.off(a.support.transition.end).remove()},500);c.one(a.support.transition.end,function(){clearTimeout(b),c.remove()})}var b=this,c=this.tip();c.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d():c.remove()},fixTitle:function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(b){return a.extend({},b?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||(typeof c.title=="function"?c.title.call(b[0]):c.title),a=a.toString().replace(/(^\s*|\s*$)/,""),a},tip:function(){return this.$tip=this.$tip||a(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()}},a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("tooltip"),f=typeof c=="object"&&c;e||d.data("tooltip",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.defaults={animation:!0,delay:0,selector:!1,placement:"top",trigger:"hover",title:"",template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'}}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype,{constructor:b,setContent:function(){var b=this.tip(),c=this.getTitle(),d=this.getContent();b.find(".popover-title")[a.type(c)=="object"?"append":"html"](c),b.find(".popover-content > *")[a.type(d)=="object"?"append":"html"](d),b.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-content")||(typeof c.content=="function"?c.content.call(b[0]):c.content),a=a.toString().replace(/(^\s*|\s*$)/,""),a},tip:function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip}}),a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("popover"),f=typeof c=="object"&&c;e||d.data("popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.defaults=a.extend({},a.fn.tooltip.defaults,{placement:"right",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype={constructor:c,close:function(b){function f(){e.remove(),e.trigger("closed")}var c=a(this),d=c.attr("data-target"),e;d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),e=a(d),e.trigger("close"),b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.on(a.support.transition.end,f):f()}},a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("alert");e||d.data("alert",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.alert.Constructor=c,a(function(){a("body").on("click.alert.data-api",b,c.prototype.close)})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.button.defaults,c)};b.prototype={constructor:b,setState:function(a){var b="disabled",c=this.$element,d=c.data(),e=c.is("input")?"val":"html";a+="Text",d.resetText||c.data("resetText",c[e]()),c[e](d[a]||this.options[a]),setTimeout(function(){a=="loadingText"?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},toggle:function(){var a=this.$element.parent('[data-toggle="buttons-radio"]');a&&a.find(".active").removeClass("active"),this.$element.toggleClass("active")}},a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("button"),f=typeof c=="object"&&c;e||d.data("button",e=new b(this,f)),c=="toggle"?e.toggle():c&&e.setState(c)})},a.fn.button.defaults={loadingText:"loading..."},a.fn.button.Constructor=b,a(function(){a("body").on("click.button.data-api","[data-toggle^=button]",function(b){a(b.target).button("toggle")})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.collapse.defaults,c),this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.prototype={constructor:b,dimension:function(){var a=this.$element.hasClass("width");return a?"width":"height"},show:function(){var b=this.dimension(),c=a.camelCase(["scroll",b].join("-")),d=this.$parent&&this.$parent.find(".in"),e;d&&d.length&&(e=d.data("collapse"),d.collapse("hide"),e||d.data("collapse",null)),this.$element[b](0),this.transition("addClass","show","shown"),this.$element[b](this.$element[0][c])},hide:function(){var a=this.dimension();this.reset(this.$element[a]()),this.transition("removeClass","hide","hidden"),this.$element[a](0)},reset:function(a){var b=this.dimension();this.$element.removeClass("collapse")[b](a||"auto")[0].offsetWidth,this.$element.addClass("collapse")},transition:function(b,c,d){var e=this,f=function(){c=="show"&&e.reset(),e.$element.trigger(d)};this.$element.trigger(c)[b]("in"),a.support.transition&&this.$element.hasClass("collapse")?this.$element.one(a.support.transition.end,f):f()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("collapse"),f=typeof c=="object"&&c;e||d.data("collapse",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.collapse.defaults={toggle:!0},a.fn.collapse.Constructor=b,a(function(){a("body").on("click.collapse.data-api","[data-toggle=collapse]",function(b){var c=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e).data("collapse")?"toggle":c.data();a(e).collapse(f)})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.carousel.defaults,c),this.options.slide&&this.slide(this.options.slide)};b.prototype={cycle:function(){return this.interval=setInterval(a.proxy(this.next,this),this.options.interval),this},to:function(b){var c=this.$element.find(".active"),d=c.parent().children(),e=d.index(c),f=this;if(b>d.length-1||b<0)return;return this.sliding?this.$element.one("slid",function(){f.to(b)}):e==b?this.pause().cycle():this.slide(b>e?"next":"prev",a(d[b]))},pause:function(){return clearInterval(this.interval),this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(b,c){var d=this.$element.find(".active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this;return this.sliding=!0,f&&this.pause(),e=e.length?e:this.$element.find(".item")[h](),!a.support.transition&&this.$element.hasClass("slide")?(this.$element.trigger("slide"),d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")):(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),this.$element.trigger("slide"),this.$element.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)})),f&&this.cycle(),this}},a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("carousel"),f=typeof c=="object"&&c;e||d.data("carousel",e=new b(this,f)),typeof c=="number"?e.to(c):typeof c=="string"||(c=f.slide)?e[c]():e.cycle()})},a.fn.carousel.defaults={interval:5e3},a.fn.carousel.Constructor=b,a(function(){a("body").on("click.carousel.data-api","[data-slide]",function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=!e.data("modal")&&a.extend({},e.data(),c.data());e.carousel(f),b.preventDefault()})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.typeahead.defaults,c),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.$menu=a(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};b.prototype={constructor:b,select:function(){var a=this.$menu.find(".active").attr("data-value");return this.$element.val(a),this.hide()},show:function(){var b=a.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:b.top+b.height,left:b.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(b){var c=this,d,e;return this.query=this.$element.val(),this.query?(d=a.grep(this.source,function(a){if(c.matcher(a))return a}),d=this.sorter(d),d.length?this.render(d.slice(0,this.options.items)).show():this.shown?this.hide():this):this.shown?this.hide():this},matcher:function(a){return~a.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(a){var b=[],c=[],d=[],e;while(e=a.shift())e.toLowerCase().indexOf(this.query.toLowerCase())?~e.indexOf(this.query)?c.push(e):d.push(e):b.push(e);return b.concat(c,d)},highlighter:function(a){return a.replace(new RegExp("("+this.query+")","ig"),function(a,b){return"<strong>"+b+"</strong>"})},render:function(b){var c=this;return b=a(b).map(function(b,d){return b=a(c.options.item).attr("data-value",d),b.find("a").html(c.highlighter(d)),b[0]}),b.first().addClass("active"),this.$menu.html(b),this},next:function(b){var c=this.$menu.find(".active").removeClass("active"),d=c.next();d.length||(d=a(this.$menu.find("li")[0])),d.addClass("active")},prev:function(a){var b=this.$menu.find(".active").removeClass("active"),c=b.prev();c.length||(c=this.$menu.find("li").last()),c.addClass("active")},listen:function(){this.$element.on("blur",a.proxy(this.blur,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this)),(a.browser.webkit||a.browser.msie)&&this.$element.on("keydown",a.proxy(this.keypress,this)),this.$menu.on("click",a.proxy(this.click,this)).on("mouseenter","li",a.proxy(this.mouseenter,this))},keyup:function(a){a.stopPropagation(),a.preventDefault();switch(a.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:this.hide();break;default:this.lookup()}},keypress:function(a){a.stopPropagation();if(!this.shown)return;switch(a.keyCode){case 9:case 13:case 27:a.preventDefault();break;case 38:a.preventDefault(),this.prev();break;case 40:a.preventDefault(),this.next()}},blur:function(a){var b=this;a.stopPropagation(),a.preventDefault(),setTimeout(function(){b.hide()},150)},click:function(a){a.stopPropagation(),a.preventDefault(),this.select()},mouseenter:function(b){this.$menu.find(".active").removeClass("active"),a(b.currentTarget).addClass("active")}},a.fn.typeahead=function(c){return this.each(function(){var d=a(this),e=d.data("typeahead"),f=typeof c=="object"&&c;e||d.data("typeahead",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>'},a.fn.typeahead.Constructor=b,a(function(){a("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(b){var c=a(this);if(c.data("typeahead"))return;b.preventDefault(),c.typeahead(c.data())})})}(window.jQuery)
interface/bs/js/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
js/tooltip2/LICENSE → interface/chosen/LICENSE.md RENAMED
@@ -1,6 +1,9 @@
1
- The MIT License
 
2
 
3
- Copyright (c) 2008 Jason Frame (jason@onehackoranother.com)
 
 
4
 
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +21,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ # Chosen, a Select Box Enhancer for jQuery and Protoype
2
+ ## by Patrick Filler for [Harvest](http://getharvest.com)
3
 
4
+ Available for use under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)
5
+
6
+ Copyright (c) 2011 by Harvest
7
 
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
  of this software and associated documentation files (the "Software"), to deal
21
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
+ THE SOFTWARE.
interface/chosen/chosen-sprite.png ADDED
Binary file
interface/chosen/chosen.css ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* @group Base */
2
+ .chzn-container {
3
+ font-size: 13px;
4
+ position: relative;
5
+ display: inline-block;
6
+ zoom: 1;
7
+ *display: inline;
8
+ }
9
+ .chzn-container .chzn-drop {
10
+ background: #fff;
11
+ border: 1px solid #aaa;
12
+ border-top: 0;
13
+ position: absolute;
14
+ top: 29px;
15
+ left: 0;
16
+ -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
17
+ -moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
18
+ -o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
19
+ box-shadow : 0 4px 5px rgba(0,0,0,.15);
20
+ z-index: 999;
21
+ }
22
+ /* @end */
23
+
24
+ /* @group Single Chosen */
25
+ .chzn-container-single .chzn-single {
26
+ background-color: #ffffff;
27
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
28
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
29
+ background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
30
+ background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
31
+ background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
32
+ background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
33
+ background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
34
+ -webkit-border-radius: 5px;
35
+ -moz-border-radius : 5px;
36
+ border-radius : 5px;
37
+ -moz-background-clip : padding;
38
+ -webkit-background-clip: padding-box;
39
+ background-clip : padding-box;
40
+ border: 1px solid #aaaaaa;
41
+ -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
42
+ -moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
43
+ box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
44
+ display: block;
45
+ overflow: hidden;
46
+ white-space: nowrap;
47
+ position: relative;
48
+ height: 23px;
49
+ line-height: 24px;
50
+ padding: 0 0 0 8px;
51
+ color: #444444;
52
+ text-decoration: none;
53
+ }
54
+ .chzn-container-single .chzn-single span {
55
+ margin-right: 26px;
56
+ display: block;
57
+ overflow: hidden;
58
+ white-space: nowrap;
59
+ -o-text-overflow: ellipsis;
60
+ -ms-text-overflow: ellipsis;
61
+ text-overflow: ellipsis;
62
+ }
63
+ .chzn-container-single .chzn-single abbr {
64
+ display: block;
65
+ position: absolute;
66
+ right: 26px;
67
+ top: 6px;
68
+ width: 12px;
69
+ height: 13px;
70
+ font-size: 1px;
71
+ background: url(chosen-sprite.png) right top no-repeat;
72
+ }
73
+ .chzn-container-single .chzn-single abbr:hover {
74
+ background-position: right -11px;
75
+ }
76
+ .chzn-container-single .chzn-single div {
77
+ position: absolute;
78
+ right: 0;
79
+ top: 0;
80
+ display: block;
81
+ height: 100%;
82
+ width: 18px;
83
+ }
84
+ .chzn-container-single .chzn-single div b {
85
+ background: url('chosen-sprite.png') no-repeat 0 0;
86
+ display: block;
87
+ width: 100%;
88
+ height: 100%;
89
+ }
90
+ .chzn-container-single .chzn-search {
91
+ padding: 3px 4px;
92
+ position: relative;
93
+ margin: 0;
94
+ white-space: nowrap;
95
+ z-index: 1010;
96
+ }
97
+ .chzn-container-single .chzn-search input {
98
+ background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
99
+ background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
100
+ background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
101
+ background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
102
+ background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
103
+ background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
104
+ background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
105
+ margin: 1px 0;
106
+ padding: 4px 20px 4px 5px;
107
+ outline: 0;
108
+ border: 1px solid #aaa;
109
+ font-family: sans-serif;
110
+ font-size: 1em;
111
+ }
112
+ .chzn-container-single .chzn-drop {
113
+ -webkit-border-radius: 0 0 4px 4px;
114
+ -moz-border-radius : 0 0 4px 4px;
115
+ border-radius : 0 0 4px 4px;
116
+ -moz-background-clip : padding;
117
+ -webkit-background-clip: padding-box;
118
+ background-clip : padding-box;
119
+ }
120
+ /* @end */
121
+
122
+ .chzn-container-single-nosearch .chzn-search input {
123
+ position: absolute;
124
+ left: -9000px;
125
+ }
126
+
127
+ /* @group Multi Chosen */
128
+ .chzn-container-multi .chzn-choices {
129
+ background-color: #fff;
130
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
131
+ background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
132
+ background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
133
+ background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
134
+ background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
135
+ background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
136
+ border: 1px solid #aaa;
137
+ margin: 0;
138
+ padding: 0;
139
+ cursor: text;
140
+ overflow: hidden;
141
+ height: auto !important;
142
+ height: 1%;
143
+ position: relative;
144
+ }
145
+ .chzn-container-multi .chzn-choices li {
146
+ float: left;
147
+ list-style: none;
148
+ }
149
+ .chzn-container-multi .chzn-choices .search-field {
150
+ white-space: nowrap;
151
+ margin: 0;
152
+ padding: 0;
153
+ }
154
+ .chzn-container-multi .chzn-choices .search-field input {
155
+ color: #666;
156
+ background: transparent !important;
157
+ border: 0 !important;
158
+ font-family: sans-serif;
159
+ font-size: 100%;
160
+ height: 15px;
161
+ padding: 5px;
162
+ margin: 1px 0;
163
+ outline: 0;
164
+ -webkit-box-shadow: none;
165
+ -moz-box-shadow : none;
166
+ -o-box-shadow : none;
167
+ box-shadow : none;
168
+ }
169
+ .chzn-container-multi .chzn-choices .search-field .default {
170
+ color: #999;
171
+ }
172
+ .chzn-container-multi .chzn-choices .search-choice {
173
+ -webkit-border-radius: 3px;
174
+ -moz-border-radius : 3px;
175
+ border-radius : 3px;
176
+ -moz-background-clip : padding;
177
+ -webkit-background-clip: padding-box;
178
+ background-clip : padding-box;
179
+ background-color: #e4e4e4;
180
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
181
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
182
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
183
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
184
+ background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
185
+ background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
186
+ background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
187
+ -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
188
+ -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
189
+ box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
190
+ color: #333;
191
+ border: 1px solid #aaaaaa;
192
+ line-height: 13px;
193
+ padding: 3px 20px 3px 5px;
194
+ margin: 3px 0 3px 5px;
195
+ position: relative;
196
+ cursor: default;
197
+ }
198
+ .chzn-container-multi .chzn-choices .search-choice-focus {
199
+ background: #d4d4d4;
200
+ }
201
+ .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
202
+ display: block;
203
+ position: absolute;
204
+ right: 3px;
205
+ top: 4px;
206
+ width: 12px;
207
+ height: 13px;
208
+ font-size: 1px;
209
+ background: url(chosen-sprite.png) right top no-repeat;
210
+ }
211
+ .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
212
+ background-position: right -11px;
213
+ }
214
+ .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
215
+ background-position: right -11px;
216
+ }
217
+ /* @end */
218
+
219
+ /* @group Results */
220
+ .chzn-container .chzn-results {
221
+ margin: 0 4px 4px 0;
222
+ max-height: 240px;
223
+ padding: 0 0 0 4px;
224
+ position: relative;
225
+ overflow-x: hidden;
226
+ overflow-y: auto;
227
+ }
228
+ .chzn-container-multi .chzn-results {
229
+ margin: -1px 0 0;
230
+ padding: 0;
231
+ }
232
+ .chzn-container .chzn-results li {
233
+ display: none;
234
+ line-height: 15px;
235
+ padding: 5px 6px;
236
+ margin: 0;
237
+ list-style: none;
238
+ }
239
+ .chzn-container .chzn-results .active-result {
240
+ cursor: pointer;
241
+ display: list-item;
242
+ }
243
+ .chzn-container .chzn-results .highlighted {
244
+ background-color: #3875d7;
245
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
246
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
247
+ background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
248
+ background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
249
+ background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
250
+ background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
251
+ background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
252
+ color: #fff;
253
+ }
254
+ .chzn-container .chzn-results li em {
255
+ background: #feffde;
256
+ font-style: normal;
257
+ }
258
+ .chzn-container .chzn-results .highlighted em {
259
+ background: transparent;
260
+ }
261
+ .chzn-container .chzn-results .no-results {
262
+ background: #f4f4f4;
263
+ display: list-item;
264
+ }
265
+ .chzn-container .chzn-results .group-result {
266
+ cursor: default;
267
+ color: #999;
268
+ font-weight: bold;
269
+ }
270
+ .chzn-container .chzn-results .group-option {
271
+ padding-left: 15px;
272
+ }
273
+ .chzn-container-multi .chzn-drop .result-selected {
274
+ display: none;
275
+ }
276
+ .chzn-container .chzn-results-scroll {
277
+ background: white;
278
+ margin: 0 4px;
279
+ position: absolute;
280
+ text-align: center;
281
+ width: 321px; /* This should by dynamic with js */
282
+ z-index: 1;
283
+ }
284
+ .chzn-container .chzn-results-scroll span {
285
+ display: inline-block;
286
+ height: 17px;
287
+ text-indent: -5000px;
288
+ width: 9px;
289
+ }
290
+ .chzn-container .chzn-results-scroll-down {
291
+ bottom: 0;
292
+ }
293
+ .chzn-container .chzn-results-scroll-down span {
294
+ background: url('chosen-sprite.png') no-repeat -4px -3px;
295
+ }
296
+ .chzn-container .chzn-results-scroll-up span {
297
+ background: url('chosen-sprite.png') no-repeat -22px -3px;
298
+ }
299
+ /* @end */
300
+
301
+ /* @group Active */
302
+ .chzn-container-active .chzn-single {
303
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
304
+ -moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
305
+ -o-box-shadow : 0 0 5px rgba(0,0,0,.3);
306
+ box-shadow : 0 0 5px rgba(0,0,0,.3);
307
+ border: 1px solid #5897fb;
308
+ }
309
+ .chzn-container-active .chzn-single-with-drop {
310
+ border: 1px solid #aaa;
311
+ -webkit-box-shadow: 0 1px 0 #fff inset;
312
+ -moz-box-shadow : 0 1px 0 #fff inset;
313
+ -o-box-shadow : 0 1px 0 #fff inset;
314
+ box-shadow : 0 1px 0 #fff inset;
315
+ background-color: #eee;
316
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
317
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
318
+ background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
319
+ background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
320
+ background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
321
+ background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
322
+ background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
323
+ -webkit-border-bottom-left-radius : 0;
324
+ -webkit-border-bottom-right-radius: 0;
325
+ -moz-border-radius-bottomleft : 0;
326
+ -moz-border-radius-bottomright: 0;
327
+ border-bottom-left-radius : 0;
328
+ border-bottom-right-radius: 0;
329
+ }
330
+ .chzn-container-active .chzn-single-with-drop div {
331
+ background: transparent;
332
+ border-left: none;
333
+ }
334
+ .chzn-container-active .chzn-single-with-drop div b {
335
+ background-position: -18px 1px;
336
+ }
337
+ .chzn-container-active .chzn-choices {
338
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
339
+ -moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
340
+ -o-box-shadow : 0 0 5px rgba(0,0,0,.3);
341
+ box-shadow : 0 0 5px rgba(0,0,0,.3);
342
+ border: 1px solid #5897fb;
343
+ }
344
+ .chzn-container-active .chzn-choices .search-field input {
345
+ color: #111 !important;
346
+ }
347
+ /* @end */
348
+
349
+ /* @group Disabled Support */
350
+ .chzn-disabled {
351
+ cursor: default;
352
+ opacity:0.5 !important;
353
+ }
354
+ .chzn-disabled .chzn-single {
355
+ cursor: default;
356
+ }
357
+ .chzn-disabled .chzn-choices .search-choice .search-choice-close {
358
+ cursor: default;
359
+ }
360
+
361
+ /* @group Right to Left */
362
+ .chzn-rtl { text-align: right; }
363
+ .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
364
+ .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
365
+
366
+ .chzn-rtl .chzn-single div { left: 3px; right: auto; }
367
+ .chzn-rtl .chzn-single abbr {
368
+ left: 26px;
369
+ right: auto;
370
+ }
371
+ .chzn-rtl .chzn-choices .search-field input { direction: rtl; }
372
+ .chzn-rtl .chzn-choices li { float: right; }
373
+ .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
374
+ .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
375
+ .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
376
+ .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
377
+ .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
378
+ .chzn-rtl .chzn-search input {
379
+ background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
380
+ background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
381
+ background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
382
+ background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
383
+ background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
384
+ background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
385
+ background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
386
+ padding: 4px 5px 4px 20px;
387
+ direction: rtl;
388
+ }
389
+ /* @end */
interface/chosen/chosen.jquery.js ADDED
@@ -0,0 +1,946 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Chosen, a Select Box Enhancer for jQuery and Protoype
2
+ // by Patrick Filler for Harvest, http://getharvest.com
3
+ //
4
+ // Version 0.9.7
5
+ // Full source at https://github.com/harvesthq/chosen
6
+ // Copyright (c) 2011 Harvest http://getharvest.com
7
+
8
+ // MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
9
+ // This file is generated by `cake build`, do not edit it by hand.
10
+ (function() {
11
+ var SelectParser;
12
+
13
+ SelectParser = (function() {
14
+
15
+ function SelectParser() {
16
+ this.options_index = 0;
17
+ this.parsed = [];
18
+ }
19
+
20
+ SelectParser.prototype.add_node = function(child) {
21
+ if (child.nodeName === "OPTGROUP") {
22
+ return this.add_group(child);
23
+ } else {
24
+ return this.add_option(child);
25
+ }
26
+ };
27
+
28
+ SelectParser.prototype.add_group = function(group) {
29
+ var group_position, option, _i, _len, _ref, _results;
30
+ group_position = this.parsed.length;
31
+ this.parsed.push({
32
+ array_index: group_position,
33
+ group: true,
34
+ label: group.label,
35
+ children: 0,
36
+ disabled: group.disabled
37
+ });
38
+ _ref = group.childNodes;
39
+ _results = [];
40
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
41
+ option = _ref[_i];
42
+ _results.push(this.add_option(option, group_position, group.disabled));
43
+ }
44
+ return _results;
45
+ };
46
+
47
+ SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
48
+ if (option.nodeName === "OPTION") {
49
+ if (option.text !== "") {
50
+ if (group_position != null) this.parsed[group_position].children += 1;
51
+ this.parsed.push({
52
+ array_index: this.parsed.length,
53
+ options_index: this.options_index,
54
+ value: option.value,
55
+ text: option.text,
56
+ html: option.innerHTML,
57
+ selected: option.selected,
58
+ disabled: group_disabled === true ? group_disabled : option.disabled,
59
+ group_array_index: group_position,
60
+ classes: option.className,
61
+ style: option.style.cssText
62
+ });
63
+ } else {
64
+ this.parsed.push({
65
+ array_index: this.parsed.length,
66
+ options_index: this.options_index,
67
+ empty: true
68
+ });
69
+ }
70
+ return this.options_index += 1;
71
+ }
72
+ };
73
+
74
+ return SelectParser;
75
+
76
+ })();
77
+
78
+ SelectParser.select_to_array = function(select) {
79
+ var child, parser, _i, _len, _ref;
80
+ parser = new SelectParser();
81
+ _ref = select.childNodes;
82
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
83
+ child = _ref[_i];
84
+ parser.add_node(child);
85
+ }
86
+ return parser.parsed;
87
+ };
88
+
89
+ this.SelectParser = SelectParser;
90
+
91
+ }).call(this);
92
+
93
+ /*
94
+ Chosen source: generate output using 'cake build'
95
+ Copyright (c) 2011 by Harvest
96
+ */
97
+
98
+ (function() {
99
+ var AbstractChosen, root;
100
+
101
+ root = this;
102
+
103
+ AbstractChosen = (function() {
104
+
105
+ function AbstractChosen(form_field, options) {
106
+ this.form_field = form_field;
107
+ this.options = options != null ? options : {};
108
+ this.set_default_values();
109
+ this.is_multiple = this.form_field.multiple;
110
+ this.default_text_default = this.is_multiple ? "Select Some Options" : "Select an Option";
111
+ this.setup();
112
+ this.set_up_html();
113
+ this.register_observers();
114
+ this.finish_setup();
115
+ }
116
+
117
+ AbstractChosen.prototype.set_default_values = function() {
118
+ var _this = this;
119
+ this.click_test_action = function(evt) {
120
+ return _this.test_active_click(evt);
121
+ };
122
+ this.activate_action = function(evt) {
123
+ return _this.activate_field(evt);
124
+ };
125
+ this.active_field = false;
126
+ this.mouse_on_container = false;
127
+ this.results_showing = false;
128
+ this.result_highlighted = null;
129
+ this.result_single_selected = null;
130
+ this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
131
+ this.disable_search_threshold = this.options.disable_search_threshold || 0;
132
+ this.choices = 0;
133
+ return this.results_none_found = this.options.no_results_text || "No results match";
134
+ };
135
+
136
+ AbstractChosen.prototype.mouse_enter = function() {
137
+ return this.mouse_on_container = true;
138
+ };
139
+
140
+ AbstractChosen.prototype.mouse_leave = function() {
141
+ return this.mouse_on_container = false;
142
+ };
143
+
144
+ AbstractChosen.prototype.input_focus = function(evt) {
145
+ var _this = this;
146
+ if (!this.active_field) {
147
+ return setTimeout((function() {
148
+ return _this.container_mousedown();
149
+ }), 50);
150
+ }
151
+ };
152
+
153
+ AbstractChosen.prototype.input_blur = function(evt) {
154
+ var _this = this;
155
+ if (!this.mouse_on_container) {
156
+ this.active_field = false;
157
+ return setTimeout((function() {
158
+ return _this.blur_test();
159
+ }), 100);
160
+ }
161
+ };
162
+
163
+ AbstractChosen.prototype.result_add_option = function(option) {
164
+ var classes, style;
165
+ if (!option.disabled) {
166
+ option.dom_id = this.container_id + "_o_" + option.array_index;
167
+ classes = option.selected && this.is_multiple ? [] : ["active-result"];
168
+ if (option.selected) classes.push("result-selected");
169
+ if (option.group_array_index != null) classes.push("group-option");
170
+ if (option.classes !== "") classes.push(option.classes);
171
+ style = option.style.cssText !== "" ? " style=\"" + option.style + "\"" : "";
172
+ return '<li id="' + option.dom_id + '" class="' + classes.join(' ') + '"' + style + '>' + option.html + '</li>';
173
+ } else {
174
+ return "";
175
+ }
176
+ };
177
+
178
+ AbstractChosen.prototype.results_update_field = function() {
179
+ this.result_clear_highlight();
180
+ this.result_single_selected = null;
181
+ return this.results_build();
182
+ };
183
+
184
+ AbstractChosen.prototype.results_toggle = function() {
185
+ if (this.results_showing) {
186
+ return this.results_hide();
187
+ } else {
188
+ return this.results_show();
189
+ }
190
+ };
191
+
192
+ AbstractChosen.prototype.results_search = function(evt) {
193
+ if (this.results_showing) {
194
+ return this.winnow_results();
195
+ } else {
196
+ return this.results_show();
197
+ }
198
+ };
199
+
200
+ AbstractChosen.prototype.keyup_checker = function(evt) {
201
+ var stroke, _ref;
202
+ stroke = (_ref = evt.which) != null ? _ref : evt.keyCode;
203
+ this.search_field_scale();
204
+ switch (stroke) {
205
+ case 8:
206
+ if (this.is_multiple && this.backstroke_length < 1 && this.choices > 0) {
207
+ return this.keydown_backstroke();
208
+ } else if (!this.pending_backstroke) {
209
+ this.result_clear_highlight();
210
+ return this.results_search();
211
+ }
212
+ break;
213
+ case 13:
214
+ evt.preventDefault();
215
+ if (this.results_showing) return this.result_select(evt);
216
+ break;
217
+ case 27:
218
+ if (this.results_showing) this.results_hide();
219
+ return true;
220
+ case 9:
221
+ case 38:
222
+ case 40:
223
+ case 16:
224
+ case 91:
225
+ case 17:
226
+ break;
227
+ default:
228
+ return this.results_search();
229
+ }
230
+ };
231
+
232
+ AbstractChosen.prototype.generate_field_id = function() {
233
+ var new_id;
234
+ new_id = this.generate_random_id();
235
+ this.form_field.id = new_id;
236
+ return new_id;
237
+ };
238
+
239
+ AbstractChosen.prototype.generate_random_char = function() {
240
+ var chars, newchar, rand;
241
+ chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ";
242
+ rand = Math.floor(Math.random() * chars.length);
243
+ return newchar = chars.substring(rand, rand + 1);
244
+ };
245
+
246
+ return AbstractChosen;
247
+
248
+ })();
249
+
250
+ root.AbstractChosen = AbstractChosen;
251
+
252
+ }).call(this);
253
+
254
+ /*
255
+ Chosen source: generate output using 'cake build'
256
+ Copyright (c) 2011 by Harvest
257
+ */
258
+
259
+ (function() {
260
+ var $, Chosen, get_side_border_padding, root,
261
+ __hasProp = Object.prototype.hasOwnProperty,
262
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor; child.__super__ = parent.prototype; return child; };
263
+
264
+ root = this;
265
+
266
+ $ = jQuery;
267
+
268
+ $.fn.extend({
269
+ chosen: function(options) {
270
+ if ($.browser.msie && ($.browser.version === "6.0" || $.browser.version === "7.0")) {
271
+ return this;
272
+ }
273
+ return $(this).each(function(input_field) {
274
+ if (!($(this)).hasClass("chzn-done")) return new Chosen(this, options);
275
+ });
276
+ }
277
+ });
278
+
279
+ Chosen = (function(_super) {
280
+
281
+ __extends(Chosen, _super);
282
+
283
+ function Chosen() {
284
+ Chosen.__super__.constructor.apply(this, arguments);
285
+ }
286
+
287
+ Chosen.prototype.setup = function() {
288
+ this.form_field_jq = $(this.form_field);
289
+ return this.is_rtl = this.form_field_jq.hasClass("chzn-rtl");
290
+ };
291
+
292
+ Chosen.prototype.finish_setup = function() {
293
+ return this.form_field_jq.addClass("chzn-done");
294
+ };
295
+
296
+ Chosen.prototype.set_up_html = function() {
297
+ var container_div, dd_top, dd_width, sf_width;
298
+ this.container_id = this.form_field.id.length ? this.form_field.id.replace(/(:|\.)/g, '_') : this.generate_field_id();
299
+ this.container_id += "_chzn";
300
+ this.f_width = this.form_field_jq.outerWidth();
301
+ this.default_text = this.form_field_jq.data('placeholder') ? this.form_field_jq.data('placeholder') : this.default_text_default;
302
+ container_div = $("<div />", {
303
+ id: this.container_id,
304
+ "class": "chzn-container" + (this.is_rtl ? ' chzn-rtl' : ''),
305
+ style: 'width: ' + this.f_width + 'px;'
306
+ });
307
+ if (this.is_multiple) {
308
+ container_div.html('<ul class="chzn-choices"><li class="search-field"><input type="text" value="' + this.default_text + '" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chzn-drop" style="left:-9000px;"><ul class="chzn-results"></ul></div>');
309
+ } else {
310
+ container_div.html('<a href="javascript:void(0)" class="chzn-single"><span>' + this.default_text + '</span><div><b></b></div></a><div class="chzn-drop" style="left:-9000px;"><div class="chzn-search"><input type="text" autocomplete="off" /></div><ul class="chzn-results"></ul></div>');
311
+ }
312
+ this.form_field_jq.hide().after(container_div);
313
+ this.container = $('#' + this.container_id);
314
+ this.container.addClass("chzn-container-" + (this.is_multiple ? "multi" : "single"));
315
+ this.dropdown = this.container.find('div.chzn-drop').first();
316
+ dd_top = this.container.height();
317
+ dd_width = this.f_width - get_side_border_padding(this.dropdown);
318
+ this.dropdown.css({
319
+ "width": dd_width + "px",
320
+ "top": dd_top + "px"
321
+ });
322
+ this.search_field = this.container.find('input').first();
323
+ this.search_results = this.container.find('ul.chzn-results').first();
324
+ this.search_field_scale();
325
+ this.search_no_results = this.container.find('li.no-results').first();
326
+ if (this.is_multiple) {
327
+ this.search_choices = this.container.find('ul.chzn-choices').first();
328
+ this.search_container = this.container.find('li.search-field').first();
329
+ } else {
330
+ this.search_container = this.container.find('div.chzn-search').first();
331
+ this.selected_item = this.container.find('.chzn-single').first();
332
+ sf_width = dd_width - get_side_border_padding(this.search_container) - get_side_border_padding(this.search_field);
333
+ this.search_field.css({
334
+ "width": sf_width + "px"
335
+ });
336
+ }
337
+ this.results_build();
338
+ this.set_tab_index();
339
+ return this.form_field_jq.trigger("liszt:ready", {
340
+ chosen: this
341
+ });
342
+ };
343
+
344
+ Chosen.prototype.register_observers = function() {
345
+ var _this = this;
346
+ this.container.mousedown(function(evt) {
347
+ return _this.container_mousedown(evt);
348
+ });
349
+ this.container.mouseup(function(evt) {
350
+ return _this.container_mouseup(evt);
351
+ });
352
+ this.container.mouseenter(function(evt) {
353
+ return _this.mouse_enter(evt);
354
+ });
355
+ this.container.mouseleave(function(evt) {
356
+ return _this.mouse_leave(evt);
357
+ });
358
+ this.search_results.mouseup(function(evt) {
359
+ return _this.search_results_mouseup(evt);
360
+ });
361
+ this.search_results.mouseover(function(evt) {
362
+ return _this.search_results_mouseover(evt);
363
+ });
364
+ this.search_results.mouseout(function(evt) {
365
+ return _this.search_results_mouseout(evt);
366
+ });
367
+ this.form_field_jq.bind("liszt:updated", function(evt) {
368
+ return _this.results_update_field(evt);
369
+ });
370
+ this.search_field.blur(function(evt) {
371
+ return _this.input_blur(evt);
372
+ });
373
+ this.search_field.keyup(function(evt) {
374
+ return _this.keyup_checker(evt);
375
+ });
376
+ this.search_field.keydown(function(evt) {
377
+ return _this.keydown_checker(evt);
378
+ });
379
+ if (this.is_multiple) {
380
+ this.search_choices.click(function(evt) {
381
+ return _this.choices_click(evt);
382
+ });
383
+ return this.search_field.focus(function(evt) {
384
+ return _this.input_focus(evt);
385
+ });
386
+ } else {
387
+ return this.container.click(function(evt) {
388
+ return evt.preventDefault();
389
+ });
390
+ }
391
+ };
392
+
393
+ Chosen.prototype.search_field_disabled = function() {
394
+ this.is_disabled = this.form_field_jq[0].disabled;
395
+ if (this.is_disabled) {
396
+ this.container.addClass('chzn-disabled');
397
+ this.search_field[0].disabled = true;
398
+ if (!this.is_multiple) {
399
+ this.selected_item.unbind("focus", this.activate_action);
400
+ }
401
+ return this.close_field();
402
+ } else {
403
+ this.container.removeClass('chzn-disabled');
404
+ this.search_field[0].disabled = false;
405
+ if (!this.is_multiple) {
406
+ return this.selected_item.bind("focus", this.activate_action);
407
+ }
408
+ }
409
+ };
410
+
411
+ Chosen.prototype.container_mousedown = function(evt) {
412
+ var target_closelink;
413
+ if (!this.is_disabled) {
414
+ target_closelink = evt != null ? ($(evt.target)).hasClass("search-choice-close") : false;
415
+ if (evt && evt.type === "mousedown") evt.stopPropagation();
416
+ if (!this.pending_destroy_click && !target_closelink) {
417
+ if (!this.active_field) {
418
+ if (this.is_multiple) this.search_field.val("");
419
+ $(document).click(this.click_test_action);
420
+ this.results_show();
421
+ } else if (!this.is_multiple && evt && (($(evt.target)[0] === this.selected_item[0]) || $(evt.target).parents("a.chzn-single").length)) {
422
+ evt.preventDefault();
423
+ this.results_toggle();
424
+ }
425
+ return this.activate_field();
426
+ } else {
427
+ return this.pending_destroy_click = false;
428
+ }
429
+ }
430
+ };
431
+
432
+ Chosen.prototype.container_mouseup = function(evt) {
433
+ if (evt.target.nodeName === "ABBR") return this.results_reset(evt);
434
+ };
435
+
436
+ Chosen.prototype.blur_test = function(evt) {
437
+ if (!this.active_field && this.container.hasClass("chzn-container-active")) {
438
+ return this.close_field();
439
+ }
440
+ };
441
+
442
+ Chosen.prototype.close_field = function() {
443
+ $(document).unbind("click", this.click_test_action);
444
+ if (!this.is_multiple) {
445
+ this.selected_item.attr("tabindex", this.search_field.attr("tabindex"));
446
+ this.search_field.attr("tabindex", -1);
447
+ }
448
+ this.active_field = false;
449
+ this.results_hide();
450
+ this.container.removeClass("chzn-container-active");
451
+ this.winnow_results_clear();
452
+ this.clear_backstroke();
453
+ this.show_search_field_default();
454
+ return this.search_field_scale();
455
+ };
456
+
457
+ Chosen.prototype.activate_field = function() {
458
+ if (!this.is_multiple && !this.active_field) {
459
+ this.search_field.attr("tabindex", this.selected_item.attr("tabindex"));
460
+ this.selected_item.attr("tabindex", -1);
461
+ }
462
+ this.container.addClass("chzn-container-active");
463
+ this.active_field = true;
464
+ this.search_field.val(this.search_field.val());
465
+ return this.search_field.focus();
466
+ };
467
+
468
+ Chosen.prototype.test_active_click = function(evt) {
469
+ if ($(evt.target).parents('#' + this.container_id).length) {
470
+ return this.active_field = true;
471
+ } else {
472
+ return this.close_field();
473
+ }
474
+ };
475
+
476
+ Chosen.prototype.results_build = function() {
477
+ var content, data, _i, _len, _ref;
478
+ this.parsing = true;
479
+ this.results_data = root.SelectParser.select_to_array(this.form_field);
480
+ if (this.is_multiple && this.choices > 0) {
481
+ this.search_choices.find("li.search-choice").remove();
482
+ this.choices = 0;
483
+ } else if (!this.is_multiple) {
484
+ this.selected_item.find("span").text(this.default_text);
485
+ if (this.form_field.options.length <= this.disable_search_threshold) {
486
+ this.container.addClass("chzn-container-single-nosearch");
487
+ } else {
488
+ this.container.removeClass("chzn-container-single-nosearch");
489
+ }
490
+ }
491
+ content = '';
492
+ _ref = this.results_data;
493
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
494
+ data = _ref[_i];
495
+ if (data.group) {
496
+ content += this.result_add_group(data);
497
+ } else if (!data.empty) {
498
+ content += this.result_add_option(data);
499
+ if (data.selected && this.is_multiple) {
500
+ this.choice_build(data);
501
+ } else if (data.selected && !this.is_multiple) {
502
+ this.selected_item.find("span").text(data.text);
503
+ if (this.allow_single_deselect) this.single_deselect_control_build();
504
+ }
505
+ }
506
+ }
507
+ this.search_field_disabled();
508
+ this.show_search_field_default();
509
+ this.search_field_scale();
510
+ this.search_results.html(content);
511
+ return this.parsing = false;
512
+ };
513
+
514
+ Chosen.prototype.result_add_group = function(group) {
515
+ if (!group.disabled) {
516
+ group.dom_id = this.container_id + "_g_" + group.array_index;
517
+ return '<li id="' + group.dom_id + '" class="group-result">' + $("<div />").text(group.label).html() + '</li>';
518
+ } else {
519
+ return "";
520
+ }
521
+ };
522
+
523
+ Chosen.prototype.result_do_highlight = function(el) {
524
+ var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
525
+ if (el.length) {
526
+ this.result_clear_highlight();
527
+ this.result_highlight = el;
528
+ this.result_highlight.addClass("highlighted");
529
+ maxHeight = parseInt(this.search_results.css("maxHeight"), 10);
530
+ visible_top = this.search_results.scrollTop();
531
+ visible_bottom = maxHeight + visible_top;
532
+ high_top = this.result_highlight.position().top + this.search_results.scrollTop();
533
+ high_bottom = high_top + this.result_highlight.outerHeight();
534
+ if (high_bottom >= visible_bottom) {
535
+ return this.search_results.scrollTop((high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0);
536
+ } else if (high_top < visible_top) {
537
+ return this.search_results.scrollTop(high_top);
538
+ }
539
+ }
540
+ };
541
+
542
+ Chosen.prototype.result_clear_highlight = function() {
543
+ if (this.result_highlight) this.result_highlight.removeClass("highlighted");
544
+ return this.result_highlight = null;
545
+ };
546
+
547
+ Chosen.prototype.results_show = function() {
548
+ var dd_top;
549
+ if (!this.is_multiple) {
550
+ this.selected_item.addClass("chzn-single-with-drop");
551
+ if (this.result_single_selected) {
552
+ this.result_do_highlight(this.result_single_selected);
553
+ }
554
+ }
555
+ dd_top = this.is_multiple ? this.container.height() : this.container.height() - 1;
556
+ this.dropdown.css({
557
+ "top": dd_top + "px",
558
+ "left": 0
559
+ });
560
+ this.results_showing = true;
561
+ this.search_field.focus();
562
+ this.search_field.val(this.search_field.val());
563
+ return this.winnow_results();
564
+ };
565
+
566
+ Chosen.prototype.results_hide = function() {
567
+ if (!this.is_multiple) {
568
+ this.selected_item.removeClass("chzn-single-with-drop");
569
+ }
570
+ this.result_clear_highlight();
571
+ this.dropdown.css({
572
+ "left": "-9000px"
573
+ });
574
+ return this.results_showing = false;
575
+ };
576
+
577
+ Chosen.prototype.set_tab_index = function(el) {
578
+ var ti;
579
+ if (this.form_field_jq.attr("tabindex")) {
580
+ ti = this.form_field_jq.attr("tabindex");
581
+ this.form_field_jq.attr("tabindex", -1);
582
+ if (this.is_multiple) {
583
+ return this.search_field.attr("tabindex", ti);
584
+ } else {
585
+ this.selected_item.attr("tabindex", ti);
586
+ return this.search_field.attr("tabindex", -1);
587
+ }
588
+ }
589
+ };
590
+
591
+ Chosen.prototype.show_search_field_default = function() {
592
+ if (this.is_multiple && this.choices < 1 && !this.active_field) {
593
+ this.search_field.val(this.default_text);
594
+ return this.search_field.addClass("default");
595
+ } else {
596
+ this.search_field.val("");
597
+ return this.search_field.removeClass("default");
598
+ }
599
+ };
600
+
601
+ Chosen.prototype.search_results_mouseup = function(evt) {
602
+ var target;
603
+ target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
604
+ if (target.length) {
605
+ this.result_highlight = target;
606
+ return this.result_select(evt);
607
+ }
608
+ };
609
+
610
+ Chosen.prototype.search_results_mouseover = function(evt) {
611
+ var target;
612
+ target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
613
+ if (target) return this.result_do_highlight(target);
614
+ };
615
+
616
+ Chosen.prototype.search_results_mouseout = function(evt) {
617
+ if ($(evt.target).hasClass("active-result" || $(evt.target).parents('.active-result').first())) {
618
+ return this.result_clear_highlight();
619
+ }
620
+ };
621
+
622
+ Chosen.prototype.choices_click = function(evt) {
623
+ evt.preventDefault();
624
+ if (this.active_field && !($(evt.target).hasClass("search-choice" || $(evt.target).parents('.search-choice').first)) && !this.results_showing) {
625
+ return this.results_show();
626
+ }
627
+ };
628
+
629
+ Chosen.prototype.choice_build = function(item) {
630
+ var choice_id, link,
631
+ _this = this;
632
+ choice_id = this.container_id + "_c_" + item.array_index;
633
+ this.choices += 1;
634
+ this.search_container.before('<li class="search-choice" id="' + choice_id + '"><span>' + item.html + '</span><a href="javascript:void(0)" class="search-choice-close" rel="' + item.array_index + '"></a></li>');
635
+ link = $('#' + choice_id).find("a").first();
636
+ return link.click(function(evt) {
637
+ return _this.choice_destroy_link_click(evt);
638
+ });
639
+ };
640
+
641
+ Chosen.prototype.choice_destroy_link_click = function(evt) {
642
+ evt.preventDefault();
643
+ if (!this.is_disabled) {
644
+ this.pending_destroy_click = true;
645
+ return this.choice_destroy($(evt.target));
646
+ } else {
647
+ return evt.stopPropagation;
648
+ }
649
+ };
650
+
651
+ Chosen.prototype.choice_destroy = function(link) {
652
+ this.choices -= 1;
653
+ this.show_search_field_default();
654
+ if (this.is_multiple && this.choices > 0 && this.search_field.val().length < 1) {
655
+ this.results_hide();
656
+ }
657
+ this.result_deselect(link.attr("rel"));
658
+ return link.parents('li').first().remove();
659
+ };
660
+
661
+ Chosen.prototype.results_reset = function(evt) {
662
+ this.form_field.options[0].selected = true;
663
+ this.selected_item.find("span").text(this.default_text);
664
+ this.show_search_field_default();
665
+ $(evt.target).remove();
666
+ this.form_field_jq.trigger("change");
667
+ if (this.active_field) return this.results_hide();
668
+ };
669
+
670
+ Chosen.prototype.result_select = function(evt) {
671
+ var high, high_id, item, position;
672
+ if (this.result_highlight) {
673
+ high = this.result_highlight;
674
+ high_id = high.attr("id");
675
+ this.result_clear_highlight();
676
+ if (this.is_multiple) {
677
+ this.result_deactivate(high);
678
+ } else {
679
+ this.search_results.find(".result-selected").removeClass("result-selected");
680
+ this.result_single_selected = high;
681
+ }
682
+ high.addClass("result-selected");
683
+ position = high_id.substr(high_id.lastIndexOf("_") + 1);
684
+ item = this.results_data[position];
685
+ item.selected = true;
686
+ this.form_field.options[item.options_index].selected = true;
687
+ if (this.is_multiple) {
688
+ this.choice_build(item);
689
+ } else {
690
+ this.selected_item.find("span").first().text(item.text);
691
+ if (this.allow_single_deselect) this.single_deselect_control_build();
692
+ }
693
+ if (!(evt.metaKey && this.is_multiple)) this.results_hide();
694
+ this.search_field.val("");
695
+ this.form_field_jq.trigger("change");
696
+ return this.search_field_scale();
697
+ }
698
+ };
699
+
700
+ Chosen.prototype.result_activate = function(el) {
701
+ return el.addClass("active-result");
702
+ };
703
+
704
+ Chosen.prototype.result_deactivate = function(el) {
705
+ return el.removeClass("active-result");
706
+ };
707
+
708
+ Chosen.prototype.result_deselect = function(pos) {
709
+ var result, result_data;
710
+ result_data = this.results_data[pos];
711
+ result_data.selected = false;
712
+ this.form_field.options[result_data.options_index].selected = false;
713
+ result = $("#" + this.container_id + "_o_" + pos);
714
+ result.removeClass("result-selected").addClass("active-result").show();
715
+ this.result_clear_highlight();
716
+ this.winnow_results();
717
+ this.form_field_jq.trigger("change");
718
+ return this.search_field_scale();
719
+ };
720
+
721
+ Chosen.prototype.single_deselect_control_build = function() {
722
+ if (this.allow_single_deselect && this.selected_item.find("abbr").length < 1) {
723
+ return this.selected_item.find("span").first().after("<abbr class=\"search-choice-close\"></abbr>");
724
+ }
725
+ };
726
+
727
+ Chosen.prototype.winnow_results = function() {
728
+ var found, option, part, parts, regex, result, result_id, results, searchText, startpos, text, zregex, _i, _j, _len, _len2, _ref;
729
+ this.no_results_clear();
730
+ results = 0;
731
+ searchText = this.search_field.val() === this.default_text ? "" : $('<div/>').text($.trim(this.search_field.val())).html();
732
+ regex = new RegExp('^' + searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), 'i');
733
+ zregex = new RegExp(searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), 'i');
734
+ _ref = this.results_data;
735
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
736
+ option = _ref[_i];
737
+ if (!option.disabled && !option.empty) {
738
+ if (option.group) {
739
+ $('#' + option.dom_id).css('display', 'none');
740
+ } else if (!(this.is_multiple && option.selected)) {
741
+ found = false;
742
+ result_id = option.dom_id;
743
+ result = $("#" + result_id);
744
+ if (regex.test(option.html)) {
745
+ found = true;
746
+ results += 1;
747
+ } else if (option.html.indexOf(" ") >= 0 || option.html.indexOf("[") === 0) {
748
+ parts = option.html.replace(/\[|\]/g, "").split(" ");
749
+ if (parts.length) {
750
+ for (_j = 0, _len2 = parts.length; _j < _len2; _j++) {
751
+ part = parts[_j];
752
+ if (regex.test(part)) {
753
+ found = true;
754
+ results += 1;
755
+ }
756
+ }
757
+ }
758
+ }
759
+ if (found) {
760
+ if (searchText.length) {
761
+ startpos = option.html.search(zregex);
762
+ text = option.html.substr(0, startpos + searchText.length) + '</em>' + option.html.substr(startpos + searchText.length);
763
+ text = text.substr(0, startpos) + '<em>' + text.substr(startpos);
764
+ } else {
765
+ text = option.html;
766
+ }
767
+ result.html(text);
768
+ this.result_activate(result);
769
+ if (option.group_array_index != null) {
770
+ $("#" + this.results_data[option.group_array_index].dom_id).css('display', 'list-item');
771
+ }
772
+ } else {
773
+ if (this.result_highlight && result_id === this.result_highlight.attr('id')) {
774
+ this.result_clear_highlight();
775
+ }
776
+ this.result_deactivate(result);
777
+ }
778
+ }
779
+ }
780
+ }
781
+ if (results < 1 && searchText.length) {
782
+ return this.no_results(searchText);
783
+ } else {
784
+ return this.winnow_results_set_highlight();
785
+ }
786
+ };
787
+
788
+ Chosen.prototype.winnow_results_clear = function() {
789
+ var li, lis, _i, _len, _results;
790
+ this.search_field.val("");
791
+ lis = this.search_results.find("li");
792
+ _results = [];
793
+ for (_i = 0, _len = lis.length; _i < _len; _i++) {
794
+ li = lis[_i];
795
+ li = $(li);
796
+ if (li.hasClass("group-result")) {
797
+ _results.push(li.css('display', 'auto'));
798
+ } else if (!this.is_multiple || !li.hasClass("result-selected")) {
799
+ _results.push(this.result_activate(li));
800
+ } else {
801
+ _results.push(void 0);
802
+ }
803
+ }
804
+ return _results;
805
+ };
806
+
807
+ Chosen.prototype.winnow_results_set_highlight = function() {
808
+ var do_high, selected_results;
809
+ if (!this.result_highlight) {
810
+ selected_results = !this.is_multiple ? this.search_results.find(".result-selected.active-result") : [];
811
+ do_high = selected_results.length ? selected_results.first() : this.search_results.find(".active-result").first();
812
+ if (do_high != null) return this.result_do_highlight(do_high);
813
+ }
814
+ };
815
+
816
+ Chosen.prototype.no_results = function(terms) {
817
+ var no_results_html;
818
+ no_results_html = $('<li class="no-results">' + this.results_none_found + ' "<span></span>"</li>');
819
+ no_results_html.find("span").first().html(terms);
820
+ return this.search_results.append(no_results_html);
821
+ };
822
+
823
+ Chosen.prototype.no_results_clear = function() {
824
+ return this.search_results.find(".no-results").remove();
825
+ };
826
+
827
+ Chosen.prototype.keydown_arrow = function() {
828
+ var first_active, next_sib;
829
+ if (!this.result_highlight) {
830
+ first_active = this.search_results.find("li.active-result").first();
831
+ if (first_active) this.result_do_highlight($(first_active));
832
+ } else if (this.results_showing) {
833
+ next_sib = this.result_highlight.nextAll("li.active-result").first();
834
+ if (next_sib) this.result_do_highlight(next_sib);
835
+ }
836
+ if (!this.results_showing) return this.results_show();
837
+ };
838
+
839
+ Chosen.prototype.keyup_arrow = function() {
840
+ var prev_sibs;
841
+ if (!this.results_showing && !this.is_multiple) {
842
+ return this.results_show();
843
+ } else if (this.result_highlight) {
844
+ prev_sibs = this.result_highlight.prevAll("li.active-result");
845
+ if (prev_sibs.length) {
846
+ return this.result_do_highlight(prev_sibs.first());
847
+ } else {
848
+ if (this.choices > 0) this.results_hide();
849
+ return this.result_clear_highlight();
850
+ }
851
+ }
852
+ };
853
+
854
+ Chosen.prototype.keydown_backstroke = function() {
855
+ if (this.pending_backstroke) {
856
+ this.choice_destroy(this.pending_backstroke.find("a").first());
857
+ return this.clear_backstroke();
858
+ } else {
859
+ this.pending_backstroke = this.search_container.siblings("li.search-choice").last();
860
+ return this.pending_backstroke.addClass("search-choice-focus");
861
+ }
862
+ };
863
+
864
+ Chosen.prototype.clear_backstroke = function() {
865
+ if (this.pending_backstroke) {
866
+ this.pending_backstroke.removeClass("search-choice-focus");
867
+ }
868
+ return this.pending_backstroke = null;
869
+ };
870
+
871
+ Chosen.prototype.keydown_checker = function(evt) {
872
+ var stroke, _ref;
873
+ stroke = (_ref = evt.which) != null ? _ref : evt.keyCode;
874
+ this.search_field_scale();
875
+ if (stroke !== 8 && this.pending_backstroke) this.clear_backstroke();
876
+ switch (stroke) {
877
+ case 8:
878
+ this.backstroke_length = this.search_field.val().length;
879
+ break;
880
+ case 9:
881
+ if (this.results_showing && !this.is_multiple) this.result_select(evt);
882
+ this.mouse_on_container = false;
883
+ break;
884
+ case 13:
885
+ evt.preventDefault();
886
+ break;
887
+ case 38:
888
+ evt.preventDefault();
889
+ this.keyup_arrow();
890
+ break;
891
+ case 40:
892
+ this.keydown_arrow();
893
+ break;
894
+ }
895
+ };
896
+
897
+ Chosen.prototype.search_field_scale = function() {
898
+ var dd_top, div, h, style, style_block, styles, w, _i, _len;
899
+ if (this.is_multiple) {
900
+ h = 0;
901
+ w = 0;
902
+ style_block = "position:absolute; left: -1000px; top: -1000px; display:none;";
903
+ styles = ['font-size', 'font-style', 'font-weight', 'font-family', 'line-height', 'text-transform', 'letter-spacing'];
904
+ for (_i = 0, _len = styles.length; _i < _len; _i++) {
905
+ style = styles[_i];
906
+ style_block += style + ":" + this.search_field.css(style) + ";";
907
+ }
908
+ div = $('<div />', {
909
+ 'style': style_block
910
+ });
911
+ div.text(this.search_field.val());
912
+ $('body').append(div);
913
+ w = div.width() + 25;
914
+ div.remove();
915
+ if (w > this.f_width - 10) w = this.f_width - 10;
916
+ this.search_field.css({
917
+ 'width': w + 'px'
918
+ });
919
+ dd_top = this.container.height();
920
+ return this.dropdown.css({
921
+ "top": dd_top + "px"
922
+ });
923
+ }
924
+ };
925
+
926
+ Chosen.prototype.generate_random_id = function() {
927
+ var string;
928
+ string = "sel" + this.generate_random_char() + this.generate_random_char() + this.generate_random_char();
929
+ while ($("#" + string).length > 0) {
930
+ string += this.generate_random_char();
931
+ }
932
+ return string;
933
+ };
934
+
935
+ return Chosen;
936
+
937
+ })(AbstractChosen);
938
+
939
+ get_side_border_padding = function(elmt) {
940
+ var side_border_padding;
941
+ return side_border_padding = elmt.outerWidth() - elmt.width();
942
+ };
943
+
944
+ root.get_side_border_padding = get_side_border_padding;
945
+
946
+ }).call(this);
interface/chosen/chosen.jquery.min.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ // Chosen, a Select Box Enhancer for jQuery and Protoype
2
+ // by Patrick Filler for Harvest, http://getharvest.com
3
+ //
4
+ // Version 0.9.7
5
+ // Full source at https://github.com/harvesthq/chosen
6
+ // Copyright (c) 2011 Harvest http://getharvest.com
7
+
8
+ // MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
9
+ // This file is generated by `cake build`, do not edit it by hand.
10
+ ((function(){var a;a=function(){function a(){this.options_index=0,this.parsed=[]}return a.prototype.add_node=function(a){return a.nodeName==="OPTGROUP"?this.add_group(a):this.add_option(a)},a.prototype.add_group=function(a){var b,c,d,e,f,g;b=this.parsed.length,this.parsed.push({array_index:b,group:!0,label:a.label,children:0,disabled:a.disabled}),f=a.childNodes,g=[];for(d=0,e=f.length;d<e;d++)c=f[d],g.push(this.add_option(c,b,a.disabled));return g},a.prototype.add_option=function(a,b,c){if(a.nodeName==="OPTION")return a.text!==""?(b!=null&&(this.parsed[b].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:a.value,text:a.text,html:a.innerHTML,selected:a.selected,disabled:c===!0?c:a.disabled,group_array_index:b,classes:a.className,style:a.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},a}(),a.select_to_array=function(b){var c,d,e,f,g;d=new a,g=b.childNodes;for(e=0,f=g.length;e<f;e++)c=g[e],d.add_node(c);return d.parsed},this.SelectParser=a})).call(this),function(){var a,b;b=this,a=function(){function a(a,b){this.form_field=a,this.options=b!=null?b:{},this.set_default_values(),this.is_multiple=this.form_field.multiple,this.default_text_default=this.is_multiple?"Select Some Options":"Select an Option",this.setup(),this.set_up_html(),this.register_observers(),this.finish_setup()}return a.prototype.set_default_values=function(){var a=this;return this.click_test_action=function(b){return a.test_active_click(b)},this.activate_action=function(b){return a.activate_field(b)},this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.result_single_selected=null,this.allow_single_deselect=this.options.allow_single_deselect!=null&&this.form_field.options[0]!=null&&this.form_field.options[0].text===""?this.options.allow_single_deselect:!1,this.disable_search_threshold=this.options.disable_search_threshold||0,this.choices=0,this.results_none_found=this.options.no_results_text||"No results match"},a.prototype.mouse_enter=function(){return this.mouse_on_container=!0},a.prototype.mouse_leave=function(){return this.mouse_on_container=!1},a.prototype.input_focus=function(a){var b=this;if(!this.active_field)return setTimeout(function(){return b.container_mousedown()},50)},a.prototype.input_blur=function(a){var b=this;if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(){return b.blur_test()},100)},a.prototype.result_add_option=function(a){var b,c;return a.disabled?"":(a.dom_id=this.container_id+"_o_"+a.array_index,b=a.selected&&this.is_multiple?[]:["active-result"],a.selected&&b.push("result-selected"),a.group_array_index!=null&&b.push("group-option"),a.classes!==""&&b.push(a.classes),c=a.style.cssText!==""?' style="'+a.style+'"':"",'<li id="'+a.dom_id+'" class="'+b.join(" ")+'"'+c+">"+a.html+"</li>")},a.prototype.results_update_field=function(){return this.result_clear_highlight(),this.result_single_selected=null,this.results_build()},a.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},a.prototype.results_search=function(a){return this.results_showing?this.winnow_results():this.results_show()},a.prototype.keyup_checker=function(a){var b,c;b=(c=a.which)!=null?c:a.keyCode,this.search_field_scale();switch(b){case 8:if(this.is_multiple&&this.backstroke_length<1&&this.choices>0)return this.keydown_backstroke();if(!this.pending_backstroke)return this.result_clear_highlight(),this.results_search();break;case 13:a.preventDefault();if(this.results_showing)return this.result_select(a);break;case 27:return this.results_showing&&this.results_hide(),!0;case 9:case 38:case 40:case 16:case 91:case 17:break;default:return this.results_search()}},a.prototype.generate_field_id=function(){var a;return a=this.generate_random_id(),this.form_field.id=a,a},a.prototype.generate_random_char=function(){var a,b,c;return a="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ",c=Math.floor(Math.random()*a.length),b=a.substring(c,c+1)},a}(),b.AbstractChosen=a}.call(this),function(){var a,b,c,d,e=Object.prototype.hasOwnProperty,f=function(a,b){function d(){this.constructor=a}for(var c in b)e.call(b,c)&&(a[c]=b[c]);return d.prototype=b.prototype,a.prototype=new d,a.__super__=b.prototype,a};d=this,a=jQuery,a.fn.extend({chosen:function(c){return!a.browser.msie||a.browser.version!=="6.0"&&a.browser.version!=="7.0"?a(this).each(function(d){if(!a(this).hasClass("chzn-done"))return new b(this,c)}):this}}),b=function(b){function e(){e.__super__.constructor.apply(this,arguments)}return f(e,b),e.prototype.setup=function(){return this.form_field_jq=a(this.form_field),this.is_rtl=this.form_field_jq.hasClass("chzn-rtl")},e.prototype.finish_setup=function(){return this.form_field_jq.addClass("chzn-done")},e.prototype.set_up_html=function(){var b,d,e,f;return this.container_id=this.form_field.id.length?this.form_field.id.replace(/(:|\.)/g,"_"):this.generate_field_id(),this.container_id+="_chzn",this.f_width=this.form_field_jq.outerWidth(),this.default_text=this.form_field_jq.data("placeholder")?this.form_field_jq.data("placeholder"):this.default_text_default,b=a("<div />",{id:this.container_id,"class":"chzn-container"+(this.is_rtl?" chzn-rtl":""),style:"width: "+this.f_width+"px;"}),this.is_multiple?b.html('<ul class="chzn-choices"><li class="search-field"><input type="text" value="'+this.default_text+'" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chzn-drop" style="left:-9000px;"><ul class="chzn-results"></ul></div>'):b.html('<a href="javascript:void(0)" class="chzn-single"><span>'+this.default_text+'</span><div><b></b></div></a><div class="chzn-drop" style="left:-9000px;"><div class="chzn-search"><input type="text" autocomplete="off" /></div><ul class="chzn-results"></ul></div>'),this.form_field_jq.hide().after(b),this.container=a("#"+this.container_id),this.container.addClass("chzn-container-"+(this.is_multiple?"multi":"single")),this.dropdown=this.container.find("div.chzn-drop").first(),d=this.container.height(),e=this.f_width-c(this.dropdown),this.dropdown.css({width:e+"px",top:d+"px"}),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chzn-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chzn-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chzn-search").first(),this.selected_item=this.container.find(".chzn-single").first(),f=e-c(this.search_container)-c(this.search_field),this.search_field.css({width:f+"px"})),this.results_build(),this.set_tab_index(),this.form_field_jq.trigger("liszt:ready",{chosen:this})},e.prototype.register_observers=function(){var a=this;return this.container.mousedown(function(b){return a.container_mousedown(b)}),this.container.mouseup(function(b){return a.container_mouseup(b)}),this.container.mouseenter(function(b){return a.mouse_enter(b)}),this.container.mouseleave(function(b){return a.mouse_leave(b)}),this.search_results.mouseup(function(b){return a.search_results_mouseup(b)}),this.search_results.mouseover(function(b){return a.search_results_mouseover(b)}),this.search_results.mouseout(function(b){return a.search_results_mouseout(b)}),this.form_field_jq.bind("liszt:updated",function(b){return a.results_update_field(b)}),this.search_field.blur(function(b){return a.input_blur(b)}),this.search_field.keyup(function(b){return a.keyup_checker(b)}),this.search_field.keydown(function(b){return a.keydown_checker(b)}),this.is_multiple?(this.search_choices.click(function(b){return a.choices_click(b)}),this.search_field.focus(function(b){return a.input_focus(b)})):this.container.click(function(a){return a.preventDefault()})},e.prototype.search_field_disabled=function(){this.is_disabled=this.form_field_jq[0].disabled;if(this.is_disabled)return this.container.addClass("chzn-disabled"),this.search_field[0].disabled=!0,this.is_multiple||this.selected_item.unbind("focus",this.activate_action),this.close_field();this.container.removeClass("chzn-disabled"),this.search_field[0].disabled=!1;if(!this.is_multiple)return this.selected_item.bind("focus",this.activate_action)},e.prototype.container_mousedown=function(b){var c;if(!this.is_disabled)return c=b!=null?a(b.target).hasClass("search-choice-close"):!1,b&&b.type==="mousedown"&&b.stopPropagation(),!this.pending_destroy_click&&!c?(this.active_field?!this.is_multiple&&b&&(a(b.target)[0]===this.selected_item[0]||a(b.target).parents("a.chzn-single").length)&&(b.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),a(document).click(this.click_test_action),this.results_show()),this.activate_field()):this.pending_destroy_click=!1},e.prototype.container_mouseup=function(a){if(a.target.nodeName==="ABBR")return this.results_reset(a)},e.prototype.blur_test=function(a){if(!this.active_field&&this.container.hasClass("chzn-container-active"))return this.close_field()},e.prototype.close_field=function(){return a(document).unbind("click",this.click_test_action),this.is_multiple||(this.selected_item.attr("tabindex",this.search_field.attr("tabindex")),this.search_field.attr("tabindex",-1)),this.active_field=!1,this.results_hide(),this.container.removeClass("chzn-container-active"),this.winnow_results_clear(),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale()},e.prototype.activate_field=function(){return!this.is_multiple&&!this.active_field&&(this.search_field.attr("tabindex",this.selected_item.attr("tabindex")),this.selected_item.attr("tabindex",-1)),this.container.addClass("chzn-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},e.prototype.test_active_click=function(b){return a(b.target).parents("#"+this.container_id).length?this.active_field=!0:this.close_field()},e.prototype.results_build=function(){var a,b,c,e,f;this.parsing=!0,this.results_data=d.SelectParser.select_to_array(this.form_field),this.is_multiple&&this.choices>0?(this.search_choices.find("li.search-choice").remove(),this.choices=0):this.is_multiple||(this.selected_item.find("span").text(this.default_text),this.form_field.options.length<=this.disable_search_threshold?this.container.addClass("chzn-container-single-nosearch"):this.container.removeClass("chzn-container-single-nosearch")),a="",f=this.results_data;for(c=0,e=f.length;c<e;c++)b=f[c],b.group?a+=this.result_add_group(b):b.empty||(a+=this.result_add_option(b),b.selected&&this.is_multiple?this.choice_build(b):b.selected&&!this.is_multiple&&(this.selected_item.find("span").text(b.text),this.allow_single_deselect&&this.single_deselect_control_build()));return this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.search_results.html(a),this.parsing=!1},e.prototype.result_add_group=function(b){return b.disabled?"":(b.dom_id=this.container_id+"_g_"+b.array_index,'<li id="'+b.dom_id+'" class="group-result">'+a("<div />").text(b.label).html()+"</li>")},e.prototype.result_do_highlight=function(a){var b,c,d,e,f;if(a.length){this.result_clear_highlight(),this.result_highlight=a,this.result_highlight.addClass("highlighted"),d=parseInt(this.search_results.css("maxHeight"),10),f=this.search_results.scrollTop(),e=d+f,c=this.result_highlight.position().top+this.search_results.scrollTop(),b=c+this.result_highlight.outerHeight();if(b>=e)return this.search_results.scrollTop(b-d>0?b-d:0);if(c<f)return this.search_results.scrollTop(c)}},e.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},e.prototype.results_show=function(){var a;return this.is_multiple||(this.selected_item.addClass("chzn-single-with-drop"),this.result_single_selected&&this.result_do_highlight(this.result_single_selected)),a=this.is_multiple?this.container.height():this.container.height()-1,this.dropdown.css({top:a+"px",left:0}),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.search_field.val()),this.winnow_results()},e.prototype.results_hide=function(){return this.is_multiple||this.selected_item.removeClass("chzn-single-with-drop"),this.result_clear_highlight(),this.dropdown.css({left:"-9000px"}),this.results_showing=!1},e.prototype.set_tab_index=function(a){var b;if(this.form_field_jq.attr("tabindex"))return b=this.form_field_jq.attr("tabindex"),this.form_field_jq.attr("tabindex",-1),this.is_multiple?this.search_field.attr("tabindex",b):(this.selected_item.attr("tabindex",b),this.search_field.attr("tabindex",-1))},e.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},e.prototype.search_results_mouseup=function(b){var c;c=a(b.target).hasClass("active-result")?a(b.target):a(b.target).parents(".active-result").first();if(c.length)return this.result_highlight=c,this.result_select(b)},e.prototype.search_results_mouseover=function(b){var c;c=a(b.target).hasClass("active-result")?a(b.target):a(b.target).parents(".active-result").first();if(c)return this.result_do_highlight(c)},e.prototype.search_results_mouseout=function(b){if(a(b.target).hasClass("active-result"))return this.result_clear_highlight()},e.prototype.choices_click=function(b){b.preventDefault();if(this.active_field&&!a(b.target).hasClass("search-choice")&&!this.results_showing)return this.results_show()},e.prototype.choice_build=function(b){var c,d,e=this;return c=this.container_id+"_c_"+b.array_index,this.choices+=1,this.search_container.before('<li class="search-choice" id="'+c+'"><span>'+b.html+'</span><a href="javascript:void(0)" class="search-choice-close" rel="'+b.array_index+'"></a></li>'),d=a("#"+c).find("a").first(),d.click(function(a){return e.choice_destroy_link_click(a)})},e.prototype.choice_destroy_link_click=function(b){return b.preventDefault(),this.is_disabled?b.stopPropagation:(this.pending_destroy_click=!0,this.choice_destroy(a(b.target)))},e.prototype.choice_destroy=function(a){return this.choices-=1,this.show_search_field_default(),this.is_multiple&&this.choices>0&&this.search_field.val().length<1&&this.results_hide(),this.result_deselect(a.attr("rel")),a.parents("li").first().remove()},e.prototype.results_reset=function(b){this.form_field.options[0].selected=!0,this.selected_item.find("span").text(this.default_text),this.show_search_field_default(),a(b.target).remove(),this.form_field_jq.trigger("change");if(this.active_field)return this.results_hide()},e.prototype.result_select=function(a){var b,c,d,e;if(this.result_highlight)return b=this.result_highlight,c=b.attr("id"),this.result_clear_highlight(),this.is_multiple?this.result_deactivate(b):(this.search_results.find(".result-selected").removeClass("result-selected"),this.result_single_selected=b),b.addClass("result-selected"),e=c.substr(c.lastIndexOf("_")+1),d=this.results_data[e],d.selected=!0,this.form_field.options[d.options_index].selected=!0,this.is_multiple?this.choice_build(d):(this.selected_item.find("span").first().text(d.text),this.allow_single_deselect&&this.single_deselect_control_build()),(!a.metaKey||!this.is_multiple)&&this.results_hide(),this.search_field.val(""),this.form_field_jq.trigger("change"),this.search_field_scale()},e.prototype.result_activate=function(a){return a.addClass("active-result")},e.prototype.result_deactivate=function(a){return a.removeClass("active-result")},e.prototype.result_deselect=function(b){var c,d;return d=this.results_data[b],d.selected=!1,this.form_field.options[d.options_index].selected=!1,c=a("#"+this.container_id+"_o_"+b),c.removeClass("result-selected").addClass("active-result").show(),this.result_clear_highlight(),this.winnow_results(),this.form_field_jq.trigger("change"),this.search_field_scale()},e.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect&&this.selected_item.find("abbr").length<1)return this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>')},e.prototype.winnow_results=function(){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r;this.no_results_clear(),i=0,j=this.search_field.val()===this.default_text?"":a("<div/>").text(a.trim(this.search_field.val())).html(),f=new RegExp("^"+j.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"i"),m=new RegExp(j.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"i"),r=this.results_data;for(n=0,p=r.length;n<p;n++){c=r[n];if(!c.disabled&&!c.empty)if(c.group)a("#"+c.dom_id).css("display","none");else if(!this.is_multiple||!c.selected){b=!1,h=c.dom_id,g=a("#"+h);if(f.test(c.html))b=!0,i+=1;else if(c.html.indexOf(" ")>=0||c.html.indexOf("[")===0){e=c.html.replace(/\[|\]/g,"").split(" ");if(e.length)for(o=0,q=e.length;o<q;o++)d=e[o],f.test(d)&&(b=!0,i+=1)}b?(j.length?(k=c.html.search(m),l=c.html.substr(0,k+j.length)+"</em>"+c.html.substr(k+j.length),l=l.substr(0,k)+"<em>"+l.substr(k)):l=c.html,g.html(l),this.result_activate(g),c.group_array_index!=null&&a("#"+this.results_data[c.group_array_index].dom_id).css("display","list-item")):(this.result_highlight&&h===this.result_highlight.attr("id")&&this.result_clear_highlight(),this.result_deactivate(g))}}return i<1&&j.length?this.no_results(j):this.winnow_results_set_highlight()},e.prototype.winnow_results_clear=function(){var b,c,d,e,f;this.search_field.val(""),c=this.search_results.find("li"),f=[];for(d=0,e=c.length;d<e;d++)b=c[d],b=a(b),b.hasClass("group-result")?f.push(b.css("display","auto")):!this.is_multiple||!b.hasClass("result-selected")?f.push(this.result_activate(b)):f.push(void 0);return f},e.prototype.winnow_results_set_highlight=function(){var a,b;if(!this.result_highlight){b=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),a=b.length?b.first():this.search_results.find(".active-result").first();if(a!=null)return this.result_do_highlight(a)}},e.prototype.no_results=function(b){var c;return c=a('<li class="no-results">'+this.results_none_found+' "<span></span>"</li>'),c.find("span").first().html(b),this.search_results.append(c)},e.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},e.prototype.keydown_arrow=function(){var b,c;this.result_highlight?this.results_showing&&(c=this.result_highlight.nextAll("li.active-result").first(),c&&this.result_do_highlight(c)):(b=this.search_results.find("li.active-result").first(),b&&this.result_do_highlight(a(b)));if(!this.results_showing)return this.results_show()},e.prototype.keyup_arrow=function(){var a;if(!this.results_showing&&!this.is_multiple)return this.results_show();if(this.result_highlight)return a=this.result_highlight.prevAll("li.active-result"),a.length?this.result_do_highlight(a.first()):(this.choices>0&&this.results_hide(),this.result_clear_highlight())},e.prototype.keydown_backstroke=function(){return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(this.pending_backstroke=this.search_container.siblings("li.search-choice").last(),this.pending_backstroke.addClass("search-choice-focus"))},e.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},e.prototype.keydown_checker=function(a){var b,c;b=(c=a.which)!=null?c:a.keyCode,this.search_field_scale(),b!==8&&this.pending_backstroke&&this.clear_backstroke();switch(b){case 8:this.backstroke_length=this.search_field.val().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(a),this.mouse_on_container=!1;break;case 13:a.preventDefault();break;case 38:a.preventDefault(),this.keyup_arrow();break;case 40:this.keydown_arrow()}},e.prototype.search_field_scale=function(){var b,c,d,e,f,g,h,i,j;if(this.is_multiple){d=0,h=0,f="position:absolute; left: -1000px; top: -1000px; display:none;",g=["font-size","font-style","font-weight","font-family","line-height","text-transform","letter-spacing"];for(i=0,j=g.length;i<j;i++)e=g[i],f+=e+":"+this.search_field.css(e)+";";return c=a("<div />",{style:f}),c.text(this.search_field.val()),a("body").append(c),h=c.width()+25,c.remove(),h>this.f_width-10&&(h=this.f_width-10),this.search_field.css({width:h+"px"}),b=this.container.height(),this.dropdown.css({top:b+"px"})}},e.prototype.generate_random_id=function(){var b;b="sel"+this.generate_random_char()+this.generate_random_char()+this.generate_random_char();while(a("#"+b).length>0)b+=this.generate_random_char();return b},e}(AbstractChosen),c=function(a){var b;return b=a.outerWidth()-a.width()},d.get_side_border_padding=c}.call(this)
interface/chosen/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
interface/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
js/datepick/jquery.datepick-ar.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Arabic Translation for jWPDev UI date picker plugin. */
2
  /* Khaled Al Horani -- koko.dw@gmail.com */
3
  /* خالد الحوراني -- koko.dw@gmail.com */
4
  /* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
@@ -24,4 +24,4 @@
24
  initStatus: 'اختر يوم', isRTL: true,
25
  showMonthAfterYear: false, yearSuffix: ''};
26
  $.datepick.setDefaults($.datepick.regional['ar']);
27
- })(jWPDev);
1
+ /* Arabic Translation for jQuery UI date picker plugin. */
2
  /* Khaled Al Horani -- koko.dw@gmail.com */
3
  /* خالد الحوراني -- koko.dw@gmail.com */
4
  /* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
24
  initStatus: 'اختر يوم', isRTL: true,
25
  showMonthAfterYear: false, yearSuffix: ''};
26
  $.datepick.setDefaults($.datepick.regional['ar']);
27
+ })(jQuery);
js/datepick/jquery.datepick-az.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Azerbaijani (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Jamil Najafov (necefov33@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['az'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Bir tarix seçin', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['az']);
26
- })(jWPDev);
1
+ /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Jamil Najafov (necefov33@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['az'] = {
23
  initStatus: 'Bir tarix seçin', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['az']);
26
+ })(jQuery);
js/datepick/jquery.datepick-bg.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Bulgarian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Stoyan Kyosev (http://svest.org). */
3
  (function($) {
4
  $.datepick.regional['bg'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Избери дата', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['bg']);
26
- })(jWPDev);
1
+ /* Bulgarian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Stoyan Kyosev (http://svest.org). */
3
  (function($) {
4
  $.datepick.regional['bg'] = {
23
  initStatus: 'Избери дата', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['bg']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ca.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Inicialitzaci� en catal� per a l'extenci� 'calendar' per jWPDev. */
2
  /* Writers: (joan.leon@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ca'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ca']);
26
- })(jWPDev);
1
+ /* Inicialitzaci� en catal� per a l'extenci� 'calendar' per jQuery. */
2
  /* Writers: (joan.leon@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ca'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ca']);
26
+ })(jQuery);
js/datepick/jquery.datepick-cs.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Czech initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Tomas Muller (tomas@tomas-muller.net). */
3
  (function($) {
4
  $.datepick.regional['cs'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Vyberte datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['cs']);
26
- })(jWPDev);
1
+ /* Czech initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Tomas Muller (tomas@tomas-muller.net). */
3
  (function($) {
4
  $.datepick.regional['cs'] = {
23
  initStatus: 'Vyberte datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['cs']);
26
+ })(jQuery);
js/datepick/jquery.datepick-da.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Danish initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Jan Christensen ( deletestuff@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['da'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Vælg en dato', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['da']);
26
- })(jWPDev);
1
+ /* Danish initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Jan Christensen ( deletestuff@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['da'] = {
23
  initStatus: 'Vælg en dato', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['da']);
26
+ })(jQuery);
js/datepick/jquery.datepick-de.js CHANGED
@@ -1,4 +1,4 @@
1
- /* German initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Milian Wolff (mail@milianw.de). */
3
  (function($) {
4
  $.datepick.regional['de'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Wähle ein Datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['de']);
26
- })(jWPDev);
1
+ /* German initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Milian Wolff (mail@milianw.de). */
3
  (function($) {
4
  $.datepick.regional['de'] = {
23
  initStatus: 'Wähle ein Datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['de']);
26
+ })(jQuery);
js/datepick/jquery.datepick-el.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Greek (el) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Alex Cicovic (http://www.alexcicovic.com) */
3
  (function($) {
4
  $.datepick.regional['el'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Επιλέξτε μια ημερομηνία', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['el']);
26
- })(jWPDev);
1
+ /* Greek (el) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Alex Cicovic (http://www.alexcicovic.com) */
3
  (function($) {
4
  $.datepick.regional['el'] = {
23
  initStatus: 'Επιλέξτε μια ημερομηνία', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['el']);
26
+ })(jQuery);
js/datepick/jquery.datepick-eo.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Esperanto initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Olivier M. (olivierweb@ifrance.com). */
3
  (function($) {
4
  $.datepick.regional['eo'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Elekti la daton', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['eo']);
26
- })(jWPDev);
1
+ /* Esperanto initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Olivier M. (olivierweb@ifrance.com). */
3
  (function($) {
4
  $.datepick.regional['eo'] = {
23
  initStatus: 'Elekti la daton', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['eo']);
26
+ })(jQuery);
js/datepick/jquery.datepick-es.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Inicialización en español para la extensión 'UI date picker' para jWPDev. */
2
  /* Traducido por Vester (xvester@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['es'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['es']);
26
- })(jWPDev);
1
+ /* Inicialización en español para la extensión 'UI date picker' para jQuery. */
2
  /* Traducido por Vester (xvester@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['es'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['es']);
26
+ })(jQuery);
js/datepick/jquery.datepick-et.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Estonian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
3
  (function($) {
4
  $.datepick.regional['et'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['et']);
26
- })(jWPDev);
1
+ /* Estonian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
3
  (function($) {
4
  $.datepick.regional['et'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['et']);
26
+ })(jQuery);
js/datepick/jquery.datepick-eu.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Euskarako oinarria 'jWPDev date picker' jquery-ko extentsioarentzat */
2
  /* Karrikas-ek itzulia (karrikas@karrikas.com) */
3
  (function($){
4
  $.datepick.regional['eu'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['eu']);
26
- })(jWPDev);
1
+ /* Euskarako oinarria 'jQuery date picker' jquery-ko extentsioarentzat */
2
  /* Karrikas-ek itzulia (karrikas@karrikas.com) */
3
  (function($){
4
  $.datepick.regional['eu'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['eu']);
26
+ })(jQuery);
js/datepick/jquery.datepick-fa.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Persian (Farsi) Translation for the jWPDev UI date picker plugin. */
2
  /* Javad Mowlanezhad -- jmowla@gmail.com */
3
  /* Jalali calendar should supported soon! (Its implemented but I have to test it) */
4
  (function($) {
@@ -23,4 +23,4 @@
23
  initStatus: 'انتخاب تاريخ', isRTL: true,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fa']);
26
- })(jWPDev);
1
+ /* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
2
  /* Javad Mowlanezhad -- jmowla@gmail.com */
3
  /* Jalali calendar should supported soon! (Its implemented but I have to test it) */
4
  (function($) {
23
  initStatus: 'انتخاب تاريخ', isRTL: true,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fa']);
26
+ })(jQuery);
js/datepick/jquery.datepick-fi.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Finnish initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Harri Kilpi� (harrikilpio@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['fi'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fi']);
26
- })(jWPDev);
1
+ /* Finnish initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Harri Kilpi� (harrikilpio@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['fi'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fi']);
26
+ })(jQuery);
js/datepick/jquery.datepick-fr-CH.js CHANGED
@@ -1,4 +1,4 @@
1
- /* French initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Martin Voelkle (martin.voelkle@e-tc.ch). */
3
  (function($) {
4
  $.datepick.regional['fr-CH'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Choisir la date', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fr-CH']);
26
- })(jWPDev);
1
+ /* French initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Martin Voelkle (martin.voelkle@e-tc.ch). */
3
  (function($) {
4
  $.datepick.regional['fr-CH'] = {
23
  initStatus: 'Choisir la date', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fr-CH']);
26
+ })(jQuery);
js/datepick/jquery.datepick-fr.js CHANGED
@@ -1,4 +1,4 @@
1
- /* French initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */
3
  (function($) {
4
  $.datepick.regional['fr'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Choisir la date', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fr']);
26
- })(jWPDev);
1
+ /* French initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */
3
  (function($) {
4
  $.datepick.regional['fr'] = {
23
  initStatus: 'Choisir la date', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['fr']);
26
+ })(jQuery);
js/datepick/jquery.datepick-he.js CHANGED
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: true,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['he']);
26
- })(jWPDev);
23
  initStatus: '', isRTL: true,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['he']);
26
+ })(jQuery);
js/datepick/jquery.datepick-hr.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Croatian i18n for the jWPDev UI date picker plugin. */
2
  /* Written by Vjekoslav Nesek. */
3
  (function($) {
4
  $.datepick.regional['hr'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Odaberi datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hr']);
26
- })(jWPDev);
1
+ /* Croatian i18n for the jQuery UI date picker plugin. */
2
  /* Written by Vjekoslav Nesek. */
3
  (function($) {
4
  $.datepick.regional['hr'] = {
23
  initStatus: 'Odaberi datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hr']);
26
+ })(jQuery);
js/datepick/jquery.datepick-hu.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Hungarian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
3
  (function($) {
4
  $.datepick.regional['hu'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hu']);
26
- })(jWPDev);
1
+ /* Hungarian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
3
  (function($) {
4
  $.datepick.regional['hu'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hu']);
26
+ })(jQuery);
js/datepick/jquery.datepick-hy.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Armenian(UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
3
  (function($) {
4
  $.datepick.regional['hy'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hy']);
26
- })(jWPDev);
1
+ /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
3
  (function($) {
4
  $.datepick.regional['hy'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['hy']);
26
+ })(jQuery);
js/datepick/jquery.datepick-id.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Indonesian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Deden Fathurahman (dedenf@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['id'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Pilih Tanggal', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['id']);
26
- })(jWPDev);
1
+ /* Indonesian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Deden Fathurahman (dedenf@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['id'] = {
23
  initStatus: 'Pilih Tanggal', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['id']);
26
+ })(jQuery);
js/datepick/jquery.datepick-is.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Icelandic initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Haukur H. Thorsson (haukur@eskill.is). */
3
  (function($) {
4
  $.datepick.regional['is'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['is']);
26
- })(jWPDev);
1
+ /* Icelandic initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Haukur H. Thorsson (haukur@eskill.is). */
3
  (function($) {
4
  $.datepick.regional['is'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['is']);
26
+ })(jQuery);
js/datepick/jquery.datepick-it.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Italian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Apaella (apaella@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['it'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Scegliere una data', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['it']);
26
- })(jWPDev);
1
+ /* Italian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Apaella (apaella@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['it'] = {
23
  initStatus: 'Scegliere una data', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['it']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ja.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Japanese initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Kentaro SATO (kentaro@ranvis.com). */
3
  (function($) {
4
  $.datepick.regional['ja'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '日付を選択します', isRTL: false,
24
  showMonthAfterYear: true, yearSuffix: '年'};
25
  $.datepick.setDefaults($.datepick.regional['ja']);
26
- })(jWPDev);
1
+ /* Japanese initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Kentaro SATO (kentaro@ranvis.com). */
3
  (function($) {
4
  $.datepick.regional['ja'] = {
23
  initStatus: '日付を選択します', isRTL: false,
24
  showMonthAfterYear: true, yearSuffix: '年'};
25
  $.datepick.setDefaults($.datepick.regional['ja']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ko.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Korean initialisation for the jWPDev calendar extension. */
2
  /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ko'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ko']);
26
- })(jWPDev);
1
+ /* Korean initialisation for the jQuery calendar extension. */
2
  /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ko'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ko']);
26
+ })(jQuery);
js/datepick/jquery.datepick-lt.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Lithuanian (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* @author Arturas Paleicikas <arturas@avalon.lt> */
3
  (function($) {
4
  $.datepick.regional['lt'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['lt']);
26
- })(jWPDev);
1
+ /* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* @author Arturas Paleicikas <arturas@avalon.lt> */
3
  (function($) {
4
  $.datepick.regional['lt'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['lt']);
26
+ })(jQuery);
js/datepick/jquery.datepick-lv.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Latvian (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
3
  (function($) {
4
  $.datepick.regional['lv'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['lv']);
26
- })(jWPDev);
1
+ /* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
3
  (function($) {
4
  $.datepick.regional['lv'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['lv']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ms.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Malaysian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
3
  (function($) {
4
  $.datepick.regional['ms'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Sila pilih tarikh', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ms']);
26
- })(jWPDev);
1
+ /* Malaysian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
3
  (function($) {
4
  $.datepick.regional['ms'] = {
23
  initStatus: 'Sila pilih tarikh', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ms']);
26
+ })(jQuery);
js/datepick/jquery.datepick-nl.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Dutch (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Mathias Bynens <http://mathiasbynens.be/> */
3
  (function($) {
4
  $.datepick.regional['nl'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Kies een datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['nl']);
26
- })(jWPDev);
1
+ /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Mathias Bynens <http://mathiasbynens.be/> */
3
  (function($) {
4
  $.datepick.regional['nl'] = {
23
  initStatus: 'Kies een datum', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['nl']);
26
+ })(jQuery);
js/datepick/jquery.datepick-no.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Norwegian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['no'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['no']);
26
- })(jWPDev);
1
+ /* Norwegian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['no'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['no']);
26
+ })(jQuery);
js/datepick/jquery.datepick-pl.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Polish initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['pl'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Wybierz datę', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['pl']);
26
- })(jWPDev);
1
+ /* Polish initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['pl'] = {
23
  initStatus: 'Wybierz datę', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['pl']);
26
+ })(jQuery);
js/datepick/jquery.datepick-pt-BR.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Brazilian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['pt-BR'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['pt-BR']);
26
- })(jWPDev);
1
+ /* Brazilian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['pt-BR'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['pt-BR']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ro.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Romanian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Edmond L. (ll_edmond@walla.com) and Ionut G. Stan (ionut.g.stan@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ro'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Selecteaza o data', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ro']);
26
- })(jWPDev);
1
+ /* Romanian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Edmond L. (ll_edmond@walla.com) and Ionut G. Stan (ionut.g.stan@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ro'] = {
23
  initStatus: 'Selecteaza o data', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ro']);
26
+ })(jQuery);
js/datepick/jquery.datepick-ru.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Russian (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Andrew Stromnov (stromnov@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ru'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ru']);
26
- })(jWPDev);
1
+ /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Andrew Stromnov (stromnov@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['ru'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['ru']);
26
+ })(jQuery);
js/datepick/jquery.datepick-sk.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Slovak initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Vojtech Rinik (vojto@hmm.sk). */
3
  (function($) {
4
  $.datepick.regional['sk'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sk']);
26
- })(jWPDev);
1
+ /* Slovak initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Vojtech Rinik (vojto@hmm.sk). */
3
  (function($) {
4
  $.datepick.regional['sk'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sk']);
26
+ })(jQuery);
js/datepick/jquery.datepick-sl.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Slovenian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Jaka Jancar (jaka@kubje.org). */
3
  /* c = &#x10D;, s = &#x161; z = &#x17E; C = &#x10C; S = &#x160; Z = &#x17D; */
4
  (function($) {
@@ -24,4 +24,4 @@
24
  initStatus: 'Izbira datuma', isRTL: false,
25
  showMonthAfterYear: false, yearSuffix: ''};
26
  $.datepick.setDefaults($.datepick.regional['sl']);
27
- })(jWPDev);
1
+ /* Slovenian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Jaka Jancar (jaka@kubje.org). */
3
  /* c = &#x10D;, s = &#x161; z = &#x17E; C = &#x10C; S = &#x160; Z = &#x17D; */
4
  (function($) {
24
  initStatus: 'Izbira datuma', isRTL: false,
25
  showMonthAfterYear: false, yearSuffix: ''};
26
  $.datepick.setDefaults($.datepick.regional['sl']);
27
+ })(jQuery);
js/datepick/jquery.datepick-sq.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Albanian initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Flakron Bytyqi (flakron@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['sq'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Zgjedhe një datë', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sq']);
26
- })(jWPDev);
1
+ /* Albanian initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Flakron Bytyqi (flakron@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['sq'] = {
23
  initStatus: 'Zgjedhe një datë', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sq']);
26
+ })(jQuery);
js/datepick/jquery.datepick-sr-SR.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Serbian i18n for the jWPDev UI date picker plugin. */
2
  /* Written by Dejan Dimić. */
3
  (function($){
4
  $.datepick.regional['sr-SR'] = {
@@ -22,4 +22,4 @@
22
  initStatus: 'Odaberi datum', isRTL: false,
23
  showMonthAfterYear: false, yearSuffix: ''};
24
  $.datepick.setDefaults($.datepick.regional['sr-SR']);
25
- })(jWPDev);
1
+ /* Serbian i18n for the jQuery UI date picker plugin. */
2
  /* Written by Dejan Dimić. */
3
  (function($){
4
  $.datepick.regional['sr-SR'] = {
22
  initStatus: 'Odaberi datum', isRTL: false,
23
  showMonthAfterYear: false, yearSuffix: ''};
24
  $.datepick.setDefaults($.datepick.regional['sr-SR']);
25
+ })(jQuery);
js/datepick/jquery.datepick-sr.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Serbian i18n for the jWPDev UI date picker plugin. */
2
  /* Written by Dejan Dimić. */
3
  (function($) {
4
  $.datepick.regional['sr'] = {
@@ -22,4 +22,4 @@
22
  initStatus: 'Одабери датум', isRTL: false,
23
  showMonthAfterYear: false, yearSuffix: ''};
24
  $.datepick.setDefaults($.datepick.regional['sr']);
25
- })(jWPDev);
1
+ /* Serbian i18n for the jQuery UI date picker plugin. */
2
  /* Written by Dejan Dimić. */
3
  (function($) {
4
  $.datepick.regional['sr'] = {
22
  initStatus: 'Одабери датум', isRTL: false,
23
  showMonthAfterYear: false, yearSuffix: ''};
24
  $.datepick.setDefaults($.datepick.regional['sr']);
25
+ })(jQuery);
js/datepick/jquery.datepick-sv.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Swedish initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Anders Ekdahl ( anders@nomadiz.se). */
3
  (function($) {
4
  $.datepick.regional['sv'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sv']);
26
- })(jWPDev);
1
+ /* Swedish initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Anders Ekdahl ( anders@nomadiz.se). */
3
  (function($) {
4
  $.datepick.regional['sv'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['sv']);
26
+ })(jQuery);
js/datepick/jquery.datepick-th.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Thai initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by pipo (pipo@sixhead.com). */
3
  (function($) {
4
  $.datepick.regional['th'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['th']);
26
- })(jWPDev);
1
+ /* Thai initialisation for the jQuery UI date picker plugin. */
2
  /* Written by pipo (pipo@sixhead.com). */
3
  (function($) {
4
  $.datepick.regional['th'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['th']);
26
+ })(jQuery);
js/datepick/jquery.datepick-tr.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Turkish initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Izzet Emre Erkan (kara@karalamalar.net). */
3
  (function($) {
4
  $.datepick.regional['tr'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Bir tarih seçiniz', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['tr']);
26
- })(jWPDev);
1
+ /* Turkish initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Izzet Emre Erkan (kara@karalamalar.net). */
3
  (function($) {
4
  $.datepick.regional['tr'] = {
23
  initStatus: 'Bir tarih seçiniz', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['tr']);
26
+ })(jQuery);
js/datepick/jquery.datepick-uk.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Ukrainian (UTF-8) initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['uk'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['uk']);
26
- })(jWPDev);
1
+ /* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['uk'] = {
23
  initStatus: '', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['uk']);
26
+ })(jQuery);
js/datepick/jquery.datepick-validation.js CHANGED
@@ -1,5 +1,5 @@
1
  /* http://keith-wood.name/datepick.html
2
- Datepicker Validation extension for jWPDev 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
@@ -35,8 +35,8 @@ if ($.fn.validate) {
35
  },
36
 
37
  /* Correct error placement for validation errors - after any trigger.
38
- @param error (jWPDev) the error message
39
- @param element (jWPDev) the field in error */
40
  errorPlacement: function(error, element) {
41
  var trigger = element.next('.' + $.datepick._triggerClass);
42
  error.insertAfter(trigger.length > 0 ? trigger : element);
@@ -138,4 +138,4 @@ if ($.fn.validate) {
138
  });
139
  }
140
 
141
- })(jWPDev);
1
  /* http://keith-wood.name/datepick.html
2
+ Datepicker Validation extension for jQuery 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
35
  },
36
 
37
  /* Correct error placement for validation errors - after any trigger.
38
+ @param error (jQuery) the error message
39
+ @param element (jQuery) the field in error */
40
  errorPlacement: function(error, element) {
41
  var trigger = element.next('.' + $.datepick._triggerClass);
42
  error.insertAfter(trigger.length > 0 ? trigger : element);
138
  });
139
  }
140
 
141
+ })(jQuery);
js/datepick/jquery.datepick-validation.min.js CHANGED
@@ -1,8 +1,8 @@
1
  /* http://keith-wood.name/datepick.html
2
- Datepicker Validation extension for jWPDev 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
6
  MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
- (function($){if($.fn.validate){$.datepick._selectDate2=$.datepick._selectDate;$.extend($.datepick.regional[''],{validateDate:'Please enter a valid date',validateDateMin:'Please enter a date on or after {0}',validateDateMax:'Please enter a date on or before {0}',validateDateMinMax:'Please enter a date between {0} and {1}'});$.extend($.datepick._defaults,$.datepick.regional['']);$.extend($.datepick,{_selectDate:function(a,b){this._selectDate2(a,b);var c=this._getInst($(a)[0]);if(!c.inline&&$.fn.validate)$(a).parents('form').validate().element(a)},errorPlacement:function(a,b){var c=b.next('.'+$.datepick._triggerClass);a.insertAfter(c.length>0?c:b)},errorFormat:function(a,b){var c=($.datepick._curInst?$.datepick._get($.datepick._curInst,'dateFormat'):$.datepick._defaults.dateFormat);$.each(b,function(i,v){a=a.replace(new RegExp('\\{'+i+'\\}','g'),$.datepick.formatDate(c,v)||'nothing')});return a}});function validateEach(a,b,c){var d=$.datepick._getInst(b);var f=$.datepick._get(d,'rangeSelect');var g=$.datepick._get(d,'multiSelect');var h=(f?a.split($.datepick._get(d,'rangeSeparator')):g?a.split($.datepick._get(d,'multiSeparator')):[a]);var j=(f&&h.length==2)||(g&&h.length<=g)||(!f&&!g&&h.length==1);if(j){try{var k=$.datepick._get(d,'dateFormat');var l=$.datepick._getFormatConfig(d);$.each(h,function(i,v){h[i]=$.datepick.parseDate(k,v,l);j=j&&c(h[i])})}catch(e){j=false}}if(j&&f){j=(h[0].getTime()<=h[1].getTime())}return j}$.validator.addMethod('dpDate',function(b,c){return this.optional(c)||validateEach(b,c,function(a){return true})},function(a){return $.datepick._defaults.validateDate});$.validator.addMethod('dpMinDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'minDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||!d[0]||a>=d[0])})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMin,a)});$.validator.addMethod('dpMaxDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'maxDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||!d[0]||a<=d[0])})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMax,a)});$.validator.addMethod('dpMinMaxDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'minDate'),null);d[1]=$.datepick._determineDate(e,$.datepick._get(e,'maxDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||((!d[0]||a>=d[0])&&(!d[1]||a<=d[1])))})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMinMax,a)})}})(jWPDev);
1
  /* http://keith-wood.name/datepick.html
2
+ Datepicker Validation extension for jQuery 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
6
  MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
+ (function($){if($.fn.validate){$.datepick._selectDate2=$.datepick._selectDate;$.extend($.datepick.regional[''],{validateDate:'Please enter a valid date',validateDateMin:'Please enter a date on or after {0}',validateDateMax:'Please enter a date on or before {0}',validateDateMinMax:'Please enter a date between {0} and {1}'});$.extend($.datepick._defaults,$.datepick.regional['']);$.extend($.datepick,{_selectDate:function(a,b){this._selectDate2(a,b);var c=this._getInst($(a)[0]);if(!c.inline&&$.fn.validate)$(a).parents('form').validate().element(a)},errorPlacement:function(a,b){var c=b.next('.'+$.datepick._triggerClass);a.insertAfter(c.length>0?c:b)},errorFormat:function(a,b){var c=($.datepick._curInst?$.datepick._get($.datepick._curInst,'dateFormat'):$.datepick._defaults.dateFormat);$.each(b,function(i,v){a=a.replace(new RegExp('\\{'+i+'\\}','g'),$.datepick.formatDate(c,v)||'nothing')});return a}});function validateEach(a,b,c){var d=$.datepick._getInst(b);var f=$.datepick._get(d,'rangeSelect');var g=$.datepick._get(d,'multiSelect');var h=(f?a.split($.datepick._get(d,'rangeSeparator')):g?a.split($.datepick._get(d,'multiSeparator')):[a]);var j=(f&&h.length==2)||(g&&h.length<=g)||(!f&&!g&&h.length==1);if(j){try{var k=$.datepick._get(d,'dateFormat');var l=$.datepick._getFormatConfig(d);$.each(h,function(i,v){h[i]=$.datepick.parseDate(k,v,l);j=j&&c(h[i])})}catch(e){j=false}}if(j&&f){j=(h[0].getTime()<=h[1].getTime())}return j}$.validator.addMethod('dpDate',function(b,c){return this.optional(c)||validateEach(b,c,function(a){return true})},function(a){return $.datepick._defaults.validateDate});$.validator.addMethod('dpMinDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'minDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||!d[0]||a>=d[0])})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMin,a)});$.validator.addMethod('dpMaxDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'maxDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||!d[0]||a<=d[0])})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMax,a)});$.validator.addMethod('dpMinMaxDate',function(b,c,d){var e=$.datepick._getInst(c);d[0]=$.datepick._determineDate(e,$.datepick._get(e,'minDate'),null);d[1]=$.datepick._determineDate(e,$.datepick._get(e,'maxDate'),null);return this.optional(c)||validateEach(b,c,function(a){return(!a||((!d[0]||a>=d[0])&&(!d[1]||a<=d[1])))})},function(a){return $.datepick.errorFormat($.datepick._defaults.validateDateMinMax,a)})}})(jQuery);
js/datepick/jquery.datepick-validation.pack.js CHANGED
@@ -1,8 +1,8 @@
1
  /* http://keith-wood.name/datepick.html
2
- Datepicker Validation extension for jWPDev 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
6
  MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
- eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4($){o($.D.A){$.3.E=$.3.F;$.B($.3.G[\'\'],{H:\'p q a T r\',I:\'p q a r J K U {0}\',L:\'p q a r J K V {0}\',M:\'p q a r W {0} X {1}\'});$.B($.3.8,$.3.G[\'\']);$.B($.3,{F:4(a,b){9.E(a,b);6 c=9.m($(a)[0]);o(!c.Y&&$.D.A)$(a).Z(\'10\').A().11(a)},12:4(a,b){6 c=b.13(\'.\'+$.3.14);a.15(c.s>0?c:b)},t:4(a,b){6 c=($.3.N?$.3.7($.3.N,\'C\'):$.3.8.C);$.O(b,4(i,v){a=a.16(17 18(\'\\\\{\'+i+\'\\\\}\',\'g\'),$.3.19(c,v)||\'1a\')});5 a}});4 n(a,b,c){6 d=$.3.m(b);6 f=$.3.7(d,\'1b\');6 g=$.3.7(d,\'1c\');6 h=(f?a.P($.3.7(d,\'1d\')):g?a.P($.3.7(d,\'1e\')):[a]);6 j=(f&&h.s==2)||(g&&h.s<=g)||(!f&&!g&&h.s==1);o(j){1f{6 k=$.3.7(d,\'C\');6 l=$.3.1g(d);$.O(h,4(i,v){h[i]=$.3.1h(k,v,l);j=j&&c(h[i])})}1i(e){j=1j}}o(j&&f){j=(h[0].Q()<=h[1].Q())}5 j}$.u.w(\'1k\',4(b,c){5 9.x(c)||n(b,c,4(a){5 1l})},4(a){5 $.3.8.H});$.u.w(\'1m\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'R\'),z);5 9.x(c)||n(b,c,4(a){5(!a||!d[0]||a>=d[0])})},4(a){5 $.3.t($.3.8.I,a)});$.u.w(\'1n\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'S\'),z);5 9.x(c)||n(b,c,4(a){5(!a||!d[0]||a<=d[0])})},4(a){5 $.3.t($.3.8.L,a)});$.u.w(\'1o\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'R\'),z);d[1]=$.3.y(e,$.3.7(e,\'S\'),z);5 9.x(c)||n(b,c,4(a){5(!a||((!d[0]||a>=d[0])&&(!d[1]||a<=d[1])))})},4(a){5 $.3.t($.3.8.M,a)})}})(1p);',62,88,'|||datepick|function|return|var|_get|_defaults|this|||||||||||||_getInst|validateEach|if|Please|enter|date|length|errorFormat|validator||addMethod|optional|_determineDate|null|validate|extend|dateFormat|fn|_selectDate2|_selectDate|regional|validateDate|validateDateMin|on|or|validateDateMax|validateDateMinMax|_curInst|each|split|getTime|minDate|maxDate|valid|after|before|between|and|inline|parents|form|element|errorPlacement|next|_triggerClass|insertAfter|replace|new|RegExp|formatDate|nothing|rangeSelect|multiSelect|rangeSeparator|multiSeparator|try|_getFormatConfig|parseDate|catch|false|dpDate|true|dpMinDate|dpMaxDate|dpMinMaxDate|jWPDev'.split('|'),0,{}))
1
  /* http://keith-wood.name/datepick.html
2
+ Datepicker Validation extension for jQuery 3.7.1.
3
  Requires J�rn Zaefferer's Validation plugin (http://plugins.jquery.com/project/validate).
4
  Written by Keith Wood (kbwood{at}iinet.com.au).
5
  Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
6
  MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
+ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4($){o($.D.A){$.3.E=$.3.F;$.B($.3.G[\'\'],{H:\'p q a T r\',I:\'p q a r J K U {0}\',L:\'p q a r J K V {0}\',M:\'p q a r W {0} X {1}\'});$.B($.3.8,$.3.G[\'\']);$.B($.3,{F:4(a,b){9.E(a,b);6 c=9.m($(a)[0]);o(!c.Y&&$.D.A)$(a).Z(\'10\').A().11(a)},12:4(a,b){6 c=b.13(\'.\'+$.3.14);a.15(c.s>0?c:b)},t:4(a,b){6 c=($.3.N?$.3.7($.3.N,\'C\'):$.3.8.C);$.O(b,4(i,v){a=a.16(17 18(\'\\\\{\'+i+\'\\\\}\',\'g\'),$.3.19(c,v)||\'1a\')});5 a}});4 n(a,b,c){6 d=$.3.m(b);6 f=$.3.7(d,\'1b\');6 g=$.3.7(d,\'1c\');6 h=(f?a.P($.3.7(d,\'1d\')):g?a.P($.3.7(d,\'1e\')):[a]);6 j=(f&&h.s==2)||(g&&h.s<=g)||(!f&&!g&&h.s==1);o(j){1f{6 k=$.3.7(d,\'C\');6 l=$.3.1g(d);$.O(h,4(i,v){h[i]=$.3.1h(k,v,l);j=j&&c(h[i])})}1i(e){j=1j}}o(j&&f){j=(h[0].Q()<=h[1].Q())}5 j}$.u.w(\'1k\',4(b,c){5 9.x(c)||n(b,c,4(a){5 1l})},4(a){5 $.3.8.H});$.u.w(\'1m\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'R\'),z);5 9.x(c)||n(b,c,4(a){5(!a||!d[0]||a>=d[0])})},4(a){5 $.3.t($.3.8.I,a)});$.u.w(\'1n\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'S\'),z);5 9.x(c)||n(b,c,4(a){5(!a||!d[0]||a<=d[0])})},4(a){5 $.3.t($.3.8.L,a)});$.u.w(\'1o\',4(b,c,d){6 e=$.3.m(c);d[0]=$.3.y(e,$.3.7(e,\'R\'),z);d[1]=$.3.y(e,$.3.7(e,\'S\'),z);5 9.x(c)||n(b,c,4(a){5(!a||((!d[0]||a>=d[0])&&(!d[1]||a<=d[1])))})},4(a){5 $.3.t($.3.8.M,a)})}})(1p);',62,88,'|||datepick|function|return|var|_get|_defaults|this|||||||||||||_getInst|validateEach|if|Please|enter|date|length|errorFormat|validator||addMethod|optional|_determineDate|null|validate|extend|dateFormat|fn|_selectDate2|_selectDate|regional|validateDate|validateDateMin|on|or|validateDateMax|validateDateMinMax|_curInst|each|split|getTime|minDate|maxDate|valid|after|before|between|and|inline|parents|form|element|errorPlacement|next|_triggerClass|insertAfter|replace|new|RegExp|formatDate|nothing|rangeSelect|multiSelect|rangeSeparator|multiSeparator|try|_getFormatConfig|parseDate|catch|false|dpDate|true|dpMinDate|dpMaxDate|dpMinMaxDate|jQuery'.split('|'),0,{}))
js/datepick/jquery.datepick-vi.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Vietnamese (Tieng Viet) initialisation for the jWPDev UI date picker plugin
2
  Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
3
  (function($) {
4
  $.datepick.regional['vi'] = {
@@ -23,4 +23,4 @@
23
  initStatus: 'Chọn ngày', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['vi']);
26
- })(jWPDev);
1
+ /* Vietnamese (Tieng Viet) initialisation for the jQuery UI date picker plugin
2
  Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
3
  (function($) {
4
  $.datepick.regional['vi'] = {
23
  initStatus: 'Chọn ngày', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['vi']);
26
+ })(jQuery);
js/datepick/jquery.datepick-zh-CN.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Chinese initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Cloudream (cloudream@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['zh-CN'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '请选择日期', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['zh-CN']);
26
- })(jWPDev);
1
+ /* Chinese initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Cloudream (cloudream@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['zh-CN'] = {
23
  initStatus: '请选择日期', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['zh-CN']);
26
+ })(jQuery);
js/datepick/jquery.datepick-zh-TW.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Chinese initialisation for the jWPDev UI date picker plugin. */
2
  /* Written by Ressol (ressol@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['zh-TW'] = {
@@ -23,4 +23,4 @@
23
  initStatus: '請選擇日期', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['zh-TW']);
26
- })(jWPDev);
1
+ /* Chinese initialisation for the jQuery UI date picker plugin. */
2
  /* Written by Ressol (ressol@gmail.com). */
3
  (function($) {
4
  $.datepick.regional['zh-TW'] = {
23
  initStatus: '請選擇日期', isRTL: false,
24
  showMonthAfterYear: false, yearSuffix: ''};
25
  $.datepick.setDefaults($.datepick.regional['zh-TW']);
26
+ })(jQuery);
js/datepick/jquery.datepick.js CHANGED
@@ -1,9 +1,9 @@
1
  /* http://keith-wood.name/datepick.html
2
- Datepicker for jWPDev 3.7.1.
3
  Written by Marc Grabanski (m@marcgrabanski.com) and
4
  Keith Wood (kbwood{at}iinet.com.au).
5
- Dual licensed under the GPL (http://dev.jWPDev.com/browser/trunk/jWPDev/GPL-LICENSE.txt) and
6
- MIT (http://dev.jWPDev.com/browser/trunk/jWPDev/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
 
9
  (function($) { // Hide the namespace
@@ -61,7 +61,7 @@ function Datepick() {
61
  useThemeRoller: false, // True to apply ThemeRoller styling, false for default styling
62
  showOn: 'focus', // 'focus' for popup on focus,
63
  // 'button' for trigger button, or 'both' for either
64
- showAnim: 'show', // Name of jWPDev animation for popup
65
  showOptions: {}, // Options for enhanced animations
66
  duration: 'normal', // Duration of display/closure
67
  buttonText: '...', // Text for trigger button
@@ -189,7 +189,7 @@ $.extend(Datepick.prototype, {
189
  return this;
190
  },
191
 
192
- /* Attach the date picker to a jWPDev selection.
193
  @param target (element) the target input field or division or span
194
  @param settings (object) the new settings to use for this date picker instance */
195
  _attachDatepick: function(target, settings) {
@@ -210,10 +210,10 @@ $.extend(Datepick.prototype, {
210
  },
211
 
212
  /* Create a new instance object.
213
- @param target (jWPDev) the target input field or division or span
214
  @param inline (boolean) true if this datepicker appears inline */
215
  _newInst: function(target, inline) {
216
- var id = target[0].id.replace(/([:\[\]\.\$])/g, '\\\\$1'); // Escape jWPDev meta chars
217
  return {id: id, input: target, // Associated target
218
  cursorDate: this._daylightSavingAdjust(new Date()), // Current position
219
  drawMonth: 0, drawYear: 0, // Month being drawn
@@ -380,7 +380,7 @@ $.extend(Datepick.prototype, {
380
  }
381
  },
382
 
383
- /* Enable the date picker to a jWPDev selection.
384
  @param target (element) the target input field or division or span */
385
  _enableDatepick: function(target) {
386
  var $target = $(target);
@@ -402,7 +402,7 @@ $.extend(Datepick.prototype, {
402
  function(value) { return (value == target ? null : value); }); // Delete entry
403
  },
404
 
405
- /* Disable the date picker to a jWPDev selection.
406
  @param target (element) the target input field or division or span */
407
  _disableDatepick: function(target) {
408
  var $target = $(target);
@@ -438,7 +438,7 @@ $.extend(Datepick.prototype, {
438
  this._disabledInputs.push(target);
439
  },
440
 
441
- /* Is the first field in a jWPDev collection disabled as a datepicker?
442
  @param target (element) the target input field or division or span
443
  @return (boolean) true if disabled, false if enabled */
444
  _isDisabledDatepick: function(target) {
@@ -448,7 +448,7 @@ $.extend(Datepick.prototype, {
448
  /* Retrieve the instance data for the target control.
449
  @param target (element) the target input field or division or span
450
  @return (object) the associated instance data
451
- @throws error if a jWPDev problem getting data */
452
  _getInst: function(target) {//alert(target.id);
453
  try {
454
  return $.data(target, PROP_NAME);
@@ -516,7 +516,7 @@ $.extend(Datepick.prototype, {
516
  }
517
  },
518
 
519
- /* Set the dates for a jWPDev selection.
520
  @param target (element) the target input field or division or span
521
  @param date (Date) the new date
522
  @param endDate (Date) the new end date for a range (optional) */
@@ -529,7 +529,7 @@ $.extend(Datepick.prototype, {
529
  }
530
  },
531
 
532
- /* Get the date(s) for the first entry in a jWPDev selection.
533
  @param target (element) the target input field or division or span
534
  @return (Date) the current date or
535
  (Date[2]) the current dates for a range */
@@ -847,7 +847,7 @@ $.extend(Datepick.prototype, {
847
  },
848
 
849
  /* Retrieve the size of left and top borders for an element.
850
- @param elem (jWPDev object) the element of interest
851
  @return (number[2]) the left and top borders */
852
  _getBorders: function(elem) {
853
  var convert = function(value) {
@@ -1653,12 +1653,12 @@ $.extend(Datepick.prototype, {
1653
  // Build the date picker HTML
1654
  var clear = (this._get(inst, 'mandatory') ? '' :
1655
  '<div class="' + this._clearClass[useTR] + '"><a href="javascript:void(0)" ' +
1656
- 'onclick="jWPDev.datepick._clearDate(\'#' + inst.id + '\');"' +
1657
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'clearStatus'), initStatus) +
1658
  '>' + this._get(inst, 'clearText') + '</a></div>');
1659
  var controls = '<div class="' + this._controlClass[useTR] + '">' + (isRTL ? '' : clear) +
1660
  '<div class="' + this._closeClass[useTR] + '"><a href="javascript:void(0)" ' +
1661
- 'onclick="jWPDev.datepick._hideDatepick();"' +
1662
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'closeStatus'), initStatus) +
1663
  '>' + this._get(inst, 'closeText') + '</a></div>' + (isRTL ? clear : '') + '</div>';
1664
  var prompt = this._get(inst, 'prompt');
@@ -1704,11 +1704,11 @@ $.extend(Datepick.prototype, {
1704
  this._getFormatConfig(inst)));
1705
  var prev = '<div class="' + this._prevClass[useTR] + '">' +
1706
  (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1707
- (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1708
  inst.id + '\', -' + stepBigMonths + ', \'M\');"' +
1709
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevBigStatus'), initStatus) +
1710
  '>' + prevBigText + '</a>' : '') +
1711
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1712
  inst.id + '\', -' + stepMonths + ', \'M\');"' +
1713
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevStatus'), initStatus) +
1714
  '>' + prevText + '</a>' :
@@ -1724,11 +1724,11 @@ $.extend(Datepick.prototype, {
1724
  this._getFormatConfig(inst)));
1725
  var next = '<div class="' + this._nextClass[useTR] + '">' +
1726
  (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1727
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1728
  inst.id + '\', +' + stepMonths + ', \'M\');"' +
1729
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextStatus'), initStatus) +
1730
  '>' + nextText + '</a>' +
1731
- (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1732
  inst.id + '\', +' + stepBigMonths + ', \'M\');"' +
1733
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextBigStatus'), initStatus) +
1734
  '>' + nextBigText + '</a>' : '') :
@@ -1741,7 +1741,7 @@ $.extend(Datepick.prototype, {
1741
  var html = (closeAtTop && !inst.inline ? controls : '');/* +
1742
  '<div class="' + this._linksClass[useTR] + '">' + (isRTL ? next : prev) +
1743
  '<div class="' + this._currentClass[useTR] + '">' + (this._isInRange(inst, gotoDate) ?
1744
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._gotoToday(\'#' + inst.id + '\');"' +
1745
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'currentStatus'), initStatus) + '>' +
1746
  currentText + '</a>' : (hideIfNoPrevNext ? '&#xa0;' : '<label>' + currentText + '</label>')) +
1747
  '</div>' + (isRTL ? prev : next) + '</div>' +
@@ -1785,7 +1785,7 @@ $.extend(Datepick.prototype, {
1785
  ' class="' + this._weekendClass[useTR] + '"') + '>' +
1786
  (!changeFirstDay ? '<span' +
1787
  this._addStatus(useTR, showStatus, inst.id, dayNames[day], initStatus) :
1788
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._changeFirstDay(\'#' +
1789
  inst.id + '\', ' + day + ');"' +
1790
  this._addStatus(useTR, showStatus, inst.id, dayStatus, initStatus)) +
1791
  ' title="' + dayNames[day] + '">' +
@@ -1832,10 +1832,10 @@ $.extend(Datepick.prototype, {
1832
  // Highlight today (if different)
1833
  (printDate.getTime() == today.getTime() ? ' ' + this._todayClass[useTR] : '')) + '"' +
1834
  (!empty && daySettings[2] ? ' title="' + daySettings[2] + '"' : '') + // Cell title
1835
- (unselectable ? '' : ' onmouseover="' + 'jWPDev.datepick._doMouseOver(this,\'' +
1836
  inst.id + '\',' + printDate.getTime() + ')"' +
1837
- ' onmouseout="jWPDev.datepick._doMouseOut(this,\'' + inst.id + '\')"' +
1838
- ' onclick="jWPDev.datepick._selectDay(this,\'#' + // Select
1839
  inst.id + '\',' + printDate.getTime() + ')"') + '>' +
1840
  (empty ? '&#xa0;' : // Not showing other months
1841
  (unselectable ? printDate.getDate() : '<a>' + printDate.getDate() + '</a>')) + '</td>';
@@ -1885,12 +1885,12 @@ $.extend(Datepick.prototype, {
1885
  // Build the date picker HTML
1886
  var clear = (this._get(inst, 'mandatory') ? '' :
1887
  '<div class="' + this._clearClass[useTR] + '"><a href="javascript:void(0)" ' +
1888
- 'onclick="jWPDev.datepick._clearDate(\'#' + inst.id + '\');"' +
1889
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'clearStatus'), initStatus) +
1890
  '>' + this._get(inst, 'clearText') + '</a></div>');
1891
  var controls = '<div class="' + this._controlClass[useTR] + '">' + (isRTL ? '' : clear) +
1892
  '<div class="' + this._closeClass[useTR] + '"><a href="javascript:void(0)" ' +
1893
- 'onclick="jWPDev.datepick._hideDatepick();"' +
1894
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'closeStatus'), initStatus) +
1895
  '>' + this._get(inst, 'closeText') + '</a></div>' + (isRTL ? clear : '') + '</div>';
1896
  var prompt = this._get(inst, 'prompt');
@@ -1936,11 +1936,11 @@ $.extend(Datepick.prototype, {
1936
  this._getFormatConfig(inst)));
1937
  var prev = '<div class="' + this._prevClass[useTR] + '">' +
1938
  (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1939
- (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1940
  inst.id + '\', -' + stepBigMonths + ', \'M\');"' +
1941
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevBigStatus'), initStatus) +
1942
  '>' + prevBigText + '</a>' : '') +
1943
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1944
  inst.id + '\', -' + stepMonths + ', \'M\');"' +
1945
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevStatus'), initStatus) +
1946
  '>' + prevText + '</a>' :
@@ -1956,11 +1956,11 @@ $.extend(Datepick.prototype, {
1956
  this._getFormatConfig(inst)));
1957
  var next = '<div class="' + this._nextClass[useTR] + '">' +
1958
  (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1959
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1960
  inst.id + '\', +' + stepMonths + ', \'M\');"' +
1961
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextStatus'), initStatus) +
1962
  '>' + nextText + '</a>' +
1963
- (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jWPDev.datepick._adjustDate(\'#' +
1964
  inst.id + '\', +' + stepBigMonths + ', \'M\');"' +
1965
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextBigStatus'), initStatus) +
1966
  '>' + nextBigText + '</a>' : '') :
@@ -1973,7 +1973,7 @@ $.extend(Datepick.prototype, {
1973
  var html = (closeAtTop && !inst.inline ? controls : '');/* +
1974
  '<div class="' + this._linksClass[useTR] + '">' + (isRTL ? next : prev) +
1975
  '<div class="' + this._currentClass[useTR] + '">' + (this._isInRange(inst, gotoDate) ?
1976
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._gotoToday(\'#' + inst.id + '\');"' +
1977
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'currentStatus'), initStatus) + '>' +
1978
  currentText + '</a>' : (hideIfNoPrevNext ? '&#xa0;' : '<label>' + currentText + '</label>')) +
1979
  '</div>' + (isRTL ? prev : next) + '</div>' +
@@ -2017,7 +2017,7 @@ $.extend(Datepick.prototype, {
2017
  ' class="' + this._weekendClass[useTR] + '"') + '>' +
2018
  (!changeFirstDay ? '<span' +
2019
  this._addStatus(useTR, showStatus, inst.id, dayNames[day], initStatus) :
2020
- '<a href="javascript:void(0)" onclick="jWPDev.datepick._changeFirstDay(\'#' +
2021
  inst.id + '\', ' + day + ');"' +
2022
  this._addStatus(useTR, showStatus, inst.id, dayStatus, initStatus)) +
2023
  ' title="' + dayNames[day] + '">' +
@@ -2048,7 +2048,7 @@ $.extend(Datepick.prototype, {
2048
  selected = selected || (inst.dates[i] &&
2049
  printDate.getTime() == inst.dates[i].getTime());
2050
  var empty = otherMonth && !showOtherMonths;
2051
- html += '<td class="' + this._dayClass[useTR] +
2052
  ((dow + firstDay + 6) % 7 >= 5 ? ' ' + this._weekendClass[useTR] : '') + // Highlight weekends
2053
  (otherMonth ? ' ' + this._otherMonthClass[useTR] : '') + // Highlight days from other months
2054
  ((printDate.getTime() == cursorDate.getTime() &&
@@ -2064,10 +2064,10 @@ $.extend(Datepick.prototype, {
2064
  // Highlight today (if different)
2065
  (printDate.getTime() == today.getTime() ? ' ' + this._todayClass[useTR] : '')) + '"' +
2066
  (!empty && daySettings[2] ? ' title="' + daySettings[2] + '"' : '') + // Cell title
2067
- (unselectable ? '' : ' onmouseover="' + 'jWPDev.datepick._doMouseOver(this,\'' +
2068
  inst.id + '\',' + printDate.getTime() + ')"' +
2069
- ' onmouseout="jWPDev.datepick._doMouseOut(this,\'' + inst.id + '\')"' +
2070
- ' onclick="jWPDev.datepick._selectDay(this,\'#' + // Select
2071
  inst.id + '\',' + printDate.getTime() + ')"') + '>' +
2072
  (empty ? '&#xa0;' : // Not showing other months
2073
  (unselectable ? printDate.getDate() : '<a>' + printDate.getDate() + '</a>')) + '</td>';
@@ -2126,8 +2126,8 @@ $.extend(Datepick.prototype, {
2126
  var inMinYear = (minDate && minDate.getFullYear() == drawYear);
2127
  var inMaxYear = (maxDate && maxDate.getFullYear() == drawYear);
2128
  monthHtml += '<select class="' + this._monthSelectClass[useTR] + '" ' +
2129
- 'onchange="jWPDev.datepick._selectMonthYear(\'#' + inst.id + '\', this, \'M\');" ' +
2130
- 'onclick="jWPDev.datepick._clickMonthYear(\'#' + inst.id + '\');"' +
2131
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'monthStatus'),
2132
  initStatus) + '>';
2133
  for (var month = 0; month < 12; month++) {
@@ -2162,8 +2162,8 @@ $.extend(Datepick.prototype, {
2162
  year = (minDate ? Math.max(year, minDate.getFullYear()) : year);
2163
  endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear);
2164
  html += '<select class="' + this._yearSelectClass[useTR] + '" ' +
2165
- 'onchange="jWPDev.datepick._selectMonthYear(\'#' + inst.id + '\', this, \'Y\');" ' +
2166
- 'onclick="jWPDev.datepick._clickMonthYear(\'#' + inst.id + '\');"' +
2167
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'yearStatus'),
2168
  initStatus) + '>';
2169
  for (; year <= endYear; year++) {
@@ -2188,9 +2188,9 @@ $.extend(Datepick.prototype, {
2188
  @param initStatus (string) the default status message
2189
  @return (string) hover actions for the status messages */
2190
  _addStatus: function(useTR, showStatus, id, text, initStatus) {
2191
- return (showStatus ? ' onmouseover="jWPDev(\'#' + this._statusId[useTR] + id +
2192
  '\').html(\'' + (text || initStatus) + '\');" ' +
2193
- 'onmouseout="jWPDev(\'#' + this._statusId[useTR] + id +
2194
  '\').html(\'' + initStatus + '\');"' : '');
2195
  },
2196
 
@@ -2330,7 +2330,7 @@ $.extend(Datepick.prototype, {
2330
  }
2331
  });
2332
 
2333
- /* jWPDev extend now ignores nulls!
2334
  @param target (object) the object to extend
2335
  @param props (object) the new settings
2336
  @return (object) the updated object */
@@ -2352,7 +2352,7 @@ function isArray(a) {
2352
  /* Invoke the datepicker functionality.
2353
  @param options (string) a command, optionally followed by additional parameters or
2354
  (object) settings for attaching new datepicker functionality
2355
- @return (jWPDev) jWPDev object */
2356
  $.fn.datepick = function(options){
2357
  var otherArgs = Array.prototype.slice.call(arguments, 1);
2358
  if (typeof options == 'string' && (options == 'isDisabled' ||
@@ -2377,4 +2377,4 @@ $(function() {
2377
  find('body').append($.datepick.dpDiv);
2378
  });
2379
 
2380
- })(jWPDev);
1
  /* http://keith-wood.name/datepick.html
2
+ Datepicker for jQuery 3.7.1.
3
  Written by Marc Grabanski (m@marcgrabanski.com) and
4
  Keith Wood (kbwood{at}iinet.com.au).
5
+ Dual licensed under the GPL (http://dev.jQuery.com/browser/trunk/jQuery/GPL-LICENSE.txt) and
6
+ MIT (http://dev.jQuery.com/browser/trunk/jQuery/MIT-LICENSE.txt) licenses.
7
  Please attribute the authors if you use it. */
8
 
9
  (function($) { // Hide the namespace
61
  useThemeRoller: false, // True to apply ThemeRoller styling, false for default styling
62
  showOn: 'focus', // 'focus' for popup on focus,
63
  // 'button' for trigger button, or 'both' for either
64
+ showAnim: 'show', // Name of jQuery animation for popup
65
  showOptions: {}, // Options for enhanced animations
66
  duration: 'normal', // Duration of display/closure
67
  buttonText: '...', // Text for trigger button
189
  return this;
190
  },
191
 
192
+ /* Attach the date picker to a jQuery selection.
193
  @param target (element) the target input field or division or span
194
  @param settings (object) the new settings to use for this date picker instance */
195
  _attachDatepick: function(target, settings) {
210
  },
211
 
212
  /* Create a new instance object.
213
+ @param target (jQuery) the target input field or division or span
214
  @param inline (boolean) true if this datepicker appears inline */
215
  _newInst: function(target, inline) {
216
+ var id = target[0].id.replace(/([:\[\]\.\$])/g, '\\\\$1'); // Escape jQuery meta chars
217
  return {id: id, input: target, // Associated target
218
  cursorDate: this._daylightSavingAdjust(new Date()), // Current position
219
  drawMonth: 0, drawYear: 0, // Month being drawn
380
  }
381
  },
382
 
383
+ /* Enable the date picker to a jQuery selection.
384
  @param target (element) the target input field or division or span */
385
  _enableDatepick: function(target) {
386
  var $target = $(target);
402
  function(value) { return (value == target ? null : value); }); // Delete entry
403
  },
404
 
405
+ /* Disable the date picker to a jQuery selection.
406
  @param target (element) the target input field or division or span */
407
  _disableDatepick: function(target) {
408
  var $target = $(target);
438
  this._disabledInputs.push(target);
439
  },
440
 
441
+ /* Is the first field in a jQuery collection disabled as a datepicker?
442
  @param target (element) the target input field or division or span
443
  @return (boolean) true if disabled, false if enabled */
444
  _isDisabledDatepick: function(target) {
448
  /* Retrieve the instance data for the target control.
449
  @param target (element) the target input field or division or span
450
  @return (object) the associated instance data
451
+ @throws error if a jQuery problem getting data */
452
  _getInst: function(target) {//alert(target.id);
453
  try {
454
  return $.data(target, PROP_NAME);
516
  }
517
  },
518
 
519
+ /* Set the dates for a jQuery selection.
520
  @param target (element) the target input field or division or span
521
  @param date (Date) the new date
522
  @param endDate (Date) the new end date for a range (optional) */
529
  }
530
  },
531
 
532
+ /* Get the date(s) for the first entry in a jQuery selection.
533
  @param target (element) the target input field or division or span
534
  @return (Date) the current date or
535
  (Date[2]) the current dates for a range */
847
  },
848
 
849
  /* Retrieve the size of left and top borders for an element.
850
+ @param elem (jQuery object) the element of interest
851
  @return (number[2]) the left and top borders */
852
  _getBorders: function(elem) {
853
  var convert = function(value) {
1653
  // Build the date picker HTML
1654
  var clear = (this._get(inst, 'mandatory') ? '' :
1655
  '<div class="' + this._clearClass[useTR] + '"><a href="javascript:void(0)" ' +
1656
+ 'onclick="jQuery.datepick._clearDate(\'#' + inst.id + '\');"' +
1657
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'clearStatus'), initStatus) +
1658
  '>' + this._get(inst, 'clearText') + '</a></div>');
1659
  var controls = '<div class="' + this._controlClass[useTR] + '">' + (isRTL ? '' : clear) +
1660
  '<div class="' + this._closeClass[useTR] + '"><a href="javascript:void(0)" ' +
1661
+ 'onclick="jQuery.datepick._hideDatepick();"' +
1662
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'closeStatus'), initStatus) +
1663
  '>' + this._get(inst, 'closeText') + '</a></div>' + (isRTL ? clear : '') + '</div>';
1664
  var prompt = this._get(inst, 'prompt');
1704
  this._getFormatConfig(inst)));
1705
  var prev = '<div class="' + this._prevClass[useTR] + '">' +
1706
  (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1707
+ (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1708
  inst.id + '\', -' + stepBigMonths + ', \'M\');"' +
1709
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevBigStatus'), initStatus) +
1710
  '>' + prevBigText + '</a>' : '') +
1711
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1712
  inst.id + '\', -' + stepMonths + ', \'M\');"' +
1713
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevStatus'), initStatus) +
1714
  '>' + prevText + '</a>' :
1724
  this._getFormatConfig(inst)));
1725
  var next = '<div class="' + this._nextClass[useTR] + '">' +
1726
  (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1727
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1728
  inst.id + '\', +' + stepMonths + ', \'M\');"' +
1729
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextStatus'), initStatus) +
1730
  '>' + nextText + '</a>' +
1731
+ (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1732
  inst.id + '\', +' + stepBigMonths + ', \'M\');"' +
1733
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextBigStatus'), initStatus) +
1734
  '>' + nextBigText + '</a>' : '') :
1741
  var html = (closeAtTop && !inst.inline ? controls : '');/* +
1742
  '<div class="' + this._linksClass[useTR] + '">' + (isRTL ? next : prev) +
1743
  '<div class="' + this._currentClass[useTR] + '">' + (this._isInRange(inst, gotoDate) ?
1744
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._gotoToday(\'#' + inst.id + '\');"' +
1745
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'currentStatus'), initStatus) + '>' +
1746
  currentText + '</a>' : (hideIfNoPrevNext ? '&#xa0;' : '<label>' + currentText + '</label>')) +
1747
  '</div>' + (isRTL ? prev : next) + '</div>' +
1785
  ' class="' + this._weekendClass[useTR] + '"') + '>' +
1786
  (!changeFirstDay ? '<span' +
1787
  this._addStatus(useTR, showStatus, inst.id, dayNames[day], initStatus) :
1788
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._changeFirstDay(\'#' +
1789
  inst.id + '\', ' + day + ');"' +
1790
  this._addStatus(useTR, showStatus, inst.id, dayStatus, initStatus)) +
1791
  ' title="' + dayNames[day] + '">' +
1832
  // Highlight today (if different)
1833
  (printDate.getTime() == today.getTime() ? ' ' + this._todayClass[useTR] : '')) + '"' +
1834
  (!empty && daySettings[2] ? ' title="' + daySettings[2] + '"' : '') + // Cell title
1835
+ (unselectable ? '' : ' onmouseover="' + 'jQuery.datepick._doMouseOver(this,\'' +
1836
  inst.id + '\',' + printDate.getTime() + ')"' +
1837
+ ' onmouseout="jQuery.datepick._doMouseOut(this,\'' + inst.id + '\')"' +
1838
+ ' onclick="jQuery.datepick._selectDay(this,\'#' + // Select
1839
  inst.id + '\',' + printDate.getTime() + ')"') + '>' +
1840
  (empty ? '&#xa0;' : // Not showing other months
1841
  (unselectable ? printDate.getDate() : '<a>' + printDate.getDate() + '</a>')) + '</td>';
1885
  // Build the date picker HTML
1886
  var clear = (this._get(inst, 'mandatory') ? '' :
1887
  '<div class="' + this._clearClass[useTR] + '"><a href="javascript:void(0)" ' +
1888
+ 'onclick="jQuery.datepick._clearDate(\'#' + inst.id + '\');"' +
1889
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'clearStatus'), initStatus) +
1890
  '>' + this._get(inst, 'clearText') + '</a></div>');
1891
  var controls = '<div class="' + this._controlClass[useTR] + '">' + (isRTL ? '' : clear) +
1892
  '<div class="' + this._closeClass[useTR] + '"><a href="javascript:void(0)" ' +
1893
+ 'onclick="jQuery.datepick._hideDatepick();"' +
1894
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'closeStatus'), initStatus) +
1895
  '>' + this._get(inst, 'closeText') + '</a></div>' + (isRTL ? clear : '') + '</div>';
1896
  var prompt = this._get(inst, 'prompt');
1936
  this._getFormatConfig(inst)));
1937
  var prev = '<div class="' + this._prevClass[useTR] + '">' +
1938
  (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1939
+ (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1940
  inst.id + '\', -' + stepBigMonths + ', \'M\');"' +
1941
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevBigStatus'), initStatus) +
1942
  '>' + prevBigText + '</a>' : '') +
1943
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1944
  inst.id + '\', -' + stepMonths + ', \'M\');"' +
1945
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'prevStatus'), initStatus) +
1946
  '>' + prevText + '</a>' :
1956
  this._getFormatConfig(inst)));
1957
  var next = '<div class="' + this._nextClass[useTR] + '">' +
1958
  (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1959
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1960
  inst.id + '\', +' + stepMonths + ', \'M\');"' +
1961
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextStatus'), initStatus) +
1962
  '>' + nextText + '</a>' +
1963
+ (showBigPrevNext ? '<a href="javascript:void(0)" onclick="jQuery.datepick._adjustDate(\'#' +
1964
  inst.id + '\', +' + stepBigMonths + ', \'M\');"' +
1965
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'nextBigStatus'), initStatus) +
1966
  '>' + nextBigText + '</a>' : '') :
1973
  var html = (closeAtTop && !inst.inline ? controls : '');/* +
1974
  '<div class="' + this._linksClass[useTR] + '">' + (isRTL ? next : prev) +
1975
  '<div class="' + this._currentClass[useTR] + '">' + (this._isInRange(inst, gotoDate) ?
1976
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._gotoToday(\'#' + inst.id + '\');"' +
1977
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'currentStatus'), initStatus) + '>' +
1978
  currentText + '</a>' : (hideIfNoPrevNext ? '&#xa0;' : '<label>' + currentText + '</label>')) +
1979
  '</div>' + (isRTL ? prev : next) + '</div>' +
2017
  ' class="' + this._weekendClass[useTR] + '"') + '>' +
2018
  (!changeFirstDay ? '<span' +
2019
  this._addStatus(useTR, showStatus, inst.id, dayNames[day], initStatus) :
2020
+ '<a href="javascript:void(0)" onclick="jQuery.datepick._changeFirstDay(\'#' +
2021
  inst.id + '\', ' + day + ');"' +
2022
  this._addStatus(useTR, showStatus, inst.id, dayStatus, initStatus)) +
2023
  ' title="' + dayNames[day] + '">' +
2048
  selected = selected || (inst.dates[i] &&
2049
  printDate.getTime() == inst.dates[i].getTime());
2050
  var empty = otherMonth && !showOtherMonths;
2051
+ html += '<td data-content="" class="' + this._dayClass[useTR] +
2052
  ((dow + firstDay + 6) % 7 >= 5 ? ' ' + this._weekendClass[useTR] : '') + // Highlight weekends
2053
  (otherMonth ? ' ' + this._otherMonthClass[useTR] : '') + // Highlight days from other months
2054
  ((printDate.getTime() == cursorDate.getTime() &&
2064
  // Highlight today (if different)
2065
  (printDate.getTime() == today.getTime() ? ' ' + this._todayClass[useTR] : '')) + '"' +
2066
  (!empty && daySettings[2] ? ' title="' + daySettings[2] + '"' : '') + // Cell title
2067
+ (unselectable ? '' : ' onmouseover="' + 'jQuery.datepick._doMouseOver(this,\'' +
2068
  inst.id + '\',' + printDate.getTime() + ')"' +
2069
+ ' onmouseout="jQuery.datepick._doMouseOut(this,\'' + inst.id + '\')"' +
2070
+ ' onclick="jQuery.datepick._selectDay(this,\'#' + // Select
2071
  inst.id + '\',' + printDate.getTime() + ')"') + '>' +
2072
  (empty ? '&#xa0;' : // Not showing other months
2073
  (unselectable ? printDate.getDate() : '<a>' + printDate.getDate() + '</a>')) + '</td>';
2126
  var inMinYear = (minDate && minDate.getFullYear() == drawYear);
2127
  var inMaxYear = (maxDate && maxDate.getFullYear() == drawYear);
2128
  monthHtml += '<select class="' + this._monthSelectClass[useTR] + '" ' +
2129
+ 'onchange="jQuery.datepick._selectMonthYear(\'#' + inst.id + '\', this, \'M\');" ' +
2130
+ 'onclick="jQuery.datepick._clickMonthYear(\'#' + inst.id + '\');"' +
2131
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'monthStatus'),
2132
  initStatus) + '>';
2133
  for (var month = 0; month < 12; month++) {
2162
  year = (minDate ? Math.max(year, minDate.getFullYear()) : year);
2163
  endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear);
2164
  html += '<select class="' + this._yearSelectClass[useTR] + '" ' +
2165
+ 'onchange="jQuery.datepick._selectMonthYear(\'#' + inst.id + '\', this, \'Y\');" ' +
2166
+ 'onclick="jQuery.datepick._clickMonthYear(\'#' + inst.id + '\');"' +
2167
  this._addStatus(useTR, showStatus, inst.id, this._get(inst, 'yearStatus'),
2168
  initStatus) + '>';
2169
  for (; year <= endYear; year++) {
2188
  @param initStatus (string) the default status message
2189
  @return (string) hover actions for the status messages */
2190
  _addStatus: function(useTR, showStatus, id, text, initStatus) {
2191
+ return (showStatus ? ' onmouseover="jQuery(\'#' + this._statusId[useTR] + id +
2192
  '\').html(\'' + (text || initStatus) + '\');" ' +
2193
+ 'onmouseout="jQuery(\'#' + this._statusId[useTR] + id +
2194
  '\').html(\'' + initStatus + '\');"' : '');
2195
  },
2196
 
2330
  }
2331
  });
2332
 
2333
+ /* jQuery extend now ignores nulls!
2334
  @param target (object) the object to extend
2335
  @param props (object) the new settings
2336
  @return (object) the updated object */
2352
  /* Invoke the datepicker functionality.
2353
  @param options (string) a command, optionally followed by additional parameters or
2354
  (object) settings for attaching new datepicker functionality
2355
+ @return (jQuery) jQuery object */
2356
  $.fn.datepick = function(options){
2357
  var otherArgs = Array.prototype.slice.call(arguments, 1);
2358
  if (typeof options == 'string' && (options == 'isDisabled' ||
2377
  find('body').append($.datepick.dpDiv);
2378
  });
2379
 
2380
+ })(jQuery);
js/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
js/tooltip/img/black.png DELETED
Binary file
js/tooltip/img/black_arrow.png DELETED
Binary file
js/tooltip/img/black_arrow_big.png DELETED
Binary file
js/tooltip/img/black_big.png DELETED
Binary file
js/tooltip/img/white.png DELETED
Binary file
js/tooltip/img/white_arrow.png DELETED
Binary file
js/tooltip/img/white_arrow_big.png DELETED
Binary file
js/tooltip/img/white_big.png DELETED
Binary file
js/tooltip/tools.tooltip-1.1.2.js DELETED
@@ -1,382 +0,0 @@
1
- /**
2
- * tools.tooltip 1.1.2 - Tooltips done right.
3
- *
4
- * Copyright (c) 2009 Tero Piirainen
5
- * http://flowplayer.org/tools/tooltip.html
6
- *
7
- * Dual licensed under MIT and GPL 2+ licenses
8
- * http://www.opensource.org/licenses
9
- *
10
- * Launch : November 2008
11
- * Date: ${date}
12
- * Revision: ${revision}
13
- */
14
- (function($) {
15
-
16
- var instances = [];
17
-
18
- // static constructs
19
- $.tools = $.tools || {};
20
-
21
- $.tools.tooltip = {
22
- version: '1.1.2',
23
-
24
- conf: {
25
-
26
- // default effect variables
27
- effect: 'toggle',
28
- fadeOutSpeed: "fast",
29
- tip: null,
30
-
31
- predelay: 0,
32
- delay: 30,
33
- opacity: 1,
34
- lazy: undefined,
35
-
36
- // 'top', 'bottom', 'right', 'left', 'center'
37
- position: ['top', 'center'],
38
- offset: [0, 0],
39
- cancelDefault: true,
40
- relative: false,
41
- oneInstance: true,
42
-
43
-
44
- // type to event mapping
45
- events: {
46
- def: "mouseover,mouseout",
47
- input: "focus,blur",
48
- widget: "focus mouseover,blur mouseout",
49
- tooltip: "mouseover,mouseout"
50
- },
51
-
52
- api: false
53
- },
54
-
55
- addEffect: function(name, loadFn, hideFn) {
56
- effects[name] = [loadFn, hideFn];
57
- }
58
- };
59
-
60
-
61
- var effects = {
62
- toggle: [
63
- function(done) {
64
- var conf = this.getConf(), tip = this.getTip(), o = conf.opacity;
65
- if (o < 1) { tip.css({opacity: o}); }
66
- tip.show();
67
- done.call();
68
- },
69
-
70
- function(done) {
71
- this.getTip().hide();
72
- done.call();
73
- }
74
- ],
75
-
76
- fade: [
77
- function(done) { this.getTip().fadeIn(this.getConf().fadeInSpeed, done); },
78
- function(done) { this.getTip().fadeOut(this.getConf().fadeOutSpeed, done); }
79
- ]
80
- };
81
-
82
- function Tooltip(trigger, conf) {
83
-
84
- var self = this, $self = $(this);
85
-
86
- trigger.data("tooltip", self);
87
-
88
- // find the tip
89
- var tip = trigger.next();
90
-
91
- if (conf.tip) {
92
-
93
- tip = $(conf.tip);
94
-
95
- // multiple tip elements
96
- if (tip.length > 1) {
97
-
98
- // find sibling
99
- tip = trigger.nextAll(conf.tip).eq(0);
100
-
101
- // find sibling from the parent element
102
- if (!tip.length) {
103
- tip = trigger.parent().nextAll(conf.tip).eq(0);
104
- }
105
- }
106
- }
107
-
108
- /* calculate tip position relative to the trigger */
109
- function getPosition(e) {
110
-
111
- // get origin top/left position
112
- var top = conf.relative ? trigger.position().top : trigger.offset().top,
113
- left = conf.relative ? trigger.position().left : trigger.offset().left,
114
- pos = conf.position[0];
115
-
116
- top -= tip.outerHeight() - conf.offset[0];
117
- left += trigger.outerWidth() + conf.offset[1];
118
-
119
- // adjust Y
120
- var height = tip.outerHeight() + trigger.outerHeight();
121
- if (pos == 'center') { top += height / 2; }
122
- if (pos == 'bottom') { top += height; }
123
-
124
- // adjust X
125
- pos = conf.position[1];
126
- var width = tip.outerWidth() + trigger.outerWidth();
127
- if (pos == 'center') { left -= width / 2; }
128
- if (pos == 'left') { left -= width; }
129
-
130
- return {top: top, left: left};
131
- }
132
-
133
-
134
- // event management
135
- var isInput = trigger.is(":input"),
136
- isWidget = isInput && trigger.is(":checkbox, :radio, select, :button"),
137
- type = trigger.attr("type"),
138
- evt = conf.events[type] || conf.events[isInput ? (isWidget ? 'widget' : 'input') : 'def'];
139
-
140
- evt = evt.split(/,\s*/);
141
- if (evt.length != 2) { throw "Tooltip: bad events configuration for " + type; }
142
-
143
- trigger.bind(evt[0], function(e) {
144
-
145
- // close all instances
146
- if (conf.oneInstance) {
147
- $.each(instances, function() {
148
- this.hide();
149
- });
150
- }
151
-
152
- // see if the tip was launched by this trigger
153
- var t = tip.data("trigger");
154
- if (t && t[0] != this) { tip.hide().stop(true, true); }
155
-
156
- e.target = this;
157
- self.show(e);
158
-
159
- // tooltip close events
160
- evt = conf.events.tooltip.split(/,\s*/);
161
- tip.bind(evt[0], function() { self.show(e); });
162
- if (evt[1]) { tip.bind(evt[1], function() { self.hide(e); }); }
163
-
164
- });
165
-
166
- trigger.bind(evt[1], function(e) {
167
- self.hide(e);
168
- });
169
-
170
- // ensure that the tip really shows up. IE cannot catch up with this.
171
- if (!$.browser.msie && !isInput && !conf.predelay) {
172
- trigger.mousemove(function() {
173
- if (!self.isShown()) {
174
- trigger.triggerHandler("mouseover");
175
- }
176
- });
177
- }
178
-
179
- // avoid "black box" bug in IE with PNG background images
180
- if (conf.opacity < 1) {
181
- tip.css("opacity", conf.opacity);
182
- }
183
-
184
- var pretimer = 0, title = trigger.attr("title");
185
-
186
- if (title && conf.cancelDefault) {
187
- trigger.removeAttr("title");
188
- trigger.data("title", title);
189
- }
190
-
191
- $.extend(self, {
192
-
193
- show: function(e) {
194
-
195
- if (e) { trigger = $(e.target); }
196
-
197
- clearTimeout(tip.data("timer"));
198
-
199
- if (tip.is(":animated") || tip.is(":visible")) { return self; }
200
-
201
- function show() {
202
-
203
- // remember the trigger element for this tip
204
- tip.data("trigger", trigger);
205
-
206
- // get position
207
- var pos = getPosition(e);
208
-
209
- // title attribute
210
- if (conf.tip && title) {
211
- tip.html(trigger.data("title"));
212
- }
213
-
214
- // onBeforeShow
215
- e = e || $.Event();
216
- e.type = "onBeforeShow";
217
- $self.trigger(e, [pos]);
218
- if (e.isDefaultPrevented()) { return self; }
219
-
220
-
221
- // onBeforeShow may have altered the configuration
222
- pos = getPosition(e);
223
-
224
- // set position
225
- tip.css({position:'absolute', top: pos.top, left: pos.left});
226
-
227
- // invoke effect
228
- var eff = effects[conf.effect];
229
- if (!eff) { throw "Nonexistent effect \"" + conf.effect + "\""; }
230
-
231
- eff[0].call(self, function() {
232
- e.type = "onShow";
233
- $self.trigger(e);
234
- });
235
-
236
- }
237
-
238
- if (conf.predelay) {
239
- clearTimeout(pretimer);
240
- pretimer = setTimeout(show, conf.predelay);
241
-
242
- } else {
243
- show();
244
- }
245
-
246
- return self;
247
- },
248
-
249
- hide: function(e) {
250
-
251
- clearTimeout(tip.data("timer"));
252
- clearTimeout(pretimer);
253
-
254
- if (!tip.is(":visible")) { return; }
255
-
256
- function hide() {
257
-
258
- // onBeforeHide
259
- e = e || $.Event();
260
- e.type = "onBeforeHide";
261
- $self.trigger(e);
262
- if (e.isDefaultPrevented()) { return; }
263
-
264
- effects[conf.effect][1].call(self, function() {
265
- e.type = "onHide";
266
- $self.trigger(e);
267
- });
268
- }
269
-
270
- if (conf.delay && e) {
271
- tip.data("timer", setTimeout(hide, conf.delay));
272
-
273
- } else {
274
- hide();
275
- }
276
-
277
- return self;
278
- },
279
-
280
- isShown: function() {
281
- return tip.is(":visible, :animated");
282
- },
283
-
284
- getConf: function() {
285
- return conf;
286
- },
287
-
288
- getTip: function() {
289
- return tip;
290
- },
291
-
292
- getTrigger: function() {
293
- return trigger;
294
- },
295
-
296
- // callback functions
297
- bind: function(name, fn) {
298
- $self.bind(name, fn);
299
- return self;
300
- },
301
-
302
- onHide: function(fn) {
303
- return this.bind("onHide", fn);
304
- },
305
-
306
- onBeforeShow: function(fn) {
307
- return this.bind("onBeforeShow", fn);
308
- },
309
-
310
- onShow: function(fn) {
311
- return this.bind("onShow", fn);
312
- },
313
-
314
- onBeforeHide: function(fn) {
315
- return this.bind("onBeforeHide", fn);
316
- },
317
-
318
- unbind: function(name) {
319
- $self.unbind(name);
320
- return self;
321
- }
322
-
323
- });
324
-
325
- // bind all callbacks from configuration
326
- $.each(conf, function(name, fn) {
327
- if ($.isFunction(fn)) { self.bind(name, fn); }
328
- });
329
-
330
- }
331
-
332
-
333
- // jQuery plugin implementation
334
- $.prototype.tooltip = function(conf) {
335
-
336
- // return existing instance
337
- var api = this.eq(typeof conf == 'number' ? conf : 0).data("tooltip");
338
- if (api) { return api; }
339
-
340
- // setup options
341
- var globals = $.extend(true, {}, $.tools.tooltip.conf);
342
-
343
- if ($.isFunction(conf)) {
344
- conf = {onBeforeShow: conf};
345
-
346
- } else if (typeof conf == 'string') {
347
- conf = {tip: conf};
348
- }
349
-
350
- conf = $.extend(true, globals, conf);
351
-
352
- // can also be given as string
353
- if (typeof conf.position == 'string') {
354
- conf.position = conf.position.split(/,?\s/);
355
- }
356
-
357
- // assign tip's only when apiement is being mouseovered
358
- if (conf.lazy !== false && (conf.lazy === true || this.length > 20)) {
359
-
360
- this.one("mouseover", function(e) {
361
- api = new Tooltip($(this), conf);
362
- api.show(e);
363
- instances.push(api);
364
- });
365
-
366
- } else {
367
-
368
- // install tooltip for each entry in jQuery object
369
- this.each(function() {
370
- api = new Tooltip($(this), conf);
371
- instances.push(api);
372
- });
373
- }
374
-
375
- return conf.api ? api: this;
376
-
377
- };
378
-
379
- }) (jQuery);
380
-
381
-
382
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/tooltip/tools.tooltip.min.js DELETED
@@ -1,16 +0,0 @@
1
- /*
2
- * jquery.tools 1.1.2 - The missing UI library for the Web
3
- *
4
- * [tools.tooltip-1.1.2]
5
- *
6
- * Copyright (c) 2009 Tero Piirainen
7
- * http://flowplayer.org/tools/
8
- *
9
- * Dual licensed under MIT and GPL 2+ licenses
10
- * http://www.opensource.org/licenses
11
- *
12
- * -----
13
- *
14
- * File generated: Wed Oct 07 11:07:11 GMT+00:00 2009
15
- */
16
- (function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/tooltip2/README DELETED
@@ -1,44 +0,0 @@
1
- tipsy - Facebook-style tooltip plugin for jQuery
2
- (c) 2008-2009 Jason Frame (jason@onehackoranother.com)
3
- Released under The MIT License.
4
-
5
- == DESCRIPTION:
6
-
7
- tipsy is a simple jQuery plugin for generating Facebook-style tooltips.
8
-
9
- It's used by Twitter, Github and Bitbucket, amongst others.
10
-
11
- == HOMEPAGE:
12
-
13
- http://onehackoranother.com/projects/jquery/tipsy
14
-
15
- == SOURCE:
16
-
17
- Hosted at GitHub; browse at:
18
-
19
- http://github.com/jaz303/tipsy/tree/master
20
-
21
- Or clone from:
22
-
23
- git://github.com/jaz303/tipsy.git
24
-
25
- == USAGE:
26
-
27
- 1. Copy the contents of src/{images,javascripts,stylesheets} to the corresponding asset directories in your project. If the relative path of your images directory from your stylesheets directory is not "../images", you'll need to adjust tipsy.css appropriately.
28
-
29
- 2. Insert the neccesary elements in your document's <head> section, e.g.:
30
-
31
- <script type='text/javascript' src='/javascripts/jquery.tipsy.js'></script>
32
- <link rel="stylesheet" href="/stylesheets/tipsy.css" type="text/css" />
33
-
34
- Remember to include jquery.tipsy.js *after* including the main jQuery library.
35
-
36
- 3. Initialise Tipsy in your document.onload, e.g.:
37
-
38
- <script type='text/javascript'>
39
- $(function() {
40
- $('a[rel=tipsy]').tipsy({fade: true, gravity: 'n'});
41
- });
42
- </script>
43
-
44
- Please refer to the docs directory for more examples and documentation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/tooltip2/src/images/tipsy.gif DELETED
Binary file
js/tooltip2/src/javascripts/jquery.tipsy.js DELETED
@@ -1,104 +0,0 @@
1
- (function($) {
2
- $.fn.tipsy = function(options) {
3
-
4
- options = $.extend({}, $.fn.tipsy.defaults, options);
5
-
6
- return this.each(function() {
7
-
8
- var opts = $.fn.tipsy.elementOptions(this, options);
9
-
10
- $(this).hover(function() {
11
-
12
- $.data(this, 'cancel.tipsy', true);
13
-
14
- var tip = $.data(this, 'active.tipsy');
15
- if (!tip) {
16
- tip = $('<div class="tipsy"><div class="tipsy-inner"/></div>');
17
- tip.css({position: 'absolute', zIndex: 100000});
18
- $.data(this, 'active.tipsy', tip);
19
- }
20
-
21
- if ($(this).attr('title') || typeof($(this).attr('original-title')) != 'string') {
22
- $(this).attr('original-title', $(this).attr('title') || '').removeAttr('title');
23
- }
24
-
25
- var title;
26
- if (typeof opts.title == 'string') {
27
- title = $(this).attr(opts.title == 'title' ? 'original-title' : opts.title);
28
- } else if (typeof opts.title == 'function') {
29
- title = opts.title.call(this);
30
- }
31
-
32
- tip.find('.tipsy-inner')[opts.html ? 'html' : 'text'](title || opts.fallback);
33
-
34
- var pos = $.extend({}, $(this).offset(), {width: this.offsetWidth, height: this.offsetHeight});
35
- tip.get(0).className = 'tipsy'; // reset classname in case of dynamic gravity
36
- tip.remove().css({top: 0, left: 0, visibility: 'hidden', display: 'block'}).appendTo(document.body);
37
- var actualWidth = tip[0].offsetWidth, actualHeight = tip[0].offsetHeight;
38
- var gravity = (typeof opts.gravity == 'function') ? opts.gravity.call(this) : opts.gravity;
39
-
40
- switch (gravity.charAt(0)) {
41
- case 'n':
42
- tip.css({top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-north');
43
- break;
44
- case 's':
45
- tip.css({top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-south');
46
- break;
47
- case 'e':
48
- tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}).addClass('tipsy-east');
49
- break;
50
- case 'w':
51
- tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}).addClass('tipsy-west');
52
- break;
53
- }
54
-
55
- if (opts.fade) {
56
- tip.css({opacity: 0, display: 'block', visibility: 'visible'}).animate({opacity: 0.8});
57
- } else {
58
- tip.css({visibility: 'visible'});
59
- }
60
-
61
- }, function() {
62
- $.data(this, 'cancel.tipsy', false);
63
- var self = this;
64
- setTimeout(function() {
65
- if ($.data(this, 'cancel.tipsy')) return;
66
- var tip = $.data(self, 'active.tipsy');
67
- if (opts.fade) {
68
- tip.stop().fadeOut(function() { $(this).remove(); });
69
- } else {
70
- tip.remove();
71
- }
72
- }, 100);
73
-
74
- });
75
-
76
- });
77
-
78
- };
79
-
80
- // Overwrite this method to provide options on a per-element basis.
81
- // For example, you could store the gravity in a 'tipsy-gravity' attribute:
82
- // return $.extend({}, options, {gravity: $(ele).attr('tipsy-gravity') || 'n' });
83
- // (remember - do not modify 'options' in place!)
84
- $.fn.tipsy.elementOptions = function(ele, options) {
85
- return $.metadata ? $.extend({}, options, $(ele).metadata()) : options;
86
- };
87
-
88
- $.fn.tipsy.defaults = {
89
- fade: false,
90
- fallback: '',
91
- gravity: 'n',
92
- html: false,
93
- title: 'title'
94
- };
95
-
96
- $.fn.tipsy.autoNS = function() {
97
- return $(this).offset().top > ($(document).scrollTop() + $(window).height() / 2) ? 's' : 'n';
98
- };
99
-
100
- $.fn.tipsy.autoWE = function() {
101
- return $(this).offset().left > ($(document).scrollLeft() + $(window).width() / 2) ? 'e' : 'w';
102
- };
103
-
104
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/tooltip2/src/stylesheets/tipsy.css DELETED
@@ -1,7 +0,0 @@
1
- .tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url(../images/tipsy.gif); }
2
- .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
3
- .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
4
- .tipsy-north { background-position: top center; }
5
- .tipsy-south { background-position: bottom center; }
6
- .tipsy-east { background-position: right center; }
7
- .tipsy-west { background-position: left center; }
 
 
 
 
 
 
 
js/wpdev.bk.js CHANGED
@@ -25,7 +25,8 @@
25
  }
26
 
27
  function selectDay(date) {
28
- jWPDev('#date_booking' + bk_type).val(date);
 
29
  if(typeof( selectDayPro ) == 'function') {selectDayPro( date, bk_type);}
30
  }
31
 
@@ -66,8 +67,12 @@
66
 
67
  // we have 0 available at this day - Only for resources, which have childs
68
  if ( wpdev_in_array( parent_booking_resources, bk_type ) )
69
- if (reserved_days_count <= 0)
70
- return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
 
 
 
 
71
 
72
  //var class_day_previos = (date.getMonth()+1) + '-' + (date.getDate()-1) + '-' + date.getFullYear();
73
  var blank_admin_class_day = '';
@@ -130,7 +135,7 @@
130
  }
131
  }
132
  // Configure and show calendar
133
- jWPDev('#calendar_booking'+ bk_type).datepick(
134
  {beforeShowDay: applyCSStoDays,
135
  onSelect: selectDay,
136
  onHover:hoverDay,
@@ -159,73 +164,133 @@
159
 
160
 
161
  if ( start_bk_month != false ) {
162
- var inst = jWPDev.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
163
  inst.cursorDate = new Date();
164
  inst.cursorDate.setFullYear( start_bk_month[0], (start_bk_month[1]-1) , 1 );
165
  inst.drawMonth = inst.cursorDate.getMonth();
166
  inst.drawYear = inst.cursorDate.getFullYear();
167
 
168
- jWPDev.datepick._notifyChange(inst);
169
- jWPDev.datepick._adjustInstDate(inst);
170
- jWPDev.datepick._showDate(inst);
171
- jWPDev.datepick._updateDatepick(inst);
172
  }
173
 
174
 
175
 
176
 
177
- //jWPDev('td.datepick-days-cell').bind('click', 'selectDayPro');
178
  if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
179
  }
180
 
 
 
 
 
 
 
181
 
182
- // A D M I N Highlight dates when mouse over
183
- function highlightDay(td_class, bk_color){
184
- //jWPDev('.'+td_class).css({'background-color' : bk_color });
185
- //jWPDev('.'+td_class + ' a').css({'background-color' : bk_color });
186
 
187
- jWPDev('td a').removeClass('admin_calendar_selection');
188
- if (bk_color == '#ff0000')
189
- jWPDev('td.'+td_class + ' a').addClass('admin_calendar_selection');
 
 
 
 
 
 
190
 
191
- jWPDev('td').removeClass('admin_calendar_selection');
192
- if (bk_color == '#ff0000')
193
- jWPDev('td.'+td_class + '').addClass('admin_calendar_selection');
 
 
 
 
 
 
194
 
195
-
196
  }
197
 
 
 
 
 
198
 
199
- // A D M I N Run this function at Admin side when click at Approve button
200
- function bookingApprove(is_delete, is_in_approved, user_id, wpdev_active_locale){
201
- var checkedd = jWPDev(".booking_appr"+is_in_approved+":checked");
202
- id_for_approve = "";
203
 
204
- // get all IDs
205
- checkedd.each(function(){
206
- var id_c = jWPDev(this).attr('id');
207
- id_c = id_c.substr(13,id_c.length-13)
208
- id_for_approve += id_c + "|";
209
- });
210
 
211
- //delete last "|"
212
- id_for_approve = id_for_approve.substr(0,id_for_approve.length-1);
213
 
214
- var denyreason ;
215
- if (is_delete ==1) {
216
- if (is_in_approved==0) {denyreason= jWPDev('#denyreason').val();}
217
- else {denyreason= jWPDev('#cancelreason').val();}
218
- } else {denyreason = '';}
219
 
 
 
 
 
220
 
221
 
222
- if (id_for_approve!='') {
 
 
223
 
224
- var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
 
226
- var ajax_type_action='';
227
- if (is_delete) {ajax_type_action = 'DELETE_APPROVE';var ajax_bk_message = 'Deleting...';}
228
- else {ajax_type_action = 'UPDATE_APPROVE';var ajax_bk_message = 'Updating...';};
229
 
230
  document.getElementById('ajax_working').innerHTML =
231
  '<div class="info_message ajax_message" id="ajax_message">\n\
@@ -234,32 +299,65 @@
234
  <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
235
  </div>\n\
236
  </div>';
237
-
238
- var is_send_emeils = 1;
239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
 
241
- var elm1 = document.getElementById("is_send_email_for_all");
242
- if (elm1 != null) {is_send_emeils = jWPDev('#is_send_email_for_all').attr('checked' );}
243
- else {
244
- if (is_in_approved==0) {is_send_emeils= jWPDev('#is_send_email_for_pending').attr('checked' );}
245
- else {is_send_emeils= jWPDev('#is_send_email_for_aproved').attr('checked' );}
246
- }
247
 
248
- if (is_send_emeils) is_send_emeils = 1;
249
- else is_send_emeils = 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
 
251
- if (is_delete == 2 ) is_send_emeils = 0;
 
 
 
 
 
 
252
 
253
- jWPDev.ajax({ // Start Ajax Sending
254
  url: wpdev_ajax_path,
255
  type:'POST',
256
- success: function (data, textStatus){if( textStatus == 'success') jWPDev('#ajax_respond').html( data );},
257
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://onlinebookingcalendar.com/faq/#faq-13');}},
258
  // beforeSend: someFunction,
259
  data:{
260
- ajax_action : ajax_type_action,
261
- approved : id_for_approve,
262
- is_in_approved : is_in_approved,
263
  is_send_emeils : is_send_emeils,
264
  denyreason: denyreason,
265
  user_id: user_id,
@@ -268,9 +366,69 @@
268
  });
269
  return false;
270
  }
 
271
  return true;
272
  }
273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  // Send booking Cacel by visitor
275
  function bookingCancelByVisitor(booking_hash, bk_type){
276
 
@@ -284,11 +442,11 @@
284
  var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
285
  var ajax_type_action='DELETE_BY_VISITOR';
286
 
287
- jWPDev.ajax({ // Start Ajax Sending
288
  url: wpdev_ajax_path,
289
  type:'POST',
290
- success: function (data, textStatus){if( textStatus == 'success') jWPDev('#ajax_respond_insert' + bk_type).html( data ) ;},
291
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://onlinebookingcalendar.com/faq/#faq-13');}},
292
  // beforeSend: someFunction,
293
  data:{
294
  ajax_action : ajax_type_action,
@@ -304,25 +462,34 @@
304
 
305
  // Scroll to script
306
  function makeScroll(object_name) {
307
- var targetOffset = jWPDev( object_name ).offset().top;
308
- jWPDev('html,body').animate({scrollTop: targetOffset}, 1000);
 
 
 
309
  }
310
 
311
  //Admin function s for checking all checkbos in one time
312
  function setCheckBoxInTable(el_stutus, el_class){
313
- jWPDev('.'+el_class).attr('checked', el_stutus);
 
 
 
 
 
 
314
  }
315
 
316
 
317
  // Set selected days at calendar as UnAvailable
318
  function setUnavailableSelectedDays( bk_type ){
319
- var sel_dates = jWPDev('#calendar_booking'+bk_type).datepick('getDate');
320
  var class_day2;
321
  for( var i =0; i <sel_dates.length; i++) {
322
  class_day2 = (sel_dates[i].getMonth()+1) + '-' + sel_dates[i].getDate() + '-' + sel_dates[i].getFullYear();
323
  date_approved[ bk_type ][ class_day2 ] = [ (sel_dates[i].getMonth()+1) , sel_dates[i].getDate(), sel_dates[i].getFullYear(),0,0,0];
324
- jWPDev('#calendar_booking'+bk_type+' td.cal4date-'+class_day2).html(sel_dates[i].getDate());
325
- // jWPDev('#calendar_booking'+bk_type).datepick('refresh');
326
  }
327
  }
328
 
@@ -339,19 +506,20 @@
339
  timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
340
  } else { // Message
341
  document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content\" >'+new_booking_title+'</div>';
342
- jWPDev('.submiting_content').fadeOut( new_booking_title_time );
343
  }
344
  } else {
345
 
346
  setUnavailableSelectedDays(bk_type); // Set days as unavailable
347
  document.getElementById('date_booking'+bk_type).value = ''; // Set textarea date booking to ''
348
  document.getElementById('calendar_booking'+bk_type).style.display= 'none';
349
-
 
350
  var is_admin = 0;
351
  if (location.href.indexOf('booking.php') != -1 ) {is_admin = 1;}
352
  if (is_admin == 0) {
353
  // Get calendar from the html and insert it before form div, which will hide after btn click
354
- jWPDev('#calendar_booking'+bk_type).insertBefore("#booking_form_div"+bk_type);
355
  document.getElementById("booking_form_div"+bk_type).style.display="none";
356
  makeScroll('#calendar_booking'+bk_type);
357
 
@@ -369,7 +537,7 @@
369
  //new_booking_title;
370
  //new_booking_title_time;
371
  document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content\" >'+new_booking_title+'</div>';
372
- jWPDev('.submiting_content').fadeOut( new_booking_title_time );
373
  }
374
  }
375
 
@@ -382,14 +550,14 @@
382
 
383
  function showErrorMessage( element , errorMessage) {
384
 
385
- jWPDev("[name='"+ element.name +"']")
386
  .fadeOut( 350 ).fadeIn( 300 )
387
  .fadeOut( 350 ).fadeIn( 400 )
388
  .animate( {opacity: 1}, 4000 )
389
  ; // mark red border
390
- jWPDev("[name='"+ element.name +"']")
391
  .after('<div class="wpdev-help-message">'+ errorMessage +'</div>'); // Show message
392
- jWPDev(".wpdev-help-message")
393
  .css( {'color' : 'red'} )
394
  .animate( {opacity: 1}, 10000 )
395
  .fadeOut( 2000 ); // hide message
@@ -448,11 +616,6 @@
448
  }
449
 
450
 
451
-
452
-
453
- // if(typeof( write_js_validation ) == 'function') {if (write_js_validation(element, inp_value, bk_type )) return;}
454
-
455
-
456
  // Get Form Data
457
  if ( element.name !== ('captcha_input' + bk_type) ) {
458
  if (formdata !=='') formdata += '~'; // next field element
@@ -480,10 +643,20 @@
480
  return;
481
 
482
 
 
 
 
 
 
 
 
 
483
 
484
  //Show message if no selected days
485
  if (document.getElementById('date_booking' + bk_type).value == '') {
486
 
 
 
487
  if ( document.getElementById('additional_calendars' + bk_type) != null ) { // Checking according additional calendars.
488
 
489
  var id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
@@ -494,6 +667,7 @@
494
  is_all_additional_days_unselected = false;
495
  }
496
  }
 
497
  if (is_all_additional_days_unselected) {
498
  alert(message_verif_selectdts);
499
  return;
@@ -525,7 +699,7 @@
525
 
526
  if (wpdev_bk_edit_id_hash != '') my_booking_hash = wpdev_bk_edit_id_hash;
527
 
528
- var is_send_emeils= jWPDev('#is_send_email_for_new_booking').attr('checked' );
529
  if (is_send_emeils == undefined) {is_send_emeils =1 ;}
530
  if (is_send_emeils) is_send_emeils = 1;
531
  else is_send_emeils = 0;
@@ -566,12 +740,12 @@
566
 
567
  if (document.getElementById('date_booking' + id_additional).value != '' ) {
568
  setUnavailableSelectedDays(id_additional); // Set selected days unavailable in this calendar
569
- jWPDev('#calendar_booking'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert calendar before form to do not hide it
570
  if (document.getElementById('paypalbooking_form'+id_additional) != null)
571
- jWPDev('#paypalbooking_form'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert payment form to do not hide it
572
  else {
573
- jWPDev("#booking_form_div"+bk_type).append('<div id="paypalbooking_form'+id_additional+'" ></div>')
574
- jWPDev("#booking_form_div"+bk_type).append('<div id="ajax_respond_insert'+id_additional+'" ></div>')
575
  }
576
  send_ajax_submit( id_additional ,formdata_additional,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale );
577
  }
@@ -586,11 +760,11 @@
586
  var my_bk_res = bk_type;
587
  if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
588
 
589
- jWPDev.ajax({ // Start Ajax Sending
590
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
591
  type:'POST',
592
- success: function (data, textStatus){if( textStatus == 'success') jWPDev('#ajax_respond_insert' + bk_type).html( data ) ;},
593
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://onlinebookingcalendar.com/faq/#faq-13');}},
594
  // beforeSend: someFunction,
595
  data:{
596
  ajax_action : 'INSERT_INTO_TABLE',
@@ -615,10 +789,10 @@
615
  var tooltip_day_class_4_show = " .timespartly";
616
  if (is_show_availability_in_tooltips) {
617
  if ( wpdev_in_array( parent_booking_resources , myParam ) )
618
- tooltip_day_class_4_show = " .datepick-days-cell a"; // each day
619
  }
620
  if (is_show_cost_in_tooltips) {
621
- tooltip_day_class_4_show = " .datepick-days-cell a"; // each day
622
  }
623
 
624
  // Show tooltip at each day if time availability filter is set
@@ -626,30 +800,28 @@
626
  if (global_avalaibility_times[myParam].length>0) tooltip_day_class_4_show = " .datepick-days-cell"; // each day
627
  }
628
 
629
- jWPDev("#calendar_booking" + myParam + tooltip_day_class_4_show ).tooltip( { //TODO I am changed here
630
- tip:'#demotip'+myParam,
631
- predelay:500,
632
- delay:0,
633
- position:"top center",
634
- offset:[2,0],
635
- opacity:1
636
- });
637
- // tooltips[myParam] = jWPDev("#calendar_booking" + myParam+ " .timespartly").tooltip( { tip:'#demotip'+myParam, predelay:500, api:true });
638
- // tooltips[myParam].show();
639
  }
640
 
641
  // Hint labels inside of input boxes
642
- jWPDev(document).ready( function(){
643
 
644
- jWPDev('div.inside_hint').click(function(){
645
- jWPDev(this).css('visibility', 'hidden').siblings('.has-inside-hint').focus();
646
  });
647
 
648
- jWPDev('input.has-inside-hint').blur(function() {
649
  if ( this.value == '' )
650
- jWPDev(this).siblings('.inside_hint').css('visibility', '');
651
  }).focus(function(){
652
- jWPDev(this).siblings('.inside_hint').css('visibility', 'hidden');
653
  });
654
  });
655
 
@@ -657,13 +829,13 @@
657
 
658
  function openModalWindow(content_ID){
659
  //alert('!!!' + content);
660
- jWPDev('.modal_content_text').attr('style','display:none;');
661
  document.getElementById( content_ID ).style.display = 'block';
662
  var buttons = {};//{ "Ok": wpdev_bk_dialog_close };
663
- jWPDev("#wpdev-bk-dialog").dialog( {
664
  autoOpen: false,
665
  width: 700,
666
- height: 300,
667
  buttons:buttons,
668
  draggable:false,
669
  hide: 'slide',
@@ -671,16 +843,16 @@ function openModalWindow(content_ID){
671
  modal: true,
672
  title: '<img src="'+wpdev_bk_plugin_url+ '/img/calendar-16x16.png" align="middle" style="margin-top:1px;"> Booking Calendar'
673
  });
674
- jWPDev("#wpdev-bk-dialog").dialog("open");
675
  }
676
 
677
  function wpdev_bk_dialog_close(){
678
- jWPDev("#wpdev-bk-dialog").dialog("close");
679
  }
680
 
681
  function wpdev_togle_box(boxid){
682
- if ( jWPDev( '#' + boxid ).hasClass('closed') ) jWPDev('#' + boxid).removeClass('closed');
683
- else jWPDev('#' + boxid).addClass('closed');
684
  }
685
 
686
 
@@ -697,11 +869,11 @@ function setNumerOfCalendarsAtAdminSide(us_id, cal_count) {
697
  </div>\n\
698
  </div>';
699
 
700
- jWPDev.ajax({ // Start Ajax Sending
701
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
702
  type:'POST',
703
- success: function (data, textStatus){if( textStatus == 'success') jWPDev('#ajax_respond').html( data );},
704
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://onlinebookingcalendar.com/faq/#faq-13');}},
705
  // beforeSend: someFunction,
706
  data:{
707
  ajax_action : 'USER_SAVE_OPTION',
@@ -720,19 +892,19 @@ function verify_window_opening(us_id, window_id ){
720
 
721
  var is_closed = 0;
722
 
723
- if (jWPDev('#' + window_id ).hasClass('closed') == true){
724
- jWPDev('#' + window_id ).removeClass('closed');
725
  } else {
726
- jWPDev('#' + window_id ).addClass('closed');
727
  is_closed = 1;
728
  }
729
 
730
 
731
- jWPDev.ajax({ // Start Ajax Sending
732
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
733
  type:'POST',
734
- success: function (data, textStatus){if( textStatus == 'success') jWPDev('#ajax_respond').html( data );},
735
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://onlinebookingcalendar.com/faq/#faq-13');}},
736
  // beforeSend: someFunction,
737
  data:{
738
  ajax_action : 'USER_SAVE_WINDOW_STATE',
@@ -773,27 +945,79 @@ function days_between(date1, date2) {
773
  }
774
 
775
  function showwidedates_at_admin_side(){
776
- jWPDev('.short_dates_view').addClass('hide_dates_view');
777
- jWPDev('.short_dates_view').removeClass('show_dates_view');
778
- jWPDev('.wide_dates_view').addClass('show_dates_view');
779
- jWPDev('.wide_dates_view').removeClass('hide_dates_view');
780
- jWPDev('#showwidedates').addClass('hide_dates_view');
781
-
782
- jWPDev('.showwidedates').addClass('hide_dates_view');
783
- jWPDev('.showshortdates').addClass('show_dates_view');
784
- jWPDev('.showshortdates').removeClass('hide_dates_view');
785
- jWPDev('.showwidedates').removeClass('show_dates_view');
786
  }
787
 
788
  function showshortdates_at_admin_side(){
789
- jWPDev('.wide_dates_view').addClass('hide_dates_view');
790
- jWPDev('.wide_dates_view').removeClass('show_dates_view');
791
- jWPDev('.short_dates_view').addClass('show_dates_view');
792
- jWPDev('.short_dates_view').removeClass('hide_dates_view');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
 
794
- jWPDev('.showshortdates').addClass('hide_dates_view');
795
- jWPDev('.showwidedates').addClass('show_dates_view');
796
- jWPDev('.showwidedates').removeClass('hide_dates_view');
797
- jWPDev('.showshortdates').removeClass('show_dates_view');
 
 
798
 
799
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }
26
 
27
  function selectDay(date) {
28
+ jQuery('.datepick-days-cell' ).popover('hide');
29
+ jQuery('#date_booking' + bk_type).val(date);
30
  if(typeof( selectDayPro ) == 'function') {selectDayPro( date, bk_type);}
31
  }
32
 
67
 
68
  // we have 0 available at this day - Only for resources, which have childs
69
  if ( wpdev_in_array( parent_booking_resources, bk_type ) )
70
+ if (reserved_days_count <= 0) {
71
+ if(typeof(date2approve[ bk_type ]) !== 'undefined')
72
+ if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined')
73
+ return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
74
+ return [false, 'cal4date-' + class_day +' date_approved date_unavailable_for_all_childs ' + blank_admin_class_day];
75
+ }
76
 
77
  //var class_day_previos = (date.getMonth()+1) + '-' + (date.getDate()-1) + '-' + date.getFullYear();
78
  var blank_admin_class_day = '';
135
  }
136
  }
137
  // Configure and show calendar
138
+ jQuery('#calendar_booking'+ bk_type).datepick(
139
  {beforeShowDay: applyCSStoDays,
140
  onSelect: selectDay,
141
  onHover:hoverDay,
164
 
165
 
166
  if ( start_bk_month != false ) {
167
+ var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
168
  inst.cursorDate = new Date();
169
  inst.cursorDate.setFullYear( start_bk_month[0], (start_bk_month[1]-1) , 1 );
170
  inst.drawMonth = inst.cursorDate.getMonth();
171
  inst.drawYear = inst.cursorDate.getFullYear();
172
 
173
+ jQuery.datepick._notifyChange(inst);
174
+ jQuery.datepick._adjustInstDate(inst);
175
+ jQuery.datepick._showDate(inst);
176
+ jQuery.datepick._updateDatepick(inst);
177
  }
178
 
179
 
180
 
181
 
182
+ //jQuery('td.datepick-days-cell').bind('click', 'selectDayPro');
183
  if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
184
  }
185
 
186
+ // Show Yes/No dialog
187
+ function bk_are_you_sure( message_question ){
188
+ var answer = confirm( message_question );
189
+ if ( answer) { return true; }
190
+ else { return false;}
191
+ }
192
 
 
 
 
 
193
 
194
+ // Set Booking listing row as R e a d
195
+ function set_booking_row_read(booking_id){
196
+ jQuery('#booking_mark_'+booking_id + '').removeClass('hidden_items');
197
+ }
198
+
199
+ // Set Booking listing row as U n R e a d
200
+ function set_booking_row_unread(booking_id){
201
+ jQuery('#booking_mark_'+booking_id + '').addClass('hidden_items');
202
+ }
203
 
204
+ // Set Booking listing R O W Approved
205
+ function set_booking_row_approved(booking_id){
206
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').removeClass('hidden_items');
207
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').addClass('hidden_items');
208
+
209
+ jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').addClass('approved');
210
+
211
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').addClass('hidden_items');
212
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').removeClass('hidden_items');
213
 
 
214
  }
215
 
216
+ // Set Booking listing R O W Pending
217
+ function set_booking_row_pending(booking_id){
218
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-approved').addClass('hidden_items');
219
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-pending').removeClass('hidden_items');
220
 
221
+ jQuery('#booking_row_'+booking_id + ' .booking-dates .field-booking-date').removeClass('approved');
 
 
 
222
 
223
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .approve_bk_link').removeClass('hidden_items');
224
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .pending_bk_link').addClass('hidden_items');
 
 
 
 
225
 
226
+ }
 
227
 
228
+ // Remove Booking listing R O W
229
+ function set_booking_row_deleted(booking_id){
230
+ jQuery('#booking_row_'+booking_id).fadeOut(1000);
231
+ }
 
232
 
233
+ // Set in Booking listing R O W Resource title
234
+ function set_booking_row_resource_name(booking_id, resourcename){
235
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-resource').html(resourcename);
236
+ }
237
 
238
 
239
+ // Set in Booking listing R O W new Remark in hint
240
+ function set_booking_row_remark_in_hint(booking_id, new_remark){
241
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link').attr('data-original-title', new_remark);
242
 
243
+ var my_img = jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src');
244
+ var check_my_img = my_img.substr( my_img.length - 7);
245
+ if (check_my_img !== '_rd.png') {
246
+ my_img = my_img.substr(0, my_img.length - 4);
247
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'_rd.png');
248
+ } else {
249
+ my_img = my_img.substr(0, my_img.length - 7);
250
+ jQuery('#booking_row_'+booking_id + ' .booking-actions .remark_bk_link img').attr('src', my_img+'.png');
251
+ }
252
+
253
+
254
+ }
255
+
256
+ // Set in Booking listing R O W new Remark in hint
257
+ function set_booking_row_payment_status(booking_id, payment_status, payment_status_show){
258
+
259
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-important');
260
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').removeClass('label-success');
261
+
262
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').html(payment_status_show)
263
+
264
+ if (payment_status == 'OK') {
265
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-success');
266
+ } else if (payment_status == '') {
267
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
268
+ } else {
269
+ jQuery('#booking_row_'+booking_id + ' .booking-labels .label-payment-status').addClass('label-important');
270
+ }
271
+ }
272
+
273
+
274
+
275
+ // Approve or set Pending booking
276
+ function approve_unapprove_booking(booking_id, is_approve_or_pending, user_id, wpdev_active_locale, is_send_emeils ) {
277
+
278
+ if ( booking_id !='' ) {
279
+
280
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
281
+ var ajax_type_action = 'UPDATE_APPROVE';
282
+ var ajax_bk_message = 'Updating...';
283
+ //var is_send_emeils = 1;
284
+ var denyreason = '';
285
+ if (is_send_emeils == 1) {
286
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
287
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
288
+ else {is_send_emeils = 1 ;}
289
+ denyreason = jQuery('#denyreason').val();
290
+ } else {
291
+ is_send_emeils = 0;
292
+ }
293
 
 
 
 
294
 
295
  document.getElementById('ajax_working').innerHTML =
296
  '<div class="info_message ajax_message" id="ajax_message">\n\
299
  <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
300
  </div>\n\
301
  </div>';
 
 
302
 
303
+ jQuery.ajax({ // Start Ajax Sending
304
+ url: wpdev_ajax_path,
305
+ type:'POST',
306
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
307
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
308
+ // beforeSend: someFunction,
309
+ data:{
310
+ ajax_action : ajax_type_action, // Action
311
+ booking_id : booking_id, // ID of Booking - separator |
312
+ is_approve_or_pending : is_approve_or_pending, // Approve: 1, Unapprove: 0
313
+ is_send_emeils : is_send_emeils,
314
+ denyreason: denyreason,
315
+ user_id: user_id,
316
+ wpdev_active_locale:wpdev_active_locale
317
+ }
318
+ });
319
+ return false;
320
+ }
321
 
322
+ return true;
323
+ }
 
 
 
 
324
 
325
+ // Delete booking
326
+ function delete_booking(booking_id, user_id, wpdev_active_locale, is_send_emeils ) {
327
+
328
+ if ( booking_id !='' ) {
329
+
330
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
331
+ var ajax_type_action = 'DELETE_APPROVE';
332
+ var ajax_bk_message = 'Updating...';
333
+ //var is_send_emeils = 1;
334
+ var denyreason = '';
335
+ if (is_send_emeils == 1) {
336
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
337
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
338
+ else {is_send_emeils = 1 ;}
339
+ denyreason = jQuery('#denyreason').val();
340
+ } else {
341
+ is_send_emeils = 0;
342
+ }
343
 
344
+ document.getElementById('ajax_working').innerHTML =
345
+ '<div class="info_message ajax_message" id="ajax_message">\n\
346
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
347
+ <div style="float:left;width:80px;margin-top:-3px;">\n\
348
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
349
+ </div>\n\
350
+ </div>';
351
 
352
+ jQuery.ajax({ // Start Ajax Sending
353
  url: wpdev_ajax_path,
354
  type:'POST',
355
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
356
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
357
  // beforeSend: someFunction,
358
  data:{
359
+ ajax_action : ajax_type_action, // Action
360
+ booking_id : booking_id, // ID of Booking - separator |
 
361
  is_send_emeils : is_send_emeils,
362
  denyreason: denyreason,
363
  user_id: user_id,
366
  });
367
  return false;
368
  }
369
+
370
  return true;
371
  }
372
 
373
+
374
+ // Mark as Read or Unread selected bookings
375
+ function mark_read_booking(booking_id, is_read_or_unread, user_id, wpdev_active_locale ) {
376
+
377
+ if ( booking_id !='' ) {
378
+
379
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
380
+ var ajax_type_action = 'UPDATE_READ_UNREAD';
381
+ var ajax_bk_message = 'Updating...';
382
+
383
+ document.getElementById('ajax_working').innerHTML =
384
+ '<div class="info_message ajax_message" id="ajax_message">\n\
385
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
386
+ <div style="float:left;width:80px;margin-top:-3px;">\n\
387
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
388
+ </div>\n\
389
+ </div>';
390
+
391
+ jQuery.ajax({ // Start Ajax Sending
392
+ url: wpdev_ajax_path,
393
+ type:'POST',
394
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
395
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
396
+ // beforeSend: someFunction,
397
+ data:{
398
+ ajax_action : ajax_type_action, // Action
399
+ booking_id : booking_id, // ID of Booking - separator |
400
+ is_read_or_unread : is_read_or_unread, // Read: 1, Unread: 0
401
+ user_id: user_id,
402
+ wpdev_active_locale:wpdev_active_locale
403
+ }
404
+ });
405
+ return false;
406
+ }
407
+
408
+ return true;
409
+ }
410
+
411
+
412
+ // Get the list of ID in selected bookings from booking listing
413
+ function get_selected_bookings_id_in_booking_listing(){
414
+
415
+ var checkedd = jQuery(".booking_list_item_checkbox:checked");
416
+ var id_for_approve = "";
417
+
418
+ // get all IDs
419
+ checkedd.each(function(){
420
+ var id_c = jQuery(this).attr('id');
421
+ id_c = id_c.substr(20,id_c.length-20)
422
+ id_for_approve += id_c + "|";
423
+ });
424
+
425
+ if ( id_for_approve.length > 1 )
426
+ id_for_approve = id_for_approve.substr(0,id_for_approve.length-1); //delete last "|"
427
+
428
+ return id_for_approve ;
429
+ }
430
+
431
+
432
  // Send booking Cacel by visitor
433
  function bookingCancelByVisitor(booking_hash, bk_type){
434
 
442
  var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
443
  var ajax_type_action='DELETE_BY_VISITOR';
444
 
445
+ jQuery.ajax({ // Start Ajax Sending
446
  url: wpdev_ajax_path,
447
  type:'POST',
448
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
449
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
450
  // beforeSend: someFunction,
451
  data:{
452
  ajax_action : ajax_type_action,
462
 
463
  // Scroll to script
464
  function makeScroll(object_name) {
465
+ var targetOffset = jQuery( object_name ).offset().top;
466
+ targetOffset = targetOffset - 50;
467
+ if (targetOffset<0) targetOffset = 0;
468
+ jQuery('html,body').animate({scrollTop: targetOffset}, 1000)
469
+
470
  }
471
 
472
  //Admin function s for checking all checkbos in one time
473
  function setCheckBoxInTable(el_stutus, el_class){
474
+ jQuery('.'+el_class).attr('checked', el_stutus);
475
+
476
+ if ( el_stutus ) {
477
+ jQuery('.'+el_class).parent().parent().addClass('row_selected_color');
478
+ } else {
479
+ jQuery('.'+el_class).parent().parent().removeClass('row_selected_color');
480
+ }
481
  }
482
 
483
 
484
  // Set selected days at calendar as UnAvailable
485
  function setUnavailableSelectedDays( bk_type ){
486
+ var sel_dates = jQuery('#calendar_booking'+bk_type).datepick('getDate');
487
  var class_day2;
488
  for( var i =0; i <sel_dates.length; i++) {
489
  class_day2 = (sel_dates[i].getMonth()+1) + '-' + sel_dates[i].getDate() + '-' + sel_dates[i].getFullYear();
490
  date_approved[ bk_type ][ class_day2 ] = [ (sel_dates[i].getMonth()+1) , sel_dates[i].getDate(), sel_dates[i].getFullYear(),0,0,0];
491
+ jQuery('#calendar_booking'+bk_type+' td.cal4date-'+class_day2).html(sel_dates[i].getDate());
492
+ // jQuery('#calendar_booking'+bk_type).datepick('refresh');
493
  }
494
  }
495
 
506
  timeoutID_of_thank_you_page = setTimeout(function ( ) {location.href= thank_you_page_URL;} ,1000);
507
  } else { // Message
508
  document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content\" >'+new_booking_title+'</div>';
509
+ jQuery('.submiting_content').fadeOut( new_booking_title_time );
510
  }
511
  } else {
512
 
513
  setUnavailableSelectedDays(bk_type); // Set days as unavailable
514
  document.getElementById('date_booking'+bk_type).value = ''; // Set textarea date booking to ''
515
  document.getElementById('calendar_booking'+bk_type).style.display= 'none';
516
+ jQuery('.block_hints').css( {'display' : 'none'} );
517
+
518
  var is_admin = 0;
519
  if (location.href.indexOf('booking.php') != -1 ) {is_admin = 1;}
520
  if (is_admin == 0) {
521
  // Get calendar from the html and insert it before form div, which will hide after btn click
522
+ jQuery('#calendar_booking'+bk_type).insertBefore("#booking_form_div"+bk_type);
523
  document.getElementById("booking_form_div"+bk_type).style.display="none";
524
  makeScroll('#calendar_booking'+bk_type);
525
 
537
  //new_booking_title;
538
  //new_booking_title_time;
539
  document.getElementById('submiting'+bk_type).innerHTML = '<div class=\"submiting_content\" >'+new_booking_title+'</div>';
540
+ jQuery('.submiting_content').fadeOut( new_booking_title_time );
541
  }
542
  }
543
 
550
 
551
  function showErrorMessage( element , errorMessage) {
552
 
553
+ jQuery("[name='"+ element.name +"']")
554
  .fadeOut( 350 ).fadeIn( 300 )
555
  .fadeOut( 350 ).fadeIn( 400 )
556
  .animate( {opacity: 1}, 4000 )
557
  ; // mark red border
558
+ jQuery("[name='"+ element.name +"']")
559
  .after('<div class="wpdev-help-message">'+ errorMessage +'</div>'); // Show message
560
+ jQuery(".wpdev-help-message")
561
  .css( {'color' : 'red'} )
562
  .animate( {opacity: 1}, 10000 )
563
  .fadeOut( 2000 ); // hide message
616
  }
617
 
618
 
 
 
 
 
 
619
  // Get Form Data
620
  if ( element.name !== ('captcha_input' + bk_type) ) {
621
  if (formdata !=='') formdata += '~'; // next field element
643
  return;
644
 
645
 
646
+ var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
647
+ if (wpdev_bk_is_dynamic_range_selection != undefined)
648
+ if ( wpdev_bk_is_dynamic_range_selection )
649
+ if (days_select_count_dynamic != undefined)
650
+ if (inst.dates.length < days_select_count_dynamic ) {
651
+ alert(message_verif_selectdts);
652
+ return;
653
+ }
654
 
655
  //Show message if no selected days
656
  if (document.getElementById('date_booking' + bk_type).value == '') {
657
 
658
+
659
+
660
  if ( document.getElementById('additional_calendars' + bk_type) != null ) { // Checking according additional calendars.
661
 
662
  var id_additional_str = document.getElementById('additional_calendars' + bk_type).value; //Loop have to be here based on , sign
667
  is_all_additional_days_unselected = false;
668
  }
669
  }
670
+
671
  if (is_all_additional_days_unselected) {
672
  alert(message_verif_selectdts);
673
  return;
699
 
700
  if (wpdev_bk_edit_id_hash != '') my_booking_hash = wpdev_bk_edit_id_hash;
701
 
702
+ var is_send_emeils= jQuery('#is_send_email_for_new_booking').attr('checked' );
703
  if (is_send_emeils == undefined) {is_send_emeils =1 ;}
704
  if (is_send_emeils) is_send_emeils = 1;
705
  else is_send_emeils = 0;
740
 
741
  if (document.getElementById('date_booking' + id_additional).value != '' ) {
742
  setUnavailableSelectedDays(id_additional); // Set selected days unavailable in this calendar
743
+ jQuery('#calendar_booking'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert calendar before form to do not hide it
744
  if (document.getElementById('paypalbooking_form'+id_additional) != null)
745
+ jQuery('#paypalbooking_form'+id_additional).insertBefore("#booking_form_div"+bk_type); // Insert payment form to do not hide it
746
  else {
747
+ jQuery("#booking_form_div"+bk_type).append('<div id="paypalbooking_form'+id_additional+'" ></div>')
748
+ jQuery("#booking_form_div"+bk_type).append('<div id="ajax_respond_insert'+id_additional+'" ></div>')
749
  }
750
  send_ajax_submit( id_additional ,formdata_additional,captcha_chalange,user_captcha,is_send_emeils,my_booking_hash,my_booking_form ,wpdev_active_locale );
751
  }
760
  var my_bk_res = bk_type;
761
  if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
762
 
763
+ jQuery.ajax({ // Start Ajax Sending
764
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
765
  type:'POST',
766
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
767
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
768
  // beforeSend: someFunction,
769
  data:{
770
  ajax_action : 'INSERT_INTO_TABLE',
789
  var tooltip_day_class_4_show = " .timespartly";
790
  if (is_show_availability_in_tooltips) {
791
  if ( wpdev_in_array( parent_booking_resources , myParam ) )
792
+ tooltip_day_class_4_show = " .datepick-days-cell";//" .datepick-days-cell a"; // each day
793
  }
794
  if (is_show_cost_in_tooltips) {
795
+ tooltip_day_class_4_show = " .datepick-days-cell";//" .datepick-days-cell a"; // each day
796
  }
797
 
798
  // Show tooltip at each day if time availability filter is set
800
  if (global_avalaibility_times[myParam].length>0) tooltip_day_class_4_show = " .datepick-days-cell"; // each day
801
  }
802
 
803
+
804
+ jQuery("#calendar_booking" + myParam + tooltip_day_class_4_show ).popover( {
805
+ placement: 'top'
806
+ , delay: { show: 500, hide: 1 }
807
+ , content: ''
808
+ , template: '<div class="wpdevbk popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
809
+ });
810
+
 
 
811
  }
812
 
813
  // Hint labels inside of input boxes
814
+ jQuery(document).ready( function(){
815
 
816
+ jQuery('div.inside_hint').click(function(){
817
+ jQuery(this).css('visibility', 'hidden').siblings('.has-inside-hint').focus();
818
  });
819
 
820
+ jQuery('input.has-inside-hint').blur(function() {
821
  if ( this.value == '' )
822
+ jQuery(this).siblings('.inside_hint').css('visibility', '');
823
  }).focus(function(){
824
+ jQuery(this).siblings('.inside_hint').css('visibility', 'hidden');
825
  });
826
  });
827
 
829
 
830
  function openModalWindow(content_ID){
831
  //alert('!!!' + content);
832
+ jQuery('.modal_content_text').attr('style','display:none;');
833
  document.getElementById( content_ID ).style.display = 'block';
834
  var buttons = {};//{ "Ok": wpdev_bk_dialog_close };
835
+ jQuery("#wpdev-bk-dialog").dialog( {
836
  autoOpen: false,
837
  width: 700,
838
+ height: 330,
839
  buttons:buttons,
840
  draggable:false,
841
  hide: 'slide',
843
  modal: true,
844
  title: '<img src="'+wpdev_bk_plugin_url+ '/img/calendar-16x16.png" align="middle" style="margin-top:1px;"> Booking Calendar'
845
  });
846
+ jQuery("#wpdev-bk-dialog").dialog("open");
847
  }
848
 
849
  function wpdev_bk_dialog_close(){
850
+ jQuery("#wpdev-bk-dialog").dialog("close");
851
  }
852
 
853
  function wpdev_togle_box(boxid){
854
+ if ( jQuery( '#' + boxid ).hasClass('closed') ) jQuery('#' + boxid).removeClass('closed');
855
+ else jQuery('#' + boxid).addClass('closed');
856
  }
857
 
858
 
869
  </div>\n\
870
  </div>';
871
 
872
+ jQuery.ajax({ // Start Ajax Sending
873
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
874
  type:'POST',
875
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
876
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
877
  // beforeSend: someFunction,
878
  data:{
879
  ajax_action : 'USER_SAVE_OPTION',
892
 
893
  var is_closed = 0;
894
 
895
+ if (jQuery('#' + window_id ).hasClass('closed') == true){
896
+ jQuery('#' + window_id ).removeClass('closed');
897
  } else {
898
+ jQuery('#' + window_id ).addClass('closed');
899
  is_closed = 1;
900
  }
901
 
902
 
903
+ jQuery.ajax({ // Start Ajax Sending
904
  url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
905
  type:'POST',
906
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
907
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
908
  // beforeSend: someFunction,
909
  data:{
910
  ajax_action : 'USER_SAVE_WINDOW_STATE',
945
  }
946
 
947
  function showwidedates_at_admin_side(){
948
+ jQuery('.short_dates_view').addClass('hide_dates_view');
949
+ jQuery('.short_dates_view').removeClass('show_dates_view');
950
+ jQuery('.wide_dates_view').addClass('show_dates_view');
951
+ jQuery('.wide_dates_view').removeClass('hide_dates_view');
952
+ jQuery('#showwidedates').addClass('hide_dates_view');
953
+
954
+ jQuery('.showwidedates').addClass('hide_dates_view');
955
+ jQuery('.showshortdates').addClass('show_dates_view');
956
+ jQuery('.showshortdates').removeClass('hide_dates_view');
957
+ jQuery('.showwidedates').removeClass('show_dates_view');
958
  }
959
 
960
  function showshortdates_at_admin_side(){
961
+ jQuery('.wide_dates_view').addClass('hide_dates_view');
962
+ jQuery('.wide_dates_view').removeClass('show_dates_view');
963
+ jQuery('.short_dates_view').addClass('show_dates_view');
964
+ jQuery('.short_dates_view').removeClass('hide_dates_view');
965
+
966
+ jQuery('.showshortdates').addClass('hide_dates_view');
967
+ jQuery('.showwidedates').addClass('show_dates_view');
968
+ jQuery('.showwidedates').removeClass('hide_dates_view');
969
+ jQuery('.showshortdates').removeClass('show_dates_view');
970
+
971
+ }
972
+
973
+
974
+
975
+ function daysInMonth(month,year) {
976
+ var m = [31,28,31,30,31,30,31,31,30,31,30,31];
977
+ if (month != 2) return m[month - 1];
978
+ if (year%4 != 0) return m[1];
979
+ if (year%100 == 0 && year%400 != 0) return m[1];
980
+ return m[1] + 1;
981
+ }
982
+
983
+
984
+ function setSelectBoxByValue(el_id, el_value) {
985
 
986
+ for (var i=0; i < document.getElementById(el_id).length; i++) {
987
+ if (document.getElementById(el_id)[i].value == el_value) {
988
+ document.getElementById(el_id)[i].selected = true;
989
+ }
990
+ }
991
+ }
992
 
993
+
994
+ //<![CDATA[
995
+ function save_bk_listing_filter(us_id, filter_name, filter_value ){
996
+
997
+ var wpdev_ajax_path = wpdev_bk_plugin_url+'/' + wpdev_bk_plugin_filename ;
998
+ var ajax_type_action = 'SAVE_BK_LISTING_FILTER';
999
+ var ajax_bk_message = 'Saving...';
1000
+
1001
+ document.getElementById('ajax_working').innerHTML =
1002
+ '<div class="info_message ajax_message" id="ajax_message">\n\
1003
+ <div style="float:left;">'+ajax_bk_message+'</div> \n\
1004
+ <div style="float:left;width:80px;margin-top:-3px;">\n\
1005
+ <img src="'+wpdev_bk_plugin_url+'/img/ajax-loader.gif">\n\
1006
+ </div>\n\
1007
+ </div>';
1008
+
1009
+ jQuery.ajax({
1010
+ url: wpdev_ajax_path,
1011
+ type:'POST',
1012
+ success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1013
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1014
+ data:{
1015
+ ajax_action : ajax_type_action,
1016
+ user_id: us_id ,
1017
+ filter_name: filter_name ,
1018
+ filter_value: filter_value
1019
+
1020
+ }
1021
+ });
1022
+ }
1023
+ //]]>
languages/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
languages/wpdev-booking-be_BY.mo CHANGED
Binary file
languages/wpdev-booking-be_BY.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-05-27 11:16+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
@@ -15,4478 +15,5382 @@ msgstr ""
15
  "X-Poedit-Bookmarks: 49,183,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_ngettext_boop:1,2\n"
17
  "X-Poedit-Basepath: D:\\www\\home\\wp\\www\\wp-content\\plugins\\booking\\.\n"
18
- "X-Poedit-SearchPath-0: w:\\www\\home\\w\\www\\wp-content\\plugins\\booking\\.\n"
19
 
20
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:107
21
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:190
22
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3174
23
  #, fuzzy
24
  msgid "The cost for payment"
25
  msgstr "%s - уставіць даты бранявання"
26
 
27
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:110
28
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:195
29
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:91
30
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3278
31
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3301
32
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3327
33
  msgid "First Name (required)"
34
  msgstr "Імя (абавязковае поле)"
35
 
36
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:112
37
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:197
38
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:93
39
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3280
40
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3303
41
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3329
42
  msgid "Last Name (required)"
43
  msgstr "Прозвішча (абавязковае поле)"
44
 
45
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:114
46
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:199
47
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:95
48
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3282
49
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3305
50
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3331
51
  msgid "Email (required)"
52
  msgstr "Емейл (абавязковае поле)"
53
 
54
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:116
55
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:201
56
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:97
57
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3333
58
  #, fuzzy
59
  msgid "Address (required)"
60
  msgstr "Імя (абавязковае поле)"
61
 
62
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:118
63
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:203
64
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:99
65
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3335
66
  #, fuzzy
67
  msgid "City(required)"
68
  msgstr "Емейл (абавязковае поле)"
69
 
70
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:120
71
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:205
72
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:101
73
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3337
74
  #, fuzzy
75
  msgid "Post code(required)"
76
  msgstr "Прозвішча (абавязковае поле)"
77
 
78
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:122
79
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:207
80
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:103
81
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3339
82
  #, fuzzy
83
  msgid "Country(required)"
84
  msgstr "Прозвішча (абавязковае поле)"
85
 
86
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:124
87
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:209
88
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:105
89
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
90
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2780
91
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3284
92
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3307
93
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3341
94
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3360
95
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3372
96
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3392
97
  msgid "Phone"
98
  msgstr "Тэлефон"
99
 
100
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:126
101
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:211
102
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:107
103
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3286
104
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3309
105
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3343
106
  msgid "Visitors"
107
  msgstr "Наведвальнікі"
108
 
109
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:126
110
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:211
111
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:107
112
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3286
113
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3309
114
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3343
115
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3362
116
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3374
117
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3394
118
  msgid "Children"
119
  msgstr "Дзеці"
120
 
121
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:128
122
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:213
123
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:109
124
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3288
125
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3311
126
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3345
127
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3363
128
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3375
129
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3395
130
  msgid "Details"
131
  msgstr "Апісанне"
132
 
133
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:130
134
  #, fuzzy
135
  msgid "Coupon"
136
  msgstr "Лік дзён"
137
 
138
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:134
139
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:217
140
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:113
141
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:547
142
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2041
143
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3292
144
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3315
145
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3349
146
  msgid "Send"
147
  msgstr "Адправіць"
148
 
149
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:143
150
  msgid "Probably number of selected visitors more, then available at selected day(s)!"
151
  msgstr ""
152
 
153
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:332
154
  msgid "coupon"
155
  msgstr ""
156
 
157
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:334
158
  msgid "discount"
159
  msgstr ""
160
 
161
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:585
162
  msgid "Search results"
163
  msgstr ""
164
 
165
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:587
166
  msgid "Nothing found"
167
  msgstr ""
168
 
169
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:632
170
  #, fuzzy
171
  msgid "Book now"
172
  msgstr "Браняванне"
173
 
174
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:680
175
  msgid "Please select check in and check out days!"
176
  msgstr ""
177
 
178
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:816
179
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:132
180
  #, fuzzy
181
  msgid "Search"
182
  msgstr "Сакавік"
183
 
184
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:1549
185
  #, php-format
186
- msgid "Sorry, the reservation is not done, because these days are already booked, please %srefresh%s the page and try other days."
187
  msgstr ""
188
 
189
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2004
190
  #, fuzzy
191
  msgid "Child booking resources"
192
  msgstr "Тып бранявання"
193
 
194
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2012
195
  msgid "Max available items inside of booking resource"
196
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
197
 
198
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2050
199
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2394
200
- msgid "Previos Month"
201
- msgstr ""
202
-
203
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2062
204
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2411
205
- #, fuzzy
206
- msgid "Show all booking tables"
207
- msgstr "у Календары для бранявання"
208
-
209
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2070
210
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2419
211
- #, fuzzy
212
- msgid "Hide all booking tables"
213
- msgstr "%sвремя канчаткі бранявання%s"
214
-
215
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2079
216
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2434
217
- #, fuzzy
218
- msgid "Next Month"
219
- msgstr "Месяцы"
220
-
221
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2087
222
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:492
223
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2448
224
- msgid "Pending"
225
- msgstr "Якія чакаюць сцвярджэнні"
226
-
227
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2123
228
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2467
229
- msgid "Approved"
230
- msgstr "Пацверджана"
231
-
232
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2140
233
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2487
234
- msgid "Approve"
235
- msgstr "Пацвердзіць"
236
-
237
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2141
238
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2049
239
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2181
240
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2488
241
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2523
242
- msgid "Cancel"
243
- msgstr "Адмена"
244
-
245
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2144
246
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2491
247
- msgid "Reason of cancellation here"
248
- msgstr "Чыннік адмовы"
249
-
250
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2149
251
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2496
252
- msgid "Send email notification to customer about this operation"
253
- msgstr ""
254
-
255
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2156
256
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2503
257
- msgid "FAQ"
258
- msgstr ""
259
-
260
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2157
261
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2504
262
- #, fuzzy
263
- msgid "Contact"
264
- msgstr "Панядзелак"
265
-
266
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2311
267
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2490
268
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2625
269
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2796
270
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3011
271
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3051
272
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3139
273
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2924
274
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:775
275
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1788
276
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1882
277
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2179
278
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2491
279
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2716
280
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2890
281
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3313
282
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2809
283
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2868
284
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2920
285
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2972
286
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3024
287
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3151
288
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3242
289
  msgid "Click to toggle"
290
  msgstr ""
291
 
292
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2312
293
  #, fuzzy
294
  msgid "Booking resources managment"
295
  msgstr "Тып бранявання "
296
 
297
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2317
298
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2808
299
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1085
300
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2707
301
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:693
 
 
 
 
 
 
302
  msgid "ID"
303
  msgstr "ID"
304
 
305
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2319
306
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2171
307
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:694
 
308
  msgid "Resource name"
309
  msgstr "Імя рэсурсу"
310
 
311
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2321
312
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3235
313
  #, fuzzy
314
  msgid "Number of resource items inside of parent resource"
315
  msgstr "Імя аб'ектаў з рэсурсу"
316
 
317
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2321
318
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3235
319
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2174
320
  msgid "Capacity"
321
  msgstr ""
322
 
323
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2322
324
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2427
325
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3236
326
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3332
327
  #, fuzzy
328
  msgid "Parent"
329
  msgstr "Аплата"
330
 
331
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2323
332
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2434
333
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3237
334
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3343
335
  msgid "Priority"
336
  msgstr ""
337
 
338
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
339
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
340
  #, fuzzy
341
  msgid "Maximum number of visitors for resource"
342
  msgstr "Лік наведвальнікаў"
343
 
344
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
345
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
346
  #, fuzzy
347
  msgid "Max"
348
  msgstr "Сакавік"
349
 
350
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
351
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
352
  #, fuzzy
353
  msgid "visitors"
354
  msgstr "Наведвальнікі"
355
 
356
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2327
357
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3241
358
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2177
359
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2710
360
  msgid "Actions"
361
  msgstr "Функцыі "
362
 
363
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2406
364
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:509
365
  msgid "Add"
366
  msgstr "Дадаць"
367
 
368
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2415
369
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2814
370
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:497
371
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2730
372
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:728
373
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1033
 
374
  msgid "Delete"
375
  msgstr "Выдаліць"
376
 
377
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2425
378
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:755
379
  msgid "Title"
380
  msgstr "Загаловак"
381
 
382
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2442
383
  #, fuzzy
384
  msgid "Add new resource"
385
  msgstr "Дадаць новае браняванне"
386
 
387
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2449
388
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2584
389
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3042
390
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3083
391
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3216
392
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1196
393
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1532
394
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1682
395
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1943
396
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2109
397
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2249
398
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3086
399
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2092
400
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2417
401
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2679
402
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2860
403
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2958
404
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:730
405
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2524
406
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3081
407
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3234
408
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3262
409
  msgid "Save"
410
  msgstr "Захаваць"
411
 
412
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2491
413
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2626
414
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3314
415
  msgid "Advanced Settings"
416
  msgstr "Пашыраныя налады"
417
 
418
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2506
419
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2632
420
  msgid "Visitors number apply to capacity"
421
  msgstr ""
422
 
423
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2512
424
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2638
425
  #, fuzzy, php-format
426
  msgid " Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors %s"
427
  msgstr "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая сплывае падказцы"
428
 
429
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2525
430
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2651
431
  #, php-format
432
  msgid "Show at tooltip on calendar availability based on free booking resource items. %sCheck maximum support of visitors at %sone booking resource%s with selected number of visitors from booking form"
433
  msgstr ""
434
 
435
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2533
436
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2659
437
  #, php-format
438
  msgid "Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items. %sCheck maximum support of visitors at %sall booking resources%s with selected number of visitors from booking form"
439
  msgstr ""
440
 
441
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2548
442
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2674
443
  #, fuzzy
444
  msgid "Show availability"
445
  msgstr "Даступнасць"
446
 
447
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2554
448
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2680
449
  #, fuzzy
450
  msgid " Check this checkbox if you want to show availability number of booking resource at the tooltip, when mouse over the day of calendar."
451
  msgstr "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая сплывае падказцы"
452
 
453
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2561
454
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2687
455
  msgid "Availability description"
456
  msgstr "Апісанне даступнасць"
457
 
458
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2563
459
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2689
460
  #, php-format
461
  msgid "Type your %savailability%s description"
462
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
463
 
464
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2573
465
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2699
466
  #, fuzzy
467
- msgid "Disable reservations in different booking resources"
468
  msgstr "Памылка пры абнаўленні БД "
469
 
470
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2577
471
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2703
472
- msgid " Check this checkbox if you want to dissable reservation, which can be stored in different booking resources. So if this checkbox is checked, the reservation is allowed only, if all days of reservation are at same booking resources, otherwise the error message will show."
473
  msgstr ""
474
 
475
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2736
476
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:581
477
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3666
 
 
 
 
 
 
 
 
 
 
478
  msgid "Deleted"
479
  msgstr "Выдалена"
480
 
481
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2788
482
  msgid "Coupon saved"
483
  msgstr ""
484
 
485
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2797
486
  #, fuzzy
487
  msgid "Booking coupons managment"
488
  msgstr "Тып бранявання "
489
 
490
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2809
491
  msgid "The code your customers will be using to receive the discount."
492
  msgstr ""
493
 
494
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2809
495
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2902
496
  msgid "Coupon Code"
497
  msgstr ""
498
 
499
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2810
500
  #, fuzzy
501
  msgid "The amount, which be saved. Enter only digits."
502
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
503
 
504
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2810
505
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2930
506
  #, fuzzy
507
  msgid "Savings"
508
  msgstr "Захаванне..."
509
 
510
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2811
511
  msgid "The minimum total cost required to use the coupon"
512
  msgstr ""
513
 
514
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2811
515
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2952
516
  #, fuzzy
517
  msgid "Minimum Purchase"
518
  msgstr "Купля"
519
 
520
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2812
521
  msgid "The date your coupon will expire"
522
  msgstr ""
523
 
524
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2812
525
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2941
526
  msgid "Expiration Date"
527
  msgstr ""
528
 
529
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2813
530
  msgid "Resource list, which support this coupon"
531
  msgstr ""
532
 
533
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2813
534
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2908
 
535
  #, fuzzy
536
  msgid "Resources"
537
  msgstr "Кошт рэсурсу"
538
 
539
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2814
540
  #, fuzzy
541
  msgid "Delete this coupon"
542
  msgstr "Выдаленне дадзеных па браняванні"
543
 
544
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2854
545
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2911
 
546
  msgid "All"
547
  msgstr ""
548
 
549
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2890
550
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2961
551
  #, fuzzy
552
  msgid "Add new coupon"
553
  msgstr "Дадаць новы тып"
554
 
555
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2934
556
  msgid "Fixed Amount"
557
  msgstr ""
558
 
559
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2935
560
  msgid "Percentage Off"
561
  msgstr ""
562
 
563
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2979
564
  #, fuzzy, php-format
565
  msgid "%s - coupon field, "
566
  msgstr "%s - поле з пазнакай"
567
 
568
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2980
569
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3201
570
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3204
571
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3207
572
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3215
573
  #, php-format
574
  msgid "Example: %s "
575
  msgstr "Прыклад: %s "
576
 
577
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3012
578
  #, fuzzy
579
  msgid "Search form customization"
580
  msgstr "налада емейла"
581
 
582
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3020
583
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3060
584
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3250
585
  msgid "Use these shortcodes for customization: "
586
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
587
 
588
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3021
589
  #, php-format
590
  msgid "%s - search inside of posts/pages, which are inside of this category, "
591
  msgstr ""
592
 
593
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3022
594
  #, php-format
595
  msgid "%s - search inside of posts/pages, which are have this tag, "
596
  msgstr ""
597
 
598
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3023
599
  #, fuzzy, php-format
600
  msgid "%s - check in date, "
601
  msgstr "%s - поле з пазнакай"
602
 
603
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3024
604
  #, fuzzy, php-format
605
  msgid "%s - check out date, "
606
  msgstr "%s - поле з пазнакай"
607
 
608
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3025
609
  #, fuzzy, php-format
610
  msgid "%s - default selection number of visitors, "
611
  msgstr "Лік наведвальнікаў"
612
 
613
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3026
614
  #, fuzzy, php-format
615
  msgid "Example: %s - custom number of visitor selections\""
616
  msgstr "Лік наведвальнікаў"
617
 
618
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3027
619
  #, fuzzy, php-format
620
  msgid "%s - search button, "
621
  msgstr "%s - кнопка для адпраўкі"
622
 
623
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3028
624
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3069
625
  #, fuzzy, php-format
626
  msgid "%s - new line, "
627
  msgstr "%s - дадаць новы радок"
628
 
629
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3029
630
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3070
631
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3225
632
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3253
633
  msgid "use any other HTML tags (carefully)."
634
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
635
 
636
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3036
637
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3077
638
  msgid "Additional customization style of this element you can make at this file"
639
  msgstr ""
640
 
641
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3041
642
  #, fuzzy
643
  msgid "Reset to default search form content"
644
  msgstr "Абнавіць да значэння па змаўчанні"
645
 
646
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3052
647
  #, fuzzy
648
  msgid "Customization of found booking resource items"
649
  msgstr "Кошты бранявання"
650
 
651
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3061
652
  #, fuzzy, php-format
653
  msgid "%s - resource title, "
654
  msgstr "%s - поле з выпадальным спісам"
655
 
656
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3062
657
  #, fuzzy, php-format
658
  msgid "%s - link to the page with booking form, "
659
  msgstr "%s - уставіць тып бранявання"
660
 
661
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3063
662
  #, fuzzy, php-format
663
  msgid "%s - availability of booking resource, "
664
  msgstr "%s - уставіць тып бранявання"
665
 
666
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3064
667
  #, fuzzy, php-format
668
  msgid "%s - maximum support visitors for booking resource, "
669
  msgstr "%s - уставіць тып бранявання"
670
 
671
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3065
672
  #, fuzzy, php-format
673
  msgid "%s - cost of booking resource, "
674
  msgstr "%s - уставіць тып бранявання"
675
 
676
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3066
677
  #, php-format
678
  msgid "%s - featured image, getted as a featured image from post, "
679
  msgstr ""
680
 
681
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3067
682
  #, php-format
683
  msgid "%s - booking info, getted as a excerpt from post, "
684
  msgstr ""
685
 
686
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3082
687
  #, fuzzy
688
  msgid "Reset to default value"
689
  msgstr "Абнавіць да значэння па змаўчанні"
690
 
691
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3094
692
  msgid "Search form"
693
  msgstr ""
694
 
695
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3096
696
  #, fuzzy
697
  msgid "Check in"
698
  msgstr "Дзеці"
699
 
700
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3098
701
  msgid "Check out"
702
  msgstr ""
703
 
704
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3100
705
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3361
706
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3373
707
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3393
708
  msgid "Number of visitors"
709
  msgstr "Лік наведвальнікаў"
710
 
711
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3140
712
  #, fuzzy
713
  msgid "Search Cache Settings"
714
  msgstr "Пашыраныя налады"
715
 
716
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3146
717
  msgid "Cache expiration"
718
  msgstr ""
719
 
720
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3152
721
  #, fuzzy
722
  msgid "hour(s)"
723
  msgstr "Чацвер"
724
 
725
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3157
726
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1995
727
  #, fuzzy
728
  msgid "day(s)"
729
  msgstr "днеи"
730
 
731
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3161
732
  msgid "Select time of cache expiration"
733
  msgstr ""
734
 
735
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3170
736
  msgid "Cache is expire: "
737
  msgstr ""
738
 
739
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3208
740
  #, php-format
741
  msgid "Found: %s booking forms inside of posts or pages "
742
  msgstr ""
743
 
744
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3215
745
  msgid "Reset cache"
746
  msgstr ""
747
 
748
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3363
 
 
 
 
 
 
 
 
 
 
 
 
749
  #, fuzzy
750
- msgid "Number of resources"
751
- msgstr "Лік наведвальнікаў"
 
 
 
 
 
752
 
753
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3447
754
  msgid "Available: "
755
  msgstr "Доступа: "
756
 
757
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3516
758
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3522
759
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3575
760
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:487
761
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:631
 
762
  msgid "Standard"
763
  msgstr "Стандарт "
764
 
765
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3516
766
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:534
767
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3438
768
  msgid "Default"
769
  msgstr "Па змаўчанні"
770
 
771
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3517
772
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3523
773
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3562
774
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3563
775
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3576
776
  msgid "Superior"
777
  msgstr "Супериор "
778
 
779
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3517
780
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3679
781
  #, fuzzy
782
  msgid "Resource #1"
783
  msgstr "Кошт рэсурсу"
784
 
785
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3518
786
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3524
787
  msgid "Presidential Suite"
788
  msgstr "Президенский нумар "
789
 
790
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3518
791
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3680
792
  #, fuzzy
793
  msgid "Resource #2"
794
  msgstr "Кошт рэсурсу"
795
 
796
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3519
797
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3525
798
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1261
799
  msgid "Royal Villa"
800
  msgstr "Віла "
801
 
802
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3519
803
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3681
804
  #, fuzzy
805
  msgid "Resource #3"
806
  msgstr "Кошт рэсурсу"
807
 
808
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:541
809
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3143
810
- msgid "Weekend"
811
- msgstr "Выходныя"
812
-
813
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:542
814
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3144
815
- msgid "Work days"
816
- msgstr "Працоўныя дні"
817
-
818
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:543
819
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3145
820
- msgid "High season"
821
- msgstr "Высокі сазон"
822
-
823
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:559
824
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:617
825
- msgid "Updating..."
826
- msgstr "Захаванне..."
827
-
828
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:564
829
- msgid "User is Activated"
830
- msgstr ""
831
-
832
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:622
833
- #, fuzzy
834
- msgid "User is Deactivated"
835
- msgstr "калі ўбудова дэактываваны"
836
-
837
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:732
838
- #, php-format
839
- msgid "%sYou do not have permissions for this page.%s Your account is not active, please contact administrator.%s"
840
- msgstr ""
841
-
842
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:767
843
- #, php-format
844
- msgid "%sYou do not have permissions for this booking resources.%s"
845
- msgstr ""
846
-
847
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:773
848
- #, fuzzy, php-format
849
- msgid "%sNo this booking resources.%s"
850
- msgstr "Сезонныя змены коштаў"
851
-
852
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:890
853
- #, fuzzy
854
- msgid "Show resources of user:"
855
- msgstr "Кошт рэсурсу"
856
-
857
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:902
858
- #, fuzzy
859
- msgid "My"
860
- msgstr "Травень"
861
-
862
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:921
863
- #, fuzzy
864
- msgid "Booking resource:"
865
- msgstr "Тып бранявання"
866
-
867
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:953
868
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:986
869
- #, fuzzy
870
- msgid "Users"
871
- msgstr "Гады"
872
-
873
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:988
874
- msgid "Management of"
875
- msgstr ""
876
-
877
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1080
878
- #, fuzzy
879
- msgid "Users managment"
880
- msgstr "Пашыраная налада коштаў"
881
-
882
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1084
883
- msgid "Status"
884
- msgstr ""
885
-
886
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1086
887
- #, fuzzy
888
- msgid "User name"
889
- msgstr "Імя рэсурсу"
890
-
891
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1087
892
- msgid "User role"
893
- msgstr ""
894
-
895
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1089
896
- #, fuzzy
897
- msgid "Max number of resources"
898
- msgstr "Лік наведвальнікаў"
899
-
900
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1090
901
- msgid "Actions for specific user"
902
- msgstr ""
903
-
904
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1091
905
- msgid "Set user as"
906
- msgstr ""
907
-
908
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1127
909
- #, fuzzy
910
- msgid "Activate"
911
- msgstr "Актыўна"
912
-
913
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1128
914
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1137
915
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1140
916
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1143
917
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
918
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
919
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
920
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
921
- #, fuzzy
922
- msgid "Do you really want"
923
- msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
924
-
925
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1128
926
- msgid "make user active"
927
- msgstr ""
928
-
929
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1132
930
- #, fuzzy
931
- msgid "Deactivate"
932
- msgstr "Актыўна"
933
-
934
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1136
935
- msgid "Set as inactive"
936
- msgstr ""
937
-
938
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1137
939
- msgid "make user inactive"
940
- msgstr ""
941
-
942
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1139
943
- #, fuzzy
944
- msgid "Delete configuration"
945
- msgstr "Выдаленне дадзеных па браняванні"
946
-
947
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1140
948
- msgid "delete configuration"
949
- msgstr ""
950
-
951
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1142
952
- #, fuzzy
953
- msgid "Delete all booking data"
954
- msgstr "Выдаленне дадзеных па браняванні"
955
-
956
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1143
957
- #, fuzzy
958
- msgid "delete all booking data"
959
- msgstr "Выдаленне дадзеных па браняванні"
960
-
961
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1148
962
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1155
963
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
964
- #, fuzzy
965
- msgid "Super Admin"
966
- msgstr "Супериор "
967
-
968
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
969
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
970
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
971
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
972
- msgid "set user as"
973
- msgstr ""
974
-
975
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1162
976
- msgid "Low Level user"
977
- msgstr ""
978
-
979
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
980
- msgid "Low level user"
981
- msgstr ""
982
-
983
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1169
984
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
985
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1177
986
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
987
- #, fuzzy
988
- msgid "Regular user"
989
- msgstr "Гады"
990
-
991
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1184
992
- #, fuzzy
993
- msgid "Login"
994
- msgstr "Спасылкі"
995
-
996
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1262
997
- #, fuzzy
998
- msgid "Suite"
999
- msgstr "Загаловак"
1000
-
1001
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1263
1002
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3679
1003
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3439
1004
- msgid "Appartment #1"
1005
- msgstr "Апартаменты №1"
1006
-
1007
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1264
1008
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3680
1009
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3440
1010
- msgid "Appartment #2"
1011
- msgstr "Апартаменты №2"
1012
-
1013
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:193
1014
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2683
1015
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:89
1016
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3237
1017
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3448
1018
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3299
1019
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3325
1020
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3367
1021
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3383
1022
  msgid "Start time"
1023
  msgstr "Час пачатку"
1024
 
1025
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:193
1026
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2689
1027
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:89
1028
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3244
1029
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3455
1030
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3299
1031
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3325
1032
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3368
1033
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3384
1034
  msgid "End time"
1035
  msgstr "Час канчатка"
1036
 
1037
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:226
1038
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1867
1039
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1906
1040
  #, fuzzy
1041
  msgid "per 1 day"
1042
  msgstr "за 1 дзень"
1043
 
1044
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:227
1045
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1868
1046
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1907
1047
  #, fuzzy
1048
  msgid "from the cost of 1 day "
1049
  msgstr "Лік дзён"
1050
 
1051
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:228
1052
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1869
1053
  #, fuzzy, php-format
1054
  msgid "Additional cost in %s per 1 day"
1055
  msgstr "Дадатковы кошт для "
1056
 
1057
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:230
1058
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:231
1059
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1873
1060
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1874
1061
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1914
1062
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1915
1063
  #, fuzzy
1064
  msgid " for all days!"
1065
  msgstr "Недаступныя дні"
1066
 
1067
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:505
1068
  #, fuzzy
1069
  msgid "Add new booking form"
1070
  msgstr "Дадаць новае браняванне"
1071
 
1072
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:588
1073
  #, fuzzy
1074
  msgid "There are no extended booking forms"
1075
  msgstr "у форме бранявання"
1076
 
1077
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:628
1078
  #, fuzzy
1079
  msgid "Booking form type:"
1080
  msgstr "Форма бранявання"
1081
 
1082
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:637
1083
  #, fuzzy
1084
  msgid "Please, select your type of booking form"
1085
  msgstr "Выбирети, што Вы жадаеце браняваць"
1086
 
1087
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:707
 
 
 
 
 
1088
  #, fuzzy
1089
  msgid "Standard booking resource cost"
1090
  msgstr "Дадаць новае браняванне"
1091
 
1092
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:708
1093
  #, fuzzy
1094
  msgid "Total booking resource cost"
1095
  msgstr "Тып бранявання"
1096
 
1097
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:848
1098
  #, php-format
1099
  msgid "%s - show cost hint for full booking in real time, depends from selection of days and form elements."
1100
  msgstr ""
1101
 
1102
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:849
1103
  #, fuzzy, php-format
1104
  msgid "Example: %sThe full cost for payment: %s "
1105
  msgstr "%s - уставіць даты бранявання"
1106
 
1107
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:850
1108
  #, php-format
1109
  msgid "%s - show cost hint of original booking cost without additional costs for full booking in real time, depends only from days selection."
1110
  msgstr ""
1111
 
1112
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:851
1113
  #, fuzzy, php-format
1114
  msgid "Example: %sThe original cost for payment: %s "
1115
  msgstr "%s - уставіць даты бранявання"
1116
 
1117
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:852
1118
  #, php-format
1119
  msgid "%s - show cost hint of additional booking cost, ehich depends from selection of form elements."
1120
  msgstr ""
1121
 
1122
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:853
1123
  #, php-format
1124
  msgid "Example: %sThe additional cost for payment: %s "
1125
  msgstr ""
1126
 
1127
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:854
1128
  #, php-format
1129
  msgid "%s - enter direct cost at admin panel at page: "
1130
  msgstr ""
1131
 
1132
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:854
1133
  msgid "Add booking"
1134
  msgstr "Дадаць рэзерв"
1135
 
1136
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:855
1137
  #, fuzzy, php-format
1138
  msgid "Example: %s"
1139
  msgstr "Прыклад: %s "
1140
 
1141
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1476
1142
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1487
1143
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1144
  msgid "unavailable"
1145
  msgstr "Недаступныя дні "
1146
 
1147
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1477
1148
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1487
1149
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1488
1150
  msgid "available"
1151
  msgstr "даступныя дні "
1152
 
1153
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1479
1154
  msgid "Avalaibility booking type"
1155
  msgstr "Даступны тып для бранявання"
1156
 
1157
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1485
1158
  #, php-format
1159
  msgid "All days for %s are"
1160
  msgstr "Усе дні для %s "
1161
 
1162
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1494
1163
  #, php-format
1164
  msgid "Select %s days below or %sadd new season filter%s"
1165
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1166
 
1167
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1501
1168
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1616
1169
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2708
1170
  msgid "Name"
1171
  msgstr "Імя"
1172
 
1173
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1502
1174
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1617
1175
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2709
1176
  msgid "Filters"
1177
  msgstr "Фільтры "
1178
 
1179
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1598
1180
  msgid "Seson rates of booking resource"
1181
  msgstr "Сезонныя змены коштаў"
1182
 
1183
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1604
1184
  #, php-format
1185
  msgid "Enter season rate(s) (costs diference in %s from standard cost %s or fixed cost) of booking resource %s or %sadd new season filter%s"
1186
  msgstr "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1187
 
1188
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1614
1189
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2215
1190
- msgid "Rates"
1191
- msgstr "Рэйты "
1192
-
1193
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1615
1194
  msgid "Final cost"
1195
  msgstr "Фінальны кошт"
1196
 
1197
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1648
1198
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1666
1199
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2203
1200
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2237
1201
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1813
1202
  msgid "for 1 day"
1203
  msgstr "за 1 дзень"
1204
 
1205
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1649
1206
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1667
1207
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2204
1208
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2238
1209
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1814
1210
  msgid "for 1 night"
1211
  msgstr "за 1 ноч"
1212
 
1213
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1650
1214
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1668
1215
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2205
1216
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2239
1217
  msgid "fixed deposit"
1218
  msgstr "фіксаваны ўнёсак"
1219
 
1220
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1651
1221
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1669
1222
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2206
1223
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2241
1224
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1817
1225
  msgid "for 1 hour"
1226
  msgstr "за 1 гадзіна"
1227
 
1228
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1820
1229
  msgid "Set cost of booking resource depends from number of selected booking days"
1230
  msgstr ""
1231
 
1232
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1821
1233
  #, php-format
1234
  msgid "If you add costs here, so %srates%s for this booking resource will not take effect !!!"
1235
  msgstr ""
1236
 
1237
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1822
1238
  #, php-format
1239
  msgid "%sFor and together%s have higher priority then range %sfrom - to%s days. Items at the bottom have higher priority then items at the top."
1240
  msgstr ""
1241
 
1242
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1830
 
 
 
 
 
1243
  #, fuzzy
1244
  msgid "Number of days"
1245
  msgstr "Лік месяцаў"
1246
 
1247
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1831
1248
  #, fuzzy
1249
  msgid "Cost of 1 day"
1250
  msgstr "Лік дзён"
1251
 
1252
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1878
1253
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1980
 
 
 
 
 
1254
  #, fuzzy
1255
  msgid "For"
1256
  msgstr "Форма"
1257
 
1258
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1879
1259
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1981
1260
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1261
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:787
1262
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2827
1263
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2880
1264
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2932
1265
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2985
1266
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3037
1267
  msgid "From"
1268
  msgstr "Ад каго"
1269
 
1270
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1880
1271
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1982
1272
  msgid "Together"
1273
  msgstr ""
1274
 
1275
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1888
1276
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1990
1277
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1278
  msgid "to"
1279
  msgstr "да"
1280
 
1281
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1894
1282
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2923
1283
  #, fuzzy
1284
  msgid "day"
1285
  msgstr "днеи"
1286
 
1287
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1895
1288
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2491
1289
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2926
1290
  msgid "days"
1291
  msgstr "днеи"
1292
 
1293
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1908
1294
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1916
1295
  #, fuzzy
1296
  msgid "Additional cost in USD per 1 day"
1297
  msgstr "Дадатковы кошт для "
1298
 
1299
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1926
1300
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2011
 
 
 
 
 
 
1301
  msgid "Remove"
1302
  msgstr ""
1303
 
1304
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1942
1305
  #, fuzzy
1306
  msgid "Add new cost"
1307
  msgstr "Дадаць новы тып"
1308
 
1309
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1978
1310
  #, fuzzy
1311
  msgid "for all days"
1312
  msgstr "Недаступныя дні"
1313
 
1314
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2071
1315
  #, fuzzy
1316
  msgid "Set amount of deposit payment"
1317
  msgstr "%s - уставіць даты бранявання"
1318
 
1319
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2075
1320
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2224
1321
- msgid "Deposit amount"
1322
- msgstr ""
1323
-
1324
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2083
1325
  #, fuzzy
1326
  msgid "fixed summ in"
1327
  msgstr "фіксаваны ўнёсак"
1328
 
1329
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2084
1330
  #, fuzzy
1331
  msgid "of payment"
1332
  msgstr "Аплата"
1333
 
1334
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2087
1335
  #, fuzzy
1336
  msgid "Active/inactive"
1337
  msgstr "Актыўна"
1338
 
1339
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2093
1340
  #, fuzzy
1341
  msgid "deposit payment for booking resource"
1342
  msgstr "Сезонныя змены коштаў"
1343
 
1344
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2102
1345
  #, fuzzy
1346
  msgid "Deposit payment summ"
1347
  msgstr "Абярыце валюту плацяжу"
1348
 
1349
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2104
1350
  #, fuzzy
1351
  msgid "Deposit payment is not active for booking resource"
1352
  msgstr "Сезонныя змены коштаў"
1353
 
1354
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2134
 
 
 
 
 
1355
  #, fuzzy, php-format
1356
  msgid " Check this checkbox if you want to use %sdeposit%s summ %spayment%s at the payment form, instead of full summ of booking."
1357
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1358
 
1359
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2135
1360
  #, php-format
1361
  msgid " You can make configuration of deposit summs for your booking resources %shere%s."
1362
  msgstr ""
1363
 
1364
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2166
1365
  msgid "Cost of each booking type"
1366
  msgstr "Кошты бранявання"
1367
 
1368
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2172
1369
  msgid "Resource Cost"
1370
  msgstr "Кошт рэсурсу"
1371
 
1372
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2175
1373
  msgid "Names of items from resource"
1374
  msgstr "Імя аб'ектаў з рэсурсу"
1375
 
1376
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2215
1377
- msgid "Settings rates for days, depends from filter settings."
1378
- msgstr ""
1379
-
1380
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2217
1381
- msgid "Setting cost, which depends from number of selected days for reservation"
1382
- msgstr ""
1383
-
1384
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2217
1385
  #, fuzzy
1386
  msgid "Cost for selected days"
1387
  msgstr "Лік дзён"
1388
 
1389
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2224
1390
- msgid "Setting amount of deposit payment for payment form"
1391
- msgstr ""
1392
 
1393
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2226
1394
- msgid "Setting availability for days, depends from filter settings."
1395
- msgstr ""
1396
-
1397
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2226
1398
- msgid "Availability"
1399
- msgstr "Даступнасць"
1400
-
1401
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2234
1402
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1810
1403
- msgid "Please, enter cost"
1404
- msgstr "Калі ласка, увядзіце кошт"
1405
-
1406
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2245
1407
  msgid "of each booking resources. Enter only digits."
1408
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
1409
 
1410
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2247
1411
  #, fuzzy, php-format
1412
  msgid "You can Add or Delete booking resources at the top of this %spage%s"
1413
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
1414
 
1415
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1416
  msgid "Su"
1417
  msgstr "Вс"
1418
 
1419
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1420
  msgid "Mo"
1421
  msgstr "Пн"
1422
 
1423
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1424
  msgid "Tu"
1425
  msgstr "Вт"
1426
 
1427
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1428
  msgid "We"
1429
  msgstr "Ср"
1430
 
1431
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1432
  msgid "Th"
1433
  msgstr "Чт"
1434
 
1435
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1436
  msgid "Fr"
1437
  msgstr "Пт"
1438
 
1439
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1440
  msgid "Sa"
1441
  msgstr "Сб"
1442
 
1443
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1444
  msgid "Jan"
1445
  msgstr "Янв"
1446
 
1447
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1448
  msgid "Feb"
1449
  msgstr "Фев"
1450
 
1451
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1452
  msgid "Mar"
1453
  msgstr "Сакавік"
1454
 
1455
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1456
  msgid "Apr"
1457
  msgstr "Апр"
1458
 
1459
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1460
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2617
1461
  msgid "May"
1462
  msgstr "Травень"
1463
 
1464
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1465
  msgid "Jun"
1466
  msgstr "Чэрвень"
1467
 
1468
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1469
  msgid "Jul"
1470
  msgstr "Ліпень"
1471
 
1472
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1473
  msgid "Aug"
1474
  msgstr "Авг"
1475
 
1476
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1477
  msgid "Sep"
1478
  msgstr "Сен"
1479
 
1480
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1481
  msgid "Oct"
1482
  msgstr "Окт"
1483
 
1484
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1485
  msgid "Nov"
1486
  msgstr "Ныючы"
1487
 
1488
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1489
  msgid "Dec"
1490
  msgstr "Дэк"
1491
 
1492
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1493
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2492
1494
  msgid "time"
1495
  msgstr "час"
1496
 
1497
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2288
1498
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2308
1499
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2329
1500
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2346
1501
  msgid "No days"
1502
  msgstr "Няма дзён"
1503
 
1504
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2290
1505
  msgid "Every"
1506
  msgstr "Кожны "
1507
 
1508
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2331
1509
  msgid "of"
1510
  msgstr "з "
1511
 
1512
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2375
1513
  msgid "Filter deleted successfully"
1514
  msgstr "Фільтр выдалены паспяхова"
1515
 
1516
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2444
1517
  msgid "Filter saved"
1518
  msgstr "Фільтр захаваны"
1519
 
1520
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2470
1521
  msgid "Date filter"
1522
  msgstr "Фільтр Дат"
1523
 
1524
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2479
1525
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2698
1526
  msgid "Add new filter"
1527
  msgstr "Дадаць новы фільтр "
1528
 
1529
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2484
1530
  msgid "Name of filter"
1531
  msgstr "Імя фільтра "
1532
 
1533
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2486
1534
  #, php-format
1535
  msgid "Type your %sfilter name%s "
1536
  msgstr "Увядзіце %sназвание фільтра%s"
1537
 
1538
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2490
1539
  msgid "Time or days filter"
1540
  msgstr "Фільтр для часу ці дзён"
1541
 
1542
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2502
1543
  msgid "Days of week"
1544
  msgstr "Дні тыдня "
1545
 
1546
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2506
1547
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3109
1548
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3164
1549
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3386
1550
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3411
1551
  msgid "Sunday"
1552
  msgstr "Нядзеля"
1553
 
1554
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2508
1555
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3110
1556
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3165
1557
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3387
1558
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3412
1559
  msgid "Monday"
1560
  msgstr "Панядзелак"
1561
 
1562
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2510
1563
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3111
1564
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3166
1565
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3388
1566
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3413
1567
  #, fuzzy
1568
  msgid "Tuesday"
1569
  msgstr "Аўторак"
1570
 
1571
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2512
1572
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3112
1573
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3167
1574
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3389
1575
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3414
1576
  msgid "Wednesday"
1577
  msgstr "Асяроддзе"
1578
 
1579
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2514
1580
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3113
1581
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3168
1582
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3390
1583
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3415
1584
  msgid "Thursday"
1585
  msgstr "Чацвер"
1586
 
1587
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2516
1588
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3114
1589
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3169
1590
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3391
1591
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3416
1592
  msgid "Friday"
1593
  msgstr "Пятніца"
1594
 
1595
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2518
1596
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3115
1597
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3170
1598
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3392
1599
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3417
1600
  msgid "Saturday"
1601
  msgstr "Субота"
1602
 
1603
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2526
1604
  msgid "Days of month"
1605
  msgstr "Дні месяца"
1606
 
1607
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2604
1608
  #, fuzzy
1609
  msgid "Months"
1610
  msgstr "Месяцы"
1611
 
1612
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2609
1613
  msgid "January"
1614
  msgstr "Студзень"
1615
 
1616
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2611
1617
  msgid "February"
1618
  msgstr "Люты"
1619
 
1620
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2613
1621
  msgid "March"
1622
  msgstr "Сакавік"
1623
 
1624
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2615
1625
  msgid "April"
1626
  msgstr "Красавік"
1627
 
1628
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2619
1629
  msgid "June"
1630
  msgstr "Чэрвень"
1631
 
1632
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2623
1633
  msgid "July"
1634
  msgstr "Ліпень"
1635
 
1636
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2625
1637
  msgid "August"
1638
  msgstr "Жнівень"
1639
 
1640
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2627
1641
  msgid "September"
1642
  msgstr "Верасень"
1643
 
1644
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2629
1645
  msgid "October"
1646
  msgstr "Кастрычнік"
1647
 
1648
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2631
1649
  msgid "November"
1650
  msgstr "Лістапад"
1651
 
1652
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2633
1653
  msgid "December"
1654
  msgstr "Снежань"
1655
 
1656
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2642
1657
  msgid "Years"
1658
  msgstr "Гады"
1659
 
1660
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2685
1661
  #, php-format
1662
  msgid "Type your %sstart time%s "
1663
  msgstr "Увядзіце %sначальное час%s"
1664
 
1665
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2691
1666
  #, php-format
1667
  msgid "Type your %send time%s "
1668
  msgstr "Увядзіце %sаремя канчаткі%s"
1669
 
1670
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2698
1671
  msgid "Save changes"
1672
  msgstr "Захаваць змены "
1673
 
1674
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2729
1675
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:727
1676
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1032
 
1677
  msgid "Edit"
1678
  msgstr "рэдагаваць "
1679
 
1680
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2731
1681
  msgid "Do you really want to delete?"
1682
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
1683
 
1684
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2765
1685
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2809
1686
- msgid "Showing cost at tooltip"
1687
  msgstr "Паказаць кошт у якая сплывае падказцы"
1688
 
1689
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2771
1690
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2815
1691
  #, fuzzy
1692
  msgid " Check this checkbox if you want to show daily cost at the tooltip, when mouse over it."
1693
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1694
 
1695
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2778
1696
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2822
1697
  msgid "Cost description"
1698
  msgstr "Апісанне плацяжоў "
1699
 
1700
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2780
1701
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2824
1702
  #, php-format
1703
  msgid "Type your %scost%s description"
1704
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
1705
 
1706
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2925
1707
- msgid "Advanced cost management"
 
1708
  msgstr "Пашыраная налада коштаў"
1709
 
1710
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2968
1711
  #, php-format
1712
  msgid "Advanced cost customization is requre select boxes from %sform fields customization page%s (%s - shortcode). Fields are show automatically here, if exist at the form."
1713
  msgstr ""
1714
 
1715
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2980
1716
  msgid "Form"
1717
  msgstr "Форма"
1718
 
1719
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3026
1720
  msgid "Aditional cost for"
1721
  msgstr "Дадатковы кошт для "
1722
 
1723
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3067
1724
  #, fuzzy, php-format
1725
  msgid "Enter cost (%s) directly in format %s or %s for the whole booking in format %s or fixed amount per each selected day in format %s For example: %s or %s or %s"
1726
  msgstr "Вы можаце ўвесці кошт у %s у фармаце %s ці %s ад усяго кошту забронированого ў фармаце %s Напрыклад: %s ці %s"
1727
 
1728
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3083
1729
  #, php-format
1730
  msgid " Check this checkbox, if you want that costs, which setup here as % for some options is apply also to the costs, which is setup as a fixed values for some options."
1731
  msgstr ""
1732
 
1733
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3110
1734
- msgid "Cost: "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1735
  msgstr "Кошт:"
1736
 
1737
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:323
1738
- msgid "Start Time is invalid, probably by requesting time(s) already booked, or already in the past!"
1739
- msgstr "Час пачатку некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
 
 
 
1740
 
1741
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:324
1742
- msgid "End Time is invalid, probably by requesting time(s) already booked, or already in the past, or less then start time if only 1 day selected.!"
1743
- msgstr "Час канчатка некоректно. Магчыма час для вылучаных дзён ужо зарэзервавана, ці час канчатка раней чым час пачатку бранявання для 1-го вылучанага дня."
1744
 
1745
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:325
1746
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:326
1747
- msgid "Probably by requesting time(s) already booked, or already in the past!"
1748
- msgstr "Час некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
 
 
 
 
1749
 
1750
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:461
1751
  #, fuzzy
1752
- msgid "Costs"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1753
  msgstr "Кошт"
1754
 
1755
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:479
1756
  #, fuzzy
1757
- msgid "Send payment request to visitor"
1758
- msgstr "налада емейла"
1759
 
1760
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:483
1761
  #, fuzzy
1762
- msgid "Save cost"
1763
- msgstr "Захаваць кошты"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1764
 
1765
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:520
 
 
 
 
 
1766
  #, fuzzy
1767
  msgid "Cost saved successfuly"
1768
  msgstr "Абноўлена паспяхова"
1769
 
1770
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:527
1771
  msgid "Cost is not correct. It have to be more then 0"
1772
  msgstr ""
1773
 
1774
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:544
1775
  msgid "Send payment request to customer"
1776
  msgstr ""
1777
 
1778
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:545
1779
  #, fuzzy, php-format
1780
  msgid "Type your %sreason of payment%s request"
1781
  msgstr "Увядзіце %sаремя канчаткі%s"
1782
 
1783
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:728
 
 
 
 
 
 
 
 
 
 
 
1784
  msgid "Request is sent"
1785
  msgstr ""
1786
 
1787
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:734
1788
  msgid "Request is failed"
1789
  msgstr ""
1790
 
1791
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:776
1792
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:781
 
 
 
 
 
 
 
 
1793
  msgid "Email to \"Person\" with payment request"
1794
  msgstr ""
1795
 
1796
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:782
1797
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2816
1798
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2876
1799
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2927
1800
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2980
1801
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3032
1802
  msgid "Active"
1803
  msgstr "Актыўна"
1804
 
1805
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:783
1806
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2928
1807
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2981
1808
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3033
1809
  msgid "Send copy of this email to Admin"
1810
  msgstr ""
1811
 
1812
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:789
1813
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2829
1814
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2882
1815
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2934
1816
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2987
1817
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3039
1818
  #, fuzzy, php-format
1819
  msgid "Type default %sadmin email%s from where this email is sending"
1820
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
1821
 
1822
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:794
1823
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2834
1824
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2887
1825
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2939
1826
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2992
1827
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3044
1828
  msgid "Subject"
1829
  msgstr "Тэма ліста"
1830
 
1831
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:796
1832
  #, fuzzy, php-format
1833
  msgid "Type email subject for %spayment request%s. You can use these %s shortcodes."
1834
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
1835
 
1836
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:802
1837
  #, fuzzy, php-format
1838
  msgid "Type your %semail message for payment request%s"
1839
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
1840
 
1841
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:805
1842
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2845
1843
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2898
1844
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2950
1845
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3003
1846
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3055
1847
  msgid "Use this shortcodes: "
1848
  msgstr "Выкарыстоўвайце гэтыя пазнакі:"
1849
 
1850
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:806
1851
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2846
1852
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2899
1853
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2951
1854
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3004
1855
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3056
1856
  #, fuzzy, php-format
1857
- msgid "%s - inserting ID of reservation "
1858
- msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
1859
 
1860
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:807
1861
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2847
1862
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2900
1863
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2952
1864
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3005
1865
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3057
1866
  #, php-format
1867
  msgid "%s - inserting name of person, who made booking (field %s requred at form for this bookmark), "
1868
  msgstr "%s - уставіць імя наведвальніка, які зрабіў браняванне (поле %s требуеться ў форме для гэтай пазнакі),"
1869
 
1870
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:808
1871
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2848
1872
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2901
1873
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2953
1874
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3006
1875
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3058
1876
  #, php-format
1877
  msgid "%s - inserting dates of booking, "
1878
  msgstr "%s - уставіць даты бранявання"
1879
 
1880
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:809
1881
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2849
1882
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2902
1883
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2954
1884
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3007
1885
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3059
1886
  #, fuzzy, php-format
1887
- msgid "%s - inserting check in date (first day of reservation), "
1888
  msgstr "%s - уставіць даты бранявання"
1889
 
1890
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:810
1891
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2850
1892
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2903
1893
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2955
1894
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3008
1895
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3060
1896
  #, fuzzy, php-format
1897
- msgid "%s - inserting check out date (last day of reservation), "
1898
  msgstr "%s - уставіць даты бранявання"
1899
 
1900
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:811
1901
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2851
1902
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2904
1903
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2956
1904
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3009
1905
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3061
1906
  #, php-format
1907
  msgid "%s - inserting type of booking resource, "
1908
  msgstr "%s - уставіць тып бранявання"
1909
 
1910
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:812
1911
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3010
1912
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3062
1913
  #, php-format
1914
  msgid "%s - inserting detail person info"
1915
  msgstr "%s - уставіць дэталёвую інфармацыю пра наведвальніка"
1916
 
1917
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:813
1918
  #, fuzzy, php-format
1919
  msgid "%s - inserting cost of payment"
1920
  msgstr "%s - уставіць даты бранявання"
1921
 
1922
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:814
1923
  #, fuzzy, php-format
1924
  msgid "%s - inserting reason of payment, you can enter it before sending email"
1925
  msgstr "%s - уставіць чыннік адмовы"
1926
 
1927
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:815
1928
  #, php-format
1929
  msgid "%s - inserting link to payment page for visitor at client side of site, "
1930
  msgstr ""
1931
 
1932
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:816
1933
  #, fuzzy, php-format
1934
  msgid "%s - inserting link of booking editing by visitor at client side of site, "
1935
  msgstr "%s - уставіць тып бранявання"
1936
 
1937
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:817
1938
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2855
1939
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2907
1940
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2959
1941
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3064
1942
  #, php-format
1943
  msgid "%s - inserting link for booking cancellation by visitor at client side of site, "
1944
  msgstr ""
1945
 
1946
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:818
1947
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2857
1948
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2909
1949
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2961
1950
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3013
1951
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3066
1952
  #, php-format
1953
  msgid "%s - inserting new line"
1954
  msgstr "%s - дадаць новы радок"
1955
 
1956
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:819
1957
  #, fuzzy, php-format
1958
- msgid "You need to make payment %s for reservation %s at %s. %s You can make payment at this page: %s Thank you, Reservation service."
1959
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за карыстанне сэрвісам бранявання.\""
1960
 
1961
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1058
1962
  #, fuzzy
1963
  msgid "deposit"
1964
  msgstr "фіксаваны ўнёсак"
1965
 
1966
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1059
1967
  #, fuzzy
1968
  msgid "Total cost"
1969
  msgstr "Фінальны кошт"
1970
 
1971
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1060
1972
  #, fuzzy
1973
  msgid "balance"
1974
  msgstr "Адмена"
1975
 
1976
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1190
1977
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1469
1978
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1638
1979
- #, fuzzy
1980
- msgid "Deposit"
1981
- msgstr "фіксаваны ўнёсак"
1982
-
1983
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1191
1984
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1470
1985
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1639
1986
- msgid "Cost"
1987
- msgstr "Кошт"
1988
-
1989
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1275
1990
- msgid "Make payments with payPal - its fast, free and secure!"
1991
- msgstr "Зрабіце аплату пры дапамозе Paypal - гэта хутка і бяспечна."
1992
 
1993
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1484
1994
  #, fuzzy
1995
- msgid "Pay now"
1996
- msgstr "Купіць цяпер"
1997
 
1998
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1485
1999
  #, php-format
2000
- msgid "Pay using %s payment service"
2001
- msgstr ""
2002
-
2003
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1668
2004
- msgid "Proceed with iPay88 Payment"
2005
  msgstr ""
2006
 
2007
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1686
2008
- msgid "Auto fill form"
2009
  msgstr ""
2010
 
2011
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1789
 
2012
  #, fuzzy
2013
- msgid "Cost of each booking resource"
2014
- msgstr "Кошты бранявання"
2015
 
2016
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1815
 
2017
  #, fuzzy
2018
- msgid "fixed summ"
2019
- msgstr "фіксаваны ўнёсак"
2020
 
2021
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1821
 
2022
  #, fuzzy
2023
- msgid "of each booking resource. Enter only digits."
2024
- msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
2025
 
2026
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1828
2027
- #, fuzzy, php-format
2028
- msgid " Check this checkbox if you want that %stime selection%s at booking form is %sapply to cost calculation%s."
2029
- msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2030
 
2031
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1834
2032
- msgid "Save costs"
2033
- msgstr "Захаваць кошты"
 
 
 
 
2034
 
2035
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1883
 
2036
  #, fuzzy
2037
- msgid "Sage payment customization"
2038
- msgstr "налада емейла"
2039
 
2040
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1885
2041
  #, php-format
2042
- msgid "If you have no account for this system, please visit %s to create one. Simulator account emulates the Sage Pay account as well as a Test and Live account."
2043
  msgstr ""
2044
 
2045
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1890
2046
- msgid "Sage payment active"
2047
- msgstr ""
 
 
 
 
 
 
 
 
 
2048
 
2049
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1894
2050
  #, fuzzy
2051
- msgid " Check this checkbox for using Sage payment."
2052
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2053
 
2054
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1900
2055
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2291
2056
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2597
2057
- msgid "Payment description"
2058
- msgstr "Апісанне плацяжоў"
2059
 
2060
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1901
2061
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2292
2062
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2598
2063
- msgid "Enter the service name or the reason for the payment here."
2064
- msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2065
 
2066
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1911
2067
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2303
2068
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2609
2069
- msgid " Use these shortcodes for customization: "
2070
- msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
 
 
2071
 
2072
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1912
2073
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2304
2074
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2610
2075
  #, php-format
2076
- msgid "%s[bookingname]%s - inserting name of booking resource, "
2077
- msgstr "%s[bookingname]%s - дадаць назву бранявання,"
2078
 
2079
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1913
2080
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2305
2081
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2611
2082
  #, php-format
2083
- msgid "%s[dates]%s - inserting list of reserved dates "
2084
- msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
2085
 
2086
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1914
2087
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2306
2088
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2612
2089
- #, fuzzy, php-format
2090
- msgid "%s[datescount]%s - inserting number of reserved dates "
2091
- msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
2092
 
2093
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1926
2094
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2318
2095
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2624
2096
- #, fuzzy
2097
- msgid "Show payment description"
2098
- msgstr "Апісанне плацяжоў"
2099
 
2100
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1927
2101
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2319
2102
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2625
2103
- #, fuzzy
2104
- msgid "at booking form nearly pay button"
2105
- msgstr "у форме бранявання"
2106
 
2107
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1931
2108
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2323
2109
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2629
2110
  #, fuzzy
2111
- msgid " Check this checkbox if you want to show payment description nearly pay button."
2112
- msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2113
-
2114
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1938
2115
- msgid "Choose live or test environment"
2116
- msgstr ""
2117
 
2118
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1942
2119
- msgid "SIMULATOR"
2120
  msgstr ""
2121
 
2122
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1943
2123
- msgid "TEST"
2124
  msgstr ""
2125
 
2126
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1944
2127
- msgid "LIVE"
2128
- msgstr ""
 
2129
 
2130
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1946
2131
- msgid "Select SIMULATOR for the Simulator expert system, TEST for the Test Server and LIVE in the live environment"
2132
- msgstr ""
 
2133
 
2134
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1952
2135
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2638
2136
- msgid "Return URL after Successful order"
2137
  msgstr ""
2138
 
2139
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1956
2140
- #, fuzzy
2141
- msgid "Enter a return relative Successful URL. Sage will redirect visitors to this page after Successful Payment"
2142
- msgstr "Увядзіце спасылку (старонка падзякі) для вяртання з Paypal-а, наведвальнікі аўтаматычна перанакіроўвацца на яе пасля ажыццяўлення плацяжу."
2143
 
2144
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1957
2145
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1968
2146
- msgid "Please test this URL. Its have to be valid"
2147
- msgstr ""
2148
 
2149
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1963
2150
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2649
2151
  #, fuzzy
2152
- msgid "Return URL after Failed order"
2153
- msgstr "Спасылка для вяртання з Paypal-а"
2154
 
2155
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1967
2156
  #, fuzzy
2157
- msgid "Enter a return relative Failed URL. Sage will redirect visitors to this page after Failed Payment"
2158
- msgstr "Увядзіце спасылку (старонка падзякі) для вяртання з Paypal-а, наведвальнікі аўтаматычна перанакіроўвацца на яе пасля ажыццяўлення плацяжу."
2159
 
2160
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1975
2161
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2379
2162
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2660
2163
- #, fuzzy
2164
- msgid "Auto approve/cancel of booking"
2165
- msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2166
 
2167
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1979
2168
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2383
2169
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2664
2170
- msgid " Check this checkbox and booking will be automaticaly approve or cancel, when visitor make successfully payment or when visitor make a payment cancellation. Warning this wont work if visitor leave the payment page"
2171
- msgstr ""
2172
-
2173
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1988
2174
- #, fuzzy
2175
- msgid "Vendor Name"
2176
- msgstr "Прозвішча"
2177
 
2178
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1992
2179
- msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
2180
- msgstr ""
2181
 
2182
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1998
2183
- msgid "XOR Encryption password"
2184
  msgstr ""
2185
 
2186
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2002
2187
- msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
2188
  msgstr ""
2189
 
2190
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2008
2191
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2254
2192
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2554
2193
- msgid "Choose Payment Currency"
2194
- msgstr "Абярыце валюту плацяжу"
2195
-
2196
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2012
2197
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2258
2198
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2559
2199
- msgid "U.S. Dollars"
2200
- msgstr "Даляры ЗША"
2201
-
2202
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2013
2203
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2259
2204
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2564
2205
- msgid "Euros"
2206
- msgstr "Еўра"
2207
 
2208
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2014
2209
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2565
2210
- msgid "Pounds Sterling"
2211
- msgstr "Фунты Стэрлінгаў"
2212
 
2213
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2015
2214
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2566
2215
- msgid "Yen"
2216
- msgstr "Ены"
2217
 
2218
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2016
2219
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2262
2220
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2567
2221
- msgid "Australian Dollars"
2222
- msgstr "Аўстралійскія даляры"
2223
 
2224
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2017
2225
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2263
2226
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2568
2227
- msgid "Canadian Dollars"
2228
- msgstr "Канадскія даляры"
2229
 
2230
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2018
2231
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2264
2232
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2569
2233
- msgid "New Zealand Dollar"
2234
- msgstr "Новазеландскія даляры"
2235
 
2236
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2019
2237
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2265
2238
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2570
2239
- msgid "Swiss Franc"
2240
- msgstr "Швейцарскія франкі"
2241
 
2242
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2020
2243
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2266
2244
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2571
2245
- msgid "Hong Kong Dollar"
2246
- msgstr "Гонгконские даляры"
2247
 
2248
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2021
2249
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2267
2250
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2572
2251
- msgid "Singapore Dollar"
2252
- msgstr "Сінгапурскія даляры"
2253
 
2254
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2022
2255
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2268
2256
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2573
2257
- msgid "Swedish Krona"
2258
- msgstr "Швецкая крона"
2259
 
2260
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2023
2261
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2269
2262
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2574
2263
- msgid "Danish Krone"
2264
- msgstr "Дацкая крона"
2265
 
2266
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2024
2267
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2270
2268
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2575
2269
- msgid "Polish Zloty"
2270
- msgstr "Польскі злоты"
2271
 
2272
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2025
2273
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2271
2274
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2576
2275
- msgid "Norwegian Krone"
2276
- msgstr "Нарвежская крона"
2277
 
2278
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2026
2279
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2272
2280
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2577
2281
- msgid "Hungarian Forint"
2282
- msgstr "Вугорскі форынт"
2283
 
2284
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2027
2285
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2273
2286
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2578
2287
- msgid "Czech Koruna"
2288
- msgstr "Чэшская крона"
2289
 
2290
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2028
2291
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2579
2292
- msgid "Israeli Shekel"
2293
- msgstr "Ізраільскі шекель"
2294
 
2295
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2029
2296
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2275
2297
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2580
2298
- msgid "Mexican Peso"
2299
- msgstr "Мексіканскі пессо."
2300
 
2301
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2030
2302
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2276
2303
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2581
2304
- msgid "Brazilian Real (only for Brazilian users)"
2305
- msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
2306
 
2307
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2031
2308
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2277
2309
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2582
2310
- msgid "Malaysian Ringgits (only for Malaysian users)"
2311
- msgstr "Малайзійскі ринггит (толькі для карыстачоў Малайзіі)"
2312
 
2313
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2032
2314
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2278
2315
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2583
2316
- msgid "Philippine Pesos"
2317
- msgstr "Филипинский пессо"
2318
 
2319
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2033
2320
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2279
2321
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2584
2322
- msgid "Taiwan New Dollars"
2323
- msgstr "Тайванский новы даляр"
2324
 
2325
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2034
2326
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2280
2327
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2585
2328
- msgid "Thai Baht"
2329
- msgstr "Тайландскі бат"
2330
 
2331
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2036
2332
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2283
2333
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2587
2334
- msgid "This is the currency for your visitors to make Payments"
2335
- msgstr "Гэта валюта для Вашых наведвальнікаў для ажыццяўлення плацяжоў"
2336
 
2337
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2042
2338
- msgid "Transaction type"
 
2339
  msgstr ""
2340
 
2341
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2046
2342
- msgid "PAYMENT"
2343
  msgstr ""
2344
 
2345
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2047
2346
- msgid "DEFERRED"
2347
- msgstr ""
 
2348
 
2349
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2048
2350
- msgid "AUTHENTICATE"
2351
- msgstr ""
 
 
2352
 
2353
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2050
2354
- msgid "This can be DEFERRED or AUTHENTICATE if your Sage Pay account supports those payment types"
2355
  msgstr ""
2356
 
2357
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2056
2358
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
2359
- #, php-format
2360
- msgid "Please %s configure %s fields inside the billing form%s, this is necessary for %s Payment System."
2361
- msgstr ""
2362
 
2363
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2056
2364
- msgid "all"
2365
- msgstr ""
 
2366
 
2367
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2180
2368
- msgid "PayPal customization"
2369
- msgstr "Налада Paypal"
 
 
2370
 
2371
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2189
2372
- msgid "PayPal active"
2373
- msgstr "Актывацыя Paypal"
 
 
2374
 
2375
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2193
2376
- #, fuzzy
2377
- msgid " Check this checkbox to use PayPal."
2378
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2379
 
2380
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2199
 
 
 
 
 
 
2381
  #, fuzzy
2382
- msgid "Chose payment mode"
2383
- msgstr "Абярыце валюту плацяжу"
2384
 
2385
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2203
2386
  #, fuzzy
2387
- msgid "Live"
2388
- msgstr "Анлайн дэма "
2389
 
2390
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2204
2391
- msgid "Sandbox"
2392
  msgstr ""
2393
 
2394
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2206
2395
  #, fuzzy
2396
- msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
2397
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2398
 
2399
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2214
2400
- msgid "Payment Pro Hosted Solution active"
2401
- msgstr ""
 
 
 
 
2402
 
2403
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2220
2404
  #, fuzzy
2405
- msgid " Check this checkbox to activate Payment Pro Hosted Solution."
2406
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2407
 
2408
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2226
2409
- msgid "Secure Merchant ID"
2410
- msgstr ""
 
 
2411
 
2412
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2231
2413
- msgid "This is the Secure Merchant ID, which can be found on the profile page"
2414
  msgstr ""
2415
 
2416
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2242
2417
- msgid "Paypal Email address to receive payments"
2418
- msgstr "Электронная пошта Paypal для атрымання плацяжоў"
 
2419
 
2420
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2247
2421
- msgid "This is the Paypal Email address where the payments will go"
2422
- msgstr "Электронная пошта экаунта Paypal, куды будуць ісці плацяжы."
2423
 
2424
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2260
2425
- msgid "British Pound"
2426
  msgstr ""
2427
 
2428
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2261
2429
- msgid "Japanese Yen"
2430
  msgstr ""
2431
 
2432
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2274
2433
  #, fuzzy
2434
- msgid "Israeli New Shekel"
2435
- msgstr "Ізраільскі шекель"
2436
 
2437
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2281
2438
- msgid "Turkish Lira (only for Turkish members)"
2439
- msgstr ""
 
 
 
 
 
 
2440
 
2441
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2330
2442
- msgid "Show Reference Text Box"
2443
- msgstr "Паказаць даведкавае поле для ўводу"
 
 
2444
 
2445
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2335
2446
  #, fuzzy
2447
- msgid " Check this to let the visitors enter more info like email or web url."
2448
- msgstr "Вылучыце, калі жадаеце што б Вашы наведвальнікі маглі ўводзіць дапаможныя тэкст, у выглядзе электроннай пошты ці вэб сайта і да т.п."
2449
 
2450
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2341
2451
- msgid "Reference Text Box Title"
2452
- msgstr "Дапаможнае тэкставае поле"
 
2453
 
2454
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2345
2455
- msgid "Enter a title for the Reference text box (i.e. Your emeil). The visitors will see this text"
2456
- msgstr "Увядзіце загаловак для дапаможнага поля (напрыклад: Электронная пошта). Наведвальнікі ўбачаць гэты тэкст"
 
2457
 
2458
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2351
2459
- msgid "Return URL from PayPal"
2460
- msgstr "Спасылка для вяртання з Paypal-а"
 
 
2461
 
2462
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2355
2463
- msgid "The URL to which the payers browser is redirected after completing the payment; for example, a URL on your site that displays a {Thank you for your payment page}."
2464
- msgstr ""
 
2465
 
2466
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2356
2467
- #, php-format
2468
- msgid ""
2469
- "For using this feature you %smust have activated auto return link%s at your Paypal account.\n"
2470
- "Follow these steps to configure it:%s\n"
2471
- "1. Log in to your PayPal account.%s\n"
2472
- "2. Click the Profile subtab.%s\n"
2473
- "3. Click Website Payment Preferences in the Seller Preferences column.%s\n"
2474
- "4. Under Auto Return for Website Payments, click the On radio button.%s\n"
2475
- "5. For the Return URL, enter the YOUR URL for your site for successfull payment. "
2476
  msgstr ""
2477
 
2478
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2368
2479
  #, fuzzy
2480
- msgid "Cancel Return URL from PayPal"
2481
- msgstr "Спасылка для вяртання з Paypal-а"
2482
 
2483
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2372
2484
- msgid "A URL to which the payers browser is redirected if payment is cancelled, for example, a URL on your website that displays a {Payment Canceled} page."
2485
  msgstr ""
2486
 
2487
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2393
2488
- msgid "Button types"
2489
- msgstr "Выгляды кнопкі"
2490
-
2491
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2408
2492
- #, fuzzy
2493
- msgid "Select submit button type"
2494
- msgstr "Абярыце тып якая пацвярджае кнопкі"
2495
 
2496
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2492
2497
  #, fuzzy
2498
- msgid "iPay88 customization"
2499
- msgstr "Налада Paypal"
2500
 
2501
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2501
2502
- #, fuzzy
2503
- msgid "iPay88 active"
2504
- msgstr "Актывацыя Paypal"
 
 
 
2505
 
2506
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2505
 
2507
  #, fuzzy
2508
- msgid " Check this checkbox to use iPay88."
2509
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2510
 
2511
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2511
2512
- msgid "Merchant Code"
 
2513
  msgstr ""
2514
 
2515
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2517
2516
- msgid "Enter your iPay88 Merchant Code."
2517
  msgstr ""
2518
 
2519
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2523
2520
- msgid "Merchant Key"
2521
- msgstr ""
 
 
2522
 
2523
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2529
2524
- msgid "Enter your iPay88 Merchant Key."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2525
  msgstr ""
2526
 
2527
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2558
2528
- msgid "Malaysian Ringgit"
 
2529
  msgstr ""
2530
 
2531
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2560
2532
  #, fuzzy
2533
- msgid "Philippines Peso"
2534
- msgstr "Филипинский пессо"
2535
 
2536
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2642
2537
- msgid "Enter a return relative Successful URL."
 
2538
  msgstr ""
2539
 
2540
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2643
2541
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2654
2542
- msgid "Please test this URL. Its have to be valid."
2543
  msgstr ""
2544
 
2545
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2653
2546
- msgid "Enter a return relative Failed URL."
2547
  msgstr ""
2548
 
2549
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
2550
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2740
2551
- #, fuzzy
2552
- msgid "Customer Email"
2553
- msgstr "Наладжвальны"
2554
 
2555
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
2556
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2753
2557
  #, fuzzy
2558
- msgid "First Name(s)"
2559
- msgstr "Імя"
 
 
 
 
2560
 
2561
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
2562
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2766
2563
  #, fuzzy
2564
- msgid "Last name"
2565
- msgstr "Прозвішча"
2566
 
2567
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2717
2568
  #, fuzzy
2569
- msgid "Billing form fields customization"
2570
- msgstr "налада палёў"
2571
 
2572
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2729
2573
- #, php-format
2574
- msgid "Please set required billing fields, they will automatically %sassign to billing booking form%s"
2575
  msgstr ""
2576
 
2577
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2734
2578
- msgid "Please, select field from your booking form. This field will be automatically assign to current field in biilling form."
2579
  msgstr ""
2580
 
2581
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2800
2582
- msgid "Billing Address"
2583
  msgstr ""
2584
 
2585
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2813
2586
- msgid "Billing City"
2587
  msgstr ""
2588
 
2589
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2826
2590
- msgid "Post Code"
 
 
 
 
2591
  msgstr ""
2592
 
2593
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2839
2594
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3391
2595
  #, fuzzy
2596
- msgid "Country"
2597
- msgstr "Лік дзён"
2598
 
2599
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2853
2600
- #, php-format
2601
- msgid "These %sfields confuguration is obligatory, for Sage payment%s system!"
2602
- msgstr ""
2603
 
2604
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2891
2605
  #, fuzzy
2606
- msgid "Auto cancel pending not paid bookings"
2607
- msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2608
 
2609
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2898
2610
  #, fuzzy
2611
- msgid "Auto cancel bookings"
2612
- msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2613
 
2614
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2906
2615
- #, php-format
2616
- msgid " Check this checkbox to %sactivate%s cancel pending not paid bookings."
 
 
 
 
 
 
 
 
 
 
2617
  msgstr ""
2618
 
2619
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2912
2620
  #, fuzzy
2621
- msgid "Cancel bookings older"
2622
- msgstr "у форме бранявання"
2623
 
2624
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2917
2625
  #, fuzzy
2626
- msgid "hour"
2627
- msgstr "Аўтар"
2628
 
2629
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2920
2630
  #, fuzzy
2631
- msgid "hours"
2632
- msgstr "Чацвер"
2633
 
2634
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2930
2635
- msgid " Cancel only pending, not paid bookings, which is older then at this selection."
2636
- msgstr ""
 
2637
 
2638
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2938
2639
  #, fuzzy
2640
- msgid "Is send cancellation email"
2641
- msgstr "Чыннік адмовы"
2642
 
2643
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2942
2644
- #, php-format
2645
- msgid " Check this checkbox to %ssend%s cancellation email for this process."
 
 
 
 
2646
  msgstr ""
2647
 
2648
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2947
2649
  #, fuzzy
2650
- msgid "Description of cancellation"
2651
- msgstr "Чыннік адмовы"
2652
 
2653
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2949
2654
  #, php-format
2655
- msgid "Type description of %scancellation%s for email template."
2656
  msgstr ""
2657
 
2658
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3001
2659
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3320
2660
- msgid "Time Format"
2661
- msgstr "Фармат даты"
2662
-
2663
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3016
2664
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3335
2665
- msgid "Custom"
2666
- msgstr "Наладжвальны"
2667
 
2668
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3024
2669
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3343
2670
  #, fuzzy, php-format
2671
- msgid "Type your time format for showing in emails and booking table. %sDocumentation on time formatting.%s"
2672
- msgstr "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s Дакументацыя па фармаце для дат%s "
2673
-
2674
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3074
2675
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3352
2676
- msgid "Range selection"
2677
- msgstr "Выбар дыяпазону"
2678
 
2679
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3081
2680
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3358
2681
  #, fuzzy
2682
- msgid " Check this if you want to use selection range in calendar. For example: select a week or only five days for booking."
2683
- msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць вылучэнне фиксированым дыяпазонам дат. Напрыклад вылучэнне тыдня ці толькі ў колькасці 5 дзён для бранявання."
2684
-
2685
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3092
2686
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3369
2687
- msgid "Selection of FIXED number of days by ONE mouse click"
2688
- msgstr "Вылучэнне фиксированого колькасці дзён 1-ім клікам мышкі"
2689
-
2690
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3093
2691
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3370
2692
- msgid "Selection of DYNAMIC number of days by TWO mouse click"
2693
- msgstr "Вылучэнне дынамічнай колькасці дзён у 2 зграя мышкі"
2694
-
2695
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3099
2696
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3376
2697
- msgid "Count of days"
2698
- msgstr "Лік дзён"
2699
-
2700
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3099
2701
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3152
2702
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3376
2703
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3401
2704
- #, php-format
2705
- msgid "in %srange to select%s"
2706
- msgstr "у %sдиапазоне для вылучэння%s"
2707
 
2708
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3101
2709
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3378
2710
- #, php-format
2711
- msgid "Type your %snumber of days for range selection%s"
2712
- msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2713
 
2714
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3105
2715
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3160
2716
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3382
2717
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3407
2718
- msgid "Start day of range"
2719
- msgstr "Дзень пачатку дыяпазону"
2720
 
2721
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3108
2722
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3163
2723
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3385
2724
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3410
2725
- msgid "Any day of week"
2726
- msgstr "Любы дзень тыдня"
2727
 
2728
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3117
2729
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3172
2730
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3394
2731
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3419
2732
- msgid "Select your start day of range selection at week"
2733
- msgstr "Абярыце дзень тыдня, які будзе пачаткам вылучэння дыяпазону дат"
2734
 
2735
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3125
2736
  #, fuzzy
2737
- msgid "Days selection number"
2738
- msgstr "Выбар дыяпазону"
2739
 
2740
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3128
2741
- msgid "min"
2742
  msgstr ""
2743
 
2744
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3131
2745
- msgid "max"
2746
- msgstr ""
 
2747
 
2748
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3134
2749
- #, fuzzy, php-format
2750
- msgid "Type your %sminimum and maximum number of days for range selection%s"
2751
- msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2752
 
2753
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3140
2754
  #, fuzzy
2755
- msgid "Specific days selections"
2756
- msgstr "Вылучэнне некалькіх дзён"
2757
 
2758
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3144
2759
- #, php-format
2760
- msgid "Type your %sspecific%s days number, which can be selected by visitors or leave it empty. Its can be several days seperated by comma. Example: 5,7"
2761
  msgstr ""
2762
 
2763
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3150
2764
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3401
2765
- msgid "Minimum days count"
2766
- msgstr "Мінімальная колькасць дзён"
2767
-
2768
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3156
2769
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3403
2770
- #, php-format
2771
- msgid "Type your %sminimum number of days for range selection%s"
2772
- msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2773
 
2774
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3214
2775
  #, fuzzy
2776
- msgid "Use recurent time"
2777
- msgstr "Выкарыстоўваць фиксированое час"
2778
 
2779
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3214
 
 
 
 
 
 
 
2780
  #, fuzzy
2781
- msgid "for several days selection"
2782
- msgstr "Вылучэнне некалькіх дзён"
2783
 
2784
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3218
2785
- msgid " Check this if you want to use recurent time for reservation of several days. Its mean that middle days will be partially booked by actual times, otherwise time in booking form used as check in/out time for first and last time of reservation."
2786
  msgstr ""
2787
 
2788
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3224
2789
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3435
2790
- msgid "Use fixed time"
2791
- msgstr "Выкарыстоўваць фиксированое час"
2792
-
2793
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3224
2794
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3435
2795
- msgid "in range selections"
2796
- msgstr "у дыяпазоне выбару"
2797
 
2798
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3228
2799
- msgid "Warning"
2800
  msgstr ""
2801
 
2802
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3228
2803
- msgid "It will overwrite start time and end time from from customization."
2804
  msgstr ""
2805
 
2806
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3230
2807
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3441
2808
  #, fuzzy
2809
- msgid " Check this if you want to use a part of the day (not full day) at start and end day of selection range . It will overwrite start time and end time from from customization."
2810
- msgstr "Выбирете, калі Вы жадаеце выкарыстоўваць для бранявання частка дня ў першым і апошнім дне бранявання. Гэта опцыя перапіша starttime і endtime з формы налады палёў."
2811
-
2812
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3237
2813
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3448
2814
- #, php-format
2815
- msgid "%sstart booking time%s"
2816
- msgstr "%sвведите час пачатку бранявання%s"
2817
-
2818
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3239
2819
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3450
2820
- #, php-format
2821
- msgid "Type your %sstart%s time of booking for range selection"
2822
- msgstr "Увядзіце %sвремя%s браняванні для 1-го дня некалькіх дзён бранявання"
2823
-
2824
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3244
2825
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3455
2826
- #, php-format
2827
- msgid "%send booking time%s"
2828
- msgstr "%sвремя канчаткі бранявання%s"
2829
 
2830
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3246
2831
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3457
2832
- #, php-format
2833
- msgid "Type your %send%s time of booking for range selection"
2834
- msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2835
 
2836
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3467
2837
- msgid "Save Changes"
2838
- msgstr "Захаваць змены"
 
2839
 
2840
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3497
2841
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3514
2842
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3546
2843
- #, php-format
2844
- msgid "Payment for booking of the %s for days: %s"
2845
- msgstr "Аплата бранявання %s на наступныя дні:%s"
2846
 
2847
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3503
2848
- msgid "Enter your phone"
2849
- msgstr "Увядзіце ваш тэлефон"
 
 
 
2850
 
2851
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3556
2852
- msgid "This reservation is cancelled, because we do not receive payment and administrator do not approve it."
 
 
 
2853
  msgstr ""
2854
 
2855
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3575
2856
- msgid "You need to make payment for reservation"
2857
  msgstr ""
2858
 
2859
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3577
2860
- #, php-format
2861
- msgid "You need to make payment %s for reservation %s at %s. %s You can make payment at this page: %s Thank you, %s"
2862
  msgstr ""
2863
 
2864
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3681
2865
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3441
2866
- msgid "Appartment #3"
2867
- msgstr "Апартаменты №3"
2868
-
2869
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3842
2870
- msgid "Successful payment"
2871
- msgstr ""
2872
 
2873
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3844
2874
  #, fuzzy
2875
- msgid " Parameters pass in incorrect,"
2876
- msgstr "Ваш уведзены код няправільны"
2877
-
2878
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3845
2879
- msgid "Cannot found the record"
2880
- msgstr ""
2881
-
2882
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3846
2883
- msgid "Amount different"
2884
- msgstr ""
2885
 
2886
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3847
2887
  #, fuzzy
2888
- msgid "Payment fail"
2889
- msgstr "Аплата"
2890
-
2891
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3848
2892
- msgid "Payment status updated by Mobile88 Admin(Fail)"
2893
- msgstr ""
2894
-
2895
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3849
2896
- msgid "Requery connection Error"
2897
- msgstr ""
2898
 
2899
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:103
2900
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3506
2901
- msgid "New reservation"
2902
- msgstr "Новае браняванне"
 
2903
 
2904
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:105
2905
  #, fuzzy
2906
  msgid "Insertion of"
2907
  msgstr "Інфармацыя"
2908
 
2909
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:105
2910
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:119
2911
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:134
2912
- #, fuzzy
2913
- msgid "settings"
2914
- msgstr "Усталёўкі"
2915
-
2916
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:117
2917
  #, fuzzy
2918
- msgid "Modification of exist reservation"
2919
  msgstr "Новае браняванне"
2920
 
2921
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:119
2922
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:134
2923
  #, fuzzy
2924
  msgid "Inserttion of"
2925
  msgstr "налада емейла"
2926
 
2927
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:160
2928
  #, fuzzy
2929
  msgid "Agregate resources:"
2930
  msgstr "Кошт рэсурсу"
2931
 
2932
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:171
2933
  msgid "Set inside of calendar as unavailable dates, which are reserved at these booking resources also"
2934
  msgstr ""
2935
 
2936
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:180
2937
  #, php-format
2938
  msgid "This shortcode %s is using for a page, where visitors can make %smodification%s of own booking(s), %scancel%s own booking or make %spayment%s after admin email payment request"
2939
  msgstr ""
2940
 
2941
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:181
2942
  #, php-format
2943
  msgid "The content of field %sURL for bookings edit%s at %sgeneral booking settings page%s have to link to this page"
2944
  msgstr ""
2945
 
2946
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:182
2947
  #, php-format
2948
  msgid "Emails templates, which are use shortcodes: %s will be link to this page"
2949
  msgstr ""
2950
 
2951
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:189
2952
  #, php-format
2953
  msgid "This shortcode %s is using for search form"
2954
  msgstr ""
2955
 
2956
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:350
2957
  #, fuzzy
2958
  msgid "This booking resources is not exist"
2959
  msgstr "Тып бранявання"
2960
 
2961
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2962
  #, fuzzy
2963
  msgid "link"
2964
  msgstr "Спасылкі"
2965
 
2966
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:488
 
 
 
 
 
2967
  msgid "The booking is cancel by visitor."
2968
  msgstr ""
2969
 
2970
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:502
2971
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:513
2972
  msgid "Wrong booking hash in URL. Probably its expired."
2973
  msgstr ""
2974
 
2975
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:587
2976
  msgid "The booking is cancel successfully"
2977
  msgstr ""
2978
 
2979
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:726
2980
  #, fuzzy
2981
- msgid "Bulk Actions"
2982
- msgstr "Функцыі "
2983
 
2984
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:749
2985
  #, fuzzy
2986
- msgid "Add New Resource(s)"
2987
  msgstr "Дадаць новае браняванне"
2988
 
2989
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2990
  #, fuzzy
2991
  msgid "Add new resource(s)"
2992
  msgstr "Дадаць новае браняванне"
2993
 
2994
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:792
2995
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:843
2996
  #, fuzzy
2997
  msgid "Default booking resource"
2998
  msgstr "Тып бранявання"
2999
 
3000
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:825
3001
  msgid "Enter your order number for activation process."
3002
  msgstr ""
3003
 
3004
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:848
3005
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1068
3006
- #, fuzzy
3007
- msgid "All reservations"
3008
- msgstr "%sНовое браняванне%s"
3009
-
3010
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:849
3011
  #, fuzzy
3012
- msgid "All incomining reservations"
3013
- msgstr "%sНовое браняванне%s"
3014
-
3015
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:857
3016
- msgid "Select your default booking resource. Opening from this resource."
3017
- msgstr ""
3018
 
3019
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:872
3020
  msgid "URL for bookings edit"
3021
  msgstr ""
3022
 
3023
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:874
3024
  #, php-format
3025
  msgid "Type URL for bookings edit by %svisitors%s. You must use %s shortcode, at this page."
3026
  msgstr ""
3027
 
3028
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:892
3029
  #, fuzzy
3030
  msgid "Change hash after approvment of booking"
3031
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
3032
 
3033
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:896
3034
  msgid " Check this, if you want to change hash of booking after approvemnt. This will disable posibility for visitor to edit or cancel booking."
3035
  msgstr ""
3036
 
3037
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:907
3038
  #, php-format
3039
  msgid "%s - start new translation section, where %s - locale of translation"
3040
  msgstr ""
3041
 
3042
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:908
3043
  #, fuzzy, php-format
3044
  msgid "Example #1: %s - start French tranlation section"
3045
  msgstr "Прыклад: %s "
3046
 
3047
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:909
3048
  #, php-format
3049
  msgid "Example #2: \"%s\" - English and French translation of some message"
3050
  msgstr ""
3051
 
3052
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:920
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3053
  #, fuzzy
3054
  msgid "Incorrect date format"
3055
  msgstr "Некоректный фармат даты"
3056
 
3057
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1057
3058
  #, fuzzy
3059
  msgid "Booking resource selection:"
3060
  msgstr "Тып бранявання"
3061
 
3062
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1072
3063
  #, fuzzy
3064
- msgid "All incoming reservations"
3065
- msgstr "%sНовое браняванне%s"
3066
 
3067
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1077
3068
- msgid "Reservations, which was done today"
3069
  msgstr ""
3070
 
3071
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1082
3072
- msgid "Agenda of reservations for today"
3073
  msgstr ""
3074
 
3075
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1103
 
 
 
 
 
3076
  msgid "Add new booking resource"
3077
  msgstr "Дадаць новае браняванне"
3078
 
3079
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2182
3080
- #, fuzzy
3081
- msgid "Change"
3082
- msgstr "Змены "
3083
-
3084
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2338
3085
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2568
3086
  msgid "Updated successfully"
3087
  msgstr "Абноўлена паспяхова"
3088
 
3089
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2351
3090
  msgid "Warning! The resource was not chnaged. Actual dates are already booked there."
3091
  msgstr ""
3092
 
3093
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2810
3094
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2815
3095
  msgid "Email to \"Admin\" after booking at site"
3096
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
3097
 
3098
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2820
3099
  msgid "To"
3100
  msgstr "Каму"
3101
 
3102
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2822
3103
- #, php-format
3104
- msgid "Type default %sadmin email%s for checking reservations"
3105
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
3106
 
3107
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2836
3108
  #, fuzzy, php-format
3109
  msgid "Type your email subject for %schecking booking%s. You can use these %s shortcodes."
3110
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
3111
 
3112
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2842
3113
  #, fuzzy, php-format
3114
  msgid "Type your %semail message for checking booking%s in. "
3115
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
3116
 
3117
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2852
3118
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2905
3119
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2957
3120
  #, php-format
3121
  msgid "%s - inserting detail person info, "
3122
  msgstr "%s - дадаць падрабязную інфармацыю, пра твар якое зрабіла рэзерв,"
3123
 
3124
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2853
3125
  #, fuzzy, php-format
3126
  msgid "%s - inserting moderate link of new booking, "
3127
  msgstr "%s - уставіць даты бранявання"
3128
 
3129
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2854
3130
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2906
3131
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2958
3132
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3063
3133
  #, fuzzy, php-format
3134
  msgid "%s - inserting link to booking editable by vistor from his account, "
3135
  msgstr "%s - уставіць тып бранявання"
3136
 
3137
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2856
3138
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2908
3139
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2960
3140
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3012
3141
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3065
3142
  #, fuzzy, php-format
3143
  msgid "%s - inserting cost of this booking, "
3144
  msgstr "%s - уставіць даты бранявання"
3145
 
3146
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2858
3147
  #, fuzzy, php-format
3148
- msgid "For example: \"You need to approve a new reservation %s on the following dates: %s Person detailed information:%s You can edit this booking at: %s Thank you, Reservation service.\""
3149
  msgstr "На прыклад: \"Вы павінны пацвердзіць новую бронь %s на даты: %s Дэталёвая інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам бранявання.\""
3150
 
3151
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2869
3152
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2875
3153
  #, fuzzy
3154
- msgid "Email to \"Person\" after new reservation is done by this person"
3155
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
3156
 
3157
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2889
3158
  #, fuzzy, php-format
3159
- msgid "Type email subject for %svisitor after creation of a new reservation%s. Use these %s shortcodes."
3160
  msgstr "Увядзіце тэму ліста пры %sредактировании браняванні%s"
3161
 
3162
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2895
3163
  #, fuzzy, php-format
3164
- msgid "Type your %semail message for visitor after creation new reservation%s at site"
3165
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
3166
 
3167
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2910
3168
  #, fuzzy, php-format
3169
- msgid "For example: \"Your reservation %s at dates: %s is processing now! Please, wait for the confirmation email. %s You can edit this booking at this page: %s Thank you, Reservation service.\""
3170
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3171
 
3172
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2921
3173
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2926
3174
  msgid "Email to \"Person\" after approval of booking"
3175
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
3176
 
3177
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2941
3178
  #, fuzzy, php-format
3179
  msgid "Type your email subject for %sapproval of booking%s. You can use these %s shortcodes."
3180
  msgstr "Увядзіце тэму ліста для %sподтверждения браняванні%s"
3181
 
3182
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2947
3183
  #, php-format
3184
  msgid "Type your %semail message for approval booking%s at site"
3185
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
3186
 
3187
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2962
3188
  #, fuzzy, php-format
3189
- msgid "For example: \"Your reservation %s at dates: %s has been approved.%s You can edit this booking at this page: %s Thank you, Reservation service.\""
3190
  msgstr "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за карыстанне сэрвісам бранявання .\""
3191
 
3192
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2973
3193
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2979
3194
  msgid "Email to \"Person\" after deny of booking"
3195
  msgstr "Ліст наведвальніку пасля адмовы брані."
3196
 
3197
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2994
3198
  #, fuzzy, php-format
3199
  msgid "Type your email subject for %sdeny of booking%s. You can use these %s shortcodes."
3200
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
3201
 
3202
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3000
3203
  #, php-format
3204
  msgid "Type your %semail message for deny booking%s at site"
3205
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
3206
 
3207
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3011
3208
  #, php-format
3209
  msgid "%s - inserting reason of cancel booking"
3210
  msgstr "%s - уставіць чыннік адмовы"
3211
 
3212
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3014
3213
  #, fuzzy, php-format
3214
- msgid "For example: \"Your reservation %s at dates: %s has been canceled. %s Thank you, Reservation service.\""
3215
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3216
 
3217
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3025
3218
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3031
3219
  msgid "Email to \"Person\" after modification of booking"
3220
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
3221
 
3222
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3046
3223
  #, fuzzy, php-format
3224
  msgid "Type your email subject for %smodification of booking%s. You can use these %s shortcodes."
3225
  msgstr "Увядзіце тэму ліста пры %sредактировании браняванні%s"
3226
 
3227
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3052
3228
  #, php-format
3229
  msgid "Type your %semail message for modification booking%s at site"
3230
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
3231
 
3232
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3067
3233
  #, fuzzy, php-format
3234
- msgid "For example: \"The reservation %s at dates: %s has been edited. %s You can edit this booking at this page: %s Thank you, Reservation service.\""
3235
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3236
 
3237
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3152
3238
  msgid "Form fields"
3239
  msgstr "Палі формы"
3240
 
3241
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3172
3242
  #, fuzzy, php-format
3243
  msgid "%sGeneral shortcode rule for fields insertion%s"
3244
  msgstr "%sОсновные кіравала для фармавання пазнак для ўстаўкі палёў воода:%s"
3245
 
3246
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3174
3247
  msgid "Parameters: "
3248
  msgstr "Параметры:"
3249
 
3250
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3175
3251
  #, fuzzy, php-format
3252
  msgid "%s - this symbol means that this field is Required (can not be skipped)"
3253
  msgstr "%s - гэты знак азначае абавязковае поле (можа быць прапушчаны)"
3254
 
3255
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3176
3256
  #, fuzzy, php-format
3257
  msgid "%s - field name, must be unique (can not be skipped)"
3258
  msgstr "%s - назва поля, павінна быць унікальным (не можа быць прапушчана) "
3259
 
3260
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3177
3261
  #, fuzzy, php-format
3262
  msgid "%s - default value of field (can be skipped)"
3263
  msgstr "%s - значэнне поля па змаўчанні (можа быць прапушчана)"
3264
 
3265
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3180
3266
  #, php-format
3267
  msgid "%sUse these shortcode types for inserting fields into form:%s"
3268
  msgstr "%s Выкарыстоўвайце гэтыя пазнакі для дадання палёў у форму:%s "
3269
 
3270
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3181
3271
  #, php-format
3272
  msgid "%s - calendar"
3273
  msgstr "%s - каляндар"
3274
 
3275
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3182
3276
  #, php-format
3277
  msgid "%s - CAPTCHA"
3278
  msgstr "%s - CAPTCHA"
3279
 
3280
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3184
3281
  #, php-format
3282
  msgid "%s - text field. "
3283
  msgstr "%s - тэкставае поле"
3284
 
3285
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3185
3286
  #, php-format
3287
  msgid "Example: %sJohn%s"
3288
  msgstr "Прыклад: %s Іван%s "
3289
 
3290
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3187
3291
  #, php-format
3292
  msgid "%s - start time field. "
3293
  msgstr "%s - поле для ўводу часу старту бранявання."
3294
 
3295
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3188
3296
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3191
3297
  #, php-format
3298
  msgid "Example: %s. If you have already predefined times, you can also use this shortcode: %s"
3299
  msgstr "Прыклад: %s. Калі Вы жадаеце задаць строга пэўны час, Вы можаце выкарыстоўваць гэта: %s "
3300
 
3301
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3190
3302
  #, php-format
3303
  msgid "%s - end time field. "
3304
  msgstr "%s - поле для ўводу часу канчатка бранявання."
3305
 
3306
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3193
3307
  #, fuzzy, php-format
3308
  msgid "%s - start and end time field in one dropdown list "
3309
  msgstr "%s - поле для ўводу часу старту бранявання."
3310
 
3311
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3194
3312
  #, php-format
3313
  msgid "If you have already predefined times (start and end time), use this code: %s "
3314
  msgstr " Калі Вы жадаеце задаць строга пэўны час, Вы можаце выкарыстоўваць гэта: %s "
3315
 
3316
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3196
3317
  #, php-format
3318
  msgid "%s - duration time field. "
3319
  msgstr "%s - поле для ўводу працягласці часу бранявання."
3320
 
3321
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3197
3322
  #, php-format
3323
  msgid "If you set already start time, you can set duration of time using this shortcode: %s. You do not requre endtime."
3324
  msgstr "Калі Вы ўжо ўсталявалі пачатковы час, Вы можаце ўсталяваць працягласць для рэзерву выкарыстоўваючы гэты код: %s. Вы не павінны ўсталёўваць час канчатка ў дадзеным выпадку."
3325
 
3326
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3200
3327
  #, php-format
3328
  msgid "%s - additional time field (as an additional property). Do not apply to the dividing day into sections. "
3329
  msgstr "%s - дадатковае поле часу. Не ўплывае на дзяленне дня бранявання на часткі."
3330
 
3331
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3203
3332
  #, fuzzy, php-format
3333
  msgid "%s - email field, "
3334
  msgstr "%s - поле для воода еў. пошты"
3335
 
3336
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3206
3337
  #, php-format
3338
  msgid "%s - select field, "
3339
  msgstr "%s - поле з выпадальным спісам"
3340
 
3341
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3209
3342
  #, php-format
3343
  msgid "%s - checkbox field, "
3344
  msgstr "%s - поле з пазнакай"
3345
 
3346
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3210
3347
  #, fuzzy, php-format
3348
  msgid "Example #1: %s "
3349
  msgstr "Прыклад: %s "
3350
 
3351
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3211
3352
  #, php-format
3353
  msgid "Example #2: %s - checked by default"
3354
  msgstr ""
3355
 
3356
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3212
3357
  #, php-format
3358
  msgid "Example #3: %s - several values"
3359
  msgstr ""
3360
 
3361
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3214
3362
  #, php-format
3363
  msgid "%s - textarea field, "
3364
  msgstr "%s - тэкставае поле"
3365
 
3366
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3217
3367
  #, fuzzy, php-format
3368
  msgid "%s - countries list field, "
3369
  msgstr "%s - поле з выпадальным спісам"
3370
 
3371
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3218
3372
  #, fuzzy, php-format
3373
  msgid "Example #1: %s - default usage"
3374
  msgstr "Прыклад: %s "
3375
 
3376
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3219
3377
  #, php-format
3378
  msgid "Example #2: %s - country selected by default"
3379
  msgstr ""
3380
 
3381
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3221
3382
  #, php-format
3383
  msgid "%s - submit button, "
3384
  msgstr "%s - кнопка для адпраўкі"
3385
 
3386
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3222
3387
  #, php-format
3388
  msgid "Example: %sSend%s "
3389
  msgstr "Прыклад: %sОтправить%s "
3390
 
3391
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3224
3392
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3252
3393
  #, php-format
3394
  msgid "%s - inserting new line, "
3395
  msgstr "%s - дадаць новы радок"
3396
 
3397
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3230
3398
  msgid "Reset to default form"
3399
  msgstr "Абнавіць да значэння па змаўчанні"
3400
 
3401
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3232
3402
  #, fuzzy
3403
  msgid "Reset to default Payment form"
3404
  msgstr "Абнавіць да значэння па змаўчанні"
3405
 
3406
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3243
3407
  #, fuzzy, php-format
3408
- msgid "Form content data showing in emails (%s-shortcode) and inside approval and reservation tables in booking calendar page"
3409
  msgstr "Форма ўтрымання дадзеных паказана ў лістах(%s - пазнака) і ўсярэдзіне табліц пацверджання і браняванні на старонцы календара бранявання"
3410
 
3411
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3251
3412
- #, php-format
3413
- msgid "%s - inserting data from fields of booking form, "
3414
- msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3415
 
3416
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3258
3417
- msgid "Reset to default form content"
3418
- msgstr "Абнавіць да значэння па змаўчанні"
 
3419
 
3420
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3260
3421
  #, fuzzy
3422
- msgid "Reset to default Payment form content"
3423
- msgstr "Абнавіць да значэння па змаўчанні"
3424
 
3425
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3357
3426
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3369
3427
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3385
3428
- msgid "First Name"
3429
- msgstr "Імя"
3430
 
3431
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3358
3432
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3370
3433
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3386
3434
- msgid "Last Name"
3435
- msgstr "Прозвішча"
3436
 
3437
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3359
3438
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3371
3439
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3387
3440
- msgid "Email"
3441
- msgstr "Емейл"
3442
 
3443
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3388
3444
  #, fuzzy
3445
- msgid "Address"
3446
- msgstr "Дадаць"
3447
 
3448
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3389
3449
- msgid "City"
3450
  msgstr ""
3451
 
3452
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3390
3453
- msgid "Post code"
3454
  msgstr ""
3455
 
3456
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3508
3457
- #, fuzzy, php-format
3458
- msgid "Your reservation %s for: %s is processing now! Please, wait for the confirmation email. %sYou can edit this booking at this page: %s Thank you, %s"
3459
- msgstr "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за карыстанне сэрвісам бранявання.%s"
3460
-
3461
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3512
3462
  #, fuzzy
3463
- msgid "The reservation has been modificated"
3464
- msgstr "Ваша бронь была зменена"
3465
-
3466
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3514
3467
- #, fuzzy, php-format
3468
- msgid "The reservation %s for: %s has been edited. %sYou can edit this booking at this page: %s Thank you, %s"
3469
- msgstr "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за карыстанне сэрвісам бранявання.%s"
3470
 
3471
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3625
3472
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3650
3473
- msgid "Saved"
3474
- msgstr "Захавана"
3475
 
3476
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:150
3477
  #, fuzzy
3478
  msgid "Done"
3479
  msgstr "Тэлефон"
3480
 
3481
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:249
3482
  msgid "Your entered code is incorrect"
3483
  msgstr "Ваш уведзены код няправільны"
3484
 
3485
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:514
3486
  msgid "here"
3487
  msgstr ""
3488
 
3489
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:136
3490
  #, fuzzy
3491
  msgid "Booking Calendar"
3492
  msgstr "Каляндар бранявання"
3493
 
3494
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:326
3495
  #, fuzzy
3496
  msgid "Statistic"
3497
  msgstr "Час пачатку"
3498
 
3499
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:330
3500
- msgid "New (unchecked) booking(s)"
3501
- msgstr ""
 
3502
 
3503
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:334
3504
  #, fuzzy
3505
  msgid "Pending booking(s)"
3506
  msgstr "%sвремя канчаткі бранявання%s"
3507
 
3508
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:340
3509
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2052
3510
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2054
3511
  #, fuzzy
3512
- msgid "Today"
3513
- msgstr "днеи"
3514
 
3515
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:344
3516
- #, fuzzy
3517
- msgid "New Bookings"
3518
- msgstr "Браняванне"
3519
 
3520
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:348
3521
  #, fuzzy
3522
- msgid "Actual Bookings"
3523
- msgstr "Браняванне"
3524
 
3525
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
3526
  msgid "Upgrade to higher versions"
3527
  msgstr ""
3528
 
3529
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
3530
  #, fuzzy
3531
  msgid "Commercial versions"
3532
  msgstr "купіць Прафесійную версію"
3533
 
3534
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
3535
  msgid "Upgrade now"
3536
  msgstr ""
3537
 
3538
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:381
3539
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2319
3540
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3400
3541
  msgid "Buy now"
3542
  msgstr "Купіць цяпер"
3543
 
3544
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:381
3545
  #, fuzzy
3546
  msgid "or"
3547
  msgstr "Форма"
3548
 
3549
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:383
3550
  msgid "Test online Demo of each versions"
3551
  msgstr ""
3552
 
3553
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
3554
  #, fuzzy
3555
  msgid "Current version"
3556
  msgstr "купіць Прафесійную версію"
3557
 
3558
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:403
3559
  msgid "Version"
3560
  msgstr "Версія"
3561
 
3562
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:407
3563
  msgid "Type"
3564
  msgstr ""
3565
 
3566
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:411
3567
  msgid "Usage for"
3568
  msgstr ""
3569
 
3570
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
3571
  #, fuzzy
3572
  msgid "Release date"
3573
  msgstr "дата рэлізу"
3574
 
3575
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:422
 
3576
  #, fuzzy
3577
  msgid "Support"
3578
  msgstr "Супериор "
3579
 
3580
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:425
3581
  #, fuzzy
3582
  msgid "Contact email"
3583
  msgstr "Панядзелак"
3584
 
3585
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:431
3586
  msgid "Have a questions"
3587
  msgstr ""
3588
 
3589
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:434
3590
  msgid "Rate plugin"
3591
  msgstr ""
3592
 
3593
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:499
 
 
 
 
 
3594
  msgid "Warning !!!"
3595
  msgstr ""
3596
 
3597
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:500
3598
  msgid "All booking data will be deleted during deactivation of plugin."
3599
  msgstr ""
3600
 
3601
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:501
3602
  #, php-format
3603
  msgid "If you want to save your booking data, please uncheck the %s\"Delete booking data\"%s at the"
3604
  msgstr ""
3605
 
3606
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:502
3607
  #, fuzzy
3608
  msgid "settings page"
3609
  msgstr "Усталёўкі"
3610
 
3611
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:592
3612
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2346
3613
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3613
3614
- msgid "Buy"
3615
- msgstr "Купіць "
3616
-
3617
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:599
3618
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:672
3619
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3215
3620
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1038
3621
  msgid "Settings"
3622
  msgstr "Усталёўкі"
3623
 
3624
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:639
3625
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3717
3626
  msgid "Booking"
3627
  msgstr "Браняванне"
3628
 
3629
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:649
3630
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:684
3631
- #, fuzzy
3632
- msgid "Reservation services"
3633
- msgstr "Новы загаловак бранявання"
3634
 
3635
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:672
3636
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:692
3637
  msgid "Booking settings customizations"
3638
  msgstr "Налада рэсурсаў бранявання "
3639
 
3640
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:679
3641
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1006
 
3642
  msgid "Bookings"
3643
  msgstr "Браняванне"
3644
 
3645
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:746
 
 
 
 
 
3646
  msgid "Insert booking calendar"
3647
  msgstr "Уставіць Каляндар для бранявання"
3648
 
3649
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:747
3650
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3170
3651
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3666
3652
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4930
3653
- msgid "Booking calendar"
3654
- msgstr "Каляндар бранявання"
3655
-
3656
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:867
3657
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:906
3658
  msgid "Ok"
3659
  msgstr "Ок"
3660
 
3661
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1030
3662
  msgid "For booking select type of booking resource"
3663
  msgstr "Выбирети, што Вы жадаеце браняваць"
3664
 
3665
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1038
3666
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2086
3667
  msgid "Visible months:"
3668
  msgstr ""
3669
 
3670
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1055
3671
  msgid "Select number of month to show for calendar."
3672
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
3673
 
3674
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1060
3675
  #, fuzzy
3676
  msgid "Start month:"
3677
  msgstr "Час пачатку"
3678
 
3679
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1066
3680
  #, fuzzy
3681
  msgid "Select start month of calendar"
3682
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
3683
 
3684
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1071
3685
  msgid "Show:"
3686
  msgstr "Паказаць"
3687
 
3688
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1075
3689
  #, fuzzy
3690
  msgid "Booking form with calendar"
3691
  msgstr "Каляндар бранявання"
3692
 
3693
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1076
3694
  #, fuzzy
3695
  msgid "Only availability calendar"
3696
  msgstr "Толькі каляндар"
3697
 
3698
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1077
3699
  #, fuzzy
3700
  msgid "Only booking form"
3701
  msgstr "у форме бранявання"
3702
 
3703
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1079
3704
  #, fuzzy
3705
  msgid "for"
3706
  msgstr "Форма"
3707
 
3708
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1082
3709
  #, fuzzy
3710
  msgid "date"
3711
  msgstr "Даты"
3712
 
3713
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1086
3714
  msgid "Select what you want to show: booking form or only availability calendar."
3715
  msgstr "Абярыце, што Вы жадаеце паказаць:форму бранявання ці адзін каляндар."
3716
 
3717
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1531
3718
- msgid "Info"
3719
- msgstr "Інфа"
3720
-
3721
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1568
3722
- msgid "Dates"
3723
- msgstr "Даты"
3724
-
3725
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1572
3726
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3040
3727
- msgid "Wide days view"
3728
- msgstr "Пашыраны выгляд дат"
3729
-
3730
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1573
3731
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3039
3732
- msgid "Short days view"
3733
- msgstr "Скарочаны выгляд дат"
3734
-
3735
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1673
3736
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1675
3737
- #, fuzzy
3738
- msgid "Edit reservation"
3739
- msgstr "Новае браняванне"
3740
-
3741
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1680
3742
- msgid "Edit notes"
3743
- msgstr ""
3744
-
3745
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1683
3746
- msgid "Edit Notes"
3747
- msgstr ""
3748
-
3749
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1688
3750
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1691
3751
- #, fuzzy
3752
- msgid "Change resource"
3753
- msgstr "Дадаць новае браняванне"
3754
-
3755
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1988
3756
- #, fuzzy
3757
- msgid "Standard resource"
3758
- msgstr "Дадаць новае браняванне"
3759
-
3760
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2041
3761
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2072
3762
- #, php-format
3763
- msgid "%sThere are no reservations.%s Please, press this %s button, when you edit %sposts%s or %spage%s. %sAfter entering booking you can wait for making reservation by somebody or you can make reservation %shere%s."
3764
- msgstr "%sБронирование адсутнічае%s Калі ласка, націсніце %sкнопку, калі Вы рэдагуеце %sпост%s ці %sстраницу%s. %sПосле даданні брані пачакайце, калі хтосьці зробіць браняванне ці Вы самі можаце дадаць бронь %sздесь%s."
3765
-
3766
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2052
3767
- #, fuzzy
3768
- msgid "Agenda of reservations for"
3769
- msgstr "%sНовое браняванне%s"
3770
-
3771
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2054
3772
- #, fuzzy
3773
- msgid "Reservations, which was done"
3774
- msgstr "Новы загаловак бранявання"
3775
-
3776
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2078
3777
- msgid "All incoming bookings"
3778
  msgstr ""
3779
 
3780
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2081
3781
- #, fuzzy
3782
- msgid "Reservations of"
3783
- msgstr "Інфармацыя"
3784
-
3785
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2236
3786
  #, fuzzy
3787
  msgid "General"
3788
  msgstr "Чэрвень"
3789
 
3790
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2239
3791
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2251
3792
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2256
3793
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2263
3794
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2272
3795
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2277
3796
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2292
3797
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2301
3798
- #, fuzzy
3799
- msgid "Customization of"
3800
- msgstr "налада емейла"
3801
-
3802
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2248
3803
  #, fuzzy
3804
  msgid "Fields"
3805
  msgstr "Палі формы"
3806
 
3807
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2253
 
 
 
 
 
3808
  msgid "Emails"
3809
  msgstr "Емейл "
3810
 
3811
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2260
3812
  #, fuzzy
3813
- msgid "Payments"
3814
- msgstr "Аплата"
3815
 
3816
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2269
3817
  #, fuzzy
3818
- msgid "Cost and availability"
3819
- msgstr "Даступнасць"
3820
 
3821
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2327
3822
- msgid "Upgrade"
3823
  msgstr ""
3824
 
3825
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2343
3826
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3279
3827
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3609
 
 
 
 
3828
  msgid "Features"
3829
  msgstr "Магчымасці"
3830
 
3831
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
3832
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3610
3833
  #, fuzzy
3834
  msgid "Live Demos"
3835
  msgstr "Анлайн дэма "
3836
 
3837
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2697
 
 
 
3838
  #, fuzzy
3839
- msgid "Main settings"
3840
- msgstr "Усталёўкі"
 
 
 
 
 
 
 
 
3841
 
3842
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2704
3843
  msgid "Admin email"
3844
  msgstr "Адміністрацыйны емейл"
3845
 
3846
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2713
3847
  msgid "Show hints"
3848
  msgstr ""
3849
 
3850
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2713
3851
  msgid "Show / hide hints"
3852
  msgstr ""
3853
 
3854
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2715
3855
  #, fuzzy
3856
  msgid " Check, if you want to show help hints at the admin panel."
3857
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
3858
 
3859
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2724
 
 
 
 
 
 
 
 
 
 
 
 
 
3860
  msgid "Copyright notice"
3861
  msgstr "Капірайт"
3862
 
3863
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2726
3864
  #, php-format
3865
  msgid " Turn On/Off copyright %s notice at footer of site view."
3866
  msgstr "Уключыць/Выключыць %s капірайт унізе сайта"
3867
 
3868
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2737
3869
  #, fuzzy
3870
- msgid "Calendar settings"
3871
  msgstr "Стыль календара"
3872
 
3873
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2741
3874
  msgid "Calendar skin"
3875
  msgstr "Стыль календара"
3876
 
3877
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2756
3878
  msgid "Select the skin of booking calendar"
3879
  msgstr "Віберите стыль для календара"
3880
 
3881
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2761
3882
  #, fuzzy
3883
  msgid "Number of months"
3884
  msgstr "Лік месяцаў"
3885
 
3886
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2767
3887
  msgid "month(s)"
3888
  msgstr "месяц(ы)"
3889
 
3890
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2772
3891
  msgid "year(s)"
3892
  msgstr "год(а)"
3893
 
3894
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2776
3895
  #, fuzzy
3896
- msgid "Select your maximum number of months at booking calendar"
3897
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
3898
 
3899
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2781
3900
  msgid "Start Day of week"
3901
  msgstr "Дзень пачатку тыдня"
3902
 
3903
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2792
3904
  msgid "Select your start day of the week"
3905
  msgstr "Абярыце дзень пачатку тыдня"
3906
 
3907
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2797
3908
  msgid "Multiple days selection"
3909
  msgstr "Вылучэнне некалькіх дзён"
3910
 
3911
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2797
3912
  #, fuzzy
3913
  msgid "in calendar"
3914
  msgstr "Толькі каляндар"
3915
 
3916
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2799
3917
  msgid " Check, if you want have multiple days selection at calendar."
3918
  msgstr "Абярыце, калі Вы жадаеце выбіраць некалькі дзён у календары"
3919
 
3920
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2815
3921
- msgid "Show settings of unavailable days of week"
3922
- msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
 
 
 
 
 
3923
 
3924
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2821
3925
  msgid "Unavailable days"
3926
  msgstr "Недаступныя дні"
3927
 
3928
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2839
3929
- msgid " Check unavailable days for your visitors."
3930
- msgstr "Вылучыце дні, якія стануць недаступнымі"
3931
-
3932
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2852
3933
- #, fuzzy
3934
- msgid "Booking form settings"
3935
- msgstr "Усталёўкі для бранявання"
3936
 
3937
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2856
3938
  msgid "CAPTCHA"
3939
  msgstr "CAPTCHA"
3940
 
3941
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2856
3942
  msgid "at booking form"
3943
  msgstr "у форме бранявання"
3944
 
3945
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2858
3946
  msgid " Check, if you want to activate CAPTCHA inside of booking form."
3947
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
3948
 
3949
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2863
3950
  msgid "Auto fill fields"
3951
  msgstr ""
3952
 
3953
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2863
3954
  msgid "for logged in users"
3955
  msgstr ""
3956
 
3957
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2865
3958
  #, fuzzy
3959
  msgid " Check, if you want activate auto fill fields of booking form for logged in users."
3960
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
3961
 
3962
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2873
3963
  msgid "Show legend"
3964
  msgstr "Паказаць Легенду"
3965
 
3966
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2873
3967
  msgid "at booking calendar"
3968
  msgstr "у Календары для бранявання"
3969
 
3970
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2875
3971
  msgid " Check, if you want to show legend of dates under booking calendar."
3972
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
3973
 
3974
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2888
3975
- msgid "Settings of showing \"thank you\" message or page, after reservation is done"
 
 
 
 
 
3976
  msgstr ""
3977
 
3978
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2895
3979
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2920
3980
- msgid "New reservation title"
3981
- msgstr "Новы загаловак бранявання"
3982
 
3983
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2896
3984
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2921
3985
  #, php-format
3986
  msgid "%sshowing after%s booking"
3987
  msgstr "%s показываеться пасля%s браняванні"
3988
 
3989
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2900
3990
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2925
3991
- #, php-format
3992
- msgid "Type title of new reservation %safter booking has done by user%s"
3993
  msgstr "Увядзіце загаловак новага бранявання %s пасля таго як браняванне зроблена карыстачом%s "
3994
 
3995
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2910
3996
- #, fuzzy
3997
- msgid "Show \"thank you\" message near calendar"
3998
- msgstr "Паказаць уласцівасці паведамлення падзякі"
3999
-
4000
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2911
4001
- msgid "Redirect visitor to a new \"thank you\" page"
4002
- msgstr ""
4003
-
4004
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2930
4005
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2958
4006
  msgid "Showing title time"
4007
  msgstr "Час паказу подпісу падзякі"
4008
 
4009
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2931
4010
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2959
4011
- #, php-format
4012
- msgid "%snew reservation%s"
4013
- msgstr "%sНовое браняванне%s"
4014
 
4015
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2935
4016
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2963
4017
- msgid "Type in miliseconds count of time for showing new reservation title"
4018
  msgstr "Увядзіце ў милисекундах час для паказу подпісу падзякі пасля бранявання"
4019
 
4020
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2942
4021
  msgid "URL of \"thank you\" page"
4022
  msgstr ""
4023
 
4024
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2944
4025
  #, php-format
4026
  msgid "Type URL of %s\"thank you\" page%s"
4027
  msgstr ""
4028
 
4029
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2976
4030
  #, fuzzy
4031
- msgid "Booking table settings"
4032
- msgstr "Усталёўкі для бранявання"
 
 
 
 
 
 
 
 
 
 
4033
 
4034
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2982
4035
  #, fuzzy
4036
  msgid "Bookings default order"
4037
  msgstr "Браняванне для "
4038
 
4039
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2993
 
 
4040
  msgid "ASC"
4041
  msgstr ""
4042
 
4043
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2994
 
 
4044
  msgid "DESC"
4045
  msgstr ""
4046
 
4047
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4048
  #, fuzzy
4049
- msgid "Select your default order of booking resources"
 
 
 
 
 
4050
  msgstr "Сезонныя змены коштаў"
4051
 
4052
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3002
4053
  msgid "Date Format"
4054
  msgstr "Фармат даты"
4055
 
4056
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3006
4057
  msgid "F j, Y"
4058
  msgstr "F j, Y"
4059
 
4060
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3028
4061
  #, fuzzy, php-format
4062
  msgid "Type your date format for showing in emails and booking table. %sDocumentation on date formatting.%s"
4063
  msgstr "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s Дакументацыя па фармаце для дат%s "
4064
 
4065
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3036
4066
  msgid "Dates view"
4067
  msgstr "Выгляд дат"
4068
 
4069
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3042
 
 
 
 
 
 
 
 
4070
  msgid "Select default type of dates view at the booking tables"
4071
  msgstr "Абярыце тып паказу дат па змаўчанні ў табліцы рэзервавання і емейле"
4072
 
4073
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3070
4074
  msgid "Information"
4075
  msgstr "Інфармацыя"
4076
 
4077
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3134
4078
- msgid "Recomended WordPress Plugins"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4079
  msgstr ""
4080
 
4081
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3136
4082
- msgid "Booking Manager - show all old bookings"
4083
- msgstr ""
4084
 
4085
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3140
4086
- #, php-format
4087
- msgid "This wordpress plugin is %sshow all approved and pending bookings from past%s. Show how many each customer is made bookings. Paid versions support %sexport to CSV, print loyout, advanced filter%s. "
 
4088
  msgstr ""
4089
 
4090
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3155
4091
- msgid "User permissions Settings"
 
4092
  msgstr ""
4093
 
4094
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3163
4095
- msgid "Show settings of user access level to admin menu"
4096
- msgstr "Паказаць усталёўкі уровеня доступу карыстача для адміністрацыйнай старонкі"
4097
-
4098
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3170
4099
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3185
4100
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3200
4101
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3215
4102
- msgid "access level"
4103
- msgstr "узровень доступу"
4104
 
4105
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3179
4106
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3194
4107
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3209
4108
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3224
4109
- msgid "Select user access level for this administration page"
4110
- msgstr "Абярыце ўзровень доступу карыстача для адміністрацыйнай старонкі"
4111
 
4112
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3239
4113
- msgid "Uninstal / deactivation settings"
4114
- msgstr ""
 
4115
 
4116
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3244
4117
- msgid "Delete booking data"
4118
- msgstr "Выдаленне дадзеных па браняванні"
 
4119
 
4120
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3244
4121
- msgid "when plugin deactivated"
4122
- msgstr "калі ўбудова дэактываваны"
 
4123
 
4124
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3246
4125
- msgid "If you check this option, at uninstall process of this plugin all your booking data will be deleted. Do you really want to do this?"
4126
- msgstr ""
 
4127
 
4128
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3248
4129
- msgid " Check, if you want delete booking data during uninstalling plugin."
4130
- msgstr "Праверце, калі Вы жадаеце выдаліць дадзеныя па браняванні пры выдаленні ўбудовы"
 
4131
 
4132
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3275
4133
- msgid "Main difference features"
4134
- msgstr "Асноўныя адрозненні "
 
4135
 
4136
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3281
4137
- msgid "Free"
4138
- msgstr "Бясплатная"
 
4139
 
4140
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3282
4141
- msgid "Paid"
4142
- msgstr "Платная"
 
4143
 
4144
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3285
4145
- #, fuzzy
4146
- msgid "Functionality"
4147
- msgstr "Функцыі"
4148
 
4149
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3286
4150
- #, fuzzy
4151
- msgid "all existing functionality"
4152
- msgstr "усе існыя функцыі"
4153
 
4154
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3291
4155
- msgid "Multi booking"
4156
- msgstr "Мульты браняванне"
4157
 
4158
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3292
4159
- #, fuzzy
4160
- msgid "several booking for 1 day"
4161
- msgstr "Некалькі рэзерваў у адзін і той жа дзень"
4162
 
4163
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3297
4164
- msgid "Time"
4165
- msgstr "Час"
4166
 
4167
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3298
4168
  #, fuzzy
4169
- msgid "enter/select the booking time"
4170
- msgstr "увядзіце час бранявання"
4171
 
4172
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3304
4173
- #, fuzzy
4174
- msgid "fields customization"
4175
- msgstr "налада палёў"
4176
 
4177
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3310
4178
- msgid "email customization"
4179
- msgstr "налада емейла"
 
4180
 
4181
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3316
4182
- msgid "selection fixed several days"
4183
- msgstr "Выбар фиксированого колькасці дзён"
 
4184
 
4185
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3321
4186
- msgid "Recurrent time slots"
 
4187
  msgstr ""
4188
 
4189
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3322
4190
  #, fuzzy
4191
- msgid "recurrent time slots for selection of several days"
4192
- msgstr "Выбар фиксированого колькасці дзён"
4193
-
4194
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3327
4195
- msgid "Payment"
4196
- msgstr "Аплата"
4197
 
4198
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3328
4199
  #, fuzzy
4200
- msgid "PayPal, Sage, iPay88 payment support"
4201
- msgstr "PayPal падтрымка"
4202
 
4203
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3333
4204
  #, fuzzy
4205
- msgid "Deposit payment"
4206
- msgstr "%s - уставіць даты бранявання"
4207
 
4208
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3334
4209
  #, fuzzy
4210
- msgid "show at payment form part of cost"
4211
- msgstr "Абнавіць да значэння па змаўчанні"
4212
-
4213
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3339
4214
- msgid "Season"
4215
- msgstr "Сезон"
4216
 
4217
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3340
4218
- msgid "avalaibility filters"
4219
- msgstr "фільтры даступнасці"
4220
-
4221
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3345
4222
- msgid "Rates cost"
4223
- msgstr "Рэйты коштаў"
4224
-
4225
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3346
4226
- msgid "depends from season"
4227
- msgstr "У залежнасці ад сезону"
4228
-
4229
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3351
4230
  #, fuzzy
4231
- msgid "Advanced cost"
4232
- msgstr "Пашыраная налада коштаў"
4233
 
4234
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3352
4235
  #, fuzzy
4236
- msgid "Depends from number of selected days"
4237
- msgstr "Лік дзён"
4238
 
4239
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3357
4240
  #, fuzzy
4241
- msgid "Additional cost"
4242
- msgstr "Дадатковы кошт для "
4243
 
4244
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3358
4245
- msgid "Discounts / additional cost, depends from selection at form"
4246
- msgstr ""
4247
 
4248
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3363
4249
- msgid "Several forms"
4250
- msgstr ""
4251
 
4252
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3364
4253
  #, fuzzy
4254
- msgid "Several booking forms"
4255
- msgstr "Некалькі рэзерваў у адзін і той жа дзень"
4256
-
4257
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3369
4258
- msgid "Capacity of resources"
4259
- msgstr ""
4260
 
4261
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3370
4262
- msgid "can depends from numbrer of selected visitors"
4263
- msgstr ""
4264
 
4265
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3376
4266
- msgid "search available resources at selected dates range"
4267
- msgstr ""
4268
 
4269
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3381
4270
- msgid "MultiUser support"
4271
- msgstr ""
4272
 
4273
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3382
4274
- msgid "each user can have own bookings and booking resources"
4275
- msgstr ""
4276
 
4277
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3389
4278
- msgid "free"
4279
- msgstr "бясплатная"
4280
 
4281
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3390
4282
- msgid "start"
4283
- msgstr "з "
4284
 
4285
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3393
4286
  #, fuzzy
4287
- msgid "Live demo"
4288
- msgstr "Анлайн дэма "
4289
 
4290
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3399
4291
- msgid "Purchase"
4292
- msgstr "Купля"
4293
 
4294
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3430
4295
- #, fuzzy, php-format
4296
- msgid "This functionality exist at the %sBooking Calendar%s %sPremium%s, %sPremium Plus%s and %sHotel Edition%s"
4297
- msgstr "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sProfessional%s, %sPremium%s and %sHotel Edition%s"
4298
 
4299
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3432
4300
- #, fuzzy, php-format
4301
- msgid "This functionality exist at the %sBooking Calendar%s %sPremium Plus%s and %sHotel Edition%s"
4302
- msgstr "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sPremium%s і %sHotel Edition%s"
 
 
 
 
4303
 
4304
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3434
4305
- #, php-format
4306
- msgid "This functionality exist at the %sBooking Calendar%s %sHotel Edition%s"
4307
- msgstr "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sHotel Edition%s"
4308
 
4309
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3436
4310
- #, fuzzy, php-format
4311
- msgid "This functionality exist at the %sBooking Calendar%s %sMultiUser%s version only"
4312
- msgstr "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sHotel Edition%s"
4313
 
4314
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3438
4315
- #, fuzzy, php-format
4316
- msgid "This functionality exist at the %sBooking Calendar%s %sProfessional%s, %sPremium%s, %sPremium Plus%s and %sHotel Edition%s"
4317
- msgstr "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sProfessional%s, %sPremium%s and %sHotel Edition%s"
4318
 
4319
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3440
4320
- #, fuzzy, php-format
4321
- msgid "Check %sfeatures%s of each versions, test %sonline demo%s and %sbuy%s."
4322
- msgstr "Праверце %sвозможности%s, пратэстуйце %sonline дэма%s і %sкупите%s."
4323
 
4324
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3599
4325
  #, fuzzy
4326
- msgid "More Information about this plugin can be found at the"
4327
- msgstr "Вы можаце больш пазнаць пра гэту ўбудову"
4328
 
4329
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3600
4330
- msgid " - custom wp-plugins and wp-themes development, WordPress solutions"
4331
- msgstr "- распрацоўка ўбудоў і тым для WordPress"
4332
 
4333
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3664
4334
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4925
4335
- msgid "Show"
4336
- msgstr "Паказаць"
4337
 
4338
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3667
4339
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4590
4340
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4929
4341
- msgid "Booking form"
4342
- msgstr "Форма бранявання"
4343
 
4344
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3678
4345
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4941
4346
- msgid "Booking resource"
4347
- msgstr "Тып бранявання"
4348
 
4349
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3692
4350
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4958
4351
  #, fuzzy
4352
- msgid "Visible months"
4353
- msgstr "Лік месяцаў"
4354
 
4355
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3697
4356
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4978
4357
- msgid "Footer"
4358
- msgstr "Ніжняя частка"
4359
 
4360
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3699
4361
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4983
4362
- #, php-format
4363
- msgid "Example: %sMake booking here%s"
4364
- msgstr "Прыклад: %sРезервируйте тут%s"
4365
 
4366
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3703
4367
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4987
4368
- #, php-format
4369
- msgid "%sImportant!!!%s Please note, if you show booking calendar (inserted into post/page) with widget at the same page, then the last will not be visible."
4370
- msgstr "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
4371
 
4372
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3707
4373
- #, php-format
4374
- msgid "%sImportant!!!%s Please note, several booking widgets supported only at Paid versions!!!"
4375
- msgstr ""
4376
 
4377
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3716
4378
- msgid "Display Booking."
4379
- msgstr "Паказаць бронь"
4380
 
4381
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3718
4382
- msgid "Booking settings"
4383
- msgstr "Усталёўкі для бранявання"
4384
 
4385
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3753
4386
- #, php-format
4387
- msgid "%sPowered by wordpress plugins developed by %s"
4388
- msgstr "%s Створана з выкарыстаннем wordpress убудоў распрацаваных %s "
4389
 
4390
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3953
4391
- msgid "This field is required"
4392
- msgstr "Гэта поле неабходна"
4393
 
4394
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3954
4395
- msgid "This checkbox must be checked"
4396
- msgstr ""
4397
 
4398
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3955
4399
- msgid "Incorrect email field"
4400
- msgstr "Некоректно ўведзены емейл"
4401
 
4402
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3956
4403
- msgid "Please, select reservation date(s) at Calendar."
4404
- msgstr "Калі ласка, вылучыце даты для рэзервавання"
4405
 
4406
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4117
4407
  #, fuzzy
4408
- msgid "Available"
4409
- msgstr "Доступа: "
4410
 
4411
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4118
4412
- msgid "Booked"
4413
- msgstr "Забранявана "
4414
 
4415
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4122
4416
- #, fuzzy
4417
- msgid "Partially booked"
4418
- msgstr "Часткова забраняваныя"
4419
 
4420
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4180
4421
- msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
4422
- msgstr ""
4423
 
4424
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4293
4425
- msgid "Booking calendar for this booking resource are already at the page"
4426
- msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
4427
 
4428
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4392
4429
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4871
4430
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:160
4431
- msgid "You need to use special shortcode [bookingedit] for booking editing."
4432
- msgstr ""
4433
 
4434
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4475
4435
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4477
4436
- msgid "Wrong booking hash in URL. Probably hash is expired."
4437
- msgstr ""
4438
 
4439
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4481
4440
- msgid "You do not set any parameters for booking editing"
4441
- msgstr ""
4442
 
4443
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4528
4444
- #, fuzzy, php-format
4445
- msgid "Thank you for your online reservation. %s We will send confirmation of your booking as soon as possible."
4446
- msgstr "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання бранявання."
4447
 
4448
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4572
4449
- #, fuzzy, php-format
4450
- msgid "You need to approve new reservation %s for: %s Person detail information:%s Currently new booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
4451
- msgstr "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
4452
 
4453
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4575
4454
- msgid "Your reservation has been approved"
4455
- msgstr "Ваш рэзерв пацверджаны"
 
 
 
 
4456
 
4457
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4577
4458
- #, fuzzy, php-format
4459
- msgid "Your reservation %s for: %s has been approved.%sYou can edit this booking at this page: %s Thank you, %s"
4460
- msgstr "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам бранявання.%s"
 
 
 
4461
 
4462
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4578
4463
- #, php-format
4464
- msgid "Your reservation %s for: %s has been approved.%sThank you, %s"
4465
- msgstr "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам бранявання.%s"
4466
 
4467
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4581
4468
- msgid "Your reservation has been declined"
4469
- msgstr "Ваша бронь была адхілена"
 
 
 
4470
 
4471
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4582
4472
- #, php-format
4473
- msgid "Your reservation %s for: %s has been canceled. %sThank you, %s"
4474
- msgstr "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам бранявання.%s"
 
 
 
4475
 
4476
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:4991
4477
- #, php-format
4478
- msgid "%sImportant!!!%s Please note, %sseveral booking widgets supported only at %sPaid versions%s!!!%s At this version second widget is not show."
4479
- msgstr ""
4480
 
4481
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:90
4482
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:100
4483
- msgid "yes"
4484
- msgstr "так"
4485
 
4486
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:93
4487
- #: w:\www\home\w\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:96
4488
- msgid "no"
4489
- msgstr "не"
4490
 
4491
  #, fuzzy
4492
  #~ msgid "Incoming"
@@ -4500,9 +5404,6 @@ msgstr "не"
4500
  #~ msgid "all incoming reservations"
4501
  #~ msgstr "%sНовое браняванне%s"
4502
 
4503
- #~ msgid "Do you really want to delete this type?"
4504
- #~ msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
4505
-
4506
  #~ msgid "Deleting..."
4507
  #~ msgstr "Выдаленне..."
4508
 
@@ -4542,9 +5443,6 @@ msgstr "не"
4542
  #~ msgid "Author"
4543
  #~ msgstr "Аўтар"
4544
 
4545
- #~ msgid "Premium Support"
4546
- #~ msgstr "Премиум падтрымка"
4547
-
4548
  #~ msgid "special plugin customizations"
4549
  #~ msgstr "адмысловая налада ўбудовы"
4550
 
@@ -4555,9 +5453,6 @@ msgstr "не"
4555
  #~ msgid "Number of calendars"
4556
  #~ msgstr "Лік месяцаў"
4557
 
4558
- #~ msgid "Type of booking:"
4559
- #~ msgstr "Тып бранявання"
4560
-
4561
  #, fuzzy
4562
  #~ msgid "Error during deleting user meta at DB"
4563
  #~ msgstr "Памылка пры выдаленні дадзеных браняванні з БД"
@@ -4591,10 +5486,6 @@ msgstr "не"
4591
  #~ msgid "Error during booking dates cleaning in BD"
4592
  #~ msgstr "Памылка пры даданні дадзеных у БД"
4593
 
4594
- #, fuzzy
4595
- #~ msgid "Show booking table"
4596
- #~ msgstr "у Календары для бранявання"
4597
-
4598
  #, fuzzy
4599
  #~ msgid "Hide booking table"
4600
  #~ msgstr "%sвремя канчаткі бранявання%s"
@@ -4694,15 +5585,9 @@ msgstr "не"
4694
  #~ msgid "Parent "
4695
  #~ msgstr "Аплата"
4696
 
4697
- #~ msgid "Filter"
4698
- #~ msgstr "Фільтр "
4699
-
4700
  #~ msgid "Error during updating to DB booking subtypes"
4701
  #~ msgstr "Памылка пры абнаўленні БД "
4702
 
4703
- #~ msgid "Availability at tooltip"
4704
- #~ msgstr "Даступнасць у якая сплывае падказцы"
4705
-
4706
  #~ msgid ""
4707
  #~ " Tick this checkbox if you want to show availability of booking resource "
4708
  #~ "at the tooltip, when mouse over it."
@@ -4710,10 +5595,6 @@ msgstr "не"
4710
  #~ "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
4711
  #~ "сплывае падказцы"
4712
 
4713
- #, fuzzy
4714
- #~ msgid "Booking access"
4715
- #~ msgstr "Паслугі бранявання"
4716
-
4717
  #, fuzzy
4718
  #~ msgid "Surname"
4719
  #~ msgstr "Нядзеля"
@@ -4729,9 +5610,6 @@ msgstr "не"
4729
  #~ msgid "For all days!"
4730
  #~ msgstr "Недаступныя дні"
4731
 
4732
- #~ msgid "Reserved"
4733
- #~ msgstr "Забранявана"
4734
-
4735
  #~ msgid "Count of calendars"
4736
  #~ msgstr "Колькасць календароў"
4737
 
@@ -4743,9 +5621,6 @@ msgstr "не"
4743
  #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar Professional%s, %"
4744
  #~ "sPremium%s ці %sHotel Edition%s"
4745
 
4746
- #~ msgid "Price"
4747
- #~ msgstr "Кошт"
4748
-
4749
  #~ msgid "at %sadmin%s booking page"
4750
  #~ msgstr "на %sадминистративной%s старонцы бранявання"
4751
 
@@ -4781,9 +5656,6 @@ msgstr "не"
4781
  #~ msgid "Show Short Days view"
4782
  #~ msgstr "Скараціць выгляд дат"
4783
 
4784
- #~ msgid "Remark"
4785
- #~ msgstr "Нататка"
4786
-
4787
  #~ msgid "General settings"
4788
  #~ msgstr "Налады"
4789
 
@@ -4794,9 +5666,6 @@ msgstr "не"
4794
  #~ msgid "Payment and costs"
4795
  #~ msgstr "Налада Paypal і коштаў "
4796
 
4797
- #~ msgid "Season filers"
4798
- #~ msgstr "Фільтр дат"
4799
-
4800
  #, fuzzy
4801
  #~ msgid "Type new %sform%s name here"
4802
  #~ msgstr "Увядзіце %sназвание фільтра%s"
@@ -4831,10 +5700,6 @@ msgstr "не"
4831
  #~ msgid "Chile"
4832
  #~ msgstr "Дзеці"
4833
 
4834
- #, fuzzy
4835
- #~ msgid "Costa Rica"
4836
- #~ msgstr "Кошт:"
4837
-
4838
  #, fuzzy
4839
  #~ msgid "Denmark"
4840
  #~ msgstr "Нататка"
@@ -4919,10 +5784,6 @@ msgstr "не"
4919
  #~ msgid "Russian Federation"
4920
  #~ msgstr "Выбар дыяпазону"
4921
 
4922
- #, fuzzy
4923
- #~ msgid "Saint Helena"
4924
- #~ msgstr "у календары"
4925
-
4926
  #, fuzzy
4927
  #~ msgid "Singapore"
4928
  #~ msgstr "Сінгапурскія даляры"
@@ -4931,10 +5792,6 @@ msgstr "не"
4931
  #~ msgid "Sudan"
4932
  #~ msgstr "Нядзеля"
4933
 
4934
- #, fuzzy
4935
- #~ msgid "Sweden"
4936
- #~ msgstr "Адправіць"
4937
-
4938
  #, fuzzy
4939
  #~ msgid "Togo"
4940
  #~ msgstr "Каму"
@@ -4958,9 +5815,6 @@ msgstr "не"
4958
  #~ msgid "Updated sucessfuly"
4959
  #~ msgstr "Абноўлена паспяхова"
4960
 
4961
- #~ msgid "Pro"
4962
- #~ msgstr "Пра"
4963
-
4964
  #~ msgid "filters"
4965
  #~ msgstr "фільтры"
4966
 
@@ -4970,9 +5824,6 @@ msgstr "не"
4970
  #~ msgid "demo of professional version"
4971
  #~ msgstr "дэма прафесійнай версіі"
4972
 
4973
- #~ msgid "Demo page"
4974
- #~ msgstr "Дэма старонка"
4975
-
4976
  #~ msgid "plugin online demo"
4977
  #~ msgstr "дэма ўбудовы"
4978
 
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-05-02 12:24+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
15
  "X-Poedit-Bookmarks: 49,183,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_ngettext_boop:1,2\n"
17
  "X-Poedit-Basepath: D:\\www\\home\\wp\\www\\wp-content\\plugins\\booking\\.\n"
18
+ "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking\\.\n"
19
 
20
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:112
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:210
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3603
23
  #, fuzzy
24
  msgid "The cost for payment"
25
  msgstr "%s - уставіць даты бранявання"
26
 
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:115
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:215
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3251
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3274
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
33
  msgid "First Name (required)"
34
  msgstr "Імя (абавязковае поле)"
35
 
36
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:117
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:217
38
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
39
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3253
40
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3276
41
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3302
42
  msgid "Last Name (required)"
43
  msgstr "Прозвішча (абавязковае поле)"
44
 
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:219
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3255
49
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3278
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3304
51
  msgid "Email (required)"
52
  msgstr "Емейл (абавязковае поле)"
53
 
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:221
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
58
  #, fuzzy
59
  msgid "Address (required)"
60
  msgstr "Імя (абавязковае поле)"
61
 
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:223
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
66
  #, fuzzy
67
  msgid "City(required)"
68
  msgstr "Емейл (абавязковае поле)"
69
 
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
71
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:225
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3310
74
  #, fuzzy
75
  msgid "Post code(required)"
76
  msgstr "Прозвішча (абавязковае поле)"
77
 
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:227
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
81
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
82
  #, fuzzy
83
  msgid "Country(required)"
84
  msgstr "Прозвішча (абавязковае поле)"
85
 
86
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:229
88
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:120
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1350
90
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3257
91
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3280
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3314
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3333
94
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3345
95
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3365
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
97
  msgid "Phone"
98
  msgstr "Тэлефон"
99
 
100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:231
102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:122
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3316
106
  msgid "Visitors"
107
  msgstr "Наведвальнікі"
108
 
109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:231
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:122
112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3316
115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3335
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3347
117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3367
118
  msgid "Children"
119
  msgstr "Дзеці"
120
 
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:233
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:124
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3261
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3284
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3318
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3336
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3348
129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
130
  msgid "Details"
131
  msgstr "Апісанне"
132
 
133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
134
  #, fuzzy
135
  msgid "Coupon"
136
  msgstr "Лік дзён"
137
 
138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:139
139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:237
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:128
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2186
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3265
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3288
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
 
145
  msgid "Send"
146
  msgstr "Адправіць"
147
 
148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:148
149
  msgid "Probably number of selected visitors more, then available at selected day(s)!"
150
  msgstr ""
151
 
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:346
153
  msgid "coupon"
154
  msgstr ""
155
 
156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:348
157
  msgid "discount"
158
  msgstr ""
159
 
160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:629
161
  msgid "Search results"
162
  msgstr ""
163
 
164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:631
165
  msgid "Nothing found"
166
  msgstr ""
167
 
168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:676
169
  #, fuzzy
170
  msgid "Book now"
171
  msgstr "Браняванне"
172
 
173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:724
174
  msgid "Please select check in and check out days!"
175
  msgstr ""
176
 
177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:860
178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:145
179
  #, fuzzy
180
  msgid "Search"
181
  msgstr "Сакавік"
182
 
183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1604
184
  #, php-format
185
+ msgid "Sorry, the booking is not done, because these days are already booked, please %srefresh%s the page and try other days."
186
  msgstr ""
187
 
188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2064
189
  #, fuzzy
190
  msgid "Child booking resources"
191
  msgstr "Тып бранявання"
192
 
193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2072
194
  msgid "Max available items inside of booking resource"
195
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
196
 
197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2304
198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2483
199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2612
200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3018
202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3058
203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3146
204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3169
205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1286
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1745
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1823
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:962
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2761
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2825
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2882
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2938
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2995
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3124
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3215
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgid "Click to toggle"
219
  msgstr ""
220
 
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2305
222
  #, fuzzy
223
  msgid "Booking resources managment"
224
  msgstr "Тып бранявання "
225
 
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2310
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2814
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3374
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:225
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:228
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:661
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:665
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1156
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1004
237
  msgid "ID"
238
  msgstr "ID"
239
 
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2312
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2462
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3375
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
244
  msgid "Resource name"
245
  msgstr "Імя рэсурсу"
246
 
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2314
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3246
249
  #, fuzzy
250
  msgid "Number of resource items inside of parent resource"
251
  msgstr "Імя аб'ектаў з рэсурсу"
252
 
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2314
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3246
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2465
256
  msgid "Capacity"
257
  msgstr ""
258
 
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2315
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2420
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3247
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3390
263
  #, fuzzy
264
  msgid "Parent"
265
  msgstr "Аплата"
266
 
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2316
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2427
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3248
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3403
271
  msgid "Priority"
272
  msgstr ""
273
 
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
276
  #, fuzzy
277
  msgid "Maximum number of visitors for resource"
278
  msgstr "Лік наведвальнікаў"
279
 
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
282
  #, fuzzy
283
  msgid "Max"
284
  msgstr "Сакавік"
285
 
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
288
  #, fuzzy
289
  msgid "visitors"
290
  msgstr "Наведвальнікі"
291
 
292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2320
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3252
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2468
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
296
  msgid "Actions"
297
  msgstr "Функцыі "
298
 
299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2399
300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:592
301
  msgid "Add"
302
  msgstr "Дадаць"
303
 
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2408
305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2820
306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:580
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3021
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3424
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1054
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1425
311
  msgid "Delete"
312
  msgstr "Выдаліць"
313
 
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2418
 
315
  msgid "Title"
316
  msgstr "Загаловак"
317
 
318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2435
319
  #, fuzzy
320
  msgid "Add new resource"
321
  msgstr "Дадаць новае браняванне"
322
 
323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2442
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2577
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3090
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3223
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1738
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1888
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2213
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2395
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2540
333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3331
334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3426
335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1430
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1056
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3054
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3207
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3235
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
 
 
343
  msgid "Save"
344
  msgstr "Захаваць"
345
 
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2484
 
 
347
  msgid "Advanced Settings"
348
  msgstr "Пашыраныя налады"
349
 
350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2499
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2619
352
  msgid "Visitors number apply to capacity"
353
  msgstr ""
354
 
355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2505
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2625
357
  #, fuzzy, php-format
358
  msgid " Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors %s"
359
  msgstr "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая сплывае падказцы"
360
 
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2518
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2638
363
  #, php-format
364
  msgid "Show at tooltip on calendar availability based on free booking resource items. %sCheck maximum support of visitors at %sone booking resource%s with selected number of visitors from booking form"
365
  msgstr ""
366
 
367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2526
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2646
369
  #, php-format
370
  msgid "Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items. %sCheck maximum support of visitors at %sall booking resources%s with selected number of visitors from booking form"
371
  msgstr ""
372
 
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2541
 
374
  #, fuzzy
375
  msgid "Show availability"
376
  msgstr "Даступнасць"
377
 
378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2547
379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2705
380
  #, fuzzy
381
  msgid " Check this checkbox if you want to show availability number of booking resource at the tooltip, when mouse over the day of calendar."
382
  msgstr "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая сплывае падказцы"
383
 
384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2554
385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2712
386
  msgid "Availability description"
387
  msgstr "Апісанне даступнасць"
388
 
389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2556
390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2714
391
  #, php-format
392
  msgid "Type your %savailability%s description"
393
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
394
 
395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2566
396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2662
397
  #, fuzzy
398
+ msgid "Disable bookings in different booking resources"
399
  msgstr "Памылка пры абнаўленні БД "
400
 
401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2570
402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2666
403
+ msgid " Check this checkbox if you want to dissable booking, which can be stored in different booking resources. So if this checkbox is checked, the booking is allowed only, if all days of booking are at same booking resources, otherwise the error message will show."
404
  msgstr ""
405
 
406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2613
407
+ #, fuzzy
408
+ msgid "Advanced"
409
+ msgstr "Пашыраная налада коштаў"
410
+
411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2699
412
+ #, fuzzy
413
+ msgid "Show availability in tooltip"
414
+ msgstr "Даступнасць у якая сплывае падказцы"
415
+
416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2742
417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:664
418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:129
419
  msgid "Deleted"
420
  msgstr "Выдалена"
421
 
422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
423
  msgid "Coupon saved"
424
  msgstr ""
425
 
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2803
427
  #, fuzzy
428
  msgid "Booking coupons managment"
429
  msgstr "Тып бранявання "
430
 
431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2815
432
  msgid "The code your customers will be using to receive the discount."
433
  msgstr ""
434
 
435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2815
436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2908
437
  msgid "Coupon Code"
438
  msgstr ""
439
 
440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2816
441
  #, fuzzy
442
  msgid "The amount, which be saved. Enter only digits."
443
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
444
 
445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2816
446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2936
447
  #, fuzzy
448
  msgid "Savings"
449
  msgstr "Захаванне..."
450
 
451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2817
452
  msgid "The minimum total cost required to use the coupon"
453
  msgstr ""
454
 
455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2817
456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2959
457
  #, fuzzy
458
  msgid "Minimum Purchase"
459
  msgstr "Купля"
460
 
461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2818
462
  msgid "The date your coupon will expire"
463
  msgstr ""
464
 
465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2818
466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2947
467
  msgid "Expiration Date"
468
  msgstr ""
469
 
470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2819
471
  msgid "Resource list, which support this coupon"
472
  msgstr ""
473
 
474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2819
475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2914
476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3469
477
  #, fuzzy
478
  msgid "Resources"
479
  msgstr "Кошт рэсурсу"
480
 
481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2820
482
  #, fuzzy
483
  msgid "Delete this coupon"
484
  msgstr "Выдаленне дадзеных па браняванні"
485
 
486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2860
487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2917
488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:588
489
  msgid "All"
490
  msgstr ""
491
 
492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2896
493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2968
494
  #, fuzzy
495
  msgid "Add new coupon"
496
  msgstr "Дадаць новы тып"
497
 
498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2940
499
  msgid "Fixed Amount"
500
  msgstr ""
501
 
502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2941
503
  msgid "Percentage Off"
504
  msgstr ""
505
 
506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2986
507
  #, fuzzy, php-format
508
  msgid "%s - coupon field, "
509
  msgstr "%s - поле з пазнакай"
510
 
511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2987
512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3174
513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3177
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3180
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3188
516
  #, php-format
517
  msgid "Example: %s "
518
  msgstr "Прыклад: %s "
519
 
520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3019
521
  #, fuzzy
522
  msgid "Search form customization"
523
  msgstr "налада емейла"
524
 
525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3027
526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3067
527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3223
528
  msgid "Use these shortcodes for customization: "
529
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
530
 
531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3028
532
  #, php-format
533
  msgid "%s - search inside of posts/pages, which are inside of this category, "
534
  msgstr ""
535
 
536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
537
  #, php-format
538
  msgid "%s - search inside of posts/pages, which are have this tag, "
539
  msgstr ""
540
 
541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3030
542
  #, fuzzy, php-format
543
  msgid "%s - check in date, "
544
  msgstr "%s - поле з пазнакай"
545
 
546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3031
547
  #, fuzzy, php-format
548
  msgid "%s - check out date, "
549
  msgstr "%s - поле з пазнакай"
550
 
551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
552
  #, fuzzy, php-format
553
  msgid "%s - default selection number of visitors, "
554
  msgstr "Лік наведвальнікаў"
555
 
556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3033
557
  #, fuzzy, php-format
558
  msgid "Example: %s - custom number of visitor selections\""
559
  msgstr "Лік наведвальнікаў"
560
 
561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3034
562
  #, fuzzy, php-format
563
  msgid "%s - search button, "
564
  msgstr "%s - кнопка для адпраўкі"
565
 
566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3035
567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3076
568
  #, fuzzy, php-format
569
  msgid "%s - new line, "
570
  msgstr "%s - дадаць новы радок"
571
 
572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3036
573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3077
574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3198
575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3226
576
  msgid "use any other HTML tags (carefully)."
577
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
578
 
579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3043
580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3084
581
  msgid "Additional customization style of this element you can make at this file"
582
  msgstr ""
583
 
584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3048
585
  #, fuzzy
586
  msgid "Reset to default search form content"
587
  msgstr "Абнавіць да значэння па змаўчанні"
588
 
589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
590
  #, fuzzy
591
  msgid "Customization of found booking resource items"
592
  msgstr "Кошты бранявання"
593
 
594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3068
595
  #, fuzzy, php-format
596
  msgid "%s - resource title, "
597
  msgstr "%s - поле з выпадальным спісам"
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3069
600
  #, fuzzy, php-format
601
  msgid "%s - link to the page with booking form, "
602
  msgstr "%s - уставіць тып бранявання"
603
 
604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
605
  #, fuzzy, php-format
606
  msgid "%s - availability of booking resource, "
607
  msgstr "%s - уставіць тып бранявання"
608
 
609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3071
610
  #, fuzzy, php-format
611
  msgid "%s - maximum support visitors for booking resource, "
612
  msgstr "%s - уставіць тып бранявання"
613
 
614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3072
615
  #, fuzzy, php-format
616
  msgid "%s - cost of booking resource, "
617
  msgstr "%s - уставіць тып бранявання"
618
 
619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3073
620
  #, php-format
621
  msgid "%s - featured image, getted as a featured image from post, "
622
  msgstr ""
623
 
624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
625
  #, php-format
626
  msgid "%s - booking info, getted as a excerpt from post, "
627
  msgstr ""
628
 
629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
630
  #, fuzzy
631
  msgid "Reset to default value"
632
  msgstr "Абнавіць да значэння па змаўчанні"
633
 
634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3101
635
  msgid "Search form"
636
  msgstr ""
637
 
638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3103
639
  #, fuzzy
640
  msgid "Check in"
641
  msgstr "Дзеці"
642
 
643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
644
  msgid "Check out"
645
  msgstr ""
646
 
647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3107
648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3334
649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3346
650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3366
651
  msgid "Number of visitors"
652
  msgstr "Лік наведвальнікаў"
653
 
654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
655
  #, fuzzy
656
  msgid "Search Cache Settings"
657
  msgstr "Пашыраныя налады"
658
 
659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3153
660
  msgid "Cache expiration"
661
  msgstr ""
662
 
663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
664
  #, fuzzy
665
  msgid "hour(s)"
666
  msgstr "Чацвер"
667
 
668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2265
670
  #, fuzzy
671
  msgid "day(s)"
672
  msgstr "днеи"
673
 
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3168
675
  msgid "Select time of cache expiration"
676
  msgstr ""
677
 
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3177
679
  msgid "Cache is expire: "
680
  msgstr ""
681
 
682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
683
  #, php-format
684
  msgid "Found: %s booking forms inside of posts or pages "
685
  msgstr ""
686
 
687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
688
  msgid "Reset cache"
689
  msgstr ""
690
 
691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3374
692
+ msgid "Capacity: "
693
+ msgstr ""
694
+
695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3391
696
+ msgid "Select parent resource, if you want that parent resource is increase capacity."
697
+ msgstr ""
698
+
699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
700
+ msgid "Set priority of resource - resource with higher priority will be resrved firstly."
701
+ msgstr ""
702
+
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3425
704
  #, fuzzy
705
+ msgid "Resources count"
706
+ msgstr "Кошт рэсурсу"
707
+
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3426
709
+ #, fuzzy
710
+ msgid "Create seeral booking resources for one time"
711
+ msgstr "Тып бранявання"
712
 
713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3512
714
  msgid "Available: "
715
  msgstr "Доступа: "
716
 
717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3588
719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:570
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:714
722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:752
723
  msgid "Standard"
724
  msgstr "Стандарт "
725
 
726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:595
728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
729
  msgid "Default"
730
  msgstr "Па змаўчанні"
731
 
732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3589
734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
737
  msgid "Superior"
738
  msgstr "Супериор "
739
 
740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2089
742
  #, fuzzy
743
  msgid "Resource #1"
744
  msgstr "Кошт рэсурсу"
745
 
746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3590
748
  msgid "Presidential Suite"
749
  msgstr "Президенский нумар "
750
 
751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2090
753
  #, fuzzy
754
  msgid "Resource #2"
755
  msgstr "Кошт рэсурсу"
756
 
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3591
759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
760
  msgid "Royal Villa"
761
  msgstr "Віла "
762
 
763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2091
765
  #, fuzzy
766
  msgid "Resource #3"
767
  msgstr "Кошт рэсурсу"
768
 
769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:213
770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:104
772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1710
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3272
774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3340
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
777
  msgid "Start time"
778
  msgstr "Час пачатку"
779
 
780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:213
781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2980
782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:104
783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1717
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3272
785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3341
787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3357
 
788
  msgid "End time"
789
  msgstr "Час канчатка"
790
 
791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2125
793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2164
794
  #, fuzzy
795
  msgid "per 1 day"
796
  msgstr "за 1 дзень"
797
 
798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2126
800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2165
801
  #, fuzzy
802
  msgid "from the cost of 1 day "
803
  msgstr "Лік дзён"
804
 
805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2127
807
  #, fuzzy, php-format
808
  msgid "Additional cost in %s per 1 day"
809
  msgstr "Дадатковы кошт для "
810
 
811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2131
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2132
815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2172
816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2173
817
  #, fuzzy
818
  msgid " for all days!"
819
  msgstr "Недаступныя дні"
820
 
821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:588
822
  #, fuzzy
823
  msgid "Add new booking form"
824
  msgstr "Дадаць новае браняванне"
825
 
826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:671
827
  #, fuzzy
828
  msgid "There are no extended booking forms"
829
  msgstr "у форме бранявання"
830
 
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:711
832
  #, fuzzy
833
  msgid "Booking form type:"
834
  msgstr "Форма бранявання"
835
 
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:720
837
  #, fuzzy
838
  msgid "Please, select your type of booking form"
839
  msgstr "Выбирети, што Вы жадаеце браняваць"
840
 
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:747
842
+ #, fuzzy
843
+ msgid "Booking form:"
844
+ msgstr "Форма бранявання"
845
+
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:825
847
  #, fuzzy
848
  msgid "Standard booking resource cost"
849
  msgstr "Дадаць новае браняванне"
850
 
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:826
852
  #, fuzzy
853
  msgid "Total booking resource cost"
854
  msgstr "Тып бранявання"
855
 
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:966
857
  #, php-format
858
  msgid "%s - show cost hint for full booking in real time, depends from selection of days and form elements."
859
  msgstr ""
860
 
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
862
  #, fuzzy, php-format
863
  msgid "Example: %sThe full cost for payment: %s "
864
  msgstr "%s - уставіць даты бранявання"
865
 
866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:968
867
  #, php-format
868
  msgid "%s - show cost hint of original booking cost without additional costs for full booking in real time, depends only from days selection."
869
  msgstr ""
870
 
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:969
872
  #, fuzzy, php-format
873
  msgid "Example: %sThe original cost for payment: %s "
874
  msgstr "%s - уставіць даты бранявання"
875
 
876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:970
877
  #, php-format
878
  msgid "%s - show cost hint of additional booking cost, ehich depends from selection of form elements."
879
  msgstr ""
880
 
881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:971
882
  #, php-format
883
  msgid "Example: %sThe additional cost for payment: %s "
884
  msgstr ""
885
 
886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
887
  #, php-format
888
  msgid "%s - enter direct cost at admin panel at page: "
889
  msgstr ""
890
 
891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
892
  msgid "Add booking"
893
  msgstr "Дадаць рэзерв"
894
 
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:973
896
  #, fuzzy, php-format
897
  msgid "Example: %s"
898
  msgstr "Прыклад: %s "
899
 
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1536
902
+ msgid "Setting rate or cost,which is depend from number of selected days for the resource"
903
+ msgstr ""
904
+
905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1563
907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1820
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2506
909
+ msgid "Rates"
910
+ msgstr "Рэйты "
911
+
912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1568
914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
915
+ msgid "Valuation days"
916
+ msgstr ""
917
+
918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:417
920
+ #, fuzzy
921
+ msgid "Deposit"
922
+ msgstr "фіксаваны ўнёсак"
923
+
924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1537
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1591
926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3491
928
+ msgid "Availability"
929
+ msgstr "Даступнасць"
930
+
931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1562
932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2506
933
+ msgid "Settings rates for days, depends from filter settings."
934
+ msgstr ""
935
+
936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1567
937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1571
938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2508
939
+ #, fuzzy
940
+ msgid "Setting cost, which depends from number of selected days for booking"
941
+ msgstr "Лік дзён"
942
+
943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
944
+ msgid "Activation of this feature is require setting cost per day"
945
+ msgstr ""
946
+
947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1580
948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1582
949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
950
+ msgid "Setting amount of deposit payment for payment form"
951
+ msgstr ""
952
+
953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1580
954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1583
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2361
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
957
+ msgid "Deposit amount"
958
+ msgstr ""
959
+
960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1583
961
+ msgid "Please make active of this feature at the cost section of general booking settings page"
962
+ msgstr ""
963
+
964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1590
965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
966
+ msgid "Setting availability for days, depends from filter settings."
967
+ msgstr ""
968
+
969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1682
970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1693
971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1694
972
  msgid "unavailable"
973
  msgstr "Недаступныя дні "
974
 
975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1683
976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1693
977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1694
978
  msgid "available"
979
  msgstr "даступныя дні "
980
 
981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1685
982
  msgid "Avalaibility booking type"
983
  msgstr "Даступны тып для бранявання"
984
 
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1691
986
  #, php-format
987
  msgid "All days for %s are"
988
  msgstr "Усе дні для %s "
989
 
990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1700
991
  #, php-format
992
  msgid "Select %s days below or %sadd new season filter%s"
993
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
994
 
995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1707
996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1822
997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
998
  msgid "Name"
999
  msgstr "Імя"
1000
 
1001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1708
1002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1823
1003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1004
  msgid "Filters"
1005
  msgstr "Фільтры "
1006
 
1007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1804
1008
  msgid "Seson rates of booking resource"
1009
  msgstr "Сезонныя змены коштаў"
1010
 
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1810
1012
  #, php-format
1013
  msgid "Enter season rate(s) (costs diference in %s from standard cost %s or fixed cost) of booking resource %s or %sadd new season filter%s"
1014
  msgstr "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1015
 
1016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1821
 
 
 
 
 
1017
  msgid "Final cost"
1018
  msgstr "Фінальны кошт"
1019
 
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1854
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1872
1022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2494
1023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2528
1024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1757
1025
  msgid "for 1 day"
1026
  msgstr "за 1 дзень"
1027
 
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1855
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1873
1030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2495
1031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1758
1033
  msgid "for 1 night"
1034
  msgstr "за 1 ноч"
1035
 
1036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1856
1037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1874
1038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2496
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1040
  msgid "fixed deposit"
1041
  msgstr "фіксаваны ўнёсак"
1042
 
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1857
1044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1875
1045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2497
1046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1760
1048
  msgid "for 1 hour"
1049
  msgstr "за 1 гадзіна"
1050
 
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2076
1052
  msgid "Set cost of booking resource depends from number of selected booking days"
1053
  msgstr ""
1054
 
1055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2077
1056
  #, php-format
1057
  msgid "If you add costs here, so %srates%s for this booking resource will not take effect !!!"
1058
  msgstr ""
1059
 
1060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2078
1061
  #, php-format
1062
  msgid "%sFor and together%s have higher priority then range %sfrom - to%s days. Items at the bottom have higher priority then items at the top."
1063
  msgstr ""
1064
 
1065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2079
1066
+ #, php-format
1067
+ msgid "Please note, if you are select some season filter for this cost configuration, its will %sapply to the days, only if all days are inside of this season filter%s."
1068
+ msgstr ""
1069
+
1070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2087
1071
  #, fuzzy
1072
  msgid "Number of days"
1073
  msgstr "Лік месяцаў"
1074
 
1075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2088
1076
  #, fuzzy
1077
  msgid "Cost of 1 day"
1078
  msgstr "Лік дзён"
1079
 
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2089
1081
+ #, fuzzy
1082
+ msgid "Season filter"
1083
+ msgstr "Фільтр дат"
1084
+
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2136
1086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2250
1087
  #, fuzzy
1088
  msgid "For"
1089
  msgstr "Форма"
1090
 
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2137
1092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2251
1093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:871
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2779
1096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2837
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2894
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2951
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3008
1100
  msgid "From"
1101
  msgstr "Ад каго"
1102
 
1103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2138
1104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2252
1105
  msgid "Together"
1106
  msgstr ""
1107
 
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2146
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1111
  msgid "to"
1112
  msgstr "да"
1113
 
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2152
1115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1869
1116
  #, fuzzy
1117
  msgid "day"
1118
  msgstr "днеи"
1119
 
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2153
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2782
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1872
1123
  msgid "days"
1124
  msgstr "днеи"
1125
 
1126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2166
1127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2174
1128
  #, fuzzy
1129
  msgid "Additional cost in USD per 1 day"
1130
  msgstr "Дадатковы кошт для "
1131
 
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2285
1134
+ #, fuzzy
1135
+ msgid "Any days"
1136
+ msgstr "днеи"
1137
+
1138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2196
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2297
1140
  msgid "Remove"
1141
  msgstr ""
1142
 
1143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2212
1144
  #, fuzzy
1145
  msgid "Add new cost"
1146
  msgstr "Дадаць новы тып"
1147
 
1148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2248
1149
  #, fuzzy
1150
  msgid "for all days"
1151
  msgstr "Недаступныя дні"
1152
 
1153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1154
  #, fuzzy
1155
  msgid "Set amount of deposit payment"
1156
  msgstr "%s - уставіць даты бранявання"
1157
 
1158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2369
 
 
 
 
 
1159
  #, fuzzy
1160
  msgid "fixed summ in"
1161
  msgstr "фіксаваны ўнёсак"
1162
 
1163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2370
1164
  #, fuzzy
1165
  msgid "of payment"
1166
  msgstr "Аплата"
1167
 
1168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2373
1169
  #, fuzzy
1170
  msgid "Active/inactive"
1171
  msgstr "Актыўна"
1172
 
1173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1174
  #, fuzzy
1175
  msgid "deposit payment for booking resource"
1176
  msgstr "Сезонныя змены коштаў"
1177
 
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2388
1179
  #, fuzzy
1180
  msgid "Deposit payment summ"
1181
  msgstr "Абярыце валюту плацяжу"
1182
 
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2390
1184
  #, fuzzy
1185
  msgid "Deposit payment is not active for booking resource"
1186
  msgstr "Сезонныя змены коштаў"
1187
 
1188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2419
1189
+ #, fuzzy
1190
+ msgid "Deposit payment"
1191
+ msgstr "%s - уставіць даты бранявання"
1192
+
1193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2423
1194
  #, fuzzy, php-format
1195
  msgid " Check this checkbox if you want to use %sdeposit%s summ %spayment%s at the payment form, instead of full summ of booking."
1196
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1197
 
1198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1199
  #, php-format
1200
  msgid " You can make configuration of deposit summs for your booking resources %shere%s."
1201
  msgstr ""
1202
 
1203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2457
1204
  msgid "Cost of each booking type"
1205
  msgstr "Кошты бранявання"
1206
 
1207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2463
1208
  msgid "Resource Cost"
1209
  msgstr "Кошт рэсурсу"
1210
 
1211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2466
1212
  msgid "Names of items from resource"
1213
  msgstr "Імя аб'ектаў з рэсурсу"
1214
 
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2508
 
 
 
 
 
 
 
 
1216
  #, fuzzy
1217
  msgid "Cost for selected days"
1218
  msgstr "Лік дзён"
1219
 
1220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2525
1221
+ msgid "Please, enter cost"
1222
+ msgstr "Калі ласка, увядзіце кошт"
1223
 
1224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2536
 
 
 
 
 
 
 
 
 
 
 
 
 
1225
  msgid "of each booking resources. Enter only digits."
1226
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
1227
 
1228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2538
1229
  #, fuzzy, php-format
1230
  msgid "You can Add or Delete booking resources at the top of this %spage%s"
1231
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
1232
 
1233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1234
  msgid "Su"
1235
  msgstr "Вс"
1236
 
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1238
  msgid "Mo"
1239
  msgstr "Пн"
1240
 
1241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1242
  msgid "Tu"
1243
  msgstr "Вт"
1244
 
1245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1246
  msgid "We"
1247
  msgstr "Ср"
1248
 
1249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1250
  msgid "Th"
1251
  msgstr "Чт"
1252
 
1253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1254
  msgid "Fr"
1255
  msgstr "Пт"
1256
 
1257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1258
  msgid "Sa"
1259
  msgstr "Сб"
1260
 
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1262
  msgid "Jan"
1263
  msgstr "Янв"
1264
 
1265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1266
  msgid "Feb"
1267
  msgstr "Фев"
1268
 
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1270
  msgid "Mar"
1271
  msgstr "Сакавік"
1272
 
1273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1274
  msgid "Apr"
1275
  msgstr "Апр"
1276
 
1277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1279
  msgid "May"
1280
  msgstr "Травень"
1281
 
1282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1283
  msgid "Jun"
1284
  msgstr "Чэрвень"
1285
 
1286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1287
  msgid "Jul"
1288
  msgstr "Ліпень"
1289
 
1290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1291
  msgid "Aug"
1292
  msgstr "Авг"
1293
 
1294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1295
  msgid "Sep"
1296
  msgstr "Сен"
1297
 
1298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1299
  msgid "Oct"
1300
  msgstr "Окт"
1301
 
1302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1303
  msgid "Nov"
1304
  msgstr "Ныючы"
1305
 
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1307
  msgid "Dec"
1308
  msgstr "Дэк"
1309
 
1310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2783
1312
  msgid "time"
1313
  msgstr "час"
1314
 
1315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2579
1316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2599
1317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2620
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2637
1319
  msgid "No days"
1320
  msgstr "Няма дзён"
1321
 
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2581
1323
  msgid "Every"
1324
  msgstr "Кожны "
1325
 
1326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2622
1327
  msgid "of"
1328
  msgstr "з "
1329
 
1330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2666
1331
  msgid "Filter deleted successfully"
1332
  msgstr "Фільтр выдалены паспяхова"
1333
 
1334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2735
1335
  msgid "Filter saved"
1336
  msgstr "Фільтр захаваны"
1337
 
1338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2761
1339
  msgid "Date filter"
1340
  msgstr "Фільтр Дат"
1341
 
1342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2770
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2989
1344
  msgid "Add new filter"
1345
  msgstr "Дадаць новы фільтр "
1346
 
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2775
1348
  msgid "Name of filter"
1349
  msgstr "Імя фільтра "
1350
 
1351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2777
1352
  #, php-format
1353
  msgid "Type your %sfilter name%s "
1354
  msgstr "Увядзіце %sназвание фільтра%s"
1355
 
1356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2781
1357
  msgid "Time or days filter"
1358
  msgstr "Фільтр для часу ці дзён"
1359
 
1360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2793
1361
  msgid "Days of week"
1362
  msgstr "Дні тыдня "
1363
 
1364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2797
1365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1582
1366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1637
 
 
1367
  msgid "Sunday"
1368
  msgstr "Нядзеля"
1369
 
1370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2799
1371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1583
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1638
 
 
1373
  msgid "Monday"
1374
  msgstr "Панядзелак"
1375
 
1376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2801
1377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1584
1378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1639
 
 
1379
  #, fuzzy
1380
  msgid "Tuesday"
1381
  msgstr "Аўторак"
1382
 
1383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2803
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1585
1385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1640
 
 
1386
  msgid "Wednesday"
1387
  msgstr "Асяроддзе"
1388
 
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1586
1391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1641
 
 
1392
  msgid "Thursday"
1393
  msgstr "Чацвер"
1394
 
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1587
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1642
 
 
1398
  msgid "Friday"
1399
  msgstr "Пятніца"
1400
 
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2809
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1588
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1643
 
 
1404
  msgid "Saturday"
1405
  msgstr "Субота"
1406
 
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1408
  msgid "Days of month"
1409
  msgstr "Дні месяца"
1410
 
1411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2895
1412
  #, fuzzy
1413
  msgid "Months"
1414
  msgstr "Месяцы"
1415
 
1416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2900
1417
  msgid "January"
1418
  msgstr "Студзень"
1419
 
1420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2902
1421
  msgid "February"
1422
  msgstr "Люты"
1423
 
1424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2904
1425
  msgid "March"
1426
  msgstr "Сакавік"
1427
 
1428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2906
1429
  msgid "April"
1430
  msgstr "Красавік"
1431
 
1432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2910
1433
  msgid "June"
1434
  msgstr "Чэрвень"
1435
 
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1437
  msgid "July"
1438
  msgstr "Ліпень"
1439
 
1440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2916
1441
  msgid "August"
1442
  msgstr "Жнівень"
1443
 
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2918
1445
  msgid "September"
1446
  msgstr "Верасень"
1447
 
1448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1449
  msgid "October"
1450
  msgstr "Кастрычнік"
1451
 
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2922
1453
  msgid "November"
1454
  msgstr "Лістапад"
1455
 
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1457
  msgid "December"
1458
  msgstr "Снежань"
1459
 
1460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2933
1461
  msgid "Years"
1462
  msgstr "Гады"
1463
 
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2976
1465
  #, php-format
1466
  msgid "Type your %sstart time%s "
1467
  msgstr "Увядзіце %sначальное час%s"
1468
 
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2982
1470
  #, php-format
1471
  msgid "Type your %send time%s "
1472
  msgstr "Увядзіце %sаремя канчаткі%s"
1473
 
1474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2989
1475
  msgid "Save changes"
1476
  msgstr "Захаваць змены "
1477
 
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3020
1479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3423
1480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
1481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
1482
  msgid "Edit"
1483
  msgstr "рэдагаваць "
1484
 
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3022
1486
  msgid "Do you really want to delete?"
1487
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
1488
 
1489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
1490
+ #, fuzzy
1491
+ msgid "Showing cost in tooltip"
1492
  msgstr "Паказаць кошт у якая сплывае падказцы"
1493
 
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3062
 
1495
  #, fuzzy
1496
  msgid " Check this checkbox if you want to show daily cost at the tooltip, when mouse over it."
1497
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1498
 
1499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3069
 
1500
  msgid "Cost description"
1501
  msgstr "Апісанне плацяжоў "
1502
 
1503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3071
 
1504
  #, php-format
1505
  msgid "Type your %scost%s description"
1506
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
1507
 
1508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3170
1509
+ #, fuzzy
1510
+ msgid "Advanced cost managment"
1511
  msgstr "Пашыраная налада коштаў"
1512
 
1513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3213
1514
  #, php-format
1515
  msgid "Advanced cost customization is requre select boxes from %sform fields customization page%s (%s - shortcode). Fields are show automatically here, if exist at the form."
1516
  msgstr ""
1517
 
1518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3225
1519
  msgid "Form"
1520
  msgstr "Форма"
1521
 
1522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3271
1523
  msgid "Aditional cost for"
1524
  msgstr "Дадатковы кошт для "
1525
 
1526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3312
1527
  #, fuzzy, php-format
1528
  msgid "Enter cost (%s) directly in format %s or %s for the whole booking in format %s or fixed amount per each selected day in format %s For example: %s or %s or %s"
1529
  msgstr "Вы можаце ўвесці кошт у %s у фармаце %s ці %s ад усяго кошту забронированого ў фармаце %s Напрыклад: %s ці %s"
1530
 
1531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3328
1532
  #, php-format
1533
  msgid " Check this checkbox, if you want that costs, which setup here as % for some options is apply also to the costs, which is setup as a fixed values for some options."
1534
  msgstr ""
1535
 
1536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3377
1537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
1538
+ msgid "Info"
1539
+ msgstr "Інфа"
1540
+
1541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3422
1542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1052
1543
+ #, fuzzy
1544
+ msgid "Bulk Actions"
1545
+ msgstr "Функцыі "
1546
+
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3472
1548
+ #, fuzzy
1549
+ msgid "managment"
1550
+ msgstr "Пашыраная налада коштаў"
1551
+
1552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3474
1553
+ #, fuzzy
1554
+ msgid "Costs and Rates"
1555
  msgstr "Кошт:"
1556
 
1557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3477
1558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3482
1559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3494
1560
+ #, fuzzy
1561
+ msgid "Customization of"
1562
+ msgstr "налада емейла"
1563
 
1564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3477
1565
+ msgid "rates, valuation days cost and deposit amount "
1566
+ msgstr ""
1567
 
1568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3479
1569
+ #, fuzzy
1570
+ msgid "Advanced Cost"
1571
+ msgstr "Пашыраная налада коштаў"
1572
+
1573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3482
1574
+ msgid "additional cost, which depend from form fields"
1575
+ msgstr ""
1576
 
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3485
1578
  #, fuzzy
1579
+ msgid "Coupons"
1580
+ msgstr "Лік дзён"
1581
+
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3488
1583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3499
1584
+ #, fuzzy
1585
+ msgid "Setting"
1586
+ msgstr "Усталёўкі"
1587
+
1588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3488
1589
+ msgid "for discount"
1590
+ msgstr ""
1591
+
1592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3494
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3507
1594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:118
1595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:132
1596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:147
1597
+ #, fuzzy
1598
+ msgid "settings"
1599
+ msgstr "Усталёўкі"
1600
+
1601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3496
1602
+ #, fuzzy
1603
+ msgid "Season Filters"
1604
+ msgstr "Фільтр дат"
1605
+
1606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3543
1607
+ msgid "Cost: "
1608
+ msgstr "Кошт:"
1609
+
1610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3573
1611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:602
1612
+ msgid "Weekend"
1613
+ msgstr "Выходныя"
1614
+
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3574
1616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:603
1617
+ msgid "Work days"
1618
+ msgstr "Працоўныя дні"
1619
+
1620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3575
1621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:604
1622
+ msgid "High season"
1623
+ msgstr "Высокі сазон"
1624
+
1625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:334
1626
+ msgid "Setting cost for the resource"
1627
+ msgstr ""
1628
+
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:335
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
1631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:663
1632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:667
1633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:418
1634
+ msgid "Cost"
1635
  msgstr "Кошт"
1636
 
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:337
1638
  #, fuzzy
1639
+ msgid "/ day"
1640
+ msgstr "днеи"
1641
 
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:338
1643
  #, fuzzy
1644
+ msgid "/ night"
1645
+ msgstr "за 1 ноч"
1646
+
1647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:339
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1649
+ #, fuzzy
1650
+ msgid "fixed"
1651
+ msgstr "фіксаваны ўнёсак"
1652
+
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:340
1654
+ #, fuzzy
1655
+ msgid "/ hour"
1656
+ msgstr "Аўтар"
1657
+
1658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:355
1659
+ #, fuzzy
1660
+ msgid "Setting cost"
1661
+ msgstr "Усталёўкі"
1662
+
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:358
1664
+ #, fuzzy
1665
+ msgid "per day"
1666
+ msgstr "за 1 дзень"
1667
+
1668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:359
1669
+ #, fuzzy
1670
+ msgid "per night"
1671
+ msgstr "за 1 ноч"
1672
+
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:362
1674
+ #, fuzzy
1675
+ msgid "per hour"
1676
+ msgstr "за 1 гадзіна"
1677
+
1678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:428
1679
+ msgid "Start Time is invalid, probably by requesting time(s) already booked, or already in the past!"
1680
+ msgstr "Час пачатку некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
1681
+
1682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:429
1683
+ msgid "End Time is invalid, probably by requesting time(s) already booked, or already in the past, or less then start time if only 1 day selected.!"
1684
+ msgstr "Час канчатка некоректно. Магчыма час для вылучаных дзён ужо зарэзервавана, ці час канчатка раней чым час пачатку бранявання для 1-го вылучанага дня."
1685
 
1686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:430
1687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:431
1688
+ msgid "Probably by requesting time(s) already booked, or already in the past!"
1689
+ msgstr "Час некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
1690
+
1691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:575
1692
  #, fuzzy
1693
  msgid "Cost saved successfuly"
1694
  msgstr "Абноўлена паспяхова"
1695
 
1696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:582
1697
  msgid "Cost is not correct. It have to be more then 0"
1698
  msgstr ""
1699
 
1700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:600
1701
  msgid "Send payment request to customer"
1702
  msgstr ""
1703
 
1704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:604
1705
  #, fuzzy, php-format
1706
  msgid "Type your %sreason of payment%s request"
1707
  msgstr "Увядзіце %sаремя канчаткі%s"
1708
 
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:614
1710
+ msgid "Send Request"
1711
+ msgstr ""
1712
+
1713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:616
1714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:597
1715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:717
1716
+ #, fuzzy
1717
+ msgid "Close"
1718
+ msgstr "Кошт"
1719
+
1720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:778
1721
  msgid "Request is sent"
1722
  msgstr ""
1723
 
1724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:784
1725
  msgid "Request is failed"
1726
  msgstr ""
1727
 
1728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:809
1729
+ msgid "The payment status is changed successfully"
1730
+ msgstr ""
1731
+
1732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:816
1733
+ msgid "The changing of payment status is failed"
1734
+ msgstr ""
1735
+
1736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:860
1737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
1738
  msgid "Email to \"Person\" with payment request"
1739
  msgstr ""
1740
 
1741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:866
1742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2768
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2833
1744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2889
1745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2946
1746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
1747
  msgid "Active"
1748
  msgstr "Актыўна"
1749
 
1750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:867
1751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2890
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2947
1753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3004
1754
  msgid "Send copy of this email to Admin"
1755
  msgstr ""
1756
 
1757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
1758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2781
1759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2839
1760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2896
1761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2953
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3010
1763
  #, fuzzy, php-format
1764
  msgid "Type default %sadmin email%s from where this email is sending"
1765
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
1766
 
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:878
1768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2786
1769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2844
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2901
1771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2958
1772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3015
1773
  msgid "Subject"
1774
  msgstr "Тэма ліста"
1775
 
1776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1777
  #, fuzzy, php-format
1778
  msgid "Type email subject for %spayment request%s. You can use these %s shortcodes."
1779
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
1780
 
1781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:886
1782
  #, fuzzy, php-format
1783
  msgid "Type your %semail message for payment request%s"
1784
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
1785
 
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2797
1788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2855
1789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2912
1790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2969
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3026
1792
  msgid "Use this shortcodes: "
1793
  msgstr "Выкарыстоўвайце гэтыя пазнакі:"
1794
 
1795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:890
1796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2798
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2856
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2913
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2970
1800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3027
1801
  #, fuzzy, php-format
1802
+ msgid "%s - inserting ID of booking "
1803
+ msgstr "%s - уставіць даты бранявання"
1804
 
1805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:891
1806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2799
1807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2857
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2914
1809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2971
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3028
1811
  #, php-format
1812
  msgid "%s - inserting name of person, who made booking (field %s requred at form for this bookmark), "
1813
  msgstr "%s - уставіць імя наведвальніка, які зрабіў браняванне (поле %s требуеться ў форме для гэтай пазнакі),"
1814
 
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:892
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2800
1817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2858
1818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2915
1819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2972
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3029
1821
  #, php-format
1822
  msgid "%s - inserting dates of booking, "
1823
  msgstr "%s - уставіць даты бранявання"
1824
 
1825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:893
1826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2801
1827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2859
1828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2916
1829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2973
1830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3030
1831
  #, fuzzy, php-format
1832
+ msgid "%s - inserting check in date (first day of booking), "
1833
  msgstr "%s - уставіць даты бранявання"
1834
 
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
1836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2802
1837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2860
1838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2917
1839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2974
1840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3031
1841
  #, fuzzy, php-format
1842
+ msgid "%s - inserting check out date (last day of booking), "
1843
  msgstr "%s - уставіць даты бранявання"
1844
 
1845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:895
1846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2803
1847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2861
1848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2918
1849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2975
1850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3032
1851
  #, php-format
1852
  msgid "%s - inserting type of booking resource, "
1853
  msgstr "%s - уставіць тып бранявання"
1854
 
1855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:896
1856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2976
1857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3033
1858
  #, php-format
1859
  msgid "%s - inserting detail person info"
1860
  msgstr "%s - уставіць дэталёвую інфармацыю пра наведвальніка"
1861
 
1862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
1863
  #, fuzzy, php-format
1864
  msgid "%s - inserting cost of payment"
1865
  msgstr "%s - уставіць даты бранявання"
1866
 
1867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:898
1868
  #, fuzzy, php-format
1869
  msgid "%s - inserting reason of payment, you can enter it before sending email"
1870
  msgstr "%s - уставіць чыннік адмовы"
1871
 
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:899
1873
  #, php-format
1874
  msgid "%s - inserting link to payment page for visitor at client side of site, "
1875
  msgstr ""
1876
 
1877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:900
1878
  #, fuzzy, php-format
1879
  msgid "%s - inserting link of booking editing by visitor at client side of site, "
1880
  msgstr "%s - уставіць тып бранявання"
1881
 
1882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:901
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2807
1884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2864
1885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2921
1886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3035
1887
  #, php-format
1888
  msgid "%s - inserting link for booking cancellation by visitor at client side of site, "
1889
  msgstr ""
1890
 
1891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:902
1892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2809
1893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2866
1894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2923
1895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2979
1896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3037
1897
  #, php-format
1898
  msgid "%s - inserting new line"
1899
  msgstr "%s - дадаць новы радок"
1900
 
1901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:903
1902
  #, fuzzy, php-format
1903
+ msgid "You need to make payment %s for booking %s at %s. %s You can make payment at this page: %s Thank you, booking service."
1904
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за карыстанне сэрвісам бранявання.\""
1905
 
1906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1138
1907
  #, fuzzy
1908
  msgid "deposit"
1909
  msgstr "фіксаваны ўнёсак"
1910
 
1911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1139
1912
  #, fuzzy
1913
  msgid "Total cost"
1914
  msgstr "Фінальны кошт"
1915
 
1916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1140
1917
  #, fuzzy
1918
  msgid "balance"
1919
  msgstr "Адмена"
1920
 
1921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1190
1922
+ msgid "Auto fill form"
1923
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
1924
 
1925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1287
1926
  #, fuzzy
1927
+ msgid "Billing form fields customization"
1928
+ msgstr "налада палёў"
1929
 
1930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1299
1931
  #, php-format
1932
+ msgid "Please set required billing fields, they will automatically %sassign to billing booking form%s"
 
 
 
 
1933
  msgstr ""
1934
 
1935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1304
1936
+ msgid "Please, select field from your booking form. This field will be automatically assign to current field in biilling form."
1937
  msgstr ""
1938
 
1939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1310
1940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
1941
  #, fuzzy
1942
+ msgid "Customer Email"
1943
+ msgstr "Наладжвальны"
1944
 
1945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1323
1946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
1947
  #, fuzzy
1948
+ msgid "First Name(s)"
1949
+ msgstr "Імя"
1950
 
1951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1336
1952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
1953
  #, fuzzy
1954
+ msgid "Last name"
1955
+ msgstr "Прозвішча"
1956
 
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1370
1958
+ msgid "Billing Address"
1959
+ msgstr ""
 
1960
 
1961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1383
1962
+ msgid "Billing City"
1963
+ msgstr ""
1964
+
1965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1396
1966
+ msgid "Post Code"
1967
+ msgstr ""
1968
 
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1409
1970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3364
1971
  #, fuzzy
1972
+ msgid "Country"
1973
+ msgstr "Лік дзён"
1974
 
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1423
1976
  #, php-format
1977
+ msgid "These %sfields confuguration is obligatory, for Sage payment%s system!"
1978
  msgstr ""
1979
 
1980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1474
1981
+ msgid "Time Format"
1982
+ msgstr "Фармат даты"
1983
+
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1489
1985
+ msgid "Custom"
1986
+ msgstr "Наладжвальны"
1987
+
1988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1497
1989
+ #, fuzzy, php-format
1990
+ msgid "Type your time format for showing in emails and booking table. %sDocumentation on time formatting.%s"
1991
+ msgstr "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s Дакументацыя па фармаце для дат%s "
1992
 
1993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
1994
  #, fuzzy
1995
+ msgid "Range days selection"
1996
+ msgstr "Выбар дыяпазону"
1997
 
1998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1554
1999
+ #, fuzzy
2000
+ msgid " Check this if you want to use selection range in calendar. For example: select a week or only five days for booking."
2001
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць вылучэнне фиксированым дыяпазонам дат. Напрыклад вылучэнне тыдня ці толькі ў колькасці 5 дзён для бранявання."
 
2002
 
2003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1565
2004
+ msgid "Selection of FIXED number of days by ONE mouse click"
2005
+ msgstr "Вылучэнне фиксированого колькасці дзён 1-ім клікам мышкі"
 
 
2006
 
2007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1566
2008
+ msgid "Selection of DYNAMIC number of days by TWO mouse click"
2009
+ msgstr "Вылучэнне дынамічнай колькасці дзён у 2 зграя мышкі"
2010
+
2011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1572
2012
+ msgid "Count of days"
2013
+ msgstr "Лік дзён"
2014
 
2015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1572
2016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1625
 
2017
  #, php-format
2018
+ msgid "in %srange to select%s"
2019
+ msgstr "у %sдиапазоне для вылучэння%s"
2020
 
2021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1574
 
 
2022
  #, php-format
2023
+ msgid "Type your %snumber of days for range selection%s"
2024
+ msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2025
 
2026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1578
2027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1633
2028
+ msgid "Start day of range"
2029
+ msgstr "Дзень пачатку дыяпазону"
 
 
2030
 
2031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1581
2032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1636
2033
+ msgid "Any day of week"
2034
+ msgstr "Любы дзень тыдня"
 
 
2035
 
2036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1590
2037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1645
2038
+ msgid "Select your start day of range selection at week"
2039
+ msgstr "Абярыце дзень тыдня, які будзе пачаткам вылучэння дыяпазону дат"
 
 
2040
 
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1598
 
 
2042
  #, fuzzy
2043
+ msgid "Days selection number"
2044
+ msgstr "Выбар дыяпазону"
 
 
 
 
2045
 
2046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1601
2047
+ msgid "min"
2048
  msgstr ""
2049
 
2050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1604
2051
+ msgid "max"
2052
  msgstr ""
2053
 
2054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1607
2055
+ #, fuzzy, php-format
2056
+ msgid "Type your %sminimum and maximum number of days for range selection%s"
2057
+ msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2058
 
2059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1613
2060
+ #, fuzzy
2061
+ msgid "Specific days selections"
2062
+ msgstr "Вылучэнне некалькіх дзён"
2063
 
2064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1617
2065
+ #, php-format
2066
+ msgid "Type your %sspecific%s days number, which can be selected by visitors or leave it empty. Its can be several days seperated by comma. Example: 5,7"
2067
  msgstr ""
2068
 
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1623
2070
+ msgid "Minimum days count"
2071
+ msgstr "Мінімальная колькасць дзён"
 
2072
 
2073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1629
2074
+ #, php-format
2075
+ msgid "Type your %sminimum number of days for range selection%s"
2076
+ msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2077
 
2078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1687
 
2079
  #, fuzzy
2080
+ msgid "Use recurent time"
2081
+ msgstr "Выкарыстоўваць фиксированое час"
2082
 
2083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1687
2084
  #, fuzzy
2085
+ msgid "for several days selection"
2086
+ msgstr "Вылучэнне некалькіх дзён"
2087
 
2088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1691
2089
+ msgid " Check this if you want to use recurent time for booking of several days. Its mean that middle days will be partially booked by actual times, otherwise time in booking form used as check in/out time for first and last time of booking."
2090
+ msgstr ""
 
 
 
2091
 
2092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1697
2093
+ msgid "Use fixed time"
2094
+ msgstr "Выкарыстоўваць фиксированое час"
 
 
 
 
 
 
 
2095
 
2096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1697
2097
+ msgid "in range selections"
2098
+ msgstr "у дыяпазоне выбару"
2099
 
2100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2101
+ msgid "Warning"
2102
  msgstr ""
2103
 
2104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
2105
+ msgid "It will overwrite start time and end time from from customization."
2106
  msgstr ""
2107
 
2108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
2109
+ #, fuzzy
2110
+ msgid " Check this if you want to use a part of the day (not full day) at start and end day of selection range . It will overwrite start time and end time from from customization."
2111
+ msgstr "Выбирете, калі Вы жадаеце выкарыстоўваць для бранявання частка дня ў першым і апошнім дне бранявання. Гэта опцыя перапіша starttime і endtime з формы налады палёў."
 
 
 
 
 
 
 
 
 
 
 
 
 
2112
 
2113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1710
2114
+ #, php-format
2115
+ msgid "%sstart booking time%s"
2116
+ msgstr "%sвведите час пачатку бранявання%s"
2117
 
2118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1712
2119
+ #, php-format
2120
+ msgid "Type your %sstart%s time of booking for range selection"
2121
+ msgstr "Увядзіце %sвремя%s браняванні для 1-го дня некалькіх дзён бранявання"
2122
 
2123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1717
2124
+ #, php-format
2125
+ msgid "%send booking time%s"
2126
+ msgstr "%sвремя канчаткі бранявання%s"
 
2127
 
2128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1719
2129
+ #, php-format
2130
+ msgid "Type your %send%s time of booking for range selection"
2131
+ msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
 
2132
 
2133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1746
2134
+ #, fuzzy
2135
+ msgid "Costs"
2136
+ msgstr "Кошт"
 
2137
 
2138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1752
2139
+ #, fuzzy
2140
+ msgid "Set the cost"
2141
+ msgstr "Захаваць кошты"
 
2142
 
2143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1759
2144
+ #, fuzzy
2145
+ msgid "fixed summ"
2146
+ msgstr "фіксаваны ўнёсак"
 
2147
 
2148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1762
2149
+ #, fuzzy
2150
+ msgid " Select your cost configuration."
2151
+ msgstr "Выдаленне дадзеных па браняванні"
 
2152
 
2153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1770
2154
+ msgid "Time impact to cost"
2155
+ msgstr ""
 
 
2156
 
2157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1775
2158
+ #, fuzzy, php-format
2159
+ msgid " Check this checkbox if you want that %stime selection%s at booking form is %sapply to cost calculation%s."
2160
+ msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
 
2161
 
2162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1824
2163
+ #, fuzzy
2164
+ msgid "Auto cancelation / auto approvement of bookings"
2165
+ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
 
2166
 
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1831
2168
+ #, fuzzy
2169
+ msgid "Auto approve all new bookings"
2170
+ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
 
2171
 
2172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1838
2173
+ #, fuzzy, php-format
2174
+ msgid " Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2175
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
 
2176
 
2177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1844
2178
+ #, fuzzy
2179
+ msgid "Auto cancel bookings"
2180
+ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
 
2181
 
2182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1852
2183
+ #, php-format
2184
+ msgid " Check this checkbox to %sactivate%s cancel pending not paid bookings."
2185
+ msgstr ""
2186
 
2187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1858
2188
+ #, fuzzy
2189
+ msgid "Cancel bookings older"
2190
+ msgstr "у форме бранявання"
 
2191
 
2192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1863
2193
+ #, fuzzy
2194
+ msgid "hour"
2195
+ msgstr "Аўтар"
 
2196
 
2197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1866
2198
+ #, fuzzy
2199
+ msgid "hours"
2200
+ msgstr "Чацвер"
 
2201
 
2202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1876
2203
+ msgid " Cancel only pending, not paid bookings, which is older then at this selection."
2204
+ msgstr ""
 
 
2205
 
2206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1884
2207
+ #, fuzzy
2208
+ msgid "Is send cancellation email"
2209
+ msgstr "Чыннік адмовы"
 
2210
 
2211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1888
2212
+ #, php-format
2213
+ msgid " Check this checkbox to %ssend%s cancellation email for this process."
2214
+ msgstr ""
 
2215
 
2216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1893
2217
+ #, fuzzy
2218
+ msgid "Description of cancellation"
2219
+ msgstr "Чыннік адмовы"
 
2220
 
2221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1895
2222
+ #, php-format
2223
+ msgid "Type description of %scancellation%s for email template."
2224
  msgstr ""
2225
 
2226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1931
2227
+ msgid "Customization of billing fields, which automatically assign from booking form to billing form"
2228
  msgstr ""
2229
 
2230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1932
2231
+ #, fuzzy
2232
+ msgid "Billing form fields"
2233
+ msgstr "налада палёў"
2234
 
2235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1934
2236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1269
2237
+ #, fuzzy
2238
+ msgid "Save settings"
2239
+ msgstr "Усталёўкі"
2240
 
2241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1970
2242
+ msgid "This booking is cancelled, because we do not receive payment and administrator do not approve it."
2243
  msgstr ""
2244
 
2245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1989
2246
+ #, fuzzy
2247
+ msgid "You need to make payment for booking"
2248
+ msgstr "Сезонныя змены коштаў"
 
2249
 
2250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1991
2251
+ #, fuzzy, php-format
2252
+ msgid "You need to make payment %s for booking %s at %s. %s You can make payment at this page: %s Thank you, %s"
2253
+ msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за карыстанне сэрвісам бранявання.\""
2254
 
2255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2089
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1333
2257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3411
2258
+ msgid "Appartment #1"
2259
+ msgstr "Апартаменты №1"
2260
 
2261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2090
2262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1334
2263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
2264
+ msgid "Appartment #2"
2265
+ msgstr "Апартаменты №2"
2266
 
2267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2091
2268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
2269
+ msgid "Appartment #3"
2270
+ msgstr "Апартаменты №3"
2271
 
2272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:88
2273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:113
2274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
2275
+ msgid "Saved"
2276
+ msgstr "Захавана"
2277
+
2278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:191
2279
  #, fuzzy
2280
+ msgid "All resources"
2281
+ msgstr "Кошт рэсурсу"
2282
 
2283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:205
2284
  #, fuzzy
2285
+ msgid "Booking resources"
2286
+ msgstr "Тып бранявання"
2287
 
2288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:216
2289
+ msgid "Keyword"
2290
  msgstr ""
2291
 
2292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:217
2293
  #, fuzzy
2294
+ msgid "Filter by Keyword"
2295
+ msgstr "Фільтр захаваны"
2296
 
2297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:226
2298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:229
2299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:662
2300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:666
2301
+ #, fuzzy
2302
+ msgid "Resource"
2303
+ msgstr "Кошт рэсурсу"
2304
 
2305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:244
2306
  #, fuzzy
2307
+ msgid "Print bookings listing"
2308
+ msgstr "Усталёўкі для бранявання"
2309
 
2310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:246
2311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:715
2312
+ #, fuzzy
2313
+ msgid "Print"
2314
+ msgstr "Аплата"
2315
 
2316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:247
2317
+ msgid "Export only current page of bookings to CSV format"
2318
  msgstr ""
2319
 
2320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:248
2321
+ #, fuzzy
2322
+ msgid "Export"
2323
+ msgstr "Супериор "
2324
 
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:249
2326
+ msgid "Export All bookings to CSV format"
2327
+ msgstr ""
2328
 
2329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:251
2330
+ msgid "Export All"
2331
  msgstr ""
2332
 
2333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:338
2334
+ msgid "Labels"
2335
  msgstr ""
2336
 
2337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
2338
  #, fuzzy
2339
+ msgid "Data"
2340
+ msgstr "Даты"
2341
 
2342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:340
2343
+ msgid "Dates"
2344
+ msgstr "Даты"
2345
+
2346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:356
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:511
2348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
2349
+ msgid "Approved"
2350
+ msgstr "Пацверджана"
2351
 
2352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:357
2353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:544
2354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:512
2355
+ msgid "Pending"
2356
+ msgstr "Якія чакаюць сцвярджэнні"
2357
 
2358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
2359
  #, fuzzy
2360
+ msgid "Edit Booking"
2361
+ msgstr "Браняванне"
2362
 
2363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
2364
+ #, fuzzy
2365
+ msgid "Edit Note"
2366
+ msgstr "рэдагаваць "
2367
 
2368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:389
2369
+ #, fuzzy
2370
+ msgid "Change Resource"
2371
+ msgstr "Дадаць новае браняванне"
2372
 
2373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:412
2374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:432
2375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2194
2376
+ msgid "Cancel"
2377
+ msgstr "Адмена"
2378
 
2379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:440
2380
+ #, fuzzy
2381
+ msgid "Change"
2382
+ msgstr "Змены "
2383
 
2384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:185
2385
+ msgid "Successful payment"
 
 
 
 
 
 
 
 
2386
  msgstr ""
2387
 
2388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:187
2389
  #, fuzzy
2390
+ msgid " Parameters pass in incorrect,"
2391
+ msgstr "Ваш уведзены код няправільны"
2392
 
2393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:188
2394
+ msgid "Cannot found the record"
2395
  msgstr ""
2396
 
2397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:189
2398
+ msgid "Amount different"
2399
+ msgstr ""
 
 
 
 
 
2400
 
2401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:190
2402
  #, fuzzy
2403
+ msgid "Payment fail"
2404
+ msgstr "Аплата"
2405
 
2406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:191
2407
+ msgid "Payment status updated by Mobile88 Admin(Fail)"
2408
+ msgstr ""
2409
+
2410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:192
2411
+ msgid "Requery connection Error"
2412
+ msgstr ""
2413
 
2414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:519
2415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:542
2416
  #, fuzzy
2417
+ msgid "Completed"
2418
+ msgstr "Выдалена"
2419
 
2420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:521
2421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:546
2422
+ msgid "In-Progress"
2423
  msgstr ""
2424
 
2425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:523
2426
+ msgid "Unknown"
2427
  msgstr ""
2428
 
2429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:525
2430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:568
2431
+ #, fuzzy
2432
+ msgid "Partially paid"
2433
+ msgstr "Часткова забраняваныя"
2434
 
2435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:526
2436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:569
2437
+ #, fuzzy
2438
+ msgid "Cancelled"
2439
+ msgstr "Адмена"
2440
+
2441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:527
2442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:552
2443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:593
2444
+ #, fuzzy
2445
+ msgid "Failed"
2446
+ msgstr "Палі формы"
2447
+
2448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:528
2449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:555
2450
+ msgid "Refunded"
2451
  msgstr ""
2452
 
2453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:530
2454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:570
2455
+ msgid "Fraud"
2456
  msgstr ""
2457
 
2458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:537
2459
  #, fuzzy
2460
+ msgid "!Paid OK"
2461
+ msgstr "Платная"
2462
 
2463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:538
2464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:591
2465
+ msgid "Unknown status"
2466
  msgstr ""
2467
 
2468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:539
2469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:592
2470
+ msgid "Not Completed"
2471
  msgstr ""
2472
 
2473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:545
2474
+ msgid "Processed"
2475
  msgstr ""
2476
 
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:548
2478
+ msgid "Canceled_Reversal"
2479
+ msgstr ""
 
 
2480
 
2481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:550
 
2482
  #, fuzzy
2483
+ msgid "Denied"
2484
+ msgstr "Выдалена"
2485
+
2486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:551
2487
+ msgid "Expired"
2488
+ msgstr ""
2489
 
2490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:554
 
2491
  #, fuzzy
2492
+ msgid "Partially_Refunded"
2493
+ msgstr "Часткова забраняваныя"
2494
 
2495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:556
2496
  #, fuzzy
2497
+ msgid "Reversed"
2498
+ msgstr "Забранявана"
2499
 
2500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:557
2501
+ msgid "Voided"
 
2502
  msgstr ""
2503
 
2504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:558
2505
+ msgid "Created"
2506
  msgstr ""
2507
 
2508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:561
2509
+ msgid "Not authed"
2510
  msgstr ""
2511
 
2512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:562
2513
+ msgid "Malformed"
2514
  msgstr ""
2515
 
2516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:563
2517
+ msgid "Invalid"
2518
+ msgstr ""
2519
+
2520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:564
2521
+ msgid "Abort"
2522
  msgstr ""
2523
 
2524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:565
 
2525
  #, fuzzy
2526
+ msgid "Rejected"
2527
+ msgstr "Выдалена"
2528
 
2529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:566
2530
+ #, fuzzy
2531
+ msgid "Error"
2532
+ msgstr "Еўра"
2533
 
2534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:571
2535
  #, fuzzy
2536
+ msgid "Suspended"
2537
+ msgstr "Адправіць"
2538
 
2539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:590
2540
  #, fuzzy
2541
+ msgid "Paid OK"
2542
+ msgstr "Платная"
2543
 
2544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:633
2545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:833
2546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:835
2547
+ msgid "Payment"
2548
+ msgstr "Аплата"
2549
+
2550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:646
2551
+ #, fuzzy
2552
+ msgid "Min. cost"
2553
+ msgstr "Фінальны кошт"
2554
+
2555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:649
2556
+ msgid "-"
2557
  msgstr ""
2558
 
2559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:651
2560
  #, fuzzy
2561
+ msgid "Max. cost"
2562
+ msgstr "Захаваць кошты"
2563
 
2564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:764
2565
  #, fuzzy
2566
+ msgid "Send payment request to visitor"
2567
+ msgstr "налада емейла"
2568
 
2569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:778
2570
  #, fuzzy
2571
+ msgid "Payment status"
2572
+ msgstr "Аплата"
2573
 
2574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:796
2575
+ #, fuzzy
2576
+ msgid "Save cost"
2577
+ msgstr "Захаваць кошты"
2578
 
2579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:806
2580
  #, fuzzy
2581
+ msgid "Change status"
2582
+ msgstr "Дадаць новае браняванне"
2583
 
2584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:620
2585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:678
2586
+ msgid "Updating..."
2587
+ msgstr "Захаванне..."
2588
+
2589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:625
2590
+ msgid "User is Activated"
2591
  msgstr ""
2592
 
2593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:683
2594
  #, fuzzy
2595
+ msgid "User is Deactivated"
2596
+ msgstr "калі ўбудова дэактываваны"
2597
 
2598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:795
2599
  #, php-format
2600
+ msgid "%sYou do not have permissions for this page.%s Your account is not active, please contact administrator.%s"
2601
  msgstr ""
2602
 
2603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:830
2604
+ #, php-format
2605
+ msgid "%sYou do not have permissions for this booking resources.%s"
2606
+ msgstr ""
 
 
 
 
 
2607
 
2608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:836
 
2609
  #, fuzzy, php-format
2610
+ msgid "%sNo this booking resources.%s"
2611
+ msgstr "Сезонныя змены коштаў"
 
 
 
 
 
2612
 
2613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:953
 
2614
  #, fuzzy
2615
+ msgid "Show resources of user:"
2616
+ msgstr "Кошт рэсурсу"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2617
 
2618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:965
2619
+ #, fuzzy
2620
+ msgid "My"
2621
+ msgstr "Травень"
 
2622
 
2623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:984
2624
+ #, fuzzy
2625
+ msgid "Booking resource:"
2626
+ msgstr "Тып бранявання"
 
 
2627
 
2628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1016
2629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1057
2630
+ #, fuzzy
2631
+ msgid "Users"
2632
+ msgstr "Гады"
 
2633
 
2634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1059
2635
+ msgid "Management of"
2636
+ msgstr ""
 
 
 
2637
 
2638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1151
2639
  #, fuzzy
2640
+ msgid "Users managment"
2641
+ msgstr "Пашыраная налада коштаў"
2642
 
2643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1155
2644
+ msgid "Status"
2645
  msgstr ""
2646
 
2647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1157
2648
+ #, fuzzy
2649
+ msgid "User name"
2650
+ msgstr "Імя рэсурсу"
2651
 
2652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1158
2653
+ msgid "User role"
2654
+ msgstr ""
 
2655
 
2656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1160
2657
  #, fuzzy
2658
+ msgid "Max number of resources"
2659
+ msgstr "Лік наведвальнікаў"
2660
 
2661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1161
2662
+ msgid "Actions for specific user"
 
2663
  msgstr ""
2664
 
2665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1162
2666
+ msgid "Set user as"
2667
+ msgstr ""
 
 
 
 
 
 
 
2668
 
2669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1198
2670
  #, fuzzy
2671
+ msgid "Activate"
2672
+ msgstr "Актыўна"
2673
 
2674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1199
2675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1208
2676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1211
2677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1214
2678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
2679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1234
2680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
2681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1249
2682
  #, fuzzy
2683
+ msgid "Do you really want"
2684
+ msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2685
 
2686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1199
2687
+ msgid "make user active"
2688
  msgstr ""
2689
 
2690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1203
2691
+ #, fuzzy
2692
+ msgid "Deactivate"
2693
+ msgstr "Актыўна"
 
 
 
 
 
2694
 
2695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1207
2696
+ msgid "Set as inactive"
2697
  msgstr ""
2698
 
2699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1208
2700
+ msgid "make user inactive"
2701
  msgstr ""
2702
 
2703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1210
 
2704
  #, fuzzy
2705
+ msgid "Delete configuration"
2706
+ msgstr "Выдаленне дадзеных па браняванні"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2707
 
2708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1211
2709
+ msgid "delete configuration"
2710
+ msgstr ""
 
 
2711
 
2712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1213
2713
+ #, fuzzy
2714
+ msgid "Delete all booking data"
2715
+ msgstr "Выдаленне дадзеных па браняванні"
2716
 
2717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1214
2718
+ #, fuzzy
2719
+ msgid "delete all booking data"
2720
+ msgstr "Выдаленне дадзеных па браняванні"
 
 
2721
 
2722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1219
2723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
2724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
2725
+ #, fuzzy
2726
+ msgid "Super Admin"
2727
+ msgstr "Супериор "
2728
 
2729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
2730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1234
2731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
2732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1249
2733
+ msgid "set user as"
2734
  msgstr ""
2735
 
2736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1233
2737
+ msgid "Low Level user"
2738
  msgstr ""
2739
 
2740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1234
2741
+ msgid "Low level user"
 
2742
  msgstr ""
2743
 
2744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1240
2745
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1241
2746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1248
2747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1249
2748
+ #, fuzzy
2749
+ msgid "Regular user"
2750
+ msgstr "Гады"
 
2751
 
2752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1255
2753
  #, fuzzy
2754
+ msgid "Login"
2755
+ msgstr "Спасылкі"
 
 
 
 
 
 
 
 
2756
 
2757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1332
2758
  #, fuzzy
2759
+ msgid "Suite"
2760
+ msgstr "Загаловак"
 
 
 
 
 
 
 
 
2761
 
2762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:116
2763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3477
2764
+ #, fuzzy
2765
+ msgid "New booking"
2766
+ msgstr "Браняванне"
2767
 
2768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:118
2769
  #, fuzzy
2770
  msgid "Insertion of"
2771
  msgstr "Інфармацыя"
2772
 
2773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:130
 
 
 
 
 
 
 
2774
  #, fuzzy
2775
+ msgid "Modification of exist booking"
2776
  msgstr "Новае браняванне"
2777
 
2778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:132
2779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:147
2780
  #, fuzzy
2781
  msgid "Inserttion of"
2782
  msgstr "налада емейла"
2783
 
2784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:173
2785
  #, fuzzy
2786
  msgid "Agregate resources:"
2787
  msgstr "Кошт рэсурсу"
2788
 
2789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:184
2790
  msgid "Set inside of calendar as unavailable dates, which are reserved at these booking resources also"
2791
  msgstr ""
2792
 
2793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:193
2794
  #, php-format
2795
  msgid "This shortcode %s is using for a page, where visitors can make %smodification%s of own booking(s), %scancel%s own booking or make %spayment%s after admin email payment request"
2796
  msgstr ""
2797
 
2798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:194
2799
  #, php-format
2800
  msgid "The content of field %sURL for bookings edit%s at %sgeneral booking settings page%s have to link to this page"
2801
  msgstr ""
2802
 
2803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:195
2804
  #, php-format
2805
  msgid "Emails templates, which are use shortcodes: %s will be link to this page"
2806
  msgstr ""
2807
 
2808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
2809
  #, php-format
2810
  msgid "This shortcode %s is using for search form"
2811
  msgstr ""
2812
 
2813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:397
2814
  #, fuzzy
2815
  msgid "This booking resources is not exist"
2816
  msgstr "Тып бранявання"
2817
 
2818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:446
2819
+ msgid "Processing..."
2820
+ msgstr ""
2821
+
2822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:467
2823
+ msgid "Generating collumns..."
2824
+ msgstr ""
2825
+
2826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:497
2827
+ #, fuzzy
2828
+ msgid "Exporting booking data..."
2829
+ msgstr "Выдаленне дадзеных па браняванні"
2830
+
2831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:531
2832
+ msgid "Generating content of file"
2833
+ msgstr ""
2834
+
2835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:569
2836
+ #, fuzzy
2837
+ msgid "Saving to file"
2838
+ msgstr "у календары"
2839
+
2840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:586
2841
+ #, fuzzy
2842
+ msgid "Export bookings"
2843
+ msgstr "Тып бранявання"
2844
+
2845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
2846
+ msgid "Download the CSV file of exported booking data"
2847
+ msgstr ""
2848
+
2849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:595
2850
+ msgid "Download"
2851
+ msgstr ""
2852
+
2853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:604
2854
+ #, fuzzy
2855
+ msgid "Done!"
2856
+ msgstr "Тэлефон"
2857
+
2858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:666
2859
  #, fuzzy
2860
  msgid "link"
2861
  msgstr "Спасылкі"
2862
 
2863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:719
2864
+ #, fuzzy
2865
+ msgid "Print bookings"
2866
+ msgstr "%sвремя канчаткі бранявання%s"
2867
+
2868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:740
2869
  msgid "The booking is cancel by visitor."
2870
  msgstr ""
2871
 
2872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:754
2873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:765
2874
  msgid "Wrong booking hash in URL. Probably its expired."
2875
  msgstr ""
2876
 
2877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:851
2878
  msgid "The booking is cancel successfully"
2879
  msgstr ""
2880
 
2881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:963
2882
  #, fuzzy
2883
+ msgid "Add New Booking Resource(s)"
2884
+ msgstr "Дадаць новае браняванне"
2885
 
2886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:970
2887
  #, fuzzy
2888
+ msgid "New Resource"
2889
  msgstr "Дадаць новае браняванне"
2890
 
2891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:971
2892
+ #, fuzzy
2893
+ msgid "Enter name of booking resource"
2894
+ msgstr "Сезонныя змены коштаў"
2895
+
2896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:974
2897
+ msgid "Enter title here"
2898
+ msgstr ""
2899
+
2900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:984
2901
+ #, fuzzy
2902
+ msgid "Advanced Options"
2903
+ msgstr "Пашыраныя налады"
2904
+
2905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:985
2906
  #, fuzzy
2907
  msgid "Add new resource(s)"
2908
  msgstr "Дадаць новае браняванне"
2909
 
2910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
2911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1132
2912
  #, fuzzy
2913
  msgid "Default booking resource"
2914
  msgstr "Тып бранявання"
2915
 
2916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1114
2917
  msgid "Enter your order number for activation process."
2918
  msgstr ""
2919
 
2920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1144
 
 
 
 
 
 
2921
  #, fuzzy
2922
+ msgid "Select your default booking resource."
2923
+ msgstr "Сезонныя змены коштаў"
 
 
 
 
2924
 
2925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1159
2926
  msgid "URL for bookings edit"
2927
  msgstr ""
2928
 
2929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1161
2930
  #, php-format
2931
  msgid "Type URL for bookings edit by %svisitors%s. You must use %s shortcode, at this page."
2932
  msgstr ""
2933
 
2934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1179
2935
  #, fuzzy
2936
  msgid "Change hash after approvment of booking"
2937
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2938
 
2939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1183
2940
  msgid " Check this, if you want to change hash of booking after approvemnt. This will disable posibility for visitor to edit or cancel booking."
2941
  msgstr ""
2942
 
2943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1194
2944
  #, php-format
2945
  msgid "%s - start new translation section, where %s - locale of translation"
2946
  msgstr ""
2947
 
2948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1195
2949
  #, fuzzy, php-format
2950
  msgid "Example #1: %s - start French tranlation section"
2951
  msgstr "Прыклад: %s "
2952
 
2953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1196
2954
  #, php-format
2955
  msgid "Example #2: \"%s\" - English and French translation of some message"
2956
  msgstr ""
2957
 
2958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1213
2959
+ msgid "Customization of email template, which is sending to Admin after new booking"
2960
+ msgstr ""
2961
+
2962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1214
2963
+ #, fuzzy
2964
+ msgid "New for Admin"
2965
+ msgstr "Супериор "
2966
+
2967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1222
2968
+ msgid "Customization of email template, which is sending to Visitor after new booking"
2969
+ msgstr ""
2970
+
2971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1223
2972
+ #, fuzzy
2973
+ msgid "New for Visitor"
2974
+ msgstr "Лік наведвальнікаў"
2975
+
2976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
2977
+ msgid "Customization of email template, which is sending to Visitor after approvement of booking"
2978
+ msgstr ""
2979
+
2980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
2981
+ msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
2982
+ msgstr ""
2983
+
2984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
2985
+ #, fuzzy
2986
+ msgid "Declined"
2987
+ msgstr "Выдалена"
2988
+
2989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1249
2990
+ #, fuzzy
2991
+ msgid "Customization of email template, which is sending after modification of booking"
2992
+ msgstr "Ліст наведвальніку пасля рэдагавання брані."
2993
+
2994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1250
2995
+ msgid "Modificated"
2996
+ msgstr ""
2997
+
2998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1261
2999
+ msgid "Customization of email template, which is sending to Visitor after payment request"
3000
+ msgstr ""
3001
+
3002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1262
3003
+ #, fuzzy
3004
+ msgid "Payment request"
3005
+ msgstr "Аплата"
3006
+
3007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1308
3008
  #, fuzzy
3009
  msgid "Incorrect date format"
3010
  msgstr "Некоректный фармат даты"
3011
 
3012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
3013
  #, fuzzy
3014
  msgid "Booking resource selection:"
3015
  msgstr "Тып бранявання"
3016
 
3017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1471
3018
  #, fuzzy
3019
+ msgid "All bookings"
3020
+ msgstr "Дадаць рэзерв"
3021
 
3022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1475
3023
+ msgid "All incoming bookings"
3024
  msgstr ""
3025
 
3026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
3027
+ msgid "Reservations, which was done today"
3028
  msgstr ""
3029
 
3030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1485
3031
+ #, fuzzy
3032
+ msgid "Agenda of bookings for today"
3033
+ msgstr "Некалькі рэзерваў у адзін і той жа дзень"
3034
+
3035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1506
3036
  msgid "Add new booking resource"
3037
  msgstr "Дадаць новае браняванне"
3038
 
3039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2471
3040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2527
 
 
 
 
 
3041
  msgid "Updated successfully"
3042
  msgstr "Абноўлена паспяхова"
3043
 
3044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2488
3045
  msgid "Warning! The resource was not chnaged. Actual dates are already booked there."
3046
  msgstr ""
3047
 
3048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2762
3049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2767
3050
  msgid "Email to \"Admin\" after booking at site"
3051
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
3052
 
3053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2772
3054
  msgid "To"
3055
  msgstr "Каму"
3056
 
3057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2774
3058
+ #, fuzzy, php-format
3059
+ msgid "Type default %sadmin email%s for checking bookings"
3060
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
3061
 
3062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2788
3063
  #, fuzzy, php-format
3064
  msgid "Type your email subject for %schecking booking%s. You can use these %s shortcodes."
3065
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
3066
 
3067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2794
3068
  #, fuzzy, php-format
3069
  msgid "Type your %semail message for checking booking%s in. "
3070
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
3071
 
3072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2804
3073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2862
3074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2919
3075
  #, php-format
3076
  msgid "%s - inserting detail person info, "
3077
  msgstr "%s - дадаць падрабязную інфармацыю, пра твар якое зрабіла рэзерв,"
3078
 
3079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2805
3080
  #, fuzzy, php-format
3081
  msgid "%s - inserting moderate link of new booking, "
3082
  msgstr "%s - уставіць даты бранявання"
3083
 
3084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2806
3085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2863
3086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2920
3087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3034
3088
  #, fuzzy, php-format
3089
  msgid "%s - inserting link to booking editable by vistor from his account, "
3090
  msgstr "%s - уставіць тып бранявання"
3091
 
3092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2808
3093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2865
3094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2922
3095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2978
3096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3036
3097
  #, fuzzy, php-format
3098
  msgid "%s - inserting cost of this booking, "
3099
  msgstr "%s - уставіць даты бранявання"
3100
 
3101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2810
3102
  #, fuzzy, php-format
3103
+ msgid "For example: \"You need to approve a new booking %s on the following dates: %s Person detailed information:%s You can edit this booking at: %s Thank you, booking service.\""
3104
  msgstr "На прыклад: \"Вы павінны пацвердзіць новую бронь %s на даты: %s Дэталёвая інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам бранявання.\""
3105
 
3106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2826
3107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2832
3108
  #, fuzzy
3109
+ msgid "Email to \"Person\" after new booking is done by this person"
3110
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
3111
 
3112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2846
3113
  #, fuzzy, php-format
3114
+ msgid "Type email subject for %svisitor after creation of a new booking%s. Use these %s shortcodes."
3115
  msgstr "Увядзіце тэму ліста пры %sредактировании браняванні%s"
3116
 
3117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2852
3118
  #, fuzzy, php-format
3119
+ msgid "Type your %semail message for visitor after creation new booking%s at site"
3120
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
3121
 
3122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2867
3123
  #, fuzzy, php-format
3124
+ msgid "For example: \"Your booking %s at dates: %s is processing now! Please, wait for the confirmation email. %s You can edit this booking at this page: %s Thank you, booking service.\""
3125
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3126
 
3127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2883
3128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2888
3129
  msgid "Email to \"Person\" after approval of booking"
3130
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
3131
 
3132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2903
3133
  #, fuzzy, php-format
3134
  msgid "Type your email subject for %sapproval of booking%s. You can use these %s shortcodes."
3135
  msgstr "Увядзіце тэму ліста для %sподтверждения браняванні%s"
3136
 
3137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2909
3138
  #, php-format
3139
  msgid "Type your %semail message for approval booking%s at site"
3140
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
3141
 
3142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2924
3143
  #, fuzzy, php-format
3144
+ msgid "For example: \"Your booking %s at dates: %s has been approved.%s You can edit this booking at this page: %s Thank you, booking service.\""
3145
  msgstr "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за карыстанне сэрвісам бранявання .\""
3146
 
3147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2939
3148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2945
3149
  msgid "Email to \"Person\" after deny of booking"
3150
  msgstr "Ліст наведвальніку пасля адмовы брані."
3151
 
3152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2960
3153
  #, fuzzy, php-format
3154
  msgid "Type your email subject for %sdeny of booking%s. You can use these %s shortcodes."
3155
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
3156
 
3157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2966
3158
  #, php-format
3159
  msgid "Type your %semail message for deny booking%s at site"
3160
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
3161
 
3162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2977
3163
  #, php-format
3164
  msgid "%s - inserting reason of cancel booking"
3165
  msgstr "%s - уставіць чыннік адмовы"
3166
 
3167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2980
3168
  #, fuzzy, php-format
3169
+ msgid "For example: \"Your booking %s at dates: %s has been canceled. %s Thank you, booking service.\""
3170
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3171
 
3172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2996
3173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3002
3174
  msgid "Email to \"Person\" after modification of booking"
3175
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
3176
 
3177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
3178
  #, fuzzy, php-format
3179
  msgid "Type your email subject for %smodification of booking%s. You can use these %s shortcodes."
3180
  msgstr "Увядзіце тэму ліста пры %sредактировании браняванні%s"
3181
 
3182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3023
3183
  #, php-format
3184
  msgid "Type your %semail message for modification booking%s at site"
3185
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
3186
 
3187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3038
3188
  #, fuzzy, php-format
3189
+ msgid "For example: \"The booking %s at dates: %s has been edited. %s You can edit this booking at this page: %s Thank you, booking service.\""
3190
  msgstr "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s Дзякуй за карыстанне сэрвісам бранявання.\""
3191
 
3192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3125
3193
  msgid "Form fields"
3194
  msgstr "Палі формы"
3195
 
3196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3145
3197
  #, fuzzy, php-format
3198
  msgid "%sGeneral shortcode rule for fields insertion%s"
3199
  msgstr "%sОсновные кіравала для фармавання пазнак для ўстаўкі палёў воода:%s"
3200
 
3201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3147
3202
  msgid "Parameters: "
3203
  msgstr "Параметры:"
3204
 
3205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3148
3206
  #, fuzzy, php-format
3207
  msgid "%s - this symbol means that this field is Required (can not be skipped)"
3208
  msgstr "%s - гэты знак азначае абавязковае поле (можа быць прапушчаны)"
3209
 
3210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3149
3211
  #, fuzzy, php-format
3212
  msgid "%s - field name, must be unique (can not be skipped)"
3213
  msgstr "%s - назва поля, павінна быць унікальным (не можа быць прапушчана) "
3214
 
3215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3150
3216
  #, fuzzy, php-format
3217
  msgid "%s - default value of field (can be skipped)"
3218
  msgstr "%s - значэнне поля па змаўчанні (можа быць прапушчана)"
3219
 
3220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3153
3221
  #, php-format
3222
  msgid "%sUse these shortcode types for inserting fields into form:%s"
3223
  msgstr "%s Выкарыстоўвайце гэтыя пазнакі для дадання палёў у форму:%s "
3224
 
3225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3154
3226
  #, php-format
3227
  msgid "%s - calendar"
3228
  msgstr "%s - каляндар"
3229
 
3230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3155
3231
  #, php-format
3232
  msgid "%s - CAPTCHA"
3233
  msgstr "%s - CAPTCHA"
3234
 
3235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3157
3236
  #, php-format
3237
  msgid "%s - text field. "
3238
  msgstr "%s - тэкставае поле"
3239
 
3240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3158
3241
  #, php-format
3242
  msgid "Example: %sJohn%s"
3243
  msgstr "Прыклад: %s Іван%s "
3244
 
3245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3160
3246
  #, php-format
3247
  msgid "%s - start time field. "
3248
  msgstr "%s - поле для ўводу часу старту бранявання."
3249
 
3250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3161
3251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3164
3252
  #, php-format
3253
  msgid "Example: %s. If you have already predefined times, you can also use this shortcode: %s"
3254
  msgstr "Прыклад: %s. Калі Вы жадаеце задаць строга пэўны час, Вы можаце выкарыстоўваць гэта: %s "
3255
 
3256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3163
3257
  #, php-format
3258
  msgid "%s - end time field. "
3259
  msgstr "%s - поле для ўводу часу канчатка бранявання."
3260
 
3261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3166
3262
  #, fuzzy, php-format
3263
  msgid "%s - start and end time field in one dropdown list "
3264
  msgstr "%s - поле для ўводу часу старту бранявання."
3265
 
3266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3167
3267
  #, php-format
3268
  msgid "If you have already predefined times (start and end time), use this code: %s "
3269
  msgstr " Калі Вы жадаеце задаць строга пэўны час, Вы можаце выкарыстоўваць гэта: %s "
3270
 
3271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3169
3272
  #, php-format
3273
  msgid "%s - duration time field. "
3274
  msgstr "%s - поле для ўводу працягласці часу бранявання."
3275
 
3276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3170
3277
  #, php-format
3278
  msgid "If you set already start time, you can set duration of time using this shortcode: %s. You do not requre endtime."
3279
  msgstr "Калі Вы ўжо ўсталявалі пачатковы час, Вы можаце ўсталяваць працягласць для рэзерву выкарыстоўваючы гэты код: %s. Вы не павінны ўсталёўваць час канчатка ў дадзеным выпадку."
3280
 
3281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3173
3282
  #, php-format
3283
  msgid "%s - additional time field (as an additional property). Do not apply to the dividing day into sections. "
3284
  msgstr "%s - дадатковае поле часу. Не ўплывае на дзяленне дня бранявання на часткі."
3285
 
3286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3176
3287
  #, fuzzy, php-format
3288
  msgid "%s - email field, "
3289
  msgstr "%s - поле для воода еў. пошты"
3290
 
3291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3179
3292
  #, php-format
3293
  msgid "%s - select field, "
3294
  msgstr "%s - поле з выпадальным спісам"
3295
 
3296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3182
3297
  #, php-format
3298
  msgid "%s - checkbox field, "
3299
  msgstr "%s - поле з пазнакай"
3300
 
3301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3183
3302
  #, fuzzy, php-format
3303
  msgid "Example #1: %s "
3304
  msgstr "Прыклад: %s "
3305
 
3306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3184
3307
  #, php-format
3308
  msgid "Example #2: %s - checked by default"
3309
  msgstr ""
3310
 
3311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3185
3312
  #, php-format
3313
  msgid "Example #3: %s - several values"
3314
  msgstr ""
3315
 
3316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3187
3317
  #, php-format
3318
  msgid "%s - textarea field, "
3319
  msgstr "%s - тэкставае поле"
3320
 
3321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3190
3322
  #, fuzzy, php-format
3323
  msgid "%s - countries list field, "
3324
  msgstr "%s - поле з выпадальным спісам"
3325
 
3326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3191
3327
  #, fuzzy, php-format
3328
  msgid "Example #1: %s - default usage"
3329
  msgstr "Прыклад: %s "
3330
 
3331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3192
3332
  #, php-format
3333
  msgid "Example #2: %s - country selected by default"
3334
  msgstr ""
3335
 
3336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3194
3337
  #, php-format
3338
  msgid "%s - submit button, "
3339
  msgstr "%s - кнопка для адпраўкі"
3340
 
3341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3195
3342
  #, php-format
3343
  msgid "Example: %sSend%s "
3344
  msgstr "Прыклад: %sОтправить%s "
3345
 
3346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3197
3347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3225
3348
  #, php-format
3349
  msgid "%s - inserting new line, "
3350
  msgstr "%s - дадаць новы радок"
3351
 
3352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3203
3353
  msgid "Reset to default form"
3354
  msgstr "Абнавіць да значэння па змаўчанні"
3355
 
3356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3205
3357
  #, fuzzy
3358
  msgid "Reset to default Payment form"
3359
  msgstr "Абнавіць да значэння па змаўчанні"
3360
 
3361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3216
3362
  #, fuzzy, php-format
3363
+ msgid "Form content data showing in emails (%s-shortcode) and inside approval and booking tables in booking calendar page"
3364
  msgstr "Форма ўтрымання дадзеных паказана ў лістах(%s - пазнака) і ўсярэдзіне табліц пацверджання і браняванні на старонцы календара бранявання"
3365
 
3366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3224
3367
+ #, php-format
3368
+ msgid "%s - inserting data from fields of booking form, "
3369
+ msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
3370
+
3371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3231
3372
+ msgid "Reset to default form content"
3373
+ msgstr "Абнавіць да значэння па змаўчанні"
3374
+
3375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3233
3376
+ #, fuzzy
3377
+ msgid "Reset to default Payment form content"
3378
+ msgstr "Абнавіць да значэння па змаўчанні"
3379
+
3380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
3381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3342
3382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3358
3383
+ msgid "First Name"
3384
+ msgstr "Імя"
3385
+
3386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3331
3387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3343
3388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
3389
+ msgid "Last Name"
3390
+ msgstr "Прозвішча"
3391
+
3392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3332
3393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3344
3394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3360
3395
+ msgid "Email"
3396
+ msgstr "Емейл"
3397
+
3398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3361
3399
+ #, fuzzy
3400
+ msgid "Address"
3401
+ msgstr "Дадаць"
3402
+
3403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3362
3404
+ msgid "City"
3405
+ msgstr ""
3406
+
3407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3363
3408
+ msgid "Post code"
3409
+ msgstr ""
3410
+
3411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3479
3412
+ #, fuzzy, php-format
3413
+ msgid "Your booking %s for: %s is processing now! Please, wait for the confirmation email. %sYou can edit this booking at this page: %s Thank you, %s"
3414
+ msgstr "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за карыстанне сэрвісам бранявання.%s"
3415
+
3416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3483
3417
+ #, fuzzy
3418
+ msgid "The booking has been modified"
3419
+ msgstr "Ваша бронь была зменена"
3420
+
3421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
3422
+ #, fuzzy, php-format
3423
+ msgid "The booking %s for: %s has been edited. %sYou can edit this booking at this page: %s Thank you, %s"
3424
+ msgstr "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за карыстанне сэрвісам бранявання.%s"
3425
+
3426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
3427
+ msgid "Sending request..."
3428
+ msgstr ""
3429
+
3430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3571
3431
+ msgid "Order number"
3432
+ msgstr ""
3433
+
3434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3574
3435
+ #, fuzzy
3436
+ msgid "Register"
3437
+ msgstr "Забранявана"
3438
+
3439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3576
3440
+ msgid "Please, enter your order number of purchasing this version, which you are received in email."
3441
+ msgstr ""
3442
+
3443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3580
3444
+ #, php-format
3445
+ msgid "If you will get any difficulties or have a questions, please contact by email %s"
3446
+ msgstr ""
3447
+
3448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:22
3449
+ msgid "Integration of iPay88 payment system"
3450
+ msgstr ""
3451
+
3452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:23
3453
+ #, fuzzy
3454
+ msgid "iPay88"
3455
+ msgstr "Актывацыя Paypal"
3456
+
3457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
3458
+ #, fuzzy
3459
+ msgid "iPay88 customization"
3460
+ msgstr "Налада Paypal"
3461
+
3462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:113
3463
+ #, fuzzy
3464
+ msgid "iPay88 active"
3465
+ msgstr "Актывацыя Paypal"
3466
+
3467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:119
3468
+ #, fuzzy
3469
+ msgid " Check this checkbox to use iPay88."
3470
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3471
+
3472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:125
3473
+ msgid "Merchant Code"
3474
+ msgstr ""
3475
+
3476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:131
3477
+ msgid "Enter your iPay88 Merchant Code."
3478
+ msgstr ""
3479
+
3480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:137
3481
+ msgid "Merchant Key"
3482
+ msgstr ""
3483
+
3484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:143
3485
+ msgid "Enter your iPay88 Merchant Key."
3486
+ msgstr ""
3487
+
3488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:168
3489
+ msgid "Choose Payment Currency"
3490
+ msgstr "Абярыце валюту плацяжу"
3491
+
3492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:172
3493
+ msgid "Malaysian Ringgit"
3494
+ msgstr ""
3495
+
3496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:173
3497
+ msgid "U.S. Dollars"
3498
+ msgstr "Даляры ЗША"
3499
+
3500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
3501
+ #, fuzzy
3502
+ msgid "Philippines Peso"
3503
+ msgstr "Филипинский пессо"
3504
+
3505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
3506
+ msgid "Euros"
3507
+ msgstr "Еўра"
3508
+
3509
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:179
3510
+ msgid "Pounds Sterling"
3511
+ msgstr "Фунты Стэрлінгаў"
3512
+
3513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:180
3514
+ msgid "Yen"
3515
+ msgstr "Ены"
3516
+
3517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:181
3518
+ msgid "Australian Dollars"
3519
+ msgstr "Аўстралійскія даляры"
3520
+
3521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:182
3522
+ msgid "Canadian Dollars"
3523
+ msgstr "Канадскія даляры"
3524
+
3525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:183
3526
+ msgid "New Zealand Dollar"
3527
+ msgstr "Новазеландскія даляры"
3528
+
3529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:184
3530
+ msgid "Swiss Franc"
3531
+ msgstr "Швейцарскія франкі"
3532
+
3533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:185
3534
+ msgid "Hong Kong Dollar"
3535
+ msgstr "Гонгконские даляры"
3536
+
3537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:186
3538
+ msgid "Singapore Dollar"
3539
+ msgstr "Сінгапурскія даляры"
3540
+
3541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:187
3542
+ msgid "Swedish Krona"
3543
+ msgstr "Швецкая крона"
3544
+
3545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:188
3546
+ msgid "Danish Krone"
3547
+ msgstr "Дацкая крона"
3548
+
3549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:189
3550
+ msgid "Polish Zloty"
3551
+ msgstr "Польскі злоты"
3552
+
3553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:190
3554
+ msgid "Norwegian Krone"
3555
+ msgstr "Нарвежская крона"
3556
+
3557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:191
3558
+ msgid "Hungarian Forint"
3559
+ msgstr "Вугорскі форынт"
3560
+
3561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:192
3562
+ msgid "Czech Koruna"
3563
+ msgstr "Чэшская крона"
3564
+
3565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:193
3566
+ msgid "Israeli Shekel"
3567
+ msgstr "Ізраільскі шекель"
3568
+
3569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:194
3570
+ msgid "Mexican Peso"
3571
+ msgstr "Мексіканскі пессо."
3572
+
3573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:195
3574
+ msgid "Brazilian Real (only for Brazilian users)"
3575
+ msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
3576
+
3577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:196
3578
+ msgid "Malaysian Ringgits (only for Malaysian users)"
3579
+ msgstr "Малайзійскі ринггит (толькі для карыстачоў Малайзіі)"
3580
+
3581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:197
3582
+ msgid "Philippine Pesos"
3583
+ msgstr "Филипинский пессо"
3584
+
3585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:198
3586
+ msgid "Taiwan New Dollars"
3587
+ msgstr "Тайванский новы даляр"
3588
+
3589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:199
3590
+ msgid "Thai Baht"
3591
+ msgstr "Тайландскі бат"
3592
+
3593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:201
3594
+ msgid "This is the currency for your visitors to make Payments"
3595
+ msgstr "Гэта валюта для Вашых наведвальнікаў для ажыццяўлення плацяжоў"
3596
+
3597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
3598
+ msgid "Payment description"
3599
+ msgstr "Апісанне плацяжоў"
3600
+
3601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:212
3602
+ msgid "Enter the service name or the reason for the payment here."
3603
+ msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
3604
+
3605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
3606
+ msgid " Use these shortcodes for customization: "
3607
+ msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
3608
+
3609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:224
3610
+ #, php-format
3611
+ msgid "%s[bookingname]%s - inserting name of booking resource, "
3612
+ msgstr "%s[bookingname]%s - дадаць назву бранявання,"
3613
+
3614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:225
3615
+ #, php-format
3616
+ msgid "%s[dates]%s - inserting list of reserved dates "
3617
+ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3618
+
3619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:226
3620
+ #, fuzzy, php-format
3621
+ msgid "%s[datescount]%s - inserting number of reserved dates "
3622
+ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3623
+
3624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:238
3625
+ #, fuzzy
3626
+ msgid "Show payment description"
3627
+ msgstr "Апісанне плацяжоў"
3628
+
3629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:239
3630
+ #, fuzzy
3631
+ msgid "on booking form near pay button"
3632
+ msgstr "у форме бранявання"
3633
+
3634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:243
3635
+ #, fuzzy
3636
+ msgid " Check this checkbox if you want to show payment description near pay button."
3637
+ msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
3638
+
3639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
3640
+ msgid "Return URL after Successful order"
3641
+ msgstr ""
3642
+
3643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:256
3644
+ msgid "Enter a return relative Successful URL."
3645
+ msgstr ""
3646
+
3647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:257
3648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:268
3649
+ msgid "Please test this URL. Its have to be valid."
3650
+ msgstr ""
3651
+
3652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:263
3653
+ #, fuzzy
3654
+ msgid "Return URL after Failed order"
3655
+ msgstr "Спасылка для вяртання з Paypal-а"
3656
+
3657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:267
3658
+ msgid "Enter a return relative Failed URL."
3659
+ msgstr ""
3660
+
3661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:274
3662
+ #, fuzzy
3663
+ msgid "Auto approve/cancel of booking"
3664
+ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
3665
+
3666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:278
3667
+ msgid " Check this checkbox and booking will be automaticaly approve or cancel, when visitor make successfully payment or when visitor make a payment cancellation. Warning this wont work if visitor leave the payment page"
3668
+ msgstr ""
3669
+
3670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
3671
+ #, php-format
3672
+ msgid "Please %s configure %s fields inside the billing form%s, this is necessary for %s Payment System."
3673
+ msgstr ""
3674
+
3675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:447
3676
+ msgid "Proceed with iPay88 Payment"
3677
+ msgstr ""
3678
+
3679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:472
3680
+ #, php-format
3681
+ msgid "Payment for booking of the %s for days: %s"
3682
+ msgstr "Аплата бранявання %s на наступныя дні:%s"
3683
+
3684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
3685
+ msgid "Error IPN"
3686
+ msgstr ""
3687
+
3688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:231
3689
+ msgid "Verified IPN"
3690
+ msgstr ""
3691
+
3692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:254
3693
+ msgid "Invalid IPN"
3694
+ msgstr ""
3695
+
3696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:21
3697
+ msgid "Integration of Paypal payment system"
3698
+ msgstr ""
3699
+
3700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:22
3701
+ #, fuzzy
3702
+ msgid "PayPal"
3703
+ msgstr "Актывацыя Paypal"
3704
+
3705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:136
3706
+ msgid "PayPal customization"
3707
+ msgstr "Налада Paypal"
3708
+
3709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:146
3710
+ #, fuzzy
3711
+ msgid "Paypal Standard"
3712
+ msgstr "Стандарт "
3713
+
3714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:160
3715
+ msgid "Paypal Pro Hosted Solution"
3716
+ msgstr ""
3717
+
3718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:172
3719
+ msgid "IPN"
3720
+ msgstr ""
3721
+
3722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:199
3723
+ msgid "Sending email for verified transaction"
3724
+ msgstr ""
3725
+
3726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:206
3727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:224
3728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:243
3729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:447
3730
+ #, fuzzy
3731
+ msgid "Active / Inactive"
3732
+ msgstr "Актыўна"
3733
+
3734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
3735
+ #, php-format
3736
+ msgid "Email for getting report for %sverified%s transactions."
3737
+ msgstr ""
3738
+
3739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:217
3740
+ msgid "Sending email for invalid transaction"
3741
+ msgstr ""
3742
+
3743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
3744
+ #, php-format
3745
+ msgid "Email for getting report for %sinvalid%s transactions."
3746
+ msgstr ""
3747
+
3748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:236
3749
+ msgid "Sending email if error occuer during veryfication"
3750
+ msgstr ""
3751
+
3752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:248
3753
+ #, php-format
3754
+ msgid "Email for getting report for %ssome errors in veryfication process%s."
3755
+ msgstr ""
3756
+
3757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:255
3758
+ msgid "Use SSL connection"
3759
+ msgstr ""
3760
+
3761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:260
3762
+ msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
3763
+ msgstr ""
3764
+
3765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:266
3766
+ msgid "Use cURL posting"
3767
+ msgstr ""
3768
+
3769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
3770
+ msgid "Use the cURL for posting data, instead of fsockopen() function"
3771
+ msgstr ""
3772
+
3773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:280
3774
+ msgid " Follow these instructions to set up your listener at your PayPal account:"
3775
+ msgstr ""
3776
+
3777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:282
3778
+ msgid "Click Profile on the My Account tab."
3779
+ msgstr ""
3780
+
3781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:283
3782
+ msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
3783
+ msgstr ""
3784
+
3785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:284
3786
+ msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
3787
+ msgstr ""
3788
+
3789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:285
3790
+ msgid "Specify the URL for your listener in the Notification URL field as:"
3791
+ msgstr ""
3792
+
3793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:286
3794
+ msgid "Click Receive IPN messages (Enabled) to enable your listener."
3795
+ msgstr ""
3796
+
3797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:287
3798
+ msgid "Click Save."
3799
+ msgstr ""
3800
+
3801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:288
3802
+ msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
3803
+ msgstr ""
3804
+
3805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:302
3806
+ msgid "PayPal active"
3807
+ msgstr "Актывацыя Paypal"
3808
+
3809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:309
3810
+ #, fuzzy
3811
+ msgid " Check this checkbox to use PayPal."
3812
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3813
+
3814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:314
3815
+ msgid "Payment Pro Hosted Solution active"
3816
+ msgstr ""
3817
+
3818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:321
3819
+ #, fuzzy
3820
+ msgid " Check this checkbox to activate Payment Pro Hosted Solution."
3821
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3822
+
3823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:327
3824
+ msgid "Secure Merchant ID"
3825
+ msgstr ""
3826
+
3827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:333
3828
+ msgid "This is the Secure Merchant ID, which can be found on the profile page"
3829
+ msgstr ""
3830
+
3831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:340
3832
+ msgid "Paypal Email address to receive payments"
3833
+ msgstr "Электронная пошта Paypal для атрымання плацяжоў"
3834
+
3835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
3836
+ msgid "This is the Paypal Email address where the payments will go"
3837
+ msgstr "Электронная пошта экаунта Paypal, куды будуць ісці плацяжы."
3838
+
3839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:352
3840
+ #, fuzzy
3841
+ msgid "Chose payment mode"
3842
+ msgstr "Абярыце валюту плацяжу"
3843
+
3844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:356
3845
+ #, fuzzy
3846
+ msgid "Live"
3847
+ msgstr "Анлайн дэма "
3848
+
3849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:357
3850
+ msgid "Sandbox"
3851
+ msgstr ""
3852
+
3853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
3854
+ #, fuzzy
3855
+ msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
3856
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3857
+
3858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
3859
+ #, fuzzy
3860
+ msgid "Payment action"
3861
+ msgstr "Апісанне плацяжоў"
3862
+
3863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
3864
+ #, fuzzy
3865
+ msgid "Sale"
3866
+ msgstr "Захаваць"
3867
+
3868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
3869
+ #, fuzzy
3870
+ msgid "Authorization"
3871
+ msgstr "налада емейла"
3872
+
3873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
3874
+ msgid " Indicates whether the transaction is payment on a final sale or an authorization for a final sale, to be captured later. "
3875
+ msgstr ""
3876
+
3877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:384
3878
+ msgid "British Pound"
3879
+ msgstr ""
3880
+
3881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:385
3882
+ msgid "Japanese Yen"
3883
+ msgstr ""
3884
+
3885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:398
3886
+ #, fuzzy
3887
+ msgid "Israeli New Shekel"
3888
+ msgstr "Ізраільскі шекель"
3889
+
3890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:405
3891
+ msgid "Turkish Lira (only for Turkish members)"
3892
+ msgstr ""
3893
+
3894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:421
3895
+ #, fuzzy
3896
+ msgid "Show payment description in payment form."
3897
+ msgstr "Апісанне плацяжоў"
3898
+
3899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:440
3900
+ msgid "Reference Text Box Title"
3901
+ msgstr "Дапаможнае тэкставае поле"
3902
+
3903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:452
3904
+ msgid "Enter a title for the Reference text box (i.e. Your emeil). The visitors will see this text"
3905
+ msgstr "Увядзіце загаловак для дапаможнага поля (напрыклад: Электронная пошта). Наведвальнікі ўбачаць гэты тэкст"
3906
+
3907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:458
3908
+ msgid "Return URL from PayPal"
3909
+ msgstr "Спасылка для вяртання з Paypal-а"
3910
+
3911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:462
3912
+ msgid "The URL to which the payers browser is redirected after completing the payment; for example, a URL on your site that displays a {Thank you for your payment page}."
3913
+ msgstr ""
3914
+
3915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:463
3916
+ #, php-format
3917
+ msgid ""
3918
+ "For using this feature you %smust have activated auto return link%s at your Paypal account.\n"
3919
+ "Follow these steps to configure it:%s\n"
3920
+ "1. Log in to your PayPal account.%s\n"
3921
+ "2. Click the Profile subtab.%s\n"
3922
+ "3. Click Website Payment Preferences in the Seller Preferences column.%s\n"
3923
+ "4. Under Auto Return for Website Payments, click the On radio button.%s\n"
3924
+ "5. For the Return URL, enter the YOUR URL for your site for successfull payment. "
3925
+ msgstr ""
3926
+
3927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:475
3928
+ #, fuzzy
3929
+ msgid "Cancel Return URL from PayPal"
3930
+ msgstr "Спасылка для вяртання з Paypal-а"
3931
+
3932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:479
3933
+ msgid "A URL to which the payers browser is redirected if payment is cancelled, for example, a URL on your website that displays a {Payment Canceled} page."
3934
+ msgstr ""
3935
+
3936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:495
3937
+ msgid "Button types"
3938
+ msgstr "Выгляды кнопкі"
3939
+
3940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:510
3941
+ #, fuzzy
3942
+ msgid "Select submit button type"
3943
+ msgstr "Абярыце тып якая пацвярджае кнопкі"
3944
+
3945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:739
3946
+ msgid "Make payments with payPal - its fast, free and secure!"
3947
+ msgstr "Зрабіце аплату пры дапамозе Paypal - гэта хутка і бяспечна."
3948
+
3949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:769
3950
+ msgid "Enter your phone"
3951
+ msgstr "Увядзіце ваш тэлефон"
3952
+
3953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
3954
+ msgid "Integration of Sage payment system"
3955
+ msgstr ""
3956
+
3957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:22
3958
+ #, fuzzy
3959
+ msgid "Sage"
3960
+ msgstr "Захаваць"
3961
+
3962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:77
3963
+ #, fuzzy
3964
+ msgid "Sage payment customization"
3965
+ msgstr "налада емейла"
3966
+
3967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:79
3968
+ #, php-format
3969
+ msgid "If you have no account for this system, please visit %s to create one. Simulator account emulates the Sage Pay account as well as a Test and Live account."
3970
+ msgstr ""
3971
+
3972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:84
3973
+ msgid "Sage payment active"
3974
+ msgstr ""
3975
+
3976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:90
3977
+ #, fuzzy
3978
+ msgid " Check this checkbox for using Sage payment."
3979
+ msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
3980
+
3981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:134
3982
+ msgid "Choose live or test environment"
3983
+ msgstr ""
3984
+
3985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:138
3986
+ msgid "SIMULATOR"
3987
+ msgstr ""
3988
+
3989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:139
3990
+ msgid "TEST"
3991
+ msgstr ""
3992
+
3993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:140
3994
+ msgid "LIVE"
3995
+ msgstr ""
3996
+
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:142
3998
+ msgid "Select SIMULATOR for the Simulator expert system, TEST for the Test Server and LIVE in the live environment"
3999
+ msgstr ""
4000
+
4001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:152
4002
+ #, fuzzy
4003
+ msgid "Enter a return relative Successful URL. Sage will redirect visitors to this page after Successful Payment"
4004
+ msgstr "Увядзіце спасылку (старонка падзякі) для вяртання з Paypal-а, наведвальнікі аўтаматычна перанакіроўвацца на яе пасля ажыццяўлення плацяжу."
4005
+
4006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:153
4007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
4008
+ msgid "Please test this URL. Its have to be valid"
4009
+ msgstr ""
4010
+
4011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
4012
+ #, fuzzy
4013
+ msgid "Enter a return relative Failed URL. Sage will redirect visitors to this page after Failed Payment"
4014
+ msgstr "Увядзіце спасылку (старонка падзякі) для вяртання з Paypal-а, наведвальнікі аўтаматычна перанакіроўвацца на яе пасля ажыццяўлення плацяжу."
4015
+
4016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:184
4017
+ #, fuzzy
4018
+ msgid "Vendor Name"
4019
+ msgstr "Прозвішча"
4020
+
4021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:188
4022
+ msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
4023
+ msgstr ""
4024
+
4025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:194
4026
+ msgid "XOR Encryption password"
4027
+ msgstr ""
4028
+
4029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:198
4030
+ msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
4031
+ msgstr ""
4032
+
4033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:238
4034
+ msgid "Transaction type"
4035
+ msgstr ""
4036
+
4037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:242
4038
+ msgid "PAYMENT"
4039
+ msgstr ""
4040
+
4041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:243
4042
+ msgid "DEFERRED"
4043
+ msgstr ""
4044
+
4045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:244
4046
+ msgid "AUTHENTICATE"
4047
+ msgstr ""
4048
+
4049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:246
4050
+ msgid "This can be DEFERRED or AUTHENTICATE if your Sage Pay account supports those payment types"
4051
+ msgstr ""
4052
+
4053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:252
4054
+ msgid "all"
4055
+ msgstr ""
4056
+
4057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:505
4058
+ #, fuzzy
4059
+ msgid "Pay now"
4060
+ msgstr "Купіць цяпер"
4061
+
4062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:506
4063
+ #, php-format
4064
+ msgid "Pay using %s payment service"
4065
+ msgstr ""
4066
+
4067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:257
4068
+ #, fuzzy
4069
+ msgid "week"
4070
+ msgstr "Адправіць"
4071
+
4072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:258
4073
+ msgid "weeks"
4074
+ msgstr ""
4075
+
4076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:259
4077
+ #, fuzzy
4078
+ msgid "month"
4079
+ msgstr "месяц(ы)"
4080
+
4081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:260
4082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:261
4083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:262
4084
+ #, fuzzy
4085
+ msgid "months"
4086
+ msgstr "месяц(ы)"
4087
+
4088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:263
4089
+ #, fuzzy
4090
+ msgid "Year"
4091
+ msgstr "Гады"
4092
+
4093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:266
4094
+ #, fuzzy
4095
+ msgid "Actual dates"
4096
+ msgstr "Актыўна"
4097
+
4098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:267
4099
+ #, fuzzy
4100
+ msgid "Today"
4101
+ msgstr "днеи"
4102
+
4103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:268
4104
+ msgid "Previous dates"
4105
+ msgstr ""
4106
+
4107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:269
4108
+ #, fuzzy
4109
+ msgid "All dates"
4110
+ msgstr "Даты"
4111
+
4112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:270
4113
+ msgid "Some Next days"
4114
+ msgstr ""
4115
+
4116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:271
4117
+ #, fuzzy
4118
+ msgid "Some Prior days"
4119
+ msgstr "Лік месяцаў"
4120
+
4121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:272
4122
+ #, fuzzy
4123
+ msgid "Fixed dates interval"
4124
+ msgstr "фіксаваны ўнёсак"
4125
+
4126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:347
4127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1521
4128
+ msgid "Next"
4129
+ msgstr ""
4130
+
4131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:363
4132
+ #, fuzzy
4133
+ msgid "Prior"
4134
+ msgstr "Пра"
4135
+
4136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:405
4137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:468
4138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:630
4139
+ #, fuzzy
4140
+ msgid "Apply"
4141
+ msgstr "Красавік"
4142
+
4143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:515
4144
+ msgid "Filter"
4145
+ msgstr "Фільтр "
4146
+
4147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:522
4148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:542
4149
+ msgid "Help"
4150
+ msgstr ""
4151
+
4152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:543
4153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:450
4154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1711
4155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1718
4156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2648
4157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2657
4158
+ msgid "FAQ"
4159
+ msgstr ""
4160
+
4161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:544
4162
+ #, fuzzy
4163
+ msgid "Technical Support"
4164
+ msgstr "Премиум падтрымка"
4165
+
4166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
4167
+ msgid "Purchase"
4168
+ msgstr "Купля"
4169
+
4170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:550
4171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1693
4172
+ msgid "Upgrade"
4173
+ msgstr ""
4174
+
4175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:579
4176
+ msgid "Expand Advanced Filter"
4177
+ msgstr ""
4178
+
4179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:580
4180
+ msgid "Collapse Advanced Filter"
4181
+ msgstr ""
4182
+
4183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:595
4184
+ msgid "Send email notification to customer after approvement, unapprovement, deletion of bookings"
4185
+ msgstr ""
4186
+
4187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:597
4188
+ #, fuzzy
4189
+ msgid "Emails sending"
4190
+ msgstr "Емейл "
4191
+
4192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:621
4193
+ #, fuzzy
4194
+ msgid "Booking ID"
4195
+ msgstr "Браняванне"
4196
+
4197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
4198
+ msgid "Go"
4199
+ msgstr ""
4200
+
4201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:671
4202
+ #, fuzzy
4203
+ msgid "Booking Status"
4204
+ msgstr "Усталёўкі для бранявання"
4205
+
4206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:681
4207
+ #, fuzzy
4208
+ msgid "Booking dates"
4209
+ msgstr "Паслугі бранявання"
4210
+
4211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
4212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:854
4213
+ msgid "Unread"
4214
+ msgstr ""
4215
+
4216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:693
4217
+ msgid "Only New"
4218
+ msgstr ""
4219
+
4220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:703
4221
+ msgid "Creation date(s)"
4222
+ msgstr ""
4223
+
4224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:735
4225
+ #, fuzzy
4226
+ msgid "Sort"
4227
+ msgstr "Супериор "
4228
+
4229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:745
4230
+ msgid "Save filter settings as default template (Please, click Apply filter button, before saving!)"
4231
+ msgstr ""
4232
+
4233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:748
4234
+ #, fuzzy
4235
+ msgid "Save as Default"
4236
+ msgstr "Па змаўчанні"
4237
+
4238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:819
4239
+ #, fuzzy
4240
+ msgid "Approve selected bookings"
4241
+ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
4242
+
4243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:823
4244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1454
4245
+ msgid "Approve"
4246
+ msgstr "Пацвердзіць"
4247
+
4248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:824
4249
+ #, fuzzy
4250
+ msgid "Set selected bookings as pening"
4251
+ msgstr "увядзіце час бранявання"
4252
+
4253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:826
4254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
4255
+ #, fuzzy
4256
+ msgid "Are you really want to set booking as pending ?"
4257
+ msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
4258
+
4259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:829
4260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
4261
+ #, fuzzy
4262
+ msgid "Unapprove"
4263
+ msgstr "Пацвердзіць"
4264
+
4265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:832
4266
+ #, fuzzy
4267
+ msgid "Delete selected bookings"
4268
+ msgstr "Выдаленне дадзеных па браняванні"
4269
+
4270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:834
4271
+ #, fuzzy
4272
+ msgid "Are you really want to delete selected booking(s) ?"
4273
+ msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
4274
+
4275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:840
4276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:136
4277
+ msgid "Reason of cancellation here"
4278
+ msgstr "Чыннік адмовы"
4279
+
4280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:845
4281
+ msgid "Mark as read selected bookings"
4282
+ msgstr ""
4283
+
4284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:849
4285
+ #, fuzzy
4286
+ msgid "Read"
4287
+ msgstr "Нататка"
4288
+
4289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:850
4290
+ msgid "Mark as Unread selected bookings"
4291
+ msgstr ""
4292
+
4293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1241
4294
+ #, fuzzy
4295
+ msgid "Booking Data"
4296
+ msgstr "Браняванне"
4297
+
4298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1242
4299
+ #, fuzzy
4300
+ msgid "Booking Dates"
4301
+ msgstr "Паслугі бранявання"
4302
 
4303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1247
4304
+ #, fuzzy
4305
+ msgid "Show ALL dates of booking"
4306
+ msgstr "Сезонныя змены коштаў"
4307
 
4308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1252
4309
  #, fuzzy
4310
+ msgid "Show only check in/out dates"
4311
+ msgstr "%s - поле з пазнакай"
4312
 
4313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1257
4314
+ msgid "Nothing found!"
4315
+ msgstr ""
 
 
4316
 
4317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1288
4318
+ #, fuzzy
4319
+ msgid "Resource not exist"
4320
+ msgstr "Кошт рэсурсу"
 
4321
 
4322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1463
4323
+ #, fuzzy
4324
+ msgid "Are you really want to delete this booking ?"
4325
+ msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
 
4326
 
4327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1503
4328
  #, fuzzy
4329
+ msgid "Prev"
4330
+ msgstr "Кошт"
4331
 
4332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:80
4333
+ msgid "Set as Read"
4334
  msgstr ""
4335
 
4336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:80
4337
+ msgid "Set as Unread"
4338
  msgstr ""
4339
 
4340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:124
 
 
 
 
 
4341
  #, fuzzy
4342
+ msgid "Set as Approved"
4343
+ msgstr "Пацверджана"
 
 
 
 
 
4344
 
4345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:124
4346
+ #, fuzzy
4347
+ msgid "Set as Pending"
4348
+ msgstr "Якія чакаюць сцвярджэнні"
4349
 
4350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:206
4351
  #, fuzzy
4352
  msgid "Done"
4353
  msgstr "Тэлефон"
4354
 
4355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:318
4356
  msgid "Your entered code is incorrect"
4357
  msgstr "Ваш уведзены код няправільны"
4358
 
4359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:591
4360
  msgid "here"
4361
  msgstr ""
4362
 
4363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:139
4364
  #, fuzzy
4365
  msgid "Booking Calendar"
4366
  msgstr "Каляндар бранявання"
4367
 
4368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:350
4369
  #, fuzzy
4370
  msgid "Statistic"
4371
  msgstr "Час пачатку"
4372
 
4373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:354
4374
+ #, fuzzy
4375
+ msgid "New (unread) booking(s)"
4376
+ msgstr "%sвремя канчаткі бранявання%s"
4377
 
4378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:358
4379
  #, fuzzy
4380
  msgid "Pending booking(s)"
4381
  msgstr "%sвремя канчаткі бранявання%s"
4382
 
4383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:364
 
 
4384
  #, fuzzy
4385
+ msgid "Agenda"
4386
+ msgstr "Адправіць"
4387
 
4388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:368
4389
+ msgid "Bookings, what done today"
4390
+ msgstr ""
 
4391
 
4392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:372
4393
  #, fuzzy
4394
+ msgid "Bookings for today"
4395
+ msgstr "Форма бранявання"
4396
 
4397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:395
4398
  msgid "Upgrade to higher versions"
4399
  msgstr ""
4400
 
4401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:395
4402
  #, fuzzy
4403
  msgid "Commercial versions"
4404
  msgstr "купіць Прафесійную версію"
4405
 
4406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:399
4407
  msgid "Upgrade now"
4408
  msgstr ""
4409
 
4410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:401
4411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1685
 
4412
  msgid "Buy now"
4413
  msgstr "Купіць цяпер"
4414
 
4415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:401
4416
  #, fuzzy
4417
  msgid "or"
4418
  msgstr "Форма"
4419
 
4420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:403
4421
  msgid "Test online Demo of each versions"
4422
  msgstr ""
4423
 
4424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:420
4425
  #, fuzzy
4426
  msgid "Current version"
4427
  msgstr "купіць Прафесійную версію"
4428
 
4429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
4430
  msgid "Version"
4431
  msgstr "Версія"
4432
 
4433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:428
4434
  msgid "Type"
4435
  msgstr ""
4436
 
4437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:432
4438
  msgid "Usage for"
4439
  msgstr ""
4440
 
4441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:437
4442
  #, fuzzy
4443
  msgid "Release date"
4444
  msgstr "дата рэлізу"
4445
 
4446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:444
4447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2647
4448
  #, fuzzy
4449
  msgid "Support"
4450
  msgstr "Супериор "
4451
 
4452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
4453
  #, fuzzy
4454
  msgid "Contact email"
4455
  msgstr "Панядзелак"
4456
 
4457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:453
4458
  msgid "Have a questions"
4459
  msgstr ""
4460
 
4461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
4462
  msgid "Rate plugin"
4463
  msgstr ""
4464
 
4465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:459
4466
+ #, fuzzy
4467
+ msgid "Check other versions"
4468
+ msgstr "купіць Прафесійную версію"
4469
+
4470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:527
4471
  msgid "Warning !!!"
4472
  msgstr ""
4473
 
4474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:528
4475
  msgid "All booking data will be deleted during deactivation of plugin."
4476
  msgstr ""
4477
 
4478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:529
4479
  #, php-format
4480
  msgid "If you want to save your booking data, please uncheck the %s\"Delete booking data\"%s at the"
4481
  msgstr ""
4482
 
4483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:530
4484
  #, fuzzy
4485
  msgid "settings page"
4486
  msgstr "Усталёўкі"
4487
 
4488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:627
4489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:696
4490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2578
4491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1133
 
 
 
 
 
 
4492
  msgid "Settings"
4493
  msgstr "Усталёўкі"
4494
 
4495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:662
 
4496
  msgid "Booking"
4497
  msgstr "Браняванне"
4498
 
4499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:672
4500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:771
4501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:86
4502
+ msgid "Booking calendar"
4503
+ msgstr "Каляндар бранявання"
4504
 
4505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:696
4506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:716
4507
  msgid "Booking settings customizations"
4508
  msgstr "Налада рэсурсаў бранявання "
4509
 
4510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:703
4511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2536
4512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1101
4513
  msgid "Bookings"
4514
  msgstr "Браняванне"
4515
 
4516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:708
4517
+ #, fuzzy
4518
+ msgid "Bookings listing"
4519
+ msgstr "Усталёўкі для бранявання"
4520
+
4521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:770
4522
  msgid "Insert booking calendar"
4523
  msgstr "Уставіць Каляндар для бранявання"
4524
 
4525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:889
4526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:928
 
 
 
 
 
 
 
4527
  msgid "Ok"
4528
  msgstr "Ок"
4529
 
4530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1058
4531
  msgid "For booking select type of booking resource"
4532
  msgstr "Выбирети, што Вы жадаеце браняваць"
4533
 
4534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1066
 
4535
  msgid "Visible months:"
4536
  msgstr ""
4537
 
4538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1083
4539
  msgid "Select number of month to show for calendar."
4540
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
4541
 
4542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1088
4543
  #, fuzzy
4544
  msgid "Start month:"
4545
  msgstr "Час пачатку"
4546
 
4547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1094
4548
  #, fuzzy
4549
  msgid "Select start month of calendar"
4550
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
4551
 
4552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1099
4553
  msgid "Show:"
4554
  msgstr "Паказаць"
4555
 
4556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1103
4557
  #, fuzzy
4558
  msgid "Booking form with calendar"
4559
  msgstr "Каляндар бранявання"
4560
 
4561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1104
4562
  #, fuzzy
4563
  msgid "Only availability calendar"
4564
  msgstr "Толькі каляндар"
4565
 
4566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1105
4567
  #, fuzzy
4568
  msgid "Only booking form"
4569
  msgstr "у форме бранявання"
4570
 
4571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1107
4572
  #, fuzzy
4573
  msgid "for"
4574
  msgstr "Форма"
4575
 
4576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1110
4577
  #, fuzzy
4578
  msgid "date"
4579
  msgstr "Даты"
4580
 
4581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1114
4582
  msgid "Select what you want to show: booking form or only availability calendar."
4583
  msgstr "Абярыце, што Вы жадаеце паказаць:форму бранявання ці адзін каляндар."
4584
 
4585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1526
4586
+ msgid "Send email notification to customer about this operation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4587
  msgstr ""
4588
 
4589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1600
 
 
 
 
 
4590
  #, fuzzy
4591
  msgid "General"
4592
  msgstr "Чэрвень"
4593
 
4594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1614
 
 
 
 
 
 
 
 
 
 
 
 
4595
  #, fuzzy
4596
  msgid "Fields"
4597
  msgstr "Палі формы"
4598
 
4599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1617
4600
+ #, fuzzy
4601
+ msgid "Customization of booking form fields"
4602
+ msgstr "Кошты бранявання"
4603
+
4604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1619
4605
  msgid "Emails"
4606
  msgstr "Емейл "
4607
 
4608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1622
4609
  #, fuzzy
4610
+ msgid "Customization of email templates"
4611
+ msgstr "налада емейла"
4612
 
4613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1626
4614
  #, fuzzy
4615
+ msgid "Payments"
4616
+ msgstr "Аплата"
4617
 
4618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1629
4619
+ msgid "Integration of payment systems"
4620
  msgstr ""
4621
 
4622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1658
4623
+ #, fuzzy
4624
+ msgid "Customization of search form"
4625
+ msgstr "налада емейла"
4626
+
4627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1710
4628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2649
4629
  msgid "Features"
4630
  msgstr "Магчымасці"
4631
 
4632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1711
 
4633
  #, fuzzy
4634
  msgid "Live Demos"
4635
  msgstr "Анлайн дэма "
4636
 
4637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1712
4638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1719
4639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2650
4640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2658
4641
  #, fuzzy
4642
+ msgid "Contact"
4643
+ msgstr "Панядзелак"
4644
+
4645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1713
4646
+ msgid "Buy"
4647
+ msgstr "Купіць "
4648
+
4649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2090
4650
+ msgid "Main"
4651
+ msgstr ""
4652
 
4653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2097
4654
  msgid "Admin email"
4655
  msgstr "Адміністрацыйны емейл"
4656
 
4657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2108
4658
  msgid "Show hints"
4659
  msgstr ""
4660
 
4661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2108
4662
  msgid "Show / hide hints"
4663
  msgstr ""
4664
 
4665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2110
4666
  #, fuzzy
4667
  msgid " Check, if you want to show help hints at the admin panel."
4668
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
4669
 
4670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2122
4671
+ #, fuzzy
4672
+ msgid "Show settings of powered by notice"
4673
+ msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
4674
+
4675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2129
4676
+ msgid "Powered by notice"
4677
+ msgstr ""
4678
+
4679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2131
4680
+ msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
4681
+ msgstr ""
4682
+
4683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2137
4684
  msgid "Copyright notice"
4685
  msgstr "Капірайт"
4686
 
4687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2139
4688
  #, php-format
4689
  msgid " Turn On/Off copyright %s notice at footer of site view."
4690
  msgstr "Уключыць/Выключыць %s капірайт унізе сайта"
4691
 
4692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2151
4693
  #, fuzzy
4694
+ msgid "Calendar"
4695
  msgstr "Стыль календара"
4696
 
4697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2155
4698
  msgid "Calendar skin"
4699
  msgstr "Стыль календара"
4700
 
4701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2170
4702
  msgid "Select the skin of booking calendar"
4703
  msgstr "Віберите стыль для календара"
4704
 
4705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2175
4706
  #, fuzzy
4707
  msgid "Number of months"
4708
  msgstr "Лік месяцаў"
4709
 
4710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2181
4711
  msgid "month(s)"
4712
  msgstr "месяц(ы)"
4713
 
4714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2186
4715
  msgid "year(s)"
4716
  msgstr "год(а)"
4717
 
4718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2190
4719
  #, fuzzy
4720
+ msgid "Select your maximum number of scroll months at booking calendar"
4721
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
4722
 
4723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2195
4724
  msgid "Start Day of week"
4725
  msgstr "Дзень пачатку тыдня"
4726
 
4727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2206
4728
  msgid "Select your start day of the week"
4729
  msgstr "Абярыце дзень пачатку тыдня"
4730
 
4731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2213
4732
  msgid "Multiple days selection"
4733
  msgstr "Вылучэнне некалькіх дзён"
4734
 
4735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2213
4736
  #, fuzzy
4737
  msgid "in calendar"
4738
  msgstr "Толькі каляндар"
4739
 
4740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2215
4741
  msgid " Check, if you want have multiple days selection at calendar."
4742
  msgstr "Абярыце, калі Вы жадаеце выбіраць некалькі дзён у календары"
4743
 
4744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2236
4745
+ #, fuzzy
4746
+ msgid "Unavailable days from today"
4747
+ msgstr "Недаступныя дні"
4748
+
4749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2243
4750
+ msgid "Select number of unavailable days in calendar start from today."
4751
+ msgstr ""
4752
 
4753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2249
4754
  msgid "Unavailable days"
4755
  msgstr "Недаступныя дні"
4756
 
4757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2267
4758
+ msgid "Check unavailable days in calendars. This option is overwrite all other settings."
4759
+ msgstr ""
 
 
 
 
 
4760
 
4761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2281
4762
  msgid "CAPTCHA"
4763
  msgstr "CAPTCHA"
4764
 
4765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2281
4766
  msgid "at booking form"
4767
  msgstr "у форме бранявання"
4768
 
4769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2283
4770
  msgid " Check, if you want to activate CAPTCHA inside of booking form."
4771
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
4772
 
4773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2288
4774
  msgid "Auto fill fields"
4775
  msgstr ""
4776
 
4777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2288
4778
  msgid "for logged in users"
4779
  msgstr ""
4780
 
4781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2290
4782
  #, fuzzy
4783
  msgid " Check, if you want activate auto fill fields of booking form for logged in users."
4784
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
4785
 
4786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2298
4787
  msgid "Show legend"
4788
  msgstr "Паказаць Легенду"
4789
 
4790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2298
4791
  msgid "at booking calendar"
4792
  msgstr "у Календары для бранявання"
4793
 
4794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2300
4795
  msgid " Check, if you want to show legend of dates under booking calendar."
4796
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
4797
 
4798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2307
4799
+ #, fuzzy
4800
+ msgid "Show \"thank you\" message after booking is done"
4801
+ msgstr "Паказаць уласцівасці паведамлення падзякі"
4802
+
4803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2308
4804
+ msgid "Redirect visitor to a new \"thank you\" page"
4805
  msgstr ""
4806
 
4807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2317
4808
+ #, fuzzy
4809
+ msgid "New booking title"
4810
+ msgstr "у Календары для бранявання"
4811
 
4812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2318
 
4813
  #, php-format
4814
  msgid "%sshowing after%s booking"
4815
  msgstr "%s показываеться пасля%s браняванні"
4816
 
4817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2322
4818
+ #, fuzzy, php-format
4819
+ msgid "Type title of new booking %safter booking has done by user%s"
 
4820
  msgstr "Увядзіце загаловак новага бранявання %s пасля таго як браняванне зроблена карыстачом%s "
4821
 
4822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2327
 
 
 
 
 
 
 
 
 
 
4823
  msgid "Showing title time"
4824
  msgstr "Час паказу подпісу падзякі"
4825
 
4826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2328
4827
+ #, fuzzy, php-format
4828
+ msgid "%snew booking%s"
4829
+ msgstr "%sвремя канчаткі бранявання%s"
 
4830
 
4831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2332
4832
+ #, fuzzy
4833
+ msgid "Type in miliseconds count of time for showing new booking title"
4834
  msgstr "Увядзіце ў милисекундах час для паказу подпісу падзякі пасля бранявання"
4835
 
4836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2339
4837
  msgid "URL of \"thank you\" page"
4838
  msgstr ""
4839
 
4840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
4841
  #, php-format
4842
  msgid "Type URL of %s\"thank you\" page%s"
4843
  msgstr ""
4844
 
4845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2355
4846
  #, fuzzy
4847
+ msgid "Listing of bookings"
4848
+ msgstr "%s - уставіць даты бранявання"
4849
+
4850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2359
4851
+ #, fuzzy
4852
+ msgid "Bookings number per page"
4853
+ msgstr "Тып бранявання"
4854
+
4855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
4856
+ #, fuzzy
4857
+ msgid "Select number of bookings per page in booking listing"
4858
+ msgstr "Абярыце максімальную колькасць месяцаў у календары"
4859
 
4860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2374
4861
  #, fuzzy
4862
  msgid "Bookings default order"
4863
  msgstr "Браняванне для "
4864
 
4865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2379
4866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2380
4867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2381
4868
  msgid "ASC"
4869
  msgstr ""
4870
 
4871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2382
4872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2383
4873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2384
4874
  msgid "DESC"
4875
  msgstr ""
4876
 
4877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2393
4878
+ #, fuzzy
4879
+ msgid "Select your default order of bookings in the booking listing"
4880
+ msgstr "Сезонныя змены коштаў"
4881
+
4882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2399
4883
+ msgid "Default toolbar tab"
4884
+ msgstr ""
4885
+
4886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2402
4887
+ #, fuzzy
4888
+ msgid "Filter tab"
4889
+ msgstr "Фільтр "
4890
+
4891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2403
4892
  #, fuzzy
4893
+ msgid "Actions tab"
4894
+ msgstr "Функцыі "
4895
+
4896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2411
4897
+ #, fuzzy
4898
+ msgid "Select your default opened tab in toolbar at booking listing page"
4899
  msgstr "Сезонныя змены коштаў"
4900
 
4901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2418
4902
  msgid "Date Format"
4903
  msgstr "Фармат даты"
4904
 
4905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2422
4906
  msgid "F j, Y"
4907
  msgstr "F j, Y"
4908
 
4909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2444
4910
  #, fuzzy, php-format
4911
  msgid "Type your date format for showing in emails and booking table. %sDocumentation on date formatting.%s"
4912
  msgstr "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s Дакументацыя па фармаце для дат%s "
4913
 
4914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2452
4915
  msgid "Dates view"
4916
  msgstr "Выгляд дат"
4917
 
4918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2455
4919
+ msgid "Short days view"
4920
+ msgstr "Скарочаны выгляд дат"
4921
+
4922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2456
4923
+ msgid "Wide days view"
4924
+ msgstr "Пашыраны выгляд дат"
4925
+
4926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2458
4927
  msgid "Select default type of dates view at the booking tables"
4928
  msgstr "Абярыце тып паказу дат па змаўчанні ў табліцы рэзервавання і емейле"
4929
 
4930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2484
4931
  msgid "Information"
4932
  msgstr "Інфармацыя"
4933
 
4934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2495
4935
+ msgid "Recomended WordPress Plugins"
4936
+ msgstr ""
4937
+
4938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2497
4939
+ msgid "Booking Manager - show all old bookings"
4940
+ msgstr ""
4941
+
4942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2501
4943
+ #, php-format
4944
+ msgid "This wordpress plugin is %sshow all approved and pending bookings from past%s. Show how many each customer is made bookings. Paid versions support %sexport to CSV, print loyout, advanced filter%s. "
4945
+ msgstr ""
4946
+
4947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2516
4948
+ msgid "User permissions for plugin menu pages"
4949
+ msgstr ""
4950
+
4951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2521
4952
+ #, fuzzy
4953
+ msgid "Select user access level for the menu pages of plugin"
4954
+ msgstr "Абярыце ўзровень доступу карыстача для адміністрацыйнай старонкі"
4955
+
4956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2529
4957
+ msgid "Show settings of user access level to admin menu"
4958
+ msgstr "Паказаць усталёўкі уровеня доступу карыстача для адміністрацыйнай старонкі"
4959
+
4960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2536
4961
+ #, fuzzy
4962
+ msgid "menu page"
4963
+ msgstr "Дэма старонка"
4964
+
4965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2550
4966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2564
4967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2578
4968
+ msgid "access level"
4969
+ msgstr "узровень доступу"
4970
+
4971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2601
4972
+ msgid "Uninstal / deactivation"
4973
+ msgstr ""
4974
+
4975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2606
4976
+ msgid "Delete booking data"
4977
+ msgstr "Выдаленне дадзеных па браняванні"
4978
+
4979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2606
4980
+ msgid "when plugin deactivated"
4981
+ msgstr "калі ўбудова дэактываваны"
4982
+
4983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2608
4984
+ msgid "If you check this option, at uninstall process of this plugin all your booking data will be deleted. Do you really want to do this?"
4985
+ msgstr ""
4986
+
4987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2610
4988
+ msgid " Check, if you want delete booking data during uninstalling plugin."
4989
+ msgstr "Праверце, калі Вы жадаеце выдаліць дадзеныя па браняванні пры выдаленні ўбудовы"
4990
+
4991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2621
4992
+ msgid "Save Changes"
4993
+ msgstr "Захаваць змены"
4994
+
4995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2637
4996
+ #, php-format
4997
+ msgid "%sCheck more info about the plugin%s"
4998
+ msgstr ""
4999
+
5000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2638
5001
+ msgid " - custom wp-plugins and wp-themes development, WordPress solutions"
5002
+ msgstr "- распрацоўка ўбудоў і тым для WordPress"
5003
+
5004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2693
5005
+ #, php-format
5006
+ msgid "%sPowered by wordpress plugins developed by %s"
5007
+ msgstr "%s Створана з выкарыстаннем wordpress убудоў распрацаваных %s "
5008
+
5009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2880
5010
+ msgid "This field is required"
5011
+ msgstr "Гэта поле неабходна"
5012
+
5013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2881
5014
+ msgid "This checkbox must be checked"
5015
+ msgstr ""
5016
+
5017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2882
5018
+ msgid "Incorrect email field"
5019
+ msgstr "Некоректно ўведзены емейл"
5020
+
5021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2883
5022
+ #, fuzzy
5023
+ msgid "Please, select booking date(s) at Calendar."
5024
+ msgstr "Калі ласка, вылучыце даты для рэзервавання"
5025
+
5026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3036
5027
+ #, fuzzy
5028
+ msgid "Available"
5029
+ msgstr "Доступа: "
5030
+
5031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3037
5032
+ msgid "Booked"
5033
+ msgstr "Забранявана "
5034
+
5035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3041
5036
+ #, fuzzy
5037
+ msgid "Partially booked"
5038
+ msgstr "Часткова забраняваныя"
5039
+
5040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3099
5041
+ msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
5042
  msgstr ""
5043
 
5044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3215
5045
+ msgid "Booking calendar for this booking resource are already at the page"
5046
+ msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
5047
 
5048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3314
5049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:177
5050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
5051
+ msgid "You need to use special shortcode [bookingedit] for booking editing."
5052
  msgstr ""
5053
 
5054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3397
5055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3399
5056
+ msgid "Wrong booking hash in URL. Probably hash is expired."
5057
  msgstr ""
5058
 
5059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3403
5060
+ msgid "You do not set any parameters for booking editing"
5061
+ msgstr ""
 
 
 
 
 
 
 
5062
 
5063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3454
5064
+ #, fuzzy, php-format
5065
+ msgid "Thank you for your online booking. %s We will send confirmation of your booking as soon as possible."
5066
+ msgstr "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання бранявання."
 
 
5067
 
5068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3496
5069
+ #, fuzzy, php-format
5070
+ msgid "You need to approve new booking %s for: %s Person detail information:%s Currently new booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
5071
+ msgstr "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
5072
 
5073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3499
5074
+ #, fuzzy
5075
+ msgid "Your booking has been approved"
5076
+ msgstr "Ваш рэзерв пацверджаны"
5077
 
5078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3501
5079
+ #, fuzzy, php-format
5080
+ msgid "Your booking %s for: %s has been approved.%sYou can edit this booking at this page: %s Thank you, %s"
5081
+ msgstr "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам бранявання.%s"
5082
 
5083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3502
5084
+ #, fuzzy, php-format
5085
+ msgid "Your booking %s for: %s has been approved.%sThank you, %s"
5086
+ msgstr "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам бранявання.%s"
5087
 
5088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3505
5089
+ #, fuzzy
5090
+ msgid "Your booking has been declined"
5091
+ msgstr "Ваша бронь была адхілена"
5092
 
5093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3506
5094
+ #, fuzzy, php-format
5095
+ msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
5096
+ msgstr "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам бранявання.%s"
5097
 
5098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3514
5099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:85
5100
+ msgid "Booking form"
5101
+ msgstr "Форма бранявання"
5102
 
5103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:107
5104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:117
5105
+ msgid "yes"
5106
+ msgstr "так"
5107
 
5108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:110
5109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:113
5110
+ msgid "no"
5111
+ msgstr "не"
5112
 
5113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1231
5114
+ msgid "Warning!!! Some error is occuer. "
5115
+ msgstr ""
 
5116
 
5117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1235
5118
+ msgid "Please contact by email (with info about order number and used site) for finishing the registrations"
5119
+ msgstr ""
5120
 
5121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:81
5122
+ msgid "Show"
5123
+ msgstr "Паказаць"
 
5124
 
5125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:95
5126
+ msgid "Booking resource"
5127
+ msgstr "Тып бранявання"
5128
 
5129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:112
5130
  #, fuzzy
5131
+ msgid "Visible months"
5132
+ msgstr "Лік месяцаў"
5133
 
5134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:132
5135
+ msgid "Footer"
5136
+ msgstr "Ніжняя частка"
 
5137
 
5138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:137
5139
+ #, php-format
5140
+ msgid "Example: %sMake booking here%s"
5141
+ msgstr "Прыклад: %sРезервируйте тут%s"
5142
 
5143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:141
5144
+ #, php-format
5145
+ msgid "%sImportant!!!%s Please note, if you show booking calendar (inserted into post/page) with widget at the same page, then the last will not be visible."
5146
+ msgstr "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
5147
 
5148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:145
5149
+ #, php-format
5150
+ msgid "%sSeveral widgets are supported at %spaid versions%s."
5151
  msgstr ""
5152
 
 
5153
  #, fuzzy
5154
+ #~ msgid "Show all booking tables"
5155
+ #~ msgstr "у Календары для бранявання"
 
 
 
 
5156
 
 
5157
  #, fuzzy
5158
+ #~ msgid "Hide all booking tables"
5159
+ #~ msgstr "%sвремя канчаткі бранявання%s"
5160
 
 
5161
  #, fuzzy
5162
+ #~ msgid "Next Month"
5163
+ #~ msgstr "Месяцы"
5164
 
 
5165
  #, fuzzy
5166
+ #~ msgid "Number of resources"
5167
+ #~ msgstr "Лік наведвальнікаў"
 
 
 
 
5168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5169
  #, fuzzy
5170
+ #~ msgid "%s - inserting ID of reservation "
5171
+ #~ msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
5172
 
 
5173
  #, fuzzy
5174
+ #~ msgid "Cost of each booking resource"
5175
+ #~ msgstr "Кошты бранявання"
5176
 
 
5177
  #, fuzzy
5178
+ #~ msgid "of each booking resource. Enter only digits."
5179
+ #~ msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
5180
 
5181
+ #~ msgid "Save costs"
5182
+ #~ msgstr "Захаваць кошты"
 
5183
 
5184
+ #~ msgid "Show Reference Text Box"
5185
+ #~ msgstr "Паказаць даведкавае поле для ўводу"
 
5186
 
 
5187
  #, fuzzy
5188
+ #~ msgid ""
5189
+ #~ " Check this to let the visitors enter more info like email or web url."
5190
+ #~ msgstr ""
5191
+ #~ "Вылучыце, калі жадаеце што б Вашы наведвальнікі маглі ўводзіць дапаможныя "
5192
+ #~ "тэкст, у выглядзе электроннай пошты ці вэб сайта і да т.п."
 
5193
 
5194
+ #, fuzzy
5195
+ #~ msgid "Auto cancel pending not paid bookings"
5196
+ #~ msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5197
 
5198
+ #~ msgid "New reservation"
5199
+ #~ msgstr "Новае браняванне"
 
5200
 
5201
+ #, fuzzy
5202
+ #~ msgid "All reservations"
5203
+ #~ msgstr "%sНовое браняванне%s"
5204
 
5205
+ #, fuzzy
5206
+ #~ msgid "All incomining reservations"
5207
+ #~ msgstr "%sНовое браняванне%s"
5208
 
5209
+ #, fuzzy
5210
+ #~ msgid "All incoming reservations"
5211
+ #~ msgstr "%sНовое браняванне%s"
5212
 
5213
+ #, fuzzy
5214
+ #~ msgid "Actual Bookings"
5215
+ #~ msgstr "Браняванне"
5216
 
 
5217
  #, fuzzy
5218
+ #~ msgid "Reservation services"
5219
+ #~ msgstr "Новы загаловак бранявання"
5220
 
5221
+ #, fuzzy
5222
+ #~ msgid "Edit reservation"
5223
+ #~ msgstr "Новае браняванне"
5224
 
5225
+ #, fuzzy
5226
+ #~ msgid "Standard resource"
5227
+ #~ msgstr "Дадаць новае браняванне"
 
5228
 
5229
+ #~ msgid ""
5230
+ #~ "%sThere are no reservations.%s Please, press this %s button, when you "
5231
+ #~ "edit %sposts%s or %spage%s. %sAfter entering booking you can wait for "
5232
+ #~ "making reservation by somebody or you can make reservation %shere%s."
5233
+ #~ msgstr ""
5234
+ #~ "%sБронирование адсутнічае%s Калі ласка, націсніце %sкнопку, калі Вы "
5235
+ #~ "рэдагуеце %sпост%s ці %sстраницу%s. %sПосле даданні брані пачакайце, калі "
5236
+ #~ "хтосьці зробіць браняванне ці Вы самі можаце дадаць бронь %sздесь%s."
5237
 
5238
+ #, fuzzy
5239
+ #~ msgid "Agenda of reservations for"
5240
+ #~ msgstr "%sНовое браняванне%s"
 
5241
 
5242
+ #, fuzzy
5243
+ #~ msgid "Reservations, which was done"
5244
+ #~ msgstr "Новы загаловак бранявання"
 
5245
 
5246
+ #, fuzzy
5247
+ #~ msgid "Reservations of"
5248
+ #~ msgstr "Інфармацыя"
 
5249
 
5250
+ #, fuzzy
5251
+ #~ msgid "Cost and availability"
5252
+ #~ msgstr "Даступнасць"
 
5253
 
 
5254
  #, fuzzy
5255
+ #~ msgid "Calendar settings"
5256
+ #~ msgstr "Стыль календара"
5257
 
5258
+ #~ msgid " Check unavailable days for your visitors."
5259
+ #~ msgstr "Вылучыце дні, якія стануць недаступнымі"
 
5260
 
5261
+ #, fuzzy
5262
+ #~ msgid "Booking form settings"
5263
+ #~ msgstr "Усталёўкі для бранявання"
 
5264
 
5265
+ #~ msgid "New reservation title"
5266
+ #~ msgstr "Новы загаловак бранявання"
 
 
 
5267
 
5268
+ #~ msgid "%snew reservation%s"
5269
+ #~ msgstr "%sНовое браняванне%s"
 
 
5270
 
 
 
5271
  #, fuzzy
5272
+ #~ msgid "Booking table settings"
5273
+ #~ msgstr "Усталёўкі для бранявання"
5274
 
5275
+ #~ msgid "Main difference features"
5276
+ #~ msgstr "Асноўныя адрозненні "
 
 
5277
 
5278
+ #~ msgid "Free"
5279
+ #~ msgstr "Бясплатная"
 
 
 
5280
 
5281
+ #, fuzzy
5282
+ #~ msgid "Functionality"
5283
+ #~ msgstr "Функцыі"
 
 
5284
 
5285
+ #, fuzzy
5286
+ #~ msgid "all existing functionality"
5287
+ #~ msgstr "усе існыя функцыі"
 
5288
 
5289
+ #~ msgid "Multi booking"
5290
+ #~ msgstr "Мульты браняванне"
 
5291
 
5292
+ #~ msgid "Time"
5293
+ #~ msgstr "Час"
 
5294
 
5295
+ #, fuzzy
5296
+ #~ msgid "fields customization"
5297
+ #~ msgstr "налада палёў"
 
5298
 
5299
+ #~ msgid "email customization"
5300
+ #~ msgstr "налада емейла"
 
5301
 
5302
+ #~ msgid "selection fixed several days"
5303
+ #~ msgstr "Выбар фиксированого колькасці дзён"
 
5304
 
5305
+ #, fuzzy
5306
+ #~ msgid "recurrent time slots for selection of several days"
5307
+ #~ msgstr "Выбар фиксированого колькасці дзён"
5308
 
5309
+ #, fuzzy
5310
+ #~ msgid "PayPal, Sage, iPay88 payment support"
5311
+ #~ msgstr "PayPal падтрымка"
5312
 
 
5313
  #, fuzzy
5314
+ #~ msgid "show at payment form part of cost"
5315
+ #~ msgstr "Абнавіць да значэння па змаўчанні"
5316
 
5317
+ #~ msgid "Season"
5318
+ #~ msgstr "Сезон"
 
5319
 
5320
+ #~ msgid "avalaibility filters"
5321
+ #~ msgstr "фільтры даступнасці"
 
 
5322
 
5323
+ #~ msgid "Rates cost"
5324
+ #~ msgstr "Рэйты коштаў"
 
5325
 
5326
+ #~ msgid "depends from season"
5327
+ #~ msgstr "У залежнасці ад сезону"
 
5328
 
5329
+ #, fuzzy
5330
+ #~ msgid "Additional cost"
5331
+ #~ msgstr "Дадатковы кошт для "
 
 
5332
 
5333
+ #, fuzzy
5334
+ #~ msgid "Several booking forms"
5335
+ #~ msgstr "Некалькі рэзерваў у адзін і той жа дзень"
 
5336
 
5337
+ #~ msgid "free"
5338
+ #~ msgstr "бясплатная"
 
5339
 
5340
+ #~ msgid "start"
5341
+ #~ msgstr "з "
 
 
5342
 
5343
+ #, fuzzy
5344
+ #~ msgid "Live demo"
5345
+ #~ msgstr "Анлайн дэма "
 
5346
 
5347
+ #, fuzzy
5348
+ #~ msgid ""
5349
+ #~ "This functionality exist at the %sBooking Calendar%s %sPremium%s, %"
5350
+ #~ "sPremium Plus%s and %sHotel Edition%s"
5351
+ #~ msgstr ""
5352
+ #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sProfessional%"
5353
+ #~ "s, %sPremium%s and %sHotel Edition%s"
5354
 
5355
+ #, fuzzy
5356
+ #~ msgid ""
5357
+ #~ "This functionality exist at the %sBooking Calendar%s %sPremium Plus%s and "
5358
+ #~ "%sHotel Edition%s"
5359
+ #~ msgstr ""
5360
+ #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sPremium%s і %"
5361
+ #~ "sHotel Edition%s"
5362
 
5363
+ #~ msgid ""
5364
+ #~ "This functionality exist at the %sBooking Calendar%s %sHotel Edition%s"
5365
+ #~ msgstr ""
5366
+ #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sHotel Edition%s"
5367
 
5368
+ #, fuzzy
5369
+ #~ msgid ""
5370
+ #~ "This functionality exist at the %sBooking Calendar%s %sMultiUser%s "
5371
+ #~ "version only"
5372
+ #~ msgstr ""
5373
+ #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sHotel Edition%s"
5374
 
5375
+ #, fuzzy
5376
+ #~ msgid ""
5377
+ #~ "This functionality exist at the %sBooking Calendar%s %sProfessional%s, %"
5378
+ #~ "sPremium%s, %sPremium Plus%s and %sHotel Edition%s"
5379
+ #~ msgstr ""
5380
+ #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar%s %sProfessional%"
5381
+ #~ "s, %sPremium%s and %sHotel Edition%s"
5382
 
5383
+ #, fuzzy
5384
+ #~ msgid ""
5385
+ #~ "Check %sfeatures%s of each versions, test %sonline demo%s and %sbuy%s."
5386
+ #~ msgstr "Праверце %sвозможности%s, пратэстуйце %sonline дэма%s і %sкупите%s."
5387
 
5388
+ #, fuzzy
5389
+ #~ msgid "More Information about this plugin can be found at the"
5390
+ #~ msgstr "Вы можаце больш пазнаць пра гэту ўбудову"
 
5391
 
5392
+ #~ msgid "Display Booking."
5393
+ #~ msgstr "Паказаць бронь"
 
 
5394
 
5395
  #, fuzzy
5396
  #~ msgid "Incoming"
5404
  #~ msgid "all incoming reservations"
5405
  #~ msgstr "%sНовое браняванне%s"
5406
 
 
 
 
5407
  #~ msgid "Deleting..."
5408
  #~ msgstr "Выдаленне..."
5409
 
5443
  #~ msgid "Author"
5444
  #~ msgstr "Аўтар"
5445
 
 
 
 
5446
  #~ msgid "special plugin customizations"
5447
  #~ msgstr "адмысловая налада ўбудовы"
5448
 
5453
  #~ msgid "Number of calendars"
5454
  #~ msgstr "Лік месяцаў"
5455
 
 
 
 
5456
  #, fuzzy
5457
  #~ msgid "Error during deleting user meta at DB"
5458
  #~ msgstr "Памылка пры выдаленні дадзеных браняванні з БД"
5486
  #~ msgid "Error during booking dates cleaning in BD"
5487
  #~ msgstr "Памылка пры даданні дадзеных у БД"
5488
 
 
 
 
 
5489
  #, fuzzy
5490
  #~ msgid "Hide booking table"
5491
  #~ msgstr "%sвремя канчаткі бранявання%s"
5585
  #~ msgid "Parent "
5586
  #~ msgstr "Аплата"
5587
 
 
 
 
5588
  #~ msgid "Error during updating to DB booking subtypes"
5589
  #~ msgstr "Памылка пры абнаўленні БД "
5590
 
 
 
 
5591
  #~ msgid ""
5592
  #~ " Tick this checkbox if you want to show availability of booking resource "
5593
  #~ "at the tooltip, when mouse over it."
5595
  #~ "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
5596
  #~ "сплывае падказцы"
5597
 
 
 
 
 
5598
  #, fuzzy
5599
  #~ msgid "Surname"
5600
  #~ msgstr "Нядзеля"
5610
  #~ msgid "For all days!"
5611
  #~ msgstr "Недаступныя дні"
5612
 
 
 
 
5613
  #~ msgid "Count of calendars"
5614
  #~ msgstr "Колькасць календароў"
5615
 
5621
  #~ "Гэта функцыянальнасць даступная ў %sBooking Calendar Professional%s, %"
5622
  #~ "sPremium%s ці %sHotel Edition%s"
5623
 
 
 
 
5624
  #~ msgid "at %sadmin%s booking page"
5625
  #~ msgstr "на %sадминистративной%s старонцы бранявання"
5626
 
5656
  #~ msgid "Show Short Days view"
5657
  #~ msgstr "Скараціць выгляд дат"
5658
 
 
 
 
5659
  #~ msgid "General settings"
5660
  #~ msgstr "Налады"
5661
 
5666
  #~ msgid "Payment and costs"
5667
  #~ msgstr "Налада Paypal і коштаў "
5668
 
 
 
 
5669
  #, fuzzy
5670
  #~ msgid "Type new %sform%s name here"
5671
  #~ msgstr "Увядзіце %sназвание фільтра%s"
5700
  #~ msgid "Chile"
5701
  #~ msgstr "Дзеці"
5702
 
 
 
 
 
5703
  #, fuzzy
5704
  #~ msgid "Denmark"
5705
  #~ msgstr "Нататка"
5784
  #~ msgid "Russian Federation"
5785
  #~ msgstr "Выбар дыяпазону"
5786
 
 
 
 
 
5787
  #, fuzzy
5788
  #~ msgid "Singapore"
5789
  #~ msgstr "Сінгапурскія даляры"
5792
  #~ msgid "Sudan"
5793
  #~ msgstr "Нядзеля"
5794
 
 
 
 
 
5795
  #, fuzzy
5796
  #~ msgid "Togo"
5797
  #~ msgstr "Каму"
5815
  #~ msgid "Updated sucessfuly"
5816
  #~ msgstr "Абноўлена паспяхова"
5817
 
 
 
 
5818
  #~ msgid "filters"
5819
  #~ msgstr "фільтры"
5820
 
5824
  #~ msgid "demo of professional version"
5825
  #~ msgstr "дэма прафесійнай версіі"
5826
 
 
 
 
5827
  #~ msgid "plugin online demo"
5828
  #~ msgstr "дэма ўбудовы"
5829
 
languages/wpdev-booking-da_DK.mo CHANGED
Binary file
languages/wpdev-booking-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-05-27 11:16+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Kathrine Amalie Roswall <kaam@itu.dk>\n"
@@ -15,4504 +15,5400 @@ msgstr ""
15
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
16
  "X-Poedit-Language: Danish\n"
17
  "X-Poedit-Country: DENMARK\n"
18
- "X-Poedit-SearchPath-0: w:\\www\\home\\w\\www\\wp-content\\plugins\\booking\\.\n"
19
 
20
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:107
21
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:190
22
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3174
23
  #, fuzzy
24
  msgid "The cost for payment"
25
  msgstr "%s - indsæt bookingdatoer, "
26
 
27
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:110
28
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:195
29
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:91
30
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3278
31
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3301
32
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3327
33
  #, fuzzy
34
  msgid "First Name (required)"
35
  msgstr "Navn (skal udfyldes)"
36
 
37
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:112
38
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:197
39
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:93
40
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3280
41
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3303
42
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3329
43
  #, fuzzy
44
  msgid "Last Name (required)"
45
  msgstr "Navn (skal udfyldes)"
46
 
47
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:114
48
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:199
49
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:95
50
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3282
51
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3305
52
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3331
53
  msgid "Email (required)"
54
  msgstr "Email (skal udfyldes"
55
 
56
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:116
57
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:201
58
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:97
59
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3333
60
  #, fuzzy
61
  msgid "Address (required)"
62
  msgstr "Navn (skal udfyldes)"
63
 
64
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:118
65
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:203
66
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:99
67
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3335
68
  #, fuzzy
69
  msgid "City(required)"
70
  msgstr "Email (skal udfyldes"
71
 
72
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:120
73
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:205
74
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:101
75
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3337
76
  #, fuzzy
77
  msgid "Post code(required)"
78
  msgstr "Navn (skal udfyldes)"
79
 
80
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:122
81
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:207
82
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:103
83
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3339
84
  #, fuzzy
85
  msgid "Country(required)"
86
  msgstr "Efternavn (skal udfyldes)"
87
 
88
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:124
89
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:209
90
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:105
91
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2670
92
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2780
93
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3284
94
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3307
95
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3341
96
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3360
97
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3372
98
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3392
99
  msgid "Phone"
100
  msgstr "Telefon"
101
 
102
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:126
103
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:211
104
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:107
105
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3286
106
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3309
107
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3343
108
  msgid "Visitors"
109
  msgstr "Gæster"
110
 
111
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:126
112
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:211
113
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:107
114
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3286
115
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3309
116
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3343
117
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3362
118
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3374
119
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3394
120
  msgid "Children"
121
  msgstr "Børn"
122
 
123
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:128
124
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:213
125
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:109
126
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3288
127
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3311
128
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3345
129
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3363
130
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3375
131
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3395
132
  msgid "Details"
133
  msgstr "Detaljer"
134
 
135
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:130
136
  #, fuzzy
137
  msgid "Coupon"
138
  msgstr "Antal dage"
139
 
140
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:134
141
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:217
142
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:113
143
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:547
144
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2041
145
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3292
146
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3315
147
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3349
148
  msgid "Send"
149
  msgstr "Send"
150
 
151
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:143
152
  msgid "Probably number of selected visitors more, then available at selected day(s)!"
153
  msgstr ""
154
 
155
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:332
156
  msgid "coupon"
157
  msgstr ""
158
 
159
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:334
160
  msgid "discount"
161
  msgstr ""
162
 
163
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:585
164
  msgid "Search results"
165
  msgstr ""
166
 
167
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:587
168
  msgid "Nothing found"
169
  msgstr ""
170
 
171
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:632
172
  #, fuzzy
173
  msgid "Book now"
174
  msgstr "Booking"
175
 
176
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:680
177
  msgid "Please select check in and check out days!"
178
  msgstr ""
179
 
180
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:816
181
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:132
182
  #, fuzzy
183
  msgid "Search"
184
  msgstr "Marts"
185
 
186
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:1549
187
  #, php-format
188
- msgid "Sorry, the reservation is not done, because these days are already booked, please %srefresh%s the page and try other days."
189
  msgstr ""
190
 
191
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2004
192
  #, fuzzy
193
  msgid "Child booking resources"
194
  msgstr "Bookingart"
195
 
196
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2012
197
  msgid "Max available items inside of booking resource"
198
  msgstr "Maksimum antal muligheder indenfor denne bookingart"
199
 
200
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2050
201
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2394
202
- msgid "Previos Month"
203
- msgstr ""
204
-
205
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2062
206
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2411
207
- #, fuzzy
208
- msgid "Show all booking tables"
209
- msgstr "i bookingkalenderen"
210
-
211
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2070
212
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2419
213
- #, fuzzy
214
- msgid "Hide all booking tables"
215
- msgstr "%sslut på bookingtidspunkt%s"
216
-
217
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2079
218
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2434
219
- #, fuzzy
220
- msgid "Next Month"
221
- msgstr "Måneder"
222
-
223
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2087
224
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:492
225
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2448
226
- msgid "Pending"
227
- msgstr "Afventer"
228
-
229
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2123
230
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2467
231
- msgid "Approved"
232
- msgstr "Godkendt"
233
-
234
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2140
235
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2487
236
- msgid "Approve"
237
- msgstr "Godkend"
238
-
239
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2141
240
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2049
241
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2181
242
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2488
243
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2523
244
- msgid "Cancel"
245
- msgstr "Fortryd"
246
-
247
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2144
248
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2491
249
- msgid "Reason of cancellation here"
250
- msgstr "Årsag til afbestilling"
251
-
252
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2149
253
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2496
254
- msgid "Send email notification to customer about this operation"
255
- msgstr ""
256
-
257
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2156
258
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2503
259
- msgid "FAQ"
260
- msgstr ""
261
-
262
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2157
263
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2504
264
- #, fuzzy
265
- msgid "Contact"
266
- msgstr "Mandag"
267
-
268
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2311
269
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2490
270
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2625
271
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2796
272
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3011
273
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3051
274
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3139
275
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2924
276
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:775
277
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1788
278
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1882
279
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2179
280
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2491
281
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2716
282
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2890
283
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3313
284
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2809
285
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2868
286
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2920
287
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2972
288
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3024
289
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3151
290
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3242
291
  msgid "Click to toggle"
292
  msgstr ""
293
 
294
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2312
295
  #, fuzzy
296
  msgid "Booking resources managment"
297
  msgstr "Bookingarter"
298
 
299
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2317
300
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2808
301
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1085
302
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2707
303
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:693
 
 
 
 
 
 
304
  msgid "ID"
305
  msgstr "ID"
306
 
307
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2319
308
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2171
309
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:694
 
310
  msgid "Resource name"
311
  msgstr "Navn på bookingart"
312
 
313
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2321
314
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3235
315
  #, fuzzy
316
  msgid "Number of resource items inside of parent resource"
317
  msgstr "Navne på enheder "
318
 
319
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2321
320
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3235
321
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2174
322
  msgid "Capacity"
323
  msgstr ""
324
 
325
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2322
326
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2427
327
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3236
328
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3332
329
  #, fuzzy
330
  msgid "Parent"
331
  msgstr "Betaling"
332
 
333
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2323
334
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2434
335
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3237
336
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3343
337
  msgid "Priority"
338
  msgstr ""
339
 
340
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
341
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
342
  #, fuzzy
343
  msgid "Maximum number of visitors for resource"
344
  msgstr "Antal gæster"
345
 
346
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
347
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
348
  #, fuzzy
349
  msgid "Max"
350
  msgstr "Mar"
351
 
352
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2325
353
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3239
354
  #, fuzzy
355
  msgid "visitors"
356
  msgstr "Gæster"
357
 
358
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2327
359
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3241
360
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2177
361
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2710
362
  msgid "Actions"
363
  msgstr "Handlinger"
364
 
365
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2406
366
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:509
367
  msgid "Add"
368
  msgstr "Tilføj"
369
 
370
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2415
371
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2814
372
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:497
373
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2730
374
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:728
375
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1033
 
376
  msgid "Delete"
377
  msgstr "Slet"
378
 
379
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2425
380
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:755
381
  msgid "Title"
382
  msgstr "Navn"
383
 
384
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2442
385
  #, fuzzy
386
  msgid "Add new resource"
387
  msgstr "Bookingart"
388
 
389
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2449
390
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2584
391
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3042
392
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3083
393
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3216
394
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1196
395
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1532
396
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1682
397
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1943
398
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2109
399
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2249
400
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3086
401
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2092
402
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2417
403
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2679
404
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2860
405
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2958
406
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:730
407
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2524
408
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3081
409
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3234
410
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3262
411
  msgid "Save"
412
  msgstr "Gem"
413
 
414
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2491
415
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2626
416
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3314
417
  msgid "Advanced Settings"
418
  msgstr "Avancerede indstillinger"
419
 
420
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2506
421
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2632
422
  msgid "Visitors number apply to capacity"
423
  msgstr ""
424
 
425
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2512
426
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2638
427
  #, php-format
428
  msgid " Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors %s"
429
  msgstr ""
430
 
431
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2525
432
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2651
433
  #, php-format
434
  msgid "Show at tooltip on calendar availability based on free booking resource items. %sCheck maximum support of visitors at %sone booking resource%s with selected number of visitors from booking form"
435
  msgstr ""
436
 
437
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2533
438
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2659
439
  #, php-format
440
  msgid "Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items. %sCheck maximum support of visitors at %sall booking resources%s with selected number of visitors from booking form"
441
  msgstr ""
442
 
443
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2548
444
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2674
445
  #, fuzzy
446
  msgid "Show availability"
447
  msgstr "Tilgængelighed"
448
 
449
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2554
450
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2680
451
  msgid " Check this checkbox if you want to show availability number of booking resource at the tooltip, when mouse over the day of calendar."
452
  msgstr ""
453
 
454
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2561
455
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2687
456
  #, fuzzy
457
  msgid "Availability description"
458
  msgstr "Tilgængelighed"
459
 
460
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2563
461
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2689
462
  #, php-format
463
  msgid "Type your %savailability%s description"
464
  msgstr "Type your %savailability%s description"
465
 
466
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2573
467
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2699
468
  #, fuzzy
469
- msgid "Disable reservations in different booking resources"
470
  msgstr "Der opstod en fejl under sletning af bookingfiltre"
471
 
472
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2577
473
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2703
474
- msgid " Check this checkbox if you want to dissable reservation, which can be stored in different booking resources. So if this checkbox is checked, the reservation is allowed only, if all days of reservation are at same booking resources, otherwise the error message will show."
475
  msgstr ""
476
 
477
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2736
478
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:581
479
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3666
 
 
 
 
 
 
 
 
 
 
480
  msgid "Deleted"
481
  msgstr "Slettet"
482
 
483
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2788
484
  msgid "Coupon saved"
485
  msgstr ""
486
 
487
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2797
488
  #, fuzzy
489
  msgid "Booking coupons managment"
490
  msgstr "Bookingarter"
491
 
492
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2809
493
  msgid "The code your customers will be using to receive the discount."
494
  msgstr ""
495
 
496
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2809
497
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2902
498
  msgid "Coupon Code"
499
  msgstr ""
500
 
501
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2810
502
  #, fuzzy
503
  msgid "The amount, which be saved. Enter only digits."
504
  msgstr "for hver bookingenhed. Indtast kun tal."
505
 
506
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2810
507
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2930
508
  #, fuzzy
509
  msgid "Savings"
510
  msgstr "Gemmer..."
511
 
512
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2811
513
  msgid "The minimum total cost required to use the coupon"
514
  msgstr ""
515
 
516
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2811
517
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2952
518
  #, fuzzy
519
  msgid "Minimum Purchase"
520
  msgstr "Køb"
521
 
522
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2812
523
  msgid "The date your coupon will expire"
524
  msgstr ""
525
 
526
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2812
527
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2941
528
  msgid "Expiration Date"
529
  msgstr ""
530
 
531
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2813
532
  msgid "Resource list, which support this coupon"
533
  msgstr ""
534
 
535
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2813
536
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2908
 
537
  #, fuzzy
538
  msgid "Resources"
539
  msgstr "Pris for bookingart"
540
 
541
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2814
542
  #, fuzzy
543
  msgid "Delete this coupon"
544
  msgstr "Slet bookingdata"
545
 
546
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2854
547
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2911
 
548
  msgid "All"
549
  msgstr ""
550
 
551
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2890
552
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2961
553
  #, fuzzy
554
  msgid "Add new coupon"
555
  msgstr "Tilføj ny type"
556
 
557
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2934
558
  msgid "Fixed Amount"
559
  msgstr ""
560
 
561
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2935
562
  msgid "Percentage Off"
563
  msgstr ""
564
 
565
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2979
566
  #, fuzzy, php-format
567
  msgid "%s - coupon field, "
568
  msgstr "%s - checkbox-felt, "
569
 
570
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:2980
571
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3201
572
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3204
573
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3207
574
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3215
575
  #, php-format
576
  msgid "Example: %s "
577
  msgstr "Eksempel: %s "
578
 
579
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3012
580
  #, fuzzy
581
  msgid "Search form customization"
582
  msgstr "individuel tilpasning af email"
583
 
584
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3020
585
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3060
586
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3250
587
  msgid "Use these shortcodes for customization: "
588
  msgstr "Brug disse genveje for at tilpasse: "
589
 
590
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3021
591
  #, php-format
592
  msgid "%s - search inside of posts/pages, which are inside of this category, "
593
  msgstr ""
594
 
595
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3022
596
  #, php-format
597
  msgid "%s - search inside of posts/pages, which are have this tag, "
598
  msgstr ""
599
 
600
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3023
601
  #, fuzzy, php-format
602
  msgid "%s - check in date, "
603
  msgstr "%s - checkbox-felt, "
604
 
605
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3024
606
  #, fuzzy, php-format
607
  msgid "%s - check out date, "
608
  msgstr "%s - checkbox-felt, "
609
 
610
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3025
611
  #, fuzzy, php-format
612
  msgid "%s - default selection number of visitors, "
613
  msgstr "Antal gæster"
614
 
615
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3026
616
  #, fuzzy, php-format
617
  msgid "Example: %s - custom number of visitor selections\""
618
  msgstr "Antal gæster"
619
 
620
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3027
621
  #, fuzzy, php-format
622
  msgid "%s - search button, "
623
  msgstr "%s - send-knap"
624
 
625
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3028
626
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3069
627
  #, fuzzy, php-format
628
  msgid "%s - new line, "
629
  msgstr "%s - indsæt ny linje, "
630
 
631
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3029
632
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3070
633
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3225
634
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3253
635
  msgid "use any other HTML tags (carefully)."
636
  msgstr "brug ethvert andet HTML-tag (med forsigtighed)."
637
 
638
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3036
639
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3077
640
  msgid "Additional customization style of this element you can make at this file"
641
  msgstr ""
642
 
643
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3041
644
  #, fuzzy
645
  msgid "Reset to default search form content"
646
  msgstr "Gendan standardindstillinger for formularindhold"
647
 
648
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3052
649
  #, fuzzy
650
  msgid "Customization of found booking resource items"
651
  msgstr "De enkelte bookingtypers pris"
652
 
653
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3061
654
  #, fuzzy, php-format
655
  msgid "%s - resource title, "
656
  msgstr "%s - valgt felt, "
657
 
658
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3062
659
  #, fuzzy, php-format
660
  msgid "%s - link to the page with booking form, "
661
  msgstr "%s indsæt bookingart, "
662
 
663
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3063
664
  #, fuzzy, php-format
665
  msgid "%s - availability of booking resource, "
666
  msgstr "%s indsæt bookingart, "
667
 
668
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3064
669
  #, fuzzy, php-format
670
  msgid "%s - maximum support visitors for booking resource, "
671
  msgstr "%s indsæt bookingart, "
672
 
673
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3065
674
  #, fuzzy, php-format
675
  msgid "%s - cost of booking resource, "
676
  msgstr "%s indsæt bookingart, "
677
 
678
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3066
679
  #, php-format
680
  msgid "%s - featured image, getted as a featured image from post, "
681
  msgstr ""
682
 
683
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3067
684
  #, php-format
685
  msgid "%s - booking info, getted as a excerpt from post, "
686
  msgstr ""
687
 
688
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3082
689
  #, fuzzy
690
  msgid "Reset to default value"
691
  msgstr "Gendan standardindstillinger for formular"
692
 
693
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3094
694
  msgid "Search form"
695
  msgstr ""
696
 
697
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3096
698
  #, fuzzy
699
  msgid "Check in"
700
  msgstr "Børn"
701
 
702
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3098
703
  msgid "Check out"
704
  msgstr ""
705
 
706
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3100
707
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3361
708
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3373
709
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3393
710
  msgid "Number of visitors"
711
  msgstr "Antal gæster"
712
 
713
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3140
714
  #, fuzzy
715
  msgid "Search Cache Settings"
716
  msgstr "Avancerede indstillinger"
717
 
718
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3146
719
  msgid "Cache expiration"
720
  msgstr ""
721
 
722
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3152
723
  #, fuzzy
724
  msgid "hour(s)"
725
  msgstr "Torsdag"
726
 
727
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3157
728
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1995
729
  #, fuzzy
730
  msgid "day(s)"
731
  msgstr "Ingen dage"
732
 
733
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3161
734
  msgid "Select time of cache expiration"
735
  msgstr ""
736
 
737
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3170
738
  msgid "Cache is expire: "
739
  msgstr ""
740
 
741
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3208
742
  #, php-format
743
  msgid "Found: %s booking forms inside of posts or pages "
744
  msgstr ""
745
 
746
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3215
747
  msgid "Reset cache"
748
  msgstr ""
749
 
750
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3363
 
 
 
 
 
 
 
 
 
 
 
 
751
  #, fuzzy
752
- msgid "Number of resources"
753
- msgstr "Antal gæster"
 
 
 
 
 
754
 
755
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3447
756
  #, fuzzy
757
  msgid "Available: "
758
  msgstr "tilgængelig"
759
 
760
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3516
761
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3522
762
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3575
763
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:487
764
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:631
 
765
  msgid "Standard"
766
  msgstr "Standard"
767
 
768
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3516
769
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:534
770
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3438
771
  msgid "Default"
772
  msgstr "Automatisk"
773
 
774
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3517
775
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3523
776
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3562
777
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3563
778
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3576
779
  msgid "Superior"
780
  msgstr "Ekstra fin"
781
 
782
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3517
783
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3679
784
  #, fuzzy
785
  msgid "Resource #1"
786
  msgstr "Pris for bookingart"
787
 
788
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3518
789
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3524
790
  msgid "Presidential Suite"
791
  msgstr "Præsidentsuite"
792
 
793
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3518
794
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3680
795
  #, fuzzy
796
  msgid "Resource #2"
797
  msgstr "Pris for bookingart"
798
 
799
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3519
800
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3525
801
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1261
802
  msgid "Royal Villa"
803
  msgstr "Royal villa"
804
 
805
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-hotel.php:3519
806
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3681
807
  #, fuzzy
808
  msgid "Resource #3"
809
  msgstr "Pris for bookingart"
810
 
811
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:541
812
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3143
813
- msgid "Weekend"
814
- msgstr "Weekend"
815
-
816
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:542
817
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3144
818
- msgid "Work days"
819
- msgstr "Hverdage"
820
-
821
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:543
822
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:3145
823
- msgid "High season"
824
- msgstr "Højsæson"
825
-
826
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:559
827
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:617
828
- #, fuzzy
829
- msgid "Updating..."
830
- msgstr "Gemmer..."
831
-
832
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:564
833
- msgid "User is Activated"
834
- msgstr ""
835
-
836
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:622
837
- #, fuzzy
838
- msgid "User is Deactivated"
839
- msgstr "når plugin er deaktiveret"
840
-
841
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:732
842
- #, php-format
843
- msgid "%sYou do not have permissions for this page.%s Your account is not active, please contact administrator.%s"
844
- msgstr ""
845
-
846
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:767
847
- #, php-format
848
- msgid "%sYou do not have permissions for this booking resources.%s"
849
- msgstr ""
850
-
851
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:773
852
- #, fuzzy, php-format
853
- msgid "%sNo this booking resources.%s"
854
- msgstr "Sæsonpriser for bookingenhed"
855
-
856
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:890
857
- #, fuzzy
858
- msgid "Show resources of user:"
859
- msgstr "Pris for bookingart"
860
-
861
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:902
862
- #, fuzzy
863
- msgid "My"
864
- msgstr "Maj"
865
-
866
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:921
867
- #, fuzzy
868
- msgid "Booking resource:"
869
- msgstr "Bookingart"
870
-
871
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:953
872
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:986
873
- #, fuzzy
874
- msgid "Users"
875
- msgstr "År"
876
-
877
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:988
878
- msgid "Management of"
879
- msgstr ""
880
-
881
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1080
882
- msgid "Users managment"
883
- msgstr ""
884
-
885
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1084
886
- msgid "Status"
887
- msgstr ""
888
-
889
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1086
890
- #, fuzzy
891
- msgid "User name"
892
- msgstr "Navn på bookingart"
893
-
894
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1087
895
- msgid "User role"
896
- msgstr ""
897
-
898
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1089
899
- #, fuzzy
900
- msgid "Max number of resources"
901
- msgstr "Antal gæster"
902
-
903
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1090
904
- msgid "Actions for specific user"
905
- msgstr ""
906
-
907
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1091
908
- msgid "Set user as"
909
- msgstr ""
910
-
911
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1127
912
- #, fuzzy
913
- msgid "Activate"
914
- msgstr "Aktiv"
915
-
916
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1128
917
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1137
918
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1140
919
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1143
920
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
921
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
922
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
923
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
924
- #, fuzzy
925
- msgid "Do you really want"
926
- msgstr "Er du sikker på at du ønsker at slette?"
927
-
928
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1128
929
- msgid "make user active"
930
- msgstr ""
931
-
932
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1132
933
- #, fuzzy
934
- msgid "Deactivate"
935
- msgstr "Aktiv"
936
-
937
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1136
938
- msgid "Set as inactive"
939
- msgstr ""
940
-
941
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1137
942
- msgid "make user inactive"
943
- msgstr ""
944
-
945
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1139
946
- #, fuzzy
947
- msgid "Delete configuration"
948
- msgstr "Slet bookingdata"
949
-
950
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1140
951
- msgid "delete configuration"
952
- msgstr ""
953
-
954
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1142
955
- #, fuzzy
956
- msgid "Delete all booking data"
957
- msgstr "Slet bookingdata"
958
-
959
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1143
960
- #, fuzzy
961
- msgid "delete all booking data"
962
- msgstr "Slet bookingdata"
963
-
964
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1148
965
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1155
966
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
967
- #, fuzzy
968
- msgid "Super Admin"
969
- msgstr "Ekstra fin"
970
-
971
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1156
972
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
973
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
974
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
975
- msgid "set user as"
976
- msgstr ""
977
-
978
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1162
979
- msgid "Low Level user"
980
- msgstr ""
981
-
982
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1163
983
- msgid "Low level user"
984
- msgstr ""
985
-
986
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1169
987
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1170
988
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1177
989
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1178
990
- #, fuzzy
991
- msgid "Regular user"
992
- msgstr "År"
993
-
994
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1184
995
- #, fuzzy
996
- msgid "Login"
997
- msgstr "Links"
998
-
999
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1262
1000
- #, fuzzy
1001
- msgid "Suite"
1002
- msgstr "Navn"
1003
-
1004
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1263
1005
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3679
1006
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3439
1007
- msgid "Appartment #1"
1008
- msgstr "Lejlighed #1"
1009
-
1010
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-multiuser.php:1264
1011
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3680
1012
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3440
1013
- msgid "Appartment #2"
1014
- msgstr "Lejlighed #2"
1015
-
1016
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:193
1017
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2683
1018
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:89
1019
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3237
1020
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3448
1021
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3299
1022
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3325
1023
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3367
1024
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3383
1025
  msgid "Start time"
1026
  msgstr "Starttidspunkt"
1027
 
1028
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:193
1029
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2689
1030
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:89
1031
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3244
1032
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3455
1033
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3299
1034
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3325
1035
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3368
1036
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3384
1037
  msgid "End time"
1038
  msgstr "Sluttidspunkt"
1039
 
1040
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:226
1041
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1867
1042
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1906
1043
  #, fuzzy
1044
  msgid "per 1 day"
1045
  msgstr "for 1 dag"
1046
 
1047
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:227
1048
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1868
1049
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1907
1050
  #, fuzzy
1051
  msgid "from the cost of 1 day "
1052
  msgstr "Antal dage"
1053
 
1054
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:228
1055
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1869
1056
  #, fuzzy, php-format
1057
  msgid "Additional cost in %s per 1 day"
1058
  msgstr "Samlet pris"
1059
 
1060
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:230
1061
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:231
1062
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1873
1063
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1874
1064
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1914
1065
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1915
1066
  #, fuzzy
1067
  msgid " for all days!"
1068
  msgstr "Ikke-disponible ugedage"
1069
 
1070
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:505
1071
  #, fuzzy
1072
  msgid "Add new booking form"
1073
  msgstr "Bookingart"
1074
 
1075
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:588
1076
  #, fuzzy
1077
  msgid "There are no extended booking forms"
1078
  msgstr "i bookingformularen"
1079
 
1080
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:628
1081
  #, fuzzy
1082
  msgid "Booking form type:"
1083
  msgstr "Bookingformular"
1084
 
1085
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:637
1086
  #, fuzzy
1087
  msgid "Please, select your type of booking form"
1088
  msgstr "For at foretage bestilling: Vælg bookingart"
1089
 
1090
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:707
 
 
 
 
 
1091
  #, fuzzy
1092
  msgid "Standard booking resource cost"
1093
  msgstr "Bookingart"
1094
 
1095
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:708
1096
  #, fuzzy
1097
  msgid "Total booking resource cost"
1098
  msgstr "Bookingart"
1099
 
1100
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:848
1101
  #, php-format
1102
  msgid "%s - show cost hint for full booking in real time, depends from selection of days and form elements."
1103
  msgstr ""
1104
 
1105
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:849
1106
  #, fuzzy, php-format
1107
  msgid "Example: %sThe full cost for payment: %s "
1108
  msgstr "%s - indsæt bookingdatoer, "
1109
 
1110
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:850
1111
  #, php-format
1112
  msgid "%s - show cost hint of original booking cost without additional costs for full booking in real time, depends only from days selection."
1113
  msgstr ""
1114
 
1115
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:851
1116
  #, fuzzy, php-format
1117
  msgid "Example: %sThe original cost for payment: %s "
1118
  msgstr "%s - indsæt bookingdatoer, "
1119
 
1120
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:852
1121
  #, php-format
1122
  msgid "%s - show cost hint of additional booking cost, ehich depends from selection of form elements."
1123
  msgstr ""
1124
 
1125
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:853
1126
  #, php-format
1127
  msgid "Example: %sThe additional cost for payment: %s "
1128
  msgstr ""
1129
 
1130
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:854
1131
  #, php-format
1132
  msgid "%s - enter direct cost at admin panel at page: "
1133
  msgstr ""
1134
 
1135
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:854
1136
  msgid "Add booking"
1137
  msgstr "Tilføj booking"
1138
 
1139
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:855
1140
  #, fuzzy, php-format
1141
  msgid "Example: %s"
1142
  msgstr "Eksempel: %s "
1143
 
1144
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1476
1145
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1487
1146
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
  msgid "unavailable"
1148
  msgstr "ikke tilgængelig"
1149
 
1150
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1477
1151
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1487
1152
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1488
1153
  msgid "available"
1154
  msgstr "tilgængelig"
1155
 
1156
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1479
1157
  msgid "Avalaibility booking type"
1158
  msgstr "Bookingtypens tilgængelighed"
1159
 
1160
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1485
1161
  #, php-format
1162
  msgid "All days for %s are"
1163
  msgstr "Alle dage for %s er"
1164
 
1165
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1494
1166
  #, php-format
1167
  msgid "Select %s days below or %sadd new season filter%s"
1168
  msgstr "Vælg %s dage nedenfor %seller tilføj nye sæsonfiltre%s"
1169
 
1170
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1501
1171
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1616
1172
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2708
1173
  msgid "Name"
1174
  msgstr "Navn"
1175
 
1176
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1502
1177
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1617
1178
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2709
1179
  msgid "Filters"
1180
  msgstr "Filtre"
1181
 
1182
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1598
1183
  msgid "Seson rates of booking resource"
1184
  msgstr "Sæsonpriser for bookingenhed"
1185
 
1186
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1604
1187
  #, fuzzy, php-format
1188
  msgid "Enter season rate(s) (costs diference in %s from standard cost %s or fixed cost) of booking resource %s or %sadd new season filter%s"
1189
  msgstr "Indsæt sæsonpris(er) (prisforskel i %s) fra standardpris %s for bookingenhed %s eller %stilføj nyt sæsonfilter%s"
1190
 
1191
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1614
1192
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2215
1193
- msgid "Rates"
1194
- msgstr "Priser"
1195
-
1196
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1615
1197
  msgid "Final cost"
1198
  msgstr "Samlet pris"
1199
 
1200
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1648
1201
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1666
1202
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2203
1203
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2237
1204
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1813
1205
  msgid "for 1 day"
1206
  msgstr "for 1 dag"
1207
 
1208
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1649
1209
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1667
1210
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2204
1211
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2238
1212
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1814
1213
  msgid "for 1 night"
1214
  msgstr "for 1 nat"
1215
 
1216
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1650
1217
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1668
1218
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2205
1219
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2239
1220
  msgid "fixed deposit"
1221
  msgstr "Fast depositum"
1222
 
1223
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1651
1224
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1669
1225
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2206
1226
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2241
1227
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1817
1228
  msgid "for 1 hour"
1229
  msgstr "for 1 time"
1230
 
1231
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1820
1232
  msgid "Set cost of booking resource depends from number of selected booking days"
1233
  msgstr ""
1234
 
1235
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1821
1236
  #, php-format
1237
  msgid "If you add costs here, so %srates%s for this booking resource will not take effect !!!"
1238
  msgstr ""
1239
 
1240
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1822
1241
  #, php-format
1242
  msgid "%sFor and together%s have higher priority then range %sfrom - to%s days. Items at the bottom have higher priority then items at the top."
1243
  msgstr ""
1244
 
1245
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1830
 
 
 
 
 
1246
  #, fuzzy
1247
  msgid "Number of days"
1248
  msgstr "Antal gæster"
1249
 
1250
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1831
1251
  #, fuzzy
1252
  msgid "Cost of 1 day"
1253
  msgstr "Antal dage"
1254
 
1255
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1878
1256
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1980
 
 
 
 
 
1257
  #, fuzzy
1258
  msgid "For"
1259
  msgstr "Formular"
1260
 
1261
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1879
1262
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1981
1263
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1264
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:787
1265
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2827
1266
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2880
1267
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2932
1268
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:2985
1269
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:3037
1270
  msgid "From"
1271
  msgstr "Fra"
1272
 
1273
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1880
1274
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1982
1275
  msgid "Together"
1276
  msgstr ""
1277
 
1278
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1888
1279
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1990
1280
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1281
  msgid "to"
1282
  msgstr ""
1283
 
1284
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1894
1285
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2923
1286
  #, fuzzy
1287
  msgid "day"
1288
  msgstr "Ingen dage"
1289
 
1290
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1895
1291
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2491
1292
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:2926
1293
  #, fuzzy
1294
  msgid "days"
1295
  msgstr "Ingen dage"
1296
 
1297
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1908
1298
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1916
1299
  #, fuzzy
1300
  msgid "Additional cost in USD per 1 day"
1301
  msgstr "Samlet pris"
1302
 
1303
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1926
1304
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2011
 
 
 
 
 
 
1305
  msgid "Remove"
1306
  msgstr ""
1307
 
1308
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1942
1309
  #, fuzzy
1310
  msgid "Add new cost"
1311
  msgstr "Tilføj ny type"
1312
 
1313
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:1978
1314
  #, fuzzy
1315
  msgid "for all days"
1316
  msgstr "Ikke-disponible ugedage"
1317
 
1318
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2071
1319
  #, fuzzy
1320
  msgid "Set amount of deposit payment"
1321
  msgstr "%s - indsæt bookingdatoer, "
1322
 
1323
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2075
1324
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2224
1325
- msgid "Deposit amount"
1326
- msgstr ""
1327
-
1328
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2083
1329
  #, fuzzy
1330
  msgid "fixed summ in"
1331
  msgstr "Fast depositum"
1332
 
1333
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2084
1334
  #, fuzzy
1335
  msgid "of payment"
1336
  msgstr "Betaling"
1337
 
1338
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2087
1339
  #, fuzzy
1340
  msgid "Active/inactive"
1341
  msgstr "Aktiv"
1342
 
1343
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2093
1344
  #, fuzzy
1345
  msgid "deposit payment for booking resource"
1346
  msgstr "Sæsonpriser for bookingenhed"
1347
 
1348
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2102
1349
  #, fuzzy
1350
  msgid "Deposit payment summ"
1351
  msgstr "Vælg ønsket valuta"
1352
 
1353
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2104
1354
  #, fuzzy
1355
  msgid "Deposit payment is not active for booking resource"
1356
  msgstr "Sæsonpriser for bookingenhed"
1357
 
1358
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2134
 
 
 
 
 
1359
  #, fuzzy, php-format
1360
  msgid " Check this checkbox if you want to use %sdeposit%s summ %spayment%s at the payment form, instead of full summ of booking."
1361
  msgstr "Markér hvis du ønsker at definere tilgængelige dage i kalenderen. Vælg for eksempel uge eller kun 5 dage når du definerer dage som kan bookes."
1362
 
1363
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2135
1364
  #, php-format
1365
  msgid " You can make configuration of deposit summs for your booking resources %shere%s."
1366
  msgstr ""
1367
 
1368
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2166
1369
  msgid "Cost of each booking type"
1370
  msgstr "De enkelte bookingtypers pris"
1371
 
1372
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2172
1373
  msgid "Resource Cost"
1374
  msgstr "Pris for bookingart"
1375
 
1376
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2175
1377
  msgid "Names of items from resource"
1378
  msgstr "Navne på enheder "
1379
 
1380
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2215
1381
- msgid "Settings rates for days, depends from filter settings."
1382
- msgstr ""
1383
-
1384
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2217
1385
- msgid "Setting cost, which depends from number of selected days for reservation"
1386
- msgstr ""
1387
-
1388
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2217
1389
  #, fuzzy
1390
  msgid "Cost for selected days"
1391
  msgstr "Antal dage"
1392
 
1393
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2224
1394
- msgid "Setting amount of deposit payment for payment form"
1395
- msgstr ""
1396
-
1397
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2226
1398
- msgid "Setting availability for days, depends from filter settings."
1399
- msgstr ""
1400
-
1401
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2226
1402
- msgid "Availability"
1403
- msgstr "Tilgængelighed"
1404
-
1405
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2234
1406
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:1810
1407
  msgid "Please, enter cost"
1408
  msgstr "Indtast venligst pris"
1409
 
1410
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2245
1411
  msgid "of each booking resources. Enter only digits."
1412
  msgstr "for hver bookingenhed. Indtast kun tal."
1413
 
1414
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2247
1415
  #, php-format
1416
  msgid "You can Add or Delete booking resources at the top of this %spage%s"
1417
  msgstr ""
1418
 
1419
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1420
  msgid "Su"
1421
  msgstr "Søn"
1422
 
1423
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1424
  msgid "Mo"
1425
  msgstr "Man"
1426
 
1427
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1428
  msgid "Tu"
1429
  msgstr "Tirs"
1430
 
1431
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1432
  msgid "We"
1433
  msgstr "Ons"
1434
 
1435
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1436
  msgid "Th"
1437
  msgstr "Tors"
1438
 
1439
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1440
  msgid "Fr"
1441
  msgstr "Fre"
1442
 
1443
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2267
1444
  msgid "Sa"
1445
  msgstr "Lør"
1446
 
1447
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1448
  msgid "Jan"
1449
  msgstr "Jan"
1450
 
1451
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1452
  msgid "Feb"
1453
  msgstr "Feb"
1454
 
1455
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1456
  msgid "Mar"
1457
  msgstr "Mar"
1458
 
1459
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1460
  msgid "Apr"
1461
  msgstr "Apr"
1462
 
1463
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1464
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2617
1465
  msgid "May"
1466
  msgstr "Maj"
1467
 
1468
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1469
  msgid "Jun"
1470
  msgstr "Jun"
1471
 
1472
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1473
  msgid "Jul"
1474
  msgstr "Jul"
1475
 
1476
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1477
  msgid "Aug"
1478
  msgstr "Aug"
1479
 
1480
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1481
  msgid "Sep"
1482
  msgstr "Sep"
1483
 
1484
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1485
  msgid "Oct"
1486
  msgstr "Okt"
1487
 
1488
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1489
  msgid "Nov"
1490
  msgstr "Nov"
1491
 
1492
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2268
1493
  msgid "Dec"
1494
  msgstr "Dec"
1495
 
1496
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2272
1497
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2492
1498
  #, fuzzy
1499
  msgid "time"
1500
  msgstr "Tidspunkt"
1501
 
1502
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2288
1503
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2308
1504
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2329
1505
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2346
1506
  msgid "No days"
1507
  msgstr "Ingen dage"
1508
 
1509
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2290
1510
  msgid "Every"
1511
  msgstr "Alle"
1512
 
1513
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2331
1514
  msgid "of"
1515
  msgstr "af"
1516
 
1517
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2375
1518
  msgid "Filter deleted successfully"
1519
  msgstr "Filter slettet"
1520
 
1521
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2444
1522
  msgid "Filter saved"
1523
  msgstr "Filter er gemt"
1524
 
1525
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2470
1526
  msgid "Date filter"
1527
  msgstr "Datofilter"
1528
 
1529
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2479
1530
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2698
1531
  msgid "Add new filter"
1532
  msgstr "Tilføj nyt filter"
1533
 
1534
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2484
1535
  msgid "Name of filter"
1536
  msgstr "Navn på filter"
1537
 
1538
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2486
1539
  #, php-format
1540
  msgid "Type your %sfilter name%s "
1541
  msgstr "Indtast %snavn på filter%s"
1542
 
1543
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2490
1544
  #, fuzzy
1545
  msgid "Time or days filter"
1546
  msgstr "Navn på filter"
1547
 
1548
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2502
1549
  msgid "Days of week"
1550
  msgstr "Ugedage"
1551
 
1552
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2506
1553
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3109
1554
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3164
1555
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3386
1556
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3411
1557
  msgid "Sunday"
1558
  msgstr "Søndag"
1559
 
1560
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2508
1561
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3110
1562
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3165
1563
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3387
1564
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3412
1565
  msgid "Monday"
1566
  msgstr "Mandag"
1567
 
1568
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2510
1569
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3111
1570
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3166
1571
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3388
1572
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3413
1573
  #, fuzzy
1574
  msgid "Tuesday"
1575
  msgstr "Tirsdag"
1576
 
1577
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2512
1578
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3112
1579
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3167
1580
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3389
1581
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3414
1582
  msgid "Wednesday"
1583
  msgstr "Onsdag"
1584
 
1585
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2514
1586
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3113
1587
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3168
1588
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3390
1589
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3415
1590
  msgid "Thursday"
1591
  msgstr "Torsdag"
1592
 
1593
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2516
1594
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3114
1595
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3169
1596
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3391
1597
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3416
1598
  msgid "Friday"
1599
  msgstr "Fredag"
1600
 
1601
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2518
1602
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3115
1603
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3170
1604
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3392
1605
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium.php:3417
1606
  msgid "Saturday"
1607
  msgstr "Saturday"
1608
 
1609
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2526
1610
  msgid "Days of month"
1611
  msgstr "Månedsdage"
1612
 
1613
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2604
1614
  #, fuzzy
1615
  msgid "Months"
1616
  msgstr "Måneder"
1617
 
1618
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2609
1619
  msgid "January"
1620
  msgstr "Januar"
1621
 
1622
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2611
1623
  msgid "February"
1624
  msgstr "Februar"
1625
 
1626
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2613
1627
  msgid "March"
1628
  msgstr "Marts"
1629
 
1630
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2615
1631
  msgid "April"
1632
  msgstr "April"
1633
 
1634
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2619
1635
  msgid "June"
1636
  msgstr "Juni"
1637
 
1638
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2623
1639
  msgid "July"
1640
  msgstr "Juli"
1641
 
1642
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2625
1643
  msgid "August"
1644
  msgstr "August"
1645
 
1646
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2627
1647
  msgid "September"
1648
  msgstr "September"
1649
 
1650
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2629
1651
  msgid "October"
1652
  msgstr "Oktober"
1653
 
1654
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2631
1655
  msgid "November"
1656
  msgstr "November"
1657
 
1658
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2633
1659
  msgid "December"
1660
  msgstr "December"
1661
 
1662
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2642
1663
  msgid "Years"
1664
  msgstr "År"
1665
 
1666
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2685
1667
  #, fuzzy, php-format
1668
  msgid "Type your %sstart time%s "
1669
  msgstr "Indtast %snavn på filter%s"
1670
 
1671
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2691
1672
  #, fuzzy, php-format
1673
  msgid "Type your %send time%s "
1674
  msgstr "Indtast %snavn på filter%s"
1675
 
1676
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2698
1677
  msgid "Save changes"
1678
  msgstr "Gem ændringer"
1679
 
1680
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2729
1681
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:727
1682
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-pro.php:1032
 
1683
  msgid "Edit"
1684
  msgstr "Redigér"
1685
 
1686
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2731
1687
  msgid "Do you really want to delete?"
1688
  msgstr "Er du sikker på at du ønsker at slette?"
1689
 
1690
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2765
1691
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2809
1692
  #, fuzzy
1693
- msgid "Showing cost at tooltip"
1694
  msgstr "Viser tidspunkt for navn"
1695
 
1696
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2771
1697
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2815
1698
  #, fuzzy
1699
  msgid " Check this checkbox if you want to show daily cost at the tooltip, when mouse over it."
1700
  msgstr "Markér hvis du ønsker at definere tilgængelige dage i kalenderen. Vælg for eksempel uge eller kun 5 dage når du definerer dage som kan bookes."
1701
 
1702
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2778
1703
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2822
1704
  #, fuzzy
1705
  msgid "Cost description"
1706
  msgstr "Beskrivelse af betaling"
1707
 
1708
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2780
1709
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2824
1710
  #, php-format
1711
  msgid "Type your %scost%s description"
1712
  msgstr "Beskrivelse af %sbetaling%s"
1713
 
1714
- #: w:\www\home\w\www\wp-content\plugins\booking\./include/wpdev-premium-plus.php:2925
1715
- msgid "Advanced cost management"
1716
- msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-05-02 12:25+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Kathrine Amalie Roswall <kaam@itu.dk>\n"
15
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
16
  "X-Poedit-Language: Danish\n"
17
  "X-Poedit-Country: DENMARK\n"
18
+ "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking\\.\n"
19
 
20
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:112
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:210
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3603
23
  #, fuzzy
24
  msgid "The cost for payment"
25
  msgstr "%s - indsæt bookingdatoer, "
26
 
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:115
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:215
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3251
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3274
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
33
  #, fuzzy
34
  msgid "First Name (required)"
35
  msgstr "Navn (skal udfyldes)"
36
 
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:117
38
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:217
39
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
40
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3253
41
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3276
42
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3302
43
  #, fuzzy
44
  msgid "Last Name (required)"
45
  msgstr "Navn (skal udfyldes)"
46
 
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:219
49
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3255
51
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3278
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3304
53
  msgid "Email (required)"
54
  msgstr "Email (skal udfyldes"
55
 
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:221
58
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
59
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
60
  #, fuzzy
61
  msgid "Address (required)"
62
  msgstr "Navn (skal udfyldes)"
63
 
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:223
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
67
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
68
  #, fuzzy
69
  msgid "City(required)"
70
  msgstr "Email (skal udfyldes"
71
 
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:225
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3310
76
  #, fuzzy
77
  msgid "Post code(required)"
78
  msgstr "Navn (skal udfyldes)"
79
 
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
81
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:227
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
83
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
84
  #, fuzzy
85
  msgid "Country(required)"
86
  msgstr "Efternavn (skal udfyldes)"
87
 
88
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:229
90
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:120
91
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1350
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3257
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3280
94
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3314
95
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3333
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3345
97
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3365
98
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:284
99
  msgid "Phone"
100
  msgstr "Telefon"
101
 
102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:231
104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:122
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3316
108
  msgid "Visitors"
109
  msgstr "Gæster"
110
 
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:231
113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:122
114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3316
117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3335
118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3347
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3367
120
  msgid "Children"
121
  msgstr "Børn"
122
 
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:233
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:124
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3261
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3284
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3318
129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3336
130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3348
131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
132
  msgid "Details"
133
  msgstr "Detaljer"
134
 
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
136
  #, fuzzy
137
  msgid "Coupon"
138
  msgstr "Antal dage"
139
 
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:139
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:237
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:128
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2186
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3265
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3288
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
 
147
  msgid "Send"
148
  msgstr "Send"
149
 
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:148
151
  msgid "Probably number of selected visitors more, then available at selected day(s)!"
152
  msgstr ""
153
 
154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:346
155
  msgid "coupon"
156
  msgstr ""
157
 
158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:348
159
  msgid "discount"
160
  msgstr ""
161
 
162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:629
163
  msgid "Search results"
164
  msgstr ""
165
 
166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:631
167
  msgid "Nothing found"
168
  msgstr ""
169
 
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:676
171
  #, fuzzy
172
  msgid "Book now"
173
  msgstr "Booking"
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:724
176
  msgid "Please select check in and check out days!"
177
  msgstr ""
178
 
179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:860
180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:145
181
  #, fuzzy
182
  msgid "Search"
183
  msgstr "Marts"
184
 
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1604
186
  #, php-format
187
+ msgid "Sorry, the booking is not done, because these days are already booked, please %srefresh%s the page and try other days."
188
  msgstr ""
189
 
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2064
191
  #, fuzzy
192
  msgid "Child booking resources"
193
  msgstr "Bookingart"
194
 
195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2072
196
  msgid "Max available items inside of booking resource"
197
  msgstr "Maksimum antal muligheder indenfor denne bookingart"
198
 
199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2304
200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2483
201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2612
202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3018
204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3058
205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3146
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3169
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1286
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1745
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1823
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:962
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2761
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2825
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2882
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2938
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2995
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3124
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3215
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "Click to toggle"
221
  msgstr ""
222
 
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2305
224
  #, fuzzy
225
  msgid "Booking resources managment"
226
  msgstr "Bookingarter"
227
 
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2310
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2814
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3374
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:225
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:228
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:661
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:665
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1156
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1004
239
  msgid "ID"
240
  msgstr "ID"
241
 
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2312
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2462
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3375
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
246
  msgid "Resource name"
247
  msgstr "Navn på bookingart"
248
 
249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2314
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3246
251
  #, fuzzy
252
  msgid "Number of resource items inside of parent resource"
253
  msgstr "Navne på enheder "
254
 
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2314
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3246
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2465
258
  msgid "Capacity"
259
  msgstr ""
260
 
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2315
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2420
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3247
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3390
265
  #, fuzzy
266
  msgid "Parent"
267
  msgstr "Betaling"
268
 
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2316
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2427
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3248
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3403
273
  msgid "Priority"
274
  msgstr ""
275
 
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
278
  #, fuzzy
279
  msgid "Maximum number of visitors for resource"
280
  msgstr "Antal gæster"
281
 
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
284
  #, fuzzy
285
  msgid "Max"
286
  msgstr "Mar"
287
 
288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2318
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3250
290
  #, fuzzy
291
  msgid "visitors"
292
  msgstr "Gæster"
293
 
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2320
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3252
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2468
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
298
  msgid "Actions"
299
  msgstr "Handlinger"
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2399
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:592
303
  msgid "Add"
304
  msgstr "Tilføj"
305
 
306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2408
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2820
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:580
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3021
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3424
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1054
312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1425
313
  msgid "Delete"
314
  msgstr "Slet"
315
 
316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2418
 
317
  msgid "Title"
318
  msgstr "Navn"
319
 
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2435
321
  #, fuzzy
322
  msgid "Add new resource"
323
  msgstr "Bookingart"
324
 
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2442
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2577
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3090
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3223
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1738
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1888
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2213
333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2395
334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2540
335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3331
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3426
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1430
338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:414
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1056
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3054
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3207
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3235
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
 
 
345
  msgid "Save"
346
  msgstr "Gem"
347
 
348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2484
 
 
349
  msgid "Advanced Settings"
350
  msgstr "Avancerede indstillinger"
351
 
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2499
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2619
354
  msgid "Visitors number apply to capacity"
355
  msgstr ""
356
 
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2505
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2625
359
  #, php-format
360
  msgid " Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors %s"
361
  msgstr ""
362
 
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2518
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2638
365
  #, php-format
366
  msgid "Show at tooltip on calendar availability based on free booking resource items. %sCheck maximum support of visitors at %sone booking resource%s with selected number of visitors from booking form"
367
  msgstr ""
368
 
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2526
370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2646
371
  #, php-format
372
  msgid "Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items. %sCheck maximum support of visitors at %sall booking resources%s with selected number of visitors from booking form"
373
  msgstr ""
374
 
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2541
 
376
  #, fuzzy
377
  msgid "Show availability"
378
  msgstr "Tilgængelighed"
379
 
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2547
381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2705
382
  msgid " Check this checkbox if you want to show availability number of booking resource at the tooltip, when mouse over the day of calendar."
383
  msgstr ""
384
 
385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2554
386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2712
387
  #, fuzzy
388
  msgid "Availability description"
389
  msgstr "Tilgængelighed"
390
 
391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2556
392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2714
393
  #, php-format
394
  msgid "Type your %savailability%s description"
395
  msgstr "Type your %savailability%s description"
396
 
397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2566
398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2662
399
  #, fuzzy
400
+ msgid "Disable bookings in different booking resources"
401
  msgstr "Der opstod en fejl under sletning af bookingfiltre"
402
 
403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2570
404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2666
405
+ msgid " Check this checkbox if you want to dissable booking, which can be stored in different booking resources. So if this checkbox is checked, the booking is allowed only, if all days of booking are at same booking resources, otherwise the error message will show."
406
  msgstr ""
407
 
408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2613
409
+ #, fuzzy
410
+ msgid "Advanced"
411
+ msgstr "Avancerede indstillinger"
412
+
413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2699
414
+ #, fuzzy
415
+ msgid "Show availability in tooltip"
416
+ msgstr "Tilgængelighed"
417
+
418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2742
419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:664
420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:129
421
  msgid "Deleted"
422
  msgstr "Slettet"
423
 
424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
425
  msgid "Coupon saved"
426
  msgstr ""
427
 
428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2803
429
  #, fuzzy
430
  msgid "Booking coupons managment"
431
  msgstr "Bookingarter"
432
 
433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2815
434
  msgid "The code your customers will be using to receive the discount."
435
  msgstr ""
436
 
437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2815
438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2908
439
  msgid "Coupon Code"
440
  msgstr ""
441
 
442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2816
443
  #, fuzzy
444
  msgid "The amount, which be saved. Enter only digits."
445
  msgstr "for hver bookingenhed. Indtast kun tal."
446
 
447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2816
448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2936
449
  #, fuzzy
450
  msgid "Savings"
451
  msgstr "Gemmer..."
452
 
453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2817
454
  msgid "The minimum total cost required to use the coupon"
455
  msgstr ""
456
 
457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2817
458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2959
459
  #, fuzzy
460
  msgid "Minimum Purchase"
461
  msgstr "Køb"
462
 
463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2818
464
  msgid "The date your coupon will expire"
465
  msgstr ""
466
 
467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2818
468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2947
469
  msgid "Expiration Date"
470
  msgstr ""
471
 
472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2819
473
  msgid "Resource list, which support this coupon"
474
  msgstr ""
475
 
476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2819
477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2914
478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3469
479
  #, fuzzy
480
  msgid "Resources"
481
  msgstr "Pris for bookingart"
482
 
483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2820
484
  #, fuzzy
485
  msgid "Delete this coupon"
486
  msgstr "Slet bookingdata"
487
 
488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2860
489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2917
490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:588
491
  msgid "All"
492
  msgstr ""
493
 
494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2896
495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2968
496
  #, fuzzy
497
  msgid "Add new coupon"
498
  msgstr "Tilføj ny type"
499
 
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2940
501
  msgid "Fixed Amount"
502
  msgstr ""
503
 
504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2941
505
  msgid "Percentage Off"
506
  msgstr ""
507
 
508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2986
509
  #, fuzzy, php-format
510
  msgid "%s - coupon field, "
511
  msgstr "%s - checkbox-felt, "
512
 
513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2987
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3174
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3177
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3180
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3188
518
  #, php-format
519
  msgid "Example: %s "
520
  msgstr "Eksempel: %s "
521
 
522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3019
523
  #, fuzzy
524
  msgid "Search form customization"
525
  msgstr "individuel tilpasning af email"
526
 
527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3027
528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3067
529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3223
530
  msgid "Use these shortcodes for customization: "
531
  msgstr "Brug disse genveje for at tilpasse: "
532
 
533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3028
534
  #, php-format
535
  msgid "%s - search inside of posts/pages, which are inside of this category, "
536
  msgstr ""
537
 
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
539
  #, php-format
540
  msgid "%s - search inside of posts/pages, which are have this tag, "
541
  msgstr ""
542
 
543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3030
544
  #, fuzzy, php-format
545
  msgid "%s - check in date, "
546
  msgstr "%s - checkbox-felt, "
547
 
548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3031
549
  #, fuzzy, php-format
550
  msgid "%s - check out date, "
551
  msgstr "%s - checkbox-felt, "
552
 
553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
554
  #, fuzzy, php-format
555
  msgid "%s - default selection number of visitors, "
556
  msgstr "Antal gæster"
557
 
558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3033
559
  #, fuzzy, php-format
560
  msgid "Example: %s - custom number of visitor selections\""
561
  msgstr "Antal gæster"
562
 
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3034
564
  #, fuzzy, php-format
565
  msgid "%s - search button, "
566
  msgstr "%s - send-knap"
567
 
568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3035
569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3076
570
  #, fuzzy, php-format
571
  msgid "%s - new line, "
572
  msgstr "%s - indsæt ny linje, "
573
 
574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3036
575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3077
576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3198
577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3226
578
  msgid "use any other HTML tags (carefully)."
579
  msgstr "brug ethvert andet HTML-tag (med forsigtighed)."
580
 
581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3043
582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3084
583
  msgid "Additional customization style of this element you can make at this file"
584
  msgstr ""
585
 
586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3048
587
  #, fuzzy
588
  msgid "Reset to default search form content"
589
  msgstr "Gendan standardindstillinger for formularindhold"
590
 
591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
592
  #, fuzzy
593
  msgid "Customization of found booking resource items"
594
  msgstr "De enkelte bookingtypers pris"
595
 
596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3068
597
  #, fuzzy, php-format
598
  msgid "%s - resource title, "
599
  msgstr "%s - valgt felt, "
600
 
601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3069
602
  #, fuzzy, php-format
603
  msgid "%s - link to the page with booking form, "
604
  msgstr "%s indsæt bookingart, "
605
 
606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
607
  #, fuzzy, php-format
608
  msgid "%s - availability of booking resource, "
609
  msgstr "%s indsæt bookingart, "
610
 
611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3071
612
  #, fuzzy, php-format
613
  msgid "%s - maximum support visitors for booking resource, "
614
  msgstr "%s indsæt bookingart, "
615
 
616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3072
617
  #, fuzzy, php-format
618
  msgid "%s - cost of booking resource, "
619
  msgstr "%s indsæt bookingart, "
620
 
621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3073
622
  #, php-format
623
  msgid "%s - featured image, getted as a featured image from post, "
624
  msgstr ""
625
 
626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
627
  #, php-format
628
  msgid "%s - booking info, getted as a excerpt from post, "
629
  msgstr ""
630
 
631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
632
  #, fuzzy
633
  msgid "Reset to default value"
634
  msgstr "Gendan standardindstillinger for formular"
635
 
636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3101
637
  msgid "Search form"
638
  msgstr ""
639
 
640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3103
641
  #, fuzzy
642
  msgid "Check in"
643
  msgstr "Børn"
644
 
645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
646
  msgid "Check out"
647
  msgstr ""
648
 
649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3107
650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3334
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3346
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3366
653
  msgid "Number of visitors"
654
  msgstr "Antal gæster"
655
 
656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
657
  #, fuzzy
658
  msgid "Search Cache Settings"
659
  msgstr "Avancerede indstillinger"
660
 
661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3153
662
  msgid "Cache expiration"
663
  msgstr ""
664
 
665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
666
  #, fuzzy
667
  msgid "hour(s)"
668
  msgstr "Torsdag"
669
 
670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2265
672
  #, fuzzy
673
  msgid "day(s)"
674
  msgstr "Ingen dage"
675
 
676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3168
677
  msgid "Select time of cache expiration"
678
  msgstr ""
679
 
680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3177
681
  msgid "Cache is expire: "
682
  msgstr ""
683
 
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3215
685
  #, php-format
686
  msgid "Found: %s booking forms inside of posts or pages "
687
  msgstr ""
688
 
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
690
  msgid "Reset cache"
691
  msgstr ""
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3374
694
+ msgid "Capacity: "
695
+ msgstr ""
696
+
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3391
698
+ msgid "Select parent resource, if you want that parent resource is increase capacity."
699
+ msgstr ""
700
+
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
702
+ msgid "Set priority of resource - resource with higher priority will be resrved firstly."
703
+ msgstr ""
704
+
705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3425
706
  #, fuzzy
707
+ msgid "Resources count"
708
+ msgstr "Pris for bookingart"
709
+
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3426
711
+ #, fuzzy
712
+ msgid "Create seeral booking resources for one time"
713
+ msgstr "Bookingart"
714
 
715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3512
716
  #, fuzzy
717
  msgid "Available: "
718
  msgstr "tilgængelig"
719
 
720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3588
722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:570
724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:714
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:752
726
  msgid "Standard"
727
  msgstr "Standard"
728
 
729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:595
731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3410
732
  msgid "Default"
733
  msgstr "Automatisk"
734
 
735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3589
737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
740
  msgid "Superior"
741
  msgstr "Ekstra fin"
742
 
743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3583
744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2089
745
  #, fuzzy
746
  msgid "Resource #1"
747
  msgstr "Pris for bookingart"
748
 
749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3590
751
  msgid "Presidential Suite"
752
  msgstr "Præsidentsuite"
753
 
754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3584
755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2090
756
  #, fuzzy
757
  msgid "Resource #2"
758
  msgstr "Pris for bookingart"
759
 
760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3591
762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1331
763
  msgid "Royal Villa"
764
  msgstr "Royal villa"
765
 
766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3585
767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2091
768
  #, fuzzy
769
  msgid "Resource #3"
770
  msgstr "Pris for bookingart"
771
 
772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:213
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:104
775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1710
776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3272
777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3340
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
  msgid "Start time"
781
  msgstr "Starttidspunkt"
782
 
783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:213
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2980
785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:104
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1717
787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3272
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3298
789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3341
790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3357
 
791
  msgid "End time"
792
  msgstr "Sluttidspunkt"
793
 
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2125
796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2164
797
  #, fuzzy
798
  msgid "per 1 day"
799
  msgstr "for 1 dag"
800
 
801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2126
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2165
804
  #, fuzzy
805
  msgid "from the cost of 1 day "
806
  msgstr "Antal dage"
807
 
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2127
810
  #, fuzzy, php-format
811
  msgid "Additional cost in %s per 1 day"
812
  msgstr "Samlet pris"
813
 
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2131
817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2132
818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2172
819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2173
820
  #, fuzzy
821
  msgid " for all days!"
822
  msgstr "Ikke-disponible ugedage"
823
 
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:588
825
  #, fuzzy
826
  msgid "Add new booking form"
827
  msgstr "Bookingart"
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:671
830
  #, fuzzy
831
  msgid "There are no extended booking forms"
832
  msgstr "i bookingformularen"
833
 
834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:711
835
  #, fuzzy
836
  msgid "Booking form type:"
837
  msgstr "Bookingformular"
838
 
839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:720
840
  #, fuzzy
841
  msgid "Please, select your type of booking form"
842
  msgstr "For at foretage bestilling: Vælg bookingart"
843
 
844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:747
845
+ #, fuzzy
846
+ msgid "Booking form:"
847
+ msgstr "Bookingformular"
848
+
849
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:825
850
  #, fuzzy
851
  msgid "Standard booking resource cost"
852
  msgstr "Bookingart"
853
 
854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:826
855
  #, fuzzy
856
  msgid "Total booking resource cost"
857
  msgstr "Bookingart"
858
 
859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:966
860
  #, php-format
861
  msgid "%s - show cost hint for full booking in real time, depends from selection of days and form elements."
862
  msgstr ""
863
 
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
865
  #, fuzzy, php-format
866
  msgid "Example: %sThe full cost for payment: %s "
867
  msgstr "%s - indsæt bookingdatoer, "
868
 
869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:968
870
  #, php-format
871
  msgid "%s - show cost hint of original booking cost without additional costs for full booking in real time, depends only from days selection."
872
  msgstr ""
873
 
874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:969
875
  #, fuzzy, php-format
876
  msgid "Example: %sThe original cost for payment: %s "
877
  msgstr "%s - indsæt bookingdatoer, "
878
 
879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:970
880
  #, php-format
881
  msgid "%s - show cost hint of additional booking cost, ehich depends from selection of form elements."
882
  msgstr ""
883
 
884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:971
885
  #, php-format
886
  msgid "Example: %sThe additional cost for payment: %s "
887
  msgstr ""
888
 
889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
890
  #, php-format
891
  msgid "%s - enter direct cost at admin panel at page: "
892
  msgstr ""
893
 
894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:972
895
  msgid "Add booking"
896
  msgstr "Tilføj booking"
897
 
898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:973
899
  #, fuzzy, php-format
900
  msgid "Example: %s"
901
  msgstr "Eksempel: %s "
902
 
903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1536
905
+ msgid "Setting rate or cost,which is depend from number of selected days for the resource"
906
+ msgstr ""
907
+
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1563
910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1820
911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2506
912
+ msgid "Rates"
913
+ msgstr "Priser"
914
+
915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1568
917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
918
+ msgid "Valuation days"
919
+ msgstr ""
920
+
921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1533
922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:417
923
+ #, fuzzy
924
+ msgid "Deposit"
925
+ msgstr "Fast depositum"
926
+
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1537
928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1591
929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3491
931
+ msgid "Availability"
932
+ msgstr "Tilgængelighed"
933
+
934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1562
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2506
936
+ msgid "Settings rates for days, depends from filter settings."
937
+ msgstr ""
938
+
939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1567
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1571
941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2508
942
+ #, fuzzy
943
+ msgid "Setting cost, which depends from number of selected days for booking"
944
+ msgstr "Antal dage"
945
+
946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1572
947
+ msgid "Activation of this feature is require setting cost per day"
948
+ msgstr ""
949
+
950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1580
951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1582
952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
953
+ msgid "Setting amount of deposit payment for payment form"
954
+ msgstr ""
955
+
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1580
957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1583
958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2361
959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
960
+ msgid "Deposit amount"
961
+ msgstr ""
962
+
963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1583
964
+ msgid "Please make active of this feature at the cost section of general booking settings page"
965
+ msgstr ""
966
+
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1590
968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2517
969
+ msgid "Setting availability for days, depends from filter settings."
970
+ msgstr ""
971
+
972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1682
973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1693
974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1694
975
  msgid "unavailable"
976
  msgstr "ikke tilgængelig"
977
 
978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1683
979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1693
980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1694
981
  msgid "available"
982
  msgstr "tilgængelig"
983
 
984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1685
985
  msgid "Avalaibility booking type"
986
  msgstr "Bookingtypens tilgængelighed"
987
 
988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1691
989
  #, php-format
990
  msgid "All days for %s are"
991
  msgstr "Alle dage for %s er"
992
 
993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1700
994
  #, php-format
995
  msgid "Select %s days below or %sadd new season filter%s"
996
  msgstr "Vælg %s dage nedenfor %seller tilføj nye sæsonfiltre%s"
997
 
998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1707
999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1822
1000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
1001
  msgid "Name"
1002
  msgstr "Navn"
1003
 
1004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1708
1005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1823
1006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1007
  msgid "Filters"
1008
  msgstr "Filtre"
1009
 
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1804
1011
  msgid "Seson rates of booking resource"
1012
  msgstr "Sæsonpriser for bookingenhed"
1013
 
1014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1810
1015
  #, fuzzy, php-format
1016
  msgid "Enter season rate(s) (costs diference in %s from standard cost %s or fixed cost) of booking resource %s or %sadd new season filter%s"
1017
  msgstr "Indsæt sæsonpris(er) (prisforskel i %s) fra standardpris %s for bookingenhed %s eller %stilføj nyt sæsonfilter%s"
1018
 
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1821
 
 
 
 
 
1020
  msgid "Final cost"
1021
  msgstr "Samlet pris"
1022
 
1023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1854
1024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1872
1025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2494
1026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2528
1027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1757
1028
  msgid "for 1 day"
1029
  msgstr "for 1 dag"
1030
 
1031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1855
1032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1873
1033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2495
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1758
1036
  msgid "for 1 night"
1037
  msgstr "for 1 nat"
1038
 
1039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1856
1040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1874
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2496
1042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1043
  msgid "fixed deposit"
1044
  msgstr "Fast depositum"
1045
 
1046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1857
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1875
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2497
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1760
1051
  msgid "for 1 hour"
1052
  msgstr "for 1 time"
1053
 
1054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2076
1055
  msgid "Set cost of booking resource depends from number of selected booking days"
1056
  msgstr ""
1057
 
1058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2077
1059
  #, php-format
1060
  msgid "If you add costs here, so %srates%s for this booking resource will not take effect !!!"
1061
  msgstr ""
1062
 
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2078
1064
  #, php-format
1065
  msgid "%sFor and together%s have higher priority then range %sfrom - to%s days. Items at the bottom have higher priority then items at the top."
1066
  msgstr ""
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2079
1069
+ #, php-format
1070
+ msgid "Please note, if you are select some season filter for this cost configuration, its will %sapply to the days, only if all days are inside of this season filter%s."
1071
+ msgstr ""
1072
+
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2087
1074
  #, fuzzy
1075
  msgid "Number of days"
1076
  msgstr "Antal gæster"
1077
 
1078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2088
1079
  #, fuzzy
1080
  msgid "Cost of 1 day"
1081
  msgstr "Antal dage"
1082
 
1083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2089
1084
+ #, fuzzy
1085
+ msgid "Season filter"
1086
+ msgstr "Sæsonfiltre"
1087
+
1088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2136
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2250
1090
  #, fuzzy
1091
  msgid "For"
1092
  msgstr "Formular"
1093
 
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2137
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2251
1096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:871
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2779
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2837
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2894
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2951
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3008
1103
  msgid "From"
1104
  msgstr "Fra"
1105
 
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2138
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2252
1108
  msgid "Together"
1109
  msgstr ""
1110
 
1111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2146
1112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2260
1113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1114
  msgid "to"
1115
  msgstr ""
1116
 
1117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2152
1118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1869
1119
  #, fuzzy
1120
  msgid "day"
1121
  msgstr "Ingen dage"
1122
 
1123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2153
1124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2782
1125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1872
1126
  #, fuzzy
1127
  msgid "days"
1128
  msgstr "Ingen dage"
1129
 
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2166
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2174
1132
  #, fuzzy
1133
  msgid "Additional cost in USD per 1 day"
1134
  msgstr "Samlet pris"
1135
 
1136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2285
1138
+ #, fuzzy
1139
+ msgid "Any days"
1140
+ msgstr "Ingen dage"
1141
+
1142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2196
1143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2297
1144
  msgid "Remove"
1145
  msgstr ""
1146
 
1147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2212
1148
  #, fuzzy
1149
  msgid "Add new cost"
1150
  msgstr "Tilføj ny type"
1151
 
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2248
1153
  #, fuzzy
1154
  msgid "for all days"
1155
  msgstr "Ikke-disponible ugedage"
1156
 
1157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1158
  #, fuzzy
1159
  msgid "Set amount of deposit payment"
1160
  msgstr "%s - indsæt bookingdatoer, "
1161
 
1162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2369
 
 
 
 
 
1163
  #, fuzzy
1164
  msgid "fixed summ in"
1165
  msgstr "Fast depositum"
1166
 
1167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2370
1168
  #, fuzzy
1169
  msgid "of payment"
1170
  msgstr "Betaling"
1171
 
1172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2373
1173
  #, fuzzy
1174
  msgid "Active/inactive"
1175
  msgstr "Aktiv"
1176
 
1177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1178
  #, fuzzy
1179
  msgid "deposit payment for booking resource"
1180
  msgstr "Sæsonpriser for bookingenhed"
1181
 
1182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2388
1183
  #, fuzzy
1184
  msgid "Deposit payment summ"
1185
  msgstr "Vælg ønsket valuta"
1186
 
1187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2390
1188
  #, fuzzy
1189
  msgid "Deposit payment is not active for booking resource"
1190
  msgstr "Sæsonpriser for bookingenhed"
1191
 
1192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2419
1193
+ #, fuzzy
1194
+ msgid "Deposit payment"
1195
+ msgstr "%s - indsæt bookingdatoer, "
1196
+
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2423
1198
  #, fuzzy, php-format
1199
  msgid " Check this checkbox if you want to use %sdeposit%s summ %spayment%s at the payment form, instead of full summ of booking."
1200
  msgstr "Markér hvis du ønsker at definere tilgængelige dage i kalenderen. Vælg for eksempel uge eller kun 5 dage når du definerer dage som kan bookes."
1201
 
1202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2424
1203
  #, php-format
1204
  msgid " You can make configuration of deposit summs for your booking resources %shere%s."
1205
  msgstr ""
1206
 
1207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2457
1208
  msgid "Cost of each booking type"
1209
  msgstr "De enkelte bookingtypers pris"
1210
 
1211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2463
1212
  msgid "Resource Cost"
1213
  msgstr "Pris for bookingart"
1214
 
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2466
1216
  msgid "Names of items from resource"
1217
  msgstr "Navne på enheder "
1218
 
1219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2508
 
 
 
 
 
 
 
 
1220
  #, fuzzy
1221
  msgid "Cost for selected days"
1222
  msgstr "Antal dage"
1223
 
1224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2525
 
 
 
 
 
 
 
 
 
 
 
 
 
1225
  msgid "Please, enter cost"
1226
  msgstr "Indtast venligst pris"
1227
 
1228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2536
1229
  msgid "of each booking resources. Enter only digits."
1230
  msgstr "for hver bookingenhed. Indtast kun tal."
1231
 
1232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2538
1233
  #, php-format
1234
  msgid "You can Add or Delete booking resources at the top of this %spage%s"
1235
  msgstr ""
1236
 
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1238
  msgid "Su"
1239
  msgstr "Søn"
1240
 
1241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1242
  msgid "Mo"
1243
  msgstr "Man"
1244
 
1245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1246
  msgid "Tu"
1247
  msgstr "Tirs"
1248
 
1249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1250
  msgid "We"
1251
  msgstr "Ons"
1252
 
1253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1254
  msgid "Th"
1255
  msgstr "Tors"
1256
 
1257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1258
  msgid "Fr"
1259
  msgstr "Fre"
1260
 
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1262
  msgid "Sa"
1263
  msgstr "Lør"
1264
 
1265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1266
  msgid "Jan"
1267
  msgstr "Jan"
1268
 
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1270
  msgid "Feb"
1271
  msgstr "Feb"
1272
 
1273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1274
  msgid "Mar"
1275
  msgstr "Mar"
1276
 
1277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1278
  msgid "Apr"
1279
  msgstr "Apr"
1280
 
1281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1283
  msgid "May"
1284
  msgstr "Maj"
1285
 
1286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1287
  msgid "Jun"
1288
  msgstr "Jun"
1289
 
1290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1291
  msgid "Jul"
1292
  msgstr "Jul"
1293
 
1294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1295
  msgid "Aug"
1296
  msgstr "Aug"
1297
 
1298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1299
  msgid "Sep"
1300
  msgstr "Sep"
1301
 
1302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1303
  msgid "Oct"
1304
  msgstr "Okt"
1305
 
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1307
  msgid "Nov"
1308
  msgstr "Nov"
1309
 
1310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1311
  msgid "Dec"
1312
  msgstr "Dec"
1313
 
1314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2563
1315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2783
1316
  #, fuzzy
1317
  msgid "time"
1318
  msgstr "Tidspunkt"
1319
 
1320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2579
1321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2599
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2620
1323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2637
1324
  msgid "No days"
1325
  msgstr "Ingen dage"
1326
 
1327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2581
1328
  msgid "Every"
1329
  msgstr "Alle"
1330
 
1331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2622
1332
  msgid "of"
1333
  msgstr "af"
1334
 
1335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2666
1336
  msgid "Filter deleted successfully"
1337
  msgstr "Filter slettet"
1338
 
1339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2735
1340
  msgid "Filter saved"
1341
  msgstr "Filter er gemt"
1342
 
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2761
1344
  msgid "Date filter"
1345
  msgstr "Datofilter"
1346
 
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2770
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2989
1349
  msgid "Add new filter"
1350
  msgstr "Tilføj nyt filter"
1351
 
1352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2775
1353
  msgid "Name of filter"
1354
  msgstr "Navn på filter"
1355
 
1356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2777
1357
  #, php-format
1358
  msgid "Type your %sfilter name%s "
1359
  msgstr "Indtast %snavn på filter%s"
1360
 
1361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2781
1362
  #, fuzzy
1363
  msgid "Time or days filter"
1364
  msgstr "Navn på filter"
1365
 
1366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2793
1367
  msgid "Days of week"
1368
  msgstr "Ugedage"
1369
 
1370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2797
1371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1582
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1637
 
 
1373
  msgid "Sunday"
1374
  msgstr "Søndag"
1375
 
1376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2799
1377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1583
1378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1638
 
 
1379
  msgid "Monday"
1380
  msgstr "Mandag"
1381
 
1382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2801
1383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1584
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1639
 
 
1385
  #, fuzzy
1386
  msgid "Tuesday"
1387
  msgstr "Tirsdag"
1388
 
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2803
1390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1585
1391
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1640
 
 
1392
  msgid "Wednesday"
1393
  msgstr "Onsdag"
1394
 
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1586
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1641
 
 
1398
  msgid "Thursday"
1399
  msgstr "Torsdag"
1400
 
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1587
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1642
 
 
1404
  msgid "Friday"
1405
  msgstr "Fredag"
1406
 
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2809
1408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1588
1409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1643
 
 
1410
  msgid "Saturday"
1411
  msgstr "Saturday"
1412
 
1413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1414
  msgid "Days of month"
1415
  msgstr "Månedsdage"
1416
 
1417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2895
1418
  #, fuzzy
1419
  msgid "Months"
1420
  msgstr "Måneder"
1421
 
1422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2900
1423
  msgid "January"
1424
  msgstr "Januar"
1425
 
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2902
1427
  msgid "February"
1428
  msgstr "Februar"
1429
 
1430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2904
1431
  msgid "March"
1432
  msgstr "Marts"
1433
 
1434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2906
1435
  msgid "April"
1436
  msgstr "April"
1437
 
1438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2910
1439
  msgid "June"
1440
  msgstr "Juni"
1441
 
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1443
  msgid "July"
1444
  msgstr "Juli"
1445
 
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2916
1447
  msgid "August"
1448
  msgstr "August"
1449
 
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2918
1451
  msgid "September"
1452
  msgstr "September"
1453
 
1454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1455
  msgid "October"
1456
  msgstr "Oktober"
1457
 
1458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2922
1459
  msgid "November"
1460
  msgstr "November"
1461
 
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1463
  msgid "December"
1464
  msgstr "December"
1465
 
1466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2933
1467
  msgid "Years"
1468
  msgstr "År"
1469
 
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2976
1471
  #, fuzzy, php-format
1472
  msgid "Type your %sstart time%s "
1473
  msgstr "Indtast %snavn på filter%s"
1474
 
1475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2982
1476
  #, fuzzy, php-format
1477
  msgid "Type your %send time%s "
1478
  msgstr "Indtast %snavn på filter%s"
1479
 
1480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2989
1481
  msgid "Save changes"
1482
  msgstr "Gem ændringer"
1483
 
1484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3020
1485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3423
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
1487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
1488
  msgid "Edit"
1489
  msgstr "Redigér"
1490
 
1491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3022
1492
  msgid "Do you really want to delete?"
1493
  msgstr "Er du sikker på at du ønsker at slette?"
1494
 
1495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
 
1496
  #, fuzzy
1497
+ msgid "Showing cost in tooltip"
1498
  msgstr "Viser tidspunkt for navn"
1499
 
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3062
 
1501
  #, fuzzy
1502
  msgid " Check this checkbox if you want to show daily cost at the tooltip, when mouse over it."
1503
  msgstr "Markér hvis du ønsker at definere tilgængelige dage i kalenderen. Vælg for eksempel uge eller kun 5 dage når du definerer dage som kan bookes."
1504
 
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3069
 
1506
  #, fuzzy
1507
  msgid "Cost description"
1508
  msgstr "Beskrivelse af betaling"
1509
 
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3071
 
1511
  #, php-format
1512
  msgid "Type your %scost%s description"
1513
  msgstr "Beskrivelse af %sbetaling%s"
1514
 
1515
+ #: w:\www\home\dev\www\wp-content\plug