-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
2082 lines (2082 loc) · 41 KB
/
messages.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
msgid "Active"
msgstr ""
msgid "Inactive"
msgstr ""
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
msgstr ""
msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form."
msgstr ""
msgid "The uploaded file was only partially uploaded."
msgstr ""
msgid "Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3."
msgstr ""
msgid "Invalid captcha. Word in Image/CAPTCHA wasn't entered correctly"
msgstr ""
msgid "Please Select"
msgstr ""
msgid "All"
msgstr ""
msgid "None"
msgstr ""
msgid "Allow the Agent to make booking"
msgstr ""
msgid "Agent can only view rates"
msgstr ""
msgid "Mr"
msgstr ""
msgid "Mrs"
msgstr ""
msgid "Ms"
msgstr ""
msgid "Miss"
msgstr ""
msgid "Master"
msgstr ""
msgid "Dr"
msgstr ""
msgid "Lord"
msgstr ""
msgid "Lady"
msgstr ""
msgid "Inf"
msgstr ""
msgid "Rev"
msgstr ""
msgid "Child"
msgstr ""
msgid "No star rating"
msgstr ""
msgid "On-Request"
msgstr ""
msgid "Amend Request"
msgstr ""
msgid "Done"
msgstr ""
msgid "My Details"
msgstr ""
msgid "Edit Sub Agent"
msgstr ""
msgid "My Bookings"
msgstr ""
msgid "My Quotes"
msgstr ""
msgid "Add Agent"
msgstr ""
msgid "Add Sub Agent"
msgstr ""
msgid "Add User"
msgstr ""
msgid "List Agents"
msgstr ""
msgid "Add Property"
msgstr ""
msgid "List Properties"
msgstr ""
msgid "Log Off"
msgstr ""
msgid "Welcome"
msgstr ""
msgid "Login"
msgstr ""
msgid "day(s)"
msgstr ""
msgid "prior to arrival"
msgstr ""
msgid "Cancellation Policy has already expired for this reservation. For further information contact the hotel. The reservation cancellation REQUEST will be transmitted to the hotel for immediate processing, the hotel may or may not choose to accept the reservation cancellation. "
msgstr ""
msgid "Cancellation Policy has already expired for this reservation. For further information contact the hotel. The reservation cancellation REQUEST will be transmitted to the hotel for immediate processing, the hotel may or may not choose to accept the reservation cancellation."
msgstr ""
msgid "Your password has been emailed to you"
msgstr ""
msgid "Unable to find customer in the system"
msgstr ""
msgid "We will contact you soon."
msgstr ""
msgid "Unable to send contact information."
msgstr ""
msgid "You are now logged off. Click home to return to the home page."
msgstr ""
msgid "Failed to cancel reservation. Please contact customer service."
msgstr ""
msgid "Show and Print Voucher"
msgstr ""
msgid "Reservation"
msgstr ""
msgid "On-Request Reservation"
msgstr ""
msgid "Copy the contact data in the billing data"
msgstr ""
msgid "Activate Account"
msgstr ""
msgid "Inactivate Account"
msgstr ""
msgid "SUBMIT"
msgstr ""
msgid "Portuguese"
msgstr ""
msgid "English"
msgstr ""
msgid "Spanish"
msgstr ""
msgid "Chinese"
msgstr ""
msgid "Fixed Commission is required. Please set to 0 for none."
msgstr ""
msgid "Password Mismatch"
msgstr ""
msgid "Cancellation Charges:"
msgstr ""
msgid "Reservation Cancelled"
msgstr ""
msgid "Last Transaction:"
msgstr ""
msgid "Insufficient balance"
msgstr ""
msgid "Go Back"
msgstr ""
msgid "Go Home"
msgstr ""
msgid "Age:"
msgstr ""
msgid "Title:"
msgstr ""
msgid "Send Email"
msgstr ""
msgid "Add Guest Name"
msgstr ""
msgid "Please enter your e-mail address as listed in your account and then click submit. You will receive your username and password in your mailbox within a few minutes"
msgstr ""
msgid "Forgot password?"
msgstr ""
msgid "Click here"
msgstr ""
msgid "My Bookings: Cancel or review your existing reservations. (Note that reservations cannot be changed - you must cancel and then make another reservation.)"
msgstr ""
msgid "Checkin Date"
msgstr ""
msgid "Payment Type"
msgstr ""
msgid "Amount Due"
msgstr ""
msgid "Hotel"
msgstr ""
msgid "Status"
msgstr ""
msgid "Action(s)"
msgstr ""
msgid "Payment Pending"
msgstr ""
msgid "Pending"
msgstr ""
msgid "Confirmed"
msgstr ""
msgid "View"
msgstr ""
msgid "Modify"
msgstr ""
msgid "Cancel"
msgstr ""
msgid "Voucher"
msgstr ""
msgid "SMS"
msgstr ""
msgid "Pay"
msgstr ""
msgid "Request"
msgstr ""
msgid "Pay and Confirm"
msgstr ""
msgid "This reservation is confirmed and complete. You can pay the remaining amount at hotel checkin. If you choose, you can also pay the remaining amount due online by clicking Pay* button."
msgstr ""
msgid "Please Wait"
msgstr ""
msgid "Modify My Details"
msgstr ""
msgid "Child Policy Information:"
msgstr ""
msgid "Max Adults:"
msgstr ""
msgid "Max Children:"
msgstr ""
msgid "Paid"
msgstr ""
msgid "Tax:"
msgstr ""
msgid "Status of Reservation:"
msgstr ""
msgid "Reservation Info"
msgstr ""
msgid "Confirmation Number/Voucher:"
msgstr ""
msgid "Hotel:"
msgstr ""
msgid "Property:"
msgstr ""
msgid "Hotel Address:"
msgstr ""
msgid "Property Address:"
msgstr ""
msgid "Hotel City:"
msgstr ""
msgid "Property City:"
msgstr ""
msgid "Hotel Country:"
msgstr ""
msgid "Departure Date:"
msgstr ""
msgid "Units:"
msgstr ""
msgid "Adults"
msgstr ""
msgid "Children"
msgstr ""
msgid "Rate Booked:"
msgstr ""
msgid "Room Description:"
msgstr ""
msgid "Rate Description:"
msgstr ""
msgid "Cancel Policy:"
msgstr ""
msgid "My Current And Past Reservations"
msgstr ""
msgid "Listed below is a list of current and/or past reservations made under the Name and Credit Card Number provided."
msgstr ""
msgid "Cancel This Reservation"
msgstr ""
msgid "Reservation Cancellation"
msgstr ""
msgid "Reservation Information"
msgstr ""
msgid "A cancellation email message has been sent to the address provided at the time of booking."
msgstr ""
msgid "Unable to cancel reservation. Please contact customer support."
msgstr ""
msgid "There Are No Current Or Past Reservations Listed For Your Search"
msgstr ""
msgid "Please check that the first name, last name, and credit card number entered match those used at the time of confirming your reservation."
msgstr ""
msgid "Click Here To Verify Information Is Correct"
msgstr ""
msgid "Confirmation Number:"
msgstr ""
msgid "Cancellation Number:"
msgstr ""
msgid "My Reservations"
msgstr ""
msgid "Thank you for making a reservation with us. To view existing or past reservations please follow the guidelines below."
msgstr ""
msgid "Reservation Search"
msgstr ""
msgid "First Name"
msgstr ""
msgid "Last Name"
msgstr ""
msgid "Reservation Information (required)"
msgstr ""
msgid "Reservation Number"
msgstr ""
msgid "-- OR -- "
msgstr ""
msgid "Credit Card Number"
msgstr ""
msgid "Existing or Past Reservation Retrieval:"
msgstr ""
msgid "To retrieve your reservation, please enter your first name, last name and confirmation number exactly as it appears on the reservation."
msgstr ""
msgid "If your confirmation number is unavailable, please enter the credit card number used to make the reservation."
msgstr ""
msgid "The following page will allow you to cancel active reservations as well as view previous reservations."
msgstr ""
msgid "We appreciate your business."
msgstr ""
msgid "Customer Information (required)"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dear Sir, we have received your registration."
msgstr ""
msgid "We will be contacting you as soon as possible."
msgstr ""
msgid "If you have any questions, please contact us quoting your registration."
msgstr ""
msgid "Regards,"
msgstr ""
msgid "By logging in with the e-mail address you used for your reservation, and using the password you were provided after making the reservation, you can access your list of reservations, read detailed information about them and cancel them in case you're not able to go to anymore."
msgstr ""
msgid "View Reservation Details"
msgstr ""
msgid "Submit"
msgstr ""
msgid "Reset"
msgstr ""
msgid "Your login/password is not valid. Please Try again."
msgstr ""
msgid "Your login/password is not valid. Please click here for password retrieve."
msgstr ""
msgid "Login:"
msgstr ""
msgid "Password"
msgstr ""
msgid "Password:"
msgstr ""
msgid "Username:"
msgstr ""
msgid "Retype Password"
msgstr ""
msgid "Fax:"
msgstr ""
msgid "Phone:"
msgstr ""
msgid "City, country:"
msgstr ""
msgid "Room Type:"
msgstr ""
msgid "Number of Rooms:"
msgstr ""
msgid "Arrival:"
msgstr ""
msgid "Time:"
msgstr ""
msgid "Departure:"
msgstr ""
msgid "Nights:"
msgstr ""
msgid "Extra Services:"
msgstr ""
msgid "Reference No:"
msgstr ""
msgid "RESERVATION No:"
msgstr ""
msgid "Guest Name:"
msgstr ""
msgid "Guest Name"
msgstr ""
msgid "Guest Age:"
msgstr ""
msgid "Guest Age"
msgstr ""
msgid "Guest Email:"
msgstr ""
msgid "Guest Email"
msgstr ""
msgid "Guest Company:"
msgstr ""
msgid "Guest Company"
msgstr ""
msgid "N/A"
msgstr ""
msgid "DOB:"
msgstr ""
msgid "Residence Country:"
msgstr ""
msgid "Only for Hotel personnel use:"
msgstr ""
msgid "THIS RESERVATION:"
msgstr ""
msgid "(tick the necessary):"
msgstr ""
msgid "CONFIRMED"
msgstr ""
msgid "NOT CONFIRMED"
msgstr ""
msgid "Please send back to :"
msgstr ""
msgid "Name Surname"
msgstr ""
msgid "Date"
msgstr ""
msgid "Time"
msgstr ""
msgid "Pay On Arrival:"
msgstr ""
msgid "Reservation Total:"
msgstr ""
msgid "Total Price"
msgstr ""
msgid "On Request Rate"
msgstr ""
msgid "On Request"
msgstr ""
msgid "Real Time Reservation"
msgstr ""
msgid "Group Reservation"
msgstr ""
msgid "Includes the services"
msgstr ""
msgid "Meals/Board type:"
msgstr ""
msgid "No of Children:"
msgstr ""
msgid "No of Adults:"
msgstr ""
msgid "No of Units:"
msgstr ""
msgid "Extra payments will be done by customers."
msgstr ""
msgid "Notes:"
msgstr ""
msgid "Unit Type(s):"
msgstr ""
msgid "Mark Up:"
msgstr ""
msgid "Fixed Commission:"
msgstr ""
msgid "Name:"
msgstr ""
msgid "Old Check-in:"
msgstr ""
msgid "Old Check-out:"
msgstr ""
msgid "New Check-in:"
msgstr ""
msgid "New Check-out:"
msgstr ""
msgid "Check-in:"
msgstr ""
msgid "Check-out:"
msgstr ""
msgid "Voucher:"
msgstr ""
msgid "First Name:"
msgstr ""
msgid "Last Name:"
msgstr ""
msgid "Country:"
msgstr ""
msgid "Email:"
msgstr ""
msgid "Balance:"
msgstr ""
msgid "Room Type"
msgstr ""
msgid "Quantity"
msgstr ""
msgid "Price"
msgstr ""
msgid "Reservation Made on:"
msgstr ""
msgid "Customer Information:"
msgstr ""
msgid "Property Information:"
msgstr ""
msgid "Category:"
msgstr ""
msgid "Address:"
msgstr ""
msgid "Units"
msgstr ""
msgid "Unit"
msgstr ""
msgid "Rooms"
msgstr ""
msgid "Room"
msgstr ""
msgid "Reservation Number:"
msgstr ""
msgid "Close"
msgstr ""
msgid "Print"
msgstr ""
msgid "Reservation Date"
msgstr ""
msgid "Paid:"
msgstr ""
msgid "Departure Date"
msgstr ""
msgid "Rooms:"
msgstr ""
msgid "Adults:"
msgstr ""
msgid "Qty"
msgstr ""
msgid "Total"
msgstr ""
msgid "Cancel Policy"
msgstr ""
msgid "Reservation Status"
msgstr ""
msgid "Customer"
msgstr ""
msgid "Price:"
msgstr ""
msgid "Deposit:"
msgstr ""
msgid "Pending:"
msgstr ""
msgid "Lodging"
msgstr ""
msgid "Special Request Information"
msgstr ""
msgid "Customer Name"
msgstr ""
msgid "Check In"
msgstr ""
msgid "Check Out"
msgstr ""
msgid "Total:"
msgstr ""
msgid "Reservation Total"
msgstr ""
msgid "View Reservation"
msgstr ""
msgid "Customer Information"
msgstr ""
msgid "Reservation #"
msgstr ""
msgid "Reservation Updated"
msgstr ""
msgid "Customer #"
msgstr ""
msgid "Reservation Status:"
msgstr ""
msgid "Payment Method"
msgstr ""
msgid "Payment Status"
msgstr ""
msgid "Bank Information"
msgstr ""
msgid "Name on the customer bank account"
msgstr ""
msgid "Bank name"
msgstr ""
msgid "Bank account number"
msgstr ""
msgid "Bank ABA routingt number"
msgstr ""
msgid "Credit Card Information"
msgstr ""
msgid "Credit Card Name"
msgstr ""
msgid "CVV"
msgstr ""
msgid "Unit Type"
msgstr ""
msgid "Subtotal"
msgstr ""
msgid "Service Charge"
msgstr ""
msgid "Miscellaneous"
msgstr ""
msgid "Deposit"
msgstr ""
msgid "Total Paid"
msgstr ""
msgid "Tax"
msgstr ""
msgid "Print Reservation"
msgstr ""
msgid "Fraud Detection Information"
msgstr ""
msgid "Customer First Name:"
msgstr ""
msgid "Customer Last Name:"
msgstr ""
msgid "Customer Company Name:"
msgstr ""
msgid "Delete selected"
msgstr ""
msgid "Action"
msgstr ""
msgid "Manage Property"
msgstr ""
msgid "Sort by Property Name"
msgstr ""
msgid "Sort by Type of Establishment"
msgstr ""
msgid "Sort by Email"
msgstr ""
msgid "Type of Establishment"
msgstr ""
msgid "of"
msgstr ""
msgid "Shown"
msgstr ""
msgid "Are you sure you want to delete the selected properties?"
msgstr ""
msgid "Are you sure you want to cancel this reservation?"
msgstr ""
msgid "Properties"
msgstr ""
msgid "City"
msgstr ""
msgid "Property Name"
msgstr ""
msgid "Property"
msgstr ""
msgid "Help"
msgstr ""
msgid "Email"
msgstr ""
msgid "Sort by City"
msgstr ""
msgid "Balance"
msgstr ""
msgid "Sort by Company"
msgstr ""
msgid "Company"
msgstr ""
msgid "Sort by Last Name"
msgstr ""
msgid "Sort by First Name"
msgstr ""
msgid "Are you sure you want to delete the selected agents?"
msgstr ""
msgid "List agents"
msgstr ""
msgid "Agent"
msgstr ""
msgid "Agents"
msgstr ""
msgid "First name:"
msgstr ""
msgid "Last name:"
msgstr ""
msgid "Company:"
msgstr ""
msgid "City:"
msgstr ""
msgid "State:"
msgstr ""
msgid "Zip/Postal code:"
msgstr ""
msgid "New Password:"
msgstr ""
msgid "Password confirm:"
msgstr ""
msgid "* If you don't want to change the password, leave the password field empty."
msgstr ""
msgid "RESET"
msgstr ""
msgid "Password/Confirm"
msgstr ""
msgid "Markup is required. Set to 0 for no markup"
msgstr ""
msgid "Email is required"
msgstr ""
msgid "Fax is required"
msgstr ""
msgid "Type of Business is required"
msgstr ""
msgid "Security Code is required"
msgstr ""
msgid "Phone is required"
msgstr ""
msgid "Mobile Phone is required"
msgstr ""
msgid "Zip Code is required"
msgstr ""
msgid "Country is required"
msgstr ""
msgid "City is required"
msgstr ""
msgid "Address is required"
msgstr ""
msgid "Last name is required"
msgstr ""
msgid "First name is required"
msgstr ""
msgid "Add New Property"
msgstr ""
msgid "Type of Property:"
msgstr ""
msgid "Name of Property:"
msgstr ""
msgid "State/Region/Zone:"
msgstr ""
msgid "Basic Information"
msgstr ""
msgid "Address 1:"
msgstr ""
msgid "Address 2:"
msgstr ""
msgid "Homepage:"
msgstr ""
msgid "ZIP Code/Postal Code:"
msgstr ""
msgid "Class:"
msgstr ""
msgid "Area:"
msgstr ""
msgid "Type of Property is required"
msgstr ""
msgid "Password is required"
msgstr ""
msgid "Username is required"
msgstr ""
msgid "Create Agents"
msgstr ""
msgid "Address (line 2):"
msgstr ""
msgid "Logo Image:"
msgstr ""
msgid "Set picture to none and delete picture from system"
msgstr ""
msgid "Discount:"
msgstr ""
msgid "Markup:"
msgstr ""
msgid "Personal ID:"
msgstr ""
msgid "Status:"
msgstr ""
msgid "Memo:"
msgstr ""
msgid "First Name is required"
msgstr ""
msgid "Last Name is required"
msgstr ""
msgid "Company Name is required"
msgstr ""
msgid "State/Region/Zone is required"
msgstr ""
msgid "Please Wait..."
msgstr ""
msgid "Login is Required"
msgstr ""
msgid "Control Panel"
msgstr ""
msgid "Please wait..."
msgstr ""
msgid "First Name is Required"
msgstr ""
msgid "Last Name is Required"
msgstr ""
msgid "Reservation Number or Credit Card is Required"
msgstr ""
msgid "Password is Required"
msgstr ""
msgid "Sort by Sort Order"
msgstr ""
msgid "Payment Status:"
msgstr ""
msgid "Expiration Date"
msgstr ""
msgid "Credit Card Type"
msgstr ""
msgid "Extra Services"
msgstr ""
msgid "Children:"
msgstr ""
msgid "Guest Information"
msgstr ""
msgid "Register here"
msgstr ""
msgid "New customer?"
msgstr ""
msgid "Are you a travel agent?"
msgstr ""
msgid "Thank you very much for signing up with us. Your account has been created."
msgstr ""
msgid "Unable to create account.Email already exists."
msgstr ""
msgid "IATA Number:"
msgstr ""
msgid "ABTA Number:"
msgstr ""
msgid "Flight Cost"
msgstr ""
msgid "ABTA Protection Plan Fee"
msgstr ""
msgid "Credit Card Surchage Fee"
msgstr ""
msgid "Total Costs"
msgstr ""
msgid "Airline Code"
msgstr ""
msgid "Flight number"
msgstr ""
msgid "Class"
msgstr ""
msgid "Boarding City"
msgstr ""
msgid "Destination City"
msgstr ""
msgid "DepartureTime"
msgstr ""
msgid "Arrival Time"
msgstr ""
msgid "Date Change"
msgstr ""
msgid "Seats"
msgstr ""
msgid "Type"
msgstr ""
msgid "Sell successful"
msgstr ""
msgid "Ticketed"
msgstr ""
msgid "Stopover"
msgstr ""
msgid "Descripion"
msgstr ""
msgid "URL"
msgstr ""
msgid "Infants:"
msgstr ""
msgid "Seniors:"
msgstr ""
msgid "Youth:"
msgstr ""
msgid "Allotment:"
msgstr ""
msgid "Pick up:"
msgstr ""
msgid "Dropoff:"
msgstr ""
msgid "Air Conditioning:"
msgstr ""
msgid "Transmission Type:"
msgstr ""
msgid "Location code:"
msgstr ""
msgid "Location name:"
msgstr ""
msgid "Pick-Up Date:"
msgstr ""
msgid "Drop-Off Date:"
msgstr ""
msgid "Booking Status:"
msgstr ""
msgid "Car:"
msgstr ""
msgid "Descripion:"
msgstr ""
msgid "Address 1"
msgstr ""
msgid "Address 2"
msgstr ""
msgid "Phone"
msgstr ""
msgid "Fax"
msgstr ""
msgid "ZIP Code/Postal Code"
msgstr ""
msgid "ADD SUB AGENT : Admin Account"
msgstr ""
msgid "Profile Edited Successfully"
msgstr ""
msgid "Company Name:"
msgstr ""
msgid "Contact Person:"
msgstr ""
msgid "Type of Business:"
msgstr ""
msgid "Travel Agent"
msgstr ""
msgid "OTA (Online Travel Agent)"
msgstr ""
msgid "Tour Operator"
msgstr ""
msgid "Wholesaler"
msgstr ""
msgid "Other"
msgstr ""
msgid "This number will be used for contact purposes"
msgstr ""
msgid "Mobile Number:"
msgstr ""
msgid "Website:"
msgstr ""
msgid "Max File Size 150 x 150 pixel"
msgstr ""
msgid "Account Registration"
msgstr ""
msgid "Contact Person First Name:"
msgstr ""
msgid "Contact Person Last Name:"
msgstr ""
msgid "This is the email address where you will rceive all confirmations and cancellations form the system."
msgstr ""
msgid "Confirm Password:"
msgstr ""
msgid "Terms and conditions"
msgstr ""
msgid "Security Code:"
msgstr ""
msgid "EDIT PROFILE : Admin Account"
msgstr ""
msgid "Change Password"
msgstr ""
msgid "Password Changed Successfully"
msgstr ""
msgid "Current Password:"
msgstr ""
msgid "SEARCH COMMISSIONS REPORT"
msgstr ""
msgid "Booking Id:"
msgstr ""
msgid "Voucher Date From:"
msgstr ""
msgid "To:"
msgstr ""
msgid "Sub Agent:"
msgstr ""
msgid "Lead Name:"
msgstr ""
msgid "(specify either 'First Name'\tor 'Last Name'.)"
msgstr ""
msgid "Download Unpaid Voucher List."
msgstr ""
msgid "Results per page:"
msgstr ""
msgid "NO"
msgstr ""
msgid "Booking Id"
msgstr ""
msgid "Booking Amount"
msgstr ""
msgid "Commission"
msgstr ""
msgid "Net Payable"
msgstr ""
msgid "CONTACT US"
msgstr ""
msgid "How should we contact you ?"
msgstr ""
msgid "Text"
msgstr ""
msgid "Subject"
msgstr ""
msgid "Message:"
msgstr ""
msgid "Currency:"
msgstr ""
msgid "Currency"
msgstr ""
msgid "Default Currency"
msgstr ""
msgid "Booking Date From:"
msgstr ""
msgid "Status Date From:"
msgstr ""
msgid "Service Type:"
msgstr ""
msgid "Service Type"
msgstr ""
msgid "Booking Date"
msgstr ""
msgid "Pax Name"
msgstr ""
msgid "Debit"
msgstr ""
msgid "Credit"
msgstr ""
msgid "Cumulative Balance"
msgstr ""
msgid "Agent Login"
msgstr ""
msgid "Supplier Login"
msgstr ""
msgid "Recover Password"
msgstr ""
msgid "LANGUAGE:"
msgstr ""
msgid "WORD IN IMAGE"
msgstr ""
msgid "MANAGE SUB AGENTS"
msgstr ""
msgid "Agent Code"
msgstr ""
msgid "Agency Name"
msgstr ""
msgid "Name"
msgstr ""
msgid "Agent Created Date"
msgstr ""
msgid "Mobile"
msgstr ""
msgid "Edit Profile"
msgstr ""
msgid "Select to Inactivate"
msgstr ""
msgid "Select to Activate"
msgstr ""
msgid "Login as Sub Agent"
msgstr ""
msgid "Confirm Email"
msgstr ""
msgid "ADD SUB AGENT"
msgstr ""