/****************************************************
* Fichier de traduction pour les fonction javascript
* 
* date : 28 septembre 2006
*
*
*****************************************************/

	// recup de tous les input obligatoires
	var texte_erreur="You must fill all fields marked with *";
	var email_erreur="The email syntax isn't valid...";
	var pass_erreur="The password isn't valid...";
	var select_erreur="Select an option in the following list...";
	var date_erreur="Date is invalid... format : jj/mm/aaaa";
	var int_erreur="Fill in the field with an integer...";
	var checkbox_erreur="To send this form you must check the box...";
	var radio_erreur="Select an option...";
	
	var dateFin_erreur="End date must be after starting date...";