/*
* 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.app.common.constants;
/** This file was automatically generated. */
public final class MessageId {
/**
* <strong>title.common = Tour Reserve System</strong>
*/
public static final String TITLE_COMMON = "title.common";
/**
* <strong>label.tr.common.login = Login</strong>
*/
public static final String LABEL_TR_COMMON_LOGIN = "label.tr.common.login";
/**
* <strong>label.tr.common.logout = Logout</strong>
*/
public static final String LABEL_TR_COMMON_LOGOUT = "label.tr.common.logout";
/**
* <strong>label.tr.common.notLoginMessage = You are not logged in.</strong>
*/
public static final String LABEL_TR_COMMON_NOTLOGINMESSAGE = "label.tr.common.notLoginMessage";
/**
* <strong>label.tr.common.gotoMenuMessage = Go to menu</strong>
*/
public static final String LABEL_TR_COMMON_GOTOMENUMESSAGE = "label.tr.common.gotoMenuMessage";
/**
* <strong>label.tr.common.userId = User Id</strong>
*/
public static final String LABEL_TR_COMMON_USERID = "label.tr.common.userId";
/**
* <strong>label.tr.common.reset = Reset</strong>
*/
public static final String LABEL_TR_COMMON_RESET = "label.tr.common.reset";
/**
* <strong>label.tr.common.register = Register</strong>
*/
public static final String LABEL_TR_COMMON_REGISTER = "label.tr.common.register";
/**
* <strong>label.tr.common.required = Required</strong>
*/
public static final String LABEL_TR_COMMON_REQUIRED = "label.tr.common.required";
/**
* <strong>label.tr.common.confirm = Confirm</strong>
*/
public static final String LABEL_TR_COMMON_CONFIRM = "label.tr.common.confirm";
/**
* <strong>label.tr.common.goBackMessage = Go back</strong>
*/
public static final String LABEL_TR_COMMON_GOBACKMESSAGE = "label.tr.common.goBackMessage";
/**
* <strong>label.tr.common.year = /</strong>
*/
public static final String LABEL_TR_COMMON_YEAR = "label.tr.common.year";
/**
* <strong>label.tr.common.month = /</strong>
*/
public static final String LABEL_TR_COMMON_MONTH = "label.tr.common.month";
/**
* <strong>label.tr.common.day = 0</strong>
*/
public static final String LABEL_TR_COMMON_DAY = "label.tr.common.day";
/**
* <strong>label.tr.common.kana = Kana</strong>
*/
public static final String LABEL_TR_COMMON_KANA = "label.tr.common.kana";
/**
* <strong>label.tr.common.name = Name</strong>
*/
public static final String LABEL_TR_COMMON_NAME = "label.tr.common.name";
/**
* <strong>label.tr.common.birthday = Birthday</strong>
*/
public static final String LABEL_TR_COMMON_BIRTHDAY = "label.tr.common.birthday";
/**
* <strong>label.tr.common.job = Job</strong>
*/
public static final String LABEL_TR_COMMON_JOB = "label.tr.common.job";
/**
* <strong>label.tr.common.email = E-mail</strong>
*/
public static final String LABEL_TR_COMMON_EMAIL = "label.tr.common.email";
/**
* <strong>label.tr.common.tel = Tel</strong>
*/
public static final String LABEL_TR_COMMON_TEL = "label.tr.common.tel";
/**
* <strong>label.tr.common.zip = Zipcode</strong>
*/
public static final String LABEL_TR_COMMON_ZIP = "label.tr.common.zip";
/**
* <strong>label.tr.common.address = Address</strong>
*/
public static final String LABEL_TR_COMMON_ADDRESS = "label.tr.common.address";
/**
* <strong>label.tr.common.password = Password</strong>
*/
public static final String LABEL_TR_COMMON_PASSWORD = "label.tr.common.password";
/**
* <strong>label.tr.common.passwordConfirm = Password Confirm</strong>
*/
public static final String LABEL_TR_COMMON_PASSWORDCONFIRM = "label.tr.common.passwordConfirm";
/**
* <strong>label.tr.common.adult = Adult</strong>
*/
public static final String LABEL_TR_COMMON_ADULT = "label.tr.common.adult";
/**
* <strong>label.tr.common.child = Child</strong>
*/
public static final String LABEL_TR_COMMON_CHILD = "label.tr.common.child";
/**
* <strong>label.tr.common.search = Search</strong>
*/
public static final String LABEL_TR_COMMON_SEARCH = "label.tr.common.search";
/**
* <strong>label.tr.common.depDate = Depature Date</strong>
*/
public static final String LABEL_TR_COMMON_DEPDATE = "label.tr.common.depDate";
/**
* <strong>label.tr.common.tourDays = Days</strong>
*/
public static final String LABEL_TR_COMMON_TOURDAYS = "label.tr.common.tourDays";
/**
* <strong>label.tr.common.depPlace = Departure Place</strong>
*/
public static final String LABEL_TR_COMMON_DEPPLACE = "label.tr.common.depPlace";
/**
* <strong>label.tr.common.arrPlace = Arrival Place</strong>
*/
public static final String LABEL_TR_COMMON_ARRPLACE = "label.tr.common.arrPlace";
/**
* <strong>label.tr.common.persons = Persons</strong>
*/
public static final String LABEL_TR_COMMON_PERSONS = "label.tr.common.persons";
/**
* <strong>label.tr.common.person = 0</strong>
*/
public static final String LABEL_TR_COMMON_PERSON = "label.tr.common.person";
/**
* <strong>label.tr.common.basePrice = Base Price</strong>
*/
public static final String LABEL_TR_COMMON_BASEPRICE = "label.tr.common.basePrice";
/**
* <strong>label.tr.common.idx = Index</strong>
*/
public static final String LABEL_TR_COMMON_IDX = "label.tr.common.idx";
/**
* <strong>label.tr.common.tourName = Tour Name</strong>
*/
public static final String LABEL_TR_COMMON_TOURNAME = "label.tr.common.tourName";
/**
* <strong>label.tr.common.pageNotFoundMessage = That page is not found.</strong>
*/
public static final String LABEL_TR_COMMON_PAGENOTFOUNDMESSAGE = "label.tr.common.pageNotFoundMessage";
/**
* <strong>label.tr.common.pageUnauthorizedMessage = Need to authentication.</strong>
*/
public static final String LABEL_TR_COMMON_PAGEUNAUTHORIZEDMESSAGE = "label.tr.common.pageUnauthorizedMessage";
/**
* <strong>label.tr.common.paymentInfo = Payment Information</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTINFO = "label.tr.common.paymentInfo";
/**
* <strong>label.tr.common.paymentMethod = Payment Method</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTMETHOD = "label.tr.common.paymentMethod";
/**
* <strong>label.tr.common.paymentAccount = Bank Account for Transfer</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTACCOUNT = "label.tr.common.paymentAccount";
/**
* <strong>label.tr.common.paymentTimeLimit = Payment Due Date</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTTIMELIMIT = "label.tr.common.paymentTimeLimit";
/**
* <strong>label.tr.common.paymentInquiry = Inquiry</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTINQUIRY = "label.tr.common.paymentInquiry";
/**
* <strong>label.tr.common.companyName = TERASOLUNA TRAVEL CUSTOMER CENTER</strong>
*/
public static final String LABEL_TR_COMMON_COMPANYNAME = "label.tr.common.companyName";
/**
* <strong>label.tr.common.companyEmail = customer@example.com</strong>
*/
public static final String LABEL_TR_COMMON_COMPANYEMAIL = "label.tr.common.companyEmail";
/**
* <strong>label.tr.common.companyTel = 01-2345-6789</strong>
*/
public static final String LABEL_TR_COMMON_COMPANYTEL = "label.tr.common.companyTel";
/**
* <strong>label.tr.common.paymentCompanyname = TERA Bank, TERA Branch</strong>
*/
public static final String LABEL_TR_COMMON_PAYMENTCOMPANYNAME = "label.tr.common.paymentCompanyname";
/**
* <strong>label.tr.common.savingsAccount = Current Account:12345678</strong>
*/
public static final String LABEL_TR_COMMON_SAVINGSACCOUNT = "label.tr.common.savingsAccount";
/**
* <strong>label.tr.common.bankTransfer = Bank Transfer</strong>
*/
public static final String LABEL_TR_COMMON_BANKTRANSFER = "label.tr.common.bankTransfer";
/**
* <strong>label.tr.common.currencyPattern = \##,###</strong>
*/
public static final String LABEL_TR_COMMON_CURRENCYPATTERN = "label.tr.common.currencyPattern";
/**
* <strong>label.tr.common.datePattern = yyyy/MM/dd</strong>
*/
public static final String LABEL_TR_COMMON_DATEPATTERN = "label.tr.common.datePattern";
/**
* <strong>label.tr.common.personcountPattern = ## person(s)</strong>
*/
public static final String LABEL_TR_COMMON_PERSONCOUNTPATTERN = "label.tr.common.personcountPattern";
/**
* <strong>label.tr.common.pdfdownloadMessage = PDF can be download for this information</strong>
*/
public static final String LABEL_TR_COMMON_PDFDOWNLOADMESSAGE = "label.tr.common.pdfdownloadMessage";
/**
* <strong>label.tr.common.downloadpdfBtnMessage = Download PDF</strong>
*/
public static final String LABEL_TR_COMMON_DOWNLOADPDFBTNMESSAGE = "label.tr.common.downloadpdfBtnMessage";
/**
* <strong>label.tr.common.specialNotes = Special Notes</strong>
*/
public static final String LABEL_TR_COMMON_SPECIALNOTES = "label.tr.common.specialNotes";
/**
* <strong>label.tr.common.opinionSuggestion = Opinion or Suggestions</strong>
*/
public static final String LABEL_TR_COMMON_OPINIONSUGGESTION = "label.tr.common.opinionSuggestion";
/**
* <strong>e.tr.fw.0001 = Your Request is conficted.</strong>
*/
public static final String E_TR_FW_0001 = "e.tr.fw.0001";
/**
* <strong>e.tr.fw.0002 = Your Request is not acceptable.</strong>
*/
public static final String E_TR_FW_0002 = "e.tr.fw.0002";
/**
* <strong>e.tr.fw.0003 = Unhandle system error occured!</strong>
*/
public static final String E_TR_FW_0003 = "e.tr.fw.0003";
/**
* <strong>e.tr.fw.0004 = Invalid request.</strong>
*/
public static final String E_TR_FW_0004 = "e.tr.fw.0004";
/**
* <strong>e.tr.fw.0005 = Expected CSRF token not found. Has your session expired?</strong>
*/
public static final String E_TR_FW_0005 = "e.tr.fw.0005";
/**
* <strong>e.tr.fw.0006 = Access denied!</strong>
*/
public static final String E_TR_FW_0006 = "e.tr.fw.0006";
/**
* <strong>label.tr.menu.menuMessage = This is a menu screen.</strong>
*/
public static final String LABEL_TR_MENU_MENUMESSAGE = "label.tr.menu.menuMessage";
/**
* <strong>label.tr.menu.tourSearchMessage = You can search tours with the specified conditions. <br>
* You can also search for tour reservations. You must be logged in to the reservation.</strong>
*/
public static final String LABEL_TR_MENU_TOURSEARCHMESSAGE = "label.tr.menu.tourSearchMessage";
/**
* <strong>label.tr.menu.searchBtnMessage = Tour Search</strong>
*/
public static final String LABEL_TR_MENU_SEARCHBTNMESSAGE = "label.tr.menu.searchBtnMessage";
/**
* <strong>label.tr.menu.loginMessage = you can reserve tours and change, cancel reservations after you login. <br>
* In order to login you must registere members in advance.</strong>
*/
public static final String LABEL_TR_MENU_LOGINMESSAGE = "label.tr.menu.loginMessage";
/**
* <strong>label.tr.menu.loginBtnMessage = Login</strong>
*/
public static final String LABEL_TR_MENU_LOGINBTNMESSAGE = "label.tr.menu.loginBtnMessage";
/**
* <strong>label.tr.menu.customerRegisterMessage = Enter your information to register membership</strong>
*/
public static final String LABEL_TR_MENU_CUSTOMERREGISTERMESSAGE = "label.tr.menu.customerRegisterMessage";
/**
* <strong>label.tr.menu.customerRegisterBtnMessage = Register Customer</strong>
*/
public static final String LABEL_TR_MENU_CUSTOMERREGISTERBTNMESSAGE = "label.tr.menu.customerRegisterBtnMessage";
/**
* <strong>label.tr.menu.referBtnMessage = Refer the Reservations</strong>
*/
public static final String LABEL_TR_MENU_REFERBTNMESSAGE = "label.tr.menu.referBtnMessage";
/**
* <strong>label.tr.menu.referMessage = you can change tours and cancel reservations</strong>
*/
public static final String LABEL_TR_MENU_REFERMESSAGE = "label.tr.menu.referMessage";
/**
* <strong>label.tr.login.loginFormMessage = Login Form</strong>
*/
public static final String LABEL_TR_LOGIN_LOGINFORMMESSAGE = "label.tr.login.loginFormMessage";
/**
* <strong>label.tr.login.notCustmerMessage = Customers do not have a member ID, please register your membership with the
* buttons below.</strong>
*/
public static final String LABEL_TR_LOGIN_NOTCUSTMERMESSAGE = "label.tr.login.notCustmerMessage";
/**
* <strong>label.tr.managecustomer.managecustomerMessage = Register Custmer</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_MANAGECUSTOMERMESSAGE = "label.tr.managecustomer.managecustomerMessage";
/**
* <strong>label.tr.managecustomer.MembershipInfoMessage = Information</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_MEMBERSHIPINFOMESSAGE = "label.tr.managecustomer.MembershipInfoMessage";
/**
* <strong>label.tr.managecustomer.createFormMessage = <strong>Membership information input</strong> -> Confirm information
* -> Completed<br>
* Please enter the information to be registered members.<br>
* Please press the input, "Confirm" button when finished.</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATEFORMMESSAGE = "label.tr.managecustomer.createFormMessage";
/**
* <strong>label.tr.managecustomer.createConfirmMessage = Membership information input -> <strong>Confirm
* information</strong> -> Completed<br>
* Please confirm your input. <br>
* Please press the confirmation, "Register" button when finished.</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATECONFIRMMESSAGE = "label.tr.managecustomer.createConfirmMessage";
/**
* <strong>label.tr.managecustomer.createCompleteMessage = Membership information input -> Confirm information ->
* <strong>Completed</strong><br>
* Membership registration was completed. Your "User Id" is <strong>{0}</strong>.<br>
* <strong>Please do not forget because you will need at login.</strong></strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_CREATECOMPLETEMESSAGE = "label.tr.managecustomer.createCompleteMessage";
/**
* <strong>label.tr.managecustomer.fullKanaOnlyMessage = Full-width Katakana only</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_FULLKANAONLYMESSAGE = "label.tr.managecustomer.fullKanaOnlyMessage";
/**
* <strong>label.tr.managecustomer.fullOnlyMessage = Full-width only</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_FULLONLYMESSAGE = "label.tr.managecustomer.fullOnlyMessage";
/**
* <strong>label.tr.managecustomer.halfTelOnlyMessage = Half-width 10 digits to 13 digits numeric only</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_HALFTELONLYMESSAGE = "label.tr.managecustomer.halfTelOnlyMessage";
/**
* <strong>label.tr.managecustomer.halfZipOnlyMessage = Half-width only</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_HALFZIPONLYMESSAGE = "label.tr.managecustomer.halfZipOnlyMessage";
/**
* <strong>label.tr.managecustomer.halfPasswordOnlyMessage = Half-width 4 digits to 20 digits alphanumeric only</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_HALFPASSWORDONLYMESSAGE = "label.tr.managecustomer.halfPasswordOnlyMessage";
/**
* <strong>label.tr.managecustomer.zipExampleMessage = Ex. 01-234506789</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_ZIPEXAMPLEMESSAGE = "label.tr.managecustomer.zipExampleMessage";
/**
* <strong>label.tr.managecustomer.telExampleMessage = Ex. 262-0002</strong>
*/
public static final String LABEL_TR_MANAGECUSTOMER_TELEXAMPLEMESSAGE = "label.tr.managecustomer.telExampleMessage";
/**
* <strong>label.tr.searchtour.searchTourMessage = Tour Search</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURMESSAGE = "label.tr.searchtour.searchTourMessage";
/**
* <strong>label.tr.searchtour.searchTourFlowMessage =
* <p>
* <strong>Search Tour</strong> -> Check the contents ⇒ Confirm reservation -> Completed
* </p>
* <p>
* registration procedure
* </p>
* </strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURFLOWMESSAGE = "label.tr.searchtour.searchTourFlowMessage";
/**
* <strong>label.tr.searchtour.searchTourInstructionsMessage =
* <ol>
* <li>Enter the search criteria screen tour, please search the tour.</li>
* <li>Please select one tour from the search results list.</li>
* <li>Check the contents of the tour in Tour Details screen, please proceed to the next screen if there is no problem.
* (Reservations are not yet.)</li>
* <li>Confirm your reservation, please perform a reservation if there is no problem.</li>
* <li>For more information please check tour, membership information, fee details, the payment information screen tour
* reservation registration is complete.</li>
* </ol>
* <p>
* Search for tours by specifying the conditions, please select a tour from the search results. The tour can be selected by
* pressing the link name of the tour.
* </p>
* </strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURINSTRUCTIONSMESSAGE = "label.tr.searchtour.searchTourInstructionsMessage";
/**
* <strong>label.tr.searchtour.SearchCriteriaTourMessage = Tour Search Condition</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHCRITERIATOURMESSAGE = "label.tr.searchtour.SearchCriteriaTourMessage";
/**
* <strong>label.tr.searchtour.depDateRestrictMessage = Please enter dates in the future after one week from today</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_DEPDATERESTRICTMESSAGE = "label.tr.searchtour.depDateRestrictMessage";
/**
* <strong>label.tr.searchtour.personsRestrictMessage = Adult:over 12 years old Child:under 12 years old</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_PERSONSRESTRICTMESSAGE = "label.tr.searchtour.personsRestrictMessage";
/**
* <strong>label.tr.searchtour.searchTourResultMessage = Tour Search Result (sorted by tour days, base price)</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESULTMESSAGE = "label.tr.searchtour.searchTourResultMessage";
/**
* <strong>label.tr.searchtour.placeMessage = Select Prefecture</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_PLACEMESSAGE = "label.tr.searchtour.placeMessage";
/**
* <strong>label.tr.searchtour.resultCountMessage = {0} tours are found.</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESULTCOUNTMESSAGE = "label.tr.searchtour.resultCountMessage";
/**
* <strong>label.tr.searchtour.titleDetailScreenMessage = Tour Details Screen</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TITLEDETAILSCREENMESSAGE = "label.tr.searchtour.titleDetailScreenMessage";
/**
* <strong>label.tr.searchtour.tourDetailCaptionMessage = Detail Information of the Tour</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TOURDETAILCAPTIONMESSAGE = "label.tr.searchtour.tourDetailCaptionMessage";
/**
* <strong>label.tr.searchtour.loginToReserveMessage = Please press the Login button below in order to make the
* reservation</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_LOGINTORESERVEMESSAGE = "label.tr.searchtour.loginToReserveMessage";
/**
* <strong>label.tr.searchtour.pressReserveBtnMessage = Once the Tour details are confirmed, please press the Reserve button
* below. </br> Please fill in, if there are any suggestions. </strong>
*/
public static final String LABEL_TR_SEARCHTOUR_PRESSRESERVEBTNMESSAGE = "label.tr.searchtour.pressReserveBtnMessage";
/**
* <strong>label.tr.searchtour.logout = Logout</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_LOGOUT = "label.tr.searchtour.logout";
/**
* <strong>label.tr.searchtour.reserve = Make Reservation</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVE = "label.tr.searchtour.reserve";
/**
* <strong>label.tr.searchtour.tourname = Tour Name</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TOURNAME = "label.tr.searchtour.tourname";
/**
* <strong>label.tr.searchtour.depDay = Departure Date</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_DEPDAY = "label.tr.searchtour.depDay";
/**
* <strong>label.tr.searchtour.tourDays = No of Days</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TOURDAYS = "label.tr.searchtour.tourDays";
/**
* <strong>label.tr.searchtour.depName = Source</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_DEPNAME = "label.tr.searchtour.depName";
/**
* <strong>label.tr.searchtour.arrName = Destination</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_ARRNAME = "label.tr.searchtour.arrName";
/**
* <strong>label.tr.searchtour.conductor = Conductor</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CONDUCTOR = "label.tr.searchtour.conductor";
/**
* <strong>label.tr.searchtour.accomName = Name of Accomodation</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_ACCOMNAME = "label.tr.searchtour.accomName";
/**
* <strong>label.tr.searchtour.accomTel = Contact Details</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_ACCOMTEL = "label.tr.searchtour.accomTel";
/**
* <strong>label.tr.searchtour.tourAbs = Summary</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TOURABS = "label.tr.searchtour.tourAbs";
/**
* <strong>label.tr.searchtour.representative = Representative</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_REPRESENTATIVE = "label.tr.searchtour.representative";
/**
* <strong>label.tr.searchtour.customerCode = Membership ID</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERCODE = "label.tr.searchtour.customerCode";
/**
* <strong>label.tr.searchtour.customerKana = Name in Kana</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERKANA = "label.tr.searchtour.customerKana";
/**
* <strong>label.tr.searchtour.customerName = Name</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERNAME = "label.tr.searchtour.customerName";
/**
* <strong>label.tr.searchtour.customerBirth = Birthdate</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERBIRTH = "label.tr.searchtour.customerBirth";
/**
* <strong>label.tr.searchtour.customerJob = Job</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERJOB = "label.tr.searchtour.customerJob";
/**
* <strong>label.tr.searchtour.customerMail = Email</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERMAIL = "label.tr.searchtour.customerMail";
/**
* <strong>label.tr.searchtour.customerContactInfo = Contact Details</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERCONTACTINFO = "label.tr.searchtour.customerContactInfo";
/**
* <strong>label.tr.searchtour.customerTell = Phone number</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERTELL = "label.tr.searchtour.customerTell";
/**
* <strong>label.tr.searchtour.customerPost = Pincode</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERPOST = "label.tr.searchtour.customerPost";
/**
* <strong>label.tr.searchtour.customerAdd = Address</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CUSTOMERADD = "label.tr.searchtour.customerAdd";
/**
* <strong>label.tr.searchtour.statementOfCharges = Statement of Charges</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_STATEMENTOFCHARGES = "label.tr.searchtour.statementOfCharges";
/**
* <strong>label.tr.searchtour.classificationOnAge = Age Category</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CLASSIFICATIONONAGE = "label.tr.searchtour.classificationOnAge";
/**
* <strong>label.tr.searchtour.unitPrice = Unit Price</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_UNITPRICE = "label.tr.searchtour.unitPrice";
/**
* <strong>label.tr.searchtour.noOfPeople = No of Persons</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_NOOFPEOPLE = "label.tr.searchtour.noOfPeople";
/**
* <strong>label.tr.searchtour.charge = Charge</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CHARGE = "label.tr.searchtour.charge";
/**
* <strong>label.tr.searchtour.adult = Adult</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_ADULT = "label.tr.searchtour.adult";
/**
* <strong>label.tr.searchtour.child = Child</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CHILD = "label.tr.searchtour.child";
/**
* <strong>label.tr.searchtour.sumPrice = Total Charge</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SUMPRICE = "label.tr.searchtour.sumPrice";
/**
* <strong>label.tr.searchtour.lessThanEightyCharsMessage = (Less than 80 Characters)</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_LESSTHANEIGHTYCHARSMESSAGE = "label.tr.searchtour.lessThanEightyCharsMessage";
/**
* <strong>label.tr.searchtour.opinionSuggestionMessage = * If there is opinion or suggestion regarding the tour, please
* mention it here</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_OPINIONSUGGESTIONMESSAGE = "label.tr.searchtour.opinionSuggestionMessage";
/**
* <strong>label.tr.searchtour.confirmedMessage = Confirm</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CONFIRMEDMESSAGE = "label.tr.searchtour.confirmedMessage";
/**
* <strong>label.tr.searchtour.titleConfirmScreenMessage = Tour Confirmation Screen</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_TITLECONFIRMSCREENMESSAGE = "label.tr.searchtour.titleConfirmScreenMessage";
/**
* <strong>label.tr.searchtour.reserveScreenTitleMessage = Please check the reservation details<br />
* Press "Download PDF"button to save the reservation information in PDF format.</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVESCREENTITLEMESSAGE = "label.tr.searchtour.reserveScreenTitleMessage";
/**
* <strong>label.tr.searchtour.reserveScreenFlowMessage = <br />
* Please pay before the due date in the bank account or directly at the window <br />
* Further, if payment is not confirmed till the due date, <br />
* the reservation can be cancelled. <br />
* <br />
* Reservation slip can be downloaded in the PDF format.<br />
* </strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVESCREENFLOWMESSAGE = "label.tr.searchtour.reserveScreenFlowMessage";
/**
* <strong>label.tr.searchtour.confirmScreenFlowMessage = Reservation Date</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_CONFIRMSCREENFLOWMESSAGE = "label.tr.searchtour.confirmScreenFlowMessage";
/**
* <strong>label.tr.searchtour.detailScreenFlowMessage = Reservation Number</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_DETAILSCREENFLOWMESSAGE = "label.tr.searchtour.detailScreenFlowMessage";
/**
* <strong>label.tr.searchtour.searchtourReservePdfMessage = Return to Tour Search Screen</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESERVEPDFMESSAGE = "label.tr.searchtour.searchtourReservePdfMessage";
/**
* <strong>label.tr.searchtour.searchtourReserveDetailMessage = Tour Reservation Completion Screen</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_SEARCHTOURRESERVEDETAILMESSAGE = "label.tr.searchtour.searchtourReserveDetailMessage";
/**
* <strong>label.tr.searchtour.reserveDate = Tour Search ⇒ Tour Details ⇒ Confirmation of Tour
* Details ⇒ <strong>Finish</strong></strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVEDATE = "label.tr.searchtour.reserveDate";
/**
* <strong>label.tr.searchtour.reserveNo = Tour Search ⇒ Tour Details ⇒ <strong>Confirmation of Tour
* Details</strong> ⇒ Finish</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_RESERVENO = "label.tr.searchtour.reserveNo";
/**
* <strong>label.tr.searchtour.goTourSearchScreenMessage = Tour Search ⇒ <strong>Tour
* Details</strong> ⇒ Confirmation of Tour Details ⇒ Finish</strong>
*/
public static final String LABEL_TR_SEARCHTOUR_GOTOURSEARCHSCREENMESSAGE = "label.tr.searchtour.goTourSearchScreenMessage";
/**
* <strong>label.tr.managereservation.manageReservationMessage = Refer Reservations Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONMESSAGE = "label.tr.managereservation.manageReservationMessage";
/**
* <strong>label.tr.managereservation.manageReservationFlowMessage = <strong>Confirm the List of Reservations </strong> ⇒
* Confirm the Details</br></strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONFLOWMESSAGE = "label.tr.managereservation.manageReservationFlowMessage";
/**
* <strong>label.tr.managereservation.manageReservationNoRecordMessage = For refering the details or making changes to a
* reservation or canceling a reservation, <br />
* press "Check Details", "Edit", "Delete" button resepectively <br />
* <br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONNORECORDMESSAGE = "label.tr.managereservation.manageReservationNoRecordMessage";
/**
* <strong>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 web.<br />
* Please call at Phone (01-2345-6789) or visit our office.</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONNOCANCELMESSAGE = "label.tr.managereservation.manageReservationNoCancelMessage";
/**
* <strong>label.tr.managereservation.ReserveListMessage = Reservation List <font>※Shown in the ascending order
* of departure and reservation no</font></strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_RESERVELISTMESSAGE = "label.tr.managereservation.ReserveListMessage";
/**
* <strong>label.tr.managereservation.reserveNo = Reservation No</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_RESERVENO = "label.tr.managereservation.reserveNo";
/**
* <strong>label.tr.managereservation.tourName = Tour Name</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_TOURNAME = "label.tr.managereservation.tourName";
/**
* <strong>label.tr.managereservation.depDay = Departure Date</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DEPDAY = "label.tr.managereservation.depDay";
/**
* <strong>label.tr.managereservation.days = No of Days</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DAYS = "label.tr.managereservation.days";
/**
* <strong>label.tr.managereservation.origin = Origin</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_ORIGIN = "label.tr.managereservation.origin";
/**
* <strong>label.tr.managereservation.destination = Destination</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DESTINATION = "label.tr.managereservation.destination";
/**
* <strong>label.tr.managereservation.noOfPerson = No of People</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_NOOFPERSON = "label.tr.managereservation.noOfPerson";
/**
* <strong>label.tr.managereservation.paymentStatus = Payment Method</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTSTATUS = "label.tr.managereservation.paymentStatus";
/**
* <strong>label.tr.managereservation.totalCost = Total Cost</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_TOTALCOST = "label.tr.managereservation.totalCost";
/**
* <strong>label.tr.managereservation.done = Payment Done</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DONE = "label.tr.managereservation.done";
/**
* <strong>label.tr.managereservation.paymentNotDone = Payment Pending</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTNOTDONE = "label.tr.managereservation.paymentNotDone";
/**
* <strong>label.tr.managereservation.showDetailsBtnMessage = Show Details</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_SHOWDETAILSBTNMESSAGE = "label.tr.managereservation.showDetailsBtnMessage";
/**
* <strong>label.tr.managereservation.changeReservationBtnMessage = Edit the Reservation</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONBTNMESSAGE = "label.tr.managereservation.changeReservationBtnMessage";
/**
* <strong>label.tr.managereservation.cancelReservationBtnMessage = Cancel the Reservation</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_CANCELRESERVATIONBTNMESSAGE = "label.tr.managereservation.cancelReservationBtnMessage";
/**
* <strong>label.tr.managereservation.changeReservationFinBtnMessage = Finalize the Changes</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONFINBTNMESSAGE = "label.tr.managereservation.changeReservationFinBtnMessage";
/**
* <strong>label.tr.managereservation.changeReservationStaBtnMessage = Start Over Again</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_CHANGERESERVATIONSTABTNMESSAGE = "label.tr.managereservation.changeReservationStaBtnMessage";
/**
* <strong>label.tr.managereservation.returnToListScreenBtnMessage = Return to List of Reservations</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_RETURNTOLISTSCREENBTNMESSAGE = "label.tr.managereservation.returnToListScreenBtnMessage";
/**
* <strong>label.tr.managereservation.updatedScreenFlowMessage = <font>Edit the contents</font> ⇒ <font>Confirm
* the edited contents</font> ⇒ <font><strong>Finish</strong></font> <br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDSCREENFLOWMESSAGE = "label.tr.managereservation.updatedScreenFlowMessage";
/**
* <strong>label.tr.managereservation.updatedFinishMessage = The reservation has been changed as below.<br>
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDFINISHMESSAGE = "label.tr.managereservation.updatedFinishMessage";
/**
* <strong>label.tr.managereservation.paymentReminderMessage = Please make the payment at the reception or in the bank
* account before the payment due-date.<br />
* Also, please note that if payment is not done by the due-date, it is possible that the reservation may get cancelled.<br />
* Thank you for your understanding<br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTREMINDERMESSAGE = "label.tr.managereservation.paymentReminderMessage";
/**
* <strong>label.tr.managereservation.paymentNoCancelMessage = The payment for this reservation has been done.<br />
* Thereby, this reservation cannot be changed or cancelled from the web.<br />
* Please visit the travel desk or contact us on phone at (01-2345-6789) for changes and cancellation related procedures<br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_PAYMENTNOCANCELMESSAGE = "label.tr.managereservation.paymentNoCancelMessage";
/**
* <strong>label.tr.managereservation.updatedCompleteMessage = Reservation is changed as above.</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_UPDATEDCOMPLETEMESSAGE = "label.tr.managereservation.updatedCompleteMessage";
/**
* <strong>label.tr.managereservation.manageReservationShowScreenTitleMessage = Reservation Detail Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationShowScreenTitleMessage";
/**
* <strong>label.tr.managereservation.manageReservationShowScreenFlowMessage = <font>Confirm the list of
* reservations</font> ⇒ <font><strong>Confirm the details of a Reservation</strong></font></strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWSCREENFLOWMESSAGE = "label.tr.managereservation.manageReservationShowScreenFlowMessage";
/**
* <strong>label.tr.managereservation.manageReservationShowMessage = Please confirm the detail information of the
* reservation made by you.<br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONSHOWMESSAGE = "label.tr.managereservation.manageReservationShowMessage";
/**
* <strong>label.tr.managereservation.manageReservationUpdatedScreenTitleMessage = Reservation Change Completion
* Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONUPDATEDSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationUpdatedScreenTitleMessage";
/**
* <strong>label.tr.managereservation.manageReservationConfirmScreenTitleMessage = Reservation Change Confirmation
* Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMSCREENTITLEMESSAGE = "label.tr.managereservation.manageReservationConfirmScreenTitleMessage";
/**
* <strong>label.tr.managereservation.manageReservationConfirmScreenFlowMessage = <font>Make Changes</font>
* ⇒ <font><strong>Confirm the Changes</strong></font> ⇒ <font>Finish</font> <br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMSCREENFLOWMESSAGE = "label.tr.managereservation.manageReservationConfirmScreenFlowMessage";
/**
* <strong>label.tr.managereservation.manageReservationConfirmDetailMessage =
* <p>
* The changes are as below.
* <p>
* If there is no problem with the changed contents, press the "Change Reservation" button below.
* </p>
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMDETAILMESSAGE = "label.tr.managereservation.manageReservationConfirmDetailMessage";
/**
* <strong>label.tr.managereservation.manageReservationConfirmCautionMessage =
* <p>
* Please take a note that, there is no change in the payment information below.
* </p>
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMCAUTIONMESSAGE = "label.tr.managereservation.manageReservationConfirmCautionMessage";
/**
* <strong>label.tr.managereservation.manageReservationConfirmMessage =
* <p>
* Reservation will be changed according to the information above. Is it OK to proceed ?
* </p>
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONCONFIRMMESSAGE = "label.tr.managereservation.manageReservationConfirmMessage";
/**
* <strong>label.tr.managereservation.manageReservationEditScreenTitle = Change Reservation Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITSCREENTITLE = "label.tr.managereservation.manageReservationEditScreenTitle";
/**
* <strong>label.tr.managereservation.manageReservationEditFlowMessage = <font><strong>Make Changes</strong></font>
* ⇒ <font>Confirm the Changes</font> ⇒ <font>Finish</font> <br />
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITFLOWMESSAGE = "label.tr.managereservation.manageReservationEditFlowMessage";
/**
* <strong>label.tr.managereservation.manageReservationEditMessage =
* <p>
* After making changes to the reservation, press the "Confirm Reservation" button below.
* </p>
* </strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_MANAGERESERVATIONEDITMESSAGE = "label.tr.managereservation.manageReservationEditMessage";
/**
* <strong>label.tr.managereservation.beforecancelScreenTitleMessage = Confirmation Screen for Reservation
* Cancellation</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENTITLEMESSAGE = "label.tr.managereservation.beforecancelScreenTitleMessage";
/**
* <strong>label.tr.managereservation.beforecancelScreenFlowMessage = <strong>Confirm Cancellation
* Contents</strong> ⇒ Finish</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENFLOWMESSAGE = "label.tr.managereservation.beforecancelScreenFlowMessage";
/**
* <strong>label.tr.managereservation.beforeCancelScreenMessage = Please Press "Cancel Reservation" button below if this
* reservation is to be cancelled.</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_BEFORECANCELSCREENMESSAGE = "label.tr.managereservation.beforeCancelScreenMessage";
/**
* <strong>label.tr.managereservation.aftercancelScreenTitleMessage = Reservation Cancellation Screen</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENTITLEMESSAGE = "label.tr.managereservation.aftercancelScreenTitleMessage";
/**
* <strong>label.tr.managereservation.aftercancelScreenFlowMessage = Confirm Cancellation
* Contents ⇒ <strong>Finish</strong></strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENFLOWMESSAGE = "label.tr.managereservation.aftercancelScreenFlowMessage";
/**
* <strong>label.tr.managereservation.night = Night</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_NIGHT = "label.tr.managereservation.night";
/**
* <strong>label.tr.managereservation.day = Day</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DAY = "label.tr.managereservation.day";
/**
* <strong>label.tr.managereservation.dayTrip = Day Trip</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_DAYTRIP = "label.tr.managereservation.dayTrip";
/**
* <strong>label.tr.managereservation.aftercancelScreenMessage = Tour Reservation with Reservation Number: {0}, is
* cancelled.</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_AFTERCANCELSCREENMESSAGE = "label.tr.managereservation.aftercancelScreenMessage";
/**
* <strong>label.tr.managereservation.confirmEditBtnMessage = Confirm the Change</strong>
*/
public static final String LABEL_TR_MANAGERESERVATION_CONFIRMEDITBTNMESSAGE = "label.tr.managereservation.confirmEditBtnMessage";
}