Version Description
- Features and issue fixings in All versions:
- New Display or hide "Today date number" in legend cells under calendar.
- New Turkish translation [100% Completed] by EMNA MESNOVC
- Translation Updated German translation [100% Completed] by Peter Wegmann and Christian
- Translation Updated Swedish translation [100% Completed] by Mikael Gransson and Jan sterling
- Translation Updated Ukrainian translation [100% Completed]
- Translation Updated Russian translation [100% Completed]
- Translation Updated Finnish translation [100% Completed] by Turo Numminen and Peter Grnberg
- Translation Updated Slovak translation [100% Completed] by Martin Ambru and Martin Galdun
- Translation Updated French translation [100% Completed] by Laurent Thiry and Terry Atkinson
- Translation Updated Greece translation [100% Completed] by Dimitris Amanatiadis
- Translation Updated Spanish translation [100% Completed] by Juan C and Juan Garca Piosa
- Translation Updated Czech translation [100% Completed] by Ales Dlask
- Translation Updated Polish translation [100% Completed] by Danek Szczepan
- Translation Updated Danish translation [100% Completed] by Ib H. Rasmussen
- Translation Updated Italian translation [100% Completed] by Fabrizio Pecorelli
- Translation Updated Norwegian translation [100% Completed] by Hvard Hasli
- Translation Updated Hungarian translation [100% Completed] by Istvn Vincze
- Translation Updated Dutch translation [100% Completed] by Wim Bommerez
- Fix some warning notices, while website in debug mode.
- Tons of minor improvements and bug fixes. You should read the full changelog for all of them.
- Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
- New Ability to search for additional 2 days in search availability form. Use this shortcode in search form: [additional_search "2"] +/- 2 days. (Business Large, MultiUser)
- New Ability to show how many search results found. To show use {searchresults} shortcode in search form shortcode. Example: [bookingsearch searchresultstitle='{searchresults} Results Found' searchresults='http://dev/search-results/' noresultstitle='Nothing Found.'] (Business Large, MultiUser)
- New Show Search Results Log at Booking > Settings > Search page in Search Cache section for more easy detect any issues with search results (Business Large, MultiUser)
- New Ability to transfer custom parameters from booking form shortcode into the content of booking form. Example of shortcode usage: [booking type=1 form_type='standard' nummonths=3 options='{parameter name="my_param" value="value"},{parameter name="other_param" value="other value"}'] Example of booking form customization: [text some_field_name "my_param"] and [text other_field_name "other_param"] (Personal, Business Small/Medium/Large, MultiUser)
- Improvement Ability to use check-boxes in the search form for additional parameters. (Business Large, MultiUser)
- Improvement Ability to use several times custom fields with same name in posts for definition several additional parameters with different values for the search form. (Business Large, MultiUser)
- Improvement Correctly showing change-over day, as half booked day, that have pending check-in/out and approved check-out/in bookings in the same day. (Business Small/Medium/Large, MultiUser)
- Improvement Added ability to save "Advanced cost settings" only for selected custom or standard form. Its prevent issue of not saving some values, if exist too many custom forms and too many options for the additional cost. (Business Medium/Large, MultiUser)
- Improvement Showing times in header of Time-Line, when selected several booking resources and one day Calendar Overview mode. (Personal, Business Small/Medium/Large, MultiUser)
- Improvement Ability to set constant WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE to true in ../lib/wpbc-constants.php file for sending modification email, if cost was changed in admin panel (Business Small/Medium/Large, MultiUser)
- Improvement Ability to use in emails new shortcode: [check_out_plus1day] - inserting next day after last selected day in calendar for specific booking. Its useful in some cases, if business workflow require to show as checkout day the next day after last selected date. (Personal, Business Small/Medium/Large, MultiUser)
- Improvement Correct work of "Auto-fill" button at Booking > Add booking page for bookings with change-over days. (Business Small/Medium/Large, MultiUser)
- Fix issue of not showing booked dates in some specific situation (when are using check in/out times) for booking resources with capacity higher than 1. (Business Large, MultiUser)
- Fix issue of not ability to change booking resource for booking in some situations, while booking resources with capacity higher than 1. (Business Large, MultiUser)
- Fix restriction of parameters during switching to Calendar Overview mode (Personal, Business Small/Medium/Large, MultiUser)
- Fix not sending emails after changing booking resource for specific booking, if "Emails sending" checkbox unchecked. (Personal, Business Small/Medium/Large, MultiUser)
- Fix selecting correct non English language at PayPal checkout page, depend from website locale (Business Small/Medium/Large, MultiUser)
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 6.1 |
Comparing to | |
See all releases |
Code changes from version 6.0 to 6.1
- css/admin.css +1 -1
- css/calendar.css +24 -2
- css/skins/black.css +19 -3
- css/skins/standard.css +18 -3
- css/skins/traditional-light.css +18 -3
- css/skins/traditional.css +18 -3
- js/client.js +40 -14
- js/datepick/jquery.datepick.js +2 -2
- js/wpbc_vars.js +16 -15
- languages/booking-be_BY.mo +0 -0
- languages/booking-bg_BG.mo +0 -0
- languages/booking-ca.mo +0 -0
- languages/booking-cs_CZ.mo +0 -0
- languages/booking-da_DK.mo +0 -0
- languages/booking-de_DE.mo +0 -0
- languages/booking-el_GR.mo +0 -0
- languages/booking-es_ES.mo +0 -0
- languages/booking-fi.mo +0 -0
- languages/booking-fr_FR.mo +0 -0
- languages/booking-he_IL.mo +0 -0
- languages/booking-hr.mo +0 -0
- languages/booking-hu_HU.mo +0 -0
- languages/booking-it_IT.mo +0 -0
- languages/booking-nb_NO.mo +0 -0
- languages/booking-nl_NL.mo +0 -0
- languages/booking-pl_PL.mo +0 -0
- languages/booking-pt_BR.mo +0 -0
- languages/booking-pt_PT.mo +0 -0
- languages/booking-ru_RU.mo +0 -0
- languages/booking-sk_SK.mo +0 -0
- languages/booking-sv_SE.mo +0 -0
- languages/booking-tr_TR.mo +0 -0
- languages/booking-uk_UK.mo +0 -0
- languages/booking.pot +886 -880
- lib/wpbc-booking-new.php +7 -2
- lib/wpbc-constants.php +3 -3
- lib/wpbc-gcal-class.php +2 -1
- lib/wpbc-scripts.php +6 -5
- lib/wpbc-welcome.php +92 -48
- lib/wpdev-bk-lib.php +10 -2
- lib/wpdev-bk-timeline.php +2 -1
- lib/wpdev-booking-class.php +50 -12
- lib/wpdev-booking-functions.php +52 -11
- lib/wpdev-booking-widget.php +18 -7
- lib/wpdev-settings-general.php +18 -0
- readme.txt +66 -51
- wpdev-booking.php +1 -1
css/admin.css
CHANGED
@@ -1817,7 +1817,7 @@ a.wpbc-season-filter-link {
|
|
1817 |
.wpdevbk .booking-submenu-tab-selected:hover {
|
1818 |
border: #777 solid 1px;
|
1819 |
border-bottom: 1px solid #888;
|
1820 |
-
background: #7a7a88;
|
1821 |
color: #FFF !important;
|
1822 |
text-shadow: 0 -1px 0 #555;
|
1823 |
}
|
1817 |
.wpdevbk .booking-submenu-tab-selected:hover {
|
1818 |
border: #777 solid 1px;
|
1819 |
border-bottom: 1px solid #888;
|
1820 |
+
background: #7a7a88 !important; /* FIxIn: 6.0.1.6*/
|
1821 |
color: #FFF !important;
|
1822 |
text-shadow: 0 -1px 0 #555;
|
1823 |
}
|
css/calendar.css
CHANGED
@@ -215,7 +215,8 @@ div.datepick-inline .datepick-title-row th{
|
|
215 |
width: 14.28571429%;
|
216 |
overflow: hidden;
|
217 |
}
|
218 |
-
.datepick-inline .datepick-days-cell a
|
|
|
219 |
position:relative;
|
220 |
z-index: 99;
|
221 |
}
|
@@ -264,6 +265,27 @@ td.timespartly.check_in_time.check_out_time div.check-out-div {
|
|
264 |
display: none;
|
265 |
visibility: hidden;
|
266 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
/*******************************************************************************/
|
268 |
|
269 |
|
@@ -449,4 +471,4 @@ div#datepick-div textarea {
|
|
449 |
/* iPad 3 & 4 Media Queries - Retina iPads */
|
450 |
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
|
451 |
}
|
452 |
-
/*******************************************************************************/
|
215 |
width: 14.28571429%;
|
216 |
overflow: hidden;
|
217 |
}
|
218 |
+
.datepick-inline .datepick-days-cell a,
|
219 |
+
.datepick-inline .datepick-days-cell span{ /* FixIn: 6.0.1.2 */
|
220 |
position:relative;
|
221 |
z-index: 99;
|
222 |
}
|
265 |
display: none;
|
266 |
visibility: hidden;
|
267 |
}
|
268 |
+
|
269 |
+
/* Check In Pending & Check Out Approved || Check Out Pending & Check In Approved || dates //FixIn: 6.0.1.2 */
|
270 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
|
271 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div,
|
272 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
|
273 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
274 |
+
display: block;
|
275 |
+
visibility: visible;
|
276 |
+
width: 50%;
|
277 |
+
float: left;
|
278 |
+
}
|
279 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div,
|
280 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
281 |
+
float: right;
|
282 |
+
}
|
283 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
|
284 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
|
285 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div,
|
286 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div {
|
287 |
+
cursor: default;
|
288 |
+
}
|
289 |
/*******************************************************************************/
|
290 |
|
291 |
|
471 |
/* iPad 3 & 4 Media Queries - Retina iPads */
|
472 |
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
|
473 |
}
|
474 |
+
/*******************************************************************************/
|
css/skins/black.css
CHANGED
@@ -113,7 +113,10 @@ div.datepick-inline .datepick-title-row th{
|
|
113 |
/* A P P R O V E D - BACKGROUND */
|
114 |
.block_hints .date_approved.block_check_in_out,
|
115 |
.block_hints .block_booked,
|
116 |
-
.datepick-inline .date_approved
|
|
|
|
|
|
|
117 |
background-color: #853;
|
118 |
}
|
119 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
@@ -140,7 +143,10 @@ div.datepick-inline .datepick-title-row th{
|
|
140 |
/* P E N D I N G - BACKGROUND */
|
141 |
.block_hints .date2approve.block_check_in_out,
|
142 |
.block_hints .block_pending,
|
143 |
-
.datepick-inline .date2approve
|
|
|
|
|
|
|
144 |
background-color: #da3;
|
145 |
}
|
146 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
@@ -185,4 +191,14 @@ div.datepick-inline .datepick-title-row th{
|
|
185 |
color: #eee;
|
186 |
text-shadow: 0 -1px 0 #888;
|
187 |
}
|
188 |
-
/*******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
/* A P P R O V E D - BACKGROUND */
|
114 |
.block_hints .date_approved.block_check_in_out,
|
115 |
.block_hints .block_booked,
|
116 |
+
.datepick-inline .date_approved,
|
117 |
+
/* A P P R O V E D - BACKGROUND for Check In Pending & Check Out Approved || Check Out Pending & Check In Approved Dates //FixIn: 6.0.1.2 */
|
118 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
|
119 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
120 |
background-color: #853;
|
121 |
}
|
122 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
143 |
/* P E N D I N G - BACKGROUND */
|
144 |
.block_hints .date2approve.block_check_in_out,
|
145 |
.block_hints .block_pending,
|
146 |
+
.datepick-inline .date2approve,
|
147 |
+
/* P E N D I N G - BACKGROUND for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending Dates // FixIn: 6.0.1.2 */
|
148 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
|
149 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
|
150 |
background-color: #da3;
|
151 |
}
|
152 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
191 |
color: #eee;
|
192 |
text-shadow: 0 -1px 0 #888;
|
193 |
}
|
194 |
+
/*******************************************************************************/
|
195 |
+
/* FixIn: 6.0.1.2 */
|
196 |
+
/* Text style for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending || Check In Pending & Check Out Approved || Check Out Pending & Check In Approved */
|
197 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
|
198 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
|
199 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
|
200 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
|
201 |
+
font-weight: bold;
|
202 |
+
text-shadow: none;
|
203 |
+
color: #b70;
|
204 |
+
}
|
css/skins/standard.css
CHANGED
@@ -112,7 +112,10 @@ div.datepick-inline .datepick-title-row th{
|
|
112 |
/* A P P R O V E D - BACKGROUND */
|
113 |
.block_hints .date_approved.block_check_in_out,
|
114 |
.block_hints .block_booked,
|
115 |
-
.datepick-inline .date_approved
|
|
|
|
|
|
|
116 |
background-color: #5577AA;
|
117 |
}
|
118 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
@@ -139,7 +142,10 @@ div.datepick-inline .datepick-title-row th{
|
|
139 |
/* P E N D I N G - BACKGROUND */
|
140 |
.block_hints .date2approve.block_check_in_out,
|
141 |
.block_hints .block_pending,
|
142 |
-
.datepick-inline .date2approve
|
|
|
|
|
|
|
143 |
background-color: #77AAFF;
|
144 |
}
|
145 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
@@ -184,4 +190,13 @@ div.datepick-inline .datepick-title-row th{
|
|
184 |
color: #eee;
|
185 |
text-shadow: 0 -1px 0 #888;
|
186 |
}
|
187 |
-
/*******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
/* A P P R O V E D - BACKGROUND */
|
113 |
.block_hints .date_approved.block_check_in_out,
|
114 |
.block_hints .block_booked,
|
115 |
+
.datepick-inline .date_approved,
|
116 |
+
/* A P P R O V E D - BACKGROUND for Check In Pending & Check Out Approved || Check Out Pending & Check In Approved Dates //FixIn: 6.0.1.2 */
|
117 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
|
118 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
119 |
background-color: #5577AA;
|
120 |
}
|
121 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
142 |
/* P E N D I N G - BACKGROUND */
|
143 |
.block_hints .date2approve.block_check_in_out,
|
144 |
.block_hints .block_pending,
|
145 |
+
.datepick-inline .date2approve,
|
146 |
+
/* P E N D I N G - BACKGROUND for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending Dates // FixIn: 6.0.1.2 */
|
147 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
|
148 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
|
149 |
background-color: #77AAFF;
|
150 |
}
|
151 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
190 |
color: #eee;
|
191 |
text-shadow: 0 -1px 0 #888;
|
192 |
}
|
193 |
+
/*******************************************************************************/
|
194 |
+
/* FixIn: 6.0.1.2 */
|
195 |
+
/* Text style for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending || Check In Pending & Check Out Approved || Check Out Pending & Check In Approved */
|
196 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
|
197 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
|
198 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
|
199 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
|
200 |
+
font-weight: bold;
|
201 |
+
text-shadow: none;
|
202 |
+
}
|
css/skins/traditional-light.css
CHANGED
@@ -111,7 +111,10 @@ div.datepick-inline .datepick-title-row th{
|
|
111 |
/* A P P R O V E D - BACKGROUND */
|
112 |
.block_hints .date_approved.block_check_in_out,
|
113 |
.block_hints .block_booked,
|
114 |
-
.datepick-inline .date_approved
|
|
|
|
|
|
|
115 |
background-color: #C60B0B;
|
116 |
}
|
117 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
@@ -138,7 +141,10 @@ div.datepick-inline .datepick-title-row th{
|
|
138 |
/* P E N D I N G - BACKGROUND */
|
139 |
.block_hints .date2approve.block_check_in_out,
|
140 |
.block_hints .block_pending,
|
141 |
-
.datepick-inline .date2approve
|
|
|
|
|
|
|
142 |
background-color: #DF9A00;
|
143 |
}
|
144 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
@@ -183,4 +189,13 @@ div.datepick-inline .datepick-title-row th{
|
|
183 |
color: #eee;
|
184 |
text-shadow: 0 -1px 0 #888;
|
185 |
}
|
186 |
-
/*******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
/* A P P R O V E D - BACKGROUND */
|
112 |
.block_hints .date_approved.block_check_in_out,
|
113 |
.block_hints .block_booked,
|
114 |
+
.datepick-inline .date_approved,
|
115 |
+
/* A P P R O V E D - BACKGROUND for Check In Pending & Check Out Approved || Check Out Pending & Check In Approved Dates //FixIn: 6.0.1.2 */
|
116 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
|
117 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
118 |
background-color: #C60B0B;
|
119 |
}
|
120 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
141 |
/* P E N D I N G - BACKGROUND */
|
142 |
.block_hints .date2approve.block_check_in_out,
|
143 |
.block_hints .block_pending,
|
144 |
+
.datepick-inline .date2approve,
|
145 |
+
/* P E N D I N G - BACKGROUND for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending Dates // FixIn: 6.0.1.2 */
|
146 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
|
147 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
|
148 |
background-color: #DF9A00;
|
149 |
}
|
150 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
189 |
color: #eee;
|
190 |
text-shadow: 0 -1px 0 #888;
|
191 |
}
|
192 |
+
/*******************************************************************************/
|
193 |
+
/* FixIn: 6.0.1.2 */
|
194 |
+
/* Text style for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending || Check In Pending & Check Out Approved || Check Out Pending & Check In Approved */
|
195 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
|
196 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
|
197 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
|
198 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
|
199 |
+
font-weight: bold;
|
200 |
+
text-shadow: none;
|
201 |
+
}
|
css/skins/traditional.css
CHANGED
@@ -112,7 +112,10 @@ div.datepick-inline .datepick-title-row th{
|
|
112 |
/* A P P R O V E D - BACKGROUND */
|
113 |
.block_hints .date_approved.block_check_in_out,
|
114 |
.block_hints .block_booked,
|
115 |
-
.datepick-inline .date_approved
|
|
|
|
|
|
|
116 |
background-color: #C60B0B;
|
117 |
}
|
118 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
@@ -139,7 +142,10 @@ div.datepick-inline .datepick-title-row th{
|
|
139 |
/* P E N D I N G - BACKGROUND */
|
140 |
.block_hints .date2approve.block_check_in_out,
|
141 |
.block_hints .block_pending,
|
142 |
-
.datepick-inline .date2approve
|
|
|
|
|
|
|
143 |
background-color: #DF9A00;
|
144 |
}
|
145 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
@@ -184,4 +190,13 @@ div.datepick-inline .datepick-title-row th{
|
|
184 |
color: #eee;
|
185 |
text-shadow: 0 -1px 0 #888;
|
186 |
}
|
187 |
-
/*******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
/* A P P R O V E D - BACKGROUND */
|
113 |
.block_hints .date_approved.block_check_in_out,
|
114 |
.block_hints .block_booked,
|
115 |
+
.datepick-inline .date_approved,
|
116 |
+
/* A P P R O V E D - BACKGROUND for Check In Pending & Check Out Approved || Check Out Pending & Check In Approved Dates //FixIn: 6.0.1.2 */
|
117 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
|
118 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
|
119 |
background-color: #C60B0B;
|
120 |
}
|
121 |
/* A P P R O V E D - T E X T /including partially booked - timeslots/ */
|
142 |
/* P E N D I N G - BACKGROUND */
|
143 |
.block_hints .date2approve.block_check_in_out,
|
144 |
.block_hints .block_pending,
|
145 |
+
.datepick-inline .date2approve,
|
146 |
+
/* P E N D I N G - BACKGROUND for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending Dates // FixIn: 6.0.1.2 */
|
147 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
|
148 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
|
149 |
background-color: #DF9A00;
|
150 |
}
|
151 |
/* P E N D I N G - T E X T /including partially booked - timeslots/ */
|
190 |
color: #eee;
|
191 |
text-shadow: 0 -1px 0 #888;
|
192 |
}
|
193 |
+
/*******************************************************************************/
|
194 |
+
/* FixIn: 6.0.1.2 */
|
195 |
+
/* Text style for Check In Approved & Check Out Pending || Check Out Approved & Check In Pending || Check In Pending & Check Out Approved || Check Out Pending & Check In Approved */
|
196 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
|
197 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
|
198 |
+
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
|
199 |
+
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
|
200 |
+
font-weight: bold;
|
201 |
+
text-shadow: none;
|
202 |
+
}
|
js/client.js
CHANGED
@@ -34,8 +34,10 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
34 |
var bkMaxDate = booking_max_monthes_in_calendar;
|
35 |
|
36 |
var is_this_admin = false;
|
37 |
-
if (
|
38 |
-
|
|
|
|
|
39 |
is_this_admin = true;
|
40 |
bkMinDate = null;
|
41 |
bkMaxDate = null;
|
@@ -70,7 +72,6 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
70 |
function applyCSStoDays(date ){
|
71 |
var class_day = (date.getMonth()+1) + '-' + date.getDate() + '-' + date.getFullYear();
|
72 |
var additional_class = ' wpbc_weekday_' + date.getDay() + ' ';
|
73 |
-
|
74 |
if(typeof( prices_per_day ) !== 'undefined')
|
75 |
if(typeof( prices_per_day[bk_type] ) !== 'undefined')
|
76 |
if(typeof( prices_per_day[bk_type][class_day] ) !== 'undefined') {
|
@@ -96,7 +97,14 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
96 |
|
97 |
if (typeof( is_this_day_available ) == 'function') {
|
98 |
var is_day_available = is_this_day_available( date, bk_type);
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
}
|
101 |
|
102 |
// Time availability
|
@@ -143,6 +151,7 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
143 |
// we have 0 available at this day - Only for resources, which have childs
|
144 |
if ( wpdev_in_array( parent_booking_resources, bk_type ) )
|
145 |
if (reserved_days_count <= 0) {
|
|
|
146 |
if(typeof(date2approve[ bk_type ]) !== 'undefined')
|
147 |
if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined')
|
148 |
return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
|
@@ -166,8 +175,8 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
166 |
return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
|
167 |
else {
|
168 |
if ( is_booking_used_check_in_out_time === true ) {
|
169 |
-
if (ts == '1') additional_class += ' check_in_time';
|
170 |
-
if (ts == '2') additional_class += ' check_out_time';
|
171 |
}
|
172 |
time_return_value = [true, 'date_available cal4date-' + class_day +' date2approve timespartly' + additional_class]; // Times
|
173 |
if(typeof( isDayFullByTime ) == 'function') {
|
@@ -192,8 +201,8 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
192 |
return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; //Blue or Grey in client
|
193 |
else {
|
194 |
if ( is_booking_used_check_in_out_time === true ) {
|
195 |
-
if (ts == '1') additional_class += ' check_in_time';
|
196 |
-
if (ts == '2') additional_class += ' check_out_time';
|
197 |
}
|
198 |
time_return_value = [true, 'date_available cal4date-' + class_day +' date_approved timespartly' + additional_class]; // Times
|
199 |
if(typeof( isDayFullByTime ) == 'function') {
|
@@ -226,19 +235,36 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
226 |
if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
|
227 |
// Make this date unavailbale
|
228 |
time_return_value[0] = false;
|
229 |
-
//
|
230 |
-
|
231 |
-
|
232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
time_return_value[1]=time_return_value[1].replace("date_available","");
|
234 |
}
|
235 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
return time_return_value;
|
237 |
|
238 |
} else {
|
239 |
|
240 |
-
if ( ( is_booking_used_check_in_out_time === true ) && ( is_exist_check_in_out_for_parent_resource > 0 ) ) { // Check Check In / Out dates for the parent resources.
|
241 |
-
|
|
|
|
|
|
|
|
|
242 |
// Unavailable
|
243 |
if ( (reserved_days_count - both_check_in_out_num ) <= 0 ) {
|
244 |
// Check Pending or Approved by the Check In date
|
34 |
var bkMaxDate = booking_max_monthes_in_calendar;
|
35 |
|
36 |
var is_this_admin = false;
|
37 |
+
if (
|
38 |
+
( location.href.indexOf('wpdev-booking.phpwpdev-booking-reservation') != -1 )
|
39 |
+
&& ( location.href.indexOf('booking_hash') != -1 )
|
40 |
+
) {
|
41 |
is_this_admin = true;
|
42 |
bkMinDate = null;
|
43 |
bkMaxDate = null;
|
72 |
function applyCSStoDays(date ){
|
73 |
var class_day = (date.getMonth()+1) + '-' + date.getDate() + '-' + date.getFullYear();
|
74 |
var additional_class = ' wpbc_weekday_' + date.getDay() + ' ';
|
|
|
75 |
if(typeof( prices_per_day ) !== 'undefined')
|
76 |
if(typeof( prices_per_day[bk_type] ) !== 'undefined')
|
77 |
if(typeof( prices_per_day[bk_type][class_day] ) !== 'undefined') {
|
97 |
|
98 |
if (typeof( is_this_day_available ) == 'function') {
|
99 |
var is_day_available = is_this_day_available( date, bk_type);
|
100 |
+
//if (! is_day_available) {return [false, 'cal4date-' + class_day +' date_user_unavailable date_approved'];}
|
101 |
+
var season_filter = ''; //FixIn: 6.0.1.8
|
102 |
+
if ( is_day_available instanceof Array ) {
|
103 |
+
season_filter = ' season_filter_id_' + is_day_available[1];
|
104 |
+
is_day_available = is_day_available[0];
|
105 |
+
}
|
106 |
+
if (! is_day_available) {return [false, 'cal4date-' + class_day +' date_user_unavailable ' + season_filter ];}
|
107 |
+
|
108 |
}
|
109 |
|
110 |
// Time availability
|
151 |
// we have 0 available at this day - Only for resources, which have childs
|
152 |
if ( wpdev_in_array( parent_booking_resources, bk_type ) )
|
153 |
if (reserved_days_count <= 0) {
|
154 |
+
// if ( ( reserved_days_count - both_check_in_out_num ) <= 0) { // This line does not check about pending or approved.
|
155 |
if(typeof(date2approve[ bk_type ]) !== 'undefined')
|
156 |
if(typeof(date2approve[ bk_type ][ class_day ]) !== 'undefined')
|
157 |
return [false, 'cal4date-' + class_day +' date2approve date_unavailable_for_all_childs ' + blank_admin_class_day];
|
175 |
return [false, 'cal4date-' + class_day +' date2approve' + blank_admin_class_day]; // Orange
|
176 |
else {
|
177 |
if ( is_booking_used_check_in_out_time === true ) {
|
178 |
+
if (ts == '1') additional_class += ' check_in_time' + ' check_in_time_date2approve'; //FixIn: 6.0.1.2
|
179 |
+
if (ts == '2') additional_class += ' check_out_time'+ ' check_out_time_date2approve'; //FixIn: 6.0.1.2
|
180 |
}
|
181 |
time_return_value = [true, 'date_available cal4date-' + class_day +' date2approve timespartly' + additional_class]; // Times
|
182 |
if(typeof( isDayFullByTime ) == 'function') {
|
201 |
return [false, 'cal4date-' + class_day +' date_approved' + blank_admin_class_day]; //Blue or Grey in client
|
202 |
else {
|
203 |
if ( is_booking_used_check_in_out_time === true ) {
|
204 |
+
if (ts == '1') additional_class += ' check_in_time' + ' check_in_time_date_approved'; //FixIn: 6.0.1.2
|
205 |
+
if (ts == '2') additional_class += ' check_out_time'+ ' check_out_time_date_approved'; //FixIn: 6.0.1.2
|
206 |
}
|
207 |
time_return_value = [true, 'date_available cal4date-' + class_day +' date_approved timespartly' + additional_class]; // Times
|
208 |
if(typeof( isDayFullByTime ) == 'function') {
|
235 |
if ( ( additional_class.indexOf('check_in_time') != -1 ) && ( additional_class.indexOf('check_out_time') != -1 ) ){
|
236 |
// Make this date unavailbale
|
237 |
time_return_value[0] = false;
|
238 |
+
//FixIn: 6.0.1.2
|
239 |
+
if ( ! (
|
240 |
+
( ( additional_class.indexOf('check_in_time_date_approved') != -1 ) && ( additional_class.indexOf('check_out_time_date2approve') != -1 ) )
|
241 |
+
|| ( ( additional_class.indexOf('check_out_time_date_approved') != -1 ) && ( additional_class.indexOf('check_in_time_date2approve') != -1 ) )
|
242 |
+
) ) {
|
243 |
+
// Remove CSS classes from this date
|
244 |
+
time_return_value[1]=time_return_value[1].replace("check_in_time","");
|
245 |
+
time_return_value[1]=time_return_value[1].replace("check_out_time","");
|
246 |
+
time_return_value[1]=time_return_value[1].replace("timespartly","");
|
247 |
+
}
|
248 |
time_return_value[1]=time_return_value[1].replace("date_available","");
|
249 |
}
|
250 |
}
|
251 |
+
if ( ( wpdev_in_array( parent_booking_resources, bk_type ) ) && ( (reserved_days_count - both_check_in_out_num ) <= 0 ) ) { //FixIn: 6.0.1.2
|
252 |
+
time_return_value[0] = false;
|
253 |
+
time_return_value[1]=time_return_value[1].replace("check_in_time","");
|
254 |
+
time_return_value[1]=time_return_value[1].replace("check_out_time","");
|
255 |
+
time_return_value[1]=time_return_value[1].replace("timespartly","");
|
256 |
+
time_return_value[1]=time_return_value[1].replace("date_available","");
|
257 |
+
}
|
258 |
return time_return_value;
|
259 |
|
260 |
} else {
|
261 |
|
262 |
+
// if ( ( is_booking_used_check_in_out_time === true ) && ( is_exist_check_in_out_for_parent_resource > 0 ) ) { // Check Check In / Out dates for the parent resources.
|
263 |
+
if (
|
264 |
+
( is_booking_used_check_in_out_time === true )
|
265 |
+
&& ( ( is_exist_check_in_out_for_parent_resource > 0 ) || ( (reserved_days_count - both_check_in_out_num ) <= 0 ) )
|
266 |
+
) { // Check Check In / Out dates for the parent resources. // reserved_days_count - number of available items, including check in/out dates || both_check_in_out_num number of items with both check in/out //FixIn: 6.0.1.12
|
267 |
+
|
268 |
// Unavailable
|
269 |
if ( (reserved_days_count - both_check_in_out_num ) <= 0 ) {
|
270 |
// Check Pending or Approved by the Check In date
|
js/datepick/jquery.datepick.js
CHANGED
@@ -1845,8 +1845,8 @@ $.extend(Datepick.prototype, {
|
|
1845 |
'<div class="date-content-top">' +
|
1846 |
( unselectable ? '': ( ( typeof( wpbc_show_date_info_top ) == 'function' ) ? wpbc_show_date_info_top( inst.id, printDate.getTime() ) : '' ) ) +
|
1847 |
'</div>' +
|
1848 |
-
(empty ? ' ' : // Not showing other months
|
1849 |
-
(unselectable ? printDate.getDate() : '<a>' + printDate.getDate() + '</a>')) +
|
1850 |
'<div class="date-content-bottom">'+
|
1851 |
( unselectable ? '': ( ( typeof( wpbc_show_date_info_bottom ) == 'function' ) ? wpbc_show_date_info_bottom( inst.id, printDate.getTime() ) : '' ) ) +
|
1852 |
'</div>' +
|
1845 |
'<div class="date-content-top">' +
|
1846 |
( unselectable ? '': ( ( typeof( wpbc_show_date_info_top ) == 'function' ) ? wpbc_show_date_info_top( inst.id, printDate.getTime() ) : '' ) ) +
|
1847 |
'</div>' +
|
1848 |
+
(empty ? ' ' : // Not showing other months //FixIn:6.0.1.2
|
1849 |
+
(unselectable ? '<span>' + printDate.getDate()+ '</span>' : '<a>' + printDate.getDate() + '</a>')) +
|
1850 |
'<div class="date-content-bottom">'+
|
1851 |
( unselectable ? '': ( ( typeof( wpbc_show_date_info_bottom ) == 'function' ) ? wpbc_show_date_info_bottom( inst.id, printDate.getTime() ) : '' ) ) +
|
1852 |
'</div>' +
|
js/wpbc_vars.js
CHANGED
@@ -17,9 +17,10 @@
|
|
17 |
|
18 |
function wpbc_define_var( wpbc_global_var ) {
|
19 |
if (wpbc_global_var === undefined) { return null; }
|
20 |
-
else { return
|
21 |
}
|
22 |
|
|
|
23 |
////////////////////////////////////////////////////////////////////////////////
|
24 |
// Define global Booking Calendar Varibales based on Localization
|
25 |
////////////////////////////////////////////////////////////////////////////////
|
@@ -32,8 +33,8 @@ var user_unavilable_days = wpbc_define_var( wpbc_global1.user_una
|
|
32 |
var wpdev_bk_edit_id_hash = wpbc_global1.wpdev_bk_edit_id_hash;
|
33 |
var wpdev_bk_plugin_filename = wpbc_global1.wpdev_bk_plugin_filename;
|
34 |
var bk_days_selection_mode = wpbc_global1.bk_days_selection_mode;
|
35 |
-
var wpdev_bk_personal =
|
36 |
-
var block_some_dates_from_today =
|
37 |
var message_verif_requred = wpbc_global1.message_verif_requred;
|
38 |
var message_verif_requred_for_check_box = wpbc_global1.message_verif_requred_for_check_box;
|
39 |
var message_verif_requred_for_radio_box = wpbc_global1.message_verif_requred_for_radio_box;
|
@@ -42,21 +43,21 @@ var message_verif_same_emeil = wpbc_global1.message_verif_same_emeil;
|
|
42 |
var message_verif_selectdts = wpbc_global1.message_verif_selectdts;
|
43 |
var parent_booking_resources = wpbc_define_var( wpbc_global1.parent_booking_resources );
|
44 |
var new_booking_title = wpbc_global1.new_booking_title;
|
45 |
-
var new_booking_title_time =
|
46 |
var type_of_thank_you_message = wpbc_global1.type_of_thank_you_message;
|
47 |
var thank_you_page_URL = wpbc_global1.thank_you_page_URL;
|
48 |
-
var is_am_pm_inside_time =
|
49 |
-
var is_booking_used_check_in_out_time =
|
50 |
var wpbc_active_locale = wpbc_global1.wpbc_active_locale;
|
51 |
|
52 |
if (typeof wpbc_global2 !== 'undefined') {
|
53 |
var message_time_error = wpbc_global2.message_time_error;
|
54 |
}
|
55 |
if (typeof wpbc_global3 !== 'undefined') {
|
56 |
-
var bk_1click_mode_days_num =
|
57 |
var bk_1click_mode_days_start = wpbc_define_var( wpbc_global3.bk_1click_mode_days_start );
|
58 |
-
var bk_2clicks_mode_days_min =
|
59 |
-
var bk_2clicks_mode_days_max =
|
60 |
var bk_2clicks_mode_days_specific = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_specific );
|
61 |
var bk_2clicks_mode_days_start = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_start );
|
62 |
var message_starttime_error = wpbc_global3.message_starttime_error;
|
@@ -64,24 +65,24 @@ if (typeof wpbc_global3 !== 'undefined') {
|
|
64 |
var message_rangetime_error = wpbc_global3.message_rangetime_error;
|
65 |
var message_durationtime_error = wpbc_global3.message_durationtime_error;
|
66 |
var bk_highlight_timeslot_word = wpbc_global3.bk_highlight_timeslot_word;
|
67 |
-
var is_booking_recurrent_time =
|
68 |
-
is_booking_used_check_in_out_time =
|
69 |
-
var bk_show_info_in_form =
|
70 |
}
|
71 |
if (typeof wpbc_global4 !== 'undefined') {
|
72 |
-
var wpbc_available_days_num_from_today =
|
73 |
var bk_cost_depends_from_selection_line1 = wpbc_global4.bk_cost_depends_from_selection_line1;
|
74 |
var bk_cost_depends_from_selection_line2 = wpbc_global4.bk_cost_depends_from_selection_line2;
|
75 |
var bk_cost_depends_from_selection_line3 = wpbc_global4.bk_cost_depends_from_selection_line3;
|
76 |
var bk_cost_depends_from_selection_line14summ = wpbc_global4.bk_cost_depends_from_selection_line14summ;
|
77 |
var bk_cost_depends_from_selection_line24summ = wpbc_global4.bk_cost_depends_from_selection_line24summ;
|
78 |
var wpdev_bk_season_filter = wpbc_define_var( wpbc_global4.wpdev_bk_season_filter );
|
79 |
-
wpbc_define_var( wpbc_global4.wpdev_bk_season_filter_action );
|
80 |
}
|
81 |
if (typeof wpbc_global5 !== 'undefined') {
|
82 |
var max_visitors_4_bk_res = wpbc_define_var( wpbc_global5.max_visitors_4_bk_res );
|
83 |
var message_verif_visitors_more_then_available = wpbc_global5.message_verif_visitors_more_then_available;
|
84 |
-
var is_use_visitors_number_for_availability =
|
85 |
var availability_based_on = wpbc_global5.availability_based_on;
|
86 |
parent_booking_resources = wpbc_define_var( wpbc_global5.parent_booking_resources );
|
87 |
}
|
17 |
|
18 |
function wpbc_define_var( wpbc_global_var ) {
|
19 |
if (wpbc_global_var === undefined) { return null; }
|
20 |
+
else { return jQuery.parseJSON(wpbc_global_var); }
|
21 |
}
|
22 |
|
23 |
+
//FixIn:6.1
|
24 |
////////////////////////////////////////////////////////////////////////////////
|
25 |
// Define global Booking Calendar Varibales based on Localization
|
26 |
////////////////////////////////////////////////////////////////////////////////
|
33 |
var wpdev_bk_edit_id_hash = wpbc_global1.wpdev_bk_edit_id_hash;
|
34 |
var wpdev_bk_plugin_filename = wpbc_global1.wpdev_bk_plugin_filename;
|
35 |
var bk_days_selection_mode = wpbc_global1.bk_days_selection_mode;
|
36 |
+
var wpdev_bk_personal = parseInt( wpbc_global1.wpdev_bk_personal );
|
37 |
+
var block_some_dates_from_today = parseInt( wpbc_global1.block_some_dates_from_today );
|
38 |
var message_verif_requred = wpbc_global1.message_verif_requred;
|
39 |
var message_verif_requred_for_check_box = wpbc_global1.message_verif_requred_for_check_box;
|
40 |
var message_verif_requred_for_radio_box = wpbc_global1.message_verif_requred_for_radio_box;
|
43 |
var message_verif_selectdts = wpbc_global1.message_verif_selectdts;
|
44 |
var parent_booking_resources = wpbc_define_var( wpbc_global1.parent_booking_resources );
|
45 |
var new_booking_title = wpbc_global1.new_booking_title;
|
46 |
+
var new_booking_title_time = parseInt( wpbc_global1.new_booking_title_time);
|
47 |
var type_of_thank_you_message = wpbc_global1.type_of_thank_you_message;
|
48 |
var thank_you_page_URL = wpbc_global1.thank_you_page_URL;
|
49 |
+
var is_am_pm_inside_time = ( wpbc_global1.is_am_pm_inside_time == "true" );
|
50 |
+
var is_booking_used_check_in_out_time = ( wpbc_global1.is_booking_used_check_in_out_time == "true" );
|
51 |
var wpbc_active_locale = wpbc_global1.wpbc_active_locale;
|
52 |
|
53 |
if (typeof wpbc_global2 !== 'undefined') {
|
54 |
var message_time_error = wpbc_global2.message_time_error;
|
55 |
}
|
56 |
if (typeof wpbc_global3 !== 'undefined') {
|
57 |
+
var bk_1click_mode_days_num = parseInt( wpbc_global3.bk_1click_mode_days_num );
|
58 |
var bk_1click_mode_days_start = wpbc_define_var( wpbc_global3.bk_1click_mode_days_start );
|
59 |
+
var bk_2clicks_mode_days_min = parseInt( wpbc_global3.bk_2clicks_mode_days_min );
|
60 |
+
var bk_2clicks_mode_days_max = parseInt( wpbc_global3.bk_2clicks_mode_days_max );
|
61 |
var bk_2clicks_mode_days_specific = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_specific );
|
62 |
var bk_2clicks_mode_days_start = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_start );
|
63 |
var message_starttime_error = wpbc_global3.message_starttime_error;
|
65 |
var message_rangetime_error = wpbc_global3.message_rangetime_error;
|
66 |
var message_durationtime_error = wpbc_global3.message_durationtime_error;
|
67 |
var bk_highlight_timeslot_word = wpbc_global3.bk_highlight_timeslot_word;
|
68 |
+
var is_booking_recurrent_time = ( wpbc_global3.is_booking_recurrent_time == "true" );
|
69 |
+
is_booking_used_check_in_out_time = ( wpbc_global3.is_booking_used_check_in_out_time == "true" );
|
70 |
+
var bk_show_info_in_form = ( wpbc_global3.bk_show_info_in_form == "true" );
|
71 |
}
|
72 |
if (typeof wpbc_global4 !== 'undefined') {
|
73 |
+
var wpbc_available_days_num_from_today = parseInt( wpbc_global4.wpbc_available_days_num_from_today );
|
74 |
var bk_cost_depends_from_selection_line1 = wpbc_global4.bk_cost_depends_from_selection_line1;
|
75 |
var bk_cost_depends_from_selection_line2 = wpbc_global4.bk_cost_depends_from_selection_line2;
|
76 |
var bk_cost_depends_from_selection_line3 = wpbc_global4.bk_cost_depends_from_selection_line3;
|
77 |
var bk_cost_depends_from_selection_line14summ = wpbc_global4.bk_cost_depends_from_selection_line14summ;
|
78 |
var bk_cost_depends_from_selection_line24summ = wpbc_global4.bk_cost_depends_from_selection_line24summ;
|
79 |
var wpdev_bk_season_filter = wpbc_define_var( wpbc_global4.wpdev_bk_season_filter );
|
80 |
+
// wpbc_define_var( wpbc_global4.wpdev_bk_season_filter_action );
|
81 |
}
|
82 |
if (typeof wpbc_global5 !== 'undefined') {
|
83 |
var max_visitors_4_bk_res = wpbc_define_var( wpbc_global5.max_visitors_4_bk_res );
|
84 |
var message_verif_visitors_more_then_available = wpbc_global5.message_verif_visitors_more_then_available;
|
85 |
+
var is_use_visitors_number_for_availability = ( wpbc_global5.is_use_visitors_number_for_availability == "true" );
|
86 |
var availability_based_on = wpbc_global5.availability_based_on;
|
87 |
parent_booking_resources = wpbc_define_var( wpbc_global5.parent_booking_resources );
|
88 |
}
|
languages/booking-be_BY.mo
CHANGED
Binary file
|
languages/booking-bg_BG.mo
CHANGED
Binary file
|
languages/booking-ca.mo
CHANGED
Binary file
|
languages/booking-cs_CZ.mo
CHANGED
Binary file
|
languages/booking-da_DK.mo
CHANGED
Binary file
|
languages/booking-de_DE.mo
CHANGED
Binary file
|
languages/booking-el_GR.mo
CHANGED
Binary file
|
languages/booking-es_ES.mo
CHANGED
Binary file
|
languages/booking-fi.mo
CHANGED
Binary file
|
languages/booking-fr_FR.mo
CHANGED
Binary file
|
languages/booking-he_IL.mo
CHANGED
Binary file
|
languages/booking-hr.mo
CHANGED
Binary file
|
languages/booking-hu_HU.mo
CHANGED
Binary file
|
languages/booking-it_IT.mo
CHANGED
Binary file
|
languages/booking-nb_NO.mo
CHANGED
Binary file
|
languages/booking-nl_NL.mo
CHANGED
Binary file
|
languages/booking-pl_PL.mo
CHANGED
Binary file
|
languages/booking-pt_BR.mo
CHANGED
Binary file
|
languages/booking-pt_PT.mo
CHANGED
Binary file
|
languages/booking-ru_RU.mo
CHANGED
Binary file
|
languages/booking-sk_SK.mo
CHANGED
Binary file
|
languages/booking-sv_SE.mo
CHANGED
Binary file
|
languages/booking-tr_TR.mo
ADDED
Binary file
|
languages/booking-uk_UK.mo
CHANGED
Binary file
|
languages/booking.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date:
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
-
"X-Generator: Poedit 1.8.
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: inc/biz_l.php:123 inc/biz_m.php:242 inc/lib_p.php:254 inc/lib_p.php:258 inc/lib_p.php:375
|
22 |
-
#: inc/lib_s.php:302 inc/lib_s.php:307 lib/wpbc-gcal-class.php:
|
23 |
#: lib/wpdev-bk-lib.php:1553 lib/wpdev-bk-lib.php:1610 lib/wpdev-bk-lib.php:1613
|
24 |
-
#: lib/wpdev-bk-timeline.php:
|
25 |
#: lib/wpdev-settings-general.php:819
|
26 |
msgid "Dates"
|
27 |
msgstr ""
|
@@ -30,40 +30,40 @@ msgstr ""
|
|
30 |
msgid "Full cost of the booking"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: inc/biz_l.php:126 inc/biz_m.php:245 inc/biz_s.php:109 inc/personal.php:
|
34 |
-
#: inc/personal.php:
|
35 |
msgid "First Name (required)"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: inc/biz_l.php:127 inc/biz_m.php:246 inc/biz_s.php:110 inc/personal.php:
|
39 |
-
#: inc/personal.php:
|
40 |
msgid "Last Name (required)"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: inc/biz_l.php:128 inc/biz_m.php:247 inc/biz_s.php:111 inc/personal.php:
|
44 |
-
#: inc/personal.php:
|
45 |
msgid "Email (required)"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: inc/biz_l.php:129 inc/biz_m.php:248 inc/biz_s.php:112 inc/biz_s.php:
|
49 |
-
#: inc/payments/ipay88.php:316 inc/personal.php:
|
50 |
-
#: inc/personal.php:
|
51 |
msgid "Phone"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: inc/biz_l.php:130 inc/biz_m.php:249 inc/biz_s.php:113 inc/personal.php:
|
55 |
msgid "Address (required)"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: inc/biz_l.php:131 inc/biz_m.php:250 inc/biz_s.php:114 inc/personal.php:
|
59 |
msgid "City (required)"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: inc/biz_l.php:132 inc/biz_m.php:251 inc/biz_s.php:115 inc/personal.php:
|
63 |
msgid "Post code (required)"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/biz_l.php:133 inc/biz_m.php:252 inc/biz_s.php:116 inc/personal.php:
|
67 |
msgid "Country (required)"
|
68 |
msgstr ""
|
69 |
|
@@ -71,9 +71,9 @@ msgstr ""
|
|
71 |
msgid "Visitors"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: inc/biz_l.php:135 inc/biz_m.php:254 inc/biz_s.php:118 inc/personal.php:
|
75 |
-
#: inc/personal.php:
|
76 |
-
#: inc/personal.php:
|
77 |
msgid "Details"
|
78 |
msgstr ""
|
79 |
|
@@ -81,14 +81,14 @@ msgstr ""
|
|
81 |
msgid "Coupon"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: inc/biz_l.php:137 inc/biz_m.php:255 inc/biz_s.php:119 inc/personal.php:
|
85 |
-
#: inc/personal.php:
|
86 |
msgid "I Accept term and conditions"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: inc/biz_l.php:139 inc/biz_m.php:257 inc/biz_s.php:121 inc/personal.php:
|
90 |
-
#: inc/personal.php:
|
91 |
-
#: lib/wpdev-booking-class.php:
|
92 |
msgid "Send"
|
93 |
msgstr ""
|
94 |
|
@@ -106,27 +106,27 @@ msgstr ""
|
|
106 |
msgid "discount"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: inc/biz_l.php:
|
110 |
msgid "Nothing found"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: inc/biz_l.php:
|
114 |
msgid "Search results"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/biz_l.php:
|
118 |
msgid "Book now"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: inc/biz_l.php:
|
122 |
msgid "Please select check-in and check-out days!"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/biz_l.php:
|
126 |
msgid "Search"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/biz_l.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
|
@@ -134,143 +134,143 @@ msgid ""
|
|
134 |
"page and try other days."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/biz_l.php:
|
138 |
#, php-format
|
139 |
msgid "The folowing pending booking(s): %s deleted."
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/biz_l.php:
|
143 |
msgid "Maximum available booking resource items"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: inc/biz_l.php:
|
147 |
-
#: inc/biz_m.php:
|
148 |
-
#: inc/biz_s.php:
|
149 |
#: inc/payments/bank-transfer.php:341 inc/payments/ipay88.php:320 inc/payments/pay-cash.php:126
|
150 |
#: inc/payments/paypal.php:596 inc/payments/sage.php:337 inc/payments/sermepa.php:299
|
151 |
-
#: inc/personal.php:
|
152 |
-
#: inc/personal.php:
|
153 |
#: lib/wpdev-settings-general.php:75 lib/wpdev-settings-general.php:1258
|
154 |
-
#: lib/wpdev-settings-general.php:
|
155 |
-
#: lib/wpdev-settings-general.php:
|
156 |
msgid "Save Changes"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/biz_l.php:
|
160 |
-
#: inc/biz_l.php:
|
161 |
-
#: inc/biz_s.php:
|
162 |
#: inc/payments/bank-transfer.php:111 inc/payments/ipay88.php:104 inc/payments/pay-cash.php:56
|
163 |
#: inc/payments/paypal.php:140 inc/payments/sage.php:96 inc/payments/sermepa.php:85
|
164 |
-
#: inc/personal.php:
|
165 |
-
#: inc/personal.php:
|
166 |
#: inc/sync/wpbc-sync-gcal-api.php:74 lib/wpbc-gcal.php:311 lib/wpbc-gcal.php:331
|
167 |
-
#: lib/wpbc-gcal.php:349 lib/wpbc-gcal.php:420 lib/wpdev-booking-class.php:
|
168 |
#: lib/wpdev-settings-general.php:387 lib/wpdev-settings-general.php:573
|
169 |
#: lib/wpdev-settings-general.php:696 lib/wpdev-settings-general.php:923
|
170 |
#: lib/wpdev-settings-general.php:1133 lib/wpdev-settings-general.php:1162
|
171 |
-
#: lib/wpdev-settings-general.php:1232 lib/wpdev-settings-general.php:
|
172 |
-
#: lib/wpdev-settings-general.php:
|
173 |
-
#: lib/wpdev-settings-general.php:
|
174 |
msgid "Click to toggle"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/biz_l.php:
|
178 |
msgid "Booking resources management"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/biz_l.php:
|
182 |
-
#: inc/biz_m.php:
|
183 |
#: inc/lib_p.php:253 inc/lib_p.php:257 inc/lib_p.php:372 inc/lib_s.php:301 inc/lib_s.php:306
|
184 |
-
#: inc/multiuser.php:1274 inc/personal.php:
|
185 |
#: inc/wpbc-br-table-for-settings.php:76 inc/wpbc-br-table-for-settings.php:93
|
186 |
-
#: lib/wpbc-gcal-class.php:
|
187 |
#: lib/wpdev-bk-lib.php:1612 lib/wpdev-bk-lib.php:1991 lib/wpdev-settings-general.php:816
|
188 |
#: lib/wpdev-settings-general.php:817
|
189 |
msgid "ID"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/biz_l.php:
|
193 |
-
#: inc/personal.php:
|
194 |
msgid "Resource name"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: inc/biz_l.php:
|
198 |
msgid "Number of resource items inside of parent resource"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/biz_l.php:
|
202 |
msgid "Capacity"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/biz_l.php:
|
206 |
msgid "Parent"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/biz_l.php:
|
210 |
msgid "Priority"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/biz_l.php:
|
214 |
msgid "Maximum number of visitors for resource"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/biz_l.php:
|
218 |
msgid "Max"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: inc/biz_l.php:
|
222 |
msgid "visitors"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: inc/biz_l.php:
|
226 |
#: inc/multiuser.php:1278 lib/wpdev-bk-lib.php:1411 lib/wpdev-bk-lib.php:1798
|
227 |
#: lib/wpdev-bk-lib.php:1813 lib/wpdev-bk-lib.php:2198
|
228 |
msgid "Actions"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/biz_l.php:
|
232 |
msgid "Add"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/biz_l.php:
|
236 |
-
#: inc/biz_m.php:
|
237 |
msgid "Delete"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: inc/biz_l.php:
|
241 |
-
#: lib/wpbc-gcal-class.php:
|
242 |
msgid "Title"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: inc/biz_l.php:
|
246 |
msgid "Add new resource"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/biz_l.php:
|
250 |
msgid "Save"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/biz_l.php:
|
254 |
msgid "Advanced Settings"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/biz_l.php:
|
258 |
msgid "Set capacity based on number of visitors"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/biz_l.php:
|
262 |
#, php-format
|
263 |
msgid ""
|
264 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
265 |
"selected visitors %s."
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: inc/biz_l.php:
|
269 |
#, php-format
|
270 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: inc/biz_l.php:
|
274 |
#, php-format
|
275 |
msgid ""
|
276 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
@@ -278,7 +278,7 @@ msgid ""
|
|
278 |
"%sone booking resource%s with the number of visitors specified on the booking form."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/biz_l.php:
|
282 |
#, php-format
|
283 |
msgid ""
|
284 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
@@ -287,43 +287,43 @@ msgid ""
|
|
287 |
"booking form."
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/biz_l.php:
|
291 |
msgid "Show availability"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/biz_l.php:
|
295 |
msgid ""
|
296 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
297 |
"hovers over each day on the calendar(s)."
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: inc/biz_l.php:
|
301 |
msgid "Availability description"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: inc/biz_l.php:
|
305 |
#, php-format
|
306 |
msgid "Type your %savailability%s description"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: inc/biz_l.php:
|
310 |
msgid "Disable bookings in different booking resources"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: inc/biz_l.php:
|
314 |
msgid ""
|
315 |
"Check this box to dissable reservations, which can be stored in different booking resources. "
|
316 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
317 |
"show."
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: inc/biz_l.php:
|
321 |
msgid ""
|
322 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
323 |
"selected visitors."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: inc/biz_l.php:
|
327 |
#: inc/form/class-wpbc-form-help.php:136 inc/form/class-wpbc-form-help.php:197
|
328 |
#: inc/form/class-wpbc-form-help.php:228 inc/form/class-wpbc-form-help.php:230
|
329 |
#: inc/form/class-wpbc-form-help.php:278 inc/form/class-wpbc-form-help.php:291
|
@@ -336,211 +336,211 @@ msgstr ""
|
|
336 |
msgid "Important!"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/biz_l.php:
|
340 |
msgid ""
|
341 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
342 |
"resource items remaining for each day."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: inc/biz_l.php:
|
346 |
#: lib/wpdev-settings-general.php:614 lib/wpdev-settings-general.php:650
|
347 |
-
#: lib/wpdev-settings-general.php:950 lib/wpdev-settings-general.php:
|
348 |
msgid "Note"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/biz_l.php:
|
352 |
#, php-format
|
353 |
msgid ""
|
354 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
355 |
"of visitors specified on the booking form."
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: inc/biz_l.php:
|
359 |
msgid ""
|
360 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
361 |
"for the resource, which can be at free booking resource items."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/biz_l.php:
|
365 |
#, php-format
|
366 |
msgid ""
|
367 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
368 |
"visitors specified on the booking form."
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: inc/biz_l.php:
|
372 |
msgid ""
|
373 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: inc/biz_l.php:
|
377 |
msgid ""
|
378 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
379 |
"show."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: inc/biz_l.php:
|
383 |
msgid "Use pending days as available"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: inc/biz_l.php:
|
387 |
msgid "Check this box if you want to show the pending days as available in calendars"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: inc/biz_l.php:
|
391 |
msgid ""
|
392 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
393 |
"booking resource as an approved booking for the dates, which are intersect with dates of "
|
394 |
"approved booking, will be automatically canceled!"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: inc/biz_l.php:
|
398 |
msgid ""
|
399 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
400 |
"date(s)"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: inc/biz_l.php:
|
404 |
msgid "Show availability in tooltip"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: inc/biz_l.php:
|
408 |
msgid "Availability Title"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/biz_l.php:
|
412 |
msgid ""
|
413 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
414 |
"for search results"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: inc/biz_l.php:
|
418 |
msgid ""
|
419 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
420 |
"1 search results"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/biz_l.php:
|
424 |
msgid "Coupon Deleted"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/biz_l.php:
|
428 |
msgid "Coupon does not exist"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/biz_l.php:
|
432 |
msgid "Coupon created"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/biz_l.php:
|
436 |
msgid "Saved"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/biz_l.php:
|
440 |
msgid "Add New Discount Coupon"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/biz_l.php:
|
444 |
-
#: inc/personal.php:
|
445 |
msgid "Edit"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: inc/biz_l.php:
|
449 |
msgid "Coupon Code"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: inc/biz_l.php:
|
453 |
msgid "Enter coupon code."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: inc/biz_l.php:
|
457 |
msgid "Savings"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/biz_l.php:
|
461 |
msgid "Fixed Amount"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: inc/biz_l.php:
|
465 |
msgid "Percentage Off"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/biz_l.php:
|
469 |
msgid "Enter number of fixed or percentage savings."
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: inc/biz_l.php:
|
473 |
msgid "Expiration Date"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: inc/biz_l.php:
|
477 |
msgid "Select Expiration Date of the coupon."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: inc/biz_l.php:
|
481 |
msgid "Minimum Booking Cost"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: inc/biz_l.php:
|
485 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: inc/biz_l.php:
|
489 |
msgid "Maximum number of usage"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: inc/biz_l.php:
|
493 |
msgid "Enter maximum number of times, when coupon is applicable."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: inc/biz_l.php:
|
497 |
-
#: inc/multiuser.php:1277 lib/wpdev-bk-timeline.php:
|
498 |
#: lib/wpdev-settings-general.php:1194
|
499 |
msgid "Resources"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: inc/biz_l.php:
|
503 |
#: inc/wpbc-booking-select-widget.php:145
|
504 |
msgid "All"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: inc/biz_l.php:
|
508 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/biz_l.php:
|
512 |
msgid "Add New Coupon"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: inc/biz_l.php:
|
516 |
msgid "The coupon code your customers will be using to receive the discount."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: inc/biz_l.php:
|
520 |
msgid "The amount which will be saved. Enter only digits."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: inc/biz_l.php:
|
524 |
msgid "The minimum total cost required to use the coupon"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: inc/biz_l.php:
|
528 |
msgid "Minimum Purchase"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: inc/biz_l.php:
|
532 |
msgid "The date your coupon will expire"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: inc/biz_l.php:
|
536 |
msgid "Number of usage"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: inc/biz_l.php:
|
540 |
msgid "Resource list, which supports this coupon"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: inc/biz_l.php:
|
544 |
#: inc/payments/paypal.php:585 inc/payments/sage.php:294 inc/payments/sermepa.php:256
|
545 |
#: lib/wpdev-settings-general.php:945 lib/wpdev-settings-general.php:970
|
546 |
#: lib/wpdev-settings-general.php:1004 lib/wpdev-settings-general.php:1019
|
@@ -548,297 +548,297 @@ msgstr ""
|
|
548 |
msgid "Warning"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: inc/biz_l.php:
|
552 |
msgid "Do you really want to delete this item?"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: inc/biz_l.php:
|
556 |
#, php-format
|
557 |
msgid "%s - coupon field, "
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: inc/biz_l.php:
|
561 |
#, php-format
|
562 |
msgid "Example: %s "
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: inc/biz_l.php:
|
566 |
msgid "Search Availability Form"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: inc/biz_l.php:
|
570 |
msgid "Inlinee Search Form Template"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: inc/biz_l.php:
|
574 |
msgid "Horizontal Search Form Template"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: inc/biz_l.php:
|
578 |
msgid "Standard Search Form Template"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: inc/biz_l.php:
|
582 |
msgid "Reset current Form"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: inc/biz_l.php:
|
586 |
msgid "Reset"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: inc/biz_l.php:
|
590 |
#: inc/payments/ipay88.php:252 inc/payments/sage.php:245 inc/payments/sermepa.php:207
|
591 |
-
#: inc/personal.php:
|
592 |
msgid "Use these shortcodes for customization: "
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: inc/biz_l.php:
|
596 |
#, php-format
|
597 |
msgid "%s - search inside posts/pages which are part of this category, "
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: inc/biz_l.php:
|
601 |
#, php-format
|
602 |
msgid "%s - search inside posts/pages which have this tag, "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/biz_l.php:
|
606 |
#, php-format
|
607 |
msgid "%s - check-in date, "
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/biz_l.php:
|
611 |
#, php-format
|
612 |
msgid "%s - check-out date, "
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: inc/biz_l.php:
|
616 |
#, php-format
|
617 |
msgid "%s - default selection number of visitors, "
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: inc/biz_l.php:
|
621 |
#, php-format
|
622 |
msgid "Example: %s - custom number of visitor selections\""
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/biz_l.php:
|
626 |
#, php-format
|
627 |
msgid "%s - search button, "
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/biz_l.php:
|
631 |
-
#: lib/wpdev-settings-general.php:
|
632 |
msgid "HTML tags is accepted."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: inc/biz_l.php:
|
636 |
msgid "Search Results"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: inc/biz_l.php:
|
640 |
msgid "Reset to default form"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: inc/biz_l.php:
|
644 |
#, php-format
|
645 |
msgid "%s - resource title, "
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/biz_l.php:
|
649 |
#, php-format
|
650 |
msgid "%s - link to the page with booking form, "
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/biz_l.php:
|
654 |
#, php-format
|
655 |
msgid "%s - availability of booking resource, "
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/biz_l.php:
|
659 |
#, php-format
|
660 |
msgid "%s - maximum number of visitors for the booking resource, "
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: inc/biz_l.php:
|
664 |
#, php-format
|
665 |
msgid "%s - cost of booking the resource, "
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: inc/biz_l.php:
|
669 |
#, php-format
|
670 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/biz_l.php:
|
674 |
#, php-format
|
675 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: inc/biz_l.php:
|
679 |
msgid "Full cost of the booking."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: inc/biz_l.php:
|
683 |
msgid "Cost of the booking for the selected dates only."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: inc/biz_l.php:
|
687 |
msgid "Additional cost, which depends on the fields selection in the form."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: inc/biz_l.php:
|
691 |
msgid "The deposit cost of the booking."
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: inc/biz_l.php:
|
695 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: inc/biz_l.php:
|
699 |
msgid "Help Info"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: inc/biz_l.php:
|
703 |
msgid "CSS customization of search form and search results you can make at this file"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: inc/biz_l.php:
|
707 |
#, php-format
|
708 |
msgid ""
|
709 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
710 |
"instruction %shere%s"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: inc/biz_l.php:
|
714 |
msgid "Check in"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: inc/biz_l.php:
|
718 |
msgid "Check out"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: inc/biz_l.php:
|
722 |
msgid "Guests"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: inc/biz_l.php:
|
726 |
msgid "Availability"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: inc/biz_l.php:
|
730 |
msgid "Max. persons"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: inc/biz_l.php:
|
734 |
msgid "Search Cache"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: inc/biz_l.php:
|
738 |
msgid "Reset Search Cache"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: inc/biz_l.php:
|
742 |
msgid "Cache expiration"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: inc/biz_l.php:
|
746 |
msgid "hour(s)"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: inc/biz_l.php:
|
750 |
msgid "day(s)"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: inc/biz_l.php:
|
754 |
msgid "Select time of cache expiration"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: inc/biz_l.php:
|
758 |
msgid "Cache will expire:"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: inc/biz_l.php:
|
762 |
#, php-format
|
763 |
msgid "Found: %s booking forms inside of posts or pages "
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: inc/biz_l.php:
|
767 |
msgid "Search Form"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: inc/biz_l.php:
|
771 |
msgid "Parent Resource"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: inc/biz_l.php:
|
775 |
msgid "Max visitors"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: inc/biz_l.php:
|
779 |
msgid "Capacity: "
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: inc/biz_l.php:
|
783 |
msgid "Select parent resource, if you want that parent resource to increase capacity."
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: inc/biz_l.php:
|
787 |
msgid "Set priority of resource - resource with higher priority will be reserved firstly."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: inc/biz_l.php:
|
791 |
msgid "Resources count"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: inc/biz_l.php:
|
795 |
msgid "Create several booking resources for one time"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: inc/biz_l.php:
|
799 |
msgid "Default form"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: inc/biz_l.php:
|
803 |
-
#: inc/biz_m.php:
|
804 |
#: inc/wpbc-booking-select-widget.php:212
|
805 |
msgid "Standard"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: inc/biz_l.php:
|
809 |
msgid "Select default custom booking form"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: inc/biz_l.php:
|
813 |
msgid "Available: "
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: inc/biz_l.php:
|
817 |
#: lib/wpdev-bk-lib.php:1845
|
818 |
msgid "Default"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: inc/biz_l.php:
|
822 |
msgid "Superior"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: inc/biz_l.php:
|
826 |
msgid "Resource #1"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: inc/biz_l.php:
|
830 |
msgid "Presidential Suite"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: inc/biz_l.php:
|
834 |
msgid "Resource #2"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: inc/biz_l.php:
|
838 |
msgid "Royal Villa"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: inc/biz_l.php:
|
842 |
msgid "Resource #3"
|
843 |
msgstr ""
|
844 |
|
@@ -846,31 +846,31 @@ msgstr ""
|
|
846 |
msgid "night(s)"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: inc/biz_m.php:253 inc/biz_s.php:117 inc/personal.php:
|
850 |
-
#: inc/personal.php:
|
851 |
msgid "Adults"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: inc/biz_m.php:253 inc/biz_s.php:117 inc/personal.php:
|
855 |
-
#: inc/personal.php:
|
856 |
msgid "Children"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: inc/biz_m.php:282 inc/biz_m.php:312 inc/biz_m.php:
|
860 |
msgid "per 1 day"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: inc/biz_m.php:283 inc/biz_m.php:313 inc/biz_m.php:
|
864 |
msgid "from the cost of 1 day "
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: inc/biz_m.php:284 inc/biz_m.php:314 inc/biz_m.php:
|
868 |
#, php-format
|
869 |
msgid "Additional cost in %s per 1 day"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: inc/biz_m.php:285 inc/biz_m.php:315 inc/biz_m.php:316 inc/biz_m.php:
|
873 |
-
#: inc/biz_m.php:
|
874 |
msgid " for all days!"
|
875 |
msgstr ""
|
876 |
|
@@ -878,607 +878,607 @@ msgstr ""
|
|
878 |
msgid "for all days!"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: inc/biz_m.php:
|
882 |
msgid "Custom Form"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: inc/biz_m.php:
|
886 |
msgid "Load selected booking form"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: inc/biz_m.php:
|
890 |
msgid "Load"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: inc/biz_m.php:
|
894 |
msgid "Delete selected booking form"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: inc/biz_m.php:
|
898 |
msgid "Do you really want to delete selected booking form ?"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: inc/biz_m.php:
|
902 |
msgid "Add new custom form"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: inc/biz_m.php:
|
906 |
msgid "Add New Custom Form"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: inc/biz_m.php:
|
910 |
msgid "Type the name of booking form"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: inc/biz_m.php:
|
914 |
msgid "Create new form"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: inc/biz_m.php:
|
918 |
msgid "Create"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: inc/biz_m.php:
|
922 |
msgid "Delete form"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: inc/biz_m.php:
|
926 |
#: lib/wpdev-bk-edit-toolbar-buttons.php:144
|
927 |
msgid "Cancel"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: inc/biz_m.php:
|
931 |
msgid "Deleted"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: inc/biz_m.php:
|
935 |
msgid "There are no extended booking forms"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: inc/biz_m.php:
|
939 |
msgid "Booking form type:"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: inc/biz_m.php:
|
943 |
msgid "Select type of booking form"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: inc/biz_m.php:
|
947 |
msgid "Booking Form"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: inc/biz_m.php:
|
951 |
msgid "Standard booking resource cost"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: inc/biz_m.php:
|
955 |
msgid "Total booking resource cost"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: inc/biz_m.php:
|
959 |
#, php-format
|
960 |
msgid ""
|
961 |
"%s - show cost hint for full booking in real time, depending on number of days selected and form "
|
962 |
"elements."
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: inc/biz_m.php:
|
966 |
#, php-format
|
967 |
msgid "Example: %sThe full cost of payment: %s"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: inc/biz_m.php:
|
971 |
#, php-format
|
972 |
msgid ""
|
973 |
"%s - show hint of original booking cost without additional costs for full booking in real time, "
|
974 |
"depends only from days selection."
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: inc/biz_m.php:
|
978 |
#, php-format
|
979 |
msgid "Example: %sThe original cost for payment: %s "
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: inc/biz_m.php:
|
983 |
#, php-format
|
984 |
msgid ""
|
985 |
"%s - show cost hint of additional booking cost, which depends from selection of form elements."
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: inc/biz_m.php:
|
989 |
#, php-format
|
990 |
msgid "Example: %sThe additional cost for payment: %s "
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: inc/biz_m.php:
|
994 |
#, php-format
|
995 |
msgid "%s - enter direct cost at admin panel at page: "
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: inc/biz_m.php:
|
999 |
#: lib/wpdev-settings-general.php:1180
|
1000 |
msgid "Add booking"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: inc/biz_m.php:
|
1004 |
#, php-format
|
1005 |
msgid "Example: %s"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: inc/biz_m.php:
|
1009 |
msgid "yes"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: inc/biz_m.php:
|
1013 |
msgid "Setting rate or cost, which is depend from number of selected days for the resource"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: inc/biz_m.php:
|
1017 |
msgid "Rates"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: inc/biz_m.php:
|
1021 |
msgid "Valuation days"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: inc/biz_m.php:
|
1025 |
#: inc/payments/paypal.php:766 inc/payments/sage.php:551
|
1026 |
msgid "Deposit"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: inc/biz_m.php:
|
1030 |
msgid "Setting the default form for the specific resource"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: inc/biz_m.php:
|
1034 |
msgid "Default Form"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: inc/biz_m.php:
|
1038 |
msgid "Set the cost based on the number of days selected for the reservation"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: inc/biz_m.php:
|
1042 |
msgid "Activation of this feature is require setting cost per day or cost per night"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: inc/biz_m.php:
|
1046 |
msgid "Deposit amount"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: inc/biz_m.php:
|
1050 |
msgid "unavailable"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: inc/biz_m.php:
|
1054 |
msgid "available"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: inc/biz_m.php:
|
1058 |
msgid "Availability booking type"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: inc/biz_m.php:
|
1062 |
#, php-format
|
1063 |
msgid "All days for %s"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: inc/biz_m.php:
|
1067 |
#, php-format
|
1068 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: inc/biz_m.php:
|
1072 |
msgid "Season Filter Name"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: inc/biz_m.php:
|
1076 |
#: inc/form/class-wpbc-form-help.php:418 inc/form/class-wpbc-form-help.php:564
|
1077 |
#: inc/payments/bank-transfer.php:302 inc/payments/pay-cash.php:90
|
1078 |
#: lib/wpdev-bk-edit-toolbar-buttons.php:485 lib/wpdev-bk-edit-toolbar-buttons.php:493
|
1079 |
msgid "Description"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: inc/biz_m.php:
|
1083 |
-
#: inc/biz_m.php:
|
1084 |
#: inc/payments/paypal.php:191 inc/payments/paypal.php:211 inc/payments/paypal.php:232
|
1085 |
-
#: inc/personal.php:
|
1086 |
-
#: inc/personal.php:
|
1087 |
-
#: lib/wpdev-settings-general.php:
|
1088 |
-
#: lib/wpdev-settings-general.php:
|
1089 |
-
#: lib/wpdev-settings-general.php:
|
1090 |
-
#: lib/wpdev-settings-general.php:
|
1091 |
-
#: lib/wpdev-settings-general.php:
|
1092 |
msgid "Active"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: inc/biz_m.php:
|
1096 |
msgid "Edit season filter"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: inc/biz_m.php:
|
1100 |
msgid "Seasonal rates of booking resource"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: inc/biz_m.php:
|
1104 |
#, php-format
|
1105 |
msgid ""
|
1106 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
1107 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: inc/biz_m.php:
|
1111 |
msgid "Final cost"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: inc/biz_m.php:
|
1115 |
msgid "Season Filter"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: inc/biz_m.php:
|
1119 |
msgid "Rate"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: inc/biz_m.php:
|
1123 |
msgid "for 1 day"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: inc/biz_m.php:
|
1127 |
msgid "for 1 night"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: inc/biz_m.php:
|
1131 |
msgid "fixed deposit"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: inc/biz_m.php:
|
1135 |
msgid "for 1 hour"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: inc/biz_m.php:
|
1139 |
msgid "Filter Name"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: inc/biz_m.php:
|
1143 |
msgid "Note!"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: inc/biz_m.php:
|
1147 |
msgid "Check boxe(s) at left side if you want to activate specific cost."
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: inc/biz_m.php:
|
1151 |
msgid "Update Rates"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: inc/biz_m.php:
|
1155 |
msgid "Set cost of booking resource based on the number of days selected"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: inc/biz_m.php:
|
1159 |
#, php-format
|
1160 |
msgid "If you add costs here, %srates%s for this booking resource will not take effect !!!"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: inc/biz_m.php:
|
1164 |
#, php-format
|
1165 |
msgid ""
|
1166 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
1167 |
"the list."
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: inc/biz_m.php:
|
1171 |
#, php-format
|
1172 |
msgid ""
|
1173 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
1174 |
"terms %s"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: inc/biz_m.php:
|
1178 |
msgid "Together"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: inc/biz_m.php:
|
1182 |
msgid "For"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: inc/biz_m.php:
|
1186 |
-
#: inc/biz_s.php:
|
1187 |
-
#: inc/personal.php:
|
1188 |
-
#: lib/wpdev-settings-general.php:
|
1189 |
-
#: lib/wpdev-settings-general.php:
|
1190 |
msgid "From"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: inc/biz_m.php:
|
1194 |
msgid "To"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: inc/biz_m.php:
|
1198 |
#, php-format
|
1199 |
msgid "%s and %s terms have higher priority than a range %s days."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: inc/biz_m.php:
|
1203 |
msgid "Warning!"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
-
#: inc/biz_m.php:
|
1207 |
msgid ""
|
1208 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
1209 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: inc/biz_m.php:
|
1213 |
msgid "Number of Days"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: inc/biz_m.php:
|
1217 |
msgid "Cost Settings"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: inc/biz_m.php:
|
1221 |
msgid "Season Filter of Check In date"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: inc/biz_m.php:
|
1225 |
msgid "Day Number(s)"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: inc/biz_m.php:
|
1229 |
msgid "to"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: inc/biz_m.php:
|
1233 |
-
#: lib/wpdev-bk-lib.php:292
|
1234 |
msgid "day"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: inc/biz_m.php:
|
1238 |
#: inc/lib_p.php:376 inc/lib_s.php:282 inc/lib_s.php:304 inc/lib_s.php:309
|
1239 |
#: inc/payments/authorizenet.php:445 inc/payments/ipay88.php:455 inc/payments/paypal.php:767
|
1240 |
#: inc/payments/sage.php:552 lib/wpdev-settings-general.php:833 lib/wpdev-settings-general.php:834
|
1241 |
msgid "Cost"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: inc/biz_m.php:
|
1245 |
msgid "Any days"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: inc/biz_m.php:
|
1249 |
#: lib/wpbc-gcal.php:808 lib/wpdev-bk-lib.php:293 lib/wpdev-bk-lib.php:294 lib/wpdev-bk-lib.php:295
|
1250 |
#: lib/wpdev-bk-lib.php:296 lib/wpdev-bk-lib.php:297
|
1251 |
msgid "days"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: inc/biz_m.php:
|
1255 |
msgid "Remove"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: inc/biz_m.php:
|
1259 |
msgid "Add new cost"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: inc/biz_m.php:
|
1263 |
msgid "for all days"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: inc/biz_m.php:
|
1267 |
msgid "Set amount of deposit payment"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: inc/biz_m.php:
|
1271 |
msgid "Deposit payment total"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: inc/biz_m.php:
|
1275 |
msgid "Deposit payment is not active for booking resource"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: inc/biz_m.php:
|
1279 |
-
#: inc/personal.php:
|
1280 |
-
#: inc/sync/wpbc-sync-gcal-api.php:82 lib/wpdev-bk-lib.php:1544 lib/wpdev-settings-general.php:
|
1281 |
-
#: lib/wpdev-settings-general.php:
|
1282 |
-
#: lib/wpdev-settings-general.php:
|
1283 |
msgid "Status"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: inc/biz_m.php:
|
1287 |
msgid "deposit payment for booking resource"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: inc/biz_m.php:
|
1291 |
msgid "fixed total in"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: inc/biz_m.php:
|
1295 |
msgid "of payment"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: inc/biz_m.php:
|
1299 |
msgid "Conditions"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: inc/biz_m.php:
|
1303 |
#, php-format
|
1304 |
msgid ""
|
1305 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: inc/biz_m.php:
|
1309 |
#, php-format
|
1310 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: inc/biz_m.php:
|
1314 |
msgid "Update Deposit"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: inc/biz_m.php:
|
1318 |
msgid "Deposit payment"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: inc/biz_m.php:
|
1322 |
#, php-format
|
1323 |
msgid ""
|
1324 |
"Check this box if you want to use the %sdeposit%s total %spayment%s on the payment form, instead "
|
1325 |
"of the full total of the booking."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: inc/biz_m.php:
|
1329 |
#, php-format
|
1330 |
msgid " You can configure the deposit payment for your booking resources %shere%s."
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#: inc/biz_m.php:
|
1334 |
#: lib/wpdev-bk-timeline.php:153
|
1335 |
msgid "Su"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: inc/biz_m.php:
|
1339 |
msgid "Mo"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: inc/biz_m.php:
|
1343 |
#: lib/wpdev-bk-timeline.php:153
|
1344 |
msgid "Tu"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: inc/biz_m.php:
|
1348 |
msgid "We"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: inc/biz_m.php:
|
1352 |
#: lib/wpdev-bk-timeline.php:153
|
1353 |
msgid "Th"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: inc/biz_m.php:
|
1357 |
msgid "Fr"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: inc/biz_m.php:
|
1361 |
#: lib/wpdev-bk-timeline.php:153
|
1362 |
msgid "Sa"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: inc/biz_m.php:
|
1366 |
msgid "Jan"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: inc/biz_m.php:
|
1370 |
msgid "Feb"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: inc/biz_m.php:
|
1374 |
msgid "Mar"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: inc/biz_m.php:
|
1378 |
msgid "Apr"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: inc/biz_m.php:
|
1382 |
msgid "May"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: inc/biz_m.php:
|
1386 |
msgid "Jun"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: inc/biz_m.php:
|
1390 |
msgid "Jul"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: inc/biz_m.php:
|
1394 |
msgid "Aug"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: inc/biz_m.php:
|
1398 |
msgid "Sep"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: inc/biz_m.php:
|
1402 |
msgid "Oct"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: inc/biz_m.php:
|
1406 |
msgid "Nov"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: inc/biz_m.php:
|
1410 |
msgid "Dec"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: inc/biz_m.php:
|
1414 |
msgid "No days"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: inc/biz_m.php:
|
1418 |
msgid "time"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: inc/biz_m.php:
|
1422 |
msgid "Every"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: inc/biz_m.php:
|
1426 |
msgid "Each day "
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: inc/biz_m.php:
|
1430 |
msgid "on each day "
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: inc/biz_m.php:
|
1434 |
msgid "On each "
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: inc/biz_m.php:
|
1438 |
msgid "on each "
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: inc/biz_m.php:
|
1442 |
msgid "of every month "
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: inc/biz_m.php:
|
1446 |
msgid "of"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: inc/biz_m.php:
|
1450 |
msgid "Filter saved"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: inc/biz_m.php:
|
1454 |
msgid "Specific Dates Filter"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: inc/biz_m.php:
|
1458 |
msgid "Type filter name"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: inc/biz_m.php:
|
1462 |
msgid "Create new season filter"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: inc/biz_m.php:
|
1466 |
msgid "Create New Season Filter"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: inc/biz_m.php:
|
1470 |
msgid "Save changes"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: inc/biz_m.php:
|
1474 |
msgid "Conditional Dates Filter"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: inc/biz_m.php:
|
1478 |
msgid "Days of week"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: inc/biz_m.php:
|
1482 |
#: inc/form/class-wpbc-form-help.php:597 lib/wpdev-bk-timeline.php:110
|
1483 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1484 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:442
|
@@ -1486,7 +1486,7 @@ msgstr ""
|
|
1486 |
msgid "Sunday"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: inc/biz_m.php:
|
1490 |
#: inc/form/class-wpbc-form-help.php:598 lib/wpdev-bk-timeline.php:110
|
1491 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1492 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:443
|
@@ -1494,7 +1494,7 @@ msgstr ""
|
|
1494 |
msgid "Monday"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: inc/biz_m.php:
|
1498 |
#: inc/form/class-wpbc-form-help.php:599 lib/wpdev-bk-timeline.php:110
|
1499 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1500 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:444
|
@@ -1502,7 +1502,7 @@ msgstr ""
|
|
1502 |
msgid "Tuesday"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: inc/biz_m.php:
|
1506 |
#: inc/form/class-wpbc-form-help.php:600 lib/wpdev-bk-timeline.php:110
|
1507 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1508 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:445
|
@@ -1510,7 +1510,7 @@ msgstr ""
|
|
1510 |
msgid "Wednesday"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: inc/biz_m.php:
|
1514 |
#: inc/form/class-wpbc-form-help.php:601 lib/wpdev-bk-timeline.php:110
|
1515 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1516 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:446
|
@@ -1518,7 +1518,7 @@ msgstr ""
|
|
1518 |
msgid "Thursday"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: inc/biz_m.php:
|
1522 |
#: inc/form/class-wpbc-form-help.php:602 lib/wpdev-bk-timeline.php:110
|
1523 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1524 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:447
|
@@ -1526,7 +1526,7 @@ msgstr ""
|
|
1526 |
msgid "Friday"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: inc/biz_m.php:
|
1530 |
#: inc/form/class-wpbc-form-help.php:603 lib/wpdev-bk-timeline.php:110
|
1531 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1532 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:448
|
@@ -1534,324 +1534,324 @@ msgstr ""
|
|
1534 |
msgid "Saturday"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: inc/biz_m.php:
|
1538 |
msgid "Days of month"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: inc/biz_m.php:
|
1542 |
msgid "Months"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: inc/biz_m.php:
|
1546 |
msgid "January"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: inc/biz_m.php:
|
1550 |
msgid "February"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: inc/biz_m.php:
|
1554 |
msgid "March"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: inc/biz_m.php:
|
1558 |
msgid "April"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: inc/biz_m.php:
|
1562 |
msgid "June"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: inc/biz_m.php:
|
1566 |
msgid "July"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: inc/biz_m.php:
|
1570 |
msgid "August"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: inc/biz_m.php:
|
1574 |
msgid "September"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: inc/biz_m.php:
|
1578 |
msgid "October"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: inc/biz_m.php:
|
1582 |
msgid "November"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: inc/biz_m.php:
|
1586 |
msgid "December"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: inc/biz_m.php:
|
1590 |
msgid "Years"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: inc/biz_m.php:
|
1594 |
msgid "Filter deleted successfully"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: inc/biz_m.php:
|
1598 |
msgid "Create dates filter"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: inc/biz_m.php:
|
1602 |
msgid "Create conditional days filter"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: inc/biz_m.php:
|
1606 |
msgid "Listing of season filters"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: inc/biz_m.php:
|
1610 |
msgid "Filters"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: inc/biz_m.php:
|
1614 |
msgid "Do you really want to delete?"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: inc/biz_m.php:
|
1618 |
msgid "Limit available days from today"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: inc/biz_m.php:
|
1622 |
msgid "Select number of available days in calendar start from today."
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: inc/biz_m.php:
|
1626 |
-
#: lib/wpdev-settings-general.php:937 lib/wpdev-settings-general.php:
|
1627 |
msgid "Hide"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: inc/biz_m.php:
|
1631 |
msgid "Showing cost in date cell"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: inc/biz_m.php:
|
1635 |
#, php-format
|
1636 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: inc/biz_m.php:
|
1640 |
msgid "Currency symbol"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: inc/biz_m.php:
|
1644 |
#: lib/wpdev-settings-general.php:871
|
1645 |
msgid "Custom"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: inc/biz_m.php:
|
1649 |
#, php-format
|
1650 |
msgid ""
|
1651 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
1652 |
"currency symbols%s"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: inc/biz_m.php:
|
1656 |
msgid "Showing cost in tooltip"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: inc/biz_m.php:
|
1660 |
msgid ""
|
1661 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
1662 |
"calendar(s)."
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: inc/biz_m.php:
|
1666 |
msgid "Cost Title"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: inc/biz_m.php:
|
1670 |
#, php-format
|
1671 |
msgid "Type your %scost%s description"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: inc/biz_m.php:
|
1675 |
msgid "Advanced cost management"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: inc/biz_m.php:
|
1679 |
msgid "Configure Additional cost for the form"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: inc/biz_m.php:
|
1683 |
msgid "Additional cost for"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: inc/biz_m.php:
|
1687 |
msgid ""
|
1688 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
1689 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: inc/biz_m.php:
|
1693 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: inc/biz_m.php:
|
1697 |
#, php-format
|
1698 |
msgid ""
|
1699 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
1700 |
"%sbooking form%s."
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: inc/biz_m.php:
|
1704 |
msgid "Enter additional cost in formats:"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: inc/biz_m.php:
|
1708 |
#, php-format
|
1709 |
msgid ""
|
1710 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
1711 |
"total cost will be folowing"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: inc/biz_m.php:
|
1715 |
msgid "Enter fixed cost"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: inc/biz_m.php:
|
1719 |
#, php-format
|
1720 |
msgid "%s, then total cost will be %s"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: inc/biz_m.php:
|
1724 |
msgid "Enter percentage of the entire booking"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: inc/biz_m.php:
|
1728 |
msgid "Enter fixed amount for each selected day"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: inc/biz_m.php:
|
1732 |
#, php-format
|
1733 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: inc/biz_m.php:
|
1737 |
#: inc/form/class-wpbc-form-help.php:306 inc/form/class-wpbc-form-help.php:344
|
1738 |
msgid "or"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: inc/biz_m.php:
|
1742 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: inc/biz_m.php:
|
1746 |
#, php-format
|
1747 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: inc/biz_m.php:
|
1751 |
msgid "Resource ID or Title"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: inc/biz_m.php:
|
1755 |
#: lib/wpdev-bk-lib.php:1489
|
1756 |
msgid "Go"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: inc/biz_m.php:
|
1760 |
msgid "Bulk Actions"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: inc/biz_m.php:
|
1764 |
#: inc/wpbc-br-table-for-settings.php:79 inc/wpbc-br-table-for-settings.php:105
|
1765 |
-
#: lib/wpbc-gcal-class.php:
|
1766 |
msgid "Info"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: inc/biz_m.php:
|
1770 |
-
#: lib/wpbc-gcal-class.php:
|
1771 |
msgid "Selection"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: inc/biz_m.php:
|
1775 |
msgid "Resource Name"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: inc/biz_m.php:
|
1779 |
msgid "Resources Settings"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: inc/biz_m.php:
|
1783 |
msgid "Resources management"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: inc/biz_m.php:
|
1787 |
msgid "Costs and Rates"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: inc/biz_m.php:
|
1791 |
msgid "Costs and Rates Settings"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: inc/biz_m.php:
|
1795 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: inc/biz_m.php:
|
1799 |
msgid "Advanced Cost"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: inc/biz_m.php:
|
1803 |
msgid "Advanced Cost Settings"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: inc/biz_m.php:
|
1807 |
msgid "Customization of additional cost, which depend from form fields"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: inc/biz_m.php:
|
1811 |
msgid "Coupons"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: inc/biz_m.php:
|
1815 |
msgid "Coupons Settings"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: inc/biz_m.php:
|
1819 |
msgid "Setting coupons for discount"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: inc/biz_m.php:
|
1823 |
msgid "Availability Settings"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: inc/biz_m.php:
|
1827 |
msgid "Customization of availability settings"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: inc/biz_m.php:
|
1831 |
msgid "Season Filters"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: inc/biz_m.php:
|
1835 |
msgid "Season Filters Settings"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: inc/biz_m.php:
|
1839 |
msgid "Customization of season filters settings"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: inc/biz_m.php:
|
1843 |
msgid "Cost: "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: inc/biz_m.php:
|
1847 |
msgid "Weekend"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: inc/biz_m.php:
|
1851 |
msgid "High season"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: inc/biz_s.php:108 inc/personal.php:
|
1855 |
msgid "Select Times"
|
1856 |
msgstr ""
|
1857 |
|
@@ -1892,235 +1892,235 @@ msgstr ""
|
|
1892 |
msgid "The time(s) may be booked, or already in the past!"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: inc/biz_s.php:
|
1896 |
msgid "Cost saved successfully"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: inc/biz_s.php:
|
1900 |
msgid "Cost is not correct. It must be greater than 0"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#: inc/biz_s.php:
|
1904 |
msgid "Send payment request to customer"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: inc/biz_s.php:
|
1908 |
#, php-format
|
1909 |
msgid "Type your %sreason for payment%s request"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
-
#: inc/biz_s.php:
|
1913 |
msgid "Send Request"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: inc/biz_s.php:
|
1917 |
#: lib/wpdev-bk-lib.php:516 lib/wpdev-bk-lib.php:579 lib/wpdev-bk-lib.php:635
|
1918 |
msgid "Close"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: inc/biz_s.php:
|
1922 |
msgid "Request has been sent"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: inc/biz_s.php:
|
1926 |
msgid "Request has failed"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: inc/biz_s.php:
|
1930 |
msgid "The payment status is changed successfully"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
-
#: inc/biz_s.php:
|
1934 |
msgid "The changing of payment status is failed"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
-
#: inc/biz_s.php:
|
1938 |
msgid "Email to \"Person\" with payment request"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: inc/biz_s.php:
|
1942 |
-
#: lib/wpdev-settings-general.php:
|
1943 |
msgid "Send to Admin"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: inc/biz_s.php:
|
1947 |
-
#: lib/wpdev-settings-general.php:
|
1948 |
msgid "Check this box to send copy of this email to Admin"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: inc/biz_s.php:
|
1952 |
-
#: inc/personal.php:
|
1953 |
-
#: lib/wpdev-settings-general.php:
|
1954 |
#, php-format
|
1955 |
msgid "Type the default %sadmin email%s sending the booking confimation"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: inc/biz_s.php:
|
1959 |
-
#: inc/personal.php:
|
1960 |
-
#: lib/wpdev-settings-general.php:
|
1961 |
-
#: lib/wpdev-settings-general.php:
|
1962 |
msgid "Subject"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: inc/biz_s.php:
|
1966 |
#, php-format
|
1967 |
msgid "Type email subject for %spayment request%s."
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: inc/biz_s.php:
|
1971 |
-
#: inc/personal.php:
|
1972 |
-
#: lib/wpdev-settings-general.php:
|
1973 |
-
#: lib/wpdev-settings-general.php:
|
1974 |
msgid "Content"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: inc/biz_s.php:
|
1978 |
#, php-format
|
1979 |
msgid "Type your %semail message for payment request%s"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: inc/biz_s.php:
|
1983 |
#, php-format
|
1984 |
msgid ""
|
1985 |
"You need to make payment %s for booking %s at %s. %s You can make payment at this %s Thank you, "
|
1986 |
"booking service."
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: inc/biz_s.php:
|
1990 |
msgid "page"
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: inc/biz_s.php:
|
1994 |
msgid "deposit"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: inc/biz_s.php:
|
1998 |
msgid "Total cost"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#: inc/biz_s.php:
|
2002 |
msgid "balance"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: inc/biz_s.php:
|
2006 |
msgid "Auto-fill form"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#: inc/biz_s.php:
|
2010 |
msgid "Billing form fields customization"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#: inc/biz_s.php:
|
2014 |
msgid ""
|
2015 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
2016 |
"current field in the billing form."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: inc/biz_s.php:
|
2020 |
msgid "Customer Email"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
-
#: inc/biz_s.php:
|
2024 |
msgid "First Name(s)"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
-
#: inc/biz_s.php:
|
2028 |
msgid "Last name"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
-
#: inc/biz_s.php:
|
2032 |
msgid "Billing Address"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
-
#: inc/biz_s.php:
|
2036 |
msgid "Billing City"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
-
#: inc/biz_s.php:
|
2040 |
msgid "Post Code"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: inc/biz_s.php:
|
2044 |
msgid "Country"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
-
#: inc/biz_s.php:
|
2048 |
msgid "State"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
-
#: inc/biz_s.php:
|
2052 |
#, php-format
|
2053 |
msgid "Configuring these %sfields is required for the some payment%s systems!"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
-
#: inc/biz_s.php:
|
2057 |
msgid "Title of booked timeslot(s)"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
-
#: inc/biz_s.php:
|
2061 |
#, php-format
|
2062 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: inc/biz_s.php:
|
2066 |
msgid "Time Format"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: inc/biz_s.php:
|
2070 |
#, php-format
|
2071 |
msgid ""
|
2072 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: inc/biz_s.php:
|
2076 |
#, php-format
|
2077 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: inc/biz_s.php:
|
2081 |
#, php-format
|
2082 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: inc/biz_s.php:
|
2086 |
msgid "Days selection number"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: inc/biz_s.php:
|
2090 |
#, php-format
|
2091 |
msgid "Type your %snumber of days for range selection%s"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: inc/biz_s.php:
|
2095 |
msgid "Start day of range"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: inc/biz_s.php:
|
2099 |
msgid "Any day of week"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: inc/biz_s.php:
|
2103 |
msgid "Specific day(s) of week"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: inc/biz_s.php:
|
2107 |
msgid "Select your start day of range selection at week"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: inc/biz_s.php:
|
2111 |
msgid "Min"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
-
#: inc/biz_s.php:
|
2115 |
#, php-format
|
2116 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: inc/biz_s.php:
|
2120 |
msgid "Specific days selections"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: inc/biz_s.php:
|
2124 |
#, php-format
|
2125 |
msgid ""
|
2126 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
@@ -2128,230 +2128,230 @@ msgid ""
|
|
2128 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: inc/biz_s.php:
|
2132 |
msgid "Use time selections as recurrent time slots"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
-
#: inc/biz_s.php:
|
2136 |
msgid ""
|
2137 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
2138 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
2139 |
"used as check-in/check-out time for the first and last day of the reservation."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: inc/biz_s.php:
|
2143 |
msgid "Use check in/out time"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: inc/biz_s.php:
|
2147 |
msgid "This option will overwrite any times selection in your booking form."
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: inc/biz_s.php:
|
2151 |
msgid "Check this option, to use check in/out time during booking process. "
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: inc/biz_s.php:
|
2155 |
#, php-format
|
2156 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: inc/biz_s.php:
|
2160 |
msgid "Check-in time"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: inc/biz_s.php:
|
2164 |
#, php-format
|
2165 |
msgid "%sstart booking time%s"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: inc/biz_s.php:
|
2169 |
#, php-format
|
2170 |
msgid "Type your %sCheck-in%s time of booking"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: inc/biz_s.php:
|
2174 |
msgid "Check-Out time"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: inc/biz_s.php:
|
2178 |
#, php-format
|
2179 |
msgid "%send booking time%s"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: inc/biz_s.php:
|
2183 |
#, php-format
|
2184 |
msgid "Type your %sCheck-Out%s time of booking"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: inc/biz_s.php:
|
2188 |
msgid "Costs"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: inc/biz_s.php:
|
2192 |
msgid "Set the cost"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: inc/biz_s.php:
|
2196 |
msgid "fixed sum"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: inc/biz_s.php:
|
2200 |
msgid " Select your cost configuration."
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: inc/biz_s.php:
|
2204 |
msgid "Currency format"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: inc/biz_s.php:
|
2208 |
msgid "Number of decimal points"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: inc/biz_s.php:
|
2212 |
msgid "Separator for the decimal point"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: inc/biz_s.php:
|
2216 |
msgid "No separator"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: inc/biz_s.php:
|
2220 |
msgid "Space"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: inc/biz_s.php:
|
2224 |
msgid "Dot"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
#: inc/biz_s.php:
|
2228 |
msgid "Comma"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
-
#: inc/biz_s.php:
|
2232 |
msgid "Thousands separator"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: inc/biz_s.php:
|
2236 |
msgid "Time impact to cost"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: inc/biz_s.php:
|
2240 |
#, php-format
|
2241 |
msgid ""
|
2242 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
2243 |
"calculation%s."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: inc/biz_s.php:
|
2247 |
msgid "Show booking details in payment form"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: inc/biz_s.php:
|
2251 |
#, php-format
|
2252 |
msgid ""
|
2253 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: inc/biz_s.php:
|
2257 |
msgid "Auto cancellation / auto approval of bookings"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: inc/biz_s.php:
|
2261 |
msgid "Auto approve all new bookings"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: inc/biz_s.php:
|
2265 |
#, php-format
|
2266 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
2267 |
msgstr ""
|
2268 |
|
2269 |
-
#: inc/biz_s.php:
|
2270 |
msgid "Auto-cancel bookings"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: inc/biz_s.php:
|
2274 |
#, php-format
|
2275 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: inc/biz_s.php:
|
2279 |
msgid "Cancel bookings older"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: inc/biz_s.php:
|
2283 |
msgid "hour"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: inc/biz_s.php:
|
2287 |
msgid "hours"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: inc/biz_s.php:
|
2291 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: inc/biz_s.php:
|
2295 |
msgid "Cancellation email sent"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: inc/biz_s.php:
|
2299 |
#, php-format
|
2300 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: inc/biz_s.php:
|
2304 |
msgid "Reason for cancellation"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: inc/biz_s.php:
|
2308 |
#, php-format
|
2309 |
msgid "Type the reason for %scancellation%s for the email template."
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
#: inc/biz_s.php:
|
2313 |
msgid ""
|
2314 |
"Customization of billing fields, which automatically assign from booking form to billing form"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#: inc/biz_s.php:
|
2318 |
msgid "Billing form fields"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
-
#: inc/biz_s.php:
|
2322 |
msgid "Booked Times:"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#: inc/biz_s.php:
|
2326 |
msgid ""
|
2327 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
2328 |
"it."
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: inc/biz_s.php:
|
2332 |
msgid "You need to make payment for this reservation"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: inc/biz_s.php:
|
2336 |
#, php-format
|
2337 |
msgid ""
|
2338 |
"You need to make payment %s for reservation %s at %s. %s Please make payment on this page: %s "
|
2339 |
"Thank you, %s"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: inc/biz_s.php:
|
2343 |
msgid "Apartment#1"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: inc/biz_s.php:
|
2347 |
msgid "Apartment#2"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: inc/biz_s.php:
|
2351 |
msgid "Apartment#3"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: inc/form/class-wpbc-field-help-button.php:73 inc/personal.php:
|
2355 |
msgid "Label"
|
2356 |
msgstr ""
|
2357 |
|
@@ -3036,7 +3036,7 @@ msgstr ""
|
|
3036 |
msgid "Number of selected nights."
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: inc/form/class-wpbc-form-help.php:732 inc/personal.php:
|
3040 |
msgid "Other"
|
3041 |
msgstr ""
|
3042 |
|
@@ -3079,6 +3079,11 @@ msgstr ""
|
|
3079 |
msgid "Select option to configure or show help info about tags"
|
3080 |
msgstr ""
|
3081 |
|
|
|
|
|
|
|
|
|
|
|
3082 |
#: inc/lib_p.php:244
|
3083 |
msgid "Enter Keyword here"
|
3084 |
msgstr ""
|
@@ -3096,7 +3101,7 @@ msgstr ""
|
|
3096 |
msgid "Print bookings listing"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#: inc/lib_p.php:276 inc/lib_s.php:
|
3100 |
msgid "Print"
|
3101 |
msgstr ""
|
3102 |
|
@@ -3124,13 +3129,13 @@ msgstr ""
|
|
3124 |
msgid "Data"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
-
#: inc/lib_p.php:391 inc/personal.php:
|
3128 |
-
#: lib/wpdev-bk-lib.php:1998 lib/wpdev-settings-general.php:
|
3129 |
msgid "Approved"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
-
#: inc/lib_p.php:392 inc/lib_s.php:147 inc/personal.php:
|
3133 |
-
#: lib/wpdev-bk-lib.php:1997 lib/wpdev-booking-class.php:
|
3134 |
msgid "Pending"
|
3135 |
msgstr ""
|
3136 |
|
@@ -3168,11 +3173,11 @@ msgid ""
|
|
3168 |
"Please clear the selection, then add new resources."
|
3169 |
msgstr ""
|
3170 |
|
3171 |
-
#: inc/lib_p.php:
|
3172 |
msgid "All resources"
|
3173 |
msgstr ""
|
3174 |
|
3175 |
-
#: inc/lib_p.php:
|
3176 |
msgid "Booking resources"
|
3177 |
msgstr ""
|
3178 |
|
@@ -3184,7 +3189,7 @@ msgstr ""
|
|
3184 |
msgid "In-Progress"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
-
#: inc/lib_s.php:126 inc/lib_s.php:
|
3188 |
msgid "Unknown"
|
3189 |
msgstr ""
|
3190 |
|
@@ -3284,7 +3289,7 @@ msgstr ""
|
|
3284 |
msgid "Any Status"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: inc/lib_s.php:228 inc/lib_s.php:
|
3288 |
msgid "Paid OK"
|
3289 |
msgstr ""
|
3290 |
|
@@ -3292,7 +3297,7 @@ msgstr ""
|
|
3292 |
msgid "Unknown Status"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
-
#: inc/lib_s.php:271 inc/lib_s.php:
|
3296 |
msgid "Payment"
|
3297 |
msgstr ""
|
3298 |
|
@@ -3312,19 +3317,19 @@ msgstr ""
|
|
3312 |
msgid "max"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
-
#: inc/lib_s.php:
|
3316 |
msgid "Send payment request to visitor"
|
3317 |
msgstr ""
|
3318 |
|
3319 |
-
#: inc/lib_s.php:
|
3320 |
msgid "Payment status"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: inc/lib_s.php:
|
3324 |
msgid "Save cost"
|
3325 |
msgstr ""
|
3326 |
|
3327 |
-
#: inc/lib_s.php:
|
3328 |
msgid "Change status"
|
3329 |
msgstr ""
|
3330 |
|
@@ -3369,11 +3374,11 @@ msgstr ""
|
|
3369 |
msgid "My"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: inc/multiuser.php:1090 inc/personal.php:
|
3373 |
msgid "Booking resource:"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
-
#: inc/multiuser.php:1122 inc/multiuser.php:1174 lib/wpdev-booking-class.php:
|
3377 |
msgid "Users"
|
3378 |
msgstr ""
|
3379 |
|
@@ -3865,8 +3870,8 @@ msgstr ""
|
|
3865 |
msgid "Booking Details:"
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: inc/payments/index.php:219 lib/wpdev-settings-general.php:
|
3869 |
-
#: lib/wpdev-settings-general.php:
|
3870 |
msgid "You can use following shortcodes in content of this template"
|
3871 |
msgstr ""
|
3872 |
|
@@ -3905,44 +3910,45 @@ msgstr ""
|
|
3905 |
msgid "%s - inserting BIC "
|
3906 |
msgstr ""
|
3907 |
|
3908 |
-
#: inc/payments/index.php:245 lib/wpdev-settings-general.php:
|
3909 |
#, php-format
|
3910 |
msgid ""
|
3911 |
"%s - inserting data info about the booking, which you configured in the content form at Settings "
|
3912 |
"Fields page"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
-
#: inc/payments/index.php:247 lib/wpdev-settings-general.php:
|
3916 |
#, php-format
|
3917 |
msgid "%s - inserting ID of booking "
|
3918 |
msgstr ""
|
3919 |
|
3920 |
-
#: inc/payments/index.php:249 lib/wpdev-settings-general.php:
|
3921 |
#, php-format
|
3922 |
msgid "%s or %s - inserting the title of the booking resource "
|
3923 |
msgstr ""
|
3924 |
|
3925 |
-
#: inc/payments/index.php:251 lib/wpdev-settings-general.php:
|
3926 |
#, php-format
|
3927 |
msgid "%s - inserting the cost of booking "
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: inc/payments/index.php:255 lib/wpdev-settings-general.php:
|
3931 |
#, php-format
|
3932 |
msgid "%s - inserting the dates of booking"
|
3933 |
msgstr ""
|
3934 |
|
3935 |
-
#: inc/payments/index.php:257 lib/wpdev-settings-general.php:
|
3936 |
#, php-format
|
3937 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
-
#: inc/payments/index.php:259 lib/wpdev-settings-general.php:
|
|
|
3941 |
#, php-format
|
3942 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: inc/payments/index.php:261 lib/wpdev-settings-general.php:
|
3946 |
#, php-format
|
3947 |
msgid "%s - inserting the number of booking dates "
|
3948 |
msgstr ""
|
@@ -4567,553 +4573,553 @@ msgstr ""
|
|
4567 |
msgid "Payment rejected"
|
4568 |
msgstr ""
|
4569 |
|
4570 |
-
#: inc/personal.php:
|
4571 |
msgid "Form / Calendar"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
-
#: inc/personal.php:
|
4575 |
msgid "Insertion of booking form or availability calendar shortcodes"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
-
#: inc/personal.php:
|
4579 |
msgid "Selection of form"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
-
#: inc/personal.php:
|
4583 |
msgid "Insertion selection of booking form for specific booking resource"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
-
#: inc/personal.php:
|
4587 |
msgid "Insertion search form shortcode"
|
4588 |
msgstr ""
|
4589 |
|
4590 |
-
#: inc/personal.php:
|
4591 |
msgid "Editing of booking"
|
4592 |
msgstr ""
|
4593 |
|
4594 |
-
#: inc/personal.php:
|
4595 |
msgid "Insertion system shortcode for booking editing"
|
4596 |
msgstr ""
|
4597 |
|
4598 |
-
#: inc/personal.php:
|
4599 |
#, php-format
|
4600 |
msgid ""
|
4601 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
4602 |
"shortcodes %shere%s"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
-
#: inc/personal.php:
|
4606 |
#, php-format
|
4607 |
msgid "You can use shortcode %s for showing title of booking resource "
|
4608 |
msgstr ""
|
4609 |
|
4610 |
-
#: inc/personal.php:
|
4611 |
#, php-format
|
4612 |
msgid "or cost of booking resource %s"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#: inc/personal.php:
|
4616 |
#, php-format
|
4617 |
msgid ""
|
4618 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
4619 |
"%s or make %spayment%s after receiving an admin email payment request"
|
4620 |
msgstr ""
|
4621 |
|
4622 |
-
#: inc/personal.php:
|
4623 |
#, php-format
|
4624 |
msgid ""
|
4625 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
4626 |
"to this page"
|
4627 |
msgstr ""
|
4628 |
|
4629 |
-
#: inc/personal.php:
|
4630 |
#, php-format
|
4631 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
4632 |
msgstr ""
|
4633 |
|
4634 |
-
#: inc/personal.php:
|
4635 |
msgid "Select shortcode to insert"
|
4636 |
msgstr ""
|
4637 |
|
4638 |
-
#: inc/personal.php:
|
4639 |
msgid "Search form"
|
4640 |
msgstr ""
|
4641 |
|
4642 |
-
#: inc/personal.php:
|
4643 |
#, php-format
|
4644 |
msgid ""
|
4645 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
4646 |
"is submit showing the search results at different page"
|
4647 |
msgstr ""
|
4648 |
|
4649 |
-
#: inc/personal.php:
|
4650 |
msgid "Check this box to show search results on other page"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: inc/personal.php:
|
4654 |
msgid "URL of search results:"
|
4655 |
msgstr ""
|
4656 |
|
4657 |
-
#: inc/personal.php:
|
4658 |
msgid "Type the URL of search results page."
|
4659 |
msgstr ""
|
4660 |
|
4661 |
-
#: inc/personal.php:
|
4662 |
msgid "Title of Search results:"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: inc/personal.php:
|
4666 |
msgid "Search results:"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
-
#: inc/personal.php:
|
4670 |
msgid "Type the title of Search results."
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: inc/personal.php:
|
4674 |
msgid "Nothing Found Message:"
|
4675 |
msgstr ""
|
4676 |
|
4677 |
-
#: inc/personal.php:
|
4678 |
msgid "Nothing Found."
|
4679 |
msgstr ""
|
4680 |
|
4681 |
-
#: inc/personal.php:
|
4682 |
msgid "Type the message, when nothing found."
|
4683 |
msgstr ""
|
4684 |
|
4685 |
-
#: inc/personal.php:
|
4686 |
msgid "Search only for users:"
|
4687 |
msgstr ""
|
4688 |
|
4689 |
-
#: inc/personal.php:
|
4690 |
msgid ""
|
4691 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
4692 |
"users, or leave it blank for searching for all users."
|
4693 |
msgstr ""
|
4694 |
|
4695 |
-
#: inc/personal.php:
|
4696 |
msgid ""
|
4697 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
4698 |
"resources."
|
4699 |
msgstr ""
|
4700 |
|
4701 |
-
#: inc/personal.php:
|
4702 |
msgid "Preselected resource"
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: inc/personal.php:
|
4706 |
#: lib/wpbc-gcal.php:929
|
4707 |
msgid "None"
|
4708 |
msgstr ""
|
4709 |
|
4710 |
-
#: inc/personal.php:
|
4711 |
msgid "Define preselected resource."
|
4712 |
msgstr ""
|
4713 |
|
4714 |
-
#: inc/personal.php:
|
4715 |
msgid "Visible months:"
|
4716 |
msgstr ""
|
4717 |
|
4718 |
-
#: inc/personal.php:
|
4719 |
msgid "Select number of month to show for calendar."
|
4720 |
msgstr ""
|
4721 |
|
4722 |
-
#: inc/personal.php:
|
4723 |
msgid "Please select the resource:"
|
4724 |
msgstr ""
|
4725 |
|
4726 |
-
#: inc/personal.php:
|
4727 |
msgid "Title near your select box."
|
4728 |
msgstr ""
|
4729 |
|
4730 |
-
#: inc/personal.php:
|
4731 |
msgid "First option title"
|
4732 |
msgstr ""
|
4733 |
|
4734 |
-
#: inc/personal.php:
|
4735 |
msgid "Please Select"
|
4736 |
msgstr ""
|
4737 |
|
4738 |
-
#: inc/personal.php:
|
4739 |
msgid "First option in dropdown list."
|
4740 |
msgstr ""
|
4741 |
|
4742 |
-
#: inc/personal.php:
|
4743 |
msgid "Please leave it empty if you want to skip it."
|
4744 |
msgstr ""
|
4745 |
|
4746 |
-
#: inc/personal.php:
|
4747 |
#, php-format
|
4748 |
msgid ""
|
4749 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
4750 |
"selectbox"
|
4751 |
msgstr ""
|
4752 |
|
4753 |
-
#: inc/personal.php:
|
4754 |
msgid "This booking resources does not exist"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
-
#: inc/personal.php:
|
4758 |
msgid "Processing"
|
4759 |
msgstr ""
|
4760 |
|
4761 |
-
#: inc/personal.php:
|
4762 |
msgid "Generating columns"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: inc/personal.php:
|
4766 |
msgid "Exporting booking data"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
-
#: inc/personal.php:
|
4770 |
msgid "Generating content of file"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
-
#: inc/personal.php:
|
4774 |
msgid "Saving to file"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: inc/personal.php:
|
4778 |
msgid "Export bookings"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: inc/personal.php:
|
4782 |
msgid "Download the CSV file of exported booking data"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
-
#: inc/personal.php:
|
4786 |
msgid "Download"
|
4787 |
msgstr ""
|
4788 |
|
4789 |
-
#: inc/personal.php:
|
4790 |
msgid "Done"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
-
#: inc/personal.php:
|
4794 |
msgid "link"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
-
#: inc/personal.php:
|
4798 |
msgid "Print bookings"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: inc/personal.php:
|
4802 |
msgid "The booking was canceled by the visitor."
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: inc/personal.php:
|
4806 |
-
#: lib/wpdev-booking-class.php:
|
4807 |
msgid "Wrong booking hash in URL (probably expired)"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
-
#: inc/personal.php:
|
4811 |
msgid "The booking has been canceled successfully"
|
4812 |
msgstr ""
|
4813 |
|
4814 |
-
#: inc/personal.php:
|
4815 |
msgid "Add New Booking Resource(s)"
|
4816 |
msgstr ""
|
4817 |
|
4818 |
-
#: inc/personal.php:
|
4819 |
msgid "New Resource"
|
4820 |
msgstr ""
|
4821 |
|
4822 |
-
#: inc/personal.php:
|
4823 |
msgid "Enter title here"
|
4824 |
msgstr ""
|
4825 |
|
4826 |
-
#: inc/personal.php:
|
4827 |
msgid "Enter name of booking resource"
|
4828 |
msgstr ""
|
4829 |
|
4830 |
-
#: inc/personal.php:
|
4831 |
msgid "Advanced Options"
|
4832 |
msgstr ""
|
4833 |
|
4834 |
-
#: inc/personal.php:
|
4835 |
msgid "Add new resource(s)"
|
4836 |
msgstr ""
|
4837 |
|
4838 |
-
#: inc/personal.php:
|
4839 |
msgid "Default booking resource"
|
4840 |
msgstr ""
|
4841 |
|
4842 |
-
#: inc/personal.php:
|
4843 |
msgid "Select your default booking resource."
|
4844 |
msgstr ""
|
4845 |
|
4846 |
-
#: inc/personal.php:
|
4847 |
msgid "Resources number per page"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: inc/personal.php:
|
4851 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
-
#: inc/personal.php:
|
4855 |
msgid "URL to edit bookings"
|
4856 |
msgstr ""
|
4857 |
|
4858 |
-
#: inc/personal.php:
|
4859 |
#, php-format
|
4860 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
4861 |
msgstr ""
|
4862 |
|
4863 |
-
#: inc/personal.php:
|
4864 |
msgid "Change hash after the booking is approved"
|
4865 |
msgstr ""
|
4866 |
|
4867 |
-
#: inc/personal.php:
|
4868 |
msgid ""
|
4869 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
4870 |
"not be able to edit or cancel the booking."
|
4871 |
msgstr ""
|
4872 |
|
4873 |
-
#: inc/personal.php:
|
4874 |
msgid "Configuration in several languages"
|
4875 |
msgstr ""
|
4876 |
|
4877 |
-
#: inc/personal.php:
|
4878 |
#, php-format
|
4879 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4880 |
msgstr ""
|
4881 |
|
4882 |
-
#: inc/personal.php:
|
4883 |
#, php-format
|
4884 |
msgid "Example #1: %s - start French translation section"
|
4885 |
msgstr ""
|
4886 |
|
4887 |
-
#: inc/personal.php:
|
4888 |
#, php-format
|
4889 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4890 |
msgstr ""
|
4891 |
|
4892 |
-
#: inc/personal.php:
|
4893 |
msgid "Customization of email template, which is sending to Admin after new booking"
|
4894 |
msgstr ""
|
4895 |
|
4896 |
-
#: inc/personal.php:
|
4897 |
msgid "New for Admin"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#: inc/personal.php:
|
4901 |
msgid "Customization of email template, which is sending to Visitor after new booking"
|
4902 |
msgstr ""
|
4903 |
|
4904 |
-
#: inc/personal.php:
|
4905 |
msgid "New for Visitor"
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#: inc/personal.php:
|
4909 |
msgid "Customization of email template, which is sending to Visitor after approval of booking"
|
4910 |
msgstr ""
|
4911 |
|
4912 |
-
#: inc/personal.php:
|
4913 |
msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
|
4914 |
msgstr ""
|
4915 |
|
4916 |
-
#: inc/personal.php:
|
4917 |
msgid "Declined"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: inc/personal.php:
|
4921 |
msgid "Customization of email template, which is sending after modification of booking"
|
4922 |
msgstr ""
|
4923 |
|
4924 |
-
#: inc/personal.php:
|
4925 |
msgid "Modified"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
-
#: inc/personal.php:
|
4929 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
4930 |
msgstr ""
|
4931 |
|
4932 |
-
#: inc/personal.php:
|
4933 |
msgid "Payment request"
|
4934 |
msgstr ""
|
4935 |
|
4936 |
-
#: inc/personal.php:
|
4937 |
msgid "Standard Form Template"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: inc/personal.php:
|
4941 |
msgid "2 Columns Form Template"
|
4942 |
msgstr ""
|
4943 |
|
4944 |
-
#: inc/personal.php:
|
4945 |
msgid "Wizard Form Template(several steps)"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
-
#: inc/personal.php:
|
4949 |
msgid "Payment Form Template"
|
4950 |
msgstr ""
|
4951 |
|
4952 |
-
#: inc/personal.php:
|
4953 |
msgid "Time Slots Form Template"
|
4954 |
msgstr ""
|
4955 |
|
4956 |
-
#: inc/personal.php:
|
4957 |
msgid "Time slots for different weekends Form Template"
|
4958 |
msgstr ""
|
4959 |
|
4960 |
-
#: inc/personal.php:
|
4961 |
msgid "Hints Form Template"
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: inc/personal.php:
|
4965 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
-
#: inc/personal.php:
|
4969 |
msgid "Both"
|
4970 |
msgstr ""
|
4971 |
|
4972 |
-
#: inc/personal.php:
|
4973 |
msgid "Please configure the form for content of booking fields data!"
|
4974 |
msgstr ""
|
4975 |
|
4976 |
-
#: inc/personal.php:
|
4977 |
msgid "Please configure the form fields!"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
-
#: inc/personal.php:
|
4981 |
msgid "Default title of bookings"
|
4982 |
msgstr ""
|
4983 |
|
4984 |
-
#: inc/personal.php:
|
4985 |
#, php-format
|
4986 |
msgid ""
|
4987 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
4988 |
"the shortcodes from the bottom form of Settings Fields page)."
|
4989 |
msgstr ""
|
4990 |
|
4991 |
-
#: inc/personal.php:
|
4992 |
msgid "CSV data separator"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
-
#: inc/personal.php:
|
4996 |
msgid "semicolon"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
-
#: inc/personal.php:
|
5000 |
msgid "comma"
|
5001 |
msgstr ""
|
5002 |
|
5003 |
-
#: inc/personal.php:
|
5004 |
msgid "Select separator of data for export bookings to CSV."
|
5005 |
msgstr ""
|
5006 |
|
5007 |
-
#: inc/personal.php:
|
5008 |
msgid "Incorrect date format"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
-
#: inc/personal.php:
|
5012 |
msgid "Booking Resource"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
-
#: inc/personal.php:
|
5016 |
msgid "All bookings"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
-
#: inc/personal.php:
|
5020 |
msgid "All incoming bookings"
|
5021 |
msgstr ""
|
5022 |
|
5023 |
-
#: inc/personal.php:
|
5024 |
msgid "New reservations made today"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#: inc/personal.php:
|
5028 |
msgid "Reservations for today"
|
5029 |
msgstr ""
|
5030 |
|
5031 |
-
#: inc/personal.php:
|
5032 |
msgid "Add new booking resource"
|
5033 |
msgstr ""
|
5034 |
|
5035 |
-
#: inc/personal.php:
|
5036 |
msgid "Change your Booking"
|
5037 |
msgstr ""
|
5038 |
|
5039 |
-
#: inc/personal.php:
|
5040 |
msgid "Cancel Booking"
|
5041 |
msgstr ""
|
5042 |
|
5043 |
-
#: inc/personal.php:
|
5044 |
#: lib/wpbc-booking-new.php:150
|
5045 |
msgid "Updated successfully"
|
5046 |
msgstr ""
|
5047 |
|
5048 |
-
#: inc/personal.php:
|
5049 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
5050 |
msgstr ""
|
5051 |
|
5052 |
-
#: inc/personal.php:
|
5053 |
msgid "The booking has been duplicated successfully"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
-
#: inc/personal.php:
|
5057 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
5058 |
msgstr ""
|
5059 |
|
5060 |
-
#: inc/personal.php:
|
5061 |
msgid "Email to \"Admin\" after a new booking"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: inc/personal.php:
|
5065 |
#, php-format
|
5066 |
msgid "Type default %sadmin email%s for booking confirmation"
|
5067 |
msgstr ""
|
5068 |
|
5069 |
-
#: inc/personal.php:
|
5070 |
#, php-format
|
5071 |
msgid ""
|
5072 |
"Type the default %sadmin email%s sending the booking confimation. You can use this %s shortcode."
|
5073 |
msgstr ""
|
5074 |
|
5075 |
-
#: inc/personal.php:
|
5076 |
#, php-format
|
5077 |
msgid "Type your email %ssubject%s for the booking confimation message."
|
5078 |
msgstr ""
|
5079 |
|
5080 |
-
#: inc/personal.php:
|
5081 |
#, php-format
|
5082 |
msgid "Type your %semail message content for checking booking%s in. "
|
5083 |
msgstr ""
|
5084 |
|
5085 |
-
#: inc/personal.php:
|
5086 |
#, php-format
|
5087 |
msgid ""
|
5088 |
"For example: \"You have a new reservation %s on the following date(s): %s Contact information: "
|
5089 |
"%s You can approve or edit this booking at: %s Thank you, Reservation service.\""
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
#: inc/personal.php:
|
5093 |
-
#: lib/wpbc-gcal.php:862 lib/wpdev-booking-functions.php:
|
5094 |
msgid "here"
|
5095 |
msgstr ""
|
5096 |
|
5097 |
-
#: inc/personal.php:
|
5098 |
msgid "Email to \"Person\" after they make a new reservation"
|
5099 |
msgstr ""
|
5100 |
|
5101 |
-
#: inc/personal.php:
|
5102 |
#, php-format
|
5103 |
msgid "Type email subject for %svisitor after creating a new reservation%s."
|
5104 |
msgstr ""
|
5105 |
|
5106 |
-
#: inc/personal.php:
|
5107 |
#, php-format
|
5108 |
msgid "Use these %s shortcodes."
|
5109 |
msgstr ""
|
5110 |
|
5111 |
-
#: inc/personal.php:
|
5112 |
#, php-format
|
5113 |
msgid "Type your %semail message for visitor after creating a new reservation%s"
|
5114 |
msgstr ""
|
5115 |
|
5116 |
-
#: inc/personal.php:
|
5117 |
#, php-format
|
5118 |
msgid ""
|
5119 |
"For example: \"Your reservation %s on these date(s): %s is processing now! We will send "
|
@@ -5121,154 +5127,154 @@ msgid ""
|
|
5121 |
"service.\""
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: inc/personal.php:
|
5125 |
msgid "Email to \"Person\" after booking is approved"
|
5126 |
msgstr ""
|
5127 |
|
5128 |
-
#: inc/personal.php:
|
5129 |
#, php-format
|
5130 |
msgid "Type your email subject for the %sapproved booking%s."
|
5131 |
msgstr ""
|
5132 |
|
5133 |
-
#: inc/personal.php:
|
5134 |
#, php-format
|
5135 |
msgid "Type your %semail message for the approved booking%s from the website"
|
5136 |
msgstr ""
|
5137 |
|
5138 |
-
#: inc/personal.php:
|
5139 |
#, php-format
|
5140 |
msgid ""
|
5141 |
"For example: \"Your reservation %s on these date(s): %s has been approved.%s You can edit this "
|
5142 |
"booking on this page: %s . Thank you, Reservation service.\""
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#: inc/personal.php:
|
5146 |
msgid "Email to \"Person\" after their booking has been denied"
|
5147 |
msgstr ""
|
5148 |
|
5149 |
-
#: inc/personal.php:
|
5150 |
#, php-format
|
5151 |
msgid "Type your email subject for the %sdenied booking%s."
|
5152 |
msgstr ""
|
5153 |
|
5154 |
-
#: inc/personal.php:
|
5155 |
#, php-format
|
5156 |
msgid "Type your %semail message for the denied booking%s from the website"
|
5157 |
msgstr ""
|
5158 |
|
5159 |
-
#: inc/personal.php:
|
5160 |
#, php-format
|
5161 |
msgid ""
|
5162 |
"For example: \"Your reservation %s on these date(s): %s has been canceled. Please contact us for "
|
5163 |
"more information. %s Thank you, Reservation service.\""
|
5164 |
msgstr ""
|
5165 |
|
5166 |
-
#: inc/personal.php:
|
5167 |
msgid "Email to \"Person\" after booking is modified"
|
5168 |
msgstr ""
|
5169 |
|
5170 |
-
#: inc/personal.php:
|
5171 |
#, php-format
|
5172 |
msgid "Type your email subject for the %smodified booking%s. "
|
5173 |
msgstr ""
|
5174 |
|
5175 |
-
#: inc/personal.php:
|
5176 |
#, php-format
|
5177 |
msgid "Type your %semail message for the modified booking%s from the website"
|
5178 |
msgstr ""
|
5179 |
|
5180 |
-
#: inc/personal.php:
|
5181 |
#, php-format
|
5182 |
msgid ""
|
5183 |
"For example: \"The reservation %s on these date(s): %s has been modified. %s You can edit this "
|
5184 |
"booking on this page: %s . Thank you, Reservation service.\""
|
5185 |
msgstr ""
|
5186 |
|
5187 |
-
#: inc/personal.php:
|
5188 |
msgid "Form fields"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
-
#: inc/personal.php:
|
5192 |
#, php-format
|
5193 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
5194 |
msgstr ""
|
5195 |
|
5196 |
-
#: inc/personal.php:
|
5197 |
#, php-format
|
5198 |
msgid "%s - inserting data from fields of booking form"
|
5199 |
msgstr ""
|
5200 |
|
5201 |
-
#: inc/personal.php:
|
5202 |
#, php-format
|
5203 |
msgid "%s - inserting new line"
|
5204 |
msgstr ""
|
5205 |
|
5206 |
-
#: inc/personal.php:
|
5207 |
msgid "Use any other HTML tags (carefully)."
|
5208 |
msgstr ""
|
5209 |
|
5210 |
-
#: inc/personal.php:
|
5211 |
msgid "First Name"
|
5212 |
msgstr ""
|
5213 |
|
5214 |
-
#: inc/personal.php:
|
5215 |
msgid "Last Name"
|
5216 |
msgstr ""
|
5217 |
|
5218 |
-
#: inc/personal.php:
|
5219 |
msgid "Email"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
-
#: inc/personal.php:
|
5223 |
-
#: lib/wpdev-bk-timeline.php:
|
5224 |
msgid "Times"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
-
#: inc/personal.php:
|
5228 |
msgid "Address"
|
5229 |
msgstr ""
|
5230 |
|
5231 |
-
#: inc/personal.php:
|
5232 |
msgid "City"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
-
#: inc/personal.php:
|
5236 |
msgid "Post code"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
-
#: inc/personal.php:
|
5240 |
msgid "Please, reserve an apartment with fresh flowers."
|
5241 |
msgstr ""
|
5242 |
|
5243 |
-
#: inc/personal.php:
|
5244 |
msgid "The reservation has been modified"
|
5245 |
msgstr ""
|
5246 |
|
5247 |
-
#: inc/personal.php:
|
5248 |
#, php-format
|
5249 |
msgid ""
|
5250 |
"The reservation %s for: %s has been modified. %sYou can edit this booking on this page: %s "
|
5251 |
"Thank you, %s"
|
5252 |
msgstr ""
|
5253 |
|
5254 |
-
#: inc/personal.php:
|
5255 |
msgid "Sending request..."
|
5256 |
msgstr ""
|
5257 |
|
5258 |
-
#: inc/personal.php:
|
5259 |
msgid "Order number"
|
5260 |
msgstr ""
|
5261 |
|
5262 |
-
#: inc/personal.php:
|
5263 |
msgid "Register"
|
5264 |
msgstr ""
|
5265 |
|
5266 |
-
#: inc/personal.php:
|
5267 |
msgid ""
|
5268 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
5269 |
msgstr ""
|
5270 |
|
5271 |
-
#: inc/personal.php:
|
5272 |
#, php-format
|
5273 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
5274 |
msgstr ""
|
@@ -5286,7 +5292,7 @@ msgid "Customization of synchronization with Google Calendar"
|
|
5286 |
msgstr ""
|
5287 |
|
5288 |
#: inc/sync/wpbc-sync-gcal-api.php:75 lib/wpdev-booking-class.php:716
|
5289 |
-
#: lib/wpdev-booking-class.php:
|
5290 |
msgid "General Settings"
|
5291 |
msgstr ""
|
5292 |
|
@@ -5303,7 +5309,7 @@ msgstr ""
|
|
5303 |
msgid "Select booking resource"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
-
#: inc/wpbc-booking-select-widget.php:39 lib/wpdev-booking-class.php:
|
5307 |
#: lib/wpdev-booking-widget.php:26
|
5308 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
5309 |
msgstr ""
|
@@ -5423,17 +5429,17 @@ msgstr ""
|
|
5423 |
msgid "The code you entered is incorrect"
|
5424 |
msgstr ""
|
5425 |
|
5426 |
-
#: lib/wpbc-booking-new.php:
|
5427 |
msgid "Error!"
|
5428 |
msgstr ""
|
5429 |
|
5430 |
-
#: lib/wpbc-booking-new.php:
|
5431 |
msgid ""
|
5432 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
5433 |
"booking again."
|
5434 |
msgstr ""
|
5435 |
|
5436 |
-
#: lib/wpbc-class-dismiss.php:80 lib/wpbc-welcome.php:
|
5437 |
msgid "Dismiss"
|
5438 |
msgstr ""
|
5439 |
|
@@ -5467,23 +5473,23 @@ msgid ""
|
|
5467 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: lib/wpbc-gcal-class.php:
|
5471 |
msgid "GID"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: lib/wpbc-gcal-class.php:
|
5475 |
msgid "Location:"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
-
#: lib/wpbc-gcal-class.php:
|
5479 |
msgid "Reload page"
|
5480 |
msgstr ""
|
5481 |
|
5482 |
-
#: lib/wpbc-gcal-class.php:
|
5483 |
msgid "Do you really want to delete selected booking(s) ?"
|
5484 |
msgstr ""
|
5485 |
|
5486 |
-
#: lib/wpbc-gcal-class.php:
|
5487 |
msgid "Delete selected booking(s)"
|
5488 |
msgstr ""
|
5489 |
|
@@ -5491,8 +5497,8 @@ msgstr ""
|
|
5491 |
msgid "Imported 0 events."
|
5492 |
msgstr ""
|
5493 |
|
5494 |
-
#: lib/wpbc-gcal.php:170
|
5495 |
-
msgid "
|
5496 |
msgstr ""
|
5497 |
|
5498 |
#: lib/wpbc-gcal.php:171
|
@@ -5747,10 +5753,6 @@ msgstr ""
|
|
5747 |
msgid "Import Google Calendar Events"
|
5748 |
msgstr ""
|
5749 |
|
5750 |
-
#: lib/wpbc-gcal.php:912
|
5751 |
-
msgid "Import"
|
5752 |
-
msgstr ""
|
5753 |
-
|
5754 |
#: lib/wpbc-notices.php:26
|
5755 |
#, php-format
|
5756 |
msgid ""
|
@@ -5782,88 +5784,88 @@ msgstr ""
|
|
5782 |
msgid "Please, select booking date(s) at Calendar."
|
5783 |
msgstr ""
|
5784 |
|
5785 |
-
#: lib/wpbc-welcome.php:
|
5786 |
#: lib/wpdev-settings-general.php:1306
|
5787 |
msgid "Purchase"
|
5788 |
msgstr ""
|
5789 |
|
5790 |
-
#: lib/wpbc-welcome.php:
|
5791 |
#: lib/wpdev-booking-class.php:372 lib/wpdev-settings-general.php:1306
|
5792 |
msgid "Upgrade Now"
|
5793 |
msgstr ""
|
5794 |
|
5795 |
-
#: lib/wpbc-welcome.php:
|
5796 |
msgid "We’ve assembled some links to get you started:"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
-
#: lib/wpbc-welcome.php:
|
5800 |
msgid "Get Started"
|
5801 |
msgstr ""
|
5802 |
|
5803 |
-
#: lib/wpbc-welcome.php:
|
5804 |
#, php-format
|
5805 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: lib/wpbc-welcome.php:
|
5809 |
#, php-format
|
5810 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: lib/wpbc-welcome.php:
|
5814 |
#, php-format
|
5815 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
5816 |
msgstr ""
|
5817 |
|
5818 |
-
#: lib/wpbc-welcome.php:
|
5819 |
#, php-format
|
5820 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
5821 |
msgstr ""
|
5822 |
|
5823 |
-
#: lib/wpbc-welcome.php:
|
5824 |
msgid "Next Steps"
|
5825 |
msgstr ""
|
5826 |
|
5827 |
-
#: lib/wpbc-welcome.php:
|
5828 |
#, php-format
|
5829 |
msgid "Check %sBooking Listing%s page for new bookings."
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: lib/wpbc-welcome.php:
|
5833 |
#, php-format
|
5834 |
msgid "Configure booking %sSettings%s."
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: lib/wpbc-welcome.php:
|
5838 |
#, php-format
|
5839 |
msgid "Configure predefined set of your %sForm Fields%s."
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: lib/wpbc-welcome.php:
|
5843 |
#, php-format
|
5844 |
msgid "Configure your predefined %sEmail Templates%s."
|
5845 |
msgstr ""
|
5846 |
|
5847 |
-
#: lib/wpbc-welcome.php:
|
5848 |
msgid "Have a questions?"
|
5849 |
msgstr ""
|
5850 |
|
5851 |
-
#: lib/wpbc-welcome.php:
|
5852 |
#, php-format
|
5853 |
msgid "Check out our %sHelp%s"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
-
#: lib/wpbc-welcome.php:
|
5857 |
#, php-format
|
5858 |
msgid "See %sFAQ%s."
|
5859 |
msgstr ""
|
5860 |
|
5861 |
-
#: lib/wpbc-welcome.php:
|
5862 |
#, php-format
|
5863 |
msgid "Still having questions? Contact %sSupport%s."
|
5864 |
msgstr ""
|
5865 |
|
5866 |
-
#: lib/wpbc-welcome.php:
|
5867 |
#, php-format
|
5868 |
msgid "Need even more functionality? Check %s higher versions %s"
|
5869 |
msgstr ""
|
@@ -6062,8 +6064,8 @@ msgstr ""
|
|
6062 |
msgid "About Booking Calendar"
|
6063 |
msgstr ""
|
6064 |
|
6065 |
-
#: lib/wpdev-bk-lib.php:684 lib/wpdev-booking-class.php:462 lib/wpdev-booking-class.php:
|
6066 |
-
#: lib/wpdev-booking-class.php:
|
6067 |
msgid "FAQ"
|
6068 |
msgstr ""
|
6069 |
|
@@ -6471,9 +6473,9 @@ msgstr ""
|
|
6471 |
msgid "Check Premium Features"
|
6472 |
msgstr ""
|
6473 |
|
6474 |
-
#: lib/wpdev-booking-class.php:439 lib/wpdev-booking-class.php:
|
6475 |
-
#: lib/wpdev-booking-class.php:
|
6476 |
-
#: lib/wpdev-booking-class.php:
|
6477 |
msgid "Upgrade"
|
6478 |
msgstr ""
|
6479 |
|
@@ -6516,7 +6518,7 @@ msgid "settings page"
|
|
6516 |
msgstr ""
|
6517 |
|
6518 |
#: lib/wpdev-booking-class.php:584 lib/wpdev-booking-class.php:663
|
6519 |
-
#: lib/wpdev-booking-functions.php:
|
6520 |
msgid "Settings"
|
6521 |
msgstr ""
|
6522 |
|
@@ -6536,7 +6538,7 @@ msgstr ""
|
|
6536 |
msgid "Booking Calendar Settings"
|
6537 |
msgstr ""
|
6538 |
|
6539 |
-
#: lib/wpdev-booking-class.php:673 lib/wpdev-booking-functions.php:
|
6540 |
#: lib/wpdev-settings-general.php:1167
|
6541 |
msgid "Bookings"
|
6542 |
msgstr ""
|
@@ -6545,214 +6547,214 @@ msgstr ""
|
|
6545 |
msgid "Bookings listing"
|
6546 |
msgstr ""
|
6547 |
|
6548 |
-
#: lib/wpdev-booking-class.php:
|
6549 |
msgid "Send email notification to customer about this operation"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
-
#: lib/wpdev-booking-class.php:
|
6553 |
msgid "General"
|
6554 |
msgstr ""
|
6555 |
|
6556 |
-
#: lib/wpdev-booking-class.php:
|
6557 |
msgid "Fields"
|
6558 |
msgstr ""
|
6559 |
|
6560 |
-
#: lib/wpdev-booking-class.php:
|
6561 |
msgid "Fields Settings"
|
6562 |
msgstr ""
|
6563 |
|
6564 |
-
#: lib/wpdev-booking-class.php:
|
6565 |
msgid "Emails"
|
6566 |
msgstr ""
|
6567 |
|
6568 |
-
#: lib/wpdev-booking-class.php:
|
6569 |
msgid "Emails Settings"
|
6570 |
msgstr ""
|
6571 |
|
6572 |
-
#: lib/wpdev-booking-class.php:
|
6573 |
msgid "Payments"
|
6574 |
msgstr ""
|
6575 |
|
6576 |
-
#: lib/wpdev-booking-class.php:
|
6577 |
msgid "Payments Settings"
|
6578 |
msgstr ""
|
6579 |
|
6580 |
-
#: lib/wpdev-booking-class.php:
|
6581 |
msgid "Search Settings"
|
6582 |
msgstr ""
|
6583 |
|
6584 |
-
#: lib/wpdev-booking-class.php:
|
6585 |
msgid "Users Settings"
|
6586 |
msgstr ""
|
6587 |
|
6588 |
-
#: lib/wpdev-booking-class.php:
|
6589 |
msgid "Features"
|
6590 |
msgstr ""
|
6591 |
|
6592 |
-
#: lib/wpdev-booking-class.php:
|
6593 |
msgid "Live Demos"
|
6594 |
msgstr ""
|
6595 |
|
6596 |
-
#: lib/wpdev-booking-class.php:
|
6597 |
msgid "Contact"
|
6598 |
msgstr ""
|
6599 |
|
6600 |
-
#: lib/wpdev-booking-class.php:
|
6601 |
msgid "Buy"
|
6602 |
msgstr ""
|
6603 |
|
6604 |
-
#: lib/wpdev-booking-class.php:
|
6605 |
msgid "Calendar is loading..."
|
6606 |
msgstr ""
|
6607 |
|
6608 |
-
#: lib/wpdev-booking-class.php:
|
6609 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
6610 |
msgstr ""
|
6611 |
|
6612 |
-
#: lib/wpdev-booking-class.php:
|
6613 |
#, php-format
|
6614 |
msgid ""
|
6615 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
6616 |
"about this issue at %sthis page%s"
|
6617 |
msgstr ""
|
6618 |
|
6619 |
-
#: lib/wpdev-booking-class.php:
|
6620 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
6621 |
msgstr ""
|
6622 |
|
6623 |
-
#: lib/wpdev-booking-class.php:
|
6624 |
msgid "You do not set any parameters for booking editing"
|
6625 |
msgstr ""
|
6626 |
|
6627 |
-
#: lib/wpdev-booking-class.php:
|
6628 |
#, php-format
|
6629 |
msgid ""
|
6630 |
"Thank you for your online booking. %s We will send confirmation of your booking as soon as "
|
6631 |
"possible."
|
6632 |
msgstr ""
|
6633 |
|
6634 |
-
#: lib/wpdev-booking-class.php:
|
6635 |
msgid "New booking"
|
6636 |
msgstr ""
|
6637 |
|
6638 |
-
#: lib/wpdev-booking-class.php:
|
6639 |
#, php-format
|
6640 |
msgid ""
|
6641 |
"You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
|
6642 |
"booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
-
#: lib/wpdev-booking-class.php:
|
6646 |
#, php-format
|
6647 |
msgid ""
|
6648 |
"Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
|
6649 |
"edit this booking at this page: %s Thank you, %s"
|
6650 |
msgstr ""
|
6651 |
|
6652 |
-
#: lib/wpdev-booking-class.php:
|
6653 |
#, php-format
|
6654 |
msgid ""
|
6655 |
"Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
|
6656 |
"%s"
|
6657 |
msgstr ""
|
6658 |
|
6659 |
-
#: lib/wpdev-booking-class.php:
|
6660 |
msgid "Your booking has been approved"
|
6661 |
msgstr ""
|
6662 |
|
6663 |
-
#: lib/wpdev-booking-class.php:
|
6664 |
#, php-format
|
6665 |
msgid ""
|
6666 |
"Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
|
6667 |
"you, %s"
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#: lib/wpdev-booking-class.php:
|
6671 |
#, php-format
|
6672 |
msgid "Your booking %s for: %s has been approved.%sThank you, %s"
|
6673 |
msgstr ""
|
6674 |
|
6675 |
-
#: lib/wpdev-booking-class.php:
|
6676 |
msgid "Your booking has been declined"
|
6677 |
msgstr ""
|
6678 |
|
6679 |
-
#: lib/wpdev-booking-class.php:
|
6680 |
#, php-format
|
6681 |
msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
|
6682 |
msgstr ""
|
6683 |
|
6684 |
-
#: lib/wpdev-booking-class.php:
|
6685 |
msgid "Booking form"
|
6686 |
msgstr ""
|
6687 |
|
6688 |
-
#: lib/wpdev-booking-class.php:
|
6689 |
msgid "Available"
|
6690 |
msgstr ""
|
6691 |
|
6692 |
-
#: lib/wpdev-booking-class.php:
|
6693 |
msgid "Booked"
|
6694 |
msgstr ""
|
6695 |
|
6696 |
-
#: lib/wpdev-booking-class.php:
|
6697 |
msgid "Partially booked"
|
6698 |
msgstr ""
|
6699 |
|
6700 |
-
#: lib/wpdev-booking-class.php:
|
6701 |
msgid "Technical support section"
|
6702 |
msgstr ""
|
6703 |
|
6704 |
-
#: lib/wpdev-booking-class.php:
|
6705 |
msgid "Reindex booking data"
|
6706 |
msgstr ""
|
6707 |
|
6708 |
-
#: lib/wpdev-booking-class.php:
|
6709 |
msgid "Reindex"
|
6710 |
msgstr ""
|
6711 |
|
6712 |
-
#: lib/wpdev-booking-class.php:
|
6713 |
msgid ""
|
6714 |
" Click, if you want to reindex booking data by booking dates sort field (Your installation/"
|
6715 |
"update of the plugin must be successful)."
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: lib/wpdev-booking-class.php:
|
6719 |
#, php-format
|
6720 |
msgid "%s Found %s not indexed bookings %s"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
-
#: lib/wpdev-booking-class.php:
|
6724 |
#, php-format
|
6725 |
msgid "%s Finish getting sort dates. %s"
|
6726 |
msgstr ""
|
6727 |
|
6728 |
-
#: lib/wpdev-booking-class.php:
|
6729 |
#, php-format
|
6730 |
msgid "Updated booking: %s"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
-
#: lib/wpdev-booking-functions.php:
|
6734 |
msgid "no"
|
6735 |
msgstr ""
|
6736 |
|
6737 |
-
#: lib/wpdev-booking-functions.php:
|
6738 |
msgid "Booking system"
|
6739 |
msgstr ""
|
6740 |
|
6741 |
-
#: lib/wpdev-booking-functions.php:
|
6742 |
msgid "Warning! Some error occur, during sending registration request."
|
6743 |
msgstr ""
|
6744 |
|
6745 |
-
#: lib/wpdev-booking-functions.php:
|
6746 |
msgid ""
|
6747 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
6748 |
"about order number and website) for finishing the registrations"
|
6749 |
msgstr ""
|
6750 |
|
6751 |
-
#: lib/wpdev-booking-functions.php:
|
6752 |
msgid "version"
|
6753 |
msgstr ""
|
6754 |
|
6755 |
-
#: lib/wpdev-booking-functions.php:
|
6756 |
#, php-format
|
6757 |
msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
|
6758 |
msgstr ""
|
@@ -6779,10 +6781,6 @@ msgstr ""
|
|
6779 |
msgid "Auto cancellation / approval"
|
6780 |
msgstr ""
|
6781 |
|
6782 |
-
#: lib/wpdev-settings-general.php:63 lib/wpdev-settings-general.php:924
|
6783 |
-
msgid "Advanced"
|
6784 |
-
msgstr ""
|
6785 |
-
|
6786 |
#: lib/wpdev-settings-general.php:67
|
6787 |
msgid "Menu access"
|
6788 |
msgstr ""
|
@@ -7182,195 +7180,203 @@ msgstr ""
|
|
7182 |
msgid "Check this box to delete all booking data when you uninstal this plugin."
|
7183 |
msgstr ""
|
7184 |
|
7185 |
-
#: lib/wpdev-settings-general.php:
|
7186 |
msgid "Show legend below calendar"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: lib/wpdev-settings-general.php:
|
7190 |
msgid "Check this box to display a legend of dates below the booking calendar."
|
7191 |
msgstr ""
|
7192 |
|
7193 |
-
#: lib/wpdev-settings-general.php:
|
7194 |
msgid "Available item"
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: lib/wpdev-settings-general.php:
|
7198 |
#, php-format
|
7199 |
msgid "Activate and type your %stitle of available%s item in legend"
|
7200 |
msgstr ""
|
7201 |
|
7202 |
-
#: lib/wpdev-settings-general.php:
|
7203 |
msgid "Pending item"
|
7204 |
msgstr ""
|
7205 |
|
7206 |
-
#: lib/wpdev-settings-general.php:
|
7207 |
#, php-format
|
7208 |
msgid "Activate and type your %stitle of pending%s item in legend"
|
7209 |
msgstr ""
|
7210 |
|
7211 |
-
#: lib/wpdev-settings-general.php:
|
7212 |
msgid "Approved item"
|
7213 |
msgstr ""
|
7214 |
|
7215 |
-
#: lib/wpdev-settings-general.php:
|
7216 |
#, php-format
|
7217 |
msgid "Activate and type your %stitle of approved%s item in legend"
|
7218 |
msgstr ""
|
7219 |
|
7220 |
-
#: lib/wpdev-settings-general.php:
|
7221 |
msgid "Partially booked item"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
-
#: lib/wpdev-settings-general.php:
|
7225 |
#, php-format
|
7226 |
msgid "Activate and type your %stitle of partially booked%s item in legend"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#: lib/wpdev-settings-general.php:
|
7230 |
msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
|
7231 |
msgstr ""
|
7232 |
|
7233 |
-
#: lib/wpdev-settings-general.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7234 |
msgid "Form fields labels"
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#: lib/wpdev-settings-general.php:
|
7238 |
-
#: lib/wpdev-settings-general.php:
|
7239 |
msgid "Field Label"
|
7240 |
msgstr ""
|
7241 |
|
7242 |
-
#: lib/wpdev-settings-general.php:
|
7243 |
-
#: lib/wpdev-settings-general.php:
|
7244 |
-
#: lib/wpdev-settings-general.php:
|
7245 |
msgid "Required"
|
7246 |
msgstr ""
|
7247 |
|
7248 |
-
#: lib/wpdev-settings-general.php:
|
7249 |
-
#: lib/wpdev-settings-general.php:
|
7250 |
-
#: lib/wpdev-settings-general.php:
|
7251 |
msgid "Activate or deactivate field and change the label title"
|
7252 |
msgstr ""
|
7253 |
|
7254 |
-
#: lib/wpdev-settings-general.php:
|
7255 |
msgid "Email Label"
|
7256 |
msgstr ""
|
7257 |
|
7258 |
-
#: lib/wpdev-settings-general.php:
|
7259 |
msgid "Change the label title of this field. Email is obligatory field in booking form."
|
7260 |
msgstr ""
|
7261 |
|
7262 |
-
#: lib/wpdev-settings-general.php:
|
7263 |
msgid "Selectbox Label"
|
7264 |
msgstr ""
|
7265 |
|
7266 |
-
#: lib/wpdev-settings-general.php:
|
7267 |
msgid "Selectbox Values"
|
7268 |
msgstr ""
|
7269 |
|
7270 |
-
#: lib/wpdev-settings-general.php:
|
7271 |
msgid "Enter dropdown options. One option per line."
|
7272 |
msgstr ""
|
7273 |
|
7274 |
-
#: lib/wpdev-settings-general.php:
|
7275 |
msgid "Textarea Label"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
-
#: lib/wpdev-settings-general.php:
|
7279 |
#, php-format
|
7280 |
msgid ""
|
7281 |
"For example: \"You have a new reservation %s on the following date(s): %s Contact information: "
|
7282 |
"%s You can approve or cancel this booking at: %s Thank you, Reservation service.\""
|
7283 |
msgstr ""
|
7284 |
|
7285 |
-
#: lib/wpdev-settings-general.php:
|
7286 |
#, php-format
|
7287 |
msgid ""
|
7288 |
"For example: \"Your reservation %s on these date(s): %s is processing now! We will send "
|
7289 |
"confirmation by email. %s Thank you, Reservation service.\""
|
7290 |
msgstr ""
|
7291 |
|
7292 |
-
#: lib/wpdev-settings-general.php:
|
7293 |
#, php-format
|
7294 |
msgid ""
|
7295 |
"For example: \"Your reservation %s on these date(s): %s has been approved.%s Thank you, "
|
7296 |
"Reservation service.\""
|
7297 |
msgstr ""
|
7298 |
|
7299 |
-
#: lib/wpdev-settings-general.php:
|
7300 |
msgid ""
|
7301 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
7302 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
7303 |
"Settings Fields page."
|
7304 |
msgstr ""
|
7305 |
|
7306 |
-
#: lib/wpdev-settings-general.php:
|
7307 |
#, php-format
|
7308 |
msgid "%s - inserting data info about the booking"
|
7309 |
msgstr ""
|
7310 |
|
7311 |
-
#: lib/wpdev-settings-general.php:
|
7312 |
#, php-format
|
7313 |
msgid "%s - inserting your site URL "
|
7314 |
msgstr ""
|
7315 |
|
7316 |
-
#: lib/wpdev-settings-general.php:
|
7317 |
#, php-format
|
7318 |
msgid "%s - inserting IP address of the user who made this action "
|
7319 |
msgstr ""
|
7320 |
|
7321 |
-
#: lib/wpdev-settings-general.php:
|
7322 |
#, php-format
|
7323 |
msgid ""
|
7324 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
7325 |
msgstr ""
|
7326 |
|
7327 |
-
#: lib/wpdev-settings-general.php:
|
7328 |
#, php-format
|
7329 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: lib/wpdev-settings-general.php:
|
7333 |
#, php-format
|
7334 |
msgid "%s - inserting date of this action "
|
7335 |
msgstr ""
|
7336 |
|
7337 |
-
#: lib/wpdev-settings-general.php:
|
7338 |
#, php-format
|
7339 |
msgid "%s - inserting time of this action "
|
7340 |
msgstr ""
|
7341 |
|
7342 |
-
#: lib/wpdev-settings-general.php:
|
7343 |
#, php-format
|
7344 |
msgid "%s - inserting moderate link of new booking "
|
7345 |
msgstr ""
|
7346 |
|
7347 |
-
#: lib/wpdev-settings-general.php:
|
7348 |
#, php-format
|
7349 |
msgid ""
|
7350 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
7351 |
"parameter for setting different %s of this page. Example: %s )"
|
7352 |
msgstr ""
|
7353 |
|
7354 |
-
#: lib/wpdev-settings-general.php:
|
7355 |
#, php-format
|
7356 |
msgid ""
|
7357 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
7358 |
"%s parameter for setting different %s of this page. Example: %s )"
|
7359 |
msgstr ""
|
7360 |
|
7361 |
-
#: lib/wpdev-settings-general.php:
|
7362 |
#, php-format
|
7363 |
msgid ""
|
7364 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
7365 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
7366 |
msgstr ""
|
7367 |
|
7368 |
-
#: lib/wpdev-settings-general.php:
|
7369 |
#, php-format
|
7370 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
7371 |
msgstr ""
|
7372 |
|
7373 |
-
#: lib/wpdev-settings-general.php:
|
7374 |
#, php-format
|
7375 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
7376 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2016-01-19 17:26+0200\n"
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Generator: Poedit 1.8.6\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: inc/biz_l.php:123 inc/biz_m.php:242 inc/lib_p.php:254 inc/lib_p.php:258 inc/lib_p.php:375
|
22 |
+
#: inc/lib_s.php:302 inc/lib_s.php:307 lib/wpbc-gcal-class.php:580 lib/wpbc-gcal-class.php:611
|
23 |
#: lib/wpdev-bk-lib.php:1553 lib/wpdev-bk-lib.php:1610 lib/wpdev-bk-lib.php:1613
|
24 |
+
#: lib/wpdev-bk-timeline.php:766 lib/wpdev-settings-general.php:818
|
25 |
#: lib/wpdev-settings-general.php:819
|
26 |
msgid "Dates"
|
27 |
msgstr ""
|
30 |
msgid "Full cost of the booking"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: inc/biz_l.php:126 inc/biz_m.php:245 inc/biz_s.php:109 inc/personal.php:4258
|
34 |
+
#: inc/personal.php:4272 inc/personal.php:4290
|
35 |
msgid "First Name (required)"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: inc/biz_l.php:127 inc/biz_m.php:246 inc/biz_s.php:110 inc/personal.php:4259
|
39 |
+
#: inc/personal.php:4273 inc/personal.php:4291
|
40 |
msgid "Last Name (required)"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: inc/biz_l.php:128 inc/biz_m.php:247 inc/biz_s.php:111 inc/personal.php:4260
|
44 |
+
#: inc/personal.php:4274 inc/personal.php:4292
|
45 |
msgid "Email (required)"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: inc/biz_l.php:129 inc/biz_m.php:248 inc/biz_s.php:112 inc/biz_s.php:1421
|
49 |
+
#: inc/payments/ipay88.php:316 inc/personal.php:4261 inc/personal.php:4275 inc/personal.php:4293
|
50 |
+
#: inc/personal.php:4313 inc/personal.php:4324 inc/personal.php:4339
|
51 |
msgid "Phone"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: inc/biz_l.php:130 inc/biz_m.php:249 inc/biz_s.php:113 inc/personal.php:4294
|
55 |
msgid "Address (required)"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: inc/biz_l.php:131 inc/biz_m.php:250 inc/biz_s.php:114 inc/personal.php:4295
|
59 |
msgid "City (required)"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: inc/biz_l.php:132 inc/biz_m.php:251 inc/biz_s.php:115 inc/personal.php:4296
|
63 |
msgid "Post code (required)"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/biz_l.php:133 inc/biz_m.php:252 inc/biz_s.php:116 inc/personal.php:4297
|
67 |
msgid "Country (required)"
|
68 |
msgstr ""
|
69 |
|
71 |
msgid "Visitors"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/biz_l.php:135 inc/biz_m.php:254 inc/biz_s.php:118 inc/personal.php:4263
|
75 |
+
#: inc/personal.php:4277 inc/personal.php:4299 inc/personal.php:4316 inc/personal.php:4327
|
76 |
+
#: inc/personal.php:4346
|
77 |
msgid "Details"
|
78 |
msgstr ""
|
79 |
|
81 |
msgid "Coupon"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: inc/biz_l.php:137 inc/biz_m.php:255 inc/biz_s.php:119 inc/personal.php:4264
|
85 |
+
#: inc/personal.php:4278 inc/personal.php:4300
|
86 |
msgid "I Accept term and conditions"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/biz_l.php:139 inc/biz_m.php:257 inc/biz_s.php:121 inc/personal.php:2997
|
90 |
+
#: inc/personal.php:4266 inc/personal.php:4280 inc/personal.php:4302
|
91 |
+
#: lib/wpdev-booking-class.php:1683
|
92 |
msgid "Send"
|
93 |
msgstr ""
|
94 |
|
106 |
msgid "discount"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: inc/biz_l.php:793 inc/lib_l.php:655
|
110 |
msgid "Nothing found"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: inc/biz_l.php:794 inc/lib_l.php:238 inc/lib_l.php:645 inc/lib_l.php:660 inc/personal.php:261
|
114 |
msgid "Search results"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/biz_l.php:928 inc/lib_l.php:791
|
118 |
msgid "Book now"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: inc/biz_l.php:1103
|
122 |
msgid "Please select check-in and check-out days!"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/biz_l.php:1359 inc/biz_l.php:1372 inc/personal.php:156 lib/wpdev-booking-class.php:1225
|
126 |
msgid "Search"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: inc/biz_l.php:2285
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
|
134 |
"page and try other days."
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/biz_l.php:2796
|
138 |
#, php-format
|
139 |
msgid "The folowing pending booking(s): %s deleted."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/biz_l.php:2836
|
143 |
msgid "Maximum available booking resource items"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/biz_l.php:2977 inc/biz_l.php:3871 inc/biz_l.php:4342 inc/biz_m.php:2685 inc/biz_m.php:3299
|
147 |
+
#: inc/biz_m.php:4746 inc/biz_m.php:4931 inc/biz_m.php:5038 inc/biz_m.php:5101 inc/biz_s.php:1523
|
148 |
+
#: inc/biz_s.php:2263 inc/multiuser.php:1378 inc/payments/authorizenet.php:346
|
149 |
#: inc/payments/bank-transfer.php:341 inc/payments/ipay88.php:320 inc/payments/pay-cash.php:126
|
150 |
#: inc/payments/paypal.php:596 inc/payments/sage.php:337 inc/payments/sermepa.php:299
|
151 |
+
#: inc/personal.php:1418 inc/personal.php:1477 inc/personal.php:1667 inc/personal.php:1762
|
152 |
+
#: inc/personal.php:4085 inc/personal.php:4226 lib/wpbc-class-settings.php:46
|
153 |
#: lib/wpdev-settings-general.php:75 lib/wpdev-settings-general.php:1258
|
154 |
+
#: lib/wpdev-settings-general.php:1760 lib/wpdev-settings-general.php:2287
|
155 |
+
#: lib/wpdev-settings-general.php:2415
|
156 |
msgid "Save Changes"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/biz_l.php:3079 inc/biz_l.php:3257 inc/biz_l.php:3745 inc/biz_l.php:4041 inc/biz_l.php:4097
|
160 |
+
#: inc/biz_l.php:4150 inc/biz_l.php:4248 inc/biz_m.php:4752 inc/biz_s.php:846 inc/biz_s.php:1362
|
161 |
+
#: inc/biz_s.php:2004 inc/biz_s.php:2129 inc/payments/authorizenet.php:100
|
162 |
#: inc/payments/bank-transfer.php:111 inc/payments/ipay88.php:104 inc/payments/pay-cash.php:56
|
163 |
#: inc/payments/paypal.php:140 inc/payments/sage.php:96 inc/payments/sermepa.php:85
|
164 |
+
#: inc/personal.php:1375 inc/personal.php:3664 inc/personal.php:3745 inc/personal.php:3817
|
165 |
+
#: inc/personal.php:3902 inc/personal.php:3992 inc/personal.php:4149 inc/personal.php:4191
|
166 |
#: inc/sync/wpbc-sync-gcal-api.php:74 lib/wpbc-gcal.php:311 lib/wpbc-gcal.php:331
|
167 |
+
#: lib/wpbc-gcal.php:349 lib/wpbc-gcal.php:420 lib/wpdev-booking-class.php:3063
|
168 |
#: lib/wpdev-settings-general.php:387 lib/wpdev-settings-general.php:573
|
169 |
#: lib/wpdev-settings-general.php:696 lib/wpdev-settings-general.php:923
|
170 |
#: lib/wpdev-settings-general.php:1133 lib/wpdev-settings-general.php:1162
|
171 |
+
#: lib/wpdev-settings-general.php:1232 lib/wpdev-settings-general.php:1465
|
172 |
+
#: lib/wpdev-settings-general.php:1949 lib/wpdev-settings-general.php:2029
|
173 |
+
#: lib/wpdev-settings-general.php:2102 lib/wpdev-settings-general.php:2189
|
174 |
msgid "Click to toggle"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: inc/biz_l.php:3080 lib/wpdev-booking-class.php:722
|
178 |
msgid "Booking resources management"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: inc/biz_l.php:3085 inc/biz_l.php:3908 inc/biz_l.php:3949 inc/biz_m.php:4419 inc/biz_m.php:4440
|
182 |
+
#: inc/biz_m.php:5052 inc/biz_m.php:5068 inc/form/class-wpbc-field-help-text.php:211
|
183 |
#: inc/lib_p.php:253 inc/lib_p.php:257 inc/lib_p.php:372 inc/lib_s.php:301 inc/lib_s.php:306
|
184 |
+
#: inc/multiuser.php:1274 inc/personal.php:1431 inc/personal.php:1446
|
185 |
#: inc/wpbc-br-table-for-settings.php:76 inc/wpbc-br-table-for-settings.php:93
|
186 |
+
#: lib/wpbc-gcal-class.php:577 lib/wpbc-gcal-class.php:595 lib/wpdev-bk-lib.php:1609
|
187 |
#: lib/wpdev-bk-lib.php:1612 lib/wpdev-bk-lib.php:1991 lib/wpdev-settings-general.php:816
|
188 |
#: lib/wpdev-settings-general.php:817
|
189 |
msgid "ID"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/biz_l.php:3087 inc/biz_l.php:4421 inc/biz_m.php:5053 inc/personal.php:1432
|
193 |
+
#: inc/personal.php:1448 inc/wpbc-br-table-for-settings.php:77
|
194 |
msgid "Resource name"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/biz_l.php:3089 inc/biz_l.php:4366
|
198 |
msgid "Number of resource items inside of parent resource"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/biz_l.php:3089 inc/biz_l.php:4366
|
202 |
msgid "Capacity"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/biz_l.php:3090 inc/biz_l.php:3194 inc/biz_l.php:4367 inc/biz_l.php:4493
|
206 |
msgid "Parent"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/biz_l.php:3091 inc/biz_l.php:3201 inc/biz_l.php:4368 inc/biz_l.php:4503
|
210 |
msgid "Priority"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/biz_l.php:3093 inc/biz_l.php:4370
|
214 |
msgid "Maximum number of visitors for resource"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/biz_l.php:3093 inc/biz_l.php:4370 inc/biz_s.php:1795
|
218 |
msgid "Max"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: inc/biz_l.php:3093 inc/biz_l.php:4370
|
222 |
msgid "visitors"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: inc/biz_l.php:3095 inc/biz_l.php:3915 inc/biz_l.php:4372 inc/biz_m.php:4422
|
226 |
#: inc/multiuser.php:1278 lib/wpdev-bk-lib.php:1411 lib/wpdev-bk-lib.php:1798
|
227 |
#: lib/wpdev-bk-lib.php:1813 lib/wpdev-bk-lib.php:2198
|
228 |
msgid "Actions"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: inc/biz_l.php:3173
|
232 |
msgid "Add"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: inc/biz_l.php:3182 inc/biz_l.php:3982 inc/biz_m.php:907 inc/biz_m.php:4449 inc/biz_m.php:4452
|
236 |
+
#: inc/biz_m.php:5036 inc/personal.php:1416 lib/wpdev-bk-lib.php:1734 lib/wpdev-bk-lib.php:2038
|
237 |
msgid "Delete"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: inc/biz_l.php:3192 inc/wpbc-booking-select-widget.php:122 lib/wpbc-gcal-class.php:578
|
241 |
+
#: lib/wpbc-gcal-class.php:597 lib/wpdev-booking-widget.php:79
|
242 |
msgid "Title"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: inc/biz_l.php:3209
|
246 |
msgid "Add new resource"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: inc/biz_l.php:3216 inc/biz_l.php:3355 inc/biz_m.php:3864 inc/biz_m.php:4112 inc/lib_p.php:464
|
250 |
msgid "Save"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: inc/biz_l.php:3258
|
254 |
msgid "Advanced Settings"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: inc/biz_l.php:3273 inc/biz_l.php:3397
|
258 |
msgid "Set capacity based on number of visitors"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: inc/biz_l.php:3279
|
262 |
#, php-format
|
263 |
msgid ""
|
264 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
265 |
"selected visitors %s."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: inc/biz_l.php:3280 inc/biz_l.php:3407 inc/personal.php:1559
|
269 |
#, php-format
|
270 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/biz_l.php:3294
|
274 |
#, php-format
|
275 |
msgid ""
|
276 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
278 |
"%sone booking resource%s with the number of visitors specified on the booking form."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: inc/biz_l.php:3302
|
282 |
#, php-format
|
283 |
msgid ""
|
284 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
287 |
"booking form."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/biz_l.php:3317
|
291 |
msgid "Show availability"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/biz_l.php:3324 inc/biz_l.php:3544
|
295 |
msgid ""
|
296 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
297 |
"hovers over each day on the calendar(s)."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/biz_l.php:3332
|
301 |
msgid "Availability description"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/biz_l.php:3334 inc/biz_l.php:3555
|
305 |
#, php-format
|
306 |
msgid "Type your %savailability%s description"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: inc/biz_l.php:3344 inc/biz_l.php:3443
|
310 |
msgid "Disable bookings in different booking resources"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: inc/biz_l.php:3348
|
314 |
msgid ""
|
315 |
"Check this box to dissable reservations, which can be stored in different booking resources. "
|
316 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
317 |
"show."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: inc/biz_l.php:3404
|
321 |
msgid ""
|
322 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
323 |
"selected visitors."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: inc/biz_l.php:3407 inc/form/class-wpbc-form-help.php:117 inc/form/class-wpbc-form-help.php:126
|
327 |
#: inc/form/class-wpbc-form-help.php:136 inc/form/class-wpbc-form-help.php:197
|
328 |
#: inc/form/class-wpbc-form-help.php:228 inc/form/class-wpbc-form-help.php:230
|
329 |
#: inc/form/class-wpbc-form-help.php:278 inc/form/class-wpbc-form-help.php:291
|
336 |
msgid "Important!"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/biz_l.php:3422
|
340 |
msgid ""
|
341 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
342 |
"resource items remaining for each day."
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: inc/biz_l.php:3424 inc/biz_l.php:3433 inc/biz_l.php:4172 inc/biz_m.php:3107 inc/biz_m.php:4894
|
346 |
#: lib/wpdev-settings-general.php:614 lib/wpdev-settings-general.php:650
|
347 |
+
#: lib/wpdev-settings-general.php:950 lib/wpdev-settings-general.php:1432
|
348 |
msgid "Note"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/biz_l.php:3424
|
352 |
#, php-format
|
353 |
msgid ""
|
354 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
355 |
"of visitors specified on the booking form."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: inc/biz_l.php:3431
|
359 |
msgid ""
|
360 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
361 |
"for the resource, which can be at free booking resource items."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/biz_l.php:3433
|
365 |
#, php-format
|
366 |
msgid ""
|
367 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
368 |
"visitors specified on the booking form."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: inc/biz_l.php:3448
|
372 |
msgid ""
|
373 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: inc/biz_l.php:3451
|
377 |
msgid ""
|
378 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
379 |
"show."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/biz_l.php:3480
|
383 |
msgid "Use pending days as available"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/biz_l.php:3489
|
387 |
msgid "Check this box if you want to show the pending days as available in calendars"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: inc/biz_l.php:3506
|
391 |
msgid ""
|
392 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
393 |
"booking resource as an approved booking for the dates, which are intersect with dates of "
|
394 |
"approved booking, will be automatically canceled!"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: inc/biz_l.php:3508
|
398 |
msgid ""
|
399 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
400 |
"date(s)"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: inc/biz_l.php:3537
|
404 |
msgid "Show availability in tooltip"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: inc/biz_l.php:3553
|
408 |
msgid "Availability Title"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/biz_l.php:3590
|
412 |
msgid ""
|
413 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
414 |
"for search results"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: inc/biz_l.php:3597
|
418 |
msgid ""
|
419 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
420 |
"1 search results"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/biz_l.php:3623
|
424 |
msgid "Coupon Deleted"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: inc/biz_l.php:3637
|
428 |
msgid "Coupon does not exist"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/biz_l.php:3703
|
432 |
msgid "Coupon created"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/biz_l.php:3733 inc/personal.php:500
|
436 |
msgid "Saved"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/biz_l.php:3748
|
440 |
msgid "Add New Discount Coupon"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/biz_l.php:3750 inc/biz_l.php:3979 inc/biz_m.php:4445 inc/biz_m.php:4447 inc/biz_m.php:5035
|
444 |
+
#: inc/personal.php:1415
|
445 |
msgid "Edit"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: inc/biz_l.php:3758 inc/biz_l.php:3909 inc/biz_l.php:3951
|
449 |
msgid "Coupon Code"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: inc/biz_l.php:3761
|
453 |
msgid "Enter coupon code."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: inc/biz_l.php:3766 inc/biz_l.php:3910 inc/biz_l.php:3954
|
457 |
msgid "Savings"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: inc/biz_l.php:3771
|
461 |
msgid "Fixed Amount"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: inc/biz_l.php:3773
|
465 |
msgid "Percentage Off"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: inc/biz_l.php:3776
|
469 |
msgid "Enter number of fixed or percentage savings."
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: inc/biz_l.php:3781 inc/biz_l.php:3912 inc/biz_l.php:3965
|
473 |
msgid "Expiration Date"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: inc/biz_l.php:3807
|
477 |
msgid "Select Expiration Date of the coupon."
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: inc/biz_l.php:3813
|
481 |
msgid "Minimum Booking Cost"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: inc/biz_l.php:3816
|
485 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: inc/biz_l.php:3822 inc/biz_l.php:3913
|
489 |
msgid "Maximum number of usage"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: inc/biz_l.php:3825
|
493 |
msgid "Enter maximum number of times, when coupon is applicable."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: inc/biz_l.php:3836 inc/biz_l.php:3914 inc/biz_l.php:3969 inc/biz_m.php:5144
|
497 |
+
#: inc/multiuser.php:1277 lib/wpdev-bk-timeline.php:765 lib/wpdev-booking-class.php:654
|
498 |
#: lib/wpdev-settings-general.php:1194
|
499 |
msgid "Resources"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: inc/biz_l.php:3848 inc/biz_l.php:3935 inc/personal.php:337 inc/sync/wpbc-sync-gcal-feed.php:100
|
503 |
#: inc/wpbc-booking-select-widget.php:145
|
504 |
msgid "All"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/biz_l.php:3862
|
508 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/biz_l.php:3873
|
512 |
msgid "Add New Coupon"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: inc/biz_l.php:3909
|
516 |
msgid "The coupon code your customers will be using to receive the discount."
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: inc/biz_l.php:3910
|
520 |
msgid "The amount which will be saved. Enter only digits."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: inc/biz_l.php:3911
|
524 |
msgid "The minimum total cost required to use the coupon"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: inc/biz_l.php:3911 inc/biz_l.php:3960
|
528 |
msgid "Minimum Purchase"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: inc/biz_l.php:3912
|
532 |
msgid "The date your coupon will expire"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: inc/biz_l.php:3913 inc/biz_l.php:3967
|
536 |
msgid "Number of usage"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: inc/biz_l.php:3914
|
540 |
msgid "Resource list, which supports this coupon"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: inc/biz_l.php:3973 inc/biz_l.php:3983 inc/biz_s.php:1945 inc/payments/authorizenet.php:327
|
544 |
#: inc/payments/paypal.php:585 inc/payments/sage.php:294 inc/payments/sermepa.php:256
|
545 |
#: lib/wpdev-settings-general.php:945 lib/wpdev-settings-general.php:970
|
546 |
#: lib/wpdev-settings-general.php:1004 lib/wpdev-settings-general.php:1019
|
548 |
msgid "Warning"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: inc/biz_l.php:3973 inc/biz_l.php:3983
|
552 |
msgid "Do you really want to delete this item?"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/biz_l.php:3999
|
556 |
#, php-format
|
557 |
msgid "%s - coupon field, "
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: inc/biz_l.php:4000
|
561 |
#, php-format
|
562 |
msgid "Example: %s "
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/biz_l.php:4042
|
566 |
msgid "Search Availability Form"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/biz_l.php:4047
|
570 |
msgid "Inlinee Search Form Template"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/biz_l.php:4048
|
574 |
msgid "Horizontal Search Form Template"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/biz_l.php:4049
|
578 |
msgid "Standard Search Form Template"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/biz_l.php:4051 inc/personal.php:1727
|
582 |
msgid "Reset current Form"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/biz_l.php:4056 inc/biz_m.php:3868 inc/biz_m.php:4116 inc/personal.php:1734
|
586 |
msgid "Reset"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/biz_l.php:4077 inc/biz_l.php:4122 inc/payments/authorizenet.php:225
|
590 |
#: inc/payments/ipay88.php:252 inc/payments/sage.php:245 inc/payments/sermepa.php:207
|
591 |
+
#: inc/personal.php:4213
|
592 |
msgid "Use these shortcodes for customization: "
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: inc/biz_l.php:4078
|
596 |
#, php-format
|
597 |
msgid "%s - search inside posts/pages which are part of this category, "
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: inc/biz_l.php:4079
|
601 |
#, php-format
|
602 |
msgid "%s - search inside posts/pages which have this tag, "
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/biz_l.php:4080
|
606 |
#, php-format
|
607 |
msgid "%s - check-in date, "
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/biz_l.php:4081
|
611 |
#, php-format
|
612 |
msgid "%s - check-out date, "
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: inc/biz_l.php:4082
|
616 |
#, php-format
|
617 |
msgid "%s - default selection number of visitors, "
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: inc/biz_l.php:4083
|
621 |
#, php-format
|
622 |
msgid "Example: %s - custom number of visitor selections\""
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/biz_l.php:4084
|
626 |
#, php-format
|
627 |
msgid "%s - search button, "
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: inc/biz_l.php:4086 inc/biz_l.php:4139 inc/payments/index.php:266
|
631 |
+
#: lib/wpdev-settings-general.php:2363
|
632 |
msgid "HTML tags is accepted."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: inc/biz_l.php:4098 inc/biz_l.php:4332
|
636 |
msgid "Search Results"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: inc/biz_l.php:4101
|
640 |
msgid "Reset to default form"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: inc/biz_l.php:4123
|
644 |
#, php-format
|
645 |
msgid "%s - resource title, "
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: inc/biz_l.php:4124
|
649 |
#, php-format
|
650 |
msgid "%s - link to the page with booking form, "
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/biz_l.php:4125
|
654 |
#, php-format
|
655 |
msgid "%s - availability of booking resource, "
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: inc/biz_l.php:4126
|
659 |
#, php-format
|
660 |
msgid "%s - maximum number of visitors for the booking resource, "
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: inc/biz_l.php:4127
|
664 |
#, php-format
|
665 |
msgid "%s - cost of booking the resource, "
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: inc/biz_l.php:4128
|
669 |
#, php-format
|
670 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/biz_l.php:4129
|
674 |
#, php-format
|
675 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: inc/biz_l.php:4131 inc/form/class-wpbc-form-help.php:676
|
679 |
msgid "Full cost of the booking."
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: inc/biz_l.php:4132 inc/form/class-wpbc-form-help.php:678
|
683 |
msgid "Cost of the booking for the selected dates only."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: inc/biz_l.php:4133 inc/form/class-wpbc-form-help.php:680
|
687 |
msgid "Additional cost, which depends on the fields selection in the form."
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: inc/biz_l.php:4134 inc/form/class-wpbc-form-help.php:682
|
691 |
msgid "The deposit cost of the booking."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: inc/biz_l.php:4135 inc/form/class-wpbc-form-help.php:684
|
695 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: inc/biz_l.php:4151 inc/biz_l.php:4338 lib/wpdev-booking-class.php:459
|
699 |
msgid "Help Info"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: inc/biz_l.php:4167
|
703 |
msgid "CSS customization of search form and search results you can make at this file"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: inc/biz_l.php:4173
|
707 |
#, php-format
|
708 |
msgid ""
|
709 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
710 |
"instruction %shere%s"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: inc/biz_l.php:4190 inc/biz_l.php:4200 inc/biz_l.php:4208
|
714 |
msgid "Check in"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: inc/biz_l.php:4191 inc/biz_l.php:4201 inc/biz_l.php:4209
|
718 |
msgid "Check out"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: inc/biz_l.php:4192 inc/biz_l.php:4202 inc/biz_l.php:4210
|
722 |
msgid "Guests"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: inc/biz_l.php:4222 inc/biz_m.php:2441 inc/biz_m.php:2502 inc/biz_m.php:5166
|
726 |
msgid "Availability"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: inc/biz_l.php:4222
|
730 |
msgid "Max. persons"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: inc/biz_l.php:4249 inc/biz_l.php:4335
|
734 |
msgid "Search Cache"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: inc/biz_l.php:4252
|
738 |
msgid "Reset Search Cache"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: inc/biz_l.php:4258
|
742 |
msgid "Cache expiration"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: inc/biz_l.php:4264
|
746 |
msgid "hour(s)"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: inc/biz_l.php:4269 inc/biz_m.php:3351 inc/biz_m.php:3539
|
750 |
msgid "day(s)"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: inc/biz_l.php:4273
|
754 |
msgid "Select time of cache expiration"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: inc/biz_l.php:4281
|
758 |
msgid "Cache will expire:"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: inc/biz_l.php:4309
|
762 |
#, php-format
|
763 |
msgid "Found: %s booking forms inside of posts or pages "
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: inc/biz_l.php:4329
|
767 |
msgid "Search Form"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: inc/biz_l.php:4408
|
771 |
msgid "Parent Resource"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: inc/biz_l.php:4433
|
775 |
msgid "Max visitors"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: inc/biz_l.php:4480
|
779 |
msgid "Capacity: "
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: inc/biz_l.php:4499
|
783 |
msgid "Select parent resource, if you want that parent resource to increase capacity."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: inc/biz_l.php:4510
|
787 |
msgid "Set priority of resource - resource with higher priority will be reserved firstly."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: inc/biz_l.php:4521
|
791 |
msgid "Resources count"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: inc/biz_l.php:4528
|
795 |
msgid "Create several booking resources for one time"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: inc/biz_l.php:4542 inc/biz_m.php:2514 inc/wpbc-booking-select-widget.php:208
|
799 |
msgid "Default form"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: inc/biz_l.php:4547 inc/biz_l.php:4751 inc/biz_l.php:4757 inc/biz_l.php:4805 inc/biz_m.php:879
|
803 |
+
#: inc/biz_m.php:1088 inc/biz_m.php:1132 inc/biz_m.php:2516 inc/biz_m.php:4720
|
804 |
#: inc/wpbc-booking-select-widget.php:212
|
805 |
msgid "Standard"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: inc/biz_l.php:4552 inc/wpbc-booking-select-widget.php:220
|
809 |
msgid "Select default custom booking form"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: inc/biz_l.php:4644
|
813 |
msgid "Available: "
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: inc/biz_l.php:4751 inc/multiuser.php:679 inc/personal.php:4389 lib/wpbc-gcal.php:742
|
817 |
#: lib/wpdev-bk-lib.php:1845
|
818 |
msgid "Default"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: inc/biz_l.php:4752 inc/biz_l.php:4758 inc/biz_l.php:4793 inc/biz_l.php:4794 inc/biz_l.php:4806
|
822 |
msgid "Superior"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: inc/biz_l.php:4752 inc/biz_s.php:2435
|
826 |
msgid "Resource #1"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: inc/biz_l.php:4753 inc/biz_l.php:4759
|
830 |
msgid "Presidential Suite"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: inc/biz_l.php:4753 inc/biz_s.php:2436
|
834 |
msgid "Resource #2"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: inc/biz_l.php:4754 inc/biz_l.php:4760 inc/multiuser.php:1458
|
838 |
msgid "Royal Villa"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: inc/biz_l.php:4754 inc/biz_s.php:2437
|
842 |
msgid "Resource #3"
|
843 |
msgstr ""
|
844 |
|
846 |
msgid "night(s)"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: inc/biz_m.php:253 inc/biz_s.php:117 inc/personal.php:4262 inc/personal.php:4276
|
850 |
+
#: inc/personal.php:4298 inc/personal.php:4314 inc/personal.php:4325 inc/personal.php:4344
|
851 |
msgid "Adults"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: inc/biz_m.php:253 inc/biz_s.php:117 inc/personal.php:4262 inc/personal.php:4276
|
855 |
+
#: inc/personal.php:4298 inc/personal.php:4315 inc/personal.php:4326 inc/personal.php:4345
|
856 |
msgid "Children"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: inc/biz_m.php:282 inc/biz_m.php:312 inc/biz_m.php:3170 inc/biz_m.php:3213 inc/biz_m.php:3255
|
860 |
msgid "per 1 day"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: inc/biz_m.php:283 inc/biz_m.php:313 inc/biz_m.php:3214 inc/biz_m.php:3254
|
864 |
msgid "from the cost of 1 day "
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: inc/biz_m.php:284 inc/biz_m.php:314 inc/biz_m.php:3215 inc/biz_m.php:3256
|
868 |
#, php-format
|
869 |
msgid "Additional cost in %s per 1 day"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: inc/biz_m.php:285 inc/biz_m.php:315 inc/biz_m.php:316 inc/biz_m.php:3219 inc/biz_m.php:3220
|
873 |
+
#: inc/biz_m.php:3262 inc/biz_m.php:3263
|
874 |
msgid " for all days!"
|
875 |
msgstr ""
|
876 |
|
878 |
msgid "for all days!"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: inc/biz_m.php:876 inc/biz_m.php:881 inc/biz_m.php:4716 inc/biz_m.php:4722
|
882 |
msgid "Custom Form"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: inc/biz_m.php:891 inc/biz_m.php:4738
|
886 |
msgid "Load selected booking form"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: inc/biz_m.php:893 inc/biz_m.php:4740
|
890 |
msgid "Load"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: inc/biz_m.php:901
|
894 |
msgid "Delete selected booking form"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: inc/biz_m.php:904
|
898 |
msgid "Do you really want to delete selected booking form ?"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: inc/biz_m.php:911
|
902 |
msgid "Add new custom form"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: inc/biz_m.php:912
|
906 |
msgid "Add New Custom Form"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: inc/biz_m.php:917
|
910 |
msgid "Type the name of booking form"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: inc/biz_m.php:921
|
914 |
msgid "Create new form"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: inc/biz_m.php:924 inc/biz_m.php:3862 inc/biz_m.php:4110
|
918 |
msgid "Create"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: inc/biz_m.php:926
|
922 |
msgid "Delete form"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: inc/biz_m.php:930 inc/lib_p.php:467 inc/lib_p.php:507 inc/lib_p.php:540
|
926 |
#: lib/wpdev-bk-edit-toolbar-buttons.php:144
|
927 |
msgid "Cancel"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: inc/biz_m.php:960 inc/personal.php:513 lib/wpbc-ajax.php:213
|
931 |
msgid "Deleted"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: inc/biz_m.php:967
|
935 |
msgid "There are no extended booking forms"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: inc/biz_m.php:1086
|
939 |
msgid "Booking form type:"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: inc/biz_m.php:1093
|
943 |
msgid "Select type of booking form"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: inc/biz_m.php:1127
|
947 |
msgid "Booking Form"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: inc/biz_m.php:1207
|
951 |
msgid "Standard booking resource cost"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: inc/biz_m.php:1208
|
955 |
msgid "Total booking resource cost"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: inc/biz_m.php:1575
|
959 |
#, php-format
|
960 |
msgid ""
|
961 |
"%s - show cost hint for full booking in real time, depending on number of days selected and form "
|
962 |
"elements."
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: inc/biz_m.php:1576
|
966 |
#, php-format
|
967 |
msgid "Example: %sThe full cost of payment: %s"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: inc/biz_m.php:1577
|
971 |
#, php-format
|
972 |
msgid ""
|
973 |
"%s - show hint of original booking cost without additional costs for full booking in real time, "
|
974 |
"depends only from days selection."
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: inc/biz_m.php:1578
|
978 |
#, php-format
|
979 |
msgid "Example: %sThe original cost for payment: %s "
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: inc/biz_m.php:1579
|
983 |
#, php-format
|
984 |
msgid ""
|
985 |
"%s - show cost hint of additional booking cost, which depends from selection of form elements."
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: inc/biz_m.php:1580
|
989 |
#, php-format
|
990 |
msgid "Example: %sThe additional cost for payment: %s "
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: inc/biz_m.php:1581
|
994 |
#, php-format
|
995 |
msgid "%s - enter direct cost at admin panel at page: "
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: inc/biz_m.php:1581 lib/wpdev-booking-class.php:643 lib/wpdev-booking-class.php:710
|
999 |
#: lib/wpdev-settings-general.php:1180
|
1000 |
msgid "Add booking"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: inc/biz_m.php:1582
|
1004 |
#, php-format
|
1005 |
msgid "Example: %s"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: inc/biz_m.php:2233 lib/wpdev-booking-functions.php:392
|
1009 |
msgid "yes"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: inc/biz_m.php:2436 inc/biz_m.php:2440
|
1013 |
msgid "Setting rate or cost, which is depend from number of selected days for the resource"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: inc/biz_m.php:2437 inc/biz_m.php:2474 inc/biz_m.php:2785
|
1017 |
msgid "Rates"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: inc/biz_m.php:2437 inc/biz_m.php:2479 inc/biz_m.php:2483
|
1021 |
msgid "Valuation days"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: inc/biz_m.php:2437 inc/payments/authorizenet.php:444 inc/payments/ipay88.php:454
|
1025 |
#: inc/payments/paypal.php:766 inc/payments/sage.php:551
|
1026 |
msgid "Deposit"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: inc/biz_m.php:2445
|
1030 |
msgid "Setting the default form for the specific resource"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: inc/biz_m.php:2446
|
1034 |
msgid "Default Form"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: inc/biz_m.php:2482
|
1038 |
msgid "Set the cost based on the number of days selected for the reservation"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: inc/biz_m.php:2483
|
1042 |
msgid "Activation of this feature is require setting cost per day or cost per night"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: inc/biz_m.php:2490 inc/biz_m.php:3512
|
1046 |
msgid "Deposit amount"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: inc/biz_m.php:2626 inc/biz_m.php:2637 inc/biz_m.php:2642
|
1050 |
msgid "unavailable"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: inc/biz_m.php:2627 inc/biz_m.php:2638 inc/biz_m.php:2641
|
1054 |
msgid "available"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: inc/biz_m.php:2629
|
1058 |
msgid "Availability booking type"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: inc/biz_m.php:2634
|
1062 |
#, php-format
|
1063 |
msgid "All days for %s"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: inc/biz_m.php:2644
|
1067 |
#, php-format
|
1068 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
+
#: inc/biz_m.php:2655 inc/biz_m.php:2677 inc/biz_m.php:4420 inc/biz_m.php:4441
|
1072 |
msgid "Season Filter Name"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: inc/biz_m.php:2656 inc/biz_m.php:2678 inc/biz_m.php:2788 inc/biz_m.php:2859 inc/biz_m.php:4442
|
1076 |
#: inc/form/class-wpbc-form-help.php:418 inc/form/class-wpbc-form-help.php:564
|
1077 |
#: inc/payments/bank-transfer.php:302 inc/payments/pay-cash.php:90
|
1078 |
#: lib/wpdev-bk-edit-toolbar-buttons.php:485 lib/wpdev-bk-edit-toolbar-buttons.php:493
|
1079 |
msgid "Description"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: inc/biz_m.php:2674 inc/biz_m.php:2815 inc/biz_m.php:3143 inc/biz_m.php:3194 inc/biz_m.php:3324
|
1083 |
+
#: inc/biz_m.php:3505 inc/biz_s.php:861 inc/payments/authorizenet.php:107
|
1084 |
#: inc/payments/paypal.php:191 inc/payments/paypal.php:211 inc/payments/paypal.php:232
|
1085 |
+
#: inc/personal.php:3679 inc/personal.php:3761 inc/personal.php:3832 inc/personal.php:3918
|
1086 |
+
#: inc/personal.php:4008 inc/sync/wpbc-sync-gcal-api.php:91 lib/wpdev-settings-general.php:1500
|
1087 |
+
#: lib/wpdev-settings-general.php:1543 lib/wpdev-settings-general.php:1588
|
1088 |
+
#: lib/wpdev-settings-general.php:1634 lib/wpdev-settings-general.php:1688
|
1089 |
+
#: lib/wpdev-settings-general.php:1731 lib/wpdev-settings-general.php:1964
|
1090 |
+
#: lib/wpdev-settings-general.php:2045 lib/wpdev-settings-general.php:2117
|
1091 |
+
#: lib/wpdev-settings-general.php:2205
|
1092 |
msgid "Active"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: inc/biz_m.php:2677 inc/biz_m.php:2858
|
1096 |
msgid "Edit season filter"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: inc/biz_m.php:2765
|
1100 |
msgid "Seasonal rates of booking resource"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: inc/biz_m.php:2771
|
1104 |
#, php-format
|
1105 |
msgid ""
|
1106 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
1107 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: inc/biz_m.php:2786 inc/biz_m.php:2839
|
1111 |
msgid "Final cost"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: inc/biz_m.php:2787
|
1115 |
msgid "Season Filter"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: inc/biz_m.php:2820
|
1119 |
msgid "Rate"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: inc/biz_m.php:2829 inc/biz_m.php:2849 inc/biz_s.php:2013
|
1123 |
msgid "for 1 day"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: inc/biz_m.php:2830 inc/biz_m.php:2850 inc/biz_s.php:2014
|
1127 |
msgid "for 1 night"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: inc/biz_m.php:2831 inc/biz_m.php:2851
|
1131 |
msgid "fixed deposit"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: inc/biz_m.php:2832 inc/biz_m.php:2852 inc/biz_s.php:2016
|
1135 |
msgid "for 1 hour"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
+
#: inc/biz_m.php:2858 inc/biz_m.php:3852 inc/biz_m.php:4100
|
1139 |
msgid "Filter Name"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: inc/biz_m.php:2866 inc/biz_m.php:3106 inc/biz_m.php:3601 inc/payments/authorizenet.php:340
|
1143 |
msgid "Note!"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: inc/biz_m.php:2866
|
1147 |
msgid "Check boxe(s) at left side if you want to activate specific cost."
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: inc/biz_m.php:2870
|
1151 |
msgid "Update Rates"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: inc/biz_m.php:3105
|
1155 |
msgid "Set cost of booking resource based on the number of days selected"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: inc/biz_m.php:3106
|
1159 |
#, php-format
|
1160 |
msgid "If you add costs here, %srates%s for this booking resource will not take effect !!!"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: inc/biz_m.php:3110
|
1164 |
#, php-format
|
1165 |
msgid ""
|
1166 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
1167 |
"the list."
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: inc/biz_m.php:3111
|
1171 |
#, php-format
|
1172 |
msgid ""
|
1173 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
1174 |
"terms %s"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: inc/biz_m.php:3111 inc/biz_m.php:3113 inc/biz_m.php:3226 inc/biz_m.php:3337
|
1178 |
msgid "Together"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: inc/biz_m.php:3111 inc/biz_m.php:3113 inc/biz_m.php:3150 inc/biz_m.php:3224 inc/biz_m.php:3335
|
1182 |
msgid "For"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: inc/biz_m.php:3111 inc/biz_m.php:3113 inc/biz_m.php:3225 inc/biz_m.php:3336 inc/biz_m.php:3682
|
1186 |
+
#: inc/biz_s.php:882 inc/personal.php:3692 inc/personal.php:3767 inc/personal.php:3852
|
1187 |
+
#: inc/personal.php:3939 inc/personal.php:4029 lib/wpbc-gcal.php:581
|
1188 |
+
#: lib/wpdev-settings-general.php:1977 lib/wpdev-settings-general.php:2051
|
1189 |
+
#: lib/wpdev-settings-general.php:2137 lib/wpdev-settings-general.php:2226
|
1190 |
msgid "From"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: inc/biz_m.php:3111 inc/biz_m.php:3113 inc/personal.php:3685 lib/wpdev-settings-general.php:1970
|
1194 |
msgid "To"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: inc/biz_m.php:3113
|
1198 |
#, php-format
|
1199 |
msgid "%s and %s terms have higher priority than a range %s days."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: inc/biz_m.php:3116 lib/wpbc-gcal.php:853 lib/wpbc-notices.php:25
|
1203 |
msgid "Warning!"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: inc/biz_m.php:3117
|
1207 |
msgid ""
|
1208 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
1209 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: inc/biz_m.php:3126
|
1213 |
msgid "Number of Days"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: inc/biz_m.php:3127
|
1217 |
msgid "Cost Settings"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: inc/biz_m.php:3128 inc/biz_m.php:3175 inc/biz_m.php:3272 inc/biz_m.php:3366
|
1221 |
msgid "Season Filter of Check In date"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: inc/biz_m.php:3152 inc/biz_m.php:3228 inc/biz_m.php:3340
|
1225 |
msgid "Day Number(s)"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: inc/biz_m.php:3158 inc/biz_m.php:3234 inc/biz_m.php:3346 inc/biz_m.php:3682
|
1229 |
msgid "to"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: inc/biz_m.php:3162 inc/biz_m.php:3240 inc/biz_s.php:2184 lib/wpbc-gcal.php:805
|
1233 |
+
#: lib/wpdev-bk-lib.php:292 lib/wpdev-settings-general.php:2326
|
1234 |
msgid "day"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: inc/biz_m.php:3166 inc/biz_m.php:3247 inc/biz_m.php:3356 inc/biz_s.php:345 inc/biz_s.php:379
|
1238 |
#: inc/lib_p.php:376 inc/lib_s.php:282 inc/lib_s.php:304 inc/lib_s.php:309
|
1239 |
#: inc/payments/authorizenet.php:445 inc/payments/ipay88.php:455 inc/payments/paypal.php:767
|
1240 |
#: inc/payments/sage.php:552 lib/wpdev-settings-general.php:833 lib/wpdev-settings-general.php:834
|
1241 |
msgid "Cost"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: inc/biz_m.php:3177 inc/biz_m.php:3274 inc/biz_m.php:3368 inc/biz_m.php:3555
|
1245 |
msgid "Any days"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: inc/biz_m.php:3241 inc/biz_s.php:2187 lib/wpbc-gcal.php:618 lib/wpbc-gcal.php:682
|
1249 |
#: lib/wpbc-gcal.php:808 lib/wpdev-bk-lib.php:293 lib/wpdev-bk-lib.php:294 lib/wpdev-bk-lib.php:295
|
1250 |
#: lib/wpdev-bk-lib.php:296 lib/wpdev-bk-lib.php:297
|
1251 |
msgid "days"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: inc/biz_m.php:3285 inc/biz_m.php:3379
|
1255 |
msgid "Remove"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: inc/biz_m.php:3298
|
1259 |
msgid "Add new cost"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: inc/biz_m.php:3334
|
1263 |
msgid "for all days"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: inc/biz_m.php:3478
|
1267 |
msgid "Set amount of deposit payment"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: inc/biz_m.php:3487
|
1271 |
msgid "Deposit payment total"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: inc/biz_m.php:3490
|
1275 |
msgid "Deposit payment is not active for booking resource"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: inc/biz_m.php:3497 inc/biz_s.php:852 inc/personal.php:3670 inc/personal.php:3752
|
1279 |
+
#: inc/personal.php:3823 inc/personal.php:3910 inc/personal.php:3999
|
1280 |
+
#: inc/sync/wpbc-sync-gcal-api.php:82 lib/wpdev-bk-lib.php:1544 lib/wpdev-settings-general.php:1955
|
1281 |
+
#: lib/wpdev-settings-general.php:2036 lib/wpdev-settings-general.php:2108
|
1282 |
+
#: lib/wpdev-settings-general.php:2197
|
1283 |
msgid "Status"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: inc/biz_m.php:3506
|
1287 |
msgid "deposit payment for booking resource"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: inc/biz_m.php:3521
|
1291 |
msgid "fixed total in"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: inc/biz_m.php:3522
|
1295 |
msgid "of payment"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: inc/biz_m.php:3528
|
1299 |
msgid "Conditions"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: inc/biz_m.php:3531
|
1303 |
#, php-format
|
1304 |
msgid ""
|
1305 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: inc/biz_m.php:3552
|
1309 |
#, php-format
|
1310 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: inc/biz_m.php:3571
|
1314 |
msgid "Update Deposit"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: inc/biz_m.php:3595
|
1318 |
msgid "Deposit payment"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: inc/biz_m.php:3600
|
1322 |
#, php-format
|
1323 |
msgid ""
|
1324 |
"Check this box if you want to use the %sdeposit%s total %spayment%s on the payment form, instead "
|
1325 |
"of the full total of the booking."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: inc/biz_m.php:3601
|
1329 |
#, php-format
|
1330 |
msgid " You can configure the deposit payment for your booking resources %shere%s."
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899 lib/wpdev-bk-timeline.php:116
|
1334 |
#: lib/wpdev-bk-timeline.php:153
|
1335 |
msgid "Su"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899
|
1339 |
msgid "Mo"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899 lib/wpdev-bk-timeline.php:116
|
1343 |
#: lib/wpdev-bk-timeline.php:153
|
1344 |
msgid "Tu"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899
|
1348 |
msgid "We"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899 lib/wpdev-bk-timeline.php:116
|
1352 |
#: lib/wpdev-bk-timeline.php:153
|
1353 |
msgid "Th"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899
|
1357 |
msgid "Fr"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: inc/biz_m.php:3619 inc/biz_m.php:3899 lib/wpdev-bk-timeline.php:116
|
1361 |
#: lib/wpdev-bk-timeline.php:153
|
1362 |
msgid "Sa"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: inc/biz_m.php:3620
|
1366 |
msgid "Jan"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: inc/biz_m.php:3620
|
1370 |
msgid "Feb"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: inc/biz_m.php:3620
|
1374 |
msgid "Mar"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: inc/biz_m.php:3620
|
1378 |
msgid "Apr"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: inc/biz_m.php:3620 inc/biz_m.php:4275
|
1382 |
msgid "May"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: inc/biz_m.php:3620
|
1386 |
msgid "Jun"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: inc/biz_m.php:3620
|
1390 |
msgid "Jul"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: inc/biz_m.php:3620
|
1394 |
msgid "Aug"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: inc/biz_m.php:3620
|
1398 |
msgid "Sep"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: inc/biz_m.php:3620
|
1402 |
msgid "Oct"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: inc/biz_m.php:3620
|
1406 |
msgid "Nov"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: inc/biz_m.php:3620
|
1410 |
msgid "Dec"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: inc/biz_m.php:3679 inc/biz_m.php:3698 inc/biz_m.php:3718 inc/biz_m.php:3739 inc/biz_m.php:3756
|
1414 |
msgid "No days"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: inc/biz_m.php:3682
|
1418 |
msgid "time"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: inc/biz_m.php:3700
|
1422 |
msgid "Every"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: inc/biz_m.php:3715
|
1426 |
msgid "Each day "
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: inc/biz_m.php:3716
|
1430 |
msgid "on each day "
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: inc/biz_m.php:3720
|
1434 |
msgid "On each "
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: inc/biz_m.php:3721
|
1438 |
msgid "on each "
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: inc/biz_m.php:3737
|
1442 |
msgid "of every month "
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: inc/biz_m.php:3741
|
1446 |
msgid "of"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: inc/biz_m.php:3810 inc/biz_m.php:4049
|
1450 |
msgid "Filter saved"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: inc/biz_m.php:3846
|
1454 |
msgid "Specific Dates Filter"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: inc/biz_m.php:3855 inc/biz_m.php:4103
|
1458 |
msgid "Type filter name"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: inc/biz_m.php:3860 inc/biz_m.php:3966 inc/biz_m.php:4108 inc/biz_m.php:4367
|
1462 |
msgid "Create new season filter"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: inc/biz_m.php:3966 inc/biz_m.php:4367
|
1466 |
msgid "Create New Season Filter"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: inc/biz_m.php:3966 inc/biz_m.php:4367
|
1470 |
msgid "Save changes"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: inc/biz_m.php:4094
|
1474 |
msgid "Conditional Dates Filter"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: inc/biz_m.php:4128
|
1478 |
msgid "Days of week"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: inc/biz_m.php:4136 inc/biz_s.php:1761 inc/biz_s.php:1850 inc/form/class-wpbc-form-help.php:451
|
1482 |
#: inc/form/class-wpbc-form-help.php:597 lib/wpdev-bk-timeline.php:110
|
1483 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1484 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:442
|
1486 |
msgid "Sunday"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: inc/biz_m.php:4142 inc/biz_s.php:1763 inc/biz_s.php:1854 inc/form/class-wpbc-form-help.php:452
|
1490 |
#: inc/form/class-wpbc-form-help.php:598 lib/wpdev-bk-timeline.php:110
|
1491 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1492 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:443
|
1494 |
msgid "Monday"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: inc/biz_m.php:4148 inc/biz_s.php:1765 inc/biz_s.php:1858 inc/form/class-wpbc-form-help.php:453
|
1498 |
#: inc/form/class-wpbc-form-help.php:599 lib/wpdev-bk-timeline.php:110
|
1499 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1500 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:444
|
1502 |
msgid "Tuesday"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: inc/biz_m.php:4154 inc/biz_s.php:1767 inc/biz_s.php:1862 inc/form/class-wpbc-form-help.php:454
|
1506 |
#: inc/form/class-wpbc-form-help.php:600 lib/wpdev-bk-timeline.php:110
|
1507 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1508 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:445
|
1510 |
msgid "Wednesday"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: inc/biz_m.php:4160 inc/biz_s.php:1769 inc/biz_s.php:1866 inc/form/class-wpbc-form-help.php:455
|
1514 |
#: inc/form/class-wpbc-form-help.php:601 lib/wpdev-bk-timeline.php:110
|
1515 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1516 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:446
|
1518 |
msgid "Thursday"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: inc/biz_m.php:4166 inc/biz_s.php:1771 inc/biz_s.php:1870 inc/form/class-wpbc-form-help.php:456
|
1522 |
#: inc/form/class-wpbc-form-help.php:602 lib/wpdev-bk-timeline.php:110
|
1523 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1524 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:447
|
1526 |
msgid "Friday"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: inc/biz_m.php:4172 inc/biz_s.php:1773 inc/biz_s.php:1874 inc/form/class-wpbc-form-help.php:457
|
1530 |
#: inc/form/class-wpbc-form-help.php:603 lib/wpdev-bk-timeline.php:110
|
1531 |
#: lib/wpdev-bk-timeline.php:134 lib/wpdev-bk-timeline.php:135 lib/wpdev-bk-timeline.php:140
|
1532 |
#: lib/wpdev-bk-timeline.php:449 lib/wpdev-bk-timeline.php:484 lib/wpdev-settings-general.php:448
|
1534 |
msgid "Saturday"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: inc/biz_m.php:4184
|
1538 |
msgid "Days of month"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: inc/biz_m.php:4264
|
1542 |
msgid "Months"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: inc/biz_m.php:4271
|
1546 |
msgid "January"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: inc/biz_m.php:4272
|
1550 |
msgid "February"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: inc/biz_m.php:4273
|
1554 |
msgid "March"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: inc/biz_m.php:4274
|
1558 |
msgid "April"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: inc/biz_m.php:4276
|
1562 |
msgid "June"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: inc/biz_m.php:4295
|
1566 |
msgid "July"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: inc/biz_m.php:4296
|
1570 |
msgid "August"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: inc/biz_m.php:4297
|
1574 |
msgid "September"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: inc/biz_m.php:4298
|
1578 |
msgid "October"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: inc/biz_m.php:4299
|
1582 |
msgid "November"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: inc/biz_m.php:4300
|
1586 |
msgid "December"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: inc/biz_m.php:4324
|
1590 |
msgid "Years"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: inc/biz_m.php:4394
|
1594 |
msgid "Filter deleted successfully"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: inc/biz_m.php:4402
|
1598 |
msgid "Create dates filter"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: inc/biz_m.php:4405
|
1602 |
msgid "Create conditional days filter"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: inc/biz_m.php:4414
|
1606 |
msgid "Listing of season filters"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: inc/biz_m.php:4421
|
1610 |
msgid "Filters"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: inc/biz_m.php:4450
|
1614 |
msgid "Do you really want to delete?"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: inc/biz_m.php:4478
|
1618 |
msgid "Limit available days from today"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: inc/biz_m.php:4489
|
1622 |
msgid "Select number of available days in calendar start from today."
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: inc/biz_m.php:4518 lib/wpbc-gcal-class.php:635 lib/wpbc-notices.php:104
|
1626 |
+
#: lib/wpdev-settings-general.php:937 lib/wpdev-settings-general.php:1622
|
1627 |
msgid "Hide"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: inc/biz_m.php:4519
|
1631 |
msgid "Showing cost in date cell"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: inc/biz_m.php:4530
|
1635 |
#, php-format
|
1636 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: inc/biz_m.php:4538
|
1640 |
msgid "Currency symbol"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: inc/biz_m.php:4562 inc/biz_s.php:1607 lib/wpdev-bk-lib.php:555 lib/wpdev-bk-lib.php:605
|
1644 |
#: lib/wpdev-settings-general.php:871
|
1645 |
msgid "Custom"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: inc/biz_m.php:4567
|
1649 |
#, php-format
|
1650 |
msgid ""
|
1651 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
1652 |
"currency symbols%s"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: inc/biz_m.php:4579
|
1656 |
msgid "Showing cost in tooltip"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: inc/biz_m.php:4590
|
1660 |
msgid ""
|
1661 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
1662 |
"calendar(s)."
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: inc/biz_m.php:4598
|
1666 |
msgid "Cost Title"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: inc/biz_m.php:4600
|
1670 |
#, php-format
|
1671 |
msgid "Type your %scost%s description"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: inc/biz_m.php:4753
|
1675 |
msgid "Advanced cost management"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: inc/biz_m.php:4778
|
1679 |
msgid "Configure Additional cost for the form"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: inc/biz_m.php:4821
|
1683 |
msgid "Additional cost for"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: inc/biz_m.php:4890
|
1687 |
msgid ""
|
1688 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
1689 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: inc/biz_m.php:4896
|
1693 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: inc/biz_m.php:4899
|
1697 |
#, php-format
|
1698 |
msgid ""
|
1699 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
1700 |
"%sbooking form%s."
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: inc/biz_m.php:4906
|
1704 |
msgid "Enter additional cost in formats:"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: inc/biz_m.php:4907
|
1708 |
#, php-format
|
1709 |
msgid ""
|
1710 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
1711 |
"total cost will be folowing"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: inc/biz_m.php:4910
|
1715 |
msgid "Enter fixed cost"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: inc/biz_m.php:4910 inc/biz_m.php:4913 inc/biz_m.php:4919
|
1719 |
#, php-format
|
1720 |
msgid "%s, then total cost will be %s"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: inc/biz_m.php:4913
|
1724 |
msgid "Enter percentage of the entire booking"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: inc/biz_m.php:4916
|
1728 |
msgid "Enter fixed amount for each selected day"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: inc/biz_m.php:4916
|
1732 |
#, php-format
|
1733 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: inc/biz_m.php:4916 inc/form/class-wpbc-form-help.php:279 inc/form/class-wpbc-form-help.php:292
|
1737 |
#: inc/form/class-wpbc-form-help.php:306 inc/form/class-wpbc-form-help.php:344
|
1738 |
msgid "or"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: inc/biz_m.php:4919
|
1742 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: inc/biz_m.php:4923
|
1746 |
#, php-format
|
1747 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: inc/biz_m.php:5009 inc/personal.php:1357 inc/wpbc-br-table-for-settings.php:33
|
1751 |
msgid "Resource ID or Title"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: inc/biz_m.php:5011 inc/personal.php:1359 inc/wpbc-br-table-for-settings.php:35
|
1755 |
#: lib/wpdev-bk-lib.php:1489
|
1756 |
msgid "Go"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: inc/biz_m.php:5034 inc/personal.php:1414
|
1760 |
msgid "Bulk Actions"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: inc/biz_m.php:5055 inc/biz_m.php:5081 inc/personal.php:1434 inc/personal.php:1459
|
1764 |
#: inc/wpbc-br-table-for-settings.php:79 inc/wpbc-br-table-for-settings.php:105
|
1765 |
+
#: lib/wpbc-gcal-class.php:579 lib/wpbc-gcal-class.php:601
|
1766 |
msgid "Info"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: inc/biz_m.php:5067 inc/personal.php:1445 inc/wpbc-br-table-for-settings.php:92
|
1770 |
+
#: lib/wpbc-gcal-class.php:594
|
1771 |
msgid "Selection"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: inc/biz_m.php:5070 inc/wpbc-br-table-for-settings.php:95
|
1775 |
msgid "Resource Name"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: inc/biz_m.php:5147
|
1779 |
msgid "Resources Settings"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: inc/biz_m.php:5147
|
1783 |
msgid "Resources management"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: inc/biz_m.php:5149
|
1787 |
msgid "Costs and Rates"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: inc/biz_m.php:5152
|
1791 |
msgid "Costs and Rates Settings"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: inc/biz_m.php:5152
|
1795 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: inc/biz_m.php:5154
|
1799 |
msgid "Advanced Cost"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: inc/biz_m.php:5157
|
1803 |
msgid "Advanced Cost Settings"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: inc/biz_m.php:5157
|
1807 |
msgid "Customization of additional cost, which depend from form fields"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: inc/biz_m.php:5160
|
1811 |
msgid "Coupons"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: inc/biz_m.php:5163
|
1815 |
msgid "Coupons Settings"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: inc/biz_m.php:5163
|
1819 |
msgid "Setting coupons for discount"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: inc/biz_m.php:5169
|
1823 |
msgid "Availability Settings"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: inc/biz_m.php:5169
|
1827 |
msgid "Customization of availability settings"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: inc/biz_m.php:5171
|
1831 |
msgid "Season Filters"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: inc/biz_m.php:5174
|
1835 |
msgid "Season Filters Settings"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: inc/biz_m.php:5174
|
1839 |
msgid "Customization of season filters settings"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: inc/biz_m.php:5219
|
1843 |
msgid "Cost: "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: inc/biz_m.php:5253 inc/multiuser.php:685
|
1847 |
msgid "Weekend"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: inc/biz_m.php:5300 inc/multiuser.php:687
|
1851 |
msgid "High season"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: inc/biz_s.php:108 inc/personal.php:4271 inc/personal.php:4289
|
1855 |
msgid "Select Times"
|
1856 |
msgstr ""
|
1857 |
|
1892 |
msgid "The time(s) may be booked, or already in the past!"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: inc/biz_s.php:587
|
1896 |
msgid "Cost saved successfully"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: inc/biz_s.php:594
|
1900 |
msgid "Cost is not correct. It must be greater than 0"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: inc/biz_s.php:611
|
1904 |
msgid "Send payment request to customer"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: inc/biz_s.php:615
|
1908 |
#, php-format
|
1909 |
msgid "Type your %sreason for payment%s request"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
+
#: inc/biz_s.php:623
|
1913 |
msgid "Send Request"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
+
#: inc/biz_s.php:624 inc/personal.php:779 inc/personal.php:1161 lib/wpbc-gcal.php:901
|
1917 |
#: lib/wpdev-bk-lib.php:516 lib/wpdev-bk-lib.php:579 lib/wpdev-bk-lib.php:635
|
1918 |
msgid "Close"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: inc/biz_s.php:765
|
1922 |
msgid "Request has been sent"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: inc/biz_s.php:771
|
1926 |
msgid "Request has failed"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: inc/biz_s.php:796
|
1930 |
msgid "The payment status is changed successfully"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: inc/biz_s.php:803
|
1934 |
msgid "The changing of payment status is failed"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: inc/biz_s.php:847
|
1938 |
msgid "Email to \"Person\" with payment request"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: inc/biz_s.php:867 inc/personal.php:3838 inc/personal.php:3924 inc/personal.php:4014
|
1942 |
+
#: lib/wpdev-settings-general.php:2123 lib/wpdev-settings-general.php:2211
|
1943 |
msgid "Send to Admin"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: inc/biz_s.php:875 inc/personal.php:3846 inc/personal.php:3932 inc/personal.php:4022
|
1947 |
+
#: lib/wpdev-settings-general.php:2131 lib/wpdev-settings-general.php:2219
|
1948 |
msgid "Check this box to send copy of this email to Admin"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: inc/biz_s.php:884 inc/personal.php:3769 inc/personal.php:3854 inc/personal.php:3941
|
1952 |
+
#: inc/personal.php:4031 lib/wpdev-settings-general.php:2053 lib/wpdev-settings-general.php:2139
|
1953 |
+
#: lib/wpdev-settings-general.php:2228
|
1954 |
#, php-format
|
1955 |
msgid "Type the default %sadmin email%s sending the booking confimation"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: inc/biz_s.php:889 inc/personal.php:3699 inc/personal.php:3774 inc/personal.php:3859
|
1959 |
+
#: inc/personal.php:3946 inc/personal.php:4036 lib/wpdev-settings-general.php:1984
|
1960 |
+
#: lib/wpdev-settings-general.php:2058 lib/wpdev-settings-general.php:2144
|
1961 |
+
#: lib/wpdev-settings-general.php:2233
|
1962 |
msgid "Subject"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
+
#: inc/biz_s.php:891
|
1966 |
#, php-format
|
1967 |
msgid "Type email subject for %spayment request%s."
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: inc/biz_s.php:896 inc/personal.php:3706 inc/personal.php:3783 inc/personal.php:3866
|
1971 |
+
#: inc/personal.php:3953 inc/personal.php:4043 lib/wpdev-settings-general.php:1991
|
1972 |
+
#: lib/wpdev-settings-general.php:2066 lib/wpdev-settings-general.php:2151
|
1973 |
+
#: lib/wpdev-settings-general.php:2240
|
1974 |
msgid "Content"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: inc/biz_s.php:911
|
1978 |
#, php-format
|
1979 |
msgid "Type your %semail message for payment request%s"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
+
#: inc/biz_s.php:920
|
1983 |
#, php-format
|
1984 |
msgid ""
|
1985 |
"You need to make payment %s for booking %s at %s. %s You can make payment at this %s Thank you, "
|
1986 |
"booking service."
|
1987 |
msgstr ""
|
1988 |
|
1989 |
+
#: inc/biz_s.php:920
|
1990 |
msgid "page"
|
1991 |
msgstr ""
|
1992 |
|
1993 |
+
#: inc/biz_s.php:1196
|
1994 |
msgid "deposit"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: inc/biz_s.php:1197
|
1998 |
msgid "Total cost"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: inc/biz_s.php:1198
|
2002 |
msgid "balance"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: inc/biz_s.php:1263
|
2006 |
msgid "Auto-fill form"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: inc/biz_s.php:1363
|
2010 |
msgid "Billing form fields customization"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: inc/biz_s.php:1375
|
2014 |
msgid ""
|
2015 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
2016 |
"current field in the billing form."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: inc/biz_s.php:1381 inc/payments/ipay88.php:316
|
2020 |
msgid "Customer Email"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: inc/biz_s.php:1394 inc/payments/ipay88.php:316
|
2024 |
msgid "First Name(s)"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: inc/biz_s.php:1407 inc/payments/ipay88.php:316
|
2028 |
msgid "Last name"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: inc/biz_s.php:1441
|
2032 |
msgid "Billing Address"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: inc/biz_s.php:1454
|
2036 |
msgid "Billing City"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: inc/biz_s.php:1467
|
2040 |
msgid "Post Code"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: inc/biz_s.php:1480 inc/personal.php:4343
|
2044 |
msgid "Country"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: inc/biz_s.php:1499
|
2048 |
msgid "State"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: inc/biz_s.php:1516
|
2052 |
#, php-format
|
2053 |
msgid "Configuring these %sfields is required for the some payment%s systems!"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
+
#: inc/biz_s.php:1571
|
2057 |
msgid "Title of booked timeslot(s)"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
+
#: inc/biz_s.php:1575
|
2061 |
#, php-format
|
2062 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
+
#: inc/biz_s.php:1592
|
2066 |
msgid "Time Format"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
+
#: inc/biz_s.php:1615
|
2070 |
#, php-format
|
2071 |
msgid ""
|
2072 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: inc/biz_s.php:1703
|
2076 |
#, php-format
|
2077 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: inc/biz_s.php:1711
|
2081 |
#, php-format
|
2082 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
+
#: inc/biz_s.php:1719 inc/biz_s.php:1785
|
2086 |
msgid "Days selection number"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
+
#: inc/biz_s.php:1726
|
2090 |
#, php-format
|
2091 |
msgid "Type your %snumber of days for range selection%s"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: inc/biz_s.php:1733 inc/biz_s.php:1821
|
2095 |
msgid "Start day of range"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: inc/biz_s.php:1742 inc/biz_s.php:1830
|
2099 |
msgid "Any day of week"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: inc/biz_s.php:1753 inc/biz_s.php:1841
|
2103 |
msgid "Specific day(s) of week"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
+
#: inc/biz_s.php:1775 inc/biz_s.php:1877
|
2107 |
msgid "Select your start day of range selection at week"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: inc/biz_s.php:1787
|
2111 |
msgid "Min"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
+
#: inc/biz_s.php:1801
|
2115 |
#, php-format
|
2116 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: inc/biz_s.php:1807
|
2120 |
msgid "Specific days selections"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: inc/biz_s.php:1811
|
2124 |
#, php-format
|
2125 |
msgid ""
|
2126 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
2128 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: inc/biz_s.php:1920
|
2132 |
msgid "Use time selections as recurrent time slots"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: inc/biz_s.php:1931
|
2136 |
msgid ""
|
2137 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
2138 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
2139 |
"used as check-in/check-out time for the first and last day of the reservation."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: inc/biz_s.php:1938
|
2143 |
msgid "Use check in/out time"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: inc/biz_s.php:1945
|
2147 |
msgid "This option will overwrite any times selection in your booking form."
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: inc/biz_s.php:1950
|
2151 |
msgid "Check this option, to use check in/out time during booking process. "
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: inc/biz_s.php:1953
|
2155 |
#, php-format
|
2156 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: inc/biz_s.php:1962
|
2160 |
msgid "Check-in time"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: inc/biz_s.php:1962
|
2164 |
#, php-format
|
2165 |
msgid "%sstart booking time%s"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: inc/biz_s.php:1964
|
2169 |
#, php-format
|
2170 |
msgid "Type your %sCheck-in%s time of booking"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: inc/biz_s.php:1969
|
2174 |
msgid "Check-Out time"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: inc/biz_s.php:1969
|
2178 |
#, php-format
|
2179 |
msgid "%send booking time%s"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
+
#: inc/biz_s.php:1971
|
2183 |
#, php-format
|
2184 |
msgid "Type your %sCheck-Out%s time of booking"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: inc/biz_s.php:2005 lib/wpdev-settings-general.php:50
|
2188 |
msgid "Costs"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: inc/biz_s.php:2010
|
2192 |
msgid "Set the cost"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: inc/biz_s.php:2015
|
2196 |
msgid "fixed sum"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: inc/biz_s.php:2018
|
2200 |
msgid " Select your cost configuration."
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: inc/biz_s.php:2023
|
2204 |
msgid "Currency format"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: inc/biz_s.php:2026
|
2208 |
msgid "Number of decimal points"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: inc/biz_s.php:2033
|
2212 |
msgid "Separator for the decimal point"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: inc/biz_s.php:2037 inc/biz_s.php:2051
|
2216 |
msgid "No separator"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: inc/biz_s.php:2038 inc/biz_s.php:2052
|
2220 |
msgid "Space"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: inc/biz_s.php:2039 inc/biz_s.php:2053
|
2224 |
msgid "Dot"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: inc/biz_s.php:2040 inc/biz_s.php:2054
|
2228 |
msgid "Comma"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: inc/biz_s.php:2047
|
2232 |
msgid "Thousands separator"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: inc/biz_s.php:2065
|
2236 |
msgid "Time impact to cost"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: inc/biz_s.php:2070
|
2240 |
#, php-format
|
2241 |
msgid ""
|
2242 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
2243 |
"calculation%s."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: inc/biz_s.php:2079
|
2247 |
msgid "Show booking details in payment form"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: inc/biz_s.php:2085
|
2251 |
#, php-format
|
2252 |
msgid ""
|
2253 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: inc/biz_s.php:2130
|
2257 |
msgid "Auto cancellation / auto approval of bookings"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: inc/biz_s.php:2136
|
2261 |
msgid "Auto approve all new bookings"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: inc/biz_s.php:2145
|
2265 |
#, php-format
|
2266 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: inc/biz_s.php:2152
|
2270 |
msgid "Auto-cancel bookings"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: inc/biz_s.php:2162
|
2274 |
#, php-format
|
2275 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: inc/biz_s.php:2173
|
2279 |
msgid "Cancel bookings older"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: inc/biz_s.php:2178 lib/wpbc-gcal.php:799
|
2283 |
msgid "hour"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: inc/biz_s.php:2181 lib/wpbc-gcal.php:617 lib/wpbc-gcal.php:681 lib/wpbc-gcal.php:802
|
2287 |
msgid "hours"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: inc/biz_s.php:2191
|
2291 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: inc/biz_s.php:2196
|
2295 |
msgid "Cancellation email sent"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: inc/biz_s.php:2201
|
2299 |
#, php-format
|
2300 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: inc/biz_s.php:2213
|
2304 |
msgid "Reason for cancellation"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: inc/biz_s.php:2215
|
2308 |
#, php-format
|
2309 |
msgid "Type the reason for %scancellation%s for the email template."
|
2310 |
msgstr ""
|
2311 |
|
2312 |
+
#: inc/biz_s.php:2260
|
2313 |
msgid ""
|
2314 |
"Customization of billing fields, which automatically assign from booking form to billing form"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: inc/biz_s.php:2261
|
2318 |
msgid "Billing form fields"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: inc/biz_s.php:2287
|
2322 |
msgid "Booked Times:"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: inc/biz_s.php:2310
|
2326 |
msgid ""
|
2327 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
2328 |
"it."
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: inc/biz_s.php:2329
|
2332 |
msgid "You need to make payment for this reservation"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: inc/biz_s.php:2331
|
2336 |
#, php-format
|
2337 |
msgid ""
|
2338 |
"You need to make payment %s for reservation %s at %s. %s Please make payment on this page: %s "
|
2339 |
"Thank you, %s"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: inc/biz_s.php:2435 inc/multiuser.php:1460 inc/personal.php:4390
|
2343 |
msgid "Apartment#1"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: inc/biz_s.php:2436 inc/multiuser.php:1461 inc/personal.php:4391
|
2347 |
msgid "Apartment#2"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: inc/biz_s.php:2437 inc/personal.php:4392
|
2351 |
msgid "Apartment#3"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: inc/form/class-wpbc-field-help-button.php:73 inc/personal.php:396
|
2355 |
msgid "Label"
|
2356 |
msgstr ""
|
2357 |
|
3036 |
msgid "Number of selected nights."
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: inc/form/class-wpbc-form-help.php:732 inc/personal.php:170 inc/personal.php:172
|
3040 |
msgid "Other"
|
3041 |
msgstr ""
|
3042 |
|
3079 |
msgid "Select option to configure or show help info about tags"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
+
#: inc/lib_l.php:238 inc/lib_l.php:645 lib/wpdev-settings-general.php:63
|
3083 |
+
#: lib/wpdev-settings-general.php:924
|
3084 |
+
msgid "Advanced"
|
3085 |
+
msgstr ""
|
3086 |
+
|
3087 |
#: inc/lib_p.php:244
|
3088 |
msgid "Enter Keyword here"
|
3089 |
msgstr ""
|
3101 |
msgid "Print bookings listing"
|
3102 |
msgstr ""
|
3103 |
|
3104 |
+
#: inc/lib_p.php:276 inc/lib_s.php:446 inc/personal.php:1159
|
3105 |
msgid "Print"
|
3106 |
msgstr ""
|
3107 |
|
3129 |
msgid "Data"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: inc/lib_p.php:391 inc/personal.php:687 inc/personal.php:1632 lib/wpdev-bk-lib.php:1540
|
3133 |
+
#: lib/wpdev-bk-lib.php:1998 lib/wpdev-settings-general.php:2400
|
3134 |
msgid "Approved"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
+
#: inc/lib_p.php:392 inc/lib_s.php:147 inc/personal.php:688 lib/wpdev-bk-lib.php:1539
|
3138 |
+
#: lib/wpdev-bk-lib.php:1997 lib/wpdev-booking-class.php:2316
|
3139 |
msgid "Pending"
|
3140 |
msgstr ""
|
3141 |
|
3173 |
"Please clear the selection, then add new resources."
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: inc/lib_p.php:770 inc/personal.php:1520
|
3177 |
msgid "All resources"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: inc/lib_p.php:784
|
3181 |
msgid "Booking resources"
|
3182 |
msgstr ""
|
3183 |
|
3189 |
msgid "In-Progress"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: inc/lib_s.php:126 inc/lib_s.php:523 lib/wpdev-bk-lib.php:1947
|
3193 |
msgid "Unknown"
|
3194 |
msgstr ""
|
3195 |
|
3289 |
msgid "Any Status"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
+
#: inc/lib_s.php:228 inc/lib_s.php:520 lib/wpdev-bk-lib.php:1944
|
3293 |
msgid "Paid OK"
|
3294 |
msgstr ""
|
3295 |
|
3297 |
msgid "Unknown Status"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: inc/lib_s.php:271 inc/lib_s.php:499 inc/lib_s.php:501 lib/wpdev-bk-timeline.php:949
|
3301 |
msgid "Payment"
|
3302 |
msgstr ""
|
3303 |
|
3317 |
msgid "max"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: inc/lib_s.php:420
|
3321 |
msgid "Send payment request to visitor"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: inc/lib_s.php:433
|
3325 |
msgid "Payment status"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: inc/lib_s.php:465
|
3329 |
msgid "Save cost"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: inc/lib_s.php:488
|
3333 |
msgid "Change status"
|
3334 |
msgstr ""
|
3335 |
|
3374 |
msgid "My"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: inc/multiuser.php:1090 inc/personal.php:335 lib/wpdev-bk-edit-toolbar-buttons.php:373
|
3378 |
msgid "Booking resource:"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
+
#: inc/multiuser.php:1122 inc/multiuser.php:1174 lib/wpdev-booking-class.php:1230
|
3382 |
msgid "Users"
|
3383 |
msgstr ""
|
3384 |
|
3870 |
msgid "Booking Details:"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: inc/payments/index.php:219 lib/wpdev-settings-general.php:2303
|
3874 |
+
#: lib/wpdev-settings-general.php:2305
|
3875 |
msgid "You can use following shortcodes in content of this template"
|
3876 |
msgstr ""
|
3877 |
|
3910 |
msgid "%s - inserting BIC "
|
3911 |
msgstr ""
|
3912 |
|
3913 |
+
#: inc/payments/index.php:245 lib/wpdev-settings-general.php:2311
|
3914 |
#, php-format
|
3915 |
msgid ""
|
3916 |
"%s - inserting data info about the booking, which you configured in the content form at Settings "
|
3917 |
"Fields page"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: inc/payments/index.php:247 lib/wpdev-settings-general.php:2313
|
3921 |
#, php-format
|
3922 |
msgid "%s - inserting ID of booking "
|
3923 |
msgstr ""
|
3924 |
|
3925 |
+
#: inc/payments/index.php:249 lib/wpdev-settings-general.php:2315
|
3926 |
#, php-format
|
3927 |
msgid "%s or %s - inserting the title of the booking resource "
|
3928 |
msgstr ""
|
3929 |
|
3930 |
+
#: inc/payments/index.php:251 lib/wpdev-settings-general.php:2317
|
3931 |
#, php-format
|
3932 |
msgid "%s - inserting the cost of booking "
|
3933 |
msgstr ""
|
3934 |
|
3935 |
+
#: inc/payments/index.php:255 lib/wpdev-settings-general.php:2321
|
3936 |
#, php-format
|
3937 |
msgid "%s - inserting the dates of booking"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
+
#: inc/payments/index.php:257 lib/wpdev-settings-general.php:2323
|
3941 |
#, php-format
|
3942 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: inc/payments/index.php:259 lib/wpdev-settings-general.php:2325
|
3946 |
+
#: lib/wpdev-settings-general.php:2326
|
3947 |
#, php-format
|
3948 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3949 |
msgstr ""
|
3950 |
|
3951 |
+
#: inc/payments/index.php:261 lib/wpdev-settings-general.php:2328
|
3952 |
#, php-format
|
3953 |
msgid "%s - inserting the number of booking dates "
|
3954 |
msgstr ""
|
4573 |
msgid "Payment rejected"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: inc/personal.php:130
|
4577 |
msgid "Form / Calendar"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
+
#: inc/personal.php:132
|
4581 |
msgid "Insertion of booking form or availability calendar shortcodes"
|
4582 |
msgstr ""
|
4583 |
|
4584 |
+
#: inc/personal.php:143
|
4585 |
msgid "Selection of form"
|
4586 |
msgstr ""
|
4587 |
|
4588 |
+
#: inc/personal.php:145
|
4589 |
msgid "Insertion selection of booking form for specific booking resource"
|
4590 |
msgstr ""
|
4591 |
|
4592 |
+
#: inc/personal.php:158
|
4593 |
msgid "Insertion search form shortcode"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
+
#: inc/personal.php:183
|
4597 |
msgid "Editing of booking"
|
4598 |
msgstr ""
|
4599 |
|
4600 |
+
#: inc/personal.php:185
|
4601 |
msgid "Insertion system shortcode for booking editing"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
+
#: inc/personal.php:204
|
4605 |
#, php-format
|
4606 |
msgid ""
|
4607 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
4608 |
"shortcodes %shere%s"
|
4609 |
msgstr ""
|
4610 |
|
4611 |
+
#: inc/personal.php:214
|
4612 |
#, php-format
|
4613 |
msgid "You can use shortcode %s for showing title of booking resource "
|
4614 |
msgstr ""
|
4615 |
|
4616 |
+
#: inc/personal.php:217
|
4617 |
#, php-format
|
4618 |
msgid "or cost of booking resource %s"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
+
#: inc/personal.php:227
|
4622 |
#, php-format
|
4623 |
msgid ""
|
4624 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
4625 |
"%s or make %spayment%s after receiving an admin email payment request"
|
4626 |
msgstr ""
|
4627 |
|
4628 |
+
#: inc/personal.php:228
|
4629 |
#, php-format
|
4630 |
msgid ""
|
4631 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
4632 |
"to this page"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
+
#: inc/personal.php:229
|
4636 |
#, php-format
|
4637 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
4638 |
msgstr ""
|
4639 |
|
4640 |
+
#: inc/personal.php:248 inc/personal.php:250
|
4641 |
msgid "Select shortcode to insert"
|
4642 |
msgstr ""
|
4643 |
|
4644 |
+
#: inc/personal.php:255
|
4645 |
msgid "Search form"
|
4646 |
msgstr ""
|
4647 |
|
4648 |
+
#: inc/personal.php:270
|
4649 |
#, php-format
|
4650 |
msgid ""
|
4651 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
4652 |
"is submit showing the search results at different page"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: inc/personal.php:280
|
4656 |
msgid "Check this box to show search results on other page"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: inc/personal.php:286
|
4660 |
msgid "URL of search results:"
|
4661 |
msgstr ""
|
4662 |
|
4663 |
+
#: inc/personal.php:288
|
4664 |
msgid "Type the URL of search results page."
|
4665 |
msgstr ""
|
4666 |
|
4667 |
+
#: inc/personal.php:294
|
4668 |
msgid "Title of Search results:"
|
4669 |
msgstr ""
|
4670 |
|
4671 |
+
#: inc/personal.php:296
|
4672 |
msgid "Search results:"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: inc/personal.php:297
|
4676 |
msgid "Type the title of Search results."
|
4677 |
msgstr ""
|
4678 |
|
4679 |
+
#: inc/personal.php:303
|
4680 |
msgid "Nothing Found Message:"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
+
#: inc/personal.php:305
|
4684 |
msgid "Nothing Found."
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: inc/personal.php:306
|
4688 |
msgid "Type the message, when nothing found."
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: inc/personal.php:313
|
4692 |
msgid "Search only for users:"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
+
#: inc/personal.php:315
|
4696 |
msgid ""
|
4697 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
4698 |
"users, or leave it blank for searching for all users."
|
4699 |
msgstr ""
|
4700 |
|
4701 |
+
#: inc/personal.php:350 inc/wpbc-booking-select-widget.php:157
|
4702 |
msgid ""
|
4703 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
4704 |
"resources."
|
4705 |
msgstr ""
|
4706 |
|
4707 |
+
#: inc/personal.php:356 inc/wpbc-booking-select-widget.php:163
|
4708 |
msgid "Preselected resource"
|
4709 |
msgstr ""
|
4710 |
|
4711 |
+
#: inc/personal.php:358 inc/wpbc-booking-select-widget.php:170 lib/wpbc-gcal.php:516
|
4712 |
#: lib/wpbc-gcal.php:929
|
4713 |
msgid "None"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
+
#: inc/personal.php:365
|
4717 |
msgid "Define preselected resource."
|
4718 |
msgstr ""
|
4719 |
|
4720 |
+
#: inc/personal.php:373 lib/wpdev-bk-edit-toolbar-buttons.php:393
|
4721 |
msgid "Visible months:"
|
4722 |
msgstr ""
|
4723 |
|
4724 |
+
#: inc/personal.php:388 lib/wpdev-bk-edit-toolbar-buttons.php:408
|
4725 |
msgid "Select number of month to show for calendar."
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: inc/personal.php:397
|
4729 |
msgid "Please select the resource:"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
+
#: inc/personal.php:398
|
4733 |
msgid "Title near your select box."
|
4734 |
msgstr ""
|
4735 |
|
4736 |
+
#: inc/personal.php:404 inc/wpbc-booking-select-widget.php:229
|
4737 |
msgid "First option title"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
+
#: inc/personal.php:405 inc/personal.php:866
|
4741 |
msgid "Please Select"
|
4742 |
msgstr ""
|
4743 |
|
4744 |
+
#: inc/personal.php:406 inc/wpbc-booking-select-widget.php:236
|
4745 |
msgid "First option in dropdown list."
|
4746 |
msgstr ""
|
4747 |
|
4748 |
+
#: inc/personal.php:407 inc/wpbc-booking-select-widget.php:238
|
4749 |
msgid "Please leave it empty if you want to skip it."
|
4750 |
msgstr ""
|
4751 |
|
4752 |
+
#: inc/personal.php:414
|
4753 |
#, php-format
|
4754 |
msgid ""
|
4755 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
4756 |
"selectbox"
|
4757 |
msgstr ""
|
4758 |
|
4759 |
+
#: inc/personal.php:582
|
4760 |
msgid "This booking resources does not exist"
|
4761 |
msgstr ""
|
4762 |
|
4763 |
+
#: inc/personal.php:601
|
4764 |
msgid "Processing"
|
4765 |
msgstr ""
|
4766 |
|
4767 |
+
#: inc/personal.php:628
|
4768 |
msgid "Generating columns"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
+
#: inc/personal.php:668
|
4772 |
msgid "Exporting booking data"
|
4773 |
msgstr ""
|
4774 |
|
4775 |
+
#: inc/personal.php:707
|
4776 |
msgid "Generating content of file"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: inc/personal.php:749
|
4780 |
msgid "Saving to file"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
+
#: inc/personal.php:766
|
4784 |
msgid "Export bookings"
|
4785 |
msgstr ""
|
4786 |
|
4787 |
+
#: inc/personal.php:769
|
4788 |
msgid "Download the CSV file of exported booking data"
|
4789 |
msgstr ""
|
4790 |
|
4791 |
+
#: inc/personal.php:777
|
4792 |
msgid "Download"
|
4793 |
msgstr ""
|
4794 |
|
4795 |
+
#: inc/personal.php:787 lib/wpbc-gcal-class.php:444 lib/wpbc-gcal.php:102
|
4796 |
msgid "Done"
|
4797 |
msgstr ""
|
4798 |
|
4799 |
+
#: inc/personal.php:1042
|
4800 |
msgid "link"
|
4801 |
msgstr ""
|
4802 |
|
4803 |
+
#: inc/personal.php:1163
|
4804 |
msgid "Print bookings"
|
4805 |
msgstr ""
|
4806 |
|
4807 |
+
#: inc/personal.php:1184
|
4808 |
msgid "The booking was canceled by the visitor."
|
4809 |
msgstr ""
|
4810 |
|
4811 |
+
#: inc/personal.php:1198 inc/personal.php:1209 lib/wpdev-booking-class.php:1726
|
4812 |
+
#: lib/wpdev-booking-class.php:1773
|
4813 |
msgid "Wrong booking hash in URL (probably expired)"
|
4814 |
msgstr ""
|
4815 |
|
4816 |
+
#: inc/personal.php:1237
|
4817 |
msgid "The booking has been canceled successfully"
|
4818 |
msgstr ""
|
4819 |
|
4820 |
+
#: inc/personal.php:1376
|
4821 |
msgid "Add New Booking Resource(s)"
|
4822 |
msgstr ""
|
4823 |
|
4824 |
+
#: inc/personal.php:1381
|
4825 |
msgid "New Resource"
|
4826 |
msgstr ""
|
4827 |
|
4828 |
+
#: inc/personal.php:1385
|
4829 |
msgid "Enter title here"
|
4830 |
msgstr ""
|
4831 |
|
4832 |
+
#: inc/personal.php:1387
|
4833 |
msgid "Enter name of booking resource"
|
4834 |
msgstr ""
|
4835 |
|
4836 |
+
#: inc/personal.php:1396
|
4837 |
msgid "Advanced Options"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
+
#: inc/personal.php:1397
|
4841 |
msgid "Add new resource(s)"
|
4842 |
msgstr ""
|
4843 |
|
4844 |
+
#: inc/personal.php:1513
|
4845 |
msgid "Default booking resource"
|
4846 |
msgstr ""
|
4847 |
|
4848 |
+
#: inc/personal.php:1529
|
4849 |
msgid "Select your default booking resource."
|
4850 |
msgstr ""
|
4851 |
|
4852 |
+
#: inc/personal.php:1533
|
4853 |
msgid "Resources number per page"
|
4854 |
msgstr ""
|
4855 |
|
4856 |
+
#: inc/personal.php:1542
|
4857 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
4858 |
msgstr ""
|
4859 |
|
4860 |
+
#: inc/personal.php:1556
|
4861 |
msgid "URL to edit bookings"
|
4862 |
msgstr ""
|
4863 |
|
4864 |
+
#: inc/personal.php:1558
|
4865 |
#, php-format
|
4866 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
4867 |
msgstr ""
|
4868 |
|
4869 |
+
#: inc/personal.php:1576
|
4870 |
msgid "Change hash after the booking is approved"
|
4871 |
msgstr ""
|
4872 |
|
4873 |
+
#: inc/personal.php:1582
|
4874 |
msgid ""
|
4875 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
4876 |
"not be able to edit or cancel the booking."
|
4877 |
msgstr ""
|
4878 |
|
4879 |
+
#: inc/personal.php:1594
|
4880 |
msgid "Configuration in several languages"
|
4881 |
msgstr ""
|
4882 |
|
4883 |
+
#: inc/personal.php:1595
|
4884 |
#, php-format
|
4885 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: inc/personal.php:1596
|
4889 |
#, php-format
|
4890 |
msgid "Example #1: %s - start French translation section"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
+
#: inc/personal.php:1597
|
4894 |
#, php-format
|
4895 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4896 |
msgstr ""
|
4897 |
|
4898 |
+
#: inc/personal.php:1613 lib/wpdev-settings-general.php:2381
|
4899 |
msgid "Customization of email template, which is sending to Admin after new booking"
|
4900 |
msgstr ""
|
4901 |
|
4902 |
+
#: inc/personal.php:1614 lib/wpdev-settings-general.php:2382
|
4903 |
msgid "New for Admin"
|
4904 |
msgstr ""
|
4905 |
|
4906 |
+
#: inc/personal.php:1622 lib/wpdev-settings-general.php:2390
|
4907 |
msgid "Customization of email template, which is sending to Visitor after new booking"
|
4908 |
msgstr ""
|
4909 |
|
4910 |
+
#: inc/personal.php:1623 lib/wpdev-settings-general.php:2391
|
4911 |
msgid "New for Visitor"
|
4912 |
msgstr ""
|
4913 |
|
4914 |
+
#: inc/personal.php:1631 lib/wpdev-settings-general.php:2399
|
4915 |
msgid "Customization of email template, which is sending to Visitor after approval of booking"
|
4916 |
msgstr ""
|
4917 |
|
4918 |
+
#: inc/personal.php:1640 lib/wpdev-settings-general.php:2408
|
4919 |
msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
|
4920 |
msgstr ""
|
4921 |
|
4922 |
+
#: inc/personal.php:1641 lib/wpdev-settings-general.php:2409
|
4923 |
msgid "Declined"
|
4924 |
msgstr ""
|
4925 |
|
4926 |
+
#: inc/personal.php:1649
|
4927 |
msgid "Customization of email template, which is sending after modification of booking"
|
4928 |
msgstr ""
|
4929 |
|
4930 |
+
#: inc/personal.php:1650
|
4931 |
msgid "Modified"
|
4932 |
msgstr ""
|
4933 |
|
4934 |
+
#: inc/personal.php:1659
|
4935 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
4936 |
msgstr ""
|
4937 |
|
4938 |
+
#: inc/personal.php:1660
|
4939 |
msgid "Payment request"
|
4940 |
msgstr ""
|
4941 |
|
4942 |
+
#: inc/personal.php:1714
|
4943 |
msgid "Standard Form Template"
|
4944 |
msgstr ""
|
4945 |
|
4946 |
+
#: inc/personal.php:1715
|
4947 |
msgid "2 Columns Form Template"
|
4948 |
msgstr ""
|
4949 |
|
4950 |
+
#: inc/personal.php:1716
|
4951 |
msgid "Wizard Form Template(several steps)"
|
4952 |
msgstr ""
|
4953 |
|
4954 |
+
#: inc/personal.php:1718
|
4955 |
msgid "Payment Form Template"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: inc/personal.php:1719
|
4959 |
msgid "Time Slots Form Template"
|
4960 |
msgstr ""
|
4961 |
|
4962 |
+
#: inc/personal.php:1721
|
4963 |
msgid "Time slots for different weekends Form Template"
|
4964 |
msgstr ""
|
4965 |
|
4966 |
+
#: inc/personal.php:1722
|
4967 |
msgid "Hints Form Template"
|
4968 |
msgstr ""
|
4969 |
|
4970 |
+
#: inc/personal.php:1735
|
4971 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
+
#: inc/personal.php:1739
|
4975 |
msgid "Both"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
+
#: inc/personal.php:1751 inc/personal.php:4233
|
4979 |
msgid "Please configure the form for content of booking fields data!"
|
4980 |
msgstr ""
|
4981 |
|
4982 |
+
#: inc/personal.php:1759 inc/personal.php:4241
|
4983 |
msgid "Please configure the form fields!"
|
4984 |
msgstr ""
|
4985 |
|
4986 |
+
#: inc/personal.php:1792
|
4987 |
msgid "Default title of bookings"
|
4988 |
msgstr ""
|
4989 |
|
4990 |
+
#: inc/personal.php:1794
|
4991 |
#, php-format
|
4992 |
msgid ""
|
4993 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
4994 |
"the shortcodes from the bottom form of Settings Fields page)."
|
4995 |
msgstr ""
|
4996 |
|
4997 |
+
#: inc/personal.php:1811
|
4998 |
msgid "CSV data separator"
|
4999 |
msgstr ""
|
5000 |
|
5001 |
+
#: inc/personal.php:1816
|
5002 |
msgid "semicolon"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
+
#: inc/personal.php:1817
|
5006 |
msgid "comma"
|
5007 |
msgstr ""
|
5008 |
|
5009 |
+
#: inc/personal.php:1823
|
5010 |
msgid "Select separator of data for export bookings to CSV."
|
5011 |
msgstr ""
|
5012 |
|
5013 |
+
#: inc/personal.php:1836
|
5014 |
msgid "Incorrect date format"
|
5015 |
msgstr ""
|
5016 |
|
5017 |
+
#: inc/personal.php:2092
|
5018 |
msgid "Booking Resource"
|
5019 |
msgstr ""
|
5020 |
|
5021 |
+
#: inc/personal.php:2102 lib/wpdev-bk-lib.php:1569
|
5022 |
msgid "All bookings"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
+
#: inc/personal.php:2106
|
5026 |
msgid "All incoming bookings"
|
5027 |
msgstr ""
|
5028 |
|
5029 |
+
#: inc/personal.php:2111
|
5030 |
msgid "New reservations made today"
|
5031 |
msgstr ""
|
5032 |
|
5033 |
+
#: inc/personal.php:2116
|
5034 |
msgid "Reservations for today"
|
5035 |
msgstr ""
|
5036 |
|
5037 |
+
#: inc/personal.php:2138
|
5038 |
msgid "Add new booking resource"
|
5039 |
msgstr ""
|
5040 |
|
5041 |
+
#: inc/personal.php:3009
|
5042 |
msgid "Change your Booking"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
+
#: inc/personal.php:3011
|
5046 |
msgid "Cancel Booking"
|
5047 |
msgstr ""
|
5048 |
|
5049 |
+
#: inc/personal.php:3244 inc/personal.php:3430 lib/wpbc-booking-new.php:148
|
5050 |
#: lib/wpbc-booking-new.php:150
|
5051 |
msgid "Updated successfully"
|
5052 |
msgstr ""
|
5053 |
|
5054 |
+
#: inc/personal.php:3258
|
5055 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
5056 |
msgstr ""
|
5057 |
|
5058 |
+
#: inc/personal.php:3387
|
5059 |
msgid "The booking has been duplicated successfully"
|
5060 |
msgstr ""
|
5061 |
|
5062 |
+
#: inc/personal.php:3398
|
5063 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
5064 |
msgstr ""
|
5065 |
|
5066 |
+
#: inc/personal.php:3665 lib/wpdev-settings-general.php:1950
|
5067 |
msgid "Email to \"Admin\" after a new booking"
|
5068 |
msgstr ""
|
5069 |
|
5070 |
+
#: inc/personal.php:3687 lib/wpdev-settings-general.php:1972
|
5071 |
#, php-format
|
5072 |
msgid "Type default %sadmin email%s for booking confirmation"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: inc/personal.php:3694 lib/wpdev-settings-general.php:1979
|
5076 |
#, php-format
|
5077 |
msgid ""
|
5078 |
"Type the default %sadmin email%s sending the booking confimation. You can use this %s shortcode."
|
5079 |
msgstr ""
|
5080 |
|
5081 |
+
#: inc/personal.php:3701 lib/wpdev-settings-general.php:1986
|
5082 |
#, php-format
|
5083 |
msgid "Type your email %ssubject%s for the booking confimation message."
|
5084 |
msgstr ""
|
5085 |
|
5086 |
+
#: inc/personal.php:3722 lib/wpdev-settings-general.php:2006
|
5087 |
#, php-format
|
5088 |
msgid "Type your %semail message content for checking booking%s in. "
|
5089 |
msgstr ""
|
5090 |
|
5091 |
+
#: inc/personal.php:3731
|
5092 |
#, php-format
|
5093 |
msgid ""
|
5094 |
"For example: \"You have a new reservation %s on the following date(s): %s Contact information: "
|
5095 |
"%s You can approve or edit this booking at: %s Thank you, Reservation service.\""
|
5096 |
msgstr ""
|
5097 |
|
5098 |
+
#: inc/personal.php:3731 inc/personal.php:3804 inc/personal.php:3889 inc/personal.php:4068
|
5099 |
+
#: lib/wpbc-gcal.php:862 lib/wpdev-booking-functions.php:1759 lib/wpdev-settings-general.php:2015
|
5100 |
msgid "here"
|
5101 |
msgstr ""
|
5102 |
|
5103 |
+
#: inc/personal.php:3746 lib/wpdev-settings-general.php:2030
|
5104 |
msgid "Email to \"Person\" after they make a new reservation"
|
5105 |
msgstr ""
|
5106 |
|
5107 |
+
#: inc/personal.php:3776 lib/wpdev-settings-general.php:2060
|
5108 |
#, php-format
|
5109 |
msgid "Type email subject for %svisitor after creating a new reservation%s."
|
5110 |
msgstr ""
|
5111 |
|
5112 |
+
#: inc/personal.php:3777
|
5113 |
#, php-format
|
5114 |
msgid "Use these %s shortcodes."
|
5115 |
msgstr ""
|
5116 |
|
5117 |
+
#: inc/personal.php:3798 lib/wpdev-settings-general.php:2081
|
5118 |
#, php-format
|
5119 |
msgid "Type your %semail message for visitor after creating a new reservation%s"
|
5120 |
msgstr ""
|
5121 |
|
5122 |
+
#: inc/personal.php:3804
|
5123 |
#, php-format
|
5124 |
msgid ""
|
5125 |
"For example: \"Your reservation %s on these date(s): %s is processing now! We will send "
|
5127 |
"service.\""
|
5128 |
msgstr ""
|
5129 |
|
5130 |
+
#: inc/personal.php:3818 lib/wpdev-settings-general.php:2103
|
5131 |
msgid "Email to \"Person\" after booking is approved"
|
5132 |
msgstr ""
|
5133 |
|
5134 |
+
#: inc/personal.php:3861 lib/wpdev-settings-general.php:2146
|
5135 |
#, php-format
|
5136 |
msgid "Type your email subject for the %sapproved booking%s."
|
5137 |
msgstr ""
|
5138 |
|
5139 |
+
#: inc/personal.php:3881 lib/wpdev-settings-general.php:2166
|
5140 |
#, php-format
|
5141 |
msgid "Type your %semail message for the approved booking%s from the website"
|
5142 |
msgstr ""
|
5143 |
|
5144 |
+
#: inc/personal.php:3889
|
5145 |
#, php-format
|
5146 |
msgid ""
|
5147 |
"For example: \"Your reservation %s on these date(s): %s has been approved.%s You can edit this "
|
5148 |
"booking on this page: %s . Thank you, Reservation service.\""
|
5149 |
msgstr ""
|
5150 |
|
5151 |
+
#: inc/personal.php:3903 lib/wpdev-settings-general.php:2190
|
5152 |
msgid "Email to \"Person\" after their booking has been denied"
|
5153 |
msgstr ""
|
5154 |
|
5155 |
+
#: inc/personal.php:3948 lib/wpdev-settings-general.php:2235
|
5156 |
#, php-format
|
5157 |
msgid "Type your email subject for the %sdenied booking%s."
|
5158 |
msgstr ""
|
5159 |
|
5160 |
+
#: inc/personal.php:3968 lib/wpdev-settings-general.php:2255
|
5161 |
#, php-format
|
5162 |
msgid "Type your %semail message for the denied booking%s from the website"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
+
#: inc/personal.php:3977 lib/wpdev-settings-general.php:2265
|
5166 |
#, php-format
|
5167 |
msgid ""
|
5168 |
"For example: \"Your reservation %s on these date(s): %s has been canceled. Please contact us for "
|
5169 |
"more information. %s Thank you, Reservation service.\""
|
5170 |
msgstr ""
|
5171 |
|
5172 |
+
#: inc/personal.php:3993
|
5173 |
msgid "Email to \"Person\" after booking is modified"
|
5174 |
msgstr ""
|
5175 |
|
5176 |
+
#: inc/personal.php:4038
|
5177 |
#, php-format
|
5178 |
msgid "Type your email subject for the %smodified booking%s. "
|
5179 |
msgstr ""
|
5180 |
|
5181 |
+
#: inc/personal.php:4058
|
5182 |
#, php-format
|
5183 |
msgid "Type your %semail message for the modified booking%s from the website"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
+
#: inc/personal.php:4068
|
5187 |
#, php-format
|
5188 |
msgid ""
|
5189 |
"For example: \"The reservation %s on these date(s): %s has been modified. %s You can edit this "
|
5190 |
"booking on this page: %s . Thank you, Reservation service.\""
|
5191 |
msgstr ""
|
5192 |
|
5193 |
+
#: inc/personal.php:4150
|
5194 |
msgid "Form fields"
|
5195 |
msgstr ""
|
5196 |
|
5197 |
+
#: inc/personal.php:4192
|
5198 |
#, php-format
|
5199 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
5200 |
msgstr ""
|
5201 |
|
5202 |
+
#: inc/personal.php:4214
|
5203 |
#, php-format
|
5204 |
msgid "%s - inserting data from fields of booking form"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
+
#: inc/personal.php:4215
|
5208 |
#, php-format
|
5209 |
msgid "%s - inserting new line"
|
5210 |
msgstr ""
|
5211 |
|
5212 |
+
#: inc/personal.php:4216
|
5213 |
msgid "Use any other HTML tags (carefully)."
|
5214 |
msgstr ""
|
5215 |
|
5216 |
+
#: inc/personal.php:4310 inc/personal.php:4321 inc/personal.php:4336
|
5217 |
msgid "First Name"
|
5218 |
msgstr ""
|
5219 |
|
5220 |
+
#: inc/personal.php:4311 inc/personal.php:4322 inc/personal.php:4337
|
5221 |
msgid "Last Name"
|
5222 |
msgstr ""
|
5223 |
|
5224 |
+
#: inc/personal.php:4312 inc/personal.php:4323 inc/personal.php:4338
|
5225 |
msgid "Email"
|
5226 |
msgstr ""
|
5227 |
|
5228 |
+
#: inc/personal.php:4320 inc/personal.php:4335 lib/wpdev-bk-timeline.php:225
|
5229 |
+
#: lib/wpdev-bk-timeline.php:569
|
5230 |
msgid "Times"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
+
#: inc/personal.php:4340
|
5234 |
msgid "Address"
|
5235 |
msgstr ""
|
5236 |
|
5237 |
+
#: inc/personal.php:4341
|
5238 |
msgid "City"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: inc/personal.php:4342
|
5242 |
msgid "Post code"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
+
#: inc/personal.php:4395
|
5246 |
msgid "Please, reserve an apartment with fresh flowers."
|
5247 |
msgstr ""
|
5248 |
|
5249 |
+
#: inc/personal.php:4501
|
5250 |
msgid "The reservation has been modified"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
+
#: inc/personal.php:4502
|
5254 |
#, php-format
|
5255 |
msgid ""
|
5256 |
"The reservation %s for: %s has been modified. %sYou can edit this booking on this page: %s "
|
5257 |
"Thank you, %s"
|
5258 |
msgstr ""
|
5259 |
|
5260 |
+
#: inc/personal.php:4555
|
5261 |
msgid "Sending request..."
|
5262 |
msgstr ""
|
5263 |
|
5264 |
+
#: inc/personal.php:4582
|
5265 |
msgid "Order number"
|
5266 |
msgstr ""
|
5267 |
|
5268 |
+
#: inc/personal.php:4585
|
5269 |
msgid "Register"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: inc/personal.php:4587
|
5273 |
msgid ""
|
5274 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
5275 |
msgstr ""
|
5276 |
|
5277 |
+
#: inc/personal.php:4591
|
5278 |
#, php-format
|
5279 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
5280 |
msgstr ""
|
5292 |
msgstr ""
|
5293 |
|
5294 |
#: inc/sync/wpbc-sync-gcal-api.php:75 lib/wpdev-booking-class.php:716
|
5295 |
+
#: lib/wpdev-booking-class.php:1204
|
5296 |
msgid "General Settings"
|
5297 |
msgstr ""
|
5298 |
|
5309 |
msgid "Select booking resource"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
+
#: inc/wpbc-booking-select-widget.php:39 lib/wpdev-booking-class.php:1972
|
5313 |
#: lib/wpdev-booking-widget.php:26
|
5314 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
5315 |
msgstr ""
|
5429 |
msgid "The code you entered is incorrect"
|
5430 |
msgstr ""
|
5431 |
|
5432 |
+
#: lib/wpbc-booking-new.php:649
|
5433 |
msgid "Error!"
|
5434 |
msgstr ""
|
5435 |
|
5436 |
+
#: lib/wpbc-booking-new.php:650
|
5437 |
msgid ""
|
5438 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
5439 |
"booking again."
|
5440 |
msgstr ""
|
5441 |
|
5442 |
+
#: lib/wpbc-class-dismiss.php:80 lib/wpbc-welcome.php:1337
|
5443 |
msgid "Dismiss"
|
5444 |
msgstr ""
|
5445 |
|
5473 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
5474 |
msgstr ""
|
5475 |
|
5476 |
+
#: lib/wpbc-gcal-class.php:581 lib/wpbc-gcal-class.php:626
|
5477 |
msgid "GID"
|
5478 |
msgstr ""
|
5479 |
|
5480 |
+
#: lib/wpbc-gcal-class.php:605
|
5481 |
msgid "Location:"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
+
#: lib/wpbc-gcal-class.php:633
|
5485 |
msgid "Reload page"
|
5486 |
msgstr ""
|
5487 |
|
5488 |
+
#: lib/wpbc-gcal-class.php:637 lib/wpdev-bk-lib.php:1730
|
5489 |
msgid "Do you really want to delete selected booking(s) ?"
|
5490 |
msgstr ""
|
5491 |
|
5492 |
+
#: lib/wpbc-gcal-class.php:645
|
5493 |
msgid "Delete selected booking(s)"
|
5494 |
msgstr ""
|
5495 |
|
5497 |
msgid "Imported 0 events."
|
5498 |
msgstr ""
|
5499 |
|
5500 |
+
#: lib/wpbc-gcal.php:170 lib/wpbc-gcal.php:912
|
5501 |
+
msgid "Import"
|
5502 |
msgstr ""
|
5503 |
|
5504 |
#: lib/wpbc-gcal.php:171
|
5753 |
msgid "Import Google Calendar Events"
|
5754 |
msgstr ""
|
5755 |
|
|
|
|
|
|
|
|
|
5756 |
#: lib/wpbc-notices.php:26
|
5757 |
#, php-format
|
5758 |
msgid ""
|
5784 |
msgid "Please, select booking date(s) at Calendar."
|
5785 |
msgstr ""
|
5786 |
|
5787 |
+
#: lib/wpbc-welcome.php:726 lib/wpbc-welcome.php:1175 lib/wpdev-booking-class.php:372
|
5788 |
#: lib/wpdev-settings-general.php:1306
|
5789 |
msgid "Purchase"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
+
#: lib/wpbc-welcome.php:726 lib/wpbc-welcome.php:1175 lib/wpdev-bk-lib.php:687
|
5793 |
#: lib/wpdev-booking-class.php:372 lib/wpdev-settings-general.php:1306
|
5794 |
msgid "Upgrade Now"
|
5795 |
msgstr ""
|
5796 |
|
5797 |
+
#: lib/wpbc-welcome.php:1353
|
5798 |
msgid "We’ve assembled some links to get you started:"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
+
#: lib/wpbc-welcome.php:1356
|
5802 |
msgid "Get Started"
|
5803 |
msgstr ""
|
5804 |
|
5805 |
+
#: lib/wpbc-welcome.php:1359
|
5806 |
#, php-format
|
5807 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
5808 |
msgstr ""
|
5809 |
|
5810 |
+
#: lib/wpbc-welcome.php:1367
|
5811 |
#, php-format
|
5812 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
5813 |
msgstr ""
|
5814 |
|
5815 |
+
#: lib/wpbc-welcome.php:1373
|
5816 |
#, php-format
|
5817 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
5818 |
msgstr ""
|
5819 |
|
5820 |
+
#: lib/wpbc-welcome.php:1379
|
5821 |
#, php-format
|
5822 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
5823 |
msgstr ""
|
5824 |
|
5825 |
+
#: lib/wpbc-welcome.php:1386
|
5826 |
msgid "Next Steps"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: lib/wpbc-welcome.php:1389
|
5830 |
#, php-format
|
5831 |
msgid "Check %sBooking Listing%s page for new bookings."
|
5832 |
msgstr ""
|
5833 |
|
5834 |
+
#: lib/wpbc-welcome.php:1395
|
5835 |
#, php-format
|
5836 |
msgid "Configure booking %sSettings%s."
|
5837 |
msgstr ""
|
5838 |
|
5839 |
+
#: lib/wpbc-welcome.php:1400
|
5840 |
#, php-format
|
5841 |
msgid "Configure predefined set of your %sForm Fields%s."
|
5842 |
msgstr ""
|
5843 |
|
5844 |
+
#: lib/wpbc-welcome.php:1405
|
5845 |
#, php-format
|
5846 |
msgid "Configure your predefined %sEmail Templates%s."
|
5847 |
msgstr ""
|
5848 |
|
5849 |
+
#: lib/wpbc-welcome.php:1412
|
5850 |
msgid "Have a questions?"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
+
#: lib/wpbc-welcome.php:1415
|
5854 |
#, php-format
|
5855 |
msgid "Check out our %sHelp%s"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
+
#: lib/wpbc-welcome.php:1420
|
5859 |
#, php-format
|
5860 |
msgid "See %sFAQ%s."
|
5861 |
msgstr ""
|
5862 |
|
5863 |
+
#: lib/wpbc-welcome.php:1425
|
5864 |
#, php-format
|
5865 |
msgid "Still having questions? Contact %sSupport%s."
|
5866 |
msgstr ""
|
5867 |
|
5868 |
+
#: lib/wpbc-welcome.php:1433
|
5869 |
#, php-format
|
5870 |
msgid "Need even more functionality? Check %s higher versions %s"
|
5871 |
msgstr ""
|
6064 |
msgid "About Booking Calendar"
|
6065 |
msgstr ""
|
6066 |
|
6067 |
+
#: lib/wpdev-bk-lib.php:684 lib/wpdev-booking-class.php:462 lib/wpdev-booking-class.php:1267
|
6068 |
+
#: lib/wpdev-booking-class.php:1269
|
6069 |
msgid "FAQ"
|
6070 |
msgstr ""
|
6071 |
|
6473 |
msgid "Check Premium Features"
|
6474 |
msgstr ""
|
6475 |
|
6476 |
+
#: lib/wpdev-booking-class.php:439 lib/wpdev-booking-class.php:1236
|
6477 |
+
#: lib/wpdev-booking-class.php:1237 lib/wpdev-booking-class.php:1245
|
6478 |
+
#: lib/wpdev-booking-class.php:1246
|
6479 |
msgid "Upgrade"
|
6480 |
msgstr ""
|
6481 |
|
6518 |
msgstr ""
|
6519 |
|
6520 |
#: lib/wpdev-booking-class.php:584 lib/wpdev-booking-class.php:663
|
6521 |
+
#: lib/wpdev-booking-functions.php:2490 lib/wpdev-settings-general.php:1208
|
6522 |
msgid "Settings"
|
6523 |
msgstr ""
|
6524 |
|
6538 |
msgid "Booking Calendar Settings"
|
6539 |
msgstr ""
|
6540 |
|
6541 |
+
#: lib/wpdev-booking-class.php:673 lib/wpdev-booking-functions.php:2458
|
6542 |
#: lib/wpdev-settings-general.php:1167
|
6543 |
msgid "Bookings"
|
6544 |
msgstr ""
|
6547 |
msgid "Bookings listing"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
+
#: lib/wpdev-booking-class.php:1124
|
6551 |
msgid "Send email notification to customer about this operation"
|
6552 |
msgstr ""
|
6553 |
|
6554 |
+
#: lib/wpdev-booking-class.php:1203
|
6555 |
msgid "General"
|
6556 |
msgstr ""
|
6557 |
|
6558 |
+
#: lib/wpdev-booking-class.php:1208
|
6559 |
msgid "Fields"
|
6560 |
msgstr ""
|
6561 |
|
6562 |
+
#: lib/wpdev-booking-class.php:1209
|
6563 |
msgid "Fields Settings"
|
6564 |
msgstr ""
|
6565 |
|
6566 |
+
#: lib/wpdev-booking-class.php:1212
|
6567 |
msgid "Emails"
|
6568 |
msgstr ""
|
6569 |
|
6570 |
+
#: lib/wpdev-booking-class.php:1213
|
6571 |
msgid "Emails Settings"
|
6572 |
msgstr ""
|
6573 |
|
6574 |
+
#: lib/wpdev-booking-class.php:1220
|
6575 |
msgid "Payments"
|
6576 |
msgstr ""
|
6577 |
|
6578 |
+
#: lib/wpdev-booking-class.php:1221
|
6579 |
msgid "Payments Settings"
|
6580 |
msgstr ""
|
6581 |
|
6582 |
+
#: lib/wpdev-booking-class.php:1226
|
6583 |
msgid "Search Settings"
|
6584 |
msgstr ""
|
6585 |
|
6586 |
+
#: lib/wpdev-booking-class.php:1231
|
6587 |
msgid "Users Settings"
|
6588 |
msgstr ""
|
6589 |
|
6590 |
+
#: lib/wpdev-booking-class.php:1267
|
6591 |
msgid "Features"
|
6592 |
msgstr ""
|
6593 |
|
6594 |
+
#: lib/wpdev-booking-class.php:1267
|
6595 |
msgid "Live Demos"
|
6596 |
msgstr ""
|
6597 |
|
6598 |
+
#: lib/wpdev-booking-class.php:1267 lib/wpdev-booking-class.php:1269
|
6599 |
msgid "Contact"
|
6600 |
msgstr ""
|
6601 |
|
6602 |
+
#: lib/wpdev-booking-class.php:1267
|
6603 |
msgid "Buy"
|
6604 |
msgstr ""
|
6605 |
|
6606 |
+
#: lib/wpdev-booking-class.php:1554
|
6607 |
msgid "Calendar is loading..."
|
6608 |
msgstr ""
|
6609 |
|
6610 |
+
#: lib/wpdev-booking-class.php:1734
|
6611 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
6612 |
msgstr ""
|
6613 |
|
6614 |
+
#: lib/wpdev-booking-class.php:1879
|
6615 |
#, php-format
|
6616 |
msgid ""
|
6617 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
6618 |
"about this issue at %sthis page%s"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
+
#: lib/wpdev-booking-class.php:2067 lib/wpdev-booking-class.php:2069
|
6622 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
6623 |
msgstr ""
|
6624 |
|
6625 |
+
#: lib/wpdev-booking-class.php:2073
|
6626 |
msgid "You do not set any parameters for booking editing"
|
6627 |
msgstr ""
|
6628 |
|
6629 |
+
#: lib/wpdev-booking-class.php:2192
|
6630 |
#, php-format
|
6631 |
msgid ""
|
6632 |
"Thank you for your online booking. %s We will send confirmation of your booking as soon as "
|
6633 |
"possible."
|
6634 |
msgstr ""
|
6635 |
|
6636 |
+
#: lib/wpdev-booking-class.php:2272 lib/wpdev-booking-class.php:2277
|
6637 |
msgid "New booking"
|
6638 |
msgstr ""
|
6639 |
|
6640 |
+
#: lib/wpdev-booking-class.php:2273
|
6641 |
#, php-format
|
6642 |
msgid ""
|
6643 |
"You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
|
6644 |
"booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
|
6645 |
msgstr ""
|
6646 |
|
6647 |
+
#: lib/wpdev-booking-class.php:2279
|
6648 |
#, php-format
|
6649 |
msgid ""
|
6650 |
"Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
|
6651 |
"edit this booking at this page: %s Thank you, %s"
|
6652 |
msgstr ""
|
6653 |
|
6654 |
+
#: lib/wpdev-booking-class.php:2281
|
6655 |
#, php-format
|
6656 |
msgid ""
|
6657 |
"Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
|
6658 |
"%s"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
+
#: lib/wpdev-booking-class.php:2286
|
6662 |
msgid "Your booking has been approved"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
+
#: lib/wpdev-booking-class.php:2288
|
6666 |
#, php-format
|
6667 |
msgid ""
|
6668 |
"Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
|
6669 |
"you, %s"
|
6670 |
msgstr ""
|
6671 |
|
6672 |
+
#: lib/wpdev-booking-class.php:2289
|
6673 |
#, php-format
|
6674 |
msgid "Your booking %s for: %s has been approved.%sThank you, %s"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
+
#: lib/wpdev-booking-class.php:2292
|
6678 |
msgid "Your booking has been declined"
|
6679 |
msgstr ""
|
6680 |
|
6681 |
+
#: lib/wpdev-booking-class.php:2293
|
6682 |
#, php-format
|
6683 |
msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
|
6684 |
msgstr ""
|
6685 |
|
6686 |
+
#: lib/wpdev-booking-class.php:2303
|
6687 |
msgid "Booking form"
|
6688 |
msgstr ""
|
6689 |
|
6690 |
+
#: lib/wpdev-booking-class.php:2314
|
6691 |
msgid "Available"
|
6692 |
msgstr ""
|
6693 |
|
6694 |
+
#: lib/wpdev-booking-class.php:2318
|
6695 |
msgid "Booked"
|
6696 |
msgstr ""
|
6697 |
|
6698 |
+
#: lib/wpdev-booking-class.php:2321
|
6699 |
msgid "Partially booked"
|
6700 |
msgstr ""
|
6701 |
|
6702 |
+
#: lib/wpdev-booking-class.php:3064
|
6703 |
msgid "Technical support section"
|
6704 |
msgstr ""
|
6705 |
|
6706 |
+
#: lib/wpdev-booking-class.php:3068
|
6707 |
msgid "Reindex booking data"
|
6708 |
msgstr ""
|
6709 |
|
6710 |
+
#: lib/wpdev-booking-class.php:3070
|
6711 |
msgid "Reindex"
|
6712 |
msgstr ""
|
6713 |
|
6714 |
+
#: lib/wpdev-booking-class.php:3076
|
6715 |
msgid ""
|
6716 |
" Click, if you want to reindex booking data by booking dates sort field (Your installation/"
|
6717 |
"update of the plugin must be successful)."
|
6718 |
msgstr ""
|
6719 |
|
6720 |
+
#: lib/wpdev-booking-class.php:3121
|
6721 |
#, php-format
|
6722 |
msgid "%s Found %s not indexed bookings %s"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
+
#: lib/wpdev-booking-class.php:3136
|
6726 |
#, php-format
|
6727 |
msgid "%s Finish getting sort dates. %s"
|
6728 |
msgstr ""
|
6729 |
|
6730 |
+
#: lib/wpdev-booking-class.php:3145
|
6731 |
#, php-format
|
6732 |
msgid "Updated booking: %s"
|
6733 |
msgstr ""
|
6734 |
|
6735 |
+
#: lib/wpdev-booking-functions.php:396
|
6736 |
msgid "no"
|
6737 |
msgstr ""
|
6738 |
|
6739 |
+
#: lib/wpdev-booking-functions.php:1336 lib/wpdev-booking-functions.php:1783
|
6740 |
msgid "Booking system"
|
6741 |
msgstr ""
|
6742 |
|
6743 |
+
#: lib/wpdev-booking-functions.php:2598
|
6744 |
msgid "Warning! Some error occur, during sending registration request."
|
6745 |
msgstr ""
|
6746 |
|
6747 |
+
#: lib/wpdev-booking-functions.php:2603
|
6748 |
msgid ""
|
6749 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
6750 |
"about order number and website) for finishing the registrations"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: lib/wpdev-booking-functions.php:2663
|
6754 |
msgid "version"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: lib/wpdev-booking-functions.php:2665
|
6758 |
#, php-format
|
6759 |
msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
|
6760 |
msgstr ""
|
6781 |
msgid "Auto cancellation / approval"
|
6782 |
msgstr ""
|
6783 |
|
|
|
|
|
|
|
|
|
6784 |
#: lib/wpdev-settings-general.php:67
|
6785 |
msgid "Menu access"
|
6786 |
msgstr ""
|
7180 |
msgid "Check this box to delete all booking data when you uninstal this plugin."
|
7181 |
msgstr ""
|
7182 |
|
7183 |
+
#: lib/wpdev-settings-general.php:1371
|
7184 |
msgid "Show legend below calendar"
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: lib/wpdev-settings-general.php:1379
|
7188 |
msgid "Check this box to display a legend of dates below the booking calendar."
|
7189 |
msgstr ""
|
7190 |
|
7191 |
+
#: lib/wpdev-settings-general.php:1389
|
7192 |
msgid "Available item"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
+
#: lib/wpdev-settings-general.php:1395
|
7196 |
#, php-format
|
7197 |
msgid "Activate and type your %stitle of available%s item in legend"
|
7198 |
msgstr ""
|
7199 |
|
7200 |
+
#: lib/wpdev-settings-general.php:1401
|
7201 |
msgid "Pending item"
|
7202 |
msgstr ""
|
7203 |
|
7204 |
+
#: lib/wpdev-settings-general.php:1407
|
7205 |
#, php-format
|
7206 |
msgid "Activate and type your %stitle of pending%s item in legend"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
+
#: lib/wpdev-settings-general.php:1413
|
7210 |
msgid "Approved item"
|
7211 |
msgstr ""
|
7212 |
|
7213 |
+
#: lib/wpdev-settings-general.php:1419
|
7214 |
#, php-format
|
7215 |
msgid "Activate and type your %stitle of approved%s item in legend"
|
7216 |
msgstr ""
|
7217 |
|
7218 |
+
#: lib/wpdev-settings-general.php:1425
|
7219 |
msgid "Partially booked item"
|
7220 |
msgstr ""
|
7221 |
|
7222 |
+
#: lib/wpdev-settings-general.php:1431
|
7223 |
#, php-format
|
7224 |
msgid "Activate and type your %stitle of partially booked%s item in legend"
|
7225 |
msgstr ""
|
7226 |
|
7227 |
+
#: lib/wpdev-settings-general.php:1432
|
7228 |
msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
|
7229 |
msgstr ""
|
7230 |
|
7231 |
+
#: lib/wpdev-settings-general.php:1439
|
7232 |
+
msgid "Show date number in legend"
|
7233 |
+
msgstr ""
|
7234 |
+
|
7235 |
+
#: lib/wpdev-settings-general.php:1444
|
7236 |
+
msgid "Check this box to display today date number in legend cells. "
|
7237 |
+
msgstr ""
|
7238 |
+
|
7239 |
+
#: lib/wpdev-settings-general.php:1466
|
7240 |
msgid "Form fields labels"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
+
#: lib/wpdev-settings-general.php:1490 lib/wpdev-settings-general.php:1533
|
7244 |
+
#: lib/wpdev-settings-general.php:1678
|
7245 |
msgid "Field Label"
|
7246 |
msgstr ""
|
7247 |
|
7248 |
+
#: lib/wpdev-settings-general.php:1507 lib/wpdev-settings-general.php:1550
|
7249 |
+
#: lib/wpdev-settings-general.php:1595 lib/wpdev-settings-general.php:1641
|
7250 |
+
#: lib/wpdev-settings-general.php:1695 lib/wpdev-settings-general.php:1738
|
7251 |
msgid "Required"
|
7252 |
msgstr ""
|
7253 |
|
7254 |
+
#: lib/wpdev-settings-general.php:1510 lib/wpdev-settings-general.php:1553
|
7255 |
+
#: lib/wpdev-settings-general.php:1653 lib/wpdev-settings-general.php:1698
|
7256 |
+
#: lib/wpdev-settings-general.php:1741
|
7257 |
msgid "Activate or deactivate field and change the label title"
|
7258 |
msgstr ""
|
7259 |
|
7260 |
+
#: lib/wpdev-settings-general.php:1578
|
7261 |
msgid "Email Label"
|
7262 |
msgstr ""
|
7263 |
|
7264 |
+
#: lib/wpdev-settings-general.php:1598
|
7265 |
msgid "Change the label title of this field. Email is obligatory field in booking form."
|
7266 |
msgstr ""
|
7267 |
|
7268 |
+
#: lib/wpdev-settings-general.php:1624
|
7269 |
msgid "Selectbox Label"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: lib/wpdev-settings-general.php:1647
|
7273 |
msgid "Selectbox Values"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
+
#: lib/wpdev-settings-general.php:1654
|
7277 |
msgid "Enter dropdown options. One option per line."
|
7278 |
msgstr ""
|
7279 |
|
7280 |
+
#: lib/wpdev-settings-general.php:1721
|
7281 |
msgid "Textarea Label"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
+
#: lib/wpdev-settings-general.php:2015
|
7285 |
#, php-format
|
7286 |
msgid ""
|
7287 |
"For example: \"You have a new reservation %s on the following date(s): %s Contact information: "
|
7288 |
"%s You can approve or cancel this booking at: %s Thank you, Reservation service.\""
|
7289 |
msgstr ""
|
7290 |
|
7291 |
+
#: lib/wpdev-settings-general.php:2089
|
7292 |
#, php-format
|
7293 |
msgid ""
|
7294 |
"For example: \"Your reservation %s on these date(s): %s is processing now! We will send "
|
7295 |
"confirmation by email. %s Thank you, Reservation service.\""
|
7296 |
msgstr ""
|
7297 |
|
7298 |
+
#: lib/wpdev-settings-general.php:2175
|
7299 |
#, php-format
|
7300 |
msgid ""
|
7301 |
"For example: \"Your reservation %s on these date(s): %s has been approved.%s Thank you, "
|
7302 |
"Reservation service.\""
|
7303 |
msgstr ""
|
7304 |
|
7305 |
+
#: lib/wpdev-settings-general.php:2301
|
7306 |
msgid ""
|
7307 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
7308 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
7309 |
"Settings Fields page."
|
7310 |
msgstr ""
|
7311 |
|
7312 |
+
#: lib/wpdev-settings-general.php:2309
|
7313 |
#, php-format
|
7314 |
msgid "%s - inserting data info about the booking"
|
7315 |
msgstr ""
|
7316 |
|
7317 |
+
#: lib/wpdev-settings-general.php:2332 lib/wpdev-settings-general.php:2340
|
7318 |
#, php-format
|
7319 |
msgid "%s - inserting your site URL "
|
7320 |
msgstr ""
|
7321 |
|
7322 |
+
#: lib/wpdev-settings-general.php:2333
|
7323 |
#, php-format
|
7324 |
msgid "%s - inserting IP address of the user who made this action "
|
7325 |
msgstr ""
|
7326 |
|
7327 |
+
#: lib/wpdev-settings-general.php:2334
|
7328 |
#, php-format
|
7329 |
msgid ""
|
7330 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
7331 |
msgstr ""
|
7332 |
|
7333 |
+
#: lib/wpdev-settings-general.php:2335
|
7334 |
#, php-format
|
7335 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
7336 |
msgstr ""
|
7337 |
|
7338 |
+
#: lib/wpdev-settings-general.php:2336
|
7339 |
#, php-format
|
7340 |
msgid "%s - inserting date of this action "
|
7341 |
msgstr ""
|
7342 |
|
7343 |
+
#: lib/wpdev-settings-general.php:2337
|
7344 |
#, php-format
|
7345 |
msgid "%s - inserting time of this action "
|
7346 |
msgstr ""
|
7347 |
|
7348 |
+
#: lib/wpdev-settings-general.php:2344
|
7349 |
#, php-format
|
7350 |
msgid "%s - inserting moderate link of new booking "
|
7351 |
msgstr ""
|
7352 |
|
7353 |
+
#: lib/wpdev-settings-general.php:2348
|
7354 |
#, php-format
|
7355 |
msgid ""
|
7356 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
7357 |
"parameter for setting different %s of this page. Example: %s )"
|
7358 |
msgstr ""
|
7359 |
|
7360 |
+
#: lib/wpdev-settings-general.php:2350
|
7361 |
#, php-format
|
7362 |
msgid ""
|
7363 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
7364 |
"%s parameter for setting different %s of this page. Example: %s )"
|
7365 |
msgstr ""
|
7366 |
|
7367 |
+
#: lib/wpdev-settings-general.php:2352
|
7368 |
#, php-format
|
7369 |
msgid ""
|
7370 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
7371 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
7372 |
msgstr ""
|
7373 |
|
7374 |
+
#: lib/wpdev-settings-general.php:2356
|
7375 |
#, php-format
|
7376 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
7377 |
msgstr ""
|
7378 |
|
7379 |
+
#: lib/wpdev-settings-general.php:2360
|
7380 |
#, php-format
|
7381 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
7382 |
msgstr ""
|
lib/wpbc-booking-new.php
CHANGED
@@ -302,6 +302,10 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
302 |
make_bk_action('wpbc_update_booking_hash', $booking_id, $bktype );
|
303 |
make_bk_action('wpdev_booking_post_inserted', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) , $formdata );
|
304 |
|
|
|
|
|
|
|
|
|
305 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
306 |
|
307 |
$insert = wpbc_get_SQL_to_insert_dates( $dates_in_diff_formats , $is_approved_dates, $booking_id );
|
@@ -450,10 +454,11 @@ function wpbc_check_dates_intersections( $dates_for_check, $dates_exist ) {
|
|
450 |
$booking_date = $value; // Its array of string dates
|
451 |
|
452 |
// Check dates only if these dates already exist in $what_dates_to_check array
|
453 |
-
if ( isset( $what_dates_to_check[ substr($booking_date, 0, 10) ] ) )
|
454 |
$check_dates[] = $value;
|
455 |
}
|
456 |
|
|
|
457 |
|
458 |
foreach ( $check_dates as $value ) {
|
459 |
|
@@ -480,7 +485,7 @@ function wpbc_check_dates_intersections( $dates_for_check, $dates_exist ) {
|
|
480 |
|
481 |
asort( $booked_dates ); // Sort dates
|
482 |
|
483 |
-
//debuge($booked_dates);
|
484 |
if ( ! $is_intersected ) {
|
485 |
|
486 |
// check dates and times for intersections
|
302 |
make_bk_action('wpbc_update_booking_hash', $booking_id, $bktype );
|
303 |
make_bk_action('wpdev_booking_post_inserted', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) , $formdata );
|
304 |
|
305 |
+
// $booking_cost = apply_bk_filter('get_booking_cost_from_db', '', $my_boooking_id); // Auto approve booking if cost = 0.
|
306 |
+
// if (empty($booking_cost)) {
|
307 |
+
// $is_approved_dates = '1';
|
308 |
+
// }
|
309 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
310 |
|
311 |
$insert = wpbc_get_SQL_to_insert_dates( $dates_in_diff_formats , $is_approved_dates, $booking_id );
|
454 |
$booking_date = $value; // Its array of string dates
|
455 |
|
456 |
// Check dates only if these dates already exist in $what_dates_to_check array
|
457 |
+
if ( ( isset( $what_dates_to_check[ substr($booking_date, 0, 10) ] ) ) ) //|| ( intval( substr( $booking_date, -1 ) ) != 0 ) )
|
458 |
$check_dates[] = $value;
|
459 |
}
|
460 |
|
461 |
+
if ( count( $check_dates ) == 0 ) return $is_intersected; // No intersected dates at all in exist bookings. Return. //FixIn: 6.0.1.13
|
462 |
|
463 |
foreach ( $check_dates as $value ) {
|
464 |
|
485 |
|
486 |
asort( $booked_dates ); // Sort dates
|
487 |
|
488 |
+
//debuge('$booked_dates',$booked_dates);
|
489 |
if ( ! $is_intersected ) {
|
490 |
|
491 |
// check dates and times for intersections
|
lib/wpbc-constants.php
CHANGED
@@ -22,12 +22,12 @@ if (!defined('WP_BK_SHOW_BOOKING_NOTES')) define('WP_BK_SHOW_BOOKI
|
|
22 |
if (!defined('WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS')) define('WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS', false );
|
23 |
if (!defined('WP_BK_SHOW_DEPOSIT_AND_TOTAL_PAYMENT')) define('WP_BK_SHOW_DEPOSIT_AND_TOTAL_PAYMENT', false ); // Show both deposit and total cost payment forms, after visitor submit booking. Important! Please note, in this case at admin panel for booking will be saved deposit cost and notes about deposit, do not depend from the visitor choise of this payment. So you need to check each such payment manually.
|
24 |
if (!defined('WP_BK_STRICTLY_FROM_EMAILS')) define('WP_BK_STRICTLY_FROM_EMAILS', true ); // If true, plugin will send emails with "From" address that defined in "From" field at Booking > Settings > Emails page. Otherwise (if false), when sending the copy of Confirmation email to admin, sends a "from" field of email not the email of server, but email from the person, who made reservation. Its useful for "reply to this emails", but when receiving such email, Yahoo mail for instance rejects it, and google mail puts a warning about fishing etc.
|
25 |
-
|
26 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
27 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
28 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
29 |
-
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '6.
|
30 |
-
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE',
|
31 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
32 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
33 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false );//TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
22 |
if (!defined('WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS')) define('WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS', false );
|
23 |
if (!defined('WP_BK_SHOW_DEPOSIT_AND_TOTAL_PAYMENT')) define('WP_BK_SHOW_DEPOSIT_AND_TOTAL_PAYMENT', false ); // Show both deposit and total cost payment forms, after visitor submit booking. Important! Please note, in this case at admin panel for booking will be saved deposit cost and notes about deposit, do not depend from the visitor choise of this payment. So you need to check each such payment manually.
|
24 |
if (!defined('WP_BK_STRICTLY_FROM_EMAILS')) define('WP_BK_STRICTLY_FROM_EMAILS', true ); // If true, plugin will send emails with "From" address that defined in "From" field at Booking > Settings > Emails page. Otherwise (if false), when sending the copy of Confirmation email to admin, sends a "from" field of email not the email of server, but email from the person, who made reservation. Its useful for "reply to this emails", but when receiving such email, Yahoo mail for instance rejects it, and google mail puts a warning about fishing etc.
|
25 |
+
if (!defined('WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE')) define('WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE', false ); //FixIn: 6.0.1.7 // Is send modification email, if cost was changed in admin panel
|
26 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
27 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
28 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
29 |
+
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '6.1' );
|
30 |
+
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', ! true );
|
31 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
32 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
33 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false );//TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
lib/wpbc-gcal-class.php
CHANGED
@@ -484,7 +484,8 @@ class WPBC_Google_Calendar {
|
|
484 |
}
|
485 |
|
486 |
$dates_comma = createDateRangeArray( date_i18n("d.m.Y", $start_date ), date_i18n("d.m.Y", $end_date ) ) ;
|
487 |
-
//$dates = wpdevbkGetDaysBetween($start_date, $end_date );
|
|
|
488 |
|
489 |
//$dates_comma = implode(', ', $dates);
|
490 |
|
484 |
}
|
485 |
|
486 |
$dates_comma = createDateRangeArray( date_i18n("d.m.Y", $start_date ), date_i18n("d.m.Y", $end_date ) ) ;
|
487 |
+
//$dates = wpdevbkGetDaysBetween($start_date, $end_date );
|
488 |
+
|
489 |
|
490 |
//$dates_comma = implode(', ', $dates);
|
491 |
|
lib/wpbc-scripts.php
CHANGED
@@ -33,11 +33,12 @@ function wpbc_define_js_vars( $where_to_load = 'both' ) {
|
|
33 |
wp_localize_script('wpbc-global-vars', 'wpbc_global1', array(
|
34 |
'wpbc_ajaxurl' => admin_url( 'admin-ajax.php' )
|
35 |
, 'wpdev_bk_plugin_url' => plugins_url( '' , WPDEV_BK_FILE )
|
36 |
-
, 'wpdev_bk_today' => '
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
41 |
, 'visible_booking_id_on_page' => '[]'
|
42 |
, 'booking_max_monthes_in_calendar' => get_bk_option( 'booking_max_monthes_in_calendar')
|
43 |
, 'user_unavilable_days' => '['. ( ( get_bk_option( 'booking_unavailable_day0') == 'On' ) ? '0,' : '' )
|
33 |
wp_localize_script('wpbc-global-vars', 'wpbc_global1', array(
|
34 |
'wpbc_ajaxurl' => admin_url( 'admin-ajax.php' )
|
35 |
, 'wpdev_bk_plugin_url' => plugins_url( '' , WPDEV_BK_FILE )
|
36 |
+
, 'wpdev_bk_today' => '[' . intval(date_i18n('Y')) //FixIn:6.1
|
37 |
+
.','. intval(date_i18n('m'))
|
38 |
+
.','. intval(date_i18n('d'))
|
39 |
+
.','. intval(date_i18n('H'))
|
40 |
+
.','. intval(date_i18n('i'))
|
41 |
+
.']'
|
42 |
, 'visible_booking_id_on_page' => '[]'
|
43 |
, 'booking_max_monthes_in_calendar' => get_bk_option( 'booking_max_monthes_in_calendar')
|
44 |
, 'user_unavilable_days' => '['. ( ( get_bk_option( 'booking_unavailable_day0') == 'On' ) ? '0,' : '' )
|
lib/wpbc-welcome.php
CHANGED
@@ -15,7 +15,7 @@ class WPBC_Welcome {
|
|
15 |
public $minimum_capability = 'read'; //'manage_options';
|
16 |
|
17 |
private $asset_path = 'http://wpbookingcalendar.com/assets/';
|
18 |
-
//
|
19 |
|
20 |
|
21 |
public function __construct() {
|
@@ -150,6 +150,9 @@ class WPBC_Welcome {
|
|
150 |
?>
|
151 |
<style type="text/css" media="screen">
|
152 |
/*<![CDATA[*/
|
|
|
|
|
|
|
153 |
.wpbc-welcome-page .about-text {
|
154 |
margin-right:0px;
|
155 |
margin-bottom:0px;
|
@@ -329,7 +332,7 @@ class WPBC_Welcome {
|
|
329 |
<?php list( $display_version ) = explode( '-', WPDEV_BK_VERSION ); ?>
|
330 |
Thank you for updating to the latest version. <strong><code><?php echo $display_version; ?></code></strong>
|
331 |
<?php /* <br/>Booking Calendar become more polished, powerful and easy to use than ever before. */ ?>
|
332 |
-
<br/><strong>
|
333 |
</td>
|
334 |
<td style="width:10%">
|
335 |
<a href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wpbc-getting-started' ), 'index.php' ) ) ); ?>"
|
@@ -346,8 +349,58 @@ class WPBC_Welcome {
|
|
346 |
<h2 style='font-size: 1.8em;line-height: 1.3em;'>What's New in Booking Calendar</h2>
|
347 |
<?php
|
348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
$this->show_separator();
|
350 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
351 |
$this->show_col_section( array(
|
352 |
array( 'h4' => 'Faster check actual bookings',
|
353 |
'text' => 'Showing *past bookings "darker"*, than actual bookings at Calendar Overview page *(timeline)* in admin panel. '
|
@@ -357,16 +410,6 @@ class WPBC_Welcome {
|
|
357 |
);
|
358 |
|
359 |
$this->show_separator();
|
360 |
-
|
361 |
-
$this->show_col_section( array(
|
362 |
-
array( 'img' => '6.0/today-check-in-out.png', 'img_style' => 'margin:20px 5px 5px;width: 99%;' )
|
363 |
-
, array( 'h4' => 'Get bookings that check in/out during today'
|
364 |
-
, 'text' => 'Find exactly bookings, that check in or check out during today.' )
|
365 |
-
)
|
366 |
-
);
|
367 |
-
|
368 |
-
$this->show_separator();
|
369 |
-
|
370 |
|
371 |
$this->show_col_section( array( 'h3' => 'Under the Hood',
|
372 |
array( //'h4' => '',
|
@@ -387,50 +430,51 @@ class WPBC_Welcome {
|
|
387 |
);
|
388 |
|
389 |
$this->show_separator();
|
390 |
-
|
391 |
-
$this->show_col_section( array( 'h3' => 'Updated Translations',
|
392 |
-
array( //'h4' => 'Updated Translations',
|
393 |
-
'text' => '<ul>
|
394 |
-
<li style="margin-left: 0.5em;">**French** by Fabien Groslambert, Charles Petitfour</li>
|
395 |
-
<li style="margin-left: 0.5em;">**Norwegian** by Håvard Hasli, Patrick Schneider</li>
|
396 |
-
<li style="margin-left: 0.5em;">**Portugal** by Pedro Morgado</li>
|
397 |
-
</ul>'
|
398 |
-
),
|
399 |
-
array( //'h4' => '',
|
400 |
-
'text' => '<ul>
|
401 |
-
<li style="margin-left: 0.5em;">**Hungarian** by István Vincze</li>
|
402 |
-
<li style="margin-left: 0.5em;">**Finnish** by Jukka Turunen</li>
|
403 |
-
<li style="margin-left: 0.5em;">**Catalan** by Fiiiu - Gerard H. Serra</li>
|
404 |
-
<li style="margin-left: 0.5em;">**German** by Stefan Fritsche, Dirk Gabler, Andreas Dupp</li>
|
405 |
-
</ul>'
|
406 |
-
),
|
407 |
-
array( //'h4' => '',
|
408 |
-
'text' => '<ul>
|
409 |
-
<li style="margin-left: 0.5em;">**Italian** by Fabrizio Pecorelli, Astolfo Vesci</li>
|
410 |
-
<li style="margin-left: 0.5em;">**Swedish** by Jan Österling, Ruben Salas</li>
|
411 |
-
<li style="margin-left: 0.5em;">**Russian** by Arm</li>
|
412 |
-
<li style="margin-left: 0.5em;">**Ukrainian** by Ivanka from Coupofy</li>
|
413 |
-
<li style="margin-left: 0.5em;">**Croatian** by Borislav Bosnjak</li>
|
414 |
-
</ul>'
|
415 |
-
)
|
416 |
-
)
|
417 |
-
);
|
418 |
-
|
419 |
|
420 |
|
421 |
?><h2 style='font-size: 1.8em;line-height: 1.3em;margin-top:40px;'>New features in Premium versions of Booking Calendar</h2><?php
|
422 |
|
423 |
-
$this->show_separator();
|
424 |
-
|
425 |
$this->show_col_section( array(
|
426 |
-
|
427 |
-
|
428 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
)
|
430 |
);
|
431 |
-
|
432 |
$this->show_separator();
|
433 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
$this->show_col_section( array(
|
435 |
array( 'img' => '6.0/duplicate-booking.png', 'img_style'=>'margin-top:20px;width: 99%;margin-left:1%;' )
|
436 |
, array( 'h4' => 'Duplicate bookings',
|
@@ -499,7 +543,7 @@ class WPBC_Welcome {
|
|
499 |
);
|
500 |
|
501 |
$this->show_separator();
|
502 |
-
|
503 |
|
504 |
?><table class="about-text" style="margin-bottom:30px;height:auto;font-size:1em;width:100%;" >
|
505 |
<tr>
|
15 |
public $minimum_capability = 'read'; //'manage_options';
|
16 |
|
17 |
private $asset_path = 'http://wpbookingcalendar.com/assets/';
|
18 |
+
//private $asset_path = 'http://dev/assets/';
|
19 |
|
20 |
|
21 |
public function __construct() {
|
150 |
?>
|
151 |
<style type="text/css" media="screen">
|
152 |
/*<![CDATA[*/
|
153 |
+
.wpbc-welcome-page.about-wrap .feature-section.two-col .col {
|
154 |
+
vertical-align: top;
|
155 |
+
}
|
156 |
.wpbc-welcome-page .about-text {
|
157 |
margin-right:0px;
|
158 |
margin-bottom:0px;
|
332 |
<?php list( $display_version ) = explode( '-', WPDEV_BK_VERSION ); ?>
|
333 |
Thank you for updating to the latest version. <strong><code><?php echo $display_version; ?></code></strong>
|
334 |
<?php /* <br/>Booking Calendar become more polished, powerful and easy to use than ever before. */ ?>
|
335 |
+
<br/><strong>This update bring several new features and improving of functionality</strong>.
|
336 |
</td>
|
337 |
<td style="width:10%">
|
338 |
<a href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wpbc-getting-started' ), 'index.php' ) ) ); ?>"
|
349 |
<h2 style='font-size: 1.8em;line-height: 1.3em;'>What's New in Booking Calendar</h2>
|
350 |
<?php
|
351 |
|
352 |
+
$this->show_col_section( array(
|
353 |
+
array( 'h4' => 'Customization of legend items under calendar',
|
354 |
+
'text' => 'Display or hide **"Today date number"** in legend cells under calendar.' ,
|
355 |
+
|
356 |
+
'img' => '6.1/booking-calendar-legend-items.png', 'img_style'=>'margin-top:20px;width: 99%;')
|
357 |
+
|
358 |
+
, array( 'h4' => 'Faster check actual bookings',
|
359 |
+
'text' => 'Showing *past bookings "darker"*, than actual bookings at TimeLine' ,
|
360 |
+
'img' => '6.1/booking-calendar-timeline.png', 'img_style'=>'margin-top:20px;width: 99%;' )
|
361 |
+
|
362 |
+
)
|
363 |
+
);
|
364 |
+
|
365 |
$this->show_separator();
|
366 |
|
367 |
+
$this->show_col_section( array( 'h3' => 'Updated Translations',
|
368 |
+
array( //'h4' => 'Updated Translations',
|
369 |
+
'text' => '<ul>
|
370 |
+
<li style="margin-left: 0.5em;">New **Turkish** by EMİNA MESİNOVİC</li>
|
371 |
+
<li style="margin-left: 0.5em;">**German** by Peter Wegmann and Christian</li>
|
372 |
+
<li style="margin-left: 0.5em;">**French** by Laurent Thiry and Terry Atkinson</li>
|
373 |
+
<li style="margin-left: 0.5em;">**Italian** by Fabrizio Pecorelli</li>
|
374 |
+
<li style="margin-left: 0.5em;">**Spanish** by Juan C and Juan García Piosa</li>
|
375 |
+
<li style="margin-left: 0.5em;">**Finnish** by Turo Numminen and Peter Grönberg</li>
|
376 |
+
|
377 |
+
|
378 |
+
</ul>'
|
379 |
+
),
|
380 |
+
array( //'h4' => '',
|
381 |
+
'text' => '<ul>
|
382 |
+
<li style="margin-left: 0.5em;">**Dutch** by Wim Bommerez</li>
|
383 |
+
<li style="margin-left: 0.5em;">**Danish** by Ib H. Rasmussen</li>
|
384 |
+
<li style="margin-left: 0.5em;">**Swedish** by Mikael Göransson and Jan Österling</li>
|
385 |
+
<li style="margin-left: 0.5em;">**Norwegian** by Håvard Hasli</li>
|
386 |
+
<li style="margin-left: 0.5em;">**Czech** by Ales Dlask</li>
|
387 |
+
<li style="margin-left: 0.5em;">**Hungarian** by István Vincze</li>
|
388 |
+
|
389 |
+
</ul>'
|
390 |
+
),
|
391 |
+
array( //'h4' => '',
|
392 |
+
'text' => '<ul>
|
393 |
+
<li style="margin-left: 0.5em;">**Greece** by Dimitris Amanatiadis</li>
|
394 |
+
<li style="margin-left: 0.5em;">**Ukrainian**</li>
|
395 |
+
<li style="margin-left: 0.5em;">**Russian**</li>
|
396 |
+
<li style="margin-left: 0.5em;">**Polish** by Danek Szczepan</li>
|
397 |
+
<li style="margin-left: 0.5em;">**Slovak** by Martin Ambruš and Martin Galdun</li>
|
398 |
+
|
399 |
+
</ul>'
|
400 |
+
)
|
401 |
+
)
|
402 |
+
);
|
403 |
+
/*
|
404 |
$this->show_col_section( array(
|
405 |
array( 'h4' => 'Faster check actual bookings',
|
406 |
'text' => 'Showing *past bookings "darker"*, than actual bookings at Calendar Overview page *(timeline)* in admin panel. '
|
410 |
);
|
411 |
|
412 |
$this->show_separator();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
|
414 |
$this->show_col_section( array( 'h3' => 'Under the Hood',
|
415 |
array( //'h4' => '',
|
430 |
);
|
431 |
|
432 |
$this->show_separator();
|
433 |
+
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
|
435 |
|
436 |
?><h2 style='font-size: 1.8em;line-height: 1.3em;margin-top:40px;'>New features in Premium versions of Booking Calendar</h2><?php
|
437 |
|
|
|
|
|
438 |
$this->show_col_section( array(
|
439 |
+
array( 'img' => '6.1/booking-calendar-search-availability.png', 'img_style'=>'margin-top:20px;width:99%;margin-left:1%;' )
|
440 |
+
, array( 'h4' => 'Advanced search availability functionality',
|
441 |
+
'text' => '<ul>
|
442 |
+
<li style="margin-left: 0.5em;">**New.** Ability to search for additional 2 days in search availability form. Use this shortcode in search form: **[additional_search "2"]** +/- 2 days.</li>
|
443 |
+
<li style="margin-left: 0.5em;">**New.** Ability to show how many search results found. To show use **{searchresults}** shortcode in search form shortcode. <br>Example:<br><code>[bookingsearch searchresultstitle=\'{searchresults} Results Found\' searchresults=\'http://you-server.com/search-results/\' noresultstitle=\'Nothing Found.\']</code></li>
|
444 |
+
<li style="margin-left: 0.5em;">**New.** Show Search Results Log at Booking > Settings > Search page in Search Cache section for more easy detect any issues with search results.</li>
|
445 |
+
<li style="margin-left: 0.5em;">**Improvement.** Ability to use check-boxes in the search form for additional parameters.</li>
|
446 |
+
<li style="margin-left: 0.5em;">**Improvement.** Ability to use several times custom fields with same name in posts for definition several additional parameters with different values for the search form.</li>
|
447 |
+
</ul><br>*(Business Large, MultiUser)*'
|
448 |
+
)
|
449 |
+
|
450 |
)
|
451 |
);
|
452 |
+
|
453 |
$this->show_separator();
|
454 |
|
455 |
+
$this->show_col_section( array( 'h3' => 'Under the Hood',
|
456 |
+
array(
|
457 |
+
'text' => '<ul>'
|
458 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Correctly showing **change-over days**, as half booked day, that have **pending** check-in/out and **approved** check-out/in **bookings in the same day**. <br>*(Business Small/Medium/Large, MultiUser)*' . '</li>'
|
459 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Ability to use in emails new shortcode: **[check_out_plus1day]** - inserting next day after last selected day in calendar for specific booking. Its useful in some cases, if business workflow require to show as checkout day the next day after last selected date. *(Personal, Business Small/Medium/Large, MultiUser)*' . '</li>'
|
460 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Added ability to save "Advanced cost settings" only for selected custom or standard form. Its prevent issue of not saving some values, if exist too many custom forms and too many options for the additional cost. <br>*(Business Medium/Large, MultiUser)*' . '</li>'
|
461 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Correct work of "Auto-fill" button at Booking > Add booking page for bookings with change-over days. <br>*(Business Small/Medium/Large, MultiUser)*' . '</li>'
|
462 |
+
. '</ul>'
|
463 |
+
),
|
464 |
+
array(
|
465 |
+
'text' => '<ul>'
|
466 |
+
. '<li style="margin-left: 0.5em;">' . '**New.** Ability to transfer custom parameters from booking form shortcode into the content of booking form. '
|
467 |
+
. '<br>Example of shortcode usage: <br><code>[booking type=1 form_type=\'standard\' nummonths=3 options=\'{parameter name="my_param" value="value"},{parameter name="other_param" value="other value"}\']</code> '
|
468 |
+
. '<br>Example of booking form customization: <code>[text some_field_name "my_param"]</code> and <code>[text other_field_name "other_param"]</code>. <br>*(Personal, Business Small/Medium/Large, MultiUser)*' . '</li>'
|
469 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Showing times in header of TimeLine, when selected several booking resources and one day view mode in Calendar Overview mode. *(Personal, Business Small/Medium/Large, MultiUser)*' . '</li>'
|
470 |
+
. '<li style="margin-left: 0.5em;">' . '**Improvement.** Ability to set constant WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE to TRUE in ../lib/wpbc-constants.php file for sending modification email, if cost was changed in admin panel. <br>*(Business Small/Medium/Large, MultiUser)*' . '</li>'
|
471 |
+
. '</ul>'
|
472 |
+
)
|
473 |
+
)
|
474 |
+
);
|
475 |
+
|
476 |
+
$this->show_separator();
|
477 |
+
/*
|
478 |
$this->show_col_section( array(
|
479 |
array( 'img' => '6.0/duplicate-booking.png', 'img_style'=>'margin-top:20px;width: 99%;margin-left:1%;' )
|
480 |
, array( 'h4' => 'Duplicate bookings',
|
543 |
);
|
544 |
|
545 |
$this->show_separator();
|
546 |
+
*/
|
547 |
|
548 |
?><table class="about-text" style="margin-bottom:30px;height:auto;font-size:1em;width:100%;" >
|
549 |
<tr>
|
lib/wpdev-bk-lib.php
CHANGED
@@ -95,13 +95,20 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
95 |
}
|
96 |
|
97 |
|
98 |
-
if ($wpdevbk_saved_filter !== false)
|
|
|
|
|
99 |
|
100 |
$wpdevbk_saved_filter = str_replace('admin.php?', '', $wpdevbk_saved_filter);
|
101 |
$wpdevbk_saved_filter = explode('&',$wpdevbk_saved_filter);
|
102 |
|
103 |
foreach ($wpdevbk_saved_filter as $bkfilter) {
|
104 |
$bkfilter_key_value = explode('=',$bkfilter);
|
|
|
|
|
|
|
|
|
|
|
105 |
if ( ! in_array($bkfilter_key_value[0], $exclude_options_from_saved_params) ) { // Exclude some parameters from the saved Default parameters - the values of these parameters are loading from General Booking Settings page or from the request.
|
106 |
$wpdevbk_filter_params[ $bkfilter_key_value[0] ] = trim($bkfilter_key_value[1]);
|
107 |
}
|
@@ -649,6 +656,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
649 |
function wpdevbk_booking_view_mode_buttons() {
|
650 |
$selected_view_mode = $_REQUEST['view_mode'];
|
651 |
$bk_admin_url = get_params_in_url( array('view_mode','wh_booking_id','page_num') );
|
|
|
652 |
|
653 |
?><div id="booking-listing-view-mode-buttons" class="btn-group btn-group-vertical" data-toggle="buttons-radio">
|
654 |
<a id="btn_vm_listing" rel="tooltip" data-original-title="<?php _e('Booking Listing' ,'booking'); ?>"
|
@@ -657,7 +665,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
657 |
><i class="icon-align-justify"></i></a>
|
658 |
<a id="btn_vm_calendar" rel="tooltip" data-original-title="<?php _e('Calendar Overview' ,'booking'); ?>"
|
659 |
class="tooltip_bottom button button-secondary" <?php if ($selected_view_mode=='vm_calendar') { echo ' data-toggle="button" ' ; } ?>
|
660 |
-
href="<?php echo $
|
661 |
><i class="icon-calendar"></i></a>
|
662 |
</div>
|
663 |
<script type="text/javascript">
|
95 |
}
|
96 |
|
97 |
|
98 |
+
if ( ($wpdevbk_saved_filter !== false)
|
99 |
+
&& ($_REQUEST['view_mode'] == 'vm_listing') //FixIn: 6.0.1.14
|
100 |
+
){
|
101 |
|
102 |
$wpdevbk_saved_filter = str_replace('admin.php?', '', $wpdevbk_saved_filter);
|
103 |
$wpdevbk_saved_filter = explode('&',$wpdevbk_saved_filter);
|
104 |
|
105 |
foreach ($wpdevbk_saved_filter as $bkfilter) {
|
106 |
$bkfilter_key_value = explode('=',$bkfilter);
|
107 |
+
if ( ! isset( $bkfilter_key_value[1] ) ) { //FixIn: 6.0.1.13
|
108 |
+
$bkfilter_key_value[1] = '';
|
109 |
+
}
|
110 |
+
|
111 |
+
|
112 |
if ( ! in_array($bkfilter_key_value[0], $exclude_options_from_saved_params) ) { // Exclude some parameters from the saved Default parameters - the values of these parameters are loading from General Booking Settings page or from the request.
|
113 |
$wpdevbk_filter_params[ $bkfilter_key_value[0] ] = trim($bkfilter_key_value[1]);
|
114 |
}
|
656 |
function wpdevbk_booking_view_mode_buttons() {
|
657 |
$selected_view_mode = $_REQUEST['view_mode'];
|
658 |
$bk_admin_url = get_params_in_url( array('view_mode','wh_booking_id','page_num') );
|
659 |
+
$bk_admin_timeline_url = get_params_in_url( array(), array( 'page', 'tab', 'tab_cvm', 'wh_booking_type', 'scroll_start_date', 'scroll_month', 'view_days_num' ) ); //FixIn: 6.0.1.14
|
660 |
|
661 |
?><div id="booking-listing-view-mode-buttons" class="btn-group btn-group-vertical" data-toggle="buttons-radio">
|
662 |
<a id="btn_vm_listing" rel="tooltip" data-original-title="<?php _e('Booking Listing' ,'booking'); ?>"
|
665 |
><i class="icon-align-justify"></i></a>
|
666 |
<a id="btn_vm_calendar" rel="tooltip" data-original-title="<?php _e('Calendar Overview' ,'booking'); ?>"
|
667 |
class="tooltip_bottom button button-secondary" <?php if ($selected_view_mode=='vm_calendar') { echo ' data-toggle="button" ' ; } ?>
|
668 |
+
href="<?php echo $bk_admin_timeline_url . '&view_mode=vm_calendar'; ?>" onclick="javascript:;"
|
669 |
><i class="icon-calendar"></i></a>
|
670 |
</div>
|
671 |
<script type="text/javascript">
|
lib/wpdev-bk-timeline.php
CHANGED
@@ -541,7 +541,8 @@ function wpdev_bk_timeline_header_row( $start_date = false ) {
|
|
541 |
if ($is_show_resources_matrix) {
|
542 |
if ($view_days_num==1) {
|
543 |
$day_title = wpdevbk_get_date_in_correct_format( $yy.'-'.$mm.'-'.$dd.' 00:00:00');
|
544 |
-
|
|
|
545 |
}
|
546 |
if ($view_days_num==7) {
|
547 |
$day_title = wpdevbk_get_date_in_correct_format( $yy.'-'.$mm.'-'.$dd.' 00:00:00');
|
541 |
if ($is_show_resources_matrix) {
|
542 |
if ($view_days_num==1) {
|
543 |
$day_title = wpdevbk_get_date_in_correct_format( $yy.'-'.$mm.'-'.$dd.' 00:00:00');
|
544 |
+
//$day_title = $day_week . '<br/>' . $day_title[0];
|
545 |
+
$day_title = '(' . $day_week . ') ' . $day_title[0] ; //FixIn:6.0.1
|
546 |
}
|
547 |
if ($view_days_num==7) {
|
548 |
$day_title = wpdevbk_get_date_in_correct_format( $yy.'-'.$mm.'-'.$dd.' 00:00:00');
|
lib/wpdev-booking-class.php
CHANGED
@@ -67,6 +67,7 @@ class wpdev_booking {
|
|
67 |
add_filter('plugin_action_links', array(&$this, 'plugin_links'), 10, 2 );
|
68 |
add_filter('plugin_row_meta', array(&$this, 'plugin_row_meta_bk'), 10, 4 );
|
69 |
|
|
|
70 |
add_action('wp_dashboard_setup', array($this, 'dashboard_bk_widget_setup'));
|
71 |
add_bk_action('wpdev_booking_technical_booking_section', array(&$this, 'wpdev_booking_technical_booking_section'));
|
72 |
|
@@ -123,6 +124,12 @@ class wpdev_booking {
|
|
123 |
|
124 |
// Setup Booking widget for dashboard
|
125 |
function dashboard_bk_widget_setup(){
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
$user_role = get_bk_option( 'booking_user_role_booking' );
|
127 |
if ( $user_role == 'administrator' ) $user_role = 'activate_plugins';
|
128 |
if ( $user_role == 'editor' ) $user_role = 'publish_pages';
|
@@ -625,7 +632,8 @@ class wpdev_booking {
|
|
625 |
|
626 |
$title = __('Booking' ,'booking');
|
627 |
$update_title = $title;
|
628 |
-
|
|
|
629 |
$update_count_title = "<span class='update-plugins count-$update_count' title='$update_title'><span class='update-count bk-update-count'>" . number_format_i18n($update_count) . "</span></span>" ;
|
630 |
$update_title .= $update_count_title;
|
631 |
}
|
@@ -884,19 +892,26 @@ class wpdev_booking {
|
|
884 |
|
885 |
|
886 |
// loop with all dates which is selected by someone
|
887 |
-
|
888 |
if (! empty($dates_approve))
|
889 |
foreach ($dates_approve as $my_date) {
|
890 |
|
891 |
////////////////////////////////////////////////////////////////
|
892 |
// Extend unavailbale interval to extra hours; cleaning time, or any other service time
|
893 |
-
|
894 |
-
$extra_hours_in = 1;
|
895 |
-
$extra_hours_out = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
if ( substr( $my_date->booking_date, -1 ) == '1' )
|
897 |
-
$my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '-' . $
|
898 |
if ( substr( $my_date->booking_date, -1 ) == '2' )
|
899 |
-
$my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '+' . $
|
900 |
|
901 |
// Fix overlap of previous times
|
902 |
if ( $my_previous_date !== false ) {
|
@@ -1111,7 +1126,8 @@ class wpdev_booking {
|
|
1111 |
$is_can = apply_bk_filter('multiuser_is_user_can_be_here', true, $_GET['booking_type'] ); if ( !$is_can) { return ; }
|
1112 |
}
|
1113 |
echo '<div style="width:100%;">';
|
1114 |
-
do_action('wpdev_bk_add_form',$bk_type, get_bk_option( 'booking_client_cal_count'));
|
|
|
1115 |
?>
|
1116 |
<div style="float:left;border:none;margin:0px 0 10px 1px; color:#777;">
|
1117 |
<fieldset>
|
@@ -1458,7 +1474,15 @@ class wpdev_booking {
|
|
1458 |
$booking_legend_text_for_item_pending = apply_bk_filter('wpdev_check_for_active_language', $booking_legend_text_for_item_pending );
|
1459 |
$booking_legend_text_for_item_approved = apply_bk_filter('wpdev_check_for_active_language', $booking_legend_text_for_item_approved );
|
1460 |
|
|
|
1461 |
$text_for_day_cell = ( (0)?' ':date('d') );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1462 |
$my_result .= '<div class="block_hints datepick">';
|
1463 |
if ($booking_legend_is_show_item_available == 'On') // __('Available' ,'booking')
|
1464 |
$my_result .= '<div class="wpdev_hint_with_text"><div class="block_free datepick-days-cell"><a>'.$text_for_day_cell.'</a></div><div class="block_text">- '. $booking_legend_text_for_item_available.'</div></div>';
|
@@ -1797,8 +1821,23 @@ class wpdev_booking {
|
|
1797 |
|
1798 |
|
1799 |
$form = '<a name="bklnk'.$my_boook_type.'"></a><div id="booking_form_div'.$my_boook_type.'" class="booking_form_div">';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1800 |
|
1801 |
-
if( $this->wpdev_bk_personal !== false ) $form .= $this->wpdev_bk_personal->get_booking_form($my_boook_type, $my_booking_form);
|
1802 |
else $form .= $this->get_booking_form($my_boook_type);
|
1803 |
|
1804 |
// Insert calendar into form
|
@@ -2296,7 +2335,7 @@ class wpdev_booking {
|
|
2296 |
add_bk_option( 'booking_legend_is_show_item_partially', 'On' );
|
2297 |
add_bk_option( 'booking_legend_text_for_item_partially', __('Partially booked' ,'booking') );
|
2298 |
}
|
2299 |
-
|
2300 |
|
2301 |
|
2302 |
// Create here tables which is needed for using plugin
|
@@ -2485,7 +2524,7 @@ class wpdev_booking {
|
|
2485 |
delete_bk_option( 'booking_legend_is_show_item_partially' );
|
2486 |
delete_bk_option( 'booking_legend_text_for_item_partially' );
|
2487 |
}
|
2488 |
-
|
2489 |
|
2490 |
|
2491 |
|
@@ -3131,4 +3170,3 @@ class wpdev_booking {
|
|
3131 |
|
3132 |
}
|
3133 |
|
3134 |
-
?>
|
67 |
add_filter('plugin_action_links', array(&$this, 'plugin_links'), 10, 2 );
|
68 |
add_filter('plugin_row_meta', array(&$this, 'plugin_row_meta_bk'), 10, 4 );
|
69 |
|
70 |
+
|
71 |
add_action('wp_dashboard_setup', array($this, 'dashboard_bk_widget_setup'));
|
72 |
add_bk_action('wpdev_booking_technical_booking_section', array(&$this, 'wpdev_booking_technical_booking_section'));
|
73 |
|
124 |
|
125 |
// Setup Booking widget for dashboard
|
126 |
function dashboard_bk_widget_setup(){
|
127 |
+
|
128 |
+
$is_user_activated = apply_bk_filter('multiuser_is_current_user_active', true ); //FixIn: 6.0.1.17
|
129 |
+
if ( ! $is_user_activated )
|
130 |
+
return false;
|
131 |
+
|
132 |
+
|
133 |
$user_role = get_bk_option( 'booking_user_role_booking' );
|
134 |
if ( $user_role == 'administrator' ) $user_role = 'activate_plugins';
|
135 |
if ( $user_role == 'editor' ) $user_role = 'publish_pages';
|
632 |
|
633 |
$title = __('Booking' ,'booking');
|
634 |
$update_title = $title;
|
635 |
+
$is_user_activated = apply_bk_filter('multiuser_is_current_user_active', true ); //FixIn: 6.0.1.17
|
636 |
+
if ( ( $update_count > 0 ) && ( $is_user_activated ) ) {
|
637 |
$update_count_title = "<span class='update-plugins count-$update_count' title='$update_title'><span class='update-count bk-update-count'>" . number_format_i18n($update_count) . "</span></span>" ;
|
638 |
$update_title .= $update_count_title;
|
639 |
}
|
892 |
|
893 |
|
894 |
// loop with all dates which is selected by someone
|
895 |
+
//$my_previous_date = false;
|
896 |
if (! empty($dates_approve))
|
897 |
foreach ($dates_approve as $my_date) {
|
898 |
|
899 |
////////////////////////////////////////////////////////////////
|
900 |
// Extend unavailbale interval to extra hours; cleaning time, or any other service time
|
901 |
+
/**
|
902 |
+
// $extra_hours_in = 1;
|
903 |
+
// $extra_hours_out = 1;
|
904 |
+
// if ( substr( $my_date->booking_date, -1 ) == '1' )
|
905 |
+
// $my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '-' . $extra_hours_in . ' hour', strtotime( $my_date->booking_date ) ) );
|
906 |
+
// if ( substr( $my_date->booking_date, -1 ) == '2' )
|
907 |
+
// $my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '+' . $extra_hours_out . ' hour', strtotime( $my_date->booking_date ) ) );
|
908 |
+
|
909 |
+
$extra_minutes_in = 0;
|
910 |
+
$extra_minutes_out = 30;
|
911 |
if ( substr( $my_date->booking_date, -1 ) == '1' )
|
912 |
+
$my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '-' . $extra_minutes_in . ' minutes', strtotime( $my_date->booking_date ) ) );
|
913 |
if ( substr( $my_date->booking_date, -1 ) == '2' )
|
914 |
+
$my_date->booking_date = date( 'Y-m-d H:i:s', strtotime( '+' . $extra_minutes_out . ' minutes', strtotime( $my_date->booking_date ) ) );
|
915 |
|
916 |
// Fix overlap of previous times
|
917 |
if ( $my_previous_date !== false ) {
|
1126 |
$is_can = apply_bk_filter('multiuser_is_user_can_be_here', true, $_GET['booking_type'] ); if ( !$is_can) { return ; }
|
1127 |
}
|
1128 |
echo '<div style="width:100%;">';
|
1129 |
+
do_action('wpdev_bk_add_form',$bk_type, get_bk_option( 'booking_client_cal_count'));
|
1130 |
+
//make_bk_action( 'wpdevbk_add_form', $bk_type , 12, 1, 'standard' , '', false, '{calendar months_num_in_row=4 width=100% cell_height=35px}' ); //FixIn:6.0.1.6
|
1131 |
?>
|
1132 |
<div style="float:left;border:none;margin:0px 0 10px 1px; color:#777;">
|
1133 |
<fieldset>
|
1474 |
$booking_legend_text_for_item_pending = apply_bk_filter('wpdev_check_for_active_language', $booking_legend_text_for_item_pending );
|
1475 |
$booking_legend_text_for_item_approved = apply_bk_filter('wpdev_check_for_active_language', $booking_legend_text_for_item_approved );
|
1476 |
|
1477 |
+
|
1478 |
$text_for_day_cell = ( (0)?' ':date('d') );
|
1479 |
+
|
1480 |
+
$booking_legend_is_show_numbers = get_bk_option( 'booking_legend_is_show_numbers'); //FixIn:6.0.1.4
|
1481 |
+
if ( $booking_legend_is_show_numbers == 'Off' )
|
1482 |
+
$text_for_day_cell = ' ';
|
1483 |
+
else
|
1484 |
+
$text_for_day_cell = date('d');
|
1485 |
+
|
1486 |
$my_result .= '<div class="block_hints datepick">';
|
1487 |
if ($booking_legend_is_show_item_available == 'On') // __('Available' ,'booking')
|
1488 |
$my_result .= '<div class="wpdev_hint_with_text"><div class="block_free datepick-days-cell"><a>'.$text_for_day_cell.'</a></div><div class="block_text">- '. $booking_legend_text_for_item_available.'</div></div>';
|
1821 |
|
1822 |
|
1823 |
$form = '<a name="bklnk'.$my_boook_type.'"></a><div id="booking_form_div'.$my_boook_type.'" class="booking_form_div">';
|
1824 |
+
|
1825 |
+
// FixIn:6.0.1.5
|
1826 |
+
$custom_params = array();
|
1827 |
+
if (! empty($bk_otions)) {
|
1828 |
+
$param ='\s*([name|value]+)=[\'"]{1}([^\'"]+)[\'"]{1}\s*'; // Find all possible options
|
1829 |
+
$pattern_to_search='%\s*{([^\s]+)' . $param . $param .'}\s*[,]?\s*%';
|
1830 |
+
preg_match_all($pattern_to_search, $bk_otions, $matches, PREG_SET_ORDER);
|
1831 |
+
//debuge($matches);
|
1832 |
+
foreach ( $matches as $matche_value ) {
|
1833 |
+
if ( $matche_value[1] == 'parameter' ) {
|
1834 |
+
$custom_params[ $matche_value[3] ]= $matche_value[5];
|
1835 |
+
}
|
1836 |
+
}
|
1837 |
+
}
|
1838 |
+
// FixIn:6.0.1.5
|
1839 |
|
1840 |
+
if( $this->wpdev_bk_personal !== false ) $form .= $this->wpdev_bk_personal->get_booking_form($my_boook_type, $my_booking_form, $custom_params); // FixIn:6.0.1.5 // Get booking form
|
1841 |
else $form .= $this->get_booking_form($my_boook_type);
|
1842 |
|
1843 |
// Insert calendar into form
|
2335 |
add_bk_option( 'booking_legend_is_show_item_partially', 'On' );
|
2336 |
add_bk_option( 'booking_legend_text_for_item_partially', __('Partially booked' ,'booking') );
|
2337 |
}
|
2338 |
+
add_bk_option( 'booking_legend_is_show_numbers', 'On' ); //FixIn:6.0.1.4
|
2339 |
|
2340 |
|
2341 |
// Create here tables which is needed for using plugin
|
2524 |
delete_bk_option( 'booking_legend_is_show_item_partially' );
|
2525 |
delete_bk_option( 'booking_legend_text_for_item_partially' );
|
2526 |
}
|
2527 |
+
delete_bk_option( 'booking_legend_is_show_numbers' ); //FixIn:6.0.1.4
|
2528 |
|
2529 |
|
2530 |
|
3170 |
|
3171 |
}
|
3172 |
|
|
lib/wpdev-booking-functions.php
CHANGED
@@ -378,7 +378,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
378 |
$type_name = str_replace('[]','',$type_name);
|
379 |
if ($bktype == substr( $type_name, -1*$count_pos ) ) $type_name = substr( $type_name, 0, -1*$count_pos ); // $type_name = str_replace($bktype,'',$elemnts[1]);
|
380 |
|
381 |
-
if ( ($type_name == 'email') || ($type == 'email') ) $email_adress = $value;
|
|
|
382 |
if ( ($type_name == 'coupon') || ($type == 'coupon') ) $coupon_code = $value;
|
383 |
if ( ($type_name == 'name') || ($type == 'name') ) $name_of_person = $value;
|
384 |
if ( ($type_name == 'secondname') || ($type == 'secondname') ) $secondname_of_person = $value;
|
@@ -1411,7 +1412,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1411 |
$my_dates4emeil_check_in_out = explode(',',get_dates_str($res->booking_id));
|
1412 |
|
1413 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1414 |
-
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
|
|
1415 |
|
1416 |
if ( ( isset($res->sync_gid) ) && (! empty($res->sync_gid)) ) {
|
1417 |
$res->form .= "~text^sync_gid{$res->booking_type}^{$res->sync_gid}";
|
@@ -1425,6 +1427,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1425 |
'dates'=> $my_dates_4_send,
|
1426 |
'check_in_date' => $my_check_in_date,
|
1427 |
'check_out_date' => $my_check_out_date,
|
|
|
1428 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1429 |
'cost' => (isset($res->cost))?wpdev_bk_cost_number_format($res->cost):'',
|
1430 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
@@ -1454,8 +1457,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1454 |
$mail_headers = "From: $mail_sender\n";
|
1455 |
$mail_headers .= "Content-Type: text/html\n";
|
1456 |
|
|
|
|
|
1457 |
|
1458 |
-
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1459 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1460 |
} else { $mail_recipients= array($mail_recipients); }
|
1461 |
|
@@ -1529,6 +1534,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1529 |
|
1530 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1531 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
|
|
1532 |
|
1533 |
if ( ( isset($res->sync_gid) ) && (! empty($res->sync_gid)) ) {
|
1534 |
$res->form .= "~text^sync_gid{$res->booking_type}^{$res->sync_gid}";
|
@@ -1542,6 +1548,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1542 |
'dates'=> $my_dates_4_send,
|
1543 |
'check_in_date' => $my_check_in_date,
|
1544 |
'check_out_date' => $my_check_out_date,
|
|
|
1545 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1546 |
'cost' => (isset($res->cost))?wpdev_bk_cost_number_format($res->cost):'',
|
1547 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
@@ -1569,8 +1576,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1569 |
$mail_headers = "From: $mail_sender\n";
|
1570 |
$mail_headers .= "Content-Type: text/html\n";
|
1571 |
|
|
|
|
|
1572 |
|
1573 |
-
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1574 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1575 |
} else { $mail_recipients= array($mail_recipients); }
|
1576 |
|
@@ -1626,6 +1635,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1626 |
|
1627 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1628 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
|
|
1629 |
|
1630 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1631 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
@@ -1638,6 +1648,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1638 |
'dates'=> $my_dates_4_send,
|
1639 |
'check_in_date' => $my_check_in_date,
|
1640 |
'check_out_date' => $my_check_out_date,
|
|
|
1641 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1642 |
'cost' => $my_cost,
|
1643 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
@@ -1660,7 +1671,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1660 |
$mail_recipients = $booking_form_show['email'];
|
1661 |
$mail_headers = "From: $mail_sender\nContent-Type: text/html\n";
|
1662 |
|
1663 |
-
|
|
|
|
|
|
|
1664 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1665 |
} else { $mail_recipients= array($mail_recipients); }
|
1666 |
|
@@ -1713,6 +1727,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1713 |
|
1714 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1715 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
|
|
1716 |
|
1717 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1718 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
@@ -1725,6 +1740,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1725 |
'dates'=> $my_dates_4_send,
|
1726 |
'check_in_date' => $my_check_in_date,
|
1727 |
'check_out_date' => $my_check_out_date,
|
|
|
1728 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1729 |
'cost' => $my_cost,
|
1730 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
@@ -1822,10 +1838,11 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1822 |
if ( strpos($mail_recipients,'[visitoremail]') !== false )
|
1823 |
$mail_recipients = str_replace( '[visitoremail]', $wpbc_mail, $mail_recipients );
|
1824 |
else
|
1825 |
-
$mail_recipients = $wpbc_mail;
|
1826 |
-
|
1827 |
|
1828 |
-
|
|
|
|
|
1829 |
|
1830 |
if ( strpos($mail_sender,'[visitoremail]') !== false )
|
1831 |
$mail_sender = str_replace( '[visitoremail]', $wpbc_mail, $mail_sender );
|
@@ -1884,6 +1901,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1884 |
|
1885 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1886 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
|
|
1887 |
|
1888 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1889 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
@@ -1896,6 +1914,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1896 |
'dates'=> $my_dates_4_send,
|
1897 |
'check_in_date' => $my_check_in_date,
|
1898 |
'check_out_date' => $my_check_out_date,
|
|
|
1899 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1900 |
'cost' => $my_cost,
|
1901 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
@@ -1920,7 +1939,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1920 |
$mail_recipients = $booking_form_show['email'];
|
1921 |
$mail_headers = "From: $mail_sender\nContent-Type: text/html\n";
|
1922 |
|
1923 |
-
|
|
|
|
|
|
|
1924 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1925 |
} else { $mail_recipients= array($mail_recipients); }
|
1926 |
|
@@ -1954,7 +1976,24 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
1954 |
}
|
1955 |
|
1956 |
|
1957 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1958 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
1959 |
// D e b u g f u n c t i o n s ///////////////////////////////////////////////////////////////////////////////////////////////////
|
1960 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
@@ -2418,7 +2457,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
2418 |
|
2419 |
$title = __('Bookings' ,'booking');
|
2420 |
$update_title = $title;
|
2421 |
-
|
|
|
|
|
2422 |
$update_count_title = " <span id='ab-updates' class='booking-count bk-update-count' >" . number_format_i18n($update_count) . "</span>" ; //id='booking-count'
|
2423 |
$update_title .= $update_count_title;
|
2424 |
}
|
378 |
$type_name = str_replace('[]','',$type_name);
|
379 |
if ($bktype == substr( $type_name, -1*$count_pos ) ) $type_name = substr( $type_name, 0, -1*$count_pos ); // $type_name = str_replace($bktype,'',$elemnts[1]);
|
380 |
|
381 |
+
//if ( ($type_name == 'email') || ($type == 'email') ) $email_adress = $value; //FixIn: 6.0.1.9
|
382 |
+
if ( ( ($type_name == 'email') || ($type == 'email') ) && ( empty($email_adress) ) ) $email_adress = $value; //FixIn: 6.0.1.9
|
383 |
if ( ($type_name == 'coupon') || ($type == 'coupon') ) $coupon_code = $value;
|
384 |
if ( ($type_name == 'name') || ($type == 'name') ) $name_of_person = $value;
|
385 |
if ( ($type_name == 'secondname') || ($type == 'secondname') ) $secondname_of_person = $value;
|
1412 |
$my_dates4emeil_check_in_out = explode(',',get_dates_str($res->booking_id));
|
1413 |
|
1414 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1415 |
+
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
1416 |
+
$my_check_out_plus1day = change_date_format( date_i18n( 'Y-m-d H:i:s', strtotime( $my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] . " +1 day" ) ) ); //FixIn: 6.0.1.11
|
1417 |
|
1418 |
if ( ( isset($res->sync_gid) ) && (! empty($res->sync_gid)) ) {
|
1419 |
$res->form .= "~text^sync_gid{$res->booking_type}^{$res->sync_gid}";
|
1427 |
'dates'=> $my_dates_4_send,
|
1428 |
'check_in_date' => $my_check_in_date,
|
1429 |
'check_out_date' => $my_check_out_date,
|
1430 |
+
'check_out_plus1day' => $my_check_out_plus1day, //FixIn: 6.0.1.11
|
1431 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1432 |
'cost' => (isset($res->cost))?wpdev_bk_cost_number_format($res->cost):'',
|
1433 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
1457 |
$mail_headers = "From: $mail_sender\n";
|
1458 |
$mail_headers .= "Content-Type: text/html\n";
|
1459 |
|
1460 |
+
// Check about sending email to several emails from booking form.
|
1461 |
+
$mail_recipients = check_for_several_emails_in_form( $mail_recipients, $res->form, $res->booking_type ); //FixIn: 6.0.1.9
|
1462 |
|
1463 |
+
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients); //FixIn: 6.0.1.9
|
1464 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1465 |
} else { $mail_recipients= array($mail_recipients); }
|
1466 |
|
1534 |
|
1535 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1536 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
1537 |
+
$my_check_out_plus1day = change_date_format( date_i18n( 'Y-m-d H:i:s', strtotime( $my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] . " +1 day" ) ) ); //FixIn: 6.0.1.11
|
1538 |
|
1539 |
if ( ( isset($res->sync_gid) ) && (! empty($res->sync_gid)) ) {
|
1540 |
$res->form .= "~text^sync_gid{$res->booking_type}^{$res->sync_gid}";
|
1548 |
'dates'=> $my_dates_4_send,
|
1549 |
'check_in_date' => $my_check_in_date,
|
1550 |
'check_out_date' => $my_check_out_date,
|
1551 |
+
'check_out_plus1day' => $my_check_out_plus1day, //FixIn: 6.0.1.11
|
1552 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1553 |
'cost' => (isset($res->cost))?wpdev_bk_cost_number_format($res->cost):'',
|
1554 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
1576 |
$mail_headers = "From: $mail_sender\n";
|
1577 |
$mail_headers .= "Content-Type: text/html\n";
|
1578 |
|
1579 |
+
// Check about sending email to several emails from booking form.
|
1580 |
+
$mail_recipients = check_for_several_emails_in_form( $mail_recipients, $res->form, $res->booking_type ); //FixIn: 6.0.1.9
|
1581 |
|
1582 |
+
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients); //FixIn: 6.0.1.9
|
1583 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1584 |
} else { $mail_recipients= array($mail_recipients); }
|
1585 |
|
1635 |
|
1636 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1637 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
1638 |
+
$my_check_out_plus1day = change_date_format( date_i18n( 'Y-m-d H:i:s', strtotime( $my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] . " +1 day" ) ) ); //FixIn: 6.0.1.11
|
1639 |
|
1640 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1641 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
1648 |
'dates'=> $my_dates_4_send,
|
1649 |
'check_in_date' => $my_check_in_date,
|
1650 |
'check_out_date' => $my_check_out_date,
|
1651 |
+
'check_out_plus1day' => $my_check_out_plus1day, //FixIn: 6.0.1.11
|
1652 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1653 |
'cost' => $my_cost,
|
1654 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
1671 |
$mail_recipients = $booking_form_show['email'];
|
1672 |
$mail_headers = "From: $mail_sender\nContent-Type: text/html\n";
|
1673 |
|
1674 |
+
// Check about sending email to several emails from booking form.
|
1675 |
+
$mail_recipients = check_for_several_emails_in_form( $mail_recipients, $formdata, $bktype ); //FixIn: 6.0.1.9
|
1676 |
+
|
1677 |
+
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients); //FixIn: 6.0.1.9
|
1678 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1679 |
} else { $mail_recipients= array($mail_recipients); }
|
1680 |
|
1727 |
|
1728 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1729 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
1730 |
+
$my_check_out_plus1day = change_date_format( date_i18n( 'Y-m-d H:i:s', strtotime( $my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] . " +1 day" ) ) ); //FixIn: 6.0.1.11
|
1731 |
|
1732 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1733 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
1740 |
'dates'=> $my_dates_4_send,
|
1741 |
'check_in_date' => $my_check_in_date,
|
1742 |
'check_out_date' => $my_check_out_date,
|
1743 |
+
'check_out_plus1day' => $my_check_out_plus1day, //FixIn: 6.0.1.11
|
1744 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1745 |
'cost' => $my_cost,
|
1746 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
1838 |
if ( strpos($mail_recipients,'[visitoremail]') !== false )
|
1839 |
$mail_recipients = str_replace( '[visitoremail]', $wpbc_mail, $mail_recipients );
|
1840 |
else
|
1841 |
+
$mail_recipients = $wpbc_mail;
|
|
|
1842 |
|
1843 |
+
$mail_recipients = check_for_several_emails_in_form( $mail_recipients, $formdata, $bktype ); //FixIn: 6.0.1.9
|
1844 |
+
|
1845 |
+
$mail_recipients = replace_bk_shortcodes_in_form($mail_recipients, $booking_form_show['_all_fields_'], true);
|
1846 |
|
1847 |
if ( strpos($mail_sender,'[visitoremail]') !== false )
|
1848 |
$mail_sender = str_replace( '[visitoremail]', $wpbc_mail, $mail_sender );
|
1901 |
|
1902 |
$my_check_in_date = change_date_format($my_dates4emeil_check_in_out[0] );
|
1903 |
$my_check_out_date = change_date_format($my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] );
|
1904 |
+
$my_check_out_plus1day = change_date_format( date_i18n( 'Y-m-d H:i:s', strtotime( $my_dates4emeil_check_in_out[ count($my_dates4emeil_check_in_out)-1 ] . " +1 day" ) ) ); //FixIn: 6.0.1.11
|
1905 |
|
1906 |
$my_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
|
1907 |
$my_cost = wpdev_bk_cost_number_format( $my_cost );
|
1914 |
'dates'=> $my_dates_4_send,
|
1915 |
'check_in_date' => $my_check_in_date,
|
1916 |
'check_out_date' => $my_check_out_date,
|
1917 |
+
'check_out_plus1day' => $my_check_out_plus1day, //FixIn: 6.0.1.11
|
1918 |
'dates_count' => count($my_dates4emeil_check_in_out),
|
1919 |
'cost' => $my_cost,
|
1920 |
'siteurl' => htmlspecialchars_decode( '<a href="'.home_url().'">' . home_url() . '</a>'),
|
1939 |
$mail_recipients = $booking_form_show['email'];
|
1940 |
$mail_headers = "From: $mail_sender\nContent-Type: text/html\n";
|
1941 |
|
1942 |
+
// Check about sending email to several emails from booking form.
|
1943 |
+
$mail_recipients = check_for_several_emails_in_form( $mail_recipients, $formdata, $bktype ); //FixIn: 6.0.1.9
|
1944 |
+
|
1945 |
+
if (strpos($mail_recipients, ',')!==false) { $mail_recipients= explode(';', $mail_recipients); //FixIn: 6.0.1.9
|
1946 |
} else if (strpos($mail_recipients, ';')!==false) { $mail_recipients= explode(';', $mail_recipients);
|
1947 |
} else { $mail_recipients= array($mail_recipients); }
|
1948 |
|
1976 |
}
|
1977 |
|
1978 |
|
1979 |
+
function check_for_several_emails_in_form( $mail_recipients, $formdata, $bktype ) { // FixIn: 6.0.1.9
|
1980 |
+
|
1981 |
+
$possible_other_emails = explode('~',$formdata);
|
1982 |
+
$possible_other_emails = array_map("explode", array_fill(0,count($possible_other_emails),'^'), $possible_other_emails);
|
1983 |
+
$other_emails = array();
|
1984 |
+
foreach ( $possible_other_emails as $possible_emails ) {
|
1985 |
+
if ( ( $possible_emails[0] == 'email' )
|
1986 |
+
//&& ( $possible_emails[1] != 'email' . $bktype )
|
1987 |
+
&& ( ! empty($possible_emails[2]) )
|
1988 |
+
)
|
1989 |
+
$other_emails[]=$possible_emails[2];
|
1990 |
+
}
|
1991 |
+
if ( count( $other_emails ) > 1 ) {
|
1992 |
+
$other_emails = implode(',',$other_emails);
|
1993 |
+
$mail_recipients = $other_emails;
|
1994 |
+
}
|
1995 |
+
return $mail_recipients;
|
1996 |
+
}
|
1997 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
1998 |
// D e b u g f u n c t i o n s ///////////////////////////////////////////////////////////////////////////////////////////////////
|
1999 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
2457 |
|
2458 |
$title = __('Bookings' ,'booking');
|
2459 |
$update_title = $title;
|
2460 |
+
$is_user_activated = apply_bk_filter('multiuser_is_current_user_active', true ); //FixIn: 6.0.1.17
|
2461 |
+
|
2462 |
+
if ( ( $update_count > 0 ) && ( $is_user_activated ) ){
|
2463 |
$update_count_title = " <span id='ab-updates' class='booking-count bk-update-count' >" . number_format_i18n($update_count) . "</span>" ; //id='booking-count'
|
2464 |
$update_title .= $update_count_title;
|
2465 |
}
|
lib/wpdev-booking-widget.php
CHANGED
@@ -10,15 +10,28 @@ class BookingWidget extends WP_Widget {
|
|
10 |
/** @see WP_Widget::widget */
|
11 |
function widget($args, $instance) {
|
12 |
extract( $args );
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
if (function_exists('icl_translate'))
|
15 |
$booking_widget_title = icl_translate( 'wpml_custom', 'wpbc_custom_widget_booking_title1', $booking_widget_title);
|
16 |
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
if (empty($booking_widget_type)) $booking_widget_type=1;
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
|
23 |
|
24 |
echo $before_widget;
|
@@ -154,5 +167,3 @@ class BookingWidget extends WP_Widget {
|
|
154 |
|
155 |
// register widget - New, since WordPress - 2.8
|
156 |
add_action('widgets_init', create_function('', 'return register_widget("BookingWidget");'));
|
157 |
-
|
158 |
-
?>
|
10 |
/** @see WP_Widget::widget */
|
11 |
function widget($args, $instance) {
|
12 |
extract( $args );
|
13 |
+
|
14 |
+
$booking_widget_title = __('Booking Calendar', 'booking'); //FixIn: 6.1.1.11
|
15 |
+
$booking_widget_show = 'booking_form';
|
16 |
+
$booking_widget_type = 1;
|
17 |
+
$booking_widget_calendar_count = 1;
|
18 |
+
$booking_widget_last_field = '';
|
19 |
+
|
20 |
+
|
21 |
+
if ( isset( $instance['booking_widget_title'] ) ) //FixIn: 6.1.1.11
|
22 |
+
$booking_widget_title = apply_filters('widget_title', $instance['booking_widget_title']);
|
23 |
if (function_exists('icl_translate'))
|
24 |
$booking_widget_title = icl_translate( 'wpml_custom', 'wpbc_custom_widget_booking_title1', $booking_widget_title);
|
25 |
|
26 |
+
if ( isset( $instance['booking_widget_show'] ) ) //FixIn: 6.1.1.11
|
27 |
+
$booking_widget_show = $instance['booking_widget_show'];
|
28 |
+
if ( isset( $instance['booking_widget_type'] ) ) //FixIn: 6.1.1.11
|
29 |
+
$booking_widget_type = $instance['booking_widget_type'];
|
30 |
if (empty($booking_widget_type)) $booking_widget_type=1;
|
31 |
+
if ( isset( $instance['booking_widget_calendar_count'] ) ) //FixIn: 6.1.1.11
|
32 |
+
$booking_widget_calendar_count = $instance['booking_widget_calendar_count'];
|
33 |
+
if ( isset( $instance['booking_widget_last_field'] ) ) //FixIn: 6.1.1.11
|
34 |
+
$booking_widget_last_field = $instance['booking_widget_last_field'];
|
35 |
|
36 |
|
37 |
echo $before_widget;
|
167 |
|
168 |
// register widget - New, since WordPress - 2.8
|
169 |
add_action('widgets_init', create_function('', 'return register_widget("BookingWidget");'));
|
|
|
|
lib/wpdev-settings-general.php
CHANGED
@@ -1336,6 +1336,10 @@ function wpdev_bk_settings_legend_section(){
|
|
1336 |
update_bk_option( 'booking_legend_is_show_item_approved' , $booking_legend_is_show_item_approved );
|
1337 |
update_bk_option( 'booking_legend_text_for_item_approved' , $_POST['booking_legend_text_for_item_approved'] );
|
1338 |
|
|
|
|
|
|
|
|
|
1339 |
if ( class_exists('wpdev_bk_biz_s') ) {
|
1340 |
if (isset( $_POST['booking_legend_is_show_item_partially'] )) $booking_legend_is_show_item_partially = 'On';
|
1341 |
else $booking_legend_is_show_item_partially = 'Off';
|
@@ -1343,6 +1347,9 @@ function wpdev_bk_settings_legend_section(){
|
|
1343 |
update_bk_option( 'booking_legend_text_for_item_partially' , $_POST['booking_legend_text_for_item_partially'] );
|
1344 |
}
|
1345 |
}
|
|
|
|
|
|
|
1346 |
$booking_is_show_legend = get_bk_option( 'booking_is_show_legend');
|
1347 |
|
1348 |
$booking_legend_is_show_item_available = get_bk_option( 'booking_legend_is_show_item_available');
|
@@ -1428,6 +1435,16 @@ function wpdev_bk_settings_legend_section(){
|
|
1428 |
</tr>
|
1429 |
<?php } ?>
|
1430 |
<tr><td colspan="2" style="padding:0px;"><div style="margin-top:-15px;"><?php make_bk_action('show_additional_translation_shortcode_help'); ?></div></td></tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1431 |
</table>
|
1432 |
</div>
|
1433 |
</td></tr>
|
@@ -2306,6 +2323,7 @@ function email_help_section( $skip_shortcodes = array() , $email_example = '') {
|
|
2306 |
<p class="description"><?php printf(__('%s - inserting check-in date (first day of reservation),' ,'booking'),'<code>[check_in_date]</code>');?>, </p>
|
2307 |
<?php } if ( ! in_array('check_out_date', $skip_shortcodes)) { ?>
|
2308 |
<p class="description"><?php printf(__('%s - inserting check-out date (last day of reservation),' ,'booking'),'<code>[check_out_date]</code>');?>, </p>
|
|
|
2309 |
<?php } if ( ! in_array('dates_count', $skip_shortcodes)) { ?>
|
2310 |
<p class="description"><?php printf(__('%s - inserting the number of booking dates ' ,'booking'),'<code>[dates_count]</code>');?>, </p>
|
2311 |
<?php } ?>
|
1336 |
update_bk_option( 'booking_legend_is_show_item_approved' , $booking_legend_is_show_item_approved );
|
1337 |
update_bk_option( 'booking_legend_text_for_item_approved' , $_POST['booking_legend_text_for_item_approved'] );
|
1338 |
|
1339 |
+
|
1340 |
+
update_bk_option( 'booking_legend_is_show_numbers' , (isset( $_POST['booking_legend_is_show_numbers'] )) ? 'On' : 'Off' ); //FixIn:6.0.1.4
|
1341 |
+
|
1342 |
+
|
1343 |
if ( class_exists('wpdev_bk_biz_s') ) {
|
1344 |
if (isset( $_POST['booking_legend_is_show_item_partially'] )) $booking_legend_is_show_item_partially = 'On';
|
1345 |
else $booking_legend_is_show_item_partially = 'Off';
|
1347 |
update_bk_option( 'booking_legend_text_for_item_partially' , $_POST['booking_legend_text_for_item_partially'] );
|
1348 |
}
|
1349 |
}
|
1350 |
+
|
1351 |
+
$booking_legend_is_show_numbers = get_bk_option( 'booking_legend_is_show_numbers'); //FixIn:6.0.1.4
|
1352 |
+
|
1353 |
$booking_is_show_legend = get_bk_option( 'booking_is_show_legend');
|
1354 |
|
1355 |
$booking_legend_is_show_item_available = get_bk_option( 'booking_legend_is_show_item_available');
|
1435 |
</tr>
|
1436 |
<?php } ?>
|
1437 |
<tr><td colspan="2" style="padding:0px;"><div style="margin-top:-15px;"><?php make_bk_action('show_additional_translation_shortcode_help'); ?></div></td></tr>
|
1438 |
+
<tr><?php //FixIn:6.0.1.4 ?>
|
1439 |
+
<th scope="row"><label for="booking_legend_is_show_numbers" ><?php _e('Show date number in legend' ,'booking'); ?>:</label></th>
|
1440 |
+
<td>
|
1441 |
+
<input <?php if ($booking_legend_is_show_numbers != 'Off') echo "checked"; ?> type="checkbox"
|
1442 |
+
value="<?php echo $booking_legend_is_show_numbers; ?>"
|
1443 |
+
name="booking_legend_is_show_numbers" id="booking_legend_is_show_numbers" />
|
1444 |
+
<span class="description"><?php printf(__('Check this box to display today date number in legend cells. ' ,'booking'),'<b>','</b>');?></span>
|
1445 |
+
</td>
|
1446 |
+
</tr>
|
1447 |
+
|
1448 |
</table>
|
1449 |
</div>
|
1450 |
</td></tr>
|
2323 |
<p class="description"><?php printf(__('%s - inserting check-in date (first day of reservation),' ,'booking'),'<code>[check_in_date]</code>');?>, </p>
|
2324 |
<?php } if ( ! in_array('check_out_date', $skip_shortcodes)) { ?>
|
2325 |
<p class="description"><?php printf(__('%s - inserting check-out date (last day of reservation),' ,'booking'),'<code>[check_out_date]</code>');?>, </p>
|
2326 |
+
<p class="description"><?php printf(__('%s - inserting check-out date (last day of reservation),' ,'booking'),'<code>[check_out_plus1day]</code>'); echo ' + 1 ' . __('day', 'booking'); ?>, </p> <?php //FixIn: 6.0.1.11 ?>
|
2327 |
<?php } if ( ! in_array('dates_count', $skip_shortcodes)) { ?>
|
2328 |
<p class="description"><?php printf(__('%s - inserting the number of booking dates ' ,'booking'),'<code>[dates_count]</code>');?>, </p>
|
2329 |
<?php } ?>
|
readme.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
|
2 |
Contributors: wpdevelop
|
3 |
Donate link: http://wpbookingcalendar.com/buy/
|
4 |
-
Tags:
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Booking Calendar plugin -
|
12 |
|
13 |
== Description ==
|
14 |
Booking Calendar plugin will enable **online booking services** for your site.
|
15 |
It's highly supported, *oldest ([since 2009](http://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
|
16 |
-
>[Plugin Homepage](http://wpbookingcalendar.com/ "Booking Calendar Homepage") | [
|
17 |
|
18 |
Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
|
19 |
|
@@ -152,6 +152,47 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
152 |
11. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
153 |
|
154 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
= 6.0 =
|
156 |
- Features and issue fixings in All versions:
|
157 |
* **New** Register and Translate everything in [wpml]Some Text to translate[/wpml] tags. Translation can be done at the WPML > "String translation" page. Required WPML 3.2 with String Translation plugin.
|
@@ -292,64 +333,38 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
292 |
* **Fix** issue of not ability to save changes of Form Fields at Settings page in French version of Booking Calendar. *(Personal, Business Small/Medium/Large, MultiUser)*
|
293 |
* **Fix** Warning: "preg_match(): Compilation failed: invalid range in character class at offset 24 in ../inc/personal.php on line 2347". Its possibly exist in some most recent versions of PCRE (the regular expression library PHP uses). *(Personal, Business Small/Medium/Large, MultiUser)*
|
294 |
|
295 |
-
= 5.3.2 =
|
296 |
-
* **Fix** issue of conflict with WPML plugin in free version of plugin. If the customer use WPML plugin, sometimes was existing issue that labels in the booking form have the same title of first element.
|
297 |
-
|
298 |
-
= 5.3.1 =
|
299 |
-
- Features and issue fixings in All versions:
|
300 |
-
* Updated German translation [100% Completed] by Dirk Gabler.
|
301 |
-
* Updated Swedish translation [100% Completed] by Ruben Salas
|
302 |
-
* Updated Italian translation [100% Completed] by Fabrizio Pecorelli and Astolfo Vesci
|
303 |
-
* Updated French translation [100% Completed] by Jean-Sébastien DANGLADE
|
304 |
-
* Updated Brazilian Portuguese translation [100% Completed] by David Page
|
305 |
-
* Updated Greece translation [100% Completed] by Dimitris Amanatiadis
|
306 |
-
* Updated Slovak translation [100% Completed] by Lubomir Host
|
307 |
-
* Updated Czech translation [100% Completed] by Ales Dlask
|
308 |
-
* Updated Dutch translation [100% Completed] by Wim Bommerez
|
309 |
-
* Updated Danish translation [79% Completed] by Karen Skovmand.
|
310 |
-
* **Improvement**. Removed in the email "From" field symbols " and or \", during sending emails.
|
311 |
-
* **Improvement**. Additional support of WPML transaltion for the booking form fields.
|
312 |
-
* **Fix** Fixing the Return-Path header in emails.
|
313 |
-
* CSS improvements.
|
314 |
-
- Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
|
315 |
-
* **Improvement**. Ability to set separator of data for bookings export to CSV format. *(Personal, Business Small/Medium/Large, MultiUser)*
|
316 |
-
* **Improvement**. Sort selections of booking resources (from the [bookingselect... shortcode) in the same order as specified in the "type" parameter. *(Personal, Business Small/Medium/Large, MultiUser)*
|
317 |
-
* **Improvement**. Loading the default custom booking form for specific booking resource at the Booking > Add booking page. *(Business Medium/Large, MultiUser)*
|
318 |
-
* **Fix** issue of deleting custom booking forms in the Booking Calendar MultiUser version.
|
319 |
-
* **Fix** issue of not showing default custom booking forms at the Booking > Resources page for the "regulat users" in the Booking Calendar MultiUser version, if was activated constant "WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS".
|
320 |
-
* **Fix** issue of not ability to select 2 or more days during booking for the specific timeslot, if the last selected date contain 2 or more booked timeslots. *(Business Small/Medium/Large, MultiUser)*
|
321 |
-
|
322 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
323 |
|
324 |
== Upgrade Notice ==
|
325 |
-
= 6.
|
326 |
-
|
327 |
|
328 |
== Languages ==
|
329 |
|
330 |
Plugin supports following languages:
|
331 |
|
332 |
- English
|
|
|
333 |
- French [100% Completed]
|
334 |
- Norwegian [100% Completed]
|
335 |
-
-
|
336 |
-
-
|
337 |
-
-
|
338 |
-
-
|
339 |
-
-
|
340 |
-
- Ukrainian [
|
341 |
-
- Russian [
|
342 |
-
- Danish [
|
343 |
-
- Czech [
|
344 |
-
- Slovak [
|
345 |
-
- Italian [
|
346 |
-
-
|
347 |
-
-
|
348 |
-
-
|
349 |
-
- Hungarian [99% Completed]
|
350 |
-
- Finnish [99% Completed]
|
351 |
- Catalan [99% Completed]
|
352 |
- Portugal [99% Completed]
|
|
|
|
|
353 |
- Brazilian Portuguese [94% Completed]
|
354 |
- Hebrew [17% Completed]
|
355 |
- Belarusian [11% Completed]
|
1 |
+
=== Booking Calendar ===
|
2 |
Contributors: wpdevelop
|
3 |
Donate link: http://wpbookingcalendar.com/buy/
|
4 |
+
Tags: booking calendar, availability calendar, event calendar, booking system, booking form, reservation, events, appointment, availability, schedule, calendar, contact form
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 6.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.
|
12 |
|
13 |
== Description ==
|
14 |
Booking Calendar plugin will enable **online booking services** for your site.
|
15 |
It's highly supported, *oldest ([since 2009](http://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
|
16 |
+
>[Plugin Homepage](http://wpbookingcalendar.com/ "Booking Calendar Homepage") | [Overview](http://wpbookingcalendar.com/overview/ "Overview") | [Features](http://wpbookingcalendar.com/features/ "Features") | [Support Forum](http://wpbookingcalendar.com/support/ "Support") | [Premium Demos](http://wpbookingcalendar.com/demo/ "Live Demos of Premium versions")
|
17 |
|
18 |
Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
|
19 |
|
152 |
11. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
153 |
|
154 |
== Changelog ==
|
155 |
+
= 6.1 =
|
156 |
+
- Features and issue fixings in All versions:
|
157 |
+
* **New** Display or hide **"Today date number"** in legend cells under calendar.
|
158 |
+
* **New** Turkish translation [100% Completed] by EMİNA MESİNOVİC
|
159 |
+
* **Translation** Updated German translation [100% Completed] by Peter Wegmann and Christian
|
160 |
+
* **Translation** Updated Swedish translation [100% Completed] by Mikael Göransson and Jan Österling
|
161 |
+
* **Translation** Updated Ukrainian translation [100% Completed]
|
162 |
+
* **Translation** Updated Russian translation [100% Completed]
|
163 |
+
* **Translation** Updated Finnish translation [100% Completed] by Turo Numminen and Peter Grönberg
|
164 |
+
* **Translation** Updated Slovak translation [100% Completed] by Martin Ambruš and Martin Galdun
|
165 |
+
* **Translation** Updated French translation [100% Completed] by Laurent Thiry and Terry Atkinson
|
166 |
+
* **Translation** Updated Greece translation [100% Completed] by Dimitris Amanatiadis
|
167 |
+
* **Translation** Updated Spanish translation [100% Completed] by Juan C and Juan García Piosa
|
168 |
+
* **Translation** Updated Czech translation [100% Completed] by Ales Dlask
|
169 |
+
* **Translation** Updated Polish translation [100% Completed] by Danek Szczepan
|
170 |
+
* **Translation** Updated Danish translation [100% Completed] by Ib H. Rasmussen
|
171 |
+
* **Translation** Updated Italian translation [100% Completed] by Fabrizio Pecorelli
|
172 |
+
* **Translation** Updated Norwegian translation [100% Completed] by Håvard Hasli
|
173 |
+
* **Translation** Updated Hungarian translation [100% Completed] by István Vincze
|
174 |
+
* **Translation** Updated Dutch translation [100% Completed] by Wim Bommerez
|
175 |
+
* **Fix** some warning notices, while website in debug mode.
|
176 |
+
* Tons of minor improvements and bug fixes. You should read the full changelog for all of them.
|
177 |
+
- Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
|
178 |
+
* **New** Ability to search for additional 2 days in search availability form. Use this shortcode in search form: **[additional_search "2"]** +/- 2 days. *(Business Large, MultiUser)*
|
179 |
+
* **New** Ability to show how many search results found. To show use **{searchresults}** shortcode in search form shortcode. Example: [bookingsearch searchresultstitle='{searchresults} Results Found' searchresults='http://dev/search-results/' noresultstitle='Nothing Found.'] *(Business Large, MultiUser)*
|
180 |
+
* **New** Show Search Results Log at Booking > Settings > Search page in Search Cache section for more easy detect any issues with search results *(Business Large, MultiUser)*
|
181 |
+
* **New** Ability to transfer custom parameters from booking form shortcode into the content of booking form. Example of shortcode usage: *[booking type=1 form_type='standard' nummonths=3 options='{parameter name="my_param" value="value"},{parameter name="other_param" value="other value"}']* Example of booking form customization: [text some_field_name "my_param"] and [text other_field_name "other_param"] *(Personal, Business Small/Medium/Large, MultiUser)*
|
182 |
+
* **Improvement** Ability to use check-boxes in the search form for additional parameters. *(Business Large, MultiUser)*
|
183 |
+
* **Improvement** Ability to use several times custom fields with same name in posts for definition several additional parameters with different values for the search form. *(Business Large, MultiUser)*
|
184 |
+
* **Improvement** Correctly showing **change-over day**, as half booked day, that have **pending** check-in/out and **approved** check-out/in **bookings in the same day**. *(Business Small/Medium/Large, MultiUser)*
|
185 |
+
* **Improvement** Added ability to save "Advanced cost settings" only for selected custom or standard form. Its prevent issue of not saving some values, if exist too many custom forms and too many options for the additional cost. *(Business Medium/Large, MultiUser)*
|
186 |
+
* **Improvement** Showing times in header of Time-Line, when selected several booking resources and one day Calendar Overview mode. *(Personal, Business Small/Medium/Large, MultiUser)*
|
187 |
+
* **Improvement** Ability to set constant WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE to true in ../lib/wpbc-constants.php file for sending modification email, if cost was changed in admin panel *(Business Small/Medium/Large, MultiUser)*
|
188 |
+
* **Improvement** Ability to use in emails new shortcode: **[check_out_plus1day]** - inserting next day after last selected day in calendar for specific booking. Its useful in some cases, if business workflow require to show as checkout day the next day after last selected date. *(Personal, Business Small/Medium/Large, MultiUser)*
|
189 |
+
* **Improvement** Correct work of "Auto-fill" button at Booking > Add booking page for bookings with change-over days. *(Business Small/Medium/Large, MultiUser)*
|
190 |
+
* **Fix** issue of not showing booked dates in some specific situation (when are using check in/out times) for booking resources with capacity higher than 1. *(Business Large, MultiUser)*
|
191 |
+
* **Fix** issue of not ability to change booking resource for booking in some situations, while booking resources with capacity higher than 1. *(Business Large, MultiUser)*
|
192 |
+
* **Fix** restriction of parameters during switching to Calendar Overview mode *(Personal, Business Small/Medium/Large, MultiUser)*
|
193 |
+
* **Fix** not sending emails after changing booking resource for specific booking, if "Emails sending" checkbox unchecked. *(Personal, Business Small/Medium/Large, MultiUser)*
|
194 |
+
* **Fix** selecting correct non English language at PayPal checkout page, depend from website locale *(Business Small/Medium/Large, MultiUser)*
|
195 |
+
|
196 |
= 6.0 =
|
197 |
- Features and issue fixings in All versions:
|
198 |
* **New** Register and Translate everything in [wpml]Some Text to translate[/wpml] tags. Translation can be done at the WPML > "String translation" page. Required WPML 3.2 with String Translation plugin.
|
333 |
* **Fix** issue of not ability to save changes of Form Fields at Settings page in French version of Booking Calendar. *(Personal, Business Small/Medium/Large, MultiUser)*
|
334 |
* **Fix** Warning: "preg_match(): Compilation failed: invalid range in character class at offset 24 in ../inc/personal.php on line 2347". Its possibly exist in some most recent versions of PCRE (the regular expression library PHP uses). *(Personal, Business Small/Medium/Large, MultiUser)*
|
335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
337 |
|
338 |
== Upgrade Notice ==
|
339 |
+
= 6.1 =
|
340 |
+
Advanced legend items configuration. Smarter showing past bookings in time-line. Advanced search availability functionality (in paid versions).
|
341 |
|
342 |
== Languages ==
|
343 |
|
344 |
Plugin supports following languages:
|
345 |
|
346 |
- English
|
347 |
+
- German [100% Completed]
|
348 |
- French [100% Completed]
|
349 |
- Norwegian [100% Completed]
|
350 |
+
- Swedish [100% Completed]
|
351 |
+
- Spanish [100% Completed]
|
352 |
+
- Dutch [100% Completed]
|
353 |
+
- Greece [100% Completed]
|
354 |
+
- Polish [100% Completed]
|
355 |
+
- Ukrainian [100% Completed]
|
356 |
+
- Russian [100% Completed]
|
357 |
+
- Danish [100% Completed]
|
358 |
+
- Czech [100% Completed]
|
359 |
+
- Slovak [100% Completed]
|
360 |
+
- Italian [100% Completed]
|
361 |
+
- Hungarian [100% Completed]
|
362 |
+
- Finnish [100% Completed]
|
363 |
+
- Turkish [100% Completed]
|
|
|
|
|
364 |
- Catalan [99% Completed]
|
365 |
- Portugal [99% Completed]
|
366 |
+
- Croatian [99% Completed]
|
367 |
+
- Bulgarian [99% Completed]
|
368 |
- Brazilian Portuguese [94% Completed]
|
369 |
- Hebrew [17% Completed]
|
370 |
- Belarusian [11% Completed]
|
wpdev-booking.php
CHANGED
@@ -7,7 +7,7 @@ Author: wpdevelop
|
|
7 |
Author URI: http://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 6.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2015 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
7 |
Author URI: http://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 6.1
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2015 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|