/*
* Copyright (C) 2013-2017 NTT DATA Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
package org.terasoluna.tourreservation.tourreserve.common.constants;
/**
* Message Id
*/
public class MessageKeys {
/** title.common=Tour Reserve System */
public static final String TITLE_COMMON = "title.common";
/** label.tr.common.login=Login */
public static final String LABEL_TR_COMMON_LOGIN = "label.tr.common.login";
/** label.tr.common.logout=Logout */
public static final String LABEL_TR_COMMON_LOGOUT = "label.tr.common.logout";
/** label.tr.common.notLoginMessage=You are not logged in. */
public static final String LABEL_TR_COMMON_NOTLOGINMESSAGE = "label.tr.common.notLoginMessage";
/** label.tr.common.gotoMenuMessage=Go to menu */
public static final String LABEL_TR_COMMON_GOTOMENUMESSAGE = "label.tr.common.gotoMenuMessage";
/** label.tr.common.userId=User Id */
public static final String LABEL_TR_COMMON_USERID = "label.tr.common.userId";
/** label.tr.common.reset=Reset */
public static final String LABEL_TR_COMMON_RESET = "label.tr.common.reset";
/** label.tr.common.register=Register */
public static final String LABEL_TR_COMMON_REGISTER = "label.tr.common.register";
/** label.tr.common.required=Required */
public static final String LABEL_TR_COMMON_REQUIRED = "label.tr.common.required";
/** label.tr.common.confirm=Confirm */
public static final String LABEL_TR_COMMON_CONFIRM = "label.tr.common.confirm";
/** label.tr.common.goBackMessage=Go back */
public static final String LABEL_TR_COMMON_GOBACKMESSAGE = "label.tr.common.goBackMessage";
/** label.tr.common.year=\/ */
public static final String LABEL_TR_COMMON_YEAR = "label.tr.common.year";
/** label.tr.common.month=\/ */
public static final String LABEL_TR_COMMON_MONTH = "label.tr.common.month";
/** label.tr.common.day= */
public static final String LABEL_TR_COMMON_DAY = "label.tr.common.day";
/** label.tr.common.kana=Kana */
public static final String LABEL_TR_COMMON_KANA = "label.tr.common.kana";
/** label.tr.common.name=Name */
public static final String LABEL_TR_COMMON_NAME = "label.tr.common.name";
/** label.tr.common.birthday=Birthday */
public static final String LABEL_TR_COMMON_BIRTHDAY = "label.tr.common.birthday";
/** label.tr.common.job=Job */
public static final String LABEL_TR_COMMON_JOB = "label.tr.common.job";
/** label.tr.common.email=E-mail */
public static final String LABEL_TR_COMMON_EMAIL = "label.tr.common.email";
/** label.tr.common.tel=Phone number */
public static final String LABEL_TR_COMMON_TEL = "label.tr.common.tel";
/** label.tr.common.zip=Zip Code */
public static final String LABEL_TR_COMMON_ZIP = "label.tr.common.zip";
/** label.tr.common.address=Address */
public static final String LABEL_TR_COMMON_ADDRESS = "label.tr.common.address";
/** label.tr.common.password=Password */
public static final String LABEL_TR_COMMON_PASSWORD = "label.tr.common.password";
/** label.tr.common.passwordConfirm=Confirm Password */
public static final String LABEL_TR_COMMON_PASSWORDCONFIRM = "label.tr.common.passwordConfirm";
/** label.tr.common.adult=Adult */
public static final String LABEL_TR_COMMON_ADULT = "label.tr.common.adult";
/** label.tr.common.child=Child */
public static final String LABEL_TR_COMMON_CHILD = "label.tr.common.child";
/** label.tr.common.search=Search */
public static final String LABEL_TR_COMMON_SEARCH = "label.tr.common.search";
/** label.tr.common.depDate=Departure Date */
public static final String LABEL_TR_COMMON_DEPDATE = "label.tr.common.depDate";
/** label.tr.common.tourDays=No. of Days */
public static final String LABEL_TR_COMMON_TOURDAYS = "label.tr.common.tourDays";
/** label.tr.common.depPlace=Departure */
public static final String LABEL_TR_COMMON_DEPPLACE = "label.tr.common.depPlace";
/** label.tr.common.arrPlace=Arrival */
public static final String LABEL_TR_COMMON_ARRPLACE = "label.tr.common.arrPlace";
/** label.tr.common.persons=Persons */
public static final String LABEL_TR_COMMON_PERSONS = "label.tr.common.persons";
/** label.tr.common.person=Person */
public static final String LABEL_TR_COMMON_PERSON = "label.tr.common.person";
/** label.tr.common.basePrice=Base Price */
public static final String LABEL_TR_COMMON_BASEPRICE = "label.tr.common.basePrice";
/** label.tr.common.idx=Index */
public static final String LABEL_TR_COMMON_IDX = "label.tr.common.idx";
/** label.tr.common.tourName=Tour Name */
public static final String LABEL_TR_COMMON_TOURNAME = "label.tr.common.tourName";
/** label.tr.common.pageNotFoundMessage=That page is not found. */
public static final String LABEL_TR_COMMON_PAGENOTFOUNDMESSAGE = "label.tr.common.pageNotFoundMessage";
/** label.tr.common.pageUnauthorizedMessage=You must be logged in to view this page. */
public static final String LABEL_TR_COMMON_PAGEUNAUTHORIZEDMESSAGE = "label.tr.common.pageUnauthorizedMessage";
/** label.tr.common.paymentInfo=Payment Information */
public static final String LABEL_TR_COMMON_PAYMENTINFO = "label.tr.common.paymentInfo";
/** label.tr.common.paymentMethod=Method of Payment */
public static final String LABEL_TR_COMMON_PAYMENTMETHOD = "label.tr.common.paymentMethod";
/** label.tr.common.paymentAccount=Bank Account Information */
public static final String LABEL_TR_COMMON_PAYMENTACCOUNT = "label.tr.common.paymentAccount";
/** label.tr.common.paymentTimeLimit=Payment Due Date */
public static final String LABEL_TR_COMMON_PAYMENTTIMELIMIT = "label.tr.common.paymentTimeLimit";
/** label.tr.common.paymentInquiry=Inquiry */
public static final String LABEL_TR_COMMON_PAYMENTINQUIRY = "label.tr.common.paymentInquiry";
/** label.tr.common.companyName=TERASOLUNA TRAVEL CUSTOMER CENTER */
public static final String LABEL_TR_COMMON_COMPANYNAME = "label.tr.common.companyName";
/** label.tr.common.companyEmail=customer@example.com */
public static final String LABEL_TR_COMMON_COMPANYEMAIL = "label.tr.common.companyEmail";
/** label.tr.common.companyTel=01-2345-6789 */
public static final String LABEL_TR_COMMON_COMPANYTEL = "label.tr.common.companyTel";
/** label.tr.common.paymentCompanyname=TERA Bank, TERA Branch */
public static final String LABEL_TR_COMMON_PAYMENTCOMPANYNAME = "label.tr.common.paymentCompanyname";
/** label.tr.common.savingsAccount=Current Account\uFF1A12345678 */
public static final String LABEL_TR_COMMON_SAVINGSACCOUNT = "label.tr.common.savingsAccount";
/** label.tr.common.bankTransfer=Bank Transfer */
public static final String LABEL_TR_COMMON_BANKTRANSFER = "label.tr.common.bankTransfer";
/** label.tr.common.currencyPattern=¥##,### */
public static final String LABEL_TR_COMMON_CURRENCYPATTERN = "label.tr.common.currencyPattern";
/** label.tr.common.datePattern=yyyy\/MM\/dd */
public static final String LABEL_TR_COMMON_DATEPATTERN = "label.tr.common.datePattern";
/** label.tr.common.personcountPattern=## person(s) */
public static final String LABEL_TR_COMMON_PERSONCOUNTPATTERN = "label.tr.common.personcountPattern";
/** label.tr.common.pdfdownloadMessage=PDF can be downloaded for this information */
public static final String LABEL_TR_COMMON_PDFDOWNLOADMESSAGE = "label.tr.common.pdfdownloadMessage";
/** label.tr.common.downloadpdfBtnMessage=PDF Download */
public static final String LABEL_TR_COMMON_DOWNLOADPDFBTNMESSAGE = "label.tr.common.downloadpdfBtnMessage";
/** label.tr.common.specialNotes=Special Notes */
public static final String LABEL_TR_COMMON_SPECIALNOTES = "label.tr.common.specialNotes";
/** label.tr.common.opinionSuggestion=Opinion or Suggestions */
public static final String LABEL_TR_COMMON_OPINIONSUGGESTION = "label.tr.common.opinionSuggestion";
/** e.tr.fw.0001=Your Request has conflicted. */
public static final String E_TR_FW_0001 = "e.tr.fw.0001";
/** e.tr.fw.0002=Your Request is not acceptable. */
public static final String E_TR_FW_0002 = "e.tr.fw.0002";
/** e.tr.fw.0003=Unhandled system error occurred! */
public static final String E_TR_FW_0003 = "e.tr.fw.0003";
/** e.tr.fw.0004=Invalid request. */
public static final String E_TR_FW_0004 = "e.tr.fw.0004";
/** e.tr.fw.0005=Expected CSRF token not found. Has your session expired? */
public static final String E_TR_FW_0005 = "e.tr.fw.0005";
/** e.tr.fw.0006=Access denied! */
public static final String E_TR_FW_0006 = "e.tr.fw.0006";
/** label.tr.menu.menuMessage=This is a menu page. */
public static final String LABEL_TR_MENU_MENUMESSAGE = "label.tr.menu.menuMessage";
/**
* label.tr.menu.tourSearchMessage=You can search tours by specifying the conditions. <br>
* \nYou can do reservations. You must be logged in for reserving a tour.
*/
public static final String LABEL_TR_MENU_TOURSEARCHMESSAGE = "label.tr.menu.tourSearchMessage";
/** label.tr.menu.searchBtnMessage=Tour Search */
public static final String LABEL_TR_MENU_SEARCHBTNMESSAGE = "label.tr.menu.searchBtnMessage";
/**
* label.tr.menu.loginMessage=\nYou can reserve tours and change, cancel reservations after you login. <br>
* \nIn order to login you must be a registered member.
*/
public static final String LABEL_TR_MENU_LOGINMESSAGE = "label.tr.menu.loginMessage";
/** label.tr.menu.loginBtnMessage=Login */
public static final String LABEL_TR_MENU_LOGINBTNMESSAGE = "label.tr.menu.loginBtnMessage";
/** label.tr.menu.customerRegisterMessage=Enter your information to register membership */
public static final String LABEL_TR_MENU_CUSTOMERREGISTERMESSAGE = "label.tr.menu.customerRegisterMessage";
/** label.tr.menu.customerRegisterBtnMessage=Customer Registration */
public static final String LABEL_TR_MENU_CUSTOMERREGISTERBTNMESSAGE = "label.tr.menu.customerRegisterBtnMessage";
/** label.tr.menu.referBtnMessage=Reserved Tours */
public static final String LABEL_TR_MENU_REFERBTNMESSAGE = "label.tr.menu.referBtnMessage";
/** label.tr.menu.referMessage=You can check details, edit or cancel reservations. */
public static final String LABEL_TR_MENU_REFERMESSAGE = "label.tr.menu.referMessage";
/** label.tr.login.loginFormMessage=Login Form */
public static final String LABEL_TR_LOGIN_LOGINFORMMESSAGE = "label.tr.login.loginFormMessage";
/**
* label.tr.login.notCustmerMessage=Customers who do not have a member ID, please register your membership with the button
* below.
*/
public static final String LABEL_TR_LOGIN_NOTCUSTMERMESSAGE = "label.tr.login.notCustmerMessage";
/** label.tr.managecustomer.managecustomerMessage=Customer Registration */
public static final String LABEL_TR_MANAGECUSTOMER_MANAGECUSTOMERMESSAGE = "label.tr.managecustomer.managecustomerMessage";
/** label.tr.managecustomer.MembershipInfoMessage=Information for Membership Registration */
public static final String LABEL_TR_MANAGECUSTOMER_MEMBERSHIPINFOMESSAGE = "label.tr.managecustomer.MembershipInfoMessage";
/**
* label.tr.managecustomer.createFormMessage=<strong>Input Membership Information<\/strong> -> Confirm the contents ->
* Complete<br>
* \nEnter the information for membership registration.<br>
* \nPress the \"Confirm\" button when finished.
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATEFORMMESSAGE = "label.tr.managecustomer.createFormMessage";
/**
* label.tr.managecustomer.createConfirmMessage=Input Membership Information -> <strong>Confirm the contents<\/strong> ->
* Complete<br>
* \nConfirm your input. <br>
* \nPress the \"Register\" button when finished.
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATECONFIRMMESSAGE = "label.tr.managecustomer.createConfirmMessage";
/**
* label.tr.managecustomer.createCompleteMessage=Input Membership Information -> Confirm the contents ->
* <strong>Complete<\/strong><br>
* \nMembership registration is completed.\nYour \"User Id\" is <strong>{0}<\/strong>.<br>
* \n<strong>Please do not forget because you will need at login.<\/strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATECOMPLETEMESSAGE = "label.tr.managecustomer.createCompleteMessage";
/** label.tr.managecustomer.fullKanaOnlyMessage=Full-width Katakana only */
public static final String LABEL_TR_MANAGECUSTOMER_FULLKANAONLYMESSAGE = "label.tr.managecustomer.fullKanaOnlyMessage";
/** label.tr.managecustomer.fullOnlyMessage=Full-width only */
public static final String LABEL_TR_MANAGECUSTOMER_FULLONLYMESSAGE = "label.tr.managecustomer.fullOnlyMessage";
/** label.tr.managecustomer.halfTelOnlyMessage=Half-width 10 digits to 13 digits numeric only */
public static final String LABEL_TR_MANAGECUSTOMER_HALFTELONLYMESSAGE = "label.tr.managecustomer.halfTelOnlyMessage";
/** label.tr.managecustomer.halfZipOnlyMessage=Half-width only */
public static final String LABEL_TR_MANAGECUSTOMER_HALFZIPONLYMESSAGE = "label.tr.managecustomer.halfZipOnlyMessage";
/** label.tr.managecustomer.halfPasswordOnlyMessage=Half-width 4 digits to 20 digits alphanumeric only */
public static final String LABEL_TR_MANAGECUSTOMER_HALFPASSWORDONLYMESSAGE = "label.tr.managecustomer.halfPasswordOnlyMessage";
/** label.tr.managecustomer.zipExampleMessage=Ex. 262-0002 */
public static final String LABEL_TR_MANAGECUSTOMER_ZIPEXAMPLEMESSAGE = "label.tr.managecustomer.zipExampleMessage";
/** label.tr.managecustomer.telExampleMessage=Ex. 01-234506789 */
public static final String LABEL_TR_MANAGECUSTOMER_TELEXAMPLEMESSAGE = "label.tr.managecustomer.telExampleMessage";
/** label.tr.searchtour.searchTourMessage=Tour Search */
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURMESSAGE = "label.tr.searchtour.searchTourMessage";
/**
* label.tr.searchtour.searchTourFlowMessage=
* <p>
* <strong>Tour Search</strong> \u21D2 Tour Details \u21D2 Confirm Reservation Details \u21D2 Complete<\/p><\/br>
* <p>
* #Steps for Tour Reservation<\/p>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURFLOWMESSAGE = "label.tr.searchtour.searchTourFlowMessage";
/**
* label.tr.searchtour.searchTourInstructionsMessage=
* <ol>
* \n
* <li>Enter the search conditions on the Tour Search page and search for available tours.<\/li>\n
* <li>Select a tour from the search results.<\/li>\n
* <li>Check the contents of the tour on Tour Details page. If everything is fine, proceed to next page. (Reservation is not
* completed yet.\uFF09<\/li>\n
* <li>Check the contents of the tour and if everything is fine, reserve the Tour.<\/li>\n
* <li>Check the payment information, statement of charges, membership information and detailed information of the Tour on
* Tour Reservation Completion Page.<\/li>\n<\/ol>\n
* <p>
* Specify the search conditions and search the available tours. Select a Tour from the search results. A Tour can be
* selected by pressing the link on name of the Tour.<\/p>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURINSTRUCTIONSMESSAGE = "label.tr.searchtour.searchTourInstructionsMessage";
/** label.tr.searchtour.SearchCriteriaTourMessage=Search Conditions */
public static final String LABEL_TR_SEARCHTOUR_SEARCHCRITERIATOURMESSAGE = "label.tr.searchtour.SearchCriteriaTourMessage";
/** label.tr.searchtour.depDateRestrictMessage=Enter a date which is after one week from today */
public static final String LABEL_TR_SEARCHTOUR_DEPDATERESTRICTMESSAGE = "label.tr.searchtour.depDateRestrictMessage";
/** label.tr.searchtour.personsRestrictMessage=Adult\uFF1Aover 12 years old Child\uFF1Aunder 12 years old */
public static final String LABEL_TR_SEARCHTOUR_PERSONSRESTRICTMESSAGE = "label.tr.searchtour.personsRestrictMessage";
/**
* label.tr.searchtour.searchTourResultMessage=Tour Search Result (sorted in descending order of number of tour days and
* base price)
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESULTMESSAGE = "label.tr.searchtour.searchTourResultMessage";
/** label.tr.searchtour.placeMessage=Select Prefecture */
public static final String LABEL_TR_SEARCHTOUR_PLACEMESSAGE = "label.tr.searchtour.placeMessage";
/** label.tr.searchtour.resultCountMessage={0} tours are found */
public static final String LABEL_TR_SEARCHTOUR_RESULTCOUNTMESSAGE = "label.tr.searchtour.resultCountMessage";
/** label.tr.searchtour.titleDetailScreenMessage=Tour Details */
public static final String LABEL_TR_SEARCHTOUR_TITLEDETAILSCREENMESSAGE = "label.tr.searchtour.titleDetailScreenMessage";
/** label.tr.searchtour.tourDetailCaptionMessage=Tour Information */
public static final String LABEL_TR_SEARCHTOUR_TOURDETAILCAPTIONMESSAGE = "label.tr.searchtour.tourDetailCaptionMessage";
/** label.tr.searchtour.loginToReserveMessage=To reserve a Tour, press the Login button below */
public static final String LABEL_TR_SEARCHTOUR_LOGINTORESERVEMESSAGE = "label.tr.searchtour.loginToReserveMessage";
/**
* label.tr.searchtour.pressReserveBtnMessage=Confirm the Tour details and press Reserve button on the bottom of this page.
* <\/br> Enter your suggestions or opinion, if there are any.
*/
public static final String LABEL_TR_SEARCHTOUR_PRESSRESERVEBTNMESSAGE = "label.tr.searchtour.pressReserveBtnMessage";
/** label.tr.searchtour.logout=Logout */
public static final String LABEL_TR_SEARCHTOUR_LOGOUT = "label.tr.searchtour.logout";
/** label.tr.searchtour.reserve=Reserve the Tour */
public static final String LABEL_TR_SEARCHTOUR_RESERVE = "label.tr.searchtour.reserve";
/** label.tr.searchtour.tourname=Tour Name */
public static final String LABEL_TR_SEARCHTOUR_TOURNAME = "label.tr.searchtour.tourname";
/** label.tr.searchtour.depDay=Departure Date */
public static final String LABEL_TR_SEARCHTOUR_DEPDAY = "label.tr.searchtour.depDay";
/** label.tr.searchtour.tourDays=No. of Days */
public static final String LABEL_TR_SEARCHTOUR_TOURDAYS = "label.tr.searchtour.tourDays";
/** label.tr.searchtour.depName=Departure */
public static final String LABEL_TR_SEARCHTOUR_DEPNAME = "label.tr.searchtour.depName";
/** label.tr.searchtour.arrName=Arrival */
public static final String LABEL_TR_SEARCHTOUR_ARRNAME = "label.tr.searchtour.arrName";
/** label.tr.searchtour.conductor=Conductor */
public static final String LABEL_TR_SEARCHTOUR_CONDUCTOR = "label.tr.searchtour.conductor";
/** label.tr.searchtour.accomName=Name of Accommodation */
public static final String LABEL_TR_SEARCHTOUR_ACCOMNAME = "label.tr.searchtour.accomName";
/** label.tr.searchtour.accomTel=Contact Details */
public static final String LABEL_TR_SEARCHTOUR_ACCOMTEL = "label.tr.searchtour.accomTel";
/** label.tr.searchtour.tourAbs=Summary */
public static final String LABEL_TR_SEARCHTOUR_TOURABS = "label.tr.searchtour.tourAbs";
/** label.tr.searchtour.representative=Representative */
public static final String LABEL_TR_SEARCHTOUR_REPRESENTATIVE = "label.tr.searchtour.representative";
/** label.tr.searchtour.customerCode=Membership ID */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERCODE = "label.tr.searchtour.customerCode";
/** label.tr.searchtour.customerKana=Name in Kana */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERKANA = "label.tr.searchtour.customerKana";
/** label.tr.searchtour.customerName=Name */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERNAME = "label.tr.searchtour.customerName";
/** label.tr.searchtour.customerBirth=Birthdate */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERBIRTH = "label.tr.searchtour.customerBirth";
/** label.tr.searchtour.customerJob=Job */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERJOB = "label.tr.searchtour.customerJob";
/** label.tr.searchtour.customerMail=Email */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERMAIL = "label.tr.searchtour.customerMail";
/** label.tr.searchtour.customerContactInfo=Contact Details */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERCONTACTINFO = "label.tr.searchtour.customerContactInfo";
/** label.tr.searchtour.customerTell=Phone number */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERTELL = "label.tr.searchtour.customerTell";
/** label.tr.searchtour.customerPost=Zip Code */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERPOST = "label.tr.searchtour.customerPost";
/** label.tr.searchtour.customerAdd=Address */
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERADD = "label.tr.searchtour.customerAdd";
/** label.tr.searchtour.statementOfCharges=Statement of Charges */
public static final String LABEL_TR_SEARCHTOUR_STATEMENTOFCHARGES = "label.tr.searchtour.statementOfCharges";
/** label.tr.searchtour.classificationOnAge=Age Category */
public static final String LABEL_TR_SEARCHTOUR_CLASSIFICATIONONAGE = "label.tr.searchtour.classificationOnAge";
/** label.tr.searchtour.unitPrice=Unit Price */
public static final String LABEL_TR_SEARCHTOUR_UNITPRICE = "label.tr.searchtour.unitPrice";
/** label.tr.searchtour.noOfPeople=No. of Persons */
public static final String LABEL_TR_SEARCHTOUR_NOOFPEOPLE = "label.tr.searchtour.noOfPeople";
/** label.tr.searchtour.charge=Charge */
public static final String LABEL_TR_SEARCHTOUR_CHARGE = "label.tr.searchtour.charge";
/** label.tr.searchtour.adult=Adult */
public static final String LABEL_TR_SEARCHTOUR_ADULT = "label.tr.searchtour.adult";
/** label.tr.searchtour.child=Child */
public static final String LABEL_TR_SEARCHTOUR_CHILD = "label.tr.searchtour.child";
/** label.tr.searchtour.sumPrice=Total Charge */
public static final String LABEL_TR_SEARCHTOUR_SUMPRICE = "label.tr.searchtour.sumPrice";
/** label.tr.searchtour.lessThanEightyCharsMessage=(Less than 80 Characters) */
public static final String LABEL_TR_SEARCHTOUR_LESSTHANEIGHTYCHARSMESSAGE = "label.tr.searchtour.lessThanEightyCharsMessage";
/**
* label.tr.searchtour.opinionSuggestionMessage=* If there are any suggestions or opinion regarding the tour, mention it
* here
*/
public static final String LABEL_TR_SEARCHTOUR_OPINIONSUGGESTIONMESSAGE = "label.tr.searchtour.opinionSuggestionMessage";
/** label.tr.searchtour.confirmedMessage=Reserve */
public static final String LABEL_TR_SEARCHTOUR_CONFIRMEDMESSAGE = "label.tr.searchtour.confirmedMessage";
/** label.tr.searchtour.titleConfirmScreenMessage=Confirm Reservation Details */
public static final String LABEL_TR_SEARCHTOUR_TITLECONFIRMSCREENMESSAGE = "label.tr.searchtour.titleConfirmScreenMessage";
/** label.tr.searchtour.reserveScreenTitleMessage=Tour Reservation Complete */
public static final String LABEL_TR_SEARCHTOUR_RESERVESCREENTITLEMESSAGE = "label.tr.searchtour.reserveScreenTitleMessage";
/**
* label.tr.searchtour.reserveScreenFlowMessage=Tour Search \u21D2 Tour Details \u21D2 Confirm Reservation Details \u21D2
* <strong>Complete</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVESCREENFLOWMESSAGE = "label.tr.searchtour.reserveScreenFlowMessage";
/**
* label.tr.searchtour.detailScreenFlowMessage=Tour Search \u21D2 <strong>Tour Details</strong> \u21D2 Confirm Reservation
* Details \u21D2 Complete
*/
public static final String LABEL_TR_SEARCHTOUR_DETAILSCREENFLOWMESSAGE = "label.tr.searchtour.detailScreenFlowMessage";
/**
* label.tr.searchtour.confirmScreenFlowMessage=Tour Search \u21D2 Tour Details \u21D2 <strong>Confirm Reservation
* Details</strong> \u21D2 Complete
*/
public static final String LABEL_TR_SEARCHTOUR_CONFIRMSCREENFLOWMESSAGE = "label.tr.searchtour.confirmScreenFlowMessage";
/**
* label.tr.searchtour.searchtourReservePdfMessage=Confirm the Reservation Details<br />
* \n Press the PDF Download button to save these details in a PDF format.
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESERVEPDFMESSAGE = "label.tr.searchtour.searchtourReservePdfMessage";
/**
* label.tr.searchtour.searchtourReserveDetailMessage=Make the payment at the reception or in the bank account before the
* payment due-date.<br \/>
* Also, note that if payment is not done by the due-date, it is possible that the reservation may get cancelled.<br \/>
* \n Thank you for your understanding<br \/>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESERVEDETAILMESSAGE = "label.tr.searchtour.searchtourReserveDetailMessage";
/** label.tr.searchtour.reserveDate=Reservation Date */
public static final String LABEL_TR_SEARCHTOUR_RESERVEDATE = "label.tr.searchtour.reserveDate";
/** label.tr.searchtour.reserveNo=Reservation Number */
public static final String LABEL_TR_SEARCHTOUR_RESERVENO = "label.tr.searchtour.reserveNo";
/** label.tr.searchtour.goTourSearchScreenMessage=Go Back to Tour Search */
public static final String LABEL_TR_SEARCHTOUR_GOTOURSEARCHSCREENMESSAGE = "label.tr.searchtour.goTourSearchScreenMessage";
/** label.tr.managereservation.manageReservationMessage=List of Reserved Tours */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONMESSAGE = "label.tr.managereservation.manageReservationMessage";
/**
* label.tr.managereservation.manageReservationFlowMessage=<strong>List of Reserved Tours<\/strong> \u21D2 Reservation
* Details<\/br>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONFLOWMESSAGE = "label.tr.managereservation.manageReservationFlowMessage";
/**
* label.tr.managereservation.manageReservationNoRecordMessage=For checking details, making changes to a reservation or
* canceling a reservation, <br \/>
* press \"Check Details\", \"Edit\", \"Delete\" button respectively <br \/>
* <br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONNORECORDMESSAGE = "label.tr.managereservation.manageReservationNoRecordMessage";
/**
* label.tr.managereservation.manageReservationNoCancelMessage=The Tours for which the payment has been done or payment due
* date has already passed, <br \/>
* it cannot be changed or canceled on the website.<br \/>
* \nPlease call us on phone at (01-2345-6789) or visit our office.
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONNOCANCELMESSAGE = "label.tr.managereservation.manageReservationNoCancelMessage";
/**
* label.tr.managereservation.ReserveListMessage=List of Reservations <font>#Shown in ascending order of departure date and
* reservation number<\/font>
*/
public static final String LABEL_TR_MANAGERESERVATION_RESERVELISTMESSAGE = "label.tr.managereservation.ReserveListMessage";
/** label.tr.managereservation.reserveNo=Reservation Number */
public static final String LABEL_TR_MANAGERESERVATION_RESERVENO = "label.tr.managereservation.reserveNo";
/** label.tr.managereservation.tourName=Tour Name */
public static final String LABEL_TR_MANAGERESERVATION_TOURNAME = "label.tr.managereservation.tourName";
/** label.tr.managereservation.depDay=Departure Date */
public static final String LABEL_TR_MANAGERESERVATION_DEPDAY = "label.tr.managereservation.depDay";
/** label.tr.managereservation.days=No. of Days */
public static final String LABEL_TR_MANAGERESERVATION_DAYS = "label.tr.managereservation.days";
/** label.tr.managereservation.origin=Departure */
public static final String LABEL_TR_MANAGERESERVATION_ORIGIN = "label.tr.managereservation.origin";
/** label.tr.managereservation.destination=Arrival */
public static final String LABEL_TR_MANAGERESERVATION_DESTINATION = "label.tr.managereservation.destination";
/** label.tr.managereservation.noOfPerson=No. of Persons */
public static final String LABEL_TR_MANAGERESERVATION_NOOFPERSON = "label.tr.managereservation.noOfPerson";
/** label.tr.managereservation.paymentStatus=Payment Status */
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTSTATUS = "label.tr.managereservation.paymentStatus";
/** label.tr.managereservation.totalCost=Total Charge */
public static final String LABEL_TR_MANAGERESERVATION_TOTALCOST = "label.tr.managereservation.totalCost";
/** label.tr.managereservation.done=Payment Done */
public static final String LABEL_TR_MANAGERESERVATION_DONE = "label.tr.managereservation.done";
/** label.tr.managereservation.paymentNotDone=Payment Pending */
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTNOTDONE = "label.tr.managereservation.paymentNotDone";
/** label.tr.managereservation.showDetailsBtnMessage=Show Details */
public static final String LABEL_TR_MANAGERESERVATION_SHOWDETAILSBTNMESSAGE = "label.tr.managereservation.showDetailsBtnMessage";
/** label.tr.managereservation.changeReservationBtnMessage=Edit Reservation */
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONBTNMESSAGE = "label.tr.managereservation.changeReservationBtnMessage";
/** label.tr.managereservation.cancelReservationBtnMessage=Cancel Reservation */
public static final String LABEL_TR_MANAGERESERVATION_CANCELRESERVATIONBTNMESSAGE = "label.tr.managereservation.cancelReservationBtnMessage";
/** label.tr.managereservation.changeReservationFinBtnMessage=Finalize Changes */
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONFINBTNMESSAGE = "label.tr.managereservation.changeReservationFinBtnMessage";
/** label.tr.managereservation.changeReservationStaBtnMessage=Start Again */
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONSTABTNMESSAGE = "label.tr.managereservation.changeReservationStaBtnMessage";
/** label.tr.managereservation.returnToListScreenBtnMessage=Return to List of Reservations */
public static final String LABEL_TR_MANAGERESERVATION_RETURNTOLISTSCREENBTNMESSAGE = "label.tr.managereservation.returnToListScreenBtnMessage";
/**
* label.tr.managereservation.updatedScreenFlowMessage=<font>Make Changes<\/font> \u21D2 <font>Confirm Changes<\/font>
* \u21D2 <font><strong>Finish<\/strong><\/font> <br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDSCREENFLOWMESSAGE = "label.tr.managereservation.updatedScreenFlowMessage";
/** label.tr.managereservation.updatedFinishMessage=The reservation has been changed as below.<br> */
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDFINISHMESSAGE = "label.tr.managereservation.updatedFinishMessage";
/**
* label.tr.managereservation.paymentReminderMessage=Make the payment at the reception or in the bank account before the
* payment due-date.<br \/>
* Also, note that if payment is not done by the due-date, it is possible that the reservation may get cancelled.<br \/>
* \n Thank you for your understanding<br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTREMINDERMESSAGE = "label.tr.managereservation.paymentReminderMessage";
/**
* label.tr.managereservation.paymentNoCancelMessage=The payment for this reservation has been done.<br \/>
* \nThereby, this reservation cannot be changed or cancelled from the website.<br \/>
* \nPlease visit the travel desk or contact us on phone at (01-2345-6789) for changes and cancellation related procedures<br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTNOCANCELMESSAGE = "label.tr.managereservation.paymentNoCancelMessage";
/** label.tr.managereservation.updatedCompleteMessage=Reservation is changed as above. */
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDCOMPLETEMESSAGE = "label.tr.managereservation.updatedCompleteMessage";
/** label.tr.managereservation.manageReservationShowScreenTitleMessage=Reservation Details */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationShowScreenTitleMessage";
/**
* label.tr.managereservation.manageReservationShowScreenFlowMessage=<font>List of reserved Tours<\/font> \u21D2
* <font><strong>Reservation Details<\/strong><\/font>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWSCREENFLOWMESSAGE = "label.tr.managereservation.manageReservationShowScreenFlowMessage";
/** label.tr.managereservation.manageReservationShowMessage=Confirm the details of your reservation.<br \/> */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWMESSAGE = "label.tr.managereservation.manageReservationShowMessage";
/** label.tr.managereservation.manageReservationUpdatedScreenTitleMessage=Edit Reservation Complete */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONUPDATEDSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationUpdatedScreenTitleMessage";
/** label.tr.managereservation.manageReservationConfirmScreenTitleMessage=Edit Reservation Confirm */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationConfirmScreenTitleMessage";
/**
* label.tr.managereservation.manageReservationConfirmScreenFlowMessage=<font>Make Changes<\/font> \u21D2
* <font><strong>Confirm Changes<\/strong><\/font> \u21D2 <font>Finish<\/font> <br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMSCREENFLOWMESSAGE = "label.tr.managereservation.manageReservationConfirmScreenFlowMessage";
/**
* label.tr.managereservation.manageReservationConfirmDetailMessage=
* <p>
* The changes are as below.
* <p>
* If there is no problem with the changed contents, press the \"Finalize Changes\" button below. <\/p>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMDETAILMESSAGE = "label.tr.managereservation.manageReservationConfirmDetailMessage";
/**
* label.tr.managereservation.manageReservationConfirmCautionMessage=
* <p>
* There is no change in the payment information below.<\/p>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMCAUTIONMESSAGE = "label.tr.managereservation.manageReservationConfirmCautionMessage";
/**
* label.tr.managereservation.manageReservationConfirmMessage=
* <p>
* Reservation will be changed according to the information above. Is it OK to proceed ?<\/p>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMMESSAGE = "label.tr.managereservation.manageReservationConfirmMessage";
/** label.tr.managereservation.manageReservationEditScreenTitle=Edit Reservation */
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITSCREENTITLE = "label.tr.managereservation.manageReservationEditScreenTitle";
/**
* label.tr.managereservation.manageReservationEditFlowMessage=<font><strong>Make Changes<\/strong><\/font> \u21D2
* <font>Confirm Changes<\/font> \u21D2 <font>Finish<\/font> <br \/>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITFLOWMESSAGE = "label.tr.managereservation.manageReservationEditFlowMessage";
/**
* label.tr.managereservation.manageReservationEditMessage=
* <p>
* After making changes to the reservation, press the \"Confirm Changes\" button below. <\/p>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITMESSAGE = "label.tr.managereservation.manageReservationEditMessage";
/** label.tr.managereservation.beforecancelScreenTitleMessage=Confirmation for Cancel Reservation */
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENTITLEMESSAGE = "label.tr.managereservation.beforecancelScreenTitleMessage";
/** label.tr.managereservation.beforecancelScreenFlowMessage=<strong>Confirm Cancellation Contents<\/strong> \u21D2 Finish */
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENFLOWMESSAGE = "label.tr.managereservation.beforecancelScreenFlowMessage";
/**
* label.tr.managereservation.beforeCancelScreenMessage=Please Press \"Cancel Reservation\" button below if this reservation
* is to be cancelled.
*/
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENMESSAGE = "label.tr.managereservation.beforeCancelScreenMessage";
/** label.tr.managereservation.aftercancelScreenTitleMessage=Cancel Reservation */
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENTITLEMESSAGE = "label.tr.managereservation.aftercancelScreenTitleMessage";
/** label.tr.managereservation.aftercancelScreenFlowMessage=Confirm Cancellation Contents \u21D2 <strong>Finish<\/strong> */
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENFLOWMESSAGE = "label.tr.managereservation.aftercancelScreenFlowMessage";
/** label.tr.managereservation.night=Night */
public static final String LABEL_TR_MANAGERESERVATION_NIGHT = "label.tr.managereservation.night";
/** label.tr.managereservation.day=Day */
public static final String LABEL_TR_MANAGERESERVATION_DAY = "label.tr.managereservation.day";
/** label.tr.managereservation.dayTrip=Day Trip */
public static final String LABEL_TR_MANAGERESERVATION_DAYTRIP = "label.tr.managereservation.dayTrip";
/** label.tr.managereservation.aftercancelScreenMessage=Tour Reservation with Reservation Number: {0}, is cancelled. */
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENMESSAGE = "label.tr.managereservation.aftercancelScreenMessage";
/** label.tr.managereservation.confirmEditBtnMessage=Confirm Changes */
public static final String LABEL_TR_MANAGERESERVATION_CONFIRMEDITBTNMESSAGE = "label.tr.managereservation.confirmEditBtnMessage";
/** Size.customerForm.customerKana=Size of Kana must be less than {1} characters. */
public static final String SIZE_CUSTOMERFORM_CUSTOMERKANA = "Size.customerForm.customerKana";
/** Size.customerForm.customerName=Size of Name must be less than {1} characters. */
public static final String SIZE_CUSTOMERFORM_CUSTOMERNAME = "Size.customerForm.customerName";
/** Size.customerForm.customerJob=Size of Job must be less than {1} characters. */
public static final String SIZE_CUSTOMERFORM_CUSTOMERJOB = "Size.customerForm.customerJob";
/** Size.customerForm.customerMail=Size of Mail must be less than {1} characters. */
public static final String SIZE_CUSTOMERFORM_CUSTOMERMAIL = "Size.customerForm.customerMail";
/** Pattern.customerForm.customerPass=Password must be Alphanumeric. */
public static final String PATTERN_CUSTOMERFORM_CUSTOMERPASS = "Pattern.customerForm.customerPass";
/** Pattern.customerForm.customerPassConfirm=Confirm Password must be Alphanumeric. */
public static final String PATTERN_CUSTOMERFORM_CUSTOMERPASSCONFIRM = "Pattern.customerForm.customerPassConfirm";
/** Pattern.customerForm.customerTel=Phone number must be Numeric characters. */
public static final String PATTERN_CUSTOMERFORM_CUSTOMERTEL = "Pattern.customerForm.customerTel";
/** Pattern.customerForm.customerKana=Kana must be full-width katakana. */
public static final String PATTERN_CUSTOMERFORM_CUSTOMERKANA = "Pattern.customerForm.customerKana";
/** Pattern.customerForm.customerName=Name must be entered in full-width characters. */
public static final String PATTERN_CUSTOMERFORM_CUSTOMERNAME = "Pattern.customerForm.customerName";
/** NotEquals.customerPass=Password does not match. */
public static final String NOTEQUALS_CUSTOMERPASS = "NotEquals.customerPass";
/** IncorrectDate.customerBirth=Incorrect date entered */
public static final String INCORRECTDATE_CUSTOMERBIRTH = "IncorrectDate.customerBirth";
/** IncorrectDate.inputdate=Incorrect date entered */
public static final String INCORRECTDATE_INPUTDATE = "IncorrectDate.inputdate";
/** customerKana=Kana */
public static final String CUSTOMERKANA = "customerKana";
/** customerName=Name */
public static final String CUSTOMERNAME = "customerName";
/** customerBirthYear=Birth Year */
public static final String CUSTOMERBIRTHYEAR = "customerBirthYear";
/** customerBirthMonth=Birth Month */
public static final String CUSTOMERBIRTHMONTH = "customerBirthMonth";
/** customerBirthDay=Birth Day */
public static final String CUSTOMERBIRTHDAY = "customerBirthDay";
/** customerJob=Job */
public static final String CUSTOMERJOB = "customerJob";
/** customerMail=Mail */
public static final String CUSTOMERMAIL = "customerMail";
/** customerPass=Password */
public static final String CUSTOMERPASS = "customerPass";
/** customerPassConfirm=Password(Confirm) */
public static final String CUSTOMERPASSCONFIRM = "customerPassConfirm";
/** customerPost=Zip code */
public static final String CUSTOMERPOST = "customerPost";
/** customerAdd=Address */
public static final String CUSTOMERADD = "customerAdd";
/** customerTel=Phone number */
public static final String CUSTOMERTEL = "customerTel";
/** depCode=Departure */
public static final String DEPCODE = "depCode";
/** arrCode=Arrival */
public static final String ARRCODE = "arrCode";
/** reserveNo=Reservation number */
public static final String RESERVENO = "reserveNo";
/** adultCount=adultCount */
public static final String ADULTCOUNT = "adultCount";
/** childCount=childCount */
public static final String CHILDCOUNT = "childCount";
/** tourCode=tourCode */
public static final String TOURCODE = "tourCode";
/** remarks=remarks# Default messages of Standard Bean Validation annotations */
public static final String REMARKS = "remarks";
/** javax.validation.constraints.Pattern.message={0} format is {regexp}. */
public static final String JAVAX_VALIDATION_CONSTRAINTS_PATTERN_MESSAGE = "javax.validation.constraints.Pattern.message";
/** javax.validation.constraints.Size.message=Size of {0} is between {min} and {max}. */
public static final String JAVAX_VALIDATION_CONSTRAINTS_SIZE_MESSAGE = "javax.validation.constraints.Size.message";
/** javax.validation.constraints.Min.message={0} must be greater than or equal to {value}. */
public static final String JAVAX_VALIDATION_CONSTRAINTS_MIN_MESSAGE = "javax.validation.constraints.Min.message";
/** javax.validation.constraints.Max.message={0} must be less than or equal to {value}. */
public static final String JAVAX_VALIDATION_CONSTRAINTS_MAX_MESSAGE = "javax.validation.constraints.Max.message";
/** org.hibernate.validator.constraints.NotEmpty.message={0} is required. */
public static final String ORG_HIBERNATE_VALIDATOR_CONSTRAINTS_NOTEMPTY_MESSAGE = "org.hibernate.validator.constraints.NotEmpty.message";
/** org.hibernate.validator.constraints.Email.message=Mail format is invalid. */
public static final String ORG_HIBERNATE_VALIDATOR_CONSTRAINTS_EMAIL_MESSAGE = "org.hibernate.validator.constraints.Email.message";
}