-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
wp-hotelier.pot
5352 lines (4046 loc) · 171 KB
/
wp-hotelier.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2024 WP Hotelier
# This file is distributed under the same license as the WP Hotelier package.
msgid ""
msgstr ""
"Project-Id-Version: WP Hotelier\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Econdig: 8bit\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: WP Hotelier <support@wphotelier.com>\n"
"MIME-Version: 1.0\n"
"Project-Id-Version: WP Hotelier\n"
"Report-Msgid-Bugs-To: https://github.com/wp-hotelier/wp-hotelier\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../hotelier.php:97, ../hotelier.php:104, ../includes/class-htl-booking.php:89, ../includes/class-htl-booking.php:96, ../includes/class-htl-emails.php:47, ../includes/class-htl-emails.php:54, ../includes/class-htl-payment-gateways.php:51, ../includes/class-htl-payment-gateways.php:58
msgid "Cheatin’ huh?"
msgstr ""
#: ../includes/class-htl-booking.php:177, ../includes/class-htl-booking.php:171, ../includes/class-htl-booking.php:160, ../includes/class-htl-booking.php:198, ../includes/class-htl-booking.php:289, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:253, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:247, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:269, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:334
msgid "Error %d: Unable to create reservation. Please try again."
msgstr ""
#: ../includes/class-htl-booking.php:324, ../includes/ajax/htl-ajax-coupons.php:61, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-save.php:494, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:365
msgid "This coupon cannot be applied."
msgstr ""
#: ../includes/class-htl-booking.php:362, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:43
msgid "First name"
msgstr ""
#: ../includes/class-htl-booking.php:363
msgctxt "placeholder"
msgid "First name"
msgstr ""
#: ../includes/class-htl-booking.php:368, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:48
msgid "Last name"
msgstr ""
#: ../includes/class-htl-booking.php:369
msgctxt "placeholder"
msgid "Last name"
msgstr ""
#: ../includes/class-htl-booking.php:375, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:54
msgid "Email address"
msgstr ""
#: ../includes/class-htl-booking.php:376
msgctxt "placeholder"
msgid "Email address"
msgstr ""
#: ../includes/class-htl-booking.php:383, ../includes/class-htl-emails.php:278, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:60
msgid "Telephone"
msgstr ""
#: ../includes/class-htl-booking.php:384
msgctxt "placeholder"
msgid "Telephone"
msgstr ""
#: ../includes/class-htl-booking.php:391, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:88
msgid "Country"
msgstr ""
#: ../includes/class-htl-booking.php:392
msgctxt "placeholder"
msgid "Country"
msgstr ""
#: ../includes/class-htl-booking.php:399
msgid "Address"
msgstr ""
#: ../includes/class-htl-booking.php:400
msgctxt "placeholder"
msgid "Street address"
msgstr ""
#: ../includes/class-htl-booking.php:405
msgctxt "placeholder"
msgid "Apartment, suite, unit etc. (optional)"
msgstr ""
#: ../includes/class-htl-booking.php:410, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:75
msgid "Town / City"
msgstr ""
#: ../includes/class-htl-booking.php:411
msgctxt "placeholder"
msgid "Town / City"
msgstr ""
#: ../includes/class-htl-booking.php:416, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:84
msgid "State / County"
msgstr ""
#: ../includes/class-htl-booking.php:417
msgctxt "placeholder"
msgid "State / County"
msgstr ""
#: ../includes/class-htl-booking.php:422, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:79
msgid "Postcode / Zip"
msgstr ""
#: ../includes/class-htl-booking.php:423
msgctxt "placeholder"
msgid "Postcode / Zip"
msgstr ""
#: ../includes/class-htl-booking.php:436
msgid "Your estimated time of arrival"
msgstr ""
#: ../includes/class-htl-booking.php:437
msgid "Time is for %s time zone"
msgstr ""
#: ../includes/class-htl-booking.php:442, ../includes/class-htl-reservation.php:229, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:109, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:373
msgid "I don't know"
msgstr ""
#: ../includes/class-htl-booking.php:470, ../includes/class-htl-emails.php:220
msgid "Special requests"
msgstr ""
#: ../includes/class-htl-booking.php:473, ../includes/admin/settings/class-htl-admin-settings-default.php:230
msgid "Special requests cannot be guaranteed but we will do our best to meet your needs."
msgstr ""
#: ../includes/class-htl-booking.php:523
msgid "Send request"
msgstr ""
#: ../includes/class-htl-booking.php:517, ../includes/class-htl-frontend-scripts.php:222, ../templates/room-list/content/add-to-cart.php:85, ../templates/room-list/content/rate/rate-add-to-cart.php:85
msgid "Book now"
msgstr ""
#: ../includes/class-htl-booking.php:513
msgid "Book now & pay deposit"
msgstr ""
#: ../includes/class-htl-booking.php:593, ../includes/class-htl-form-functions.php:131, ../includes/class-htl-form-functions.php:198, ../includes/class-htl-form-functions.php:476, ../includes/ajax/htl-ajax-room-booking.php:80, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:88
msgid "We were unable to process your reservation, please try again."
msgstr ""
#: ../includes/class-htl-booking.php:606
msgid "Sorry, your session has expired. <a href=\"%s\" class=\"htl-backward\">Return to homepage</a>"
msgstr ""
#: ../includes/class-htl-booking.php:655
msgid "is a required field."
msgstr ""
#: ../includes/class-htl-booking.php:665
msgid "is not a valid email address."
msgstr ""
#: ../includes/class-htl-booking.php:672
msgid "is not a valid number."
msgstr ""
#: ../includes/class-htl-booking.php:681
msgid "is not a valid phone number."
msgstr ""
#: ../includes/class-htl-booking.php:694, ../includes/class-htl-form-functions.php:84
msgid "You must accept our Terms & Conditions."
msgstr ""
#: ../includes/class-htl-booking.php:705, ../includes/class-htl-form-functions.php:78
msgid "Invalid payment method."
msgstr ""
#: ../includes/class-htl-booking.php:727
msgid "Sorry, something went wrong during the booking. List of available rooms <a href=\"%s\">here</a>"
msgstr ""
#: ../includes/class-htl-booking.php:725
msgid "Sorry, something went wrong during the booking."
msgstr ""
#: ../includes/class-htl-cart-totals.php:138, ../includes/class-htl-cart-totals.php:163, ../includes/ajax/htl-ajax-room-booking.php:110, ../includes/ajax/htl-ajax-room-booking.php:121, ../includes/admin/new-reservation/class-htl-admin-new-reservation.php:163
msgid "Sorry, this room is not available on the given dates."
msgstr ""
#: ../includes/class-htl-cart-totals.php:146, ../includes/class-htl-cart-totals.php:196, ../includes/class-htl-cart-totals.php:171, ../includes/class-htl-cart-totals.php:192, ../includes/ajax/htl-ajax-room-booking.php:48, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-save.php:346
msgid "Sorry, this room does not exists."
msgstr ""
#: ../includes/class-htl-cart-totals.php:293, ../includes/class-htl-cart.php:493
msgid "Sorry, this room cannot be reserved."
msgstr ""
#: ../includes/class-htl-cart.php:159
msgid "Get cart should not be called before the wp_loaded action."
msgstr ""
#: ../includes/class-htl-cart.php:224, ../includes/class-htl-cart.php:451
msgid "%s has been removed from your cart because it can no longer be reserved. Please contact us if you need assistance."
msgstr ""
#: ../includes/class-htl-cart.php:472
msgid "Sorry, we do not have enough \"%s\" available to fulfill your reservation. Please select another room or reduce the quantity and try again. We apologise for any inconvenience caused."
msgstr ""
#: ../includes/class-htl-emails.php:221, ../templates/reservation/reservation-details.php:41
msgid "None"
msgstr ""
#: ../includes/class-htl-emails.php:240, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:106
msgid "Estimated arrival time"
msgstr ""
#: ../includes/class-htl-emails.php:264
msgid "Name"
msgstr ""
#: ../includes/class-htl-emails.php:271
msgid "Email"
msgstr ""
#: ../includes/class-htl-emails.php:287, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-data.php:325, ../templates/booking/form-guest-details.php:21, ../templates/emails/email-guest-details.php:19, ../templates/reservation/guest-details.php:21
msgid "Guest details"
msgstr ""
#: ../includes/class-htl-emails.php:287
msgid "Your details"
msgstr ""
#: ../includes/class-htl-form-functions.php:182
msgid "Please select at least one room."
msgstr ""
#: ../includes/class-htl-form-functions.php:329, ../includes/shortcodes/class-htl-shortcode-booking.php:120, ../templates/booking/received.php:63
msgid "Invalid reservation."
msgstr ""
#: ../includes/class-htl-form-functions.php:327
msgid "Your reservation can no longer be cancelled. Please contact us if you need assistance."
msgstr ""
#: ../includes/class-htl-form-functions.php:319
msgid "Reservation cancelled by guest."
msgstr ""
#: ../includes/class-htl-form-functions.php:322
msgid "Your reservation has been cancelled."
msgstr ""
#: ../includes/class-htl-form-functions.php:315
msgid "Your reservation includes a non cancellable and non refundable room and it cannot be cancelled."
msgstr ""
#: ../includes/class-htl-form-functions.php:312
msgid "Reservation already refunded."
msgstr ""
#: ../includes/class-htl-form-functions.php:309
msgid "Reservation already cancelled."
msgstr ""
#: ../includes/class-htl-form-functions.php:390
msgid "“%s”"
msgstr ""
#: ../includes/class-htl-form-functions.php:390
msgid "Item"
msgstr ""
#: ../includes/class-htl-form-functions.php:391
msgid "%s removed."
msgstr ""
#: ../includes/class-htl-form-functions.php:468, ../includes/admin/meta-boxes/class-htl-meta-box-reservation-save.php:445
msgid "Sorry, something went wrong during the calculation of the totals."
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:70, ../includes/ajax/htl-ajax-coupons.php:38
msgid "Please insert a valid coupon code."
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:156
msgctxt "datepicker_selected"
msgid "Your stay:"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:157
msgctxt "datepicker_night"
msgid "Night"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:158
msgctxt "datepicker_nights"
msgid "Nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:159
msgctxt "datepicker_apply"
msgid "Close"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:160
msgctxt "datepicker_apply"
msgid "Clear"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:161
msgctxt "datepicker_apply"
msgid "Check"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:162
msgctxt "datepicker_checkin_disabled"
msgid "Check-in disabled"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:163
msgctxt "datepicker_checkout_disabled"
msgid "Check-out disabled"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:168
msgctxt "datepicker_error_more"
msgid "Date range should not be more than 1 night"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:169
msgctxt "datepicker_error_more_plural"
msgid "Date range should not be more than %d nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:170
msgctxt "datepicker_error_less"
msgid "Date range should not be less than 1 night"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:171
msgctxt "datepicker_error_less_plural"
msgid "Date range should not be less than %d nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:172
msgctxt "datepicker_info_more"
msgid "Please select a date range longer than 1 night"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:173
msgctxt "datepicker_info_more_plural"
msgid "Please select a date range longer than %d nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:174
msgctxt "datepicker_info_range"
msgid "Please select a date range between %d and %d nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:175
msgctxt "datepicker_info_range"
msgid "Please select a date range of %d nights"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:176
msgctxt "datepicker_info_default"
msgid "Please select a date range"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:177
msgctxt "datepicker_aria_application"
msgid "Calendar"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:178
msgctxt "datepicker_aria_selected_checkin"
msgid "Selected as check-in date, %s"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:179
msgctxt "datepicker_aria_selected_checkout"
msgid "Selected as check-out date, %s"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:180
msgctxt "datepicker_aria_selected"
msgid "Selected, %s"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:181
msgctxt "datepicker_aria_disabled"
msgid "Not available, %s"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:182
msgctxt "datepicker_aria_choose_checkin"
msgid "Choose %s as your check-in date"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:183
msgctxt "datepicker_aria_choose_checkout"
msgid "Choose %s as your check-out date"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:184
msgctxt "datepicker_aria_prev_month"
msgid "Move backward to switch to the previous month"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:185
msgctxt "datepicker_aria_next_month"
msgid "Move forward to switch to the next month"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:186
msgctxt "datepicker_aria_close_button"
msgid "Close the datepicker"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:187
msgctxt "datepicker_aria_clear_button"
msgid "Clear the selected dates"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:188
msgctxt "datepicker_aria_submit_button"
msgid "Submit the form"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:219, ../templates/global/datepicker.php:60, ../templates/single-room/rate/rate-button.php:22, ../templates/widgets/ajax-room-booking/ajax-room-booking-form.php:129
msgid "Check availability"
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:220
msgid "Checking availability..."
msgstr ""
#: ../includes/class-htl-frontend-scripts.php:221
msgid "Booking room..."
msgstr ""
#: ../includes/class-htl-info.php:155
msgid "Pets are not allowed."
msgstr ""
#: ../includes/class-htl-install.php:192
msgctxt "Page slug"
msgid "available-rooms"
msgstr ""
#: ../includes/class-htl-install.php:193
msgctxt "Page title"
msgid "Available rooms"
msgstr ""
#: ../includes/class-htl-install.php:197
msgctxt "Page slug"
msgid "booking"
msgstr ""
#: ../includes/class-htl-install.php:198
msgctxt "Page title"
msgid "Booking"
msgstr ""
#: ../includes/class-htl-install.php:244
msgid "View Hotelier settings"
msgstr ""
#: ../includes/class-htl-install.php:244, ../includes/admin/settings/class-htl-admin-settings.php:67
msgid "Settings"
msgstr ""
#: ../includes/class-htl-install.php:260
msgid "View WP Hotelier documentation"
msgstr ""
#: ../includes/class-htl-install.php:260
msgid "Docs"
msgstr ""
#: ../includes/class-htl-payment-gateways.php:98
msgid "Paypal Standard"
msgstr ""
#: ../includes/class-htl-post-types.php:50
msgctxt "room post type name"
msgid "Rooms"
msgstr ""
#: ../includes/class-htl-post-types.php:51
msgctxt "singular room post type name"
msgid "Room"
msgstr ""
#: ../includes/class-htl-post-types.php:52
msgid "Add New"
msgstr ""
#: ../includes/class-htl-post-types.php:53
msgid "Add New Room"
msgstr ""
#: ../includes/class-htl-post-types.php:54
msgid "Edit Room"
msgstr ""
#: ../includes/class-htl-post-types.php:55
msgid "New Room"
msgstr ""
#: ../includes/class-htl-post-types.php:56
msgid "All Rooms"
msgstr ""
#: ../includes/class-htl-post-types.php:57
msgid "View Room"
msgstr ""
#: ../includes/class-htl-post-types.php:58
msgid "Search Rooms"
msgstr ""
#: ../includes/class-htl-post-types.php:59
msgid "No Rooms found"
msgstr ""
#: ../includes/class-htl-post-types.php:60
msgid "No Rooms found in Trash"
msgstr ""
#: ../includes/class-htl-post-types.php:62
msgctxt "room post type menu name"
msgid "Rooms"
msgstr ""
#: ../includes/class-htl-post-types.php:84
msgctxt "post type general name"
msgid "Reservations"
msgstr ""
#: ../includes/class-htl-post-types.php:85
msgctxt "post type singular name"
msgid "Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:86, ../includes/admin/class-htl-admin-menus.php:37
msgid "Add Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:87, ../includes/admin/class-htl-admin-menus.php:37
msgid "Add New Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:88, ../includes/class-htl-post-types.php:131, ../includes/class-htl-post-types.php:171
msgid "Edit"
msgstr ""
#: ../includes/class-htl-post-types.php:89
msgid "Edit Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:90
msgid "New Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:91, ../includes/class-htl-post-types.php:92
msgid "View Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:93
msgid "Search Reservations"
msgstr ""
#: ../includes/class-htl-post-types.php:94
msgid "No Reservations found"
msgstr ""
#: ../includes/class-htl-post-types.php:95
msgid "No Reservations found in Trash"
msgstr ""
#: ../includes/class-htl-post-types.php:96
msgid "Parent Reservation"
msgstr ""
#: ../includes/class-htl-post-types.php:97
msgctxt "admin menu name"
msgid "Reservations"
msgstr ""
#: ../includes/class-htl-post-types.php:102
msgid "This is where hotel reservations are stored."
msgstr ""
#: ../includes/class-htl-post-types.php:127
msgctxt "post type general name"
msgid "Coupons"
msgstr ""
#: ../includes/class-htl-post-types.php:128
msgctxt "post type singular name"
msgid "Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:129
msgid "Add Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:130
msgid "Add New Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:132
msgid "Edit Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:133
msgid "New Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:134, ../includes/class-htl-post-types.php:135
msgid "View Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:136
msgid "Search Coupons"
msgstr ""
#: ../includes/class-htl-post-types.php:137
msgid "No Coupons found"
msgstr ""
#: ../includes/class-htl-post-types.php:138
msgid "No Coupons found in Trash"
msgstr ""
#: ../includes/class-htl-post-types.php:139
msgid "Parent Coupon"
msgstr ""
#: ../includes/class-htl-post-types.php:140
msgctxt "admin menu name"
msgid "Coupons"
msgstr ""
#: ../includes/class-htl-post-types.php:145
msgid "This is where you can add new coupons that guests can use to book a room."
msgstr ""
#: ../includes/class-htl-post-types.php:167
msgctxt "post type general name"
msgid "Extras"
msgstr ""
#: ../includes/class-htl-post-types.php:168
msgctxt "post type singular name"
msgid "Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:169
msgid "Add Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:170
msgid "Add New Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:172
msgid "Edit Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:173
msgid "New Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:174, ../includes/class-htl-post-types.php:175
msgid "View Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:176
msgid "Search Extras"
msgstr ""
#: ../includes/class-htl-post-types.php:177
msgid "No Extras found"
msgstr ""
#: ../includes/class-htl-post-types.php:178
msgid "No Extras found in Trash"
msgstr ""
#: ../includes/class-htl-post-types.php:179
msgid "Parent Extra"
msgstr ""
#: ../includes/class-htl-post-types.php:180
msgctxt "admin menu name"
msgid "Extras"
msgstr ""
#: ../includes/class-htl-post-types.php:185
msgid "This is where you can add new extras."
msgstr ""
#: ../includes/class-htl-post-types.php:210
msgctxt "Reservation status"
msgid "Pending Payment"
msgstr ""
#: ../includes/class-htl-post-types.php:215
msgid "Pending Payment <span class=\"count\">(%s)</span>"
msgid_plural "Pending Payment <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:218, ../includes/htl-reservation-functions.php:119
msgctxt "Reservation status"
msgid "On Hold"
msgstr ""
#: ../includes/class-htl-post-types.php:223
msgid "On Hold <span class=\"count\">(%s)</span>"
msgid_plural "On Hold <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:226, ../includes/htl-reservation-functions.php:117
msgctxt "Reservation status"
msgid "Confirmed"
msgstr ""
#: ../includes/class-htl-post-types.php:231
msgid "Confirmed <span class=\"count\">(%s)</span>"
msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:234, ../includes/htl-reservation-functions.php:116
msgctxt "Reservation status"
msgid "Completed"
msgstr ""
#: ../includes/class-htl-post-types.php:239
msgid "Completed <span class=\"count\">(%s)</span>"
msgid_plural "Completed <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:242, ../includes/htl-reservation-functions.php:120
msgctxt "Reservation status"
msgid "Cancelled"
msgstr ""
#: ../includes/class-htl-post-types.php:247
msgid "Cancelled <span class=\"count\">(%s)</span>"
msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:250, ../includes/htl-reservation-functions.php:122
msgctxt "Reservation status"
msgid "Failed"
msgstr ""
#: ../includes/class-htl-post-types.php:255
msgid "Failed <span class=\"count\">(%s)</span>"
msgid_plural "Failed <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:258, ../includes/htl-reservation-functions.php:121
msgctxt "Reservation status"
msgid "Refunded"
msgstr ""
#: ../includes/class-htl-post-types.php:263
msgid "Refunded <span class=\"count\">(%s)</span>"
msgid_plural "Refunded <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: ../includes/class-htl-post-types.php:286
msgid "Room Categories"
msgstr ""
#: ../includes/class-htl-post-types.php:287
msgid "Room Category"
msgstr ""
#: ../includes/class-htl-post-types.php:288
msgid "Categories"
msgstr ""
#: ../includes/class-htl-post-types.php:289
msgid "Search Room Categories"
msgstr ""
#: ../includes/class-htl-post-types.php:290
msgid "All Room Categories"
msgstr ""
#: ../includes/class-htl-post-types.php:291
msgid "Edit Room Category"
msgstr ""
#: ../includes/class-htl-post-types.php:292
msgid "Update Room Category"
msgstr ""
#: ../includes/class-htl-post-types.php:293
msgid "Add New Room Category"
msgstr ""
#: ../includes/class-htl-post-types.php:294
msgid "New Room Category Name"
msgstr ""
#: ../includes/class-htl-post-types.php:314
msgctxt "taxonomy general name"
msgid "Rates"
msgstr ""
#: ../includes/class-htl-post-types.php:315
msgctxt "taxonomy singular name"
msgid "Rate"
msgstr ""
#: ../includes/class-htl-post-types.php:316
msgctxt "admin menu name"
msgid "Rates"
msgstr ""
#: ../includes/class-htl-post-types.php:317
msgid "Search Rates"
msgstr ""
#: ../includes/class-htl-post-types.php:318
msgid "All Rates"
msgstr ""
#: ../includes/class-htl-post-types.php:319
msgid "Edit Rate"
msgstr ""
#: ../includes/class-htl-post-types.php:320
msgid "Update Rate"
msgstr ""
#: ../includes/class-htl-post-types.php:321
msgid "Add New Rate"
msgstr ""
#: ../includes/class-htl-post-types.php:322
msgid "New Rate Name"
msgstr ""
#: ../includes/class-htl-post-types.php:343
msgctxt "taxonomy general name"
msgid "Facilities"
msgstr ""
#: ../includes/class-htl-post-types.php:344
msgctxt "taxonomy singular name"
msgid "Facility"
msgstr ""
#: ../includes/class-htl-post-types.php:345
msgctxt "admin menu name"
msgid "Facilities"
msgstr ""
#: ../includes/class-htl-post-types.php:346
msgid "Search Facilities"
msgstr ""
#: ../includes/class-htl-post-types.php:347
msgid "All Facilities"
msgstr ""
#: ../includes/class-htl-post-types.php:348
msgid "Edit Facility"
msgstr ""
#: ../includes/class-htl-post-types.php:349
msgid "Update Facility"
msgstr ""
#: ../includes/class-htl-post-types.php:350
msgid "Add New Facility"
msgstr ""
#: ../includes/class-htl-post-types.php:351
msgid "New Facility Name"
msgstr ""
#: ../includes/class-htl-post-types.php:378
msgid "Room updated. <a href=\"%s\">View Room</a>"
msgstr ""
#: ../includes/class-htl-post-types.php:379, ../includes/class-htl-post-types.php:394, ../includes/class-htl-post-types.php:411, ../includes/class-htl-post-types.php:428
msgid "Custom field updated."
msgstr ""
#: ../includes/class-htl-post-types.php:380, ../includes/class-htl-post-types.php:395, ../includes/class-htl-post-types.php:412, ../includes/class-htl-post-types.php:429
msgid "Custom field deleted."
msgstr ""
#: ../includes/class-htl-post-types.php:381
msgid "Room updated."
msgstr ""
#: ../includes/class-htl-post-types.php:382
msgid "Room restored to revision from %s"
msgstr ""
#: ../includes/class-htl-post-types.php:383
msgid "Room published. <a href=\"%s\">View Room</a>"
msgstr ""
#: ../includes/class-htl-post-types.php:384
msgid "Room saved."
msgstr ""
#: ../includes/class-htl-post-types.php:385
msgid "Room submitted. <a target=\"_blank\" href=\"%s\">Preview Room</a>"
msgstr ""
#: ../includes/class-htl-post-types.php:386
msgid "Room scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview Room</a>"
msgstr ""
#: ../includes/class-htl-post-types.php:387, ../includes/class-htl-post-types.php:402, ../includes/class-htl-post-types.php:419, ../includes/class-htl-post-types.php:436
msgid "M j, Y @ G:i"
msgstr ""
#: ../includes/class-htl-post-types.php:388
msgid "Room draft updated. <a target=\"_blank\" href=\"%s\">Preview Room</a>"
msgstr ""
#: ../includes/class-htl-post-types.php:393, ../includes/class-htl-post-types.php:396, ../includes/class-htl-post-types.php:398
msgid "Reservation updated."
msgstr ""
#: ../includes/class-htl-post-types.php:397
msgid "Reservation restored to revision from %s"
msgstr ""
#: ../includes/class-htl-post-types.php:399
msgid "Reservation saved."
msgstr ""
#: ../includes/class-htl-post-types.php:400
msgid "Reservation submitted."
msgstr ""
#: ../includes/class-htl-post-types.php:401
msgid "Reservation scheduled for: <strong>%1$s</strong>."
msgstr ""
#: ../includes/class-htl-post-types.php:403
msgid "Reservation draft updated."
msgstr ""
#: ../includes/class-htl-post-types.php:404
msgid "Reservation updated and email sent."
msgstr ""
#: ../includes/class-htl-post-types.php:405
msgid "Reservation updated. Please reload this page again."
msgstr ""
#: ../includes/class-htl-post-types.php:410, ../includes/class-htl-post-types.php:413, ../includes/class-htl-post-types.php:415
msgid "Coupon updated."
msgstr ""
#: ../includes/class-htl-post-types.php:414
msgid "Coupon restored to revision from %s"
msgstr ""
#: ../includes/class-htl-post-types.php:416
msgid "Coupon saved."
msgstr ""
#: ../includes/class-htl-post-types.php:417
msgid "Coupon submitted."
msgstr ""
#: ../includes/class-htl-post-types.php:418
msgid "Coupon scheduled for: <strong>%1$s</strong>."
msgstr ""
#: ../includes/class-htl-post-types.php:420