/**
 * @fileOverview  Js for home page
 * 
 */
Message = {
	//-- general message
	101: 'Invalid parameters.',
	102: 'Database error.',
	//-- trip-details page
	201: 'Book in multiple destinations.',
	202: 'Book with different number of adults and/or number of children.',
	203: 'Sale closed.',
	204: 'Children is not allowed.',
	205: 'Invalid departure date.',
	206: 'Rate is not available for specified date.',
	207: 'Stop sale period.',
	208: 'Book duplicate item.',
	209: 'No allotment is available for specified time.',
	//-- check-out page
	501: 'Invalid input data.',
	502: 'Invalid credit card number. Please re-enter a valid credit card number.',
	503: 'Credit card has been expired. Please enter another credit card details.',
	504: 'Sorry, this gift certificate code is invalid or expired.',
	//-- special offer related message
	601: 'Sorry, this promo code is not correct.',
	602: 'Sorry, this promo code cannot be used in this destination.',
	603: 'Sorry, this promo code can only be used from {0} to {1}.',
	604: 'Sorry, this promo code cannot apply for this sale channel.',
	605: 'Sorry, this promo code can only be used for trips departing from {0} to {1}.',
	606: 'Sorry, this promo code requires at least (0) trips in booking.',
	607: 'Sorry, this promo code requires at least {0} people in booking.',
	608: 'Sorry, this promo code has expired.',
	609: 'Sorry, this tester code is invalid because:\r\n- You are not registered as Urban Adventures tester',
        610: 'Sorry, you are not eligible for this promotion.',
        611: 'Sorry, this tester code cannot apply on this departure date.',
        612: 'Sorry, this tester code is invalid because:\r\n- This code has already been used for this tester email.',
	alm: {
        dateAlt: 'Number of remaining allotment: ',
        groupMin: 'Minimum group size is ',
        groupMax: 'Maximum group size is ',
        inValidCode: 'Invalid code.',
        departureTime: 'Please select a departure time.',
        departureDate: 'Please select a departure date.',
        unAvail: 'Unavailable date',
        firstAvail: 'The First Available is ',
        check: 'Checking data ... Please wait.'
    },
    dlg: {
        title: 'Loading',
        title2: 'Invalid input data.',
        title3: 'Checking data.',
        title4: 'Invalid request.'
    },
    errEmail: 'Please enter a valid email.',	
	errRequired: 	'Is required.',
	errInvalid:		'Is invalid.'
};