//Global message
Message = {
    Dlg: {
        title: 'Loading',
        title2: 'Invalid input data.',
        title3: 'Checking data.',
        title4: 'Invalid request.',
        logoutTitle: 'Logout',
        error: 'Error occurs',
        help: 'Help',
        checking: 'Checking data ... Please wait.',
        loading: 'Loading data ... Please wait!.',
        delTitle: 'Remove Item.',
        delMsg: 'Do you really want to remove this item.',
        deleting: 'Removing item ... Please wait.',
        cancellation: 'Cancellation policy',
        logoutMsg: 'Do you really want to logout?.',
        cancel: 'Cancel',
        printVoucher: 'Print Voucher',
        close: 'Close',
        send: 'Send',
        cancelItem:'Do you want to cancel this item ?',
        cancelBooking:'Do you want to cancel booking ?'
    },
    // Error message
    Error: {
       email: 'Please enter the email.',
       re_email: 'Please re-enter the valid email.',
       valid_email: 'Please enter the valid email.',
       old_password: 'Please enter old password.',
       new_password: 'Please enter new password.',
       password: 'Please enter a password.',
       re_password: 'Please re-enter the password.',
       tvl_fname: 'Please enter traveller first name.',
       tvl_lname: 'Please enter traveller last name.',
       tvl_dob: 'Please enter traveller date of birth.',
       tvl_phone: 'Please enter traveller contact phone number.',
       tvl_cpf:'Please enter CPF / CNPJ.',
       tvl_cpf_invalid:'Please enter the valid CPF / CNPJ.',
       tvl_zipcode:'Please enter CEP / zipcode.',
       tvl_state:'Please enter state.',
       tvl_street_name:'Please enter street name.',
       tvl_city:'Please enter city.',
       nationality: 'Please select nationality.',
       residence: 'Please select a country of residence.',
       pax_num: 'The information input does not match the number of children defined on the previous page. Please return to the previous page and update your booking.',
       group_size: 'Sorry, the total number of passengers must be between {group_min} and {group_max}.\r\nPlease contact us directly if you would like to book for a different number of passengers.',
       noRate: 'Sorry, the rate is not available for selected date or number of passengers. Please try other values or contact us for support.',
       unAvailableRate: '(Unavailable rate)',
       ck_agreement: 'Please read and check the "Booking payment information."',
       ref_number:'Please type in reference number.',
	   message: 'Please enter the message.',
	   subject: 'Please enter the subject.',
	   validation: 'Please type the right number.',
	   reason: 'Please select the reason.',
	   name: 'Please enter the name.',
	   phone: 'Please enter the phone.',
	   country: 'Please select country.',
	   currency: 'Please select currency.',
	   url: 'Please enter the url.',
	   valid_url: 'Please enter the valid url.',
	   linkplace: 'Please enter the place of link.',
	   coverage: 'Please select Area / Destination of focus.',
       cc_name: 'Please enter card holder full name.',
       cc_address: 'Please enter the billing address.',
       cc_number: 'Please enter credit card number.',
       cc_csc: 'Please CSC number',
       cc_expiry_month: 'Please select a value of month expiry date.',
       cc_expiry_year: 'Please select a value of year expiry date.',
	   secure_thankyou: 'Thank you for submitting your card details. We will process your payment shortly and confirm back by sending the instructions on how to print your voucher.',
	   payment_fail:'Sorry, you have failed to secure your booking.<br> Please try again later.',
       blank: 'Is required.',
       invalid: 'Is invalid',
       100: 'Data is invalid',
       // Error booking
       1001: 'Service is not available.',
       1002: 'Sorry, the rate is not available for selected date or number of passengers. Please try other values or contact us for support.',
       // Error for pickup
       2001: 'Sorry, there is no available pickup service with your selected time. You can ask our operator at later stage for help.',
       2002: 'Please select a return time at least 6 hours later than the pickup time.',
       exceedBed: 'The total number of adults and children that you provided exceeds the number of beds. <br/>Please adjust your room types and quantities to proceed.',
       exceedRoom: 'The number of beds that you selected exceeds the required for provided number of passengers. <br/>Please adjust your selection to proceed.',
       exceedAlm: 'The total number of selected rooms of a room category can\'t exceeds total alloment of that room category.',
       exceedOpt:'Please select one pickup service option before proceeding.',
       exceedSeeOpt:'Please click "See Options" and select one of the available transfer options.',
       quanlity: 'Please choose the quantity.',
       arrivalTime: {hour: 'Please select the arrival hour.', minute: 'Please select the arrival minute.'},
       returnTime: {hour: 'Please select the return hour.', minute: 'Please select the return minute.'},
       pickup: 'Please select your preferred pickup service.',
       pickupLocation: 'Please enter the pickup location.',
       invalidPeriod: 'Sorry, please select other period because we are closed some days in your selected one.',
       date: 'Please enter the date',
       search_box: 'Please select a destination.'
    },
	// Combo text
	Combo: {
        any: 'Any',
        select: '-- Select --'
    },
    internetFacility: 'Internet facility',
	titlecfd: 'Click for more info',
    so: 'Special offers',
    loading: 'Loading ...',
    food: '	Food arrangement',
    free: 'Free',
    notAllow: 'Not allowed',
    minGuest: 'Required minimum of people: ',
    mls: 'Required minimum length of stay: ',
    pmDetail: 'Payment details',
    readMore: 'read more',
	//new letter
	yourEmail: '-- your email --',
	5001: 'The specified credit card number is not valid.',
	continueBooking: 'Please click OK button to check out your booking.',
	error:'Error: '
};

