
var TYPE_REQUIRED = "Please specify your account type: individual or professional";
var PWD_SYNTAX = "The password cannot begin with a number, must contain numbers and letters and must be between a minimum of 4 and a maximum of 20 characters long";
var REQUIRED_FIELD = "%s is a required field";

var EMAIL_REQUIRED = "You must enter your email address";
var PWD_REQUIRED = "You must enter your password";

var EMAIL_MISMATCH = "The two emails entered are not identical, please re-enter them";
var PWD_MISMATCH = "The two passwords entered are not identical, please re-enter them";

var TVA_ONLY_UE = "This VAT rate is only applicable for EU countries (outside France)";
var TVA_REQUIRED = "You must enter your VAT ID number";
var TVA_PAYS = "This VAT ID number does not match your country";
var AGREE_CGR = "You must accept the General Terms and Conditions for retailers by checking this box";
var AGREE_CGV = "You must accept the General Sales Conditions by checking this box";
var AGREE_CONDITIONS = "You must check the general conditions box";


var EMAIL_NOT_VALID = "This is an invalid email address!";
var CP_NOT_VALID = "This is an invalid post code!";
var TEL_NOT_VALID = "This is an invalid phone number!";
var NUM_NOT_VALID = "You must insert a number into the field %s";
var FLOAT_NOT_VALID = "This is not a decimal number you must separate it with a . (point)";

var AUCUN_PRODUIT_SELECTIONNE = "Vous devez sélectionner au moins un produit";

var DEVIS_ERROR_UPLOAD_SIZE = "Le fichier ne doit pas dépasser 50Koctets";
var DEVIS_ERROR_UPLOAD_NAME = "Ce fichier n'est pas un License.dat";

var CHOOSE_CLIENT = "You must choose a customer for this order";
var CHOOSE_FILE = "You must select a file before sending it";
var JUSTIF_REQUIRED = "You must provide proof of eligibility for a discount";
var OLD_KEY_REQUIRED = "You must enter your old license key or provide the old license file";
