var langueJS = {
	isColorHexa:		"- %1 must have the form : #xxxxxx (x being a character from A to F or 0 to 9)",
	isFolder:			"- %1 can only contain alphanumeric characters (from A to Z, 0 to 9, _ or -)",
	isSuppr:			"- %1 must contain \"Yes\" if you want to delete the record, otherwise click on the Cancel button",
	isEmail:			"- %1 must contain a valid e-mail adress, e.g name@domain.com\n (Only one arobase (@) and at least one point between arobase and the end of the adress)",
	isMailing:			"- %1 must contain a valid e-mail adress, e.g name@domain.com\n (Only one arobase (@) and at least one point between arobase and the end of the adress. If there are numerous receivers, separate the email adresses by a ;",
	isSelect:			"- The first option of the list is not a valid selection. Choose another option.",
	isHeure:			"- %1 must contain a valid hour, e.g 12:20:00",
	isDate:				"- %1 must be a date formated this way : dd/mm/yyyy",
	isDateMois:			"- %1 contains an invalid month.",
	isDateJour:			"- %1 contains an invalid day.",
	isDatePeriode:		"- %1 contains a date prior to the 20th of december 1582, out of the Gregorian calendar. Please select an earlier date.",
	isDateNbJour:		"- There are not %1 days in %2 %3 but %4. Please choose another date.",
	isEntier:			"- %1 must contain integer numbers.",
	isEntierRange:		"- %1 must contain an integer number between %2 and %3.",
	isNombreMax:		"- The > or = ratio of the fields %1 is wrong.",
	isDecimal:			"- %1 must contain numbers and letters only.",
	isDecimalRange:		"- %1 must contain a number between %2 %3 and %4.",
	isMin:				"- %1 must contain at least %2 characters.",
	isFileAll:			"- %1 contains a wrong file name : \"%2\" is not a valid file.\nThe exe, .com or .bat extension files are not allowed.",
	isFileImg:			"- %1 contains a wrong file name : \"%2\" is not a valid image file",
	isFileJPG:			"- %1 must contain .JPG/.JPEG images only",
	isObligatoire:		"- %1 is compulsory.",
	isSMS:				"- %1 must contain 10 numbers.",
	error:				"Please correct the following data :",
	alertRechercher:	"Proceeding your search, please wait.",
	alertDefaut:		"Sending form, please wait.",
	alertErreurXml:		"An error occured while receiving XML data :",
	alertGetXml:		"Unable to get XML data.",
	ajaxChargement:		"<p>Loading...<\/p>",
	caractMaxi:			"<strong>%1</strong> character%2 left",
	developper:			"Enlarge",
	reduire:			"Reduce",
	jan:				"January",
	fev:				"February",
	mar:				"March",
	avr:				"April",
	mai:				"May",
	juin:				"June",
	jui:				"July",
	aou:				"August",
	sep:				"September",
	oct:				"October",
	nov:				"November",
	dec:				"Décember",
	fermer:				"Close"
};