//VerifyForm messages v1.5 (English).

//Global variables - (do not edit).
VFh = "<p class='TextHeadline'>", VFb = "<span class='TextBold'>", VFf = "<p class='TextFooter'>", VFs = "</span>", VFp = "</p>";

//................................................ edit the quoted text below ...........................................
//Window chrome for the Error Window.
function VFWindowChrome() {return ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no";}

//One submission only Allert.
function VFmessSubmit(){alert("Vous avez d&eacute;j&agrave; valider ce formulaire.\nRecharger la page et recommencer.");}

//Bad Form name Alert.
function VFmessFormName() {alert("The Form Name used in VerifyForm and the one on your page must match (with NO spaces in the name)!");}

//Bad Field name Alert.
function VFmessFieldName(action, i) {alert("'" + action[i] + "' does not match the Field Name used in your Form.");}
//.....................................................................................
//Error message window title.
function VFmessTitle() {return "VerifyForm Errors!";}

//Back text for error messages displayed in the same window.
function VFmessBack() {return VFb + "Return to the Form" + VFs;}

//Close window text for error messages displayed in a new window.
function VFmessClose() {return VFb + "Fermez cette fen&ecirc;tre" + VFs;}
//.....................................................................................
//Error notice heading.
function VFmessErrorsFound() {return VFh + "Des erreurs ont &eacute;t&eacute; d&eacute;tect&eacute;es !" + VFp;}

//Blank form message.
function VFmessBlank() {return "Vous n'avez saisi aucune information. Votre demande ne va pas &ecirc;tre envoy&eacute;e.";}

//An entry is required message.
function VFmessRequired(action, i){return "Vous devez saisir quelque chose dans les champs avec *" + VFb + action[i+1] + VFs + ".<br>";}

//Please contact us message.
function VFmessContact1() {return VFf + "Merci de retourner sur le formulaire, de corriger ces erreurs<br>et de l'envoyer &agrave; nouveau." + VFp;}
function VFmessContact2() {return VFf + "Si vous persistez &agrave; avoir des probl&egrave;mes,<br>appelez-le 0 800 50 42 37 (appel gratuit)." + VFp;}
//.....................................................................................
//Field function messages.
//Verify that a second field has also been filled.
function VFmess1(action, secField, i) {return "The " + VFb + action[i+1] + VFs + " and <span class='bodyBold'>" + secField + " </span>fields must both be filled in.<br>";}
//Verify that this field contains letters only.
function VFmess2(action, i) {return "Seules des lettres sont autoris&eacute;es dans le champ " + VFb + action[i+1] + VFs + ".<br>";}
//Verify that this field contains numbers only.
function VFmess3(action, i) {return "Seuls des chiffres et des espaces sont autoris&eacute;es dans le champ " + VFb + action[i+1] + VFs + ".<br>";}
//Verify that this field contains exact number of characters.
function VFmess4(action, i) {return "Le champ" + VFb + action[i+1] + VFs + " doit comporter exactement " + action[i+3] + " caract&egrave;res.<br>";}
//Verify maximum number of characters.
function VFmess5(action, i) {return "Le champ" + VFb + action[i+1] + VFs + " ne doit pas comporter plus de " + action[i+3] + " caract&egrave;res.<br>";}
//Verify maximum number of words.
function VFmess6(action, i) {return "Le champ " + VFb + action[i+1] + VFs + " ne doit pas comporter plus de " + action[i+3] + " mots.<br>";}
//Verify minimum number of characters.
function VFmess7(action, i) {return "Le champ " + VFb + action[i+1] + VFs + " doit au moins comporter " + action[i+3] + " caract&egrave;res.<br>";}
//Verify minimum number of words.
function VFmess8(action, i) {return "Le champ" + VFb + action[i+1] + VFs + " doit au moins comporter " + action[i+3] + " mots.<br>";}
//Verify that this field is an exact match of another field.
function VFmess9(action, i) {return "Votre saisie dans le champ " + VFb + action[i+1] + VFs + " est incorrecte.<br>";}
//Verify that this field is an exact match in the qualifying value field.
function VFmess10(action, i) {return "Your entry in the " + VFb + action[i+1] + VFs + " field is not correct.<br>";}
//Verify that the qualifying field is found somewhere in the this entry.
function VFmess11(action, i) {return "Your entry in the " + VFb + action[i+1] + VFs + " field is not correct.<br>";}
//Verify that a value in the external list is found somewhere in the this entry.
function VFmess12(action, i) {return "Your entry in the " + VFb + action[i+1] + VFs + " field is not correct.<br>";}
//Error in First AND Last name.
function VFmess14(action, i) {return "Entrez vos " + VFb + "nom et pr&eacute;nom" + VFs + " dans le champ " + VFb + action[i+1] + VFs + ".<br>";}
//Formatting error in E-mail format.
function VFmess15(action, i) {return "L' " + VFb + "adresse email" + VFs + " dans le champ " + VFb + action[i+1] + VFs + " est incorrecte.<br>";}
//Formatting error in URL format.
function VFmess16(action, i) {return "Le " + VFb + "URL address" + VFs + " in the " + VFb + action[i+1] + VFs + " field is not properly formatted.<br>";}

//Numeric error.
function VFmess2125(action, i) {return "Le " + VFb + "nombre" + VFs + " entr&eacute; dans le champ " + VFb + action[i+1] + VFs + " est incorrect.<br>";}

//Selection error.
function VFmess2126(action, i) {return "Un " + VFb + "choix" + VFs + " doit &ecirc;tre fait dans le champ " + VFb + action[i+1] + VFs + ".<br>";}

//Formatting error in credit card number, phone number, date.
function VFmessFormating(action, i) {return "Your entry in the " + VFb + action[i+1] + VFs + " field has not been properly entered.<br>";}

//Profanity message.
function VFmessProfan(action, fieldDescr) {return "You have entered inappropriate information in the " + VFb + fieldDescr + VFs + " field.<br>";}
