Version Description
(2020-08-20) = - Fixed issue with booking edit panel that was making it so, if there was only one table available, it wouldn't save correctly if you tried to change the booking status. - Generated a new .pot file.
Download this release
Release Info
Developer | Rustaurius |
Plugin | Restaurant Reservations |
Version | 2.1.19 |
Comparing to | |
See all releases |
Code changes from version v2.1.18 to 2.1.19
- includes/Booking.class.php +7 -0
- languages/restaurant-reservations.pot +2355 -1036
- readme.txt +5 -1
- restaurant-reservations.php +1 -2
includes/Booking.class.php
CHANGED
@@ -699,6 +699,13 @@ class rtbBooking {
|
|
699 |
if ( ! $this->table or ! is_array( $this->table ) ) { return false; }
|
700 |
|
701 |
$valid_tables = rtb_get_valid_tables( $this->date );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
702 |
|
703 |
return $this->table == array_intersect( $this->table, $valid_tables );
|
704 |
}
|
699 |
if ( ! $this->table or ! is_array( $this->table ) ) { return false; }
|
700 |
|
701 |
$valid_tables = rtb_get_valid_tables( $this->date );
|
702 |
+
|
703 |
+
if ( isset( $this->ID ) ) {
|
704 |
+
|
705 |
+
$post_meta = get_post_meta( $this->ID, 'rtb', true );
|
706 |
+
|
707 |
+
if ( isset( $post_meta['table'] ) and is_array( $post_meta['table'] ) ) { $valid_tables = array_merge( $valid_tables, $post_meta['table'] ); }
|
708 |
+
}
|
709 |
|
710 |
return $this->table == array_intersect( $this->table, $valid_tables );
|
711 |
}
|
languages/restaurant-reservations.pot
CHANGED
@@ -1,312 +1,155 @@
|
|
1 |
-
# Copyright (C) 2019 Theme of the Crop
|
2 |
-
# This file is distributed under the GNU General Public License v2.0 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Restaurant Reservations
|
6 |
-
"
|
7 |
-
"
|
|
|
|
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"X-
|
|
|
15 |
|
16 |
-
#: includes/
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
#: includes/Addons.class.php:54
|
21 |
-
msgid "Custom Fields"
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
#: includes/Addons.class.php:57
|
25 |
-
msgid ""
|
26 |
-
"Plan your dinner service better by asking for special seating requests, "
|
27 |
-
"dietary needs and more when customers book online."
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: includes/Addons.class.php:61 includes/Addons.class.php:77
|
31 |
-
#: includes/Addons.class.php:93 includes/Addons.class.php:109
|
32 |
-
msgid "Learn More"
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: includes/Addons.class.php:70
|
36 |
-
msgid "Export Bookings"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: includes/Addons.class.php:73
|
40 |
-
msgid ""
|
41 |
-
"Easily print your bookings in a PDF or export them to an Excel/CSV file so "
|
42 |
-
"you can analyze patterns, cull customer data and import bookings into other "
|
43 |
-
"services."
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: includes/Addons.class.php:86 includes/Settings.class.php:680
|
47 |
-
msgid "Email Templates"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: includes/Addons.class.php:89
|
51 |
-
msgid ""
|
52 |
-
"Send beautiful email notifications with your own logo and brand colors when "
|
53 |
-
"your customers make a reservation."
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: includes/Addons.class.php:102
|
57 |
-
msgid "MailChimp"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: includes/Addons.class.php:105
|
61 |
-
msgid ""
|
62 |
-
"Subscribe requests to your MailChimp mailing list and watch your "
|
63 |
-
"subscription rates grow effortlessly."
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: includes/Addons.class.php:122
|
67 |
-
msgid "Augustan"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: includes/Addons.class.php:125
|
71 |
-
msgid ""
|
72 |
-
"A traditionally elegant theme for high-class restaurants, with simple setup "
|
73 |
-
"and powerful features."
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: includes/Addons.class.php:129 includes/Addons.class.php:148
|
77 |
-
#: includes/Addons.class.php:167 includes/Addons.class.php:186
|
78 |
-
#: includes/Addons.class.php:205 includes/Addons.class.php:224
|
79 |
-
#: includes/Addons.class.php:243 includes/Addons.class.php:262
|
80 |
-
#: includes/Addons.class.php:281 includes/Addons.class.php:300
|
81 |
-
#: includes/Addons.class.php:319
|
82 |
-
msgid "View Theme"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: includes/Addons.class.php:141
|
86 |
-
msgid "Luigi"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: includes/Addons.class.php:144
|
90 |
-
msgid ""
|
91 |
-
"A smart theme for upscale bistros and fine Italian restaurants. Get up and "
|
92 |
-
"running quickly."
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: includes/Addons.class.php:160
|
96 |
-
msgid "The Spot"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: includes/Addons.class.php:163
|
100 |
-
msgid ""
|
101 |
-
"A vibrant theme for bars, pubs and destination restaurants with an "
|
102 |
-
"attention-grabbing homepage."
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: includes/Addons.class.php:179
|
106 |
-
msgid "Plate Up"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: includes/Addons.class.php:182
|
110 |
-
msgid ""
|
111 |
-
"A refined theme for sophisticated, modern restaurants to drive customers to "
|
112 |
-
"your booking form."
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: includes/Addons.class.php:198
|
116 |
-
msgid "Plate"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: includes/Addons.class.php:201
|
120 |
-
msgid ""
|
121 |
-
"A delightfully beautiful WordPress theme designed to help you build a "
|
122 |
-
"stunning restaurant website."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: includes/Addons.class.php:217
|
126 |
-
msgid "Auberge"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: includes/Addons.class.php:220
|
130 |
-
msgid ""
|
131 |
-
"Display a menu of your restaurant, café or bar stylishly with this free "
|
132 |
-
"mobile-friendly WordPress theme."
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: includes/Addons.class.php:236
|
136 |
-
msgid "Liber"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: includes/Addons.class.php:239
|
140 |
-
msgid ""
|
141 |
-
"A responsive theme optimized for restaurants and bars supporting features "
|
142 |
-
"these websites need."
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: includes/Addons.class.php:255
|
146 |
-
msgid "Brasserie"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: includes/Addons.class.php:258
|
150 |
-
msgid ""
|
151 |
-
"A delightfully simple to use and beautifully crafted free theme for any "
|
152 |
-
"food establishment."
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: includes/Addons.class.php:274
|
156 |
-
msgid "Veggie"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#: includes/Addons.class.php:277
|
160 |
-
msgid ""
|
161 |
-
"A food blogging and restaurant theme with modern, easy-to-read typography "
|
162 |
-
"and minimalist design."
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: includes/Addons.class.php:293
|
166 |
-
msgid "Good Ol' Wine"
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: includes/Addons.class.php:296
|
170 |
-
msgid ""
|
171 |
-
"A beautiful responsive theme that is suitable for wine enthusiasts, "
|
172 |
-
"wineries and wine bars."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: includes/
|
176 |
-
|
|
|
|
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: includes/Addons.class.php:
|
180 |
-
msgid ""
|
181 |
-
"A modern, clean healthy food blogging theme that can be used for a "
|
182 |
-
"restaurant as well."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: includes/AdminBookings.class.php:
|
186 |
msgid "Restaurant Bookings"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/AdminBookings.class.php:
|
|
|
190 |
msgid "Add New"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/AdminBookings.class.php:
|
194 |
-
msgid "Columns"
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: includes/AdminBookings.class.php:167 restaurant-reservations.php:235
|
198 |
msgid "Add Booking"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: includes/AdminBookings.class.php:
|
202 |
-
#: includes/AdminBookings.class.php:
|
203 |
msgid "Cancel"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/AdminBookings.class.php:
|
207 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
208 |
msgid "Send Email"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: includes/AdminBookings.class.php:
|
212 |
msgid "Subject"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: includes/AdminBookings.class.php:
|
216 |
-
#: includes/
|
|
|
217 |
msgid "Message"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: includes/AdminBookings.class.php:
|
221 |
msgid "Update"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: includes/AdminBookings.class.php:
|
225 |
-
#: includes/AdminBookings.class.php:
|
|
|
226 |
msgid "Close"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: includes/AdminBookings.class.php:
|
|
|
230 |
msgid "Ban future bookings from the email address %s or the IP address %s?"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: includes/AdminBookings.class.php:
|
234 |
-
|
235 |
-
"It is recommended to ban by email address instead of IP. Only ban by IP "
|
236 |
-
"address to block a malicious user who is using different email addresses to "
|
237 |
-
"avoid a previous ban."
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: includes/AdminBookings.class.php:300
|
241 |
-
msgid "View all bans"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: includes/AdminBookings.class.php:316
|
245 |
msgid ""
|
246 |
"Delete all booking records related to email address %s? This action can not "
|
247 |
"be undone."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: includes/AdminBookings.class.php:
|
251 |
msgid "Booking Status"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: includes/AdminBookings.class.php:
|
255 |
msgid "Send notifications"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: includes/AdminBookings.class.php:
|
259 |
msgid "Learn more"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: includes/AdminBookings.class.php:
|
263 |
msgid ""
|
264 |
"When adding a booking or changing a booking's status with this form, no "
|
265 |
"email notifications will be sent. Check this option if you want to send "
|
266 |
"email notifications."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: includes/AdminBookings.class.php:
|
|
|
|
|
270 |
msgid "You have been logged out. Please %slogin again%s."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/AdminBookings.class.php:
|
|
|
274 |
msgid ""
|
275 |
"This booking has been sent to the %sTrash%s where it can not be edited. Set "
|
276 |
"the booking to Pending or Confirmed to edit it."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/AdminBookings.class.php:
|
280 |
-
msgid "
|
|
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/AdminBookings.class.php:
|
284 |
msgid ""
|
285 |
"Unable to trash this post. Please try again. If you continue to have "
|
286 |
"trouble, please refresh the page."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: includes/AdminBookings.class.php:
|
290 |
msgid "Please enter a message before sending the email."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: includes/AdminBookings.class.php:
|
294 |
-
msgid "
|
|
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: includes/AdminBookings.class.php:
|
298 |
msgid "There was an error loading the booking and the email was not sent."
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: includes/AdminBookings.class.php:
|
302 |
msgid "You must select at least one column to display."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: includes/AdminBookings.class.php:
|
306 |
msgid "No IP or email address could be found for this ban request."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/AdminBookings.class.php:
|
310 |
msgid "No email address could be found for this delete request."
|
311 |
msgstr ""
|
312 |
|
@@ -314,821 +157,2556 @@ msgstr ""
|
|
314 |
msgid "Invalid"
|
315 |
msgstr ""
|
316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
317 |
#: includes/Blocks.class.php:62
|
318 |
msgid "Ask the customer to select a location"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: includes/Booking.class.php:
|
322 |
msgid "Please enter the date you would like to book."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: includes/Booking.class.php:
|
326 |
msgid ""
|
327 |
"The date you entered is not valid. Please select from one of the dates in "
|
328 |
"the calendar."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: includes/Booking.class.php:
|
332 |
msgid "Please enter the time you would like to book."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: includes/Booking.class.php:
|
336 |
msgid ""
|
337 |
"The time you entered is not valid. Please select from one of the times "
|
338 |
"provided."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: includes/Booking.class.php:
|
|
|
342 |
msgid "Sorry, bookings can not be made more than %s days in advance."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: includes/Booking.class.php:
|
346 |
msgid "Sorry, bookings can not be made in the past."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: includes/Booking.class.php:
|
350 |
msgid "Sorry, bookings can not be made for the same day."
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: includes/Booking.class.php:
|
|
|
354 |
msgid "Sorry, bookings must be made more than %s days in advance."
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/Booking.class.php:
|
|
|
358 |
msgid "Sorry, bookings must be made more than %s hours in advance."
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: includes/Booking.class.php:
|
|
|
362 |
msgid "Sorry, bookings must be made more than %s minutes in advance."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: includes/Booking.class.php:
|
366 |
msgid "Sorry, no bookings are being accepted then."
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: includes/Booking.class.php:
|
370 |
msgid "Sorry, no bookings are being accepted on that date."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: includes/Booking.class.php:
|
374 |
msgid "Sorry, no bookings are being accepted at that time."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: includes/Booking.class.php:
|
378 |
msgid "Please enter a name for this booking."
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: includes/Booking.class.php:
|
382 |
msgid "Please let us know how many people will be in your party."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: includes/Booking.class.php:
|
|
|
386 |
msgid "We only accept bookings for parties of up to %d people."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: includes/Booking.class.php:
|
|
|
390 |
msgid "We only accept bookings for parties of more than %d people."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: includes/Booking.class.php:
|
394 |
msgid "Please enter an email address so we can confirm your booking."
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: includes/Booking.class.php:
|
398 |
msgid "Please enter a valid email address so we can confirm your booking."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: includes/Booking.class.php:
|
402 |
msgid "Please provide a phone number so we can confirm your booking."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: includes/Booking.class.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
msgid "Please complete this field to request a booking."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: includes/Booking.class.php:
|
410 |
msgid ""
|
411 |
"Your booking has been rejected. Please call us if you would like to make a "
|
412 |
"booking."
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: includes/CustomPostTypes.class.php:
|
416 |
-
#: includes/CustomPostTypes.class.php:
|
417 |
#: includes/WP_List_Table.BookingsTable.class.php:113
|
|
|
418 |
msgid "Bookings"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: includes/CustomPostTypes.class.php:
|
422 |
#: includes/WP_List_Table.BookingsTable.class.php:112
|
423 |
msgid "Booking"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: includes/CustomPostTypes.class.php:
|
427 |
msgid "Add New Booking"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: includes/CustomPostTypes.class.php:
|
431 |
msgid "Edit Booking"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: includes/CustomPostTypes.class.php:
|
435 |
msgid "New Booking"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: includes/CustomPostTypes.class.php:
|
439 |
msgid "View Booking"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/CustomPostTypes.class.php:
|
443 |
msgid "Search Bookings"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: includes/CustomPostTypes.class.php:
|
447 |
msgid "No bookings found"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: includes/CustomPostTypes.class.php:
|
451 |
msgid "No bookings found in trash"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: includes/CustomPostTypes.class.php:
|
455 |
msgid "All Bookings"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: includes/CustomPostTypes.class.php:
|
459 |
-
|
460 |
-
|
461 |
-
msgstr
|
462 |
-
msgstr[1] ""
|
463 |
|
464 |
-
#: includes/CustomPostTypes.class.php:
|
465 |
-
msgid "
|
466 |
-
|
467 |
-
msgstr[0] ""
|
468 |
-
msgstr[1] ""
|
469 |
|
470 |
-
#: includes/
|
471 |
-
|
|
|
|
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
msgid ""
|
476 |
-
"
|
477 |
-
"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: includes/
|
481 |
msgid ""
|
482 |
-
"
|
483 |
-
"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
msgid ""
|
488 |
-
"
|
489 |
-
"license activated on other sites you will need to deactivate them or "
|
490 |
-
"purchase more license keys from %sTheme of the Crop%s."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: includes/
|
|
|
494 |
msgid ""
|
495 |
-
"
|
496 |
-
"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: includes/
|
500 |
-
|
501 |
-
msgid "Location"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: includes/
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: includes/
|
509 |
-
msgid "
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: includes/
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: includes/
|
517 |
-
msgid "
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: includes/
|
521 |
-
msgid "
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: includes/
|
525 |
msgid ""
|
526 |
-
"
|
527 |
-
"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/
|
531 |
-
msgid "
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: includes/
|
535 |
-
msgid ""
|
536 |
-
"The email address which should appear in the Reply-To field of a user "
|
537 |
-
"notification email."
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/
|
541 |
-
msgid "
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: includes/
|
545 |
-
msgid ""
|
546 |
-
"The email address where admin notifications for bookings at this location "
|
547 |
-
"should be sent."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: includes/
|
551 |
-
msgid "
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: includes/
|
555 |
-
msgid "
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: includes/
|
559 |
-
msgid "
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: includes/
|
563 |
-
msgid "
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: includes/
|
567 |
-
msgid "
|
|
|
|
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: includes/
|
571 |
-
msgid "
|
|
|
|
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: includes/
|
575 |
-
msgid "
|
|
|
|
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: includes/
|
579 |
-
msgid ""
|
580 |
-
"Select a page on your site to automatically display the booking form and "
|
581 |
-
"confirmation message."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: includes/
|
585 |
-
msgid "
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: includes/
|
589 |
-
msgid "
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: includes/
|
593 |
-
msgid "
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: includes/
|
597 |
-
msgid "
|
|
|
|
|
|
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: includes/
|
601 |
-
msgid "
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: includes/
|
605 |
-
msgid "
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/
|
609 |
-
msgid "
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: includes/
|
613 |
-
msgid "
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: includes/
|
617 |
-
msgid "
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: includes/
|
621 |
-
msgid "
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: includes/
|
625 |
-
|
626 |
-
msgid "Booking Form"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: includes/
|
630 |
-
msgid "
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: includes/
|
634 |
-
msgid ""
|
635 |
-
"Define how the date is formatted on the booking form. %sFormatting rules%s. "
|
636 |
-
"This only changes the format on the booking form. To change the date format "
|
637 |
-
"in notification messages, modify your general %sWordPress Settings%s."
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: includes/
|
641 |
-
msgid "
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: includes/
|
645 |
-
msgid ""
|
646 |
-
"Define how the time is formatted on the booking form. %sFormatting rules%s. "
|
647 |
-
"This only changes the format on the booking form. To change the time format "
|
648 |
-
"in notification messages, modify your general %sWordPress Settings%s."
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: includes/
|
652 |
-
msgid "
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: includes/
|
656 |
msgid ""
|
657 |
-
"
|
658 |
-
"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: includes/
|
662 |
-
msgid "
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: includes/
|
666 |
-
msgid "
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: includes/
|
670 |
-
msgid ""
|
671 |
-
"You can block bookings from specific email addresses. Enter each email "
|
672 |
-
"address on a separate line."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: includes/
|
676 |
-
msgid "
|
|
|
|
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: includes/
|
680 |
msgid ""
|
681 |
-
"
|
682 |
-
"
|
683 |
-
"address assignments, so an IP address may accidentally refer to a different "
|
684 |
-
"user. Also, if you block an IP address used by a public connection, such as "
|
685 |
-
"cafe WIFI, a public library, or a university network, you may inadvertantly "
|
686 |
-
"block several people."
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: includes/
|
690 |
-
msgid "
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: includes/
|
694 |
-
msgid "
|
|
|
|
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: includes/
|
698 |
msgid ""
|
699 |
-
"
|
700 |
-
"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: includes/
|
704 |
-
msgid "
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: includes/
|
708 |
msgid ""
|
709 |
-
"
|
710 |
-
"booking."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: includes/
|
714 |
-
msgid "
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: includes/
|
718 |
-
msgid ""
|
719 |
-
|
720 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: includes/Settings.class.php:
|
724 |
-
msgid "
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: includes/Settings.class.php:
|
728 |
-
msgid "
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: includes/Settings.class.php:
|
732 |
-
msgid "
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: includes/Settings.class.php:
|
736 |
-
msgid "
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: includes/Settings.class.php:
|
740 |
-
msgid "
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: includes/Settings.class.php:
|
744 |
-
msgid "
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: includes/Settings.class.php:
|
748 |
msgid ""
|
749 |
-
"
|
750 |
-
"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: includes/Settings.class.php:
|
754 |
-
msgid "
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: includes/Settings.class.php:
|
758 |
msgid ""
|
759 |
-
"
|
760 |
-
"Booking Managers are not restricted by this setting.)"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: includes/Settings.class.php:
|
764 |
-
msgid "
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: includes/Settings.class.php:
|
768 |
-
msgid "
|
|
|
|
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: includes/Settings.class.php:
|
772 |
-
msgid "
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: includes/Settings.class.php:
|
776 |
-
msgid "
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: includes/Settings.class.php:
|
780 |
-
msgid "
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: includes/Settings.class.php:
|
784 |
-
msgid "
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: includes/Settings.class.php:
|
788 |
-
msgid "
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: includes/Settings.class.php:
|
792 |
msgid ""
|
793 |
-
"
|
794 |
-
"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: includes/Settings.class.php:
|
798 |
-
msgid "
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: includes/Settings.class.php:
|
802 |
-
msgid "
|
|
|
|
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: includes/Settings.class.php:
|
806 |
-
msgid "
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: includes/Settings.class.php:
|
810 |
-
msgid "
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/Settings.class.php:
|
814 |
-
msgid "
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: includes/Settings.class.php:
|
818 |
-
msgid "
|
|
|
|
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/Settings.class.php:
|
822 |
-
msgid "
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/Settings.class.php:
|
826 |
-
msgid "
|
|
|
|
|
|
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/Settings.class.php:
|
830 |
-
msgid "
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/Settings.class.php:
|
834 |
-
msgid ""
|
835 |
-
"When the booking form is loaded, should it automatically attempt to select "
|
836 |
-
"a valid date?"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: includes/Settings.class.php:
|
840 |
-
msgid "
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: includes/Settings.class.php:
|
844 |
-
msgid "
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: includes/Settings.class.php:
|
848 |
-
msgid "
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: includes/Settings.class.php:
|
852 |
-
msgid "
|
|
|
|
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: includes/Settings.class.php:
|
856 |
-
msgid "
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: includes/Settings.class.php:
|
860 |
-
msgid "
|
|
|
|
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: includes/Settings.class.php:
|
864 |
-
msgid "
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: includes/Settings.class.php:
|
868 |
-
msgid "
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: includes/Settings.class.php:
|
872 |
-
msgid "
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: includes/Settings.class.php:
|
876 |
-
msgid "
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: includes/Settings.class.php:
|
880 |
-
msgid "
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: includes/Settings.class.php:
|
884 |
-
msgid "
|
|
|
|
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: includes/Settings.class.php:
|
888 |
-
msgid "
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: includes/Settings.class.php:
|
892 |
-
msgid "
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: includes/Settings.class.php:
|
|
|
|
|
|
|
|
|
896 |
msgid ""
|
897 |
-
"
|
898 |
-
"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: includes/Settings.class.php:
|
902 |
-
msgid "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/Settings.class.php:
|
906 |
msgid ""
|
907 |
-
"
|
908 |
-
"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: includes/Settings.class.php:
|
912 |
-
msgid "
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: includes/Settings.class.php:
|
916 |
-
msgid "
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: includes/Settings.class.php:
|
920 |
-
msgid ""
|
921 |
-
"Adjust the messages that are emailed to users and admins during the booking "
|
922 |
-
"process."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: includes/Settings.class.php:
|
926 |
-
msgid "
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: includes/Settings.class.php:
|
930 |
-
msgid ""
|
931 |
-
"Use the following tags to automatically add booking information to the "
|
932 |
-
"emails. Tags labeled with an asterisk (*) can be used in the email subject "
|
933 |
-
"as well."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: includes/Settings.class.php:
|
937 |
-
msgid "
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: includes/Settings.class.php:
|
941 |
-
msgid "
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: includes/Settings.class.php:
|
945 |
-
msgid "
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: includes/Settings.class.php:
|
949 |
-
msgid ""
|
950 |
-
"Enter the email an admin should receive when an initial booking request is "
|
951 |
-
"made."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: includes/Settings.class.php:
|
955 |
-
msgid "
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: includes/Settings.class.php:
|
959 |
-
msgid ""
|
960 |
-
"The email subject a user should receive when they make an initial booking "
|
961 |
-
"request."
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: includes/Settings.class.php:
|
965 |
-
msgid "
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: includes/Settings.class.php:
|
|
|
|
|
|
|
|
|
969 |
msgid ""
|
970 |
-
"
|
971 |
-
"request."
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: includes/Settings.class.php:
|
975 |
-
msgid "
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: includes/Settings.class.php:
|
979 |
-
msgid ""
|
980 |
-
"The email subject a user should receive when their booking has been "
|
981 |
-
"confirmed."
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: includes/Settings.class.php:
|
985 |
-
msgid "
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: includes/Settings.class.php:
|
989 |
-
msgid "
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: includes/Settings.class.php:
|
993 |
-
msgid "
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: includes/Settings.class.php:
|
997 |
msgid ""
|
998 |
-
"
|
999 |
-
"rejected."
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: includes/Settings.class.php:
|
1003 |
-
msgid "
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: includes/Settings.class.php:
|
1007 |
-
msgid "
|
|
|
|
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: includes/Settings.class.php:
|
1011 |
-
msgid "
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: includes/Settings.class.php:
|
1015 |
-
msgid ""
|
1016 |
-
"The email subject a user should receive when an admin sends them a custom "
|
1017 |
-
"email message from the %sbookings panel%s."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: includes/Settings.class.php:
|
1021 |
-
msgid "
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/Settings.class.php:
|
1025 |
msgid ""
|
1026 |
-
"
|
1027 |
-
"Do not make changes unless you know what you're doing."
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: includes/Settings.class.php:
|
1031 |
-
msgid "
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: includes/Settings.class.php:
|
1035 |
-
msgid ""
|
1036 |
-
"Change the email address used in the FROM header of all emails sent by this "
|
1037 |
-
"plugin. In most cases you should not change this. Modifying this can "
|
1038 |
-
"prevent your emails from being delivered. %sLearn more%s."
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: includes/Settings.class.php:
|
1042 |
-
msgid "
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: includes/Settings.class.php:
|
1046 |
-
|
1047 |
-
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: includes/Settings.class.php:
|
1051 |
-
|
1052 |
-
msgid "Date"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: includes/Settings.class.php:
|
1056 |
-
msgid "
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: includes/Settings.class.php:
|
1060 |
-
|
1061 |
-
msgid "Party"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: includes/Settings.class.php:
|
1065 |
-
msgid "
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: includes/Settings.class.php:
|
1069 |
-
|
1070 |
-
msgid "Name"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: includes/Settings.class.php:
|
1074 |
-
#: includes/
|
1075 |
-
msgid "
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: includes/Settings.class.php:
|
1079 |
-
|
1080 |
-
msgid "Phone"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: includes/Settings.class.php:
|
1084 |
msgid "Add a Message"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: includes/Settings.class.php:
|
|
|
|
|
|
|
|
|
1088 |
msgid "Email of the user who made the booking"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: includes/Settings.class.php:
|
1092 |
msgid "* Name of the user who made the booking"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: includes/Settings.class.php:
|
1096 |
msgid "* Number of people booked"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: includes/Settings.class.php:
|
1100 |
msgid "* Date and time of the booking"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: includes/Settings.class.php:
|
1104 |
msgid "Phone number if supplied with the request"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: includes/Settings.class.php:
|
1108 |
msgid "Message added to the request"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: includes/Settings.class.php:
|
1112 |
msgid "A link to the admin panel showing pending bookings"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: includes/Settings.class.php:
|
1116 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: includes/Settings.class.php:
|
1120 |
msgid "A link to reject this booking. Only include this in admin notifications"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: includes/Settings.class.php:
|
1124 |
msgid "The name of this website"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: includes/Settings.class.php:
|
1128 |
msgid "A link to this website"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: includes/Settings.class.php:
|
1132 |
msgid "Current date and time"
|
1133 |
msgstr ""
|
1134 |
|
@@ -1141,171 +2719,131 @@ msgid "Today"
|
|
1141 |
msgstr ""
|
1142 |
|
1143 |
#: includes/WP_List_Table.BookingsTable.class.php:235
|
1144 |
-
|
1145 |
-
msgid "All"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1149 |
-
|
|
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1153 |
msgid "Start Date:"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1157 |
msgid "Start Date"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1161 |
msgid "End Date:"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1165 |
msgid "End Date"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1169 |
msgid "Apply"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1173 |
msgid "Clear Filter"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1177 |
msgid "Pending"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1181 |
msgid "Confirmed"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1185 |
msgid "Closed"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1189 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1190 |
msgid "Trash"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1194 |
-
msgid "
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1198 |
-
msgid "
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1202 |
-
msgid "
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1206 |
-
msgid "
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1210 |
-
|
|
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1214 |
-
msgid "
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1218 |
-
msgid "
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1222 |
-
msgid "
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1226 |
-
msgid "
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1230 |
-
msgid "
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1234 |
msgid "Ban"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1238 |
msgid "Delete Customer"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
|
|
|
|
1242 |
msgid "Delete"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1246 |
msgid "Set To Confirmed"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1250 |
msgid "Set To Pending Review"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1254 |
msgid "Set To Closed"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1258 |
-
msgid "%d booking deleted successfully."
|
1259 |
-
msgid_plural "%d bookings deleted successfully."
|
1260 |
-
msgstr[0] ""
|
1261 |
-
msgstr[1] ""
|
1262 |
-
|
1263 |
-
#: includes/WP_List_Table.BookingsTable.class.php:667
|
1264 |
-
msgid "%d booking confirmed."
|
1265 |
-
msgid_plural "%d bookings confirmed."
|
1266 |
-
msgstr[0] ""
|
1267 |
-
msgstr[1] ""
|
1268 |
-
|
1269 |
-
#: includes/WP_List_Table.BookingsTable.class.php:670
|
1270 |
-
msgid "%d booking set to pending."
|
1271 |
-
msgid_plural "%d bookings set to pending."
|
1272 |
-
msgstr[0] ""
|
1273 |
-
msgstr[1] ""
|
1274 |
-
|
1275 |
-
#: includes/WP_List_Table.BookingsTable.class.php:673
|
1276 |
-
msgid "%d booking closed."
|
1277 |
-
msgid_plural "%d bookings closed."
|
1278 |
-
msgstr[0] ""
|
1279 |
-
msgstr[1] ""
|
1280 |
-
|
1281 |
-
#: includes/WP_List_Table.BookingsTable.class.php:685
|
1282 |
-
msgid "%d booking had errors and could not be processed."
|
1283 |
-
msgid_plural "%d bookings had errors and could not be processed."
|
1284 |
-
msgstr[0] ""
|
1285 |
-
msgstr[1] ""
|
1286 |
-
|
1287 |
-
#: includes/WP_List_Table.BookingsTable.class.php:737
|
1288 |
-
#: includes/WP_List_Table.BookingsTable.class.php:758
|
1289 |
-
msgid "All Locations"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#: includes/WP_List_Table.BookingsTable.class.php:765
|
1293 |
-
msgid "Inactive Locations"
|
1294 |
-
msgstr ""
|
1295 |
-
|
1296 |
-
#: includes/WP_List_Table.BookingsTable.class.php:774
|
1297 |
-
msgid "Switch"
|
1298 |
-
msgstr ""
|
1299 |
-
|
1300 |
-
#: includes/WP_List_Table.BookingsTable.class.php:806
|
1301 |
msgid "You're viewing bookings that have been moved to the trash."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1305 |
msgid "Only today's bookings are being shown."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: includes/WP_List_Table.BookingsTable.class.php:
|
1309 |
msgid "Only upcoming bookings are being shown."
|
1310 |
msgstr ""
|
1311 |
|
@@ -1317,6 +2855,22 @@ msgstr ""
|
|
1317 |
msgid "Title"
|
1318 |
msgstr ""
|
1319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
#: includes/integrations/business-profile.php:126
|
1321 |
#: includes/integrations/business-profile.php:129
|
1322 |
msgid "Show book a table link"
|
@@ -1354,438 +2908,203 @@ msgstr ""
|
|
1354 |
msgid "--- Winery"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: includes/
|
1358 |
-
msgid "
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: lib/simple-admin-pages/classes/AdminPage.class.php:173
|
1362 |
-
msgid "You do not have sufficient permissions to access this page."
|
1363 |
-
msgstr ""
|
1364 |
-
|
1365 |
-
#: restaurant-reservations.php:164
|
1366 |
-
msgid "Booking Manager"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: restaurant-reservations.php:237
|
1370 |
-
msgid ""
|
1371 |
-
"An unspecified error occurred. Please try again. If the problem persists, "
|
1372 |
-
"try logging out and logging back in."
|
1373 |
-
msgstr ""
|
1374 |
-
|
1375 |
-
#: restaurant-reservations.php:301
|
1376 |
-
msgid "View the help documentation for Restaurant Reservations"
|
1377 |
-
msgstr ""
|
1378 |
-
|
1379 |
-
#: restaurant-reservations.php:301
|
1380 |
-
msgid "Help"
|
1381 |
-
msgstr ""
|
1382 |
-
|
1383 |
-
#. Plugin Name of the plugin/theme
|
1384 |
-
msgid "Restaurant Reservations"
|
1385 |
-
msgstr ""
|
1386 |
-
|
1387 |
-
#. Author URI of the plugin/theme
|
1388 |
-
msgid "http://themeofthecrop.com"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
|
1392 |
-
msgid "
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
|
1396 |
-
msgid "
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: includes/
|
1400 |
-
|
1401 |
-
msgid "Addons"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/
|
1405 |
-
|
1406 |
-
msgid "Addons"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: includes/
|
1410 |
-
|
1411 |
-
msgid ""
|
1412 |
-
"Find out when new addons are available by subscribing to the %smonthly "
|
1413 |
-
"newsletter%s, liking %sTheme of the Crop%s on Facebook, or following "
|
1414 |
-
"%sTheme of the Crop%s on Twitter."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: includes/
|
1418 |
-
msgctxt "restaurant-reservations"
|
1419 |
msgid ""
|
1420 |
-
"
|
1421 |
-
"
|
1422 |
-
msgstr ""
|
1423 |
-
|
1424 |
-
#: includes/AdminBookings.class.php:64
|
1425 |
-
msgctxt "Title of admin page that lists bookings"
|
1426 |
-
msgid "Bookings"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: includes/
|
1430 |
-
|
1431 |
-
msgid "Bookings"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: includes/
|
1435 |
-
|
1436 |
-
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: includes/
|
1440 |
-
|
1441 |
-
msgid "Pending"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: includes/
|
1445 |
-
|
1446 |
-
msgid "Confirmed"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: includes/
|
1450 |
-
|
1451 |
-
msgid "Closed"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: includes/
|
1455 |
-
|
1456 |
-
|
|
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: includes/
|
1460 |
-
|
1461 |
-
"Default date format for display. Must match formatting rules at "
|
1462 |
-
"http://amsul.ca/pickadate.js/date/#formats"
|
1463 |
-
msgid "mmmm d, yyyy"
|
1464 |
-
msgstr ""
|
1465 |
-
|
1466 |
-
#: includes/Settings.class.php:94
|
1467 |
-
msgctxt ""
|
1468 |
-
"Default time format for display. Must match formatting rules at "
|
1469 |
-
"http://amsul.ca/pickadate.js/time/#formats"
|
1470 |
-
msgid "h:i A"
|
1471 |
-
msgstr ""
|
1472 |
-
|
1473 |
-
#: includes/Settings.class.php:95
|
1474 |
-
msgctxt "Default interval in minutes when selecting a time."
|
1475 |
-
msgid "30"
|
1476 |
-
msgstr ""
|
1477 |
-
|
1478 |
-
#: includes/Settings.class.php:105
|
1479 |
-
msgctxt "Default email subject for admin notifications of new bookings"
|
1480 |
-
msgid "New Booking Request"
|
1481 |
-
msgstr ""
|
1482 |
-
|
1483 |
-
#: includes/Settings.class.php:106
|
1484 |
-
msgctxt ""
|
1485 |
-
"Default email sent to the admin when a new booking request is made. The "
|
1486 |
-
"tags in {brackets} will be replaced by the appropriate content and should "
|
1487 |
-
"be left in place. HTML is allowed, but be aware that many email clients do "
|
1488 |
-
"not handle HTML very well."
|
1489 |
-
msgid ""
|
1490 |
-
"A new booking request has been made at {site_name}:\n"
|
1491 |
-
"\n"
|
1492 |
-
"{user_name}\n"
|
1493 |
-
"{party} people\n"
|
1494 |
-
"{date}\n"
|
1495 |
-
"\n"
|
1496 |
-
"{bookings_link}\n"
|
1497 |
-
"{confirm_link}\n"
|
1498 |
-
"{close_link}\n"
|
1499 |
-
"\n"
|
1500 |
-
" \n"
|
1501 |
-
"\n"
|
1502 |
-
"<em>This message was sent by {site_link} on {current_time}.</em>"
|
1503 |
-
msgstr ""
|
1504 |
-
|
1505 |
-
#: includes/Settings.class.php:124
|
1506 |
-
msgctxt ""
|
1507 |
-
"Default email subject sent to user when they request a booking. %s will be "
|
1508 |
-
"replaced by the website name"
|
1509 |
-
msgid "Your booking at %s is pending"
|
1510 |
-
msgstr ""
|
1511 |
-
|
1512 |
-
#: includes/Settings.class.php:125
|
1513 |
-
msgctxt ""
|
1514 |
-
"Default email sent to users when they make a new booking request. The tags "
|
1515 |
-
"in {brackets} will be replaced by the appropriate content and should be "
|
1516 |
-
"left in place. HTML is allowed, but be aware that many email clients do not "
|
1517 |
-
"handle HTML very well."
|
1518 |
-
msgid ""
|
1519 |
-
"Thanks {user_name},\n"
|
1520 |
-
"\n"
|
1521 |
-
"Your booking request is <strong>waiting to be confirmed</strong>.\n"
|
1522 |
-
"\n"
|
1523 |
-
"Give us a few moments to make sure that we've got space for you. You will "
|
1524 |
-
"receive another email from us soon. If this request was made outside of our "
|
1525 |
-
"normal working hours, we may not be able to confirm it until we're open "
|
1526 |
-
"again.\n"
|
1527 |
-
"\n"
|
1528 |
-
"<strong>Your request details:</strong>\n"
|
1529 |
-
"{user_name}\n"
|
1530 |
-
"{party} people\n"
|
1531 |
-
"{date}\n"
|
1532 |
-
"\n"
|
1533 |
-
" \n"
|
1534 |
-
"\n"
|
1535 |
-
"<em>This message was sent by {site_link} on {current_time}.</em>"
|
1536 |
-
msgstr ""
|
1537 |
-
|
1538 |
-
#: includes/Settings.class.php:145
|
1539 |
-
msgctxt ""
|
1540 |
-
"Default email sent to users when they make a new booking request. The tags "
|
1541 |
-
"in {brackets} will be replaced by the appropriate content and should be "
|
1542 |
-
"left in place. HTML is allowed, but be aware that many email clients do not "
|
1543 |
-
"handle HTML very well."
|
1544 |
-
msgid ""
|
1545 |
-
"Hi {user_name},\n"
|
1546 |
-
"\n"
|
1547 |
-
"Your booking request has been <strong>confirmed</strong>. We look forward "
|
1548 |
-
"to seeing you soon.\n"
|
1549 |
-
"\n"
|
1550 |
-
"<strong>Your booking:</strong>\n"
|
1551 |
-
"{user_name}\n"
|
1552 |
-
"{party} people\n"
|
1553 |
-
"{date}\n"
|
1554 |
-
"\n"
|
1555 |
-
" \n"
|
1556 |
-
"\n"
|
1557 |
-
"<em>This message was sent by {site_link} on {current_time}.</em>"
|
1558 |
-
msgstr ""
|
1559 |
-
|
1560 |
-
#: includes/Settings.class.php:163
|
1561 |
-
msgctxt ""
|
1562 |
-
"Default email sent to users when they make a new booking request. The tags "
|
1563 |
-
"in {brackets} will be replaced by the appropriate content and should be "
|
1564 |
-
"left in place. HTML is allowed, but be aware that many email clients do not "
|
1565 |
-
"handle HTML very well."
|
1566 |
-
msgid ""
|
1567 |
-
"Hi {user_name},\n"
|
1568 |
-
"\n"
|
1569 |
-
"Sorry, we could not accomodate your booking request. We're full or not open "
|
1570 |
-
"at the time you requested:\n"
|
1571 |
-
"\n"
|
1572 |
-
"{user_name}\n"
|
1573 |
-
"{party} people\n"
|
1574 |
-
"{date}\n"
|
1575 |
-
"\n"
|
1576 |
-
" \n"
|
1577 |
-
"\n"
|
1578 |
-
"<em>This message was sent by {site_link} on {current_time}.</em>"
|
1579 |
-
msgstr ""
|
1580 |
-
|
1581 |
-
#: includes/Settings.class.php:144
|
1582 |
-
msgctxt ""
|
1583 |
-
"Default email subject sent to user when their booking is confirmed. %s will "
|
1584 |
-
"be replaced by the website name"
|
1585 |
-
msgid "Your booking at %s is confirmed"
|
1586 |
-
msgstr ""
|
1587 |
-
|
1588 |
-
#: includes/Settings.class.php:162
|
1589 |
-
msgctxt ""
|
1590 |
-
"Default email subject sent to user when their booking is rejected. %s will "
|
1591 |
-
"be replaced by the website name"
|
1592 |
-
msgid "Your booking at %s was not accepted"
|
1593 |
-
msgstr ""
|
1594 |
-
|
1595 |
-
#: includes/Settings.class.php:179
|
1596 |
-
msgctxt ""
|
1597 |
-
"Default email subject sent to users when the admin sends a custom notice "
|
1598 |
-
"email from the bookings panel."
|
1599 |
-
msgid "Update regarding your booking at %s"
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: includes/Settings.class.php:461
|
1603 |
-
msgctxt "Format of a scheduling rule"
|
1604 |
-
msgid "Weekly"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: includes/
|
1608 |
-
|
1609 |
-
msgid "Monthly"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: includes/
|
1613 |
-
|
1614 |
-
|
|
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/
|
1618 |
-
|
1619 |
-
|
|
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: includes/
|
1623 |
-
|
1624 |
-
|
|
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: includes/
|
1628 |
-
|
1629 |
-
msgid "Date"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: includes/
|
1633 |
-
|
1634 |
-
msgid "Time"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: includes/
|
1638 |
-
|
1639 |
-
msgid "All day"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: includes/
|
1643 |
-
|
1644 |
-
msgid "Start"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: includes/
|
1648 |
-
|
1649 |
-
msgid "End"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/
|
1653 |
-
|
1654 |
-
msgid "
|
|
|
|
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: includes/
|
1658 |
-
|
1659 |
-
msgid "
|
|
|
|
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: includes/
|
1663 |
-
|
1664 |
-
msgid "Delete rule"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/
|
1668 |
-
|
1669 |
-
"Brief default description of a scheduling rule when no weekdays or weeks "
|
1670 |
-
"are included in the rule"
|
1671 |
-
msgid "Never"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: includes/
|
1675 |
-
|
1676 |
-
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
1677 |
-
"are included in the rule"
|
1678 |
-
msgid "Every day"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/
|
1682 |
-
|
1683 |
-
"Brief default description of a scheduling rule when some weekdays are "
|
1684 |
-
"included on only some weeks of the month. %s should be left alone and will "
|
1685 |
-
"be replaced by a comma-separated list of days and weeks in the following "
|
1686 |
-
"format: M, T, W on the first, second week of the month"
|
1687 |
-
msgid "%s on the %s week of the month"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: includes/
|
1691 |
-
|
1692 |
-
"Brief default description of a scheduling rule when some weeks of the month "
|
1693 |
-
"are included but all or no weekdays are selected. %s should be left alone "
|
1694 |
-
"and will be replaced by a comma-separated list of weeks in the following "
|
1695 |
-
"format: First, second week of the month"
|
1696 |
-
msgid "%s week of the month"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: includes/
|
1700 |
-
|
1701 |
-
msgid "All day"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: includes/
|
1705 |
-
|
1706 |
-
"Brief default description of a scheduling rule when an end time is set but "
|
1707 |
-
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
1708 |
-
msgid "Ends at"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: includes/
|
1712 |
-
|
1713 |
-
"Brief default description of a scheduling rule when a start time is set but "
|
1714 |
-
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
1715 |
-
msgid "Starts at"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/
|
1719 |
-
|
1720 |
-
msgid "—"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: includes/
|
1724 |
-
|
1725 |
-
msgid "Mo"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: includes/
|
1729 |
-
|
1730 |
-
msgid "Tu"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/
|
1734 |
-
|
1735 |
-
msgid "We"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: includes/
|
1739 |
-
|
1740 |
-
msgid "Th"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: includes/
|
1744 |
-
|
1745 |
-
msgid "Fr"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#:
|
1749 |
-
|
1750 |
-
msgid "Sa"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#:
|
1754 |
-
|
1755 |
-
msgid "Su"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#:
|
1759 |
-
|
1760 |
-
msgid "Closed all day"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#:
|
1764 |
-
|
1765 |
-
msgctxt ""
|
1766 |
-
"No date limit in a date range, eg 2014-* would mean any date from 2014 or "
|
1767 |
-
"after"
|
1768 |
-
msgid "*"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#:
|
1772 |
-
|
1773 |
-
msgid "—"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#:
|
1777 |
-
|
1778 |
-
msgid "Trash"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#:
|
1782 |
-
|
1783 |
-
"Indicates which booking status is currently being filtered in the list of "
|
1784 |
-
"bookings."
|
1785 |
-
msgid "You're viewing bookings that have been marked as %s."
|
1786 |
msgstr ""
|
1787 |
-
|
1788 |
-
#: includes/WP_List_Table.BookingsTable.class.php:813
|
1789 |
-
msgctxt "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
|
1790 |
-
msgid "Only bookings from %s are being shown."
|
1791 |
-
msgstr ""
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Five Star Restaurant Reservations\n"
|
4 |
+
"POT-Creation-Date: 2020-08-20 11:02-0400\n"
|
5 |
+
"PO-Revision-Date: 2020-08-20 11:03-0400\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: Five Star Plugins\n"
|
8 |
+
"Language: en\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.1\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: assets/js/block-booking-form.js:8 includes/Settings.class.php:972
|
19 |
+
#: includes/WP_Widget.BookingFormWidget.class.php:25
|
20 |
+
msgid "Booking Form"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: assets/js/block-booking-form.js:31 includes/Export.CSV.class.php:142
|
24 |
+
#: includes/MailChimp.class.php:102 includes/MultipleLocations.class.php:304
|
25 |
+
#: includes/MultipleLocations.class.php:408
|
26 |
+
msgid "Location"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/Addons.class.php:47
|
30 |
+
msgid "Addons for Restaurant Reservations"
|
|
|
|
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/AdminBookings.class.php:91
|
34 |
msgid "Restaurant Bookings"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: includes/AdminBookings.class.php:92 includes/CustomPostTypes.class.php:54
|
38 |
+
#: includes/Editor.class.php:181
|
39 |
msgid "Add New"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/AdminBookings.class.php:170 restaurant-reservations.php:343
|
|
|
|
|
|
|
|
|
43 |
msgid "Add Booking"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/AdminBookings.class.php:173 includes/AdminBookings.class.php:214
|
47 |
+
#: includes/AdminBookings.class.php:259 includes/Editor.class.php:448
|
48 |
msgid "Cancel"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/AdminBookings.class.php:194 includes/AdminBookings.class.php:211
|
52 |
+
#: includes/WP_List_Table.BookingsTable.class.php:446
|
53 |
msgid "Send Email"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/AdminBookings.class.php:201
|
57 |
msgid "Subject"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: includes/AdminBookings.class.php:205 includes/Export.CSV.class.php:74
|
61 |
+
#: includes/MailChimp.class.php:85 includes/Settings.class.php:2839
|
62 |
+
#: includes/WP_List_Table.BookingsTable.class.php:481
|
63 |
msgid "Message"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/AdminBookings.class.php:256
|
67 |
msgid "Update"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/AdminBookings.class.php:275 includes/AdminBookings.class.php:301
|
71 |
+
#: includes/AdminBookings.class.php:331 includes/AdminBookings.class.php:344
|
72 |
+
#: includes/Editor.class.php:481
|
73 |
msgid "Close"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: includes/AdminBookings.class.php:287
|
77 |
+
#, php-format
|
78 |
msgid "Ban future bookings from the email address %s or the IP address %s?"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: includes/AdminBookings.class.php:319
|
82 |
+
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid ""
|
84 |
"Delete all booking records related to email address %s? This action can not "
|
85 |
"be undone."
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: includes/AdminBookings.class.php:410 includes/Export.CSV.class.php:76
|
89 |
msgid "Booking Status"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/AdminBookings.class.php:418
|
93 |
msgid "Send notifications"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/AdminBookings.class.php:423 includes/Editor.class.php:231
|
97 |
msgid "Learn more"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/AdminBookings.class.php:424
|
101 |
msgid ""
|
102 |
"When adding a booking or changing a booking's status with this form, no "
|
103 |
"email notifications will be sent. Check this option if you want to send "
|
104 |
"email notifications."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: includes/AdminBookings.class.php:478 includes/AdminBookings.class.php:866
|
108 |
+
#: includes/Editor.class.php:497
|
109 |
+
#, php-format
|
110 |
msgid "You have been logged out. Please %slogin again%s."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/AdminBookings.class.php:514
|
114 |
+
#, php-format
|
115 |
msgid ""
|
116 |
"This booking has been sent to the %sTrash%s where it can not be edited. Set "
|
117 |
"the booking to Pending or Confirmed to edit it."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/AdminBookings.class.php:531
|
121 |
+
msgid ""
|
122 |
+
"The booking could not be retrieved. Please reload the page and try again."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: includes/AdminBookings.class.php:622
|
126 |
msgid ""
|
127 |
"Unable to trash this post. Please try again. If you continue to have "
|
128 |
"trouble, please refresh the page."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: includes/AdminBookings.class.php:664
|
132 |
msgid "Please enter a message before sending the email."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: includes/AdminBookings.class.php:673
|
136 |
+
msgid ""
|
137 |
+
"The email could not be sent because some critical information was missing."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/AdminBookings.class.php:685
|
141 |
msgid "There was an error loading the booking and the email was not sent."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: includes/AdminBookings.class.php:725
|
145 |
msgid "You must select at least one column to display."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/AdminBookings.class.php:781
|
149 |
msgid "No IP or email address could be found for this ban request."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/AdminBookings.class.php:842
|
153 |
msgid "No email address could be found for this delete request."
|
154 |
msgstr ""
|
155 |
|
157 |
msgid "Invalid"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/Ajax.class.php:75
|
161 |
+
msgid "The email you entered is not valid."
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: includes/Ajax.class.php:109
|
165 |
+
msgid "No bookings were found for the email address you entered."
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: includes/Ajax.class.php:142 includes/Ajax.class.php:151
|
169 |
+
msgid "No booking matches the information that was sent."
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
#: includes/Blocks.class.php:62
|
173 |
msgid "Ask the customer to select a location"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/Booking.class.php:222
|
177 |
msgid "Please enter the date you would like to book."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: includes/Booking.class.php:232
|
181 |
msgid ""
|
182 |
"The date you entered is not valid. Please select from one of the dates in "
|
183 |
"the calendar."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: includes/Booking.class.php:243
|
187 |
msgid "Please enter the time you would like to book."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: includes/Booking.class.php:253
|
191 |
msgid ""
|
192 |
"The time you entered is not valid. Please select from one of the times "
|
193 |
"provided."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: includes/Booking.class.php:273
|
197 |
+
#, php-format
|
198 |
msgid "Sorry, bookings can not be made more than %s days in advance."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: includes/Booking.class.php:284
|
202 |
msgid "Sorry, bookings can not be made in the past."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/Booking.class.php:293
|
206 |
msgid "Sorry, bookings can not be made for the same day."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/Booking.class.php:301
|
210 |
+
#, php-format
|
211 |
msgid "Sorry, bookings must be made more than %s days in advance."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: includes/Booking.class.php:303
|
215 |
+
#, php-format
|
216 |
msgid "Sorry, bookings must be made more than %s hours in advance."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: includes/Booking.class.php:305
|
220 |
+
#, php-format
|
221 |
msgid "Sorry, bookings must be made more than %s minutes in advance."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: includes/Booking.class.php:345
|
225 |
msgid "Sorry, no bookings are being accepted then."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: includes/Booking.class.php:397
|
229 |
msgid "Sorry, no bookings are being accepted on that date."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: includes/Booking.class.php:403
|
233 |
msgid "Sorry, no bookings are being accepted at that time."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: includes/Booking.class.php:425
|
237 |
msgid "Please enter a name for this booking."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: includes/Booking.class.php:435
|
241 |
msgid "Please let us know how many people will be in your party."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: includes/Booking.class.php:445
|
245 |
+
#, php-format
|
246 |
msgid "We only accept bookings for parties of up to %d people."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: includes/Booking.class.php:453
|
250 |
+
#, php-format
|
251 |
msgid "We only accept bookings for parties of more than %d people."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/Booking.class.php:464
|
255 |
msgid "Please enter an email address so we can confirm your booking."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: includes/Booking.class.php:470
|
259 |
msgid "Please enter a valid email address so we can confirm your booking."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: includes/Booking.class.php:481
|
263 |
msgid "Please provide a phone number so we can confirm your booking."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: includes/Booking.class.php:494
|
267 |
+
msgid "Please select a table for your booking."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: includes/Booking.class.php:504
|
271 |
+
msgid "Please select a valid table for your booking."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: includes/Booking.class.php:514
|
275 |
+
msgid "Please fill out the reCAPTCHA box before submitting."
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: includes/Booking.class.php:529
|
279 |
+
msgid "Please fill out the reCAPTCHA box again and re-submit."
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: includes/Booking.class.php:558
|
283 |
msgid "Please complete this field to request a booking."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/Booking.class.php:570
|
287 |
msgid ""
|
288 |
"Your booking has been rejected. Please call us if you would like to make a "
|
289 |
"booking."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: includes/CustomPostTypes.class.php:50 includes/CustomPostTypes.class.php:52
|
293 |
+
#: includes/CustomPostTypes.class.php:53
|
294 |
#: includes/WP_List_Table.BookingsTable.class.php:113
|
295 |
+
#: restaurant-reservations.php:305
|
296 |
msgid "Bookings"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/CustomPostTypes.class.php:51
|
300 |
#: includes/WP_List_Table.BookingsTable.class.php:112
|
301 |
msgid "Booking"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: includes/CustomPostTypes.class.php:55
|
305 |
msgid "Add New Booking"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: includes/CustomPostTypes.class.php:56 restaurant-reservations.php:344
|
309 |
msgid "Edit Booking"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: includes/CustomPostTypes.class.php:57
|
313 |
msgid "New Booking"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: includes/CustomPostTypes.class.php:58
|
317 |
msgid "View Booking"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: includes/CustomPostTypes.class.php:59
|
321 |
msgid "Search Bookings"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: includes/CustomPostTypes.class.php:60
|
325 |
msgid "No bookings found"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: includes/CustomPostTypes.class.php:61
|
329 |
msgid "No bookings found in trash"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: includes/CustomPostTypes.class.php:62
|
333 |
msgid "All Bookings"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/CustomPostTypes.class.php:88 includes/CustomPostTypes.class.php:89
|
337 |
+
#: includes/Field.Controller.class.php:147
|
338 |
+
msgid "Field"
|
339 |
+
msgstr ""
|
|
|
340 |
|
341 |
+
#: includes/CustomPostTypes.class.php:90 includes/CustomPostTypes.class.php:91
|
342 |
+
msgid "Fields"
|
343 |
+
msgstr ""
|
|
|
|
|
344 |
|
345 |
+
#: includes/CustomPostTypes.class.php:92 includes/Editor.class.php:105
|
346 |
+
#: includes/Editor.class.php:374 includes/Editor.class.php:445
|
347 |
+
#: includes/Editor.class.php:461
|
348 |
+
msgid "Add Field"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: includes/CustomPostTypes.class.php:93
|
352 |
+
msgid "Add New Field"
|
353 |
+
msgstr ""
|
354 |
+
|
355 |
+
#: includes/CustomPostTypes.class.php:94 includes/Editor.class.php:106
|
356 |
+
msgid "Edit Field"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: includes/CustomPostTypes.class.php:95
|
360 |
+
msgid "New Field"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: includes/CustomPostTypes.class.php:96
|
364 |
+
msgid "View Field"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: includes/CustomPostTypes.class.php:97
|
368 |
+
msgid "Search Fields"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: includes/CustomPostTypes.class.php:98
|
372 |
+
msgid "No fields found"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: includes/CustomPostTypes.class.php:99
|
376 |
+
msgid "No fields found in trash"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: includes/CustomPostTypes.class.php:100
|
380 |
+
msgid "All Fields"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: includes/Dashboard.class.php:86
|
384 |
+
#, php-format
|
385 |
msgid ""
|
386 |
+
"<a href=\"%s\" target=\"_blank\">Visit our website</a> to learn how to "
|
387 |
+
"upgrade to premium."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: includes/Dashboard.class.php:94
|
391 |
msgid ""
|
392 |
+
"Thanks for being a premium user! <strong>If you're looking to upgrade to our "
|
393 |
+
"ultimate version, enter your new product key below.</strong>"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: includes/Dashboard.class.php:142 includes/Export.CSV.class.php:69
|
397 |
+
#: includes/Settings.class.php:2783
|
398 |
+
#: includes/WP_List_Table.BookingsTable.class.php:365
|
399 |
+
msgid "Date"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: includes/Dashboard.class.php:143 includes/Export.CSV.class.php:71
|
403 |
+
#: includes/Settings.class.php:2795
|
404 |
+
#: includes/WP_List_Table.BookingsTable.class.php:367
|
405 |
+
#: includes/template-functions.php:634
|
406 |
+
msgid "Party"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: includes/Dashboard.class.php:144 includes/Export.CSV.class.php:70
|
410 |
+
#: includes/MailChimp.class.php:82 includes/Settings.class.php:2811
|
411 |
+
#: includes/WP_List_Table.BookingsTable.class.php:368
|
412 |
+
#: includes/template-functions.php:635
|
413 |
+
msgid "Name"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: includes/Dashboard.class.php:145
|
417 |
+
#: includes/WP_List_Table.BookingsTable.class.php:371
|
418 |
+
#: includes/template-functions.php:638
|
419 |
+
msgid "Status"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: includes/Dashboard.class.php:156
|
423 |
msgid ""
|
424 |
+
"No bookings to display yet. Create a booking for it to be displayed here."
|
|
|
|
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/Dashboard.class.php:259
|
428 |
+
#, php-format
|
429 |
msgid ""
|
430 |
+
"<a href=\"%s\" target=\"_blank\">Visit our website</a> to learn how to get a "
|
431 |
+
"free 7-day trial of the premium plugin."
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/Dashboard.class.php:263
|
435 |
+
msgid "Select version to trial"
|
|
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: includes/Dashboard.class.php:264
|
439 |
+
msgid "Premium"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/Dashboard.class.php:265
|
443 |
+
msgid "Ultimate"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: includes/Dashboard.class.php:266
|
447 |
+
msgid "SMS messaging will not work in the ultimate version trial."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: includes/Dashboard.class.php:267
|
451 |
+
msgid "Select"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: includes/DeactivationSurvey.class.php:58
|
455 |
+
msgid "Quick Feedback"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: includes/DeactivationSurvey.class.php:59
|
459 |
msgid ""
|
460 |
+
"If you have a moment, please share why you are deactivating Five-Star "
|
461 |
+
"Restaurant Reservations:"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/DeactivationSurvey.class.php:74
|
465 |
+
msgid "Submit and Deactivate"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: includes/DeactivationSurvey.class.php:75
|
469 |
+
msgid "Skip and Deactivate"
|
|
|
|
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/Editor.class.php:104 includes/Editor.class.php:304
|
473 |
+
msgid "Save"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: includes/Editor.class.php:107
|
477 |
+
msgid "Save Field"
|
|
|
|
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: includes/Editor.class.php:108 includes/Editor.class.php:469
|
481 |
+
msgid "Add Fieldset"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: includes/Editor.class.php:109
|
485 |
+
msgid "Save Fieldset"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: includes/Editor.class.php:110
|
489 |
+
msgid "Please enter a label for this field."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: includes/Editor.class.php:111
|
493 |
+
msgid "To add an Option field you must add at least one option below."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: includes/Editor.class.php:112
|
497 |
+
msgid ""
|
498 |
+
"This fieldset can not be deleted until all of its attached fields are "
|
499 |
+
"removed or assigned to another fieldset."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/Editor.class.php:113
|
503 |
+
msgid ""
|
504 |
+
"Are you sure you want to reset the booking form? All of your changes and "
|
505 |
+
"custom fields will be removed. This action can not be undone."
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: includes/Editor.class.php:114 restaurant-reservations.php:345
|
509 |
+
msgid ""
|
510 |
+
"An unspecified error occurred. Please try again. If the problem persists, "
|
511 |
+
"try logging out and logging back in."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: includes/Editor.class.php:134
|
515 |
+
msgid "Custom Fields Editor"
|
|
|
|
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: includes/Editor.class.php:188
|
519 |
+
msgid "Disabled Fields"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: includes/Editor.class.php:219
|
523 |
+
msgid "You have not disabled any default fields yet."
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: includes/Editor.class.php:228
|
527 |
+
msgid "Revert to default"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: includes/Editor.class.php:234
|
531 |
+
msgid ""
|
532 |
+
"All of your changes and custom fields will be discarded if you revert to "
|
533 |
+
"default. This is not advised unless you want to remove all of your changes "
|
534 |
+
"and restore the default booking form."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: includes/Editor.class.php:277
|
538 |
+
msgid "Edit title"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: includes/Editor.class.php:282
|
542 |
+
msgid "Enable field"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: includes/Editor.class.php:287
|
546 |
+
msgid "Edit field"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: includes/Editor.class.php:291
|
550 |
+
msgid "Delete field"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: includes/Editor.class.php:343 includes/Editor.class.php:410
|
554 |
+
msgid "Label"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: includes/Editor.class.php:379
|
558 |
+
msgid "Field Type"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: includes/Editor.class.php:418 includes/Field.Controller.class.php:183
|
562 |
+
msgid "Options"
|
|
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: includes/Editor.class.php:424
|
566 |
+
msgid "Add"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: includes/Editor.class.php:439
|
570 |
+
msgid "Required"
|
|
|
|
|
|
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: includes/Editor.class.php:464
|
574 |
+
msgid "Fields prompt the user to enter information or select from options."
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: includes/Editor.class.php:472
|
578 |
+
msgid "Fieldsets group other fields under a common label."
|
|
|
|
|
|
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: includes/Editor.class.php:520
|
582 |
+
msgid "No field data was received with your request."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: includes/Editor.class.php:530
|
586 |
msgid ""
|
587 |
+
"Internal data that was supposed to be passed with your request was not "
|
588 |
+
"received."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: includes/Editor.class.php:549 includes/Editor.class.php:636
|
592 |
+
msgid "An unknown error has occurred."
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: includes/Editor.class.php:572
|
596 |
+
msgid "No fields data was received with your request."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: includes/Editor.class.php:626
|
600 |
+
msgid "An error occurred while saving the new field order. Please try again."
|
|
|
|
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: includes/Editor.class.php:659
|
604 |
+
msgid ""
|
605 |
+
"The requested field could not be loaded because no ID was received with your "
|
606 |
+
"request."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: includes/Editor.class.php:691
|
610 |
msgid ""
|
611 |
+
"The requested field could not be deleted because no ID or slug was received "
|
612 |
+
"with your request."
|
|
|
|
|
|
|
|
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: includes/Editor.class.php:703
|
616 |
+
msgid "An error occurred while deleting this field."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: includes/Editor.class.php:751
|
620 |
+
msgid ""
|
621 |
+
"The requested field could not be enabled because no identifying slug was "
|
622 |
+
"received with your request."
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: includes/Editor.class.php:763
|
626 |
msgid ""
|
627 |
+
"The requested field could not be enabled because it did not appear to be "
|
628 |
+
"disabled."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: includes/EmailTemplates.class.php:46
|
632 |
+
msgid "Conversations"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: includes/EmailTemplates.class.php:47
|
636 |
msgid ""
|
637 |
+
"A clean, simple email template for talking to directly to your customer."
|
|
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: includes/EmailTemplates.class.php:50
|
641 |
+
msgid "Impressions"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: includes/EmailTemplates.class.php:51
|
645 |
+
msgid "A small email template that is great for making a quick impression."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: includes/EmailTemplates.class.php:54
|
649 |
+
msgid "Statement"
|
650 |
+
msgstr ""
|
651 |
+
|
652 |
+
#: includes/EmailTemplates.class.php:55
|
653 |
+
msgid "A plain template for delivering a direct message."
|
654 |
+
msgstr ""
|
655 |
+
|
656 |
+
#: includes/EmailTemplates.class.php:58
|
657 |
+
msgid "Stationary"
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: includes/EmailTemplates.class.php:59
|
661 |
+
msgid ""
|
662 |
+
"An elegant template for sending a message with an air of sophistication."
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: includes/Export.CSV.class.php:68
|
666 |
+
msgid "Booking ID"
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#: includes/Export.CSV.class.php:72 includes/MailChimp.class.php:159
|
670 |
+
#: includes/Settings.class.php:2817
|
671 |
+
#: includes/WP_List_Table.BookingsTable.class.php:369
|
672 |
+
#: includes/template-functions.php:636
|
673 |
+
msgid "Email"
|
674 |
+
msgstr ""
|
675 |
+
|
676 |
+
#: includes/Export.CSV.class.php:73 includes/Settings.class.php:2826
|
677 |
+
#: includes/WP_List_Table.BookingsTable.class.php:370
|
678 |
+
#: includes/template-functions.php:637
|
679 |
+
msgid "Phone"
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: includes/Export.CSV.class.php:75
|
683 |
+
msgid "Date the request was made"
|
684 |
+
msgstr ""
|
685 |
+
|
686 |
+
#: includes/Export.CSV.class.php:185
|
687 |
+
msgid "Data Privacy Consent"
|
688 |
+
msgstr ""
|
689 |
+
|
690 |
+
#: includes/Export.CSV.class.php:201 includes/Settings.class.php:917
|
691 |
+
#: includes/integrations/business-profile.php:283
|
692 |
+
#: includes/template-functions.php:623
|
693 |
+
msgid "Yes"
|
694 |
+
msgstr ""
|
695 |
+
|
696 |
+
#: includes/Export.CSV.class.php:201 includes/Settings.class.php:916
|
697 |
+
#: includes/integrations/business-profile.php:284
|
698 |
+
#: includes/template-functions.php:624
|
699 |
+
msgid "No"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: includes/Export.PDF.class.php:140
|
703 |
+
msgid ""
|
704 |
+
"An unexpected error occurred and your export request could not be fulfilled."
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: includes/Export.PDF.class.php:248
|
708 |
+
#, php-format
|
709 |
+
msgid ""
|
710 |
+
"Your server has not loaded the mbstring PHP extension, or has disabled the "
|
711 |
+
"mbregex PHP extension. mPDF requires both to output a PDF file. Please "
|
712 |
+
"contact your website host and ask them to enable these PHP extensions. Or "
|
713 |
+
"switch to the TCPDF library, which has fewer server requirements. You can "
|
714 |
+
"change the PDF Renderer in the %s."
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
+
#: includes/ExportHandler.class.php:66
|
718 |
+
#, php-format
|
719 |
+
msgid ""
|
720 |
+
"Warning from Export Bookings for Restaurant Reservations: The server is not "
|
721 |
+
"able to write to the font directory for the mPDF generator. Your PDF exports "
|
722 |
+
"may not work properly until you change the file permissions for the "
|
723 |
+
"directory /wp-content/plugins/export-for-rtb/lib/mpdf/ttfontdata/. Your web "
|
724 |
+
"host can help you change the file permissions to be compatible. Or you can "
|
725 |
+
"switch to the TCPDF renderer in the %s."
|
726 |
+
msgstr ""
|
727 |
+
|
728 |
+
#: includes/ExportHandler.class.php:92
|
729 |
+
msgid "PDF"
|
730 |
+
msgstr ""
|
731 |
+
|
732 |
+
#: includes/ExportHandler.class.php:96
|
733 |
+
msgid "Excel/CSV"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: includes/ExportHandler.class.php:119
|
737 |
+
msgid "You do not have the required permissions to export bookings."
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: includes/ExportHandler.class.php:127
|
741 |
+
msgid "Unable to create export to match your request."
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#: includes/ExportHandler.class.php:138
|
745 |
+
msgid ""
|
746 |
+
"You selected a date range but didn't enter a start or end date. Please "
|
747 |
+
"return and enter a start or end date."
|
748 |
+
msgstr ""
|
749 |
+
|
750 |
+
#: includes/ExportHandler.class.php:145
|
751 |
+
msgid "There are no bookings which match your export request."
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: includes/Field.Controller.class.php:170
|
755 |
+
msgid "Text"
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: includes/Field.Controller.class.php:173
|
759 |
+
msgid "Small"
|
760 |
+
msgstr ""
|
761 |
+
|
762 |
+
#: includes/Field.Controller.class.php:177
|
763 |
+
msgid "Large"
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: includes/Field.Controller.class.php:186
|
767 |
+
msgid "Dropdown"
|
768 |
+
msgstr ""
|
769 |
+
|
770 |
+
#: includes/Field.Controller.class.php:190
|
771 |
+
msgid "Checkbox"
|
772 |
+
msgstr ""
|
773 |
+
|
774 |
+
#: includes/Field.Controller.class.php:194
|
775 |
+
msgid "Radio"
|
776 |
+
msgstr ""
|
777 |
+
|
778 |
+
#: includes/Field.Controller.class.php:200
|
779 |
+
#: includes/Field.Controller.class.php:203
|
780 |
+
msgid "Confirm"
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: includes/Field.Controller.class.php:534
|
784 |
+
#, php-format
|
785 |
+
msgid "%s Checked"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: includes/Field.class.php:337
|
789 |
+
msgid "No field slug was sent with this request to update a default field."
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: includes/Field.class.php:402
|
793 |
+
msgid ""
|
794 |
+
"An error occurred while updating the label for this default field. Please "
|
795 |
+
"try again."
|
796 |
+
msgstr ""
|
797 |
+
|
798 |
+
#: includes/Field.class.php:431
|
799 |
+
msgid ""
|
800 |
+
"An error occurred while updating the label for this custom field. Please try "
|
801 |
+
"again."
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: includes/Field.class.php:452
|
805 |
+
msgid "This field could not be saved because required data was missing."
|
806 |
+
msgstr ""
|
807 |
+
|
808 |
+
#: includes/Field.class.php:475
|
809 |
+
msgid ""
|
810 |
+
"An error occurred while saving this field. Please try again. If the problem "
|
811 |
+
"persists, please refresh the page."
|
812 |
+
msgstr ""
|
813 |
+
|
814 |
+
#: includes/Field.class.php:563
|
815 |
+
msgid "The option you selected is not valid. Please make another choice."
|
816 |
+
msgstr ""
|
817 |
+
|
818 |
+
#: includes/Import.class.php:67
|
819 |
+
msgid "Spreadsheet Containing Bookings"
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
+
#: includes/Import.class.php:184
|
823 |
+
msgid "Menu items added successfully."
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: includes/Import.class.php:197
|
827 |
+
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: includes/Import.class.php:200
|
831 |
+
msgid ""
|
832 |
+
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
833 |
+
"the HTML form"
|
834 |
+
msgstr ""
|
835 |
+
|
836 |
+
#: includes/Import.class.php:203
|
837 |
+
msgid "The uploaded file was only partially uploaded"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: includes/Import.class.php:206
|
841 |
+
msgid "No file was uploaded."
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: includes/Import.class.php:210
|
845 |
+
msgid "Missing a temporary folder"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: includes/Import.class.php:213
|
849 |
+
msgid "Failed to write file to disk"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: includes/Import.class.php:216
|
853 |
+
msgid "File upload stopped by extension"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: includes/Import.class.php:220
|
857 |
+
msgid "No error code avaiable"
|
858 |
+
msgstr ""
|
859 |
+
|
860 |
+
#: includes/Import.class.php:225
|
861 |
+
msgid "No file was uploaded here.."
|
862 |
+
msgstr ""
|
863 |
+
|
864 |
+
#: includes/Import.class.php:230
|
865 |
+
msgid "File must be .csv, .xls or .xlsx"
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: includes/InstallationWalkthrough.class.php:135
|
869 |
+
msgid "Never"
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
+
#: includes/InstallationWalkthrough.class.php:136
|
873 |
+
msgid "Every day"
|
874 |
+
msgstr ""
|
875 |
+
|
876 |
+
#: includes/InstallationWalkthrough.class.php:137
|
877 |
+
#, php-format
|
878 |
+
msgid "%s on the %s week of the month"
|
879 |
+
msgstr ""
|
880 |
+
|
881 |
+
#: includes/InstallationWalkthrough.class.php:138
|
882 |
+
#, php-format
|
883 |
+
msgid "%s week of the month"
|
884 |
+
msgstr ""
|
885 |
+
|
886 |
+
#: includes/InstallationWalkthrough.class.php:139
|
887 |
+
#: includes/InstallationWalkthrough.class.php:328
|
888 |
+
msgid "All day"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: includes/InstallationWalkthrough.class.php:140
|
892 |
+
msgid "Ends at"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#: includes/InstallationWalkthrough.class.php:141
|
896 |
+
msgid "Starts at"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: includes/InstallationWalkthrough.class.php:142
|
900 |
+
msgid "&mdash"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: includes/InstallationWalkthrough.class.php:161
|
904 |
+
msgid "Welcome to the Five-Star Restaurant Reservations Plugin"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: includes/InstallationWalkthrough.class.php:162
|
908 |
+
msgid ""
|
909 |
+
"Thanks for choosing the Five-Star Restaurant Reservations! The following "
|
910 |
+
"will help you get started with the setup of your reservations system by "
|
911 |
+
"creating your reservations page, setting times when bookings are allowed as "
|
912 |
+
"well as configuring a few key options."
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: includes/InstallationWalkthrough.class.php:167
|
916 |
+
msgid "Add a Reservations Page"
|
917 |
+
msgstr ""
|
918 |
+
|
919 |
+
#: includes/InstallationWalkthrough.class.php:169
|
920 |
+
msgid ""
|
921 |
+
"You can create a dedicated reservations booking page below, or skip this "
|
922 |
+
"step and add your reservations to a page you've already created manually."
|
923 |
+
msgstr ""
|
924 |
+
|
925 |
+
#: includes/InstallationWalkthrough.class.php:171
|
926 |
+
msgid "Page Title:"
|
927 |
+
msgstr ""
|
928 |
+
|
929 |
+
#: includes/InstallationWalkthrough.class.php:172
|
930 |
+
msgid "Create Page"
|
931 |
+
msgstr ""
|
932 |
+
|
933 |
+
#: includes/InstallationWalkthrough.class.php:174
|
934 |
+
#: includes/InstallationWalkthrough.class.php:193
|
935 |
+
msgid "Next Step"
|
936 |
+
msgstr ""
|
937 |
+
|
938 |
+
#: includes/InstallationWalkthrough.class.php:180
|
939 |
+
msgid " Create Booking Schedule"
|
940 |
+
msgstr ""
|
941 |
+
|
942 |
+
#: includes/InstallationWalkthrough.class.php:182
|
943 |
+
msgid ""
|
944 |
+
"Choose what times each week your restaurant is available to book "
|
945 |
+
"reservations."
|
946 |
+
msgstr ""
|
947 |
+
|
948 |
+
#: includes/InstallationWalkthrough.class.php:187
|
949 |
+
#: includes/Settings.class.php:655
|
950 |
+
msgid "Add new scheduling rule"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: includes/InstallationWalkthrough.class.php:191
|
954 |
+
msgid "Save Schedule"
|
955 |
+
msgstr ""
|
956 |
+
|
957 |
+
#: includes/InstallationWalkthrough.class.php:194
|
958 |
+
#: includes/InstallationWalkthrough.class.php:255
|
959 |
+
msgid "Previous Step"
|
960 |
+
msgstr ""
|
961 |
+
|
962 |
+
#: includes/InstallationWalkthrough.class.php:200
|
963 |
+
msgid " Set Key Options"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: includes/InstallationWalkthrough.class.php:202
|
967 |
+
msgid ""
|
968 |
+
"Set a min/max party size for bookings, choose how early and late bookings "
|
969 |
+
"can be made, and pick the time interval between different booking options."
|
970 |
+
msgstr ""
|
971 |
+
|
972 |
+
#: includes/InstallationWalkthrough.class.php:204
|
973 |
+
msgid "Min Party Size:"
|
974 |
+
msgstr ""
|
975 |
+
|
976 |
+
#: includes/InstallationWalkthrough.class.php:212
|
977 |
+
msgid "Max Party Size:"
|
978 |
+
msgstr ""
|
979 |
+
|
980 |
+
#: includes/InstallationWalkthrough.class.php:214
|
981 |
+
msgid "Any Size"
|
982 |
+
msgstr ""
|
983 |
+
|
984 |
+
#: includes/InstallationWalkthrough.class.php:221
|
985 |
+
msgid "Early Bookings:"
|
986 |
+
msgstr ""
|
987 |
+
|
988 |
+
#: includes/InstallationWalkthrough.class.php:223
|
989 |
+
msgid "Any Time"
|
990 |
+
msgstr ""
|
991 |
+
|
992 |
+
#: includes/InstallationWalkthrough.class.php:224
|
993 |
+
#: includes/Settings.class.php:733
|
994 |
+
msgid "From 1 day in advance"
|
995 |
+
msgstr ""
|
996 |
+
|
997 |
+
#: includes/InstallationWalkthrough.class.php:225
|
998 |
+
#: includes/Settings.class.php:734
|
999 |
+
msgid "From 1 week in advance"
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: includes/InstallationWalkthrough.class.php:226
|
1003 |
+
#: includes/Settings.class.php:735
|
1004 |
+
msgid "From 2 weeks in advance"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: includes/InstallationWalkthrough.class.php:227
|
1008 |
+
#: includes/Settings.class.php:736
|
1009 |
+
msgid "From 30 days in advance"
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: includes/InstallationWalkthrough.class.php:228
|
1013 |
+
#: includes/Settings.class.php:738
|
1014 |
+
msgid "From 90 days in advance"
|
1015 |
+
msgstr ""
|
1016 |
+
|
1017 |
+
#: includes/InstallationWalkthrough.class.php:232
|
1018 |
+
msgid "Late Bookings:"
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: includes/InstallationWalkthrough.class.php:234
|
1022 |
+
#: includes/Settings.class.php:753
|
1023 |
+
msgid "Up to the last minute"
|
1024 |
+
msgstr ""
|
1025 |
+
|
1026 |
+
#: includes/InstallationWalkthrough.class.php:235
|
1027 |
+
#: includes/Settings.class.php:754
|
1028 |
+
msgid "At least 15 minutes in advance"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: includes/InstallationWalkthrough.class.php:236
|
1032 |
+
#: includes/Settings.class.php:755
|
1033 |
+
msgid "At least 30 minutes in advance"
|
1034 |
+
msgstr ""
|
1035 |
+
|
1036 |
+
#: includes/InstallationWalkthrough.class.php:237
|
1037 |
+
#: includes/Settings.class.php:756
|
1038 |
+
msgid "At least 45 minutes in advance"
|
1039 |
+
msgstr ""
|
1040 |
+
|
1041 |
+
#: includes/InstallationWalkthrough.class.php:238
|
1042 |
+
#: includes/Settings.class.php:757
|
1043 |
+
msgid "At least 1 hour in advance"
|
1044 |
+
msgstr ""
|
1045 |
+
|
1046 |
+
#: includes/InstallationWalkthrough.class.php:239
|
1047 |
+
#: includes/Settings.class.php:758
|
1048 |
+
msgid "At least 4 hours in advance"
|
1049 |
+
msgstr ""
|
1050 |
+
|
1051 |
+
#: includes/InstallationWalkthrough.class.php:240
|
1052 |
+
#: includes/Settings.class.php:759
|
1053 |
+
msgid "At least 24 hours in advance"
|
1054 |
+
msgstr ""
|
1055 |
+
|
1056 |
+
#: includes/InstallationWalkthrough.class.php:241
|
1057 |
+
msgid "Block same-day-bookings"
|
1058 |
+
msgstr ""
|
1059 |
+
|
1060 |
+
#: includes/InstallationWalkthrough.class.php:245
|
1061 |
+
msgid "Time Interval:"
|
1062 |
+
msgstr ""
|
1063 |
+
|
1064 |
+
#: includes/InstallationWalkthrough.class.php:247
|
1065 |
+
#: includes/Settings.class.php:796
|
1066 |
+
msgid "Every 30 minutes"
|
1067 |
+
msgstr ""
|
1068 |
+
|
1069 |
+
#: includes/InstallationWalkthrough.class.php:248
|
1070 |
+
#: includes/Settings.class.php:797
|
1071 |
+
msgid "Every 15 minutes"
|
1072 |
+
msgstr ""
|
1073 |
+
|
1074 |
+
#: includes/InstallationWalkthrough.class.php:249
|
1075 |
+
#: includes/Settings.class.php:798
|
1076 |
+
msgid "Every 10 minutes"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: includes/InstallationWalkthrough.class.php:250
|
1080 |
+
#: includes/Settings.class.php:799
|
1081 |
+
msgid "Every 5 minutes"
|
1082 |
+
msgstr ""
|
1083 |
+
|
1084 |
+
#: includes/InstallationWalkthrough.class.php:253
|
1085 |
+
msgid "Save Options"
|
1086 |
+
msgstr ""
|
1087 |
+
|
1088 |
+
#: includes/InstallationWalkthrough.class.php:256
|
1089 |
+
msgid "Finish"
|
1090 |
+
msgstr ""
|
1091 |
+
|
1092 |
+
#: includes/InstallationWalkthrough.class.php:262
|
1093 |
+
msgid "Skip Setup"
|
1094 |
+
msgstr ""
|
1095 |
+
|
1096 |
+
#: includes/InstallationWalkthrough.class.php:296
|
1097 |
+
msgid "Weekly"
|
1098 |
+
msgstr ""
|
1099 |
+
|
1100 |
+
#: includes/InstallationWalkthrough.class.php:303
|
1101 |
+
msgid "Days of the week"
|
1102 |
+
msgstr ""
|
1103 |
+
|
1104 |
+
#: includes/InstallationWalkthrough.class.php:323
|
1105 |
+
#: includes/Settings.class.php:2789 includes/template-functions.php:633
|
1106 |
+
msgid "Time"
|
1107 |
+
msgstr ""
|
1108 |
+
|
1109 |
+
#: includes/InstallationWalkthrough.class.php:337
|
1110 |
+
msgid "Start"
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: includes/InstallationWalkthrough.class.php:344
|
1114 |
+
msgid "End"
|
1115 |
+
msgstr ""
|
1116 |
+
|
1117 |
+
#: includes/InstallationWalkthrough.class.php:352
|
1118 |
+
#, php-format
|
1119 |
+
msgid "All day long. Want to %sset a time slot%s?"
|
1120 |
+
msgstr ""
|
1121 |
+
|
1122 |
+
#: includes/InstallationWalkthrough.class.php:368
|
1123 |
+
#: includes/InstallationWalkthrough.class.php:371
|
1124 |
+
msgid "Open and close this rule"
|
1125 |
+
msgstr ""
|
1126 |
+
|
1127 |
+
#: includes/InstallationWalkthrough.class.php:374
|
1128 |
+
msgid "Delete rule"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: includes/InstallationWalkthrough.class.php:377
|
1132 |
+
#: includes/Settings.class.php:669
|
1133 |
+
msgid "Delete scheduling rule"
|
1134 |
+
msgstr ""
|
1135 |
+
|
1136 |
+
#: includes/Licenses.class.php:119
|
1137 |
+
msgid "Licenses"
|
1138 |
+
msgstr ""
|
1139 |
+
|
1140 |
+
#: includes/Licenses.class.php:121
|
1141 |
+
#, php-format
|
1142 |
+
msgid ""
|
1143 |
+
"Activate license keys for any commercial addons you have purchased. %sView "
|
1144 |
+
"all addons%s."
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: includes/Licenses.class.php:205
|
1148 |
+
msgid ""
|
1149 |
+
"Your attempt to deactivate a license key failed. Please try again later or "
|
1150 |
+
"contact support for help."
|
1151 |
+
msgstr ""
|
1152 |
+
|
1153 |
+
#: includes/Licenses.class.php:209
|
1154 |
+
#, php-format
|
1155 |
+
msgid ""
|
1156 |
+
"You have reached the activation limit for this license. If you have the "
|
1157 |
+
"license activated on other sites you will need to deactivate them or "
|
1158 |
+
"purchase more license keys from %sTheme of the Crop%s."
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: includes/Licenses.class.php:211
|
1162 |
+
msgid ""
|
1163 |
+
"Your attempt to activate a license key failed. Please check the license key "
|
1164 |
+
"and try again."
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: includes/MailChimp.class.php:81
|
1168 |
+
msgid "Date/Time of Booking"
|
1169 |
+
msgstr ""
|
1170 |
+
|
1171 |
+
#: includes/MailChimp.class.php:83
|
1172 |
+
msgid "Party Size"
|
1173 |
+
msgstr ""
|
1174 |
+
|
1175 |
+
#: includes/MailChimp.class.php:84
|
1176 |
+
msgid "Phone Number"
|
1177 |
+
msgstr ""
|
1178 |
+
|
1179 |
+
#: includes/MailChimp.class.php:155
|
1180 |
+
msgid "Booking Form Data"
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: includes/MailChimp.class.php:156
|
1184 |
+
msgid "MailChimp List Field"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: includes/MailChimp.class.php:157
|
1188 |
+
msgid ""
|
1189 |
+
"Connect information from the booking request to <a href=\"http://kb."
|
1190 |
+
"mailchimp.com/article/getting-started-with-merge-tags\" target=\"_blank"
|
1191 |
+
"\">merge fields</a> in your MailChimp list."
|
1192 |
+
msgstr ""
|
1193 |
+
|
1194 |
+
#: includes/MailChimp.class.php:158
|
1195 |
+
msgid ""
|
1196 |
+
"There was an unexpected error when trying to retrieve the list's merge "
|
1197 |
+
"fields."
|
1198 |
+
msgstr ""
|
1199 |
+
|
1200 |
+
#: includes/MailChimp.class.php:160
|
1201 |
+
msgid "The email field is automatically merged."
|
1202 |
+
msgstr ""
|
1203 |
+
|
1204 |
+
#: includes/MailChimp.class.php:176
|
1205 |
+
msgid ""
|
1206 |
+
"You have been logged out. Please login again to retrieve the mailing lists."
|
1207 |
+
msgstr ""
|
1208 |
+
|
1209 |
+
#: includes/MailChimp.class.php:190
|
1210 |
+
msgid ""
|
1211 |
+
"You do not have permission to retrieve the mailing lists. Please login to an "
|
1212 |
+
"administrator account if you have one."
|
1213 |
+
msgstr ""
|
1214 |
+
|
1215 |
+
#: includes/MailChimp.class.php:208
|
1216 |
+
msgid ""
|
1217 |
+
"You have been logged out. Please login again to retrieve the merge fields "
|
1218 |
+
"for this list."
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: includes/MailChimp.class.php:222
|
1222 |
+
msgid ""
|
1223 |
+
"You do not have permission to modify the merge field settings. Please login "
|
1224 |
+
"to an administrator account if you have one."
|
1225 |
+
msgstr ""
|
1226 |
+
|
1227 |
+
#: includes/MailChimp.class.php:403
|
1228 |
+
msgid ""
|
1229 |
+
"The subscription request has been rejected because it does not appear to "
|
1230 |
+
"have come from this site."
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: includes/MultipleLocations.class.php:360
|
1234 |
+
msgid "Please select a location for your booking."
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: includes/MultipleLocations.class.php:367
|
1238 |
+
msgid "The location you selected is not valid. Please select another location."
|
1239 |
+
msgstr ""
|
1240 |
+
|
1241 |
+
#: includes/MultipleLocations.class.php:476
|
1242 |
+
msgid "Reservations"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: includes/MultipleLocations.class.php:683
|
1246 |
+
msgid "Location for which this booking was made."
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: includes/Notification.class.php:102
|
1250 |
+
msgid "View pending bookings"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: includes/Notification.class.php:103
|
1254 |
+
msgid "Cancel booking"
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: includes/Notification.class.php:104
|
1258 |
+
msgid "Confirm this booking"
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
+
#: includes/Notification.class.php:105
|
1262 |
+
msgid "Reject this booking"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: includes/ReviewAsk.class.php:55
|
1266 |
+
msgid "Email Address"
|
1267 |
+
msgstr ""
|
1268 |
+
|
1269 |
+
#: includes/Settings.class.php:379
|
1270 |
+
msgid "Sign up for our mailing list."
|
1271 |
+
msgstr ""
|
1272 |
+
|
1273 |
+
#: includes/Settings.class.php:626 includes/Settings.class.php:627
|
1274 |
+
#: includes/Settings.class.php:2260 restaurant-reservations.php:306
|
1275 |
+
msgid "Settings"
|
1276 |
+
msgstr ""
|
1277 |
+
|
1278 |
+
#: includes/Settings.class.php:639
|
1279 |
+
msgid "Booking Schedule"
|
1280 |
+
msgstr ""
|
1281 |
+
|
1282 |
+
#: includes/Settings.class.php:648
|
1283 |
+
msgid "Scheduling Options"
|
1284 |
+
msgstr ""
|
1285 |
+
|
1286 |
+
#: includes/Settings.class.php:686
|
1287 |
+
msgid "Schedule"
|
1288 |
+
msgstr ""
|
1289 |
+
|
1290 |
+
#: includes/Settings.class.php:687
|
1291 |
+
msgid "Define the weekly schedule during which you accept bookings."
|
1292 |
+
msgstr ""
|
1293 |
+
|
1294 |
+
#: includes/Settings.class.php:712
|
1295 |
+
msgid "Exceptions"
|
1296 |
+
msgstr ""
|
1297 |
+
|
1298 |
+
#: includes/Settings.class.php:713
|
1299 |
+
msgid ""
|
1300 |
+
"Define special opening hours for holidays, events or other needs. Leave the "
|
1301 |
+
"time empty if you're closed all day."
|
1302 |
+
msgstr ""
|
1303 |
+
|
1304 |
+
#: includes/Settings.class.php:728
|
1305 |
+
msgid "Early Bookings"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: includes/Settings.class.php:729
|
1309 |
+
msgid ""
|
1310 |
+
"Select how early customers can make their booking. (Administrators and "
|
1311 |
+
"Booking Managers are not restricted by this setting.)"
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: includes/Settings.class.php:732
|
1315 |
+
msgid "Any time"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: includes/Settings.class.php:737
|
1319 |
+
msgid "From 60 days in advance"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: includes/Settings.class.php:749
|
1323 |
+
msgid "Late Bookings"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
+
#: includes/Settings.class.php:750
|
1327 |
+
msgid ""
|
1328 |
+
"Select how late customers can make their booking. (Administrators and "
|
1329 |
+
"Booking Managers are not restricted by this setting.)"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: includes/Settings.class.php:760
|
1333 |
+
msgid "Block same-day bookings"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: includes/Settings.class.php:771
|
1337 |
+
msgid "Date Pre-selection"
|
1338 |
+
msgstr ""
|
1339 |
+
|
1340 |
+
#: includes/Settings.class.php:772
|
1341 |
+
msgid ""
|
1342 |
+
"When the booking form is loaded, should it automatically attempt to select a "
|
1343 |
+
"valid date?"
|
1344 |
+
msgstr ""
|
1345 |
+
|
1346 |
+
#: includes/Settings.class.php:775
|
1347 |
+
msgid "Select today if valid"
|
1348 |
+
msgstr ""
|
1349 |
+
|
1350 |
+
#: includes/Settings.class.php:776
|
1351 |
+
msgid "Select today or next valid date"
|
1352 |
+
msgstr ""
|
1353 |
+
|
1354 |
+
#: includes/Settings.class.php:777
|
1355 |
+
msgid "Leave empty"
|
1356 |
+
msgstr ""
|
1357 |
+
|
1358 |
+
#: includes/Settings.class.php:788
|
1359 |
+
msgid "Time Interval"
|
1360 |
+
msgstr ""
|
1361 |
+
|
1362 |
+
#: includes/Settings.class.php:789
|
1363 |
+
msgid "Select the number of minutes between each available time."
|
1364 |
+
msgstr ""
|
1365 |
+
|
1366 |
+
#: includes/Settings.class.php:792
|
1367 |
+
msgid "Every 180 minutes"
|
1368 |
+
msgstr ""
|
1369 |
+
|
1370 |
+
#: includes/Settings.class.php:793
|
1371 |
+
msgid "Every 120 minutes"
|
1372 |
+
msgstr ""
|
1373 |
+
|
1374 |
+
#: includes/Settings.class.php:794
|
1375 |
+
msgid "Every 90 minutes"
|
1376 |
+
msgstr ""
|
1377 |
+
|
1378 |
+
#: includes/Settings.class.php:795
|
1379 |
+
msgid "Every 60 minutes"
|
1380 |
+
msgstr ""
|
1381 |
+
|
1382 |
+
#: includes/Settings.class.php:810
|
1383 |
+
msgid "Week Starts On"
|
1384 |
+
msgstr ""
|
1385 |
+
|
1386 |
+
#: includes/Settings.class.php:811
|
1387 |
+
msgid "Select the first day of the week"
|
1388 |
+
msgstr ""
|
1389 |
+
|
1390 |
+
#: includes/Settings.class.php:814
|
1391 |
+
msgid "Sunday"
|
1392 |
+
msgstr ""
|
1393 |
+
|
1394 |
+
#: includes/Settings.class.php:815
|
1395 |
+
msgid "Monday"
|
1396 |
+
msgstr ""
|
1397 |
+
|
1398 |
+
#: includes/Settings.class.php:824
|
1399 |
+
msgid "Basic"
|
1400 |
+
msgstr ""
|
1401 |
+
|
1402 |
+
#: includes/Settings.class.php:833 includes/Settings.class.php:1556
|
1403 |
+
#: includes/Settings.class.php:2055
|
1404 |
+
msgid "General"
|
1405 |
+
msgstr ""
|
1406 |
+
|
1407 |
+
#: includes/Settings.class.php:844
|
1408 |
+
msgid "Booking Page"
|
1409 |
+
msgstr ""
|
1410 |
+
|
1411 |
+
#: includes/Settings.class.php:845
|
1412 |
+
msgid ""
|
1413 |
+
"Select a page on your site to automatically display the booking form and "
|
1414 |
+
"confirmation message."
|
1415 |
+
msgstr ""
|
1416 |
+
|
1417 |
+
#: includes/Settings.class.php:861
|
1418 |
+
msgid "Min Party Size"
|
1419 |
+
msgstr ""
|
1420 |
+
|
1421 |
+
#: includes/Settings.class.php:862
|
1422 |
+
msgid "Set a minimum allowed party size for bookings."
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: includes/Settings.class.php:874
|
1426 |
+
msgid "Max Party Size"
|
1427 |
+
msgstr ""
|
1428 |
+
|
1429 |
+
#: includes/Settings.class.php:875
|
1430 |
+
msgid "Set a maximum allowed party size for bookings."
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: includes/Settings.class.php:887
|
1434 |
+
msgid "Automatically Confirm Below Party Size"
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: includes/Settings.class.php:888
|
1438 |
+
msgid ""
|
1439 |
+
"Set a maximum party size below which all bookings will be automatically "
|
1440 |
+
"confirmed."
|
1441 |
+
msgstr ""
|
1442 |
+
|
1443 |
+
#: includes/Settings.class.php:901
|
1444 |
+
msgid "Allow Cancellations"
|
1445 |
+
msgstr ""
|
1446 |
+
|
1447 |
+
#: includes/Settings.class.php:902
|
1448 |
+
msgid ""
|
1449 |
+
"Adds a cancellation option to your booking form, so that customers are able "
|
1450 |
+
"to cancel their reservations."
|
1451 |
+
msgstr ""
|
1452 |
+
|
1453 |
+
#: includes/Settings.class.php:912
|
1454 |
+
msgid "Require Phone"
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: includes/Settings.class.php:913
|
1458 |
+
msgid "Don't accept booking requests without a phone number."
|
1459 |
+
msgstr ""
|
1460 |
+
|
1461 |
+
#: includes/Settings.class.php:928
|
1462 |
+
msgid "Pending Confirmation Message"
|
1463 |
+
msgstr ""
|
1464 |
+
|
1465 |
+
#: includes/Settings.class.php:929
|
1466 |
+
msgid ""
|
1467 |
+
"Enter the message to display when a booking request is made and is set to "
|
1468 |
+
"pending confirmation."
|
1469 |
+
msgstr ""
|
1470 |
+
|
1471 |
+
#: includes/Settings.class.php:940
|
1472 |
+
msgid "Confirmed Booking Message"
|
1473 |
+
msgstr ""
|
1474 |
+
|
1475 |
+
#: includes/Settings.class.php:941
|
1476 |
+
msgid ""
|
1477 |
+
"Enter the message to display when a booking is made that has been "
|
1478 |
+
"automatically confirmed."
|
1479 |
+
msgstr ""
|
1480 |
+
|
1481 |
+
#: includes/Settings.class.php:952
|
1482 |
+
msgid "Pending Redirect Page"
|
1483 |
+
msgstr ""
|
1484 |
+
|
1485 |
+
#: includes/Settings.class.php:953
|
1486 |
+
msgid ""
|
1487 |
+
"Input the URL of the page you want the booking form to redirect to after a "
|
1488 |
+
"reservation is made that is set to pending. This overrides the \"Pending "
|
1489 |
+
"Confirmation Message\" text/option."
|
1490 |
+
msgstr ""
|
1491 |
+
|
1492 |
+
#: includes/Settings.class.php:963
|
1493 |
+
msgid "Confirmed Redirect Page"
|
1494 |
+
msgstr ""
|
1495 |
+
|
1496 |
+
#: includes/Settings.class.php:964
|
1497 |
+
msgid ""
|
1498 |
+
"Input the URL of the page you want the booking form to redirect to after a "
|
1499 |
+
"reservation is made that is automatically confirmed. This overrides the "
|
1500 |
+
"\"Confirmed Booking Message\" text/option."
|
1501 |
+
msgstr ""
|
1502 |
+
|
1503 |
+
#: includes/Settings.class.php:983
|
1504 |
+
msgid "Date Format"
|
1505 |
+
msgstr ""
|
1506 |
+
|
1507 |
+
#: includes/Settings.class.php:984
|
1508 |
+
#, php-format
|
1509 |
+
msgid ""
|
1510 |
+
"Define how the date is formatted on the booking form. %sFormatting rules%s. "
|
1511 |
+
"This only changes the format on the booking form. To change the date format "
|
1512 |
+
"in notification messages, modify your general %sWordPress Settings%s."
|
1513 |
+
msgstr ""
|
1514 |
+
|
1515 |
+
#: includes/Settings.class.php:995
|
1516 |
+
msgid "Time Format"
|
1517 |
+
msgstr ""
|
1518 |
+
|
1519 |
+
#: includes/Settings.class.php:996
|
1520 |
+
#, php-format
|
1521 |
+
msgid ""
|
1522 |
+
"Define how the time is formatted on the booking form. %sFormatting rules%s. "
|
1523 |
+
"This only changes the format on the booking form. To change the time format "
|
1524 |
+
"in notification messages, modify your general %sWordPress Settings%s."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: includes/Settings.class.php:1009
|
1528 |
+
msgid "Language"
|
1529 |
+
msgstr ""
|
1530 |
+
|
1531 |
+
#: includes/Settings.class.php:1010
|
1532 |
+
msgid ""
|
1533 |
+
"Select a language to use for the booking form datepicker if it is different "
|
1534 |
+
"than your WordPress language setting."
|
1535 |
+
msgstr ""
|
1536 |
+
|
1537 |
+
#: includes/Settings.class.php:1020
|
1538 |
+
msgid "Security"
|
1539 |
+
msgstr ""
|
1540 |
+
|
1541 |
+
#: includes/Settings.class.php:1031
|
1542 |
+
msgid "Banned Email Addresses"
|
1543 |
+
msgstr ""
|
1544 |
+
|
1545 |
+
#: includes/Settings.class.php:1032
|
1546 |
+
msgid ""
|
1547 |
+
"You can block bookings from specific email addresses. Enter each email "
|
1548 |
+
"address on a separate line."
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: includes/Settings.class.php:1042
|
1552 |
+
msgid "Banned IP Addresses"
|
1553 |
+
msgstr ""
|
1554 |
+
|
1555 |
+
#: includes/Settings.class.php:1043
|
1556 |
+
msgid ""
|
1557 |
+
"You can block bookings from specific IP addresses. Enter each IP address on "
|
1558 |
+
"a separate line. Be aware that many internet providers rotate their IP "
|
1559 |
+
"address assignments, so an IP address may accidentally refer to a different "
|
1560 |
+
"user. Also, if you block an IP address used by a public connection, such as "
|
1561 |
+
"cafe WIFI, a public library, or a university network, you may inadvertantly "
|
1562 |
+
"block several people."
|
1563 |
+
msgstr ""
|
1564 |
+
|
1565 |
+
#: includes/Settings.class.php:1051
|
1566 |
+
msgid "Captcha"
|
1567 |
+
msgstr ""
|
1568 |
+
|
1569 |
+
#: includes/Settings.class.php:1062
|
1570 |
+
msgid "Enable Google reCAPTCHA v2"
|
1571 |
+
msgstr ""
|
1572 |
+
|
1573 |
+
#: includes/Settings.class.php:1063
|
1574 |
+
#, php-format
|
1575 |
+
msgid ""
|
1576 |
+
"Adds Google's reCAPTCHA code to your form, to verify guests before they can "
|
1577 |
+
"book. Please check %s our documentation %s for more information on how to "
|
1578 |
+
"configure this feature."
|
1579 |
+
msgstr ""
|
1580 |
+
|
1581 |
+
#: includes/Settings.class.php:1073
|
1582 |
+
msgid "Google Site Key"
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: includes/Settings.class.php:1074
|
1586 |
+
msgid "The site key provided to you by Google"
|
1587 |
+
msgstr ""
|
1588 |
+
|
1589 |
+
#: includes/Settings.class.php:1084
|
1590 |
+
msgid "Google Secret Key"
|
1591 |
+
msgstr ""
|
1592 |
+
|
1593 |
+
#: includes/Settings.class.php:1085
|
1594 |
+
msgid "The secret key provided to you by Google"
|
1595 |
+
msgstr ""
|
1596 |
+
|
1597 |
+
#: includes/Settings.class.php:1093
|
1598 |
+
msgid "Privacy"
|
1599 |
+
msgstr ""
|
1600 |
+
|
1601 |
+
#: includes/Settings.class.php:1104
|
1602 |
+
msgid "Require Consent"
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: includes/Settings.class.php:1105
|
1606 |
+
msgid ""
|
1607 |
+
"Require customers to consent to the collection of their details when making "
|
1608 |
+
"a booking. This may be required to comply with privacy laws in your country."
|
1609 |
+
msgstr ""
|
1610 |
+
|
1611 |
+
#: includes/Settings.class.php:1115
|
1612 |
+
msgid "Consent Statement"
|
1613 |
+
msgstr ""
|
1614 |
+
|
1615 |
+
#: includes/Settings.class.php:1116
|
1616 |
+
msgid ""
|
1617 |
+
"Enter the statement you would like customers to confirm when making a "
|
1618 |
+
"booking."
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: includes/Settings.class.php:1126
|
1622 |
+
msgid "Privacy Statement Page"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: includes/Settings.class.php:1127
|
1626 |
+
msgid ""
|
1627 |
+
"Select a page on your site which contains a privacy statement. If selected, "
|
1628 |
+
"it will be linked to in your consent statement."
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: includes/Settings.class.php:1150 includes/Settings.class.php:2003
|
1632 |
+
#: includes/Settings.class.php:2013
|
1633 |
+
msgid "Advanced"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: includes/Settings.class.php:1160
|
1637 |
+
msgid "View Bookings Form"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: includes/Settings.class.php:1172
|
1641 |
+
msgid "View Bookings Page"
|
1642 |
+
msgstr ""
|
1643 |
+
|
1644 |
+
#: includes/Settings.class.php:1173
|
1645 |
+
msgid ""
|
1646 |
+
"Select a page on your site to automatically display the view bookings form. "
|
1647 |
+
"Useful for restaurant staff checking guests in as they arrive."
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: includes/Settings.class.php:1188
|
1651 |
+
msgid "Keep View Bookings Private"
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: includes/Settings.class.php:1189
|
1655 |
+
msgid ""
|
1656 |
+
"Only display the view bookings form to visitors who are logged in to your "
|
1657 |
+
"site."
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: includes/Settings.class.php:1198
|
1661 |
+
msgid "Check In Arrivals"
|
1662 |
+
msgstr ""
|
1663 |
+
|
1664 |
+
#: includes/Settings.class.php:1199
|
1665 |
+
msgid ""
|
1666 |
+
"Allow guests to be checked in as they arrive. This is necessary for late "
|
1667 |
+
"arrival reminders to work correctly."
|
1668 |
+
msgstr ""
|
1669 |
+
|
1670 |
+
#: includes/Settings.class.php:1217
|
1671 |
+
msgid "MailChimp"
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: includes/Settings.class.php:1231
|
1675 |
+
msgid "MailChimp API Key"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: includes/Settings.class.php:1232
|
1679 |
+
msgid "Retrieve or create an API key for your MailChimp account"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: includes/Settings.class.php:1233
|
1683 |
+
msgid "API Key"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: includes/Settings.class.php:1234
|
1687 |
+
msgid "Connected"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: includes/Settings.class.php:1235
|
1691 |
+
msgid "Invalid Key"
|
1692 |
+
msgstr ""
|
1693 |
+
|
1694 |
+
#: includes/Settings.class.php:1249
|
1695 |
+
msgid "Subscribe List"
|
1696 |
+
msgstr ""
|
1697 |
+
|
1698 |
+
#: includes/Settings.class.php:1250
|
1699 |
+
msgid "New booking requests will be subscribed to this list."
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: includes/Settings.class.php:1252
|
1703 |
+
msgid "Loading..."
|
1704 |
+
msgstr ""
|
1705 |
+
|
1706 |
+
#: includes/Settings.class.php:1263
|
1707 |
+
msgid "Opt-in"
|
1708 |
+
msgstr ""
|
1709 |
+
|
1710 |
+
#: includes/Settings.class.php:1264
|
1711 |
+
msgid ""
|
1712 |
+
"Whether to show an option for users to opt-in to being signed up for your "
|
1713 |
+
"mailing list when making a reservation."
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: includes/Settings.class.php:1267
|
1717 |
+
msgid "Show opt-in prompt"
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: includes/Settings.class.php:1268
|
1721 |
+
msgid "Show pre-checked opt-in prompt"
|
1722 |
+
msgstr ""
|
1723 |
+
|
1724 |
+
#: includes/Settings.class.php:1269
|
1725 |
+
msgid "Don't show opt-in prompt"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: includes/Settings.class.php:1281
|
1729 |
+
msgid "Opt-in Prompt"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: includes/Settings.class.php:1282
|
1733 |
+
msgid "Text to display with the opt-in option."
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: includes/Settings.class.php:1302
|
1737 |
+
msgid "Seat Restrictions"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: includes/Settings.class.php:1314
|
1741 |
+
msgid "Dining Block Length"
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: includes/Settings.class.php:1315
|
1745 |
+
msgid ""
|
1746 |
+
"How long does a meal generally last? This setting affects a how long a slot "
|
1747 |
+
"and/or seat unavailable for after someone makes a reservation."
|
1748 |
+
msgstr ""
|
1749 |
+
|
1750 |
+
#: includes/Settings.class.php:1331
|
1751 |
+
msgid "Enable Max Reservations"
|
1752 |
+
msgstr ""
|
1753 |
+
|
1754 |
+
#: includes/Settings.class.php:1332
|
1755 |
+
msgid ""
|
1756 |
+
"Only allow a certain number of reservations (set below) during a specific "
|
1757 |
+
"time. Once the maximum number of reservations has been reached, visitors "
|
1758 |
+
"will only be able to select other reservation times."
|
1759 |
+
msgstr ""
|
1760 |
+
|
1761 |
+
#: includes/Settings.class.php:1342
|
1762 |
+
msgid "Max Reservations"
|
1763 |
+
msgstr ""
|
1764 |
+
|
1765 |
+
#: includes/Settings.class.php:1343
|
1766 |
+
msgid ""
|
1767 |
+
"How many reservations, if enabled above, should be allowed at the same time? "
|
1768 |
+
"Set dining block length setting above to change how long a meal typically "
|
1769 |
+
"lasts."
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: includes/Settings.class.php:1356
|
1773 |
+
msgid "Max People"
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: includes/Settings.class.php:1357
|
1777 |
+
msgid ""
|
1778 |
+
"How many people, if enabled above, should be allowed to be present in the "
|
1779 |
+
"restaurant at the same time? Set dining block length setting above to change "
|
1780 |
+
"how long a meal typically lasts. Will be ignored if max reservations is set."
|
1781 |
+
msgstr ""
|
1782 |
+
|
1783 |
+
#: includes/Settings.class.php:1370
|
1784 |
+
msgid "Automatically Confirm Below Reservation Number"
|
1785 |
+
msgstr ""
|
1786 |
+
|
1787 |
+
#: includes/Settings.class.php:1371
|
1788 |
+
msgid ""
|
1789 |
+
"Set a maximum number of reservations at one time below which all bookings "
|
1790 |
+
"will be automatically confirmed."
|
1791 |
+
msgstr ""
|
1792 |
+
|
1793 |
+
#: includes/Settings.class.php:1384
|
1794 |
+
msgid "Automatically Confirm Below Seats Number"
|
1795 |
+
msgstr ""
|
1796 |
+
|
1797 |
+
#: includes/Settings.class.php:1385
|
1798 |
+
msgid ""
|
1799 |
+
"Set a maximum number of seats at one time below which all bookings will be "
|
1800 |
+
"automatically confirmed."
|
1801 |
+
msgstr ""
|
1802 |
+
|
1803 |
+
#: includes/Settings.class.php:1407
|
1804 |
+
msgid "Table Restrictions"
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#: includes/Settings.class.php:1419
|
1808 |
+
msgid "Enable Table Selection"
|
1809 |
+
msgstr ""
|
1810 |
+
|
1811 |
+
#: includes/Settings.class.php:1420
|
1812 |
+
msgid ""
|
1813 |
+
"Allow guests to select a table that they'd like to sit at during their visit."
|
1814 |
+
msgstr ""
|
1815 |
+
|
1816 |
+
#: includes/Settings.class.php:1429
|
1817 |
+
msgid "Require Table Selection"
|
1818 |
+
msgstr ""
|
1819 |
+
|
1820 |
+
#: includes/Settings.class.php:1430
|
1821 |
+
msgid ""
|
1822 |
+
"Don't allow a reservation to be made without a valid table selected, even if "
|
1823 |
+
"all other booking criteria are met (acceptable party size, below max "
|
1824 |
+
"reservations/seats)."
|
1825 |
+
msgstr ""
|
1826 |
+
|
1827 |
+
#: includes/Settings.class.php:1439
|
1828 |
+
msgid "Sections"
|
1829 |
+
msgstr ""
|
1830 |
+
|
1831 |
+
#: includes/Settings.class.php:1440
|
1832 |
+
msgid "Add Section"
|
1833 |
+
msgstr ""
|
1834 |
+
|
1835 |
+
#: includes/Settings.class.php:1442
|
1836 |
+
msgid ""
|
1837 |
+
"Use this area to sections for your tables. These can help your guests to "
|
1838 |
+
"book a table in their preferred area."
|
1839 |
+
msgstr ""
|
1840 |
+
|
1841 |
+
#: includes/Settings.class.php:1446
|
1842 |
+
msgid "Section ID"
|
1843 |
+
msgstr ""
|
1844 |
+
|
1845 |
+
#: includes/Settings.class.php:1451
|
1846 |
+
msgid "Section Name"
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: includes/Settings.class.php:1456
|
1850 |
+
msgid "Description"
|
1851 |
+
msgstr ""
|
1852 |
+
|
1853 |
+
#: includes/Settings.class.php:1473
|
1854 |
+
msgid "Tables"
|
1855 |
+
msgstr ""
|
1856 |
+
|
1857 |
+
#: includes/Settings.class.php:1474
|
1858 |
+
msgid "Add Table"
|
1859 |
+
msgstr ""
|
1860 |
+
|
1861 |
+
#: includes/Settings.class.php:1475
|
1862 |
+
msgid ""
|
1863 |
+
"Use this area to create tables that can each be customized. This information "
|
1864 |
+
"will be used to let customers select a table that meets their requirements "
|
1865 |
+
"(party size, date/time available)."
|
1866 |
+
msgstr ""
|
1867 |
+
|
1868 |
+
#: includes/Settings.class.php:1479
|
1869 |
+
msgid "Table Number"
|
1870 |
+
msgstr ""
|
1871 |
+
|
1872 |
+
#: includes/Settings.class.php:1484
|
1873 |
+
msgid "Min. People"
|
1874 |
+
msgstr ""
|
1875 |
+
|
1876 |
+
#: includes/Settings.class.php:1489
|
1877 |
+
msgid "Max. People"
|
1878 |
+
msgstr ""
|
1879 |
+
|
1880 |
+
#: includes/Settings.class.php:1494
|
1881 |
+
msgid "Section"
|
1882 |
+
msgstr ""
|
1883 |
+
|
1884 |
+
#: includes/Settings.class.php:1500
|
1885 |
+
msgid "Combines With"
|
1886 |
+
msgstr ""
|
1887 |
+
|
1888 |
+
#: includes/Settings.class.php:1520
|
1889 |
+
msgid "Notifications"
|
1890 |
+
msgstr ""
|
1891 |
+
|
1892 |
+
#: includes/Settings.class.php:1530
|
1893 |
+
msgid "Email Templates"
|
1894 |
+
msgstr ""
|
1895 |
+
|
1896 |
+
#: includes/Settings.class.php:1546
|
1897 |
+
msgid "Email Designer"
|
1898 |
+
msgstr ""
|
1899 |
+
|
1900 |
+
#: includes/Settings.class.php:1547
|
1901 |
+
msgid "Launch Email Designer"
|
1902 |
+
msgstr ""
|
1903 |
+
|
1904 |
+
#: includes/Settings.class.php:1567
|
1905 |
+
msgid "Reply-To Name"
|
1906 |
+
msgstr ""
|
1907 |
+
|
1908 |
+
#: includes/Settings.class.php:1568
|
1909 |
+
msgid ""
|
1910 |
+
"The name which should appear in the Reply-To field of a user notification "
|
1911 |
+
"email"
|
1912 |
+
msgstr ""
|
1913 |
+
|
1914 |
+
#: includes/Settings.class.php:1579
|
1915 |
+
msgid "Reply-To Email Address"
|
1916 |
+
msgstr ""
|
1917 |
+
|
1918 |
+
#: includes/Settings.class.php:1580
|
1919 |
+
msgid ""
|
1920 |
+
"The email address which should appear in the Reply-To field of a user "
|
1921 |
+
"notification email."
|
1922 |
+
msgstr ""
|
1923 |
+
|
1924 |
+
#: includes/Settings.class.php:1591
|
1925 |
+
msgid "Admin Notification"
|
1926 |
+
msgstr ""
|
1927 |
+
|
1928 |
+
#: includes/Settings.class.php:1592
|
1929 |
+
msgid ""
|
1930 |
+
"Send an email notification to an administrator when a new booking is "
|
1931 |
+
"requested."
|
1932 |
+
msgstr ""
|
1933 |
+
|
1934 |
+
#: includes/Settings.class.php:1602
|
1935 |
+
msgid "Admin New Confirmed Notification"
|
1936 |
+
msgstr ""
|
1937 |
+
|
1938 |
+
#: includes/Settings.class.php:1603
|
1939 |
+
msgid ""
|
1940 |
+
"Send an email notification to an administrator when a new confirmed booking "
|
1941 |
+
"is made."
|
1942 |
+
msgstr ""
|
1943 |
+
|
1944 |
+
#: includes/Settings.class.php:1613
|
1945 |
+
msgid "Admin Cancellation Notification"
|
1946 |
+
msgstr ""
|
1947 |
+
|
1948 |
+
#: includes/Settings.class.php:1614
|
1949 |
+
msgid ""
|
1950 |
+
"Send an email notification to an administrator when a booking is cancelled."
|
1951 |
+
msgstr ""
|
1952 |
+
|
1953 |
+
#: includes/Settings.class.php:1624
|
1954 |
+
msgid "Admin Email Address"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
+
#: includes/Settings.class.php:1625
|
1958 |
+
msgid "The email address where admin notifications should be sent."
|
1959 |
+
msgstr ""
|
1960 |
+
|
1961 |
+
#: includes/Settings.class.php:1634
|
1962 |
+
msgid "Notification Emails"
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
+
#: includes/Settings.class.php:1636
|
1966 |
+
msgid ""
|
1967 |
+
"Adjust the messages that are emailed to users and admins during the booking "
|
1968 |
+
"process."
|
1969 |
+
msgstr ""
|
1970 |
+
|
1971 |
+
#: includes/Settings.class.php:1646
|
1972 |
+
msgid "Template Tags"
|
1973 |
+
msgstr ""
|
1974 |
+
|
1975 |
+
#: includes/Settings.class.php:1648
|
1976 |
+
msgid ""
|
1977 |
+
"Use the following tags to automatically add booking information to the "
|
1978 |
+
"emails. Tags labeled with an asterisk (*) can be used in the email subject "
|
1979 |
+
"as well."
|
1980 |
+
msgstr ""
|
1981 |
+
|
1982 |
+
#: includes/Settings.class.php:1659
|
1983 |
+
msgid "Admin Notification Subject (Pending Booking)"
|
1984 |
+
msgstr ""
|
1985 |
+
|
1986 |
+
#: includes/Settings.class.php:1660
|
1987 |
+
msgid "The email subject for admin notifications."
|
1988 |
+
msgstr ""
|
1989 |
+
|
1990 |
+
#: includes/Settings.class.php:1671
|
1991 |
+
msgid "Admin Notification Email (Pending Booking)"
|
1992 |
+
msgstr ""
|
1993 |
+
|
1994 |
+
#: includes/Settings.class.php:1672
|
1995 |
+
msgid ""
|
1996 |
+
"Enter the email an admin should receive when an initial booking request is "
|
1997 |
+
"made."
|
1998 |
+
msgstr ""
|
1999 |
+
|
2000 |
+
#: includes/Settings.class.php:1683
|
2001 |
+
msgid "Admin Notification Subject (Auto Confirmed Booking)"
|
2002 |
+
msgstr ""
|
2003 |
+
|
2004 |
+
#: includes/Settings.class.php:1684
|
2005 |
+
msgid ""
|
2006 |
+
"The email subject for admin notifications for automatically-confirmed "
|
2007 |
+
"bookings."
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: includes/Settings.class.php:1695
|
2011 |
+
msgid "Admin Notification Email (Auto Confirmed Booking)"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
+
#: includes/Settings.class.php:1696
|
2015 |
+
msgid ""
|
2016 |
+
"Enter the email an admin should receive when an automatically-confirmed "
|
2017 |
+
"booking is made."
|
2018 |
+
msgstr ""
|
2019 |
+
|
2020 |
+
#: includes/Settings.class.php:1707
|
2021 |
+
msgid "Admin Booking Cancelled Subject"
|
2022 |
+
msgstr ""
|
2023 |
+
|
2024 |
+
#: includes/Settings.class.php:1708
|
2025 |
+
msgid "The email subject for admin notifications when a booking is cancelled."
|
2026 |
+
msgstr ""
|
2027 |
+
|
2028 |
+
#: includes/Settings.class.php:1719
|
2029 |
+
msgid "Admin Booking Cancelled Email"
|
2030 |
+
msgstr ""
|
2031 |
+
|
2032 |
+
#: includes/Settings.class.php:1720
|
2033 |
+
msgid "Enter the email an admin should receive when a booking is cancelled."
|
2034 |
+
msgstr ""
|
2035 |
+
|
2036 |
+
#: includes/Settings.class.php:1731
|
2037 |
+
msgid "New Request Email Subject"
|
2038 |
+
msgstr ""
|
2039 |
+
|
2040 |
+
#: includes/Settings.class.php:1732
|
2041 |
+
msgid ""
|
2042 |
+
"The email subject a user should receive when they make an initial booking "
|
2043 |
+
"request."
|
2044 |
+
msgstr ""
|
2045 |
+
|
2046 |
+
#: includes/Settings.class.php:1743 includes/load-customizer.php:209
|
2047 |
+
msgid "New Request Email"
|
2048 |
+
msgstr ""
|
2049 |
+
|
2050 |
+
#: includes/Settings.class.php:1744
|
2051 |
+
msgid ""
|
2052 |
+
"Enter the email a user should receive when they make an initial booking "
|
2053 |
+
"request."
|
2054 |
+
msgstr ""
|
2055 |
+
|
2056 |
+
#: includes/Settings.class.php:1755
|
2057 |
+
msgid "Confirmed Email Subject"
|
2058 |
+
msgstr ""
|
2059 |
+
|
2060 |
+
#: includes/Settings.class.php:1756
|
2061 |
+
msgid ""
|
2062 |
+
"The email subject a user should receive when their booking has been "
|
2063 |
+
"confirmed."
|
2064 |
+
msgstr ""
|
2065 |
+
|
2066 |
+
#: includes/Settings.class.php:1767 includes/load-customizer.php:249
|
2067 |
+
msgid "Confirmed Email"
|
2068 |
+
msgstr ""
|
2069 |
+
|
2070 |
+
#: includes/Settings.class.php:1768
|
2071 |
+
msgid ""
|
2072 |
+
"Enter the email a user should receive when their booking has been confirmed."
|
2073 |
+
msgstr ""
|
2074 |
+
|
2075 |
+
#: includes/Settings.class.php:1779
|
2076 |
+
msgid "Rejected Email Subject"
|
2077 |
+
msgstr ""
|
2078 |
+
|
2079 |
+
#: includes/Settings.class.php:1780
|
2080 |
+
msgid ""
|
2081 |
+
"The email subject a user should receive when their booking has been rejected."
|
2082 |
+
msgstr ""
|
2083 |
+
|
2084 |
+
#: includes/Settings.class.php:1791 includes/load-customizer.php:289
|
2085 |
+
msgid "Rejected Email"
|
2086 |
+
msgstr ""
|
2087 |
+
|
2088 |
+
#: includes/Settings.class.php:1792
|
2089 |
+
msgid ""
|
2090 |
+
"Enter the email a user should receive when their booking has been rejected."
|
2091 |
+
msgstr ""
|
2092 |
+
|
2093 |
+
#: includes/Settings.class.php:1803
|
2094 |
+
msgid "Booking Cancelled Email Subject"
|
2095 |
+
msgstr ""
|
2096 |
+
|
2097 |
+
#: includes/Settings.class.php:1804
|
2098 |
+
msgid ""
|
2099 |
+
"The email subject a user should receive when they have cancelled their "
|
2100 |
+
"booking."
|
2101 |
+
msgstr ""
|
2102 |
+
|
2103 |
+
#: includes/Settings.class.php:1815
|
2104 |
+
msgid "Booking Cancelled Email"
|
2105 |
+
msgstr ""
|
2106 |
+
|
2107 |
+
#: includes/Settings.class.php:1816
|
2108 |
+
msgid "Enter the email a user should receive when they cancel their booking."
|
2109 |
+
msgstr ""
|
2110 |
+
|
2111 |
+
#: includes/Settings.class.php:1827
|
2112 |
+
msgid "Admin Update Subject"
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: includes/Settings.class.php:1828
|
2116 |
+
#, php-format
|
2117 |
+
msgid ""
|
2118 |
+
"The email subject a user should receive when an admin sends them a custom "
|
2119 |
+
"email message from the %sbookings panel%s."
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: includes/Settings.class.php:1848
|
2123 |
+
msgid "Reservation Reminders"
|
2124 |
+
msgstr ""
|
2125 |
+
|
2126 |
+
#: includes/Settings.class.php:1850
|
2127 |
+
msgid "Set up reservation and late arrival reminders."
|
2128 |
+
msgstr ""
|
2129 |
+
|
2130 |
+
#: includes/Settings.class.php:1862
|
2131 |
+
msgid "Ultimate Plan Purchase Email"
|
2132 |
+
msgstr ""
|
2133 |
+
|
2134 |
+
#: includes/Settings.class.php:1863
|
2135 |
+
msgid ""
|
2136 |
+
"The email used to purchase your 'Ultimate' plan subscription. Used to verify "
|
2137 |
+
"SMS requests are actually being sent from your site."
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: includes/Settings.class.php:1877
|
2141 |
+
msgid "Country Code"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: includes/Settings.class.php:1878
|
2145 |
+
msgid ""
|
2146 |
+
"What country code should be added to SMS reminders? If no country is "
|
2147 |
+
"specified, phone numbers for reservations should start with +XXX (a plus "
|
2148 |
+
"sign followed by the country code), followed by a space or dash, or else the "
|
2149 |
+
"number the phone number will be assumed to be North American."
|
2150 |
+
msgstr ""
|
2151 |
+
|
2152 |
+
#: includes/Settings.class.php:1890
|
2153 |
+
msgid "Reminder Format"
|
2154 |
+
msgstr ""
|
2155 |
+
|
2156 |
+
#: includes/Settings.class.php:1891
|
2157 |
+
msgid ""
|
2158 |
+
"Should reminders be sent via email or text (SMS) message. SMS requires a "
|
2159 |
+
"positive credit balance on your account."
|
2160 |
+
msgstr ""
|
2161 |
+
|
2162 |
+
#: includes/Settings.class.php:1905
|
2163 |
+
msgid "Late Notification Format"
|
2164 |
+
msgstr ""
|
2165 |
+
|
2166 |
+
#: includes/Settings.class.php:1906
|
2167 |
+
msgid ""
|
2168 |
+
"Should late notifications be sent via email or text (SMS) message. SMS "
|
2169 |
+
"requires a positive credit balance on your account."
|
2170 |
+
msgstr ""
|
2171 |
+
|
2172 |
+
#: includes/Settings.class.php:1920
|
2173 |
+
msgid "Reservation Reminder Before Time"
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: includes/Settings.class.php:1921
|
2177 |
+
msgid ""
|
2178 |
+
"How long before a reservation should a reminder email be sent? Leave blank "
|
2179 |
+
"to not send a reservation reminder."
|
2180 |
+
msgstr ""
|
2181 |
+
|
2182 |
+
#: includes/Settings.class.php:1939
|
2183 |
+
msgid "Reservation Reminder Email Subject"
|
2184 |
+
msgstr ""
|
2185 |
+
|
2186 |
+
#: includes/Settings.class.php:1940
|
2187 |
+
msgid ""
|
2188 |
+
"The email subject a user should receive as a reminder about their "
|
2189 |
+
"reservation."
|
2190 |
+
msgstr ""
|
2191 |
+
|
2192 |
+
#: includes/Settings.class.php:1951
|
2193 |
+
msgid "Reservation Reminder Email"
|
2194 |
+
msgstr ""
|
2195 |
+
|
2196 |
+
#: includes/Settings.class.php:1952
|
2197 |
+
msgid ""
|
2198 |
+
"Enter the email a user should receive as a reminder about their reservation."
|
2199 |
+
msgstr ""
|
2200 |
+
|
2201 |
+
#: includes/Settings.class.php:1963
|
2202 |
+
msgid "Late for Reservation Time"
|
2203 |
+
msgstr ""
|
2204 |
+
|
2205 |
+
#: includes/Settings.class.php:1964
|
2206 |
+
msgid ""
|
2207 |
+
"How long after being late for a reservation should a late arrival email be "
|
2208 |
+
"sent? Leave blank to not send a late arrival email."
|
2209 |
+
msgstr ""
|
2210 |
+
|
2211 |
+
#: includes/Settings.class.php:1981
|
2212 |
+
msgid "Late for Reservation Email Subject"
|
2213 |
+
msgstr ""
|
2214 |
+
|
2215 |
+
#: includes/Settings.class.php:1982
|
2216 |
+
msgid ""
|
2217 |
+
"The email subject a user should receive when they are late for their "
|
2218 |
+
"reservation."
|
2219 |
+
msgstr ""
|
2220 |
+
|
2221 |
+
#: includes/Settings.class.php:1993
|
2222 |
+
msgid "Late for Reservation Email"
|
2223 |
+
msgstr ""
|
2224 |
+
|
2225 |
+
#: includes/Settings.class.php:1994
|
2226 |
+
msgid ""
|
2227 |
+
"Enter the email a user should receive when they are late for their "
|
2228 |
+
"reservation."
|
2229 |
+
msgstr ""
|
2230 |
+
|
2231 |
+
#: includes/Settings.class.php:2004 includes/Settings.class.php:2014
|
2232 |
+
msgid ""
|
2233 |
+
"Modifying the settings below can prevent your emails from being delivered. "
|
2234 |
+
"Do not make changes unless you know what you're doing."
|
2235 |
+
msgstr ""
|
2236 |
+
|
2237 |
+
#: includes/Settings.class.php:2025
|
2238 |
+
msgid "FROM Email Address Header"
|
2239 |
+
msgstr ""
|
2240 |
+
|
2241 |
+
#: includes/Settings.class.php:2026
|
2242 |
+
#, php-format
|
2243 |
+
msgid ""
|
2244 |
+
"Change the email address used in the FROM header of all emails sent by this "
|
2245 |
+
"plugin. In most cases you should not change this. Modifying this can prevent "
|
2246 |
+
"your emails from being delivered. %sLearn more%s."
|
2247 |
+
msgstr ""
|
2248 |
+
|
2249 |
+
#: includes/Settings.class.php:2045
|
2250 |
+
msgid "Payments"
|
2251 |
+
msgstr ""
|
2252 |
+
|
2253 |
+
#: includes/Settings.class.php:2067
|
2254 |
+
msgid "Require Deposit"
|
2255 |
+
msgstr ""
|
2256 |
+
|
2257 |
+
#: includes/Settings.class.php:2068
|
2258 |
+
msgid "Require guests to make a deposit when making a reservation."
|
2259 |
+
msgstr ""
|
2260 |
+
|
2261 |
+
#: includes/Settings.class.php:2077
|
2262 |
+
msgid "Payment Gateway"
|
2263 |
+
msgstr ""
|
2264 |
+
|
2265 |
+
#: includes/Settings.class.php:2078
|
2266 |
+
msgid "Which payment gateway should be used to accept deposits."
|
2267 |
+
msgstr ""
|
2268 |
+
|
2269 |
+
#: includes/Settings.class.php:2091
|
2270 |
+
msgid "Deposit Type"
|
2271 |
+
msgstr ""
|
2272 |
+
|
2273 |
+
#: includes/Settings.class.php:2092
|
2274 |
+
msgid "What type of deposit should be required, per reservation or per guest?"
|
2275 |
+
msgstr ""
|
2276 |
+
|
2277 |
+
#: includes/Settings.class.php:2105
|
2278 |
+
msgid "Deposit Amount"
|
2279 |
+
msgstr ""
|
2280 |
+
|
2281 |
+
#: includes/Settings.class.php:2106
|
2282 |
+
msgid ""
|
2283 |
+
"What deposit amount is required (either per reservation or per guest, "
|
2284 |
+
"depending on the setting above)."
|
2285 |
+
msgstr ""
|
2286 |
+
|
2287 |
+
#: includes/Settings.class.php:2115
|
2288 |
+
msgid "Currency"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: includes/Settings.class.php:2116
|
2292 |
+
msgid "Select the currency you accept for your deposits."
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: includes/Settings.class.php:2127
|
2296 |
+
msgid "PayPal"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: includes/Settings.class.php:2139
|
2300 |
+
msgid "PayPal Email Address"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: includes/Settings.class.php:2140
|
2304 |
+
msgid "The email address you'll be using to accept PayPal payments."
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: includes/Settings.class.php:2150
|
2308 |
+
msgid "Stripe"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: includes/Settings.class.php:2162
|
2312 |
+
msgid "Stripe Currency Symbol"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: includes/Settings.class.php:2163
|
2316 |
msgid ""
|
2317 |
+
"The currency symbol you'd like displayed before or after the required "
|
2318 |
+
"deposit amount."
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: includes/Settings.class.php:2173
|
2322 |
+
msgid "Currency Symbol Location"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: includes/Settings.class.php:2174
|
2326 |
msgid ""
|
2327 |
+
"Should the currency symbol be placed before or after the deposit amount?"
|
|
|
2328 |
msgstr ""
|
2329 |
|
2330 |
+
#: includes/Settings.class.php:2187
|
2331 |
+
msgid "Test/Live Mode"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: includes/Settings.class.php:2188
|
2335 |
+
msgid ""
|
2336 |
+
"Should the system use test or live mode? Test mode should only be used for "
|
2337 |
+
"testing, no deposits will actually be processed while turned on."
|
2338 |
msgstr ""
|
2339 |
|
2340 |
+
#: includes/Settings.class.php:2201
|
2341 |
+
msgid "Stripe Live Secret"
|
2342 |
msgstr ""
|
2343 |
|
2344 |
+
#: includes/Settings.class.php:2202
|
2345 |
+
msgid "The live secret that you have set up for your Stripe account."
|
2346 |
msgstr ""
|
2347 |
|
2348 |
+
#: includes/Settings.class.php:2211
|
2349 |
+
msgid "Stripe Live Publishable"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
+
#: includes/Settings.class.php:2212
|
2353 |
+
msgid "The live publishable that you have set up for your Stripe account."
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#: includes/Settings.class.php:2221
|
2357 |
+
msgid "Stripe Test Secret"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
+
#: includes/Settings.class.php:2222
|
2361 |
msgid ""
|
2362 |
+
"The test secret that you have set up for your Stripe account. Only needed "
|
2363 |
+
"for testing payments."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: includes/Settings.class.php:2231
|
2367 |
+
msgid "Stripe Test Publishable"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
+
#: includes/Settings.class.php:2232
|
2371 |
+
msgid ""
|
2372 |
+
"The test publishable that you have set up for your Stripe account. Only "
|
2373 |
+
"needed for testing payments."
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: includes/Settings.class.php:2273
|
2377 |
+
msgid "Paper Size"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: includes/Settings.class.php:2274
|
2381 |
+
msgid "Select your preferred paper size."
|
2382 |
msgstr ""
|
2383 |
|
2384 |
+
#: includes/Settings.class.php:2289
|
2385 |
+
msgid "PDF Renderer"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
+
#: includes/Settings.class.php:2290
|
2389 |
+
msgid ""
|
2390 |
+
"mPDF looks nicer but is not compatible with all servers. Select TCPDF only "
|
2391 |
+
"if you get errors when trying to export a PDF."
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: includes/Settings.class.php:2305
|
2395 |
+
msgid "Excel/CSV Date Format"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: includes/Settings.class.php:2306
|
2399 |
+
msgid ""
|
2400 |
+
"Enter a custom date format to be used when generating Excel/CSV exports if "
|
2401 |
+
"you want the format to be different than your WordPress setting. This is "
|
2402 |
+
"useful if you need the date in a machine-readable format."
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: includes/Settings.class.php:2325
|
2406 |
+
msgid "Styling"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
+
#: includes/Settings.class.php:2335
|
2410 |
+
msgid "Reservation Form"
|
|
|
|
|
2411 |
msgstr ""
|
2412 |
|
2413 |
+
#: includes/Settings.class.php:2348
|
2414 |
+
msgid "Layout"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#: includes/Settings.class.php:2349
|
2418 |
+
msgid "Choose which layout you want to use for your reservation form"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
+
#: includes/Settings.class.php:2364
|
2422 |
+
msgid "Section Title Font Family"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
+
#: includes/Settings.class.php:2365
|
2426 |
+
msgid ""
|
2427 |
+
"Choose the font family for the section titles. (Please note that the font "
|
2428 |
+
"family must already be loaded on the site. This does not load it.)"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: includes/Settings.class.php:2374
|
2432 |
+
msgid "Section Title Font Size"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: includes/Settings.class.php:2375
|
2436 |
+
msgid ""
|
2437 |
+
"Choose the font size for the section titles. Include the unit (e.g. 20px or "
|
2438 |
+
"2em)."
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: includes/Settings.class.php:2384
|
2442 |
+
msgid "Section Title Color"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: includes/Settings.class.php:2385
|
2446 |
+
msgid "Choose the color for the section titles."
|
2447 |
msgstr ""
|
2448 |
|
2449 |
+
#: includes/Settings.class.php:2395
|
2450 |
+
msgid "Section Background Color"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
+
#: includes/Settings.class.php:2396
|
2454 |
+
msgid "Choose the background color for the form sections."
|
2455 |
msgstr ""
|
2456 |
|
2457 |
+
#: includes/Settings.class.php:2405
|
2458 |
+
msgid "Section Border Size"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
+
#: includes/Settings.class.php:2406
|
2462 |
+
msgid ""
|
2463 |
+
"Choose the border size for the form sections (in the default layout). "
|
2464 |
+
"Include the unit (e.g. 2px)."
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: includes/Settings.class.php:2415
|
2468 |
+
msgid "Section Border Color"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: includes/Settings.class.php:2416
|
2472 |
+
msgid "Choose the color for the section border (in the default layout)."
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: includes/Settings.class.php:2426
|
2476 |
+
msgid "Label Font Family"
|
2477 |
+
msgstr ""
|
2478 |
+
|
2479 |
+
#: includes/Settings.class.php:2427
|
2480 |
msgid ""
|
2481 |
+
"Choose the font family for the form field labels. (Please note that the font "
|
2482 |
+
"family must already be loaded on the site. This does not load it.)"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: includes/Settings.class.php:2436
|
2486 |
+
msgid "Label Font Size"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
+
#: includes/Settings.class.php:2437
|
2490 |
msgid ""
|
2491 |
+
"Choose the font size for the form field labels. Include the unit (e.g. 20px "
|
2492 |
+
"or 2em)."
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: includes/Settings.class.php:2446
|
2496 |
+
msgid "Label Color"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#: includes/Settings.class.php:2447
|
2500 |
+
msgid "Choose the color for the form field labels."
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: includes/Settings.class.php:2457
|
2504 |
+
msgid "\"Add a Message\" Button Background Color"
|
|
|
|
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: includes/Settings.class.php:2458
|
2508 |
+
msgid "Choose the background color for the \"Add a Message\" button."
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: includes/Settings.class.php:2467
|
2512 |
+
msgid "\"Add a Message\" Button Background Hover Color"
|
|
|
|
|
|
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: includes/Settings.class.php:2468
|
2516 |
+
msgid "Choose the background color for the \"Add a Message\" button on hover."
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: includes/Settings.class.php:2477
|
2520 |
+
msgid "\"Add a Message\" Button Text Color"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: includes/Settings.class.php:2478
|
2524 |
+
msgid "Choose the text color for the \"Add a Message\" button."
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: includes/Settings.class.php:2487
|
2528 |
+
msgid "\"Add a Message\" Button Text Hover Color"
|
|
|
|
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: includes/Settings.class.php:2488
|
2532 |
+
msgid "Choose the text color for the \"Add a Message\" button on hover."
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: includes/Settings.class.php:2498
|
2536 |
+
msgid "\"Request Booking\" Button Background Color"
|
|
|
|
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: includes/Settings.class.php:2499
|
2540 |
+
msgid "Choose the background color for the \"Request Booking\" button."
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: includes/Settings.class.php:2508
|
2544 |
+
msgid "\"Request Booking\" Button Background Hover Color"
|
2545 |
+
msgstr ""
|
2546 |
+
|
2547 |
+
#: includes/Settings.class.php:2509
|
2548 |
msgid ""
|
2549 |
+
"Choose the background color for the \"Request Booking\" button on hover."
|
|
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: includes/Settings.class.php:2518
|
2553 |
+
msgid "\"Request Booking\" Button Text Color"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
+
#: includes/Settings.class.php:2519
|
2557 |
+
msgid "Choose the text color for the \"Request Booking\" button."
|
|
|
|
|
2558 |
msgstr ""
|
2559 |
|
2560 |
+
#: includes/Settings.class.php:2528
|
2561 |
+
msgid "\"Request Booking\" Button Text Hover Color"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
+
#: includes/Settings.class.php:2529
|
2565 |
+
msgid "Choose the text color for the \"Request Booking\" button on hover."
|
2566 |
msgstr ""
|
2567 |
|
2568 |
+
#: includes/Settings.class.php:2539
|
2569 |
+
msgid "Cancel Reservation Button Background Color"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
+
#: includes/Settings.class.php:2540
|
2573 |
msgid ""
|
2574 |
+
"Choose the background color for the cancel reservation toggle button button."
|
|
|
2575 |
msgstr ""
|
2576 |
|
2577 |
+
#: includes/Settings.class.php:2549
|
2578 |
+
msgid "Cancel Reservation Button Background Hover Color"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
+
#: includes/Settings.class.php:2550
|
2582 |
+
msgid ""
|
2583 |
+
"Choose the background color for the cancel reservation toggle button on "
|
2584 |
+
"hover."
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: includes/Settings.class.php:2559
|
2588 |
+
msgid "Cancel Reservation Text Color"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: includes/Settings.class.php:2560
|
2592 |
+
msgid "Choose the text color for the cancel reservation toggle button."
|
|
|
|
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: includes/Settings.class.php:2569
|
2596 |
+
msgid "Cancel Reservation Text Hover Color"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: includes/Settings.class.php:2570
|
2600 |
msgid ""
|
2601 |
+
"Choose the text color for the cancel reservation toggle button on hover."
|
|
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: includes/Settings.class.php:2580
|
2605 |
+
msgid "\"Find Reservations\" Button Background Color"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: includes/Settings.class.php:2581
|
2609 |
+
msgid "Choose the background color for the \"Find Reservations\" button."
|
|
|
|
|
|
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: includes/Settings.class.php:2590
|
2613 |
+
msgid "\"Find Reservations\" Button Background Hover Color"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: includes/Settings.class.php:2591
|
2617 |
+
msgid ""
|
2618 |
+
"Choose the background color for the \"Find Reservations\" button on hover."
|
2619 |
msgstr ""
|
2620 |
|
2621 |
+
#: includes/Settings.class.php:2600
|
2622 |
+
msgid "\"Find Reservations\" Button Text Color"
|
|
|
2623 |
msgstr ""
|
2624 |
|
2625 |
+
#: includes/Settings.class.php:2601
|
2626 |
+
msgid "Choose the text color for the \"Find Reservations\" button."
|
2627 |
msgstr ""
|
2628 |
|
2629 |
+
#: includes/Settings.class.php:2610
|
2630 |
+
msgid "\"Find Reservations\" Button Text Hover Color"
|
|
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: includes/Settings.class.php:2611
|
2634 |
+
msgid "Choose the text color for the \"Find Reservations\" button on hover."
|
2635 |
msgstr ""
|
2636 |
|
2637 |
+
#: includes/Settings.class.php:2630
|
2638 |
+
msgid "Any size"
|
|
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: includes/Settings.class.php:2780
|
2642 |
+
#: includes/integrations/business-profile.php:100
|
2643 |
+
msgid "Book a table"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: includes/Settings.class.php:2808
|
2647 |
+
msgid "Contact Details"
|
|
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: includes/Settings.class.php:2834
|
2651 |
msgid "Add a Message"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: includes/Settings.class.php:2876
|
2655 |
+
msgid "Table(s)"
|
2656 |
+
msgstr ""
|
2657 |
+
|
2658 |
+
#: includes/Settings.class.php:2926
|
2659 |
msgid "Email of the user who made the booking"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: includes/Settings.class.php:2927
|
2663 |
msgid "* Name of the user who made the booking"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: includes/Settings.class.php:2928
|
2667 |
msgid "* Number of people booked"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: includes/Settings.class.php:2929
|
2671 |
msgid "* Date and time of the booking"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: includes/Settings.class.php:2930
|
2675 |
msgid "Phone number if supplied with the request"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: includes/Settings.class.php:2931
|
2679 |
msgid "Message added to the request"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: includes/Settings.class.php:2932
|
2683 |
msgid "A link to the admin panel showing pending bookings"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: includes/Settings.class.php:2933
|
2687 |
+
msgid ""
|
2688 |
+
"A link that a guest can use to cancel their booking if cancellations are "
|
2689 |
+
"enabled"
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: includes/Settings.class.php:2934
|
2693 |
+
msgid ""
|
2694 |
+
"A link to confirm this booking. Only include this in admin notifications"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: includes/Settings.class.php:2935
|
2698 |
msgid "A link to reject this booking. Only include this in admin notifications"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: includes/Settings.class.php:2936
|
2702 |
msgid "The name of this website"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: includes/Settings.class.php:2937
|
2706 |
msgid "A link to this website"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: includes/Settings.class.php:2938
|
2710 |
msgid "Current date and time"
|
2711 |
msgstr ""
|
2712 |
|
2719 |
msgstr ""
|
2720 |
|
2721 |
#: includes/WP_List_Table.BookingsTable.class.php:235
|
2722 |
+
msgid "Past"
|
|
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: includes/WP_List_Table.BookingsTable.class.php:236
|
2726 |
+
#: includes/WP_List_Table.BookingsTable.class.php:282
|
2727 |
+
msgid "All"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: includes/WP_List_Table.BookingsTable.class.php:255
|
2731 |
msgid "Start Date:"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: includes/WP_List_Table.BookingsTable.class.php:256
|
2735 |
msgid "Start Date"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: includes/WP_List_Table.BookingsTable.class.php:257
|
2739 |
msgid "End Date:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: includes/WP_List_Table.BookingsTable.class.php:258
|
2743 |
msgid "End Date"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: includes/WP_List_Table.BookingsTable.class.php:259
|
2747 |
msgid "Apply"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: includes/WP_List_Table.BookingsTable.class.php:261
|
2751 |
msgid "Clear Filter"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: includes/WP_List_Table.BookingsTable.class.php:283
|
2755 |
msgid "Pending"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: includes/WP_List_Table.BookingsTable.class.php:284
|
2759 |
msgid "Confirmed"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: includes/WP_List_Table.BookingsTable.class.php:285
|
2763 |
msgid "Closed"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: includes/WP_List_Table.BookingsTable.class.php:286
|
2767 |
+
#: includes/WP_List_Table.BookingsTable.class.php:425
|
2768 |
msgid "Trash"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: includes/WP_List_Table.BookingsTable.class.php:290
|
2772 |
+
msgid "Payment Failed"
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: includes/WP_List_Table.BookingsTable.class.php:366
|
2776 |
+
msgid "ID"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
+
#: includes/WP_List_Table.BookingsTable.class.php:374
|
2780 |
+
msgid "Deposit"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
+
#: includes/WP_List_Table.BookingsTable.class.php:375
|
2784 |
+
msgid "Table"
|
2785 |
msgstr ""
|
2786 |
|
2787 |
+
#: includes/WP_List_Table.BookingsTable.class.php:378
|
2788 |
+
#: includes/template-functions.php:639
|
2789 |
+
msgid "Details"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: includes/WP_List_Table.BookingsTable.class.php:393
|
2793 |
+
msgid "Submitted By"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
+
#: includes/WP_List_Table.BookingsTable.class.php:420
|
2797 |
+
msgid "Loading"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: includes/WP_List_Table.BookingsTable.class.php:424
|
2801 |
+
msgid "Edit"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: includes/WP_List_Table.BookingsTable.class.php:507
|
2805 |
+
msgid "Unknown IP"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: includes/WP_List_Table.BookingsTable.class.php:508
|
2809 |
+
msgid "Unknown Date"
|
2810 |
msgstr ""
|
2811 |
|
2812 |
+
#: includes/WP_List_Table.BookingsTable.class.php:519
|
2813 |
msgid "Ban"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
+
#: includes/WP_List_Table.BookingsTable.class.php:522
|
2817 |
msgid "Delete Customer"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: includes/WP_List_Table.BookingsTable.class.php:585
|
2821 |
+
#: lib/simple-admin-pages/classes/AdminPageSetting.InfiniteTable.class.php:117
|
2822 |
+
#: lib/simple-admin-pages/classes/AdminPageSetting.InfiniteTable.class.php:147
|
2823 |
msgid "Delete"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: includes/WP_List_Table.BookingsTable.class.php:586
|
2827 |
msgid "Set To Confirmed"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: includes/WP_List_Table.BookingsTable.class.php:587
|
2831 |
msgid "Set To Pending Review"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
+
#: includes/WP_List_Table.BookingsTable.class.php:588
|
2835 |
msgid "Set To Closed"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: includes/WP_List_Table.BookingsTable.class.php:844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2839 |
msgid "You're viewing bookings that have been moved to the trash."
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: includes/WP_List_Table.BookingsTable.class.php:853
|
2843 |
msgid "Only today's bookings are being shown."
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: includes/WP_List_Table.BookingsTable.class.php:855
|
2847 |
msgid "Only upcoming bookings are being shown."
|
2848 |
msgstr ""
|
2849 |
|
2855 |
msgid "Title"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
+
#: includes/class-designer.php:64 includes/load-customizer.php:454
|
2859 |
+
msgid ""
|
2860 |
+
"This message was sent by {site_link} on {current_time}. You are receiving "
|
2861 |
+
"this email because we received a booking request from this email address."
|
2862 |
+
msgstr ""
|
2863 |
+
|
2864 |
+
#: includes/class-designer.php:182 includes/load-customizer.php:590
|
2865 |
+
msgid "Book Another Time"
|
2866 |
+
msgstr ""
|
2867 |
+
|
2868 |
+
#: includes/class-designer.php:224
|
2869 |
+
msgid ""
|
2870 |
+
"This is an example of an Admin Update email. You can send a message to a "
|
2871 |
+
"customer from the list of bookings in your admin panel."
|
2872 |
+
msgstr ""
|
2873 |
+
|
2874 |
#: includes/integrations/business-profile.php:126
|
2875 |
#: includes/integrations/business-profile.php:129
|
2876 |
msgid "Show book a table link"
|
2908 |
msgid "--- Winery"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
+
#: includes/integrations/business-profile.php:281
|
2912 |
+
msgid "Footer Contact Details"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2913 |
msgstr ""
|
2914 |
|
2915 |
+
#: includes/load-customizer.php:79
|
2916 |
+
msgid "No Email Template"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: includes/load-customizer.php:87
|
2920 |
+
msgid "Logo & Colors"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
+
#: includes/load-customizer.php:97
|
2924 |
+
msgid "Logo"
|
|
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: includes/load-customizer.php:110
|
2928 |
+
msgid "Primary Color"
|
|
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: includes/load-customizer.php:122
|
2932 |
+
msgid "Primary Text Color"
|
|
|
|
|
|
|
|
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: includes/load-customizer.php:123
|
|
|
2936 |
msgid ""
|
2937 |
+
"Some templates display text on a background of the Primary Color. Adjust the "
|
2938 |
+
"text color in these cases to make sure it can be read easily."
|
|
|
|
|
|
|
|
|
|
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: includes/load-customizer.php:135
|
2942 |
+
msgid "Button Color"
|
|
|
2943 |
msgstr ""
|
2944 |
|
2945 |
+
#: includes/load-customizer.php:136
|
2946 |
+
msgid ""
|
2947 |
+
"Some emails include a button. Select a background color for these buttons."
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: includes/load-customizer.php:148
|
2951 |
+
msgid "Button Text Color"
|
|
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: includes/load-customizer.php:149
|
2955 |
+
msgid "Some templates include a button. Select a text color for these buttons"
|
|
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: includes/load-customizer.php:159
|
2959 |
+
msgid "Email Acknowledgement"
|
|
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: includes/load-customizer.php:161
|
2963 |
+
msgid ""
|
2964 |
+
"Display a brief acknowledgement of why the user is receiving this message at "
|
2965 |
+
"the bottom of the email."
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: includes/load-customizer.php:169
|
2969 |
+
msgid "Admin Notification Email"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: includes/load-customizer.php:170
|
2973 |
+
msgid "The email sent to the admin when a new booking is made."
|
|
|
2974 |
msgstr ""
|
2975 |
|
2976 |
+
#: includes/load-customizer.php:180 includes/load-customizer.php:220
|
2977 |
+
#: includes/load-customizer.php:260 includes/load-customizer.php:300
|
2978 |
+
#: includes/load-customizer.php:354
|
2979 |
+
msgid "Template"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: includes/load-customizer.php:189 includes/load-customizer.php:229
|
2983 |
+
#: includes/load-customizer.php:269 includes/load-customizer.php:309
|
2984 |
+
#: includes/load-customizer.php:363
|
2985 |
+
msgid "Lead Sentence"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
+
#: includes/load-customizer.php:199 includes/load-customizer.php:239
|
2989 |
+
#: includes/load-customizer.php:279 includes/load-customizer.php:329
|
2990 |
+
#: includes/load-customizer.php:373
|
2991 |
+
msgid "Footer Message"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
+
#: includes/load-customizer.php:210
|
2995 |
+
msgid "The email a user receives when they make an initial booking request."
|
|
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: includes/load-customizer.php:250
|
2999 |
+
msgid "The email a user receives when their booking is confirmed."
|
|
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: includes/load-customizer.php:290
|
3003 |
+
msgid "The email a user receives when their booking has been rejected."
|
|
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: includes/load-customizer.php:319
|
3007 |
+
msgid "Book Again Label"
|
|
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: includes/load-customizer.php:339
|
3011 |
+
msgid "Admin Update"
|
|
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: includes/load-customizer.php:341
|
3015 |
+
#, php-format
|
3016 |
+
msgid ""
|
3017 |
+
"The email a user receives when an admin sends them a custom email message "
|
3018 |
+
"from the %sbookings panel%s."
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: includes/template-functions.php:136
|
3022 |
+
#, php-format
|
3023 |
+
msgid ""
|
3024 |
+
"Your reservation deposit payment has failed with the following message \"%s"
|
3025 |
+
"\" Please contact the site administrator for assistance."
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: includes/template-functions.php:142
|
3029 |
+
msgid "Your reservation has been successfully cancelled."
|
|
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: includes/template-functions.php:147
|
3033 |
+
msgid "Want to cancel your reservation?"
|
|
|
|
|
|
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: includes/template-functions.php:150
|
3037 |
+
msgid "Use the form below to cancel your reservation"
|
|
|
|
|
|
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: includes/template-functions.php:151
|
3041 |
+
msgid "Email:"
|
|
|
|
|
|
|
|
|
|
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: includes/template-functions.php:154
|
3045 |
+
msgid "Find Reservations"
|
|
|
|
|
|
|
|
|
|
|
3046 |
msgstr ""
|
3047 |
|
3048 |
+
#: includes/template-functions.php:206
|
3049 |
+
msgid "Proceed to Deposit"
|
|
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: includes/template-functions.php:206
|
3053 |
+
msgid "Request Booking"
|
|
|
|
|
|
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: includes/template-functions.php:281
|
3057 |
+
msgid "Deposit Required: "
|
|
|
|
|
|
|
3058 |
msgstr ""
|
3059 |
|
3060 |
+
#: includes/template-functions.php:287
|
3061 |
+
msgid "Card Number"
|
|
|
3062 |
msgstr ""
|
3063 |
|
3064 |
+
#: includes/template-functions.php:291
|
3065 |
+
msgid "CVC"
|
|
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: includes/template-functions.php:295
|
3069 |
+
msgid "Expiration (MM/YYYY)"
|
|
|
3070 |
msgstr ""
|
3071 |
|
3072 |
+
#: includes/template-functions.php:304
|
3073 |
+
msgid "Make Deposit"
|
|
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: includes/template-functions.php:621
|
3077 |
+
msgid "Set reservation status to 'Arrived'?"
|
|
|
3078 |
msgstr ""
|
3079 |
|
3080 |
+
#: includes/template-functions.php:632
|
3081 |
+
msgid "Arrived"
|
|
|
3082 |
msgstr ""
|
3083 |
|
3084 |
+
#: lib/simple-admin-pages/classes/AdminPage.class.php:173
|
3085 |
+
msgid "You do not have sufficient permissions to access this page."
|
|
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: restaurant-reservations.php:212
|
3089 |
+
msgid "Booking Manager"
|
|
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: restaurant-reservations.php:303
|
3093 |
+
msgid "MENU"
|
|
|
3094 |
msgstr ""
|
3095 |
|
3096 |
+
#: restaurant-reservations.php:304
|
3097 |
+
msgid "Dashboard"
|
|
|
|
|
|
|
|
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: restaurant-reservations.php:307
|
3101 |
+
msgid "Custom Fields"
|
|
|
3102 |
msgstr ""
|
3103 |
|
3104 |
+
#: restaurant-reservations.php:410
|
3105 |
+
msgid "View the help documentation for Restaurant Reservations"
|
|
|
3106 |
msgstr ""
|
3107 |
|
3108 |
+
#: restaurant-reservations.php:410
|
3109 |
+
msgid "Help"
|
|
|
|
|
|
|
3110 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Five Star Restaurant Reservations - WordPress Booking Plugin ===
|
2 |
Contributors: FiveStarPlugins
|
3 |
Requires at Least: 4.4
|
4 |
-
Tested Up To: 5.
|
5 |
Tags: reservation, reservations, restaurant reservations, reservation form, restaurant booking, restaurant reservation form, restaurant booking form, restaurant booking system, reservation system, online reservations, online restaurant booking, dinner reservations, restaurant form, gutenberg reservations, gutenberg restaurant reservations, gutenberg restaurant booking, mobile reservations, responsive reservations, table reservations, open table, book table, reserve table, easy reservations, simple reservations, quick restaurant reservations, custom reservation form, custom restaurant reservations
|
6 |
License: GPLv3
|
7 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -196,6 +196,10 @@ Find answers to even more questions in the [FAQ](http://doc.fivestarplugins.com/
|
|
196 |
|
197 |
== Changelog ==
|
198 |
|
|
|
|
|
|
|
|
|
199 |
= 2.1.18 (2020-08-06) =
|
200 |
- Correcting issue that sometimes allowed overbooking when there was one place left for a time slot, but the minimum party size was set to two or more.
|
201 |
- Correcting issue where there would be no action or submit message after a customer cancelled their order on the front end.
|
1 |
=== Five Star Restaurant Reservations - WordPress Booking Plugin ===
|
2 |
Contributors: FiveStarPlugins
|
3 |
Requires at Least: 4.4
|
4 |
+
Tested Up To: 5.5
|
5 |
Tags: reservation, reservations, restaurant reservations, reservation form, restaurant booking, restaurant reservation form, restaurant booking form, restaurant booking system, reservation system, online reservations, online restaurant booking, dinner reservations, restaurant form, gutenberg reservations, gutenberg restaurant reservations, gutenberg restaurant booking, mobile reservations, responsive reservations, table reservations, open table, book table, reserve table, easy reservations, simple reservations, quick restaurant reservations, custom reservation form, custom restaurant reservations
|
6 |
License: GPLv3
|
7 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
196 |
|
197 |
== Changelog ==
|
198 |
|
199 |
+
= 2.1.19 (2020-08-20) =
|
200 |
+
- Fixed issue with booking edit panel that was making it so, if there was only one table available, it wouldn't save correctly if you tried to change the booking status.
|
201 |
+
- Generated a new .pot file.
|
202 |
+
|
203 |
= 2.1.18 (2020-08-06) =
|
204 |
- Correcting issue that sometimes allowed overbooking when there was one place left for a time slot, but the minimum party size was set to two or more.
|
205 |
- Correcting issue where there would be no action or submit message after a customer cancelled their order on the front end.
|
restaurant-reservations.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Five Star Restaurant Reservations - WordPress Booking Plugin
|
4 |
* Plugin URI: http://www.fivestarplugins.com/plugins/five-star-restaurant-reservations/
|
5 |
* Description: Restaurant reservations made easy. Accept bookings online. Quickly confirm or reject reservations, send email notifications, set booking times and more.
|
6 |
-
* Version: 2.1.
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|
@@ -254,7 +254,6 @@ class rtbInit {
|
|
254 |
|
255 |
return $content . rtb_print_view_bookings_form( $args );
|
256 |
}
|
257 |
-
$view_bookings_page = $this->settings->get_setting( 'view-bookings-page' );
|
258 |
|
259 |
return $content;
|
260 |
}
|
3 |
* Plugin Name: Five Star Restaurant Reservations - WordPress Booking Plugin
|
4 |
* Plugin URI: http://www.fivestarplugins.com/plugins/five-star-restaurant-reservations/
|
5 |
* Description: Restaurant reservations made easy. Accept bookings online. Quickly confirm or reject reservations, send email notifications, set booking times and more.
|
6 |
+
* Version: 2.1.19
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|
254 |
|
255 |
return $content . rtb_print_view_bookings_form( $args );
|
256 |
}
|
|
|
257 |
|
258 |
return $content;
|
259 |
}
|