// List of error/warning strings for JavaScript in French Language.

   var ErrGeneral = "Doit fournir tous les champs";
   var ErrEnterValidNumber = "Veuillez écrire un nombre valide";
   var ErrEnterVisibleCharacters = "Please enter visible (non-space) characters";
   var ErrEnterValidContactNumber = "Please enter a valid contact number. \n Did you enter a letter O instead of the number zero?";
   var ErrEnterValidAlphaName = "Please enter a valid name, using alphabetic characters";

   var ErrIncorrectEmailAddress = "L'email address semble incorrect";
   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!";
   
   var ErrPostcodeNotEntered = "You have not entered a Post Code. \n Press OK to proceed anyway or CANCEL to add a Post Code";
   var ErrInvalidPostcodeLength = " is not a valid postcode - wrong length";
   var ErrInvalidPostcodeStart = " is not a valid postcode - cannot start with a number";
   var ErrInvalidPostcodeAlphaPos = " is not a valid postcode - alpha character in wrong position";
   var ErrInvalidPostcodeNumberPos = " is not a valid postcode - number in wrong position";
   var ErrInvalidPostcodeSpace = " is not a valid postcode - no space or space in wrong position";
   var ErrInvalidPostcodeOneSpaceOnly = " is not a valid postcode - only one space allowed";
   
   var ErrProblemWithPostcode = "There appears to be a problem with the Post Code: \n";
   var AlertProceedOrCancel = "\n Press OK to proceed anyway or CANCEL to correct the entry";
   
   var ErrEnterSearchItem = "Veuillez écrire un article de recherche";
   
   var ErrAtLeastTwoAddressLines = "Please enter at least two address lines";
   var ErrAtLeastTwoDeliveryAddressLines = "Please enter at least two delivery address lines";
   var ErrNoDeliveryPostcode = "You have not entered a Delivery Post Code. \n Press OK to proceed anyway or CANCEL to add a Post Code.";
   var ErrMissingFields = "There are some missing field(s):";

   var AlertFirstName = "First name";
   var AlertLastName = "Last name";
   var AlertRecipientFirstName = "Recipient First Name";
   var AlertRecipientLastName = "Recipient Last Name";
   var AlertPhoneNumber = "Phone Number";
   var AlertPostCode = "Post Code";
   var AlertDeliveryPostCode = "Delivery Post Code";
   var AlertEmailAddress = "Email Address";

// The following constants relate to the Admin Java Script routines.

   var AlertAboutToRemove = "You are about to permanently remove this item.";
   var AlertProceedOrLeaveUnchanged = "Press OK to proceed anyway or CANCEL to leave unchanged";
