//
//	=========================================================================================
//	This file contains validation messages in English for the Javascript functions contained
//	within jdw_acctvalid.js.  Pages that include and use functions within jdw_acctvalid will
//	need to include this (or one of its alternative language counterparts) in order to work.
//	=========================================================================================
//
var forgottenIncompleteDetails='Incomplete Details.'

var forenameValidationMsg='Please enter your first name.';
var forenameLengthValidationMsg='Please enter your first name in full.';

var surnameValidationMsg='Please enter a last name.';
var surnameLengthValidationMsg='Please enter your last name in full.';

var accountNumberValidationMsg='Your account number does not seem to be in the correct format (1 letter and 7 numbers).';
var accountNumberlengthvalidationmsg='Please enter your account number.';
var accountNumberEmailMissingMsg='Please enter your account number or Email Address.';
var accountNumberEmailInvalidMsg='Please enter a valid email address or account number.';

var passwordValmsg='Please enter a password.';
var passwordCurrentmsg='Please enter your current password.';

var postcodeValidationMsg='Please enter a postcode.';
var postcodePrimaryProhibitedMsg='Sorry, use of this address as your primary address is prohibited.';
var postcodeSecondaryProhibitedMsg='Sorry, use of this address is prohibited for secondary addresses unless you have made your first order.';

var dobReqMsg='Please select a valid Date of Birth.';
var dobValMsg1='Please enter a valid date of birth.';
var dobValMsg2='Invalid Date of Birth.  Please select a valid Date of Birth.';

var noNumberGivenValMsg='Please enter a phone number.';
var homeNumberShortValMsg='Home Telephone Number is too short. Please enter a telephone number 10-11 digits long.';
var homeNumberLongValMsg='Home Telephone Number is too long. Please enter a telephone number 10-11 digits long.';
var homeNumberInvalidValMsg='Invalid characters in home telephone number.';
var workNumberShortValMsg='Daytime Telephone Number is too short. Please enter a telephone number 10-11 digits long.';
var workNumberLongValMsg='Daytime Telephone Number is too long. Please enter a telephone number 10-11 digits long.';
var workNumberInvalidValMsg='Invalid characters in work telephone number.';
var mobileValidationMsg='This is not a valid mobile phone number.\nPlease enter a new number or leave this box blank.';
var phoneLengthPreMsg='/n your number must be ';
var phoneLengthPostMsg=' characters in length.\n';
var phoneStartZero='\nYour number must start with 0\n';

var eventValidationMsg='Please enter at least one event.';

var enterHouseNumberMsg='Please enter a house number or name.';
var enterTownMsg='Please enter a valid Town.';
var emptyTimeAtAddrMsg='Please enter the time that you have lived at your current address.';
var timeYearsMonthsMsg='Please enter the time that you have lived at your current address in years and months.';
var invalidCharsYearsMsg='Invalid characters in years at address.';
var invalidCharsMonthsMsg='Invalid characters in months at address.';

var enterPasswordValMsg='Please enter your password.';
var passwordInvalidLengthMsg='The password must contain between 6 and 20 characters.';
var passwordsDontMatchMsg='Please enter two identical passwords.';
var passwordNotPassword='We take security seriously, therefore we do not allow this word as your password. Please enter a different one';
var passwordInvalidCharsMsg='The password contains an invalid character.';

var enquiryValidationMsg='Please enter your enquiry in full.';
var noPhoneNumberGivenMsg='Please enter a phone number.';

var noAddressDescriptionMsg='Please enter an Address Description.';
var noDeliveryNameMsg='Please enter a Delivery Name.';

var enterEmailValidationMessage='Please enter your email address.';
var invalidEmailValidationMessage1='This is not a valid email address. Please ensure that the address you enter:\n' +
'- contains one @ symbol\n- contains at least one full stop\n- contains no spaces\n' + 
'- has the correct ending (e.g. .com, .co.uk)\n'; 

var emailValidationMessage='Please enter a valid email address.';

var singleItemValidationMsg='Your item number does not seem to be in the correct format.';
var commentValidationMsg='Please enter your comment in full.';
var dateTimeErrorValidationMsg='You must enter the date and approximate time of the error.';

var titleValidationMsg='Please select a title.';

emptyIdValMsg='Please enter an id.'
invalidIdValMsg='Your id must contain only letters and numbers.'

selectCustTypeMsg='Please select a registration option.'

var countryValidationMsg='Please select your country of residence from the drop down list.';
var address1ValidationMsg='Address line 1 must contain a minimum of 2 characters.';
var postcodeZipcodeValidationMsg='Please enter a postcode or zipcode.';
var townValidationMsg='<> must contain a minimum of 2 characters.';
var addressConfirmationMsg='Please confirm that you have provided the correct address to continue.';
var contactNumberShortValMsg='Contact Telephone Number is too short. Please enter a telephone number 9-11 digits long.';
var contactNumberInvalidValMsg='Invalid characters in contact telephone number.';
var illegalCharacterMsg='Your <> cannot contain the "<>" character.';

var noMatchEmailValidationMessage='Please enter two identical email addresses.';

