//'------------------------------------------------------------------------------------------
//' js-core-alerts-en.js (Core)
//' Version 1.0
//'------------------------------------------------------------------------------------------
//' Copyright Surfocracy Ltd, 2009, Contact: info@surfocracy.com
//'------------------------------------------------------------------------------------------
//' Description: Common ENGLISH JavaScript alert strings. Used for reporting errors and alerts
//               in ALL JavaScript routines.
//'------------------------------------------------------------------------------------------
// List of error/warning strings for JavaScript in English Language.
   
   var ErrAllCompulsoryFieldsRequired = "Must supply all compulsory fields";
   var ErrMinimumPasswordCharactersOf = "Must have minimum password characters of";

   var AlertAboutToRemove = "You are about to permanently remove this item.";
   var AlertProceedOrLeaveUnchanged = "Press OK to proceed anyway or CANCEL to leave unchanged"; 

   var ErrPleaseCorrectFollowingErrors = "Please correct the following errors:";
   var ErrMustSupplyAllFields = "Please supply all fields";
   var ErrEnterValidNumber = "Please enter a valid number";
   var ErrEnterValidAmount = "Please enter a valid amount";
   var ErrMaximumLengthCanBe = "Maximum length can be";
   var ErrEnterSearchItem = "Please enter a search item";
   var ErrNoEmailProvided = "E-mail address is missing";
   var ErrLabelMissing = "Label is missing";
   var ErrMessageMissing = "Message is missing";
   var ErrDescriptionMissing = "Description is missing";
   var ErrBannedDomainMissing = "Banned domain is missing";
   var ErrPleaseSelectPage = "Please select a page";
   var ErrFromEmailMissing = "From email is missing";
   var ErrSubjectMissing = "Subject is missing";
   var ErrTitleMissing = "Title is missing";
   var ErrMaxHeadlinesMissing = "Maximum headlines is missing";
   var ErrMaxHeadlinesNotNumber = "Maximum headlines is not a number";
   var ErrMaxHeadlinesNotPositiveNumber = "Maximum headlines is not a positive number";
   var ErrFilenameMissing = "Filename is missing";

   var ErrEventNameMissing = "Event name is missing";
   var ErrStartDateMissing = "Start date is missing";
   var ErrEndDateMissing = "End date is missing";
   var ErrStartDateFormatWrong = "Please check start date format, should be DD/MM/YYYY";
   var ErrEndDateFormatWrong = "Please check end date format, should be DD/MM/YYYY";
   var ErrStartDateNotBeforeEndDate = "Start Date must be before End Date";
   var ErrContentMissing = "Content is missing";

   var ErrNewsTitleMissing = "News title is missing";

   var ErrProblemWithYourCard = "There appears to be a problem with your card number, can you please enter it again.\n Common errors are: \n   Entering the letter O for the number 0 \n   Selecting the incorrect card type \n   Any problems please send us an email detailing your query.";
   var ErrMissingFieldsOnCard = "There are some missing field(s):";
   var ErrNameOnCard = "Name on card";
   var ErrCardNumber = "Card number";
   var ErrTypeOfCard = "Type of card";
   var ErrSecurityNumber = "Security number";

   var ErrQuantityNotPositiveNumber = "Please enter a positive non decimal number for the quantity";
   var ErrSelectSizeForItem = "Please select a Size for the selected item";
   var ErrSelectColourForItem = "Please select a Colour for the selected item";
   var ErrSelectAtLeastOneItem = "Please select at least one item";

   var ErrNameIsMissing = "Name is missing";
   var ErrCharacterCodeMissing = "Character code is missing";
   var ErrNumericCodeNotNumber = "Numeric code is not a number";
   var ErrNumericCodeNotPositiveNumber = "Numeric code is not a positive number";

   var ErrFromCurrencyNotSelected = "From currency is not selected";
   var ErrToCurrencyNotSelected = "To currency is not selected";
   var ErrFromToCurrencyNotDifferent = "From and To currencies are not different";
   var ErrCurrencyRateMissing = "Currency rate is missing";
   var ErrCurrencyRateNotNumber = "Currency rate is a not a number";
   var ErrCurrencyRateNotPositiveNumber = "Currency rate is a not a positive number";

   var ErrIncorrectEmailAddress = "Email address seems incorrect (check @ and .'s)";
   var ErrIncorrectEmailUsername = "The Email username doesn't seem to be valid";
   var ErrIncorrectEmailIP = "The Email Destination IP address is invalid!";
   var ErrIncorrectEmailDomain = "The Email domain name doesn't seem to be valid";
   var ErrIncorrectEmailExt = "The Email address must end in a three-letter domain, or two letter country";
   var ErrMissingEmailHost = "This Email address is missing a hostname!";
      