/*
 * Translated default messages for the jQuery validation plugin.
 * Language: FR
 */
jQuery.extend(jQuery.validator.messages, {
	required: "<img src='/iframe2/be/images/picto_error.png'/>",
	remote: "<img src='/iframe2/be/images/picto_error.png'/>",
	email: "<img src='/iframe2/be/images/picto_error.png'/>",
	url: "<img src='/iframe2/be/images/picto_error.png'/>",
	date: "<img src='/iframe2/be/images/picto_error.png'/>",
	dateISO: "Please enter a valid date (ISO).",
	dateDE: "Bitte geben Sie ein gültiges Datum ein.",
	number: "<img src='/iframe2/be/images/picto_error.png'/>",
	numberDE: "<img src='/iframe2/be/images/picto_error.png'/>",
	digits: "<img src='/iframe2/be/images/picto_error.png'/>",
	creditcard: "<img src='/iframe2/be/images/picto_error.png'/>",
	equalTo: "<img src='/iframe2/be/images/picto_error.png'/>",
	accept: "<img src='/iframe2/be/images/picto_error.png'/>",
	maxlength: $.validator.format("<img src='/iframe2/be/images/picto_error.png'/>"),
	minlength: $.validator.format("<img src='/iframe2/be/images/picto_error.png'/>"),
	rangelength: $.validator.format("<img src='/images/picto_error.png'/>"),
	range: $.validator.format("<img src='/iframe2/be/images/picto_error.png'/>"),
	max: $.validator.format("<img src='/iframe2/be/images/picto_error.png'/>"),
	min: $.validator.format("<img src='/iframe2/be/images/picto_error.png'/>")
});
