﻿var MSG_PLEASE_WAIT = "Please Wait ...";
var MSG_PRINT_ALL = "Print All";
var MSG_LOADING = "Loading...";
var MSG_BET_NOT_SOLD = "Bet NOT sold: Operation failed";
var MSG_FORMAT_WRONG = "Format wrong";
var MSG_MAXBET = "The maximum amount you can bet is $";
var MSG_MINBET = "The minimum bet is $";
var MSG_NOTLOGGEDIN = "You must log in to place a bet.";
var MSG_NOTENABLEDFORPLACESPORTSBET = "Your bet has not been processed, please call BETASPORT on 13 23 82";
var MSG_MINSELECTIONS = "You must make at least one selection in each leg "
	+ "before you can place a bet.";
var MSG_NO_V75_POOL = "No V75 pool data is available.";
var MSG_SENDING_SYNC_REFRESH_REQUEST = "Sending synchronous refresh request";

// Messages - racecard.js
var MSG_ALLUP_CHOOSERACEAFTER
	    = "Please choose a race for this leg that runs after the race "
        + "selected for leg ";
var MSG_ALLUP_CHOOSERACEBEFORE 
	    = "Please choose a race for this leg that runs before the race "
        + "selected for leg ";
var MSG_ALLUP_LEG_NOSELECTIONS_POSTFIX = ".";
var MSG_ALLUP_LEG_NOSELECTIONS_PREFIX 
	= "Please make at least one selection for leg ";
var MSG_ALLUP_LEG_MINIMUM 
	= "At least two legs must be selected to place an all up bet.";
var MSG_ALLUP_SELECTLEGSINORDER 
    = "Please select the legs in sequential order";
var MSG_BETTYPE_UNAVAILABLE
	= "Sorry, this bet is not available on this meeting today.";
var MSG_BET_MAXIMUM = "The maximum bet is $";
var MSG_BET_MINIMUM = "The minimum bet is $";
var MSG_BET_SELECTIONS 
	= "You have not made enough selections to place a bet";
var MSG_ERR_QUINELLASTANDOUTTOOMANY 
	= "Too many selections for a standout quinella.\n"
	+ "Please select only one runner as the standout."
var MSG_NOEVENTSFORMEETING = "There are no events for this meeting.";
var MSG_NOMEETINGDATA = "Event data not found for meeting ";
var MSG_NOPOOLDATA = "No pool data is available.";
var MSG_STATUS_COMPLETE = "Complete";
var MSG_STATUS_REFRESHING = "Refreshing...";
var MSG_SUBMIT_BET = "Submit Bet";
var MSG_TRIWIN_BETCOST = "Triwin bet cost must be a whole dollar amount";

// inputvalidation.js
var MSG_PLEASE_SPECIFY_VALUE = "Please specify a value for ";
var MSG_PLEASE_SHORTEN_VALUE = "Please shorten the value for ";
var MSG_VALUE_TOO_SHORT_FOR = "The value is too short for ";
var MSG_MUST_BE_NUMERIC = " must be a numeric value.";
var MSG_SPECIFY_VALUE_FOR = "Please specify a value for ";
var MSG_FIELD_REQUIRES_VALUE = "A value is required for field: ";
var MSG_MUST_BE_NUMERIC = " must be a numeric value";
var MSG_SELECT_VALUE = "Please select a value for ";
var LBL_FIRST_NAME = "first name";
var LBL_SURNAME = "last name";
var LBL_DATE_OF_BIRTH = "date of birth";
var LBL_GENDER = "gender";
var LBL_ADDRESS = "address";
var LBL_CITY = "city";
var LBL_POSTCODE = "postcode";
var LBL_POSTAL_ADDRESS = "postal address";
var LBL_POSTAL_CITY = "postal city";
var LBL_POSTAL_POSTCODE = "postal postcode";
var LBL_EMAIL = "email";
var LBL_HOME_PHONE = "home phone";

// date.js
var MSG_NOT_A_VALID_VALUE = "You have not selected a VALID value for ";
var MSG_CLICK_OK_TO_PROCEED = "Click OK to proceed anyway, or Cancel to go back and enter a valid value for ";
var MSG_PLEASE_SPEFICY_FOR_ALL_PARTS = "Please specify a value for all parts of ";
var MSG_IE_DMY = "(i.e. day, month and year)";
var MSG_INVALID_VALUE_FOR = "You have entered an invalid value for ";
var MSG_CANNONT_BE_BEFORE = "cannot be before ";
var MSG_CANNONT_BE_AFTER = "cannot be after ";

// join.js
var MSG_CLEAR_CONFIRMATION = 'Are you sure you would like to clear the form?';
var MSG_SELECT_HOW_FOUND = "Please indicate how you found our site by making a selection from the 'How did you hear about us?' list";
var MSG_SELECT_TITLE = "Please select your title.";
var MSG_MUST_AGREE_TO_TERMS_AND_CONDITIONS = "You must agree to the Terms and Conditions before proceeding";
var MSG_MUST_BE_18 = "You must be 18 years or older to have an account.";
var MSG_SURE_YOUR_99 = "Are you sure that you are over 99 years of age?";
var MSG_INVALID_FIRST_NAME = "The First Name you entered is not valid.";
var MSG_EMAILADDRESS_RETYPE = "Please carefully re-enter your email address, as this is where your new account details will be sent to.";
var MSG_INVALID_EMAIL = "The email address you entered is not valid. ";
var MSG_CONFIRM_EMAIL = "Please confirm your email address.";
var MSG_EMAIL_ADDRESSES_MISSMATCH = "The email addresses you entered do not match. ";
var MSG_PROMOCODE_INVALID = "The promotion code entered is not valid.";
var MSG_PROMOCODE_EXPIRED = "The promotion code entered has expired.";

// NonSecure.js
var MSG_ACCOUNT = "account";
var MSG_PIN = "PIN";
var MSG_PLEASE_SPECIFY_VALUE = "Please specify a value for ";
var MSG_SURNAME = "surname";

// realtimeview.js
var MSG_CANNOT_START_REALTIMEVIEW = "Cannot start realtimeview, target element is missing";

//secure.js
var MSG_RETRIEVING_ACCOUNT_BALANCE = "Retrieving account balance...";

// Utility.js
var MSG_PAGE_REQUIRES_LOGIN = "This page requires login.";