// © ATELIER 33 / ALL RIGHTS RESERVED / 2004 / http://www.atelier33.com / contact@atelier33.com
//                                          GLOSSAIRE FR + EN                                     \\
//=============================================================================================\\
//TASK
	ExpBMK="Presser Ctrl + D pour bookmarquer ce site.";
	ExpError01="ERREUR :\n";
	ExpError02="ERREUR !\n";
	ExpAlert01="ATTENTION :\n";
	ExpNoParam="Aucun paramètre\n";	
	ExpSearch01="Indiquez au moins un critère de recherche svp.";
	
//NUMERIC
	ExpInt=" doit être un nombre entier.";
	ExpIntPos=" doit être un nombre entier positif.";
	ExpIntPos2="Quantité :\nIndiquez un nombre entier svp.\n\nQuantity : \nPlease enter an integer."
	ExpIntPosNoZero=" doit être un nombre entier positif supérieur à 0.";	
	ExpFloat=" doit être un nombre.";
	ExpFloatPos=" doit être un nombre positif.";
	ExpFloatPosNoZero=" doit être un nombre positif.";
	
//PHONE FORMAT
	ExpTelNum="ATTENTION  :\n\n";
	ExpTelNum+="Format des numéros de téléphone :\n";
	ExpTelNum+="- Seuls les chiffres sont admis.\n";
	ExpTelNum+="- Doit être composé de 10 chiffres minimum.\n\n";
	
//CONTACT
	ExpMsg="Indiquez votre message svp.";

//PROFIL	
	ExpLog="Indiquez un login svp.";
	ExpPass="Indiquez un pass svp.";
	ExpType="Indiquez un type svp.";
	ExpNom="Indiquez votre nom svp.";
	ExpPre="Indiquez votre prénom svp.";
	ExpDNaiss="Indiquez votre date de naissance svp.";
	ExpDay="Sélectionnez un jour svp.";
	ExpMonth="Sélectionnez un mois svp.";
	ExpYear="Sélectionnez une année svp.";
	ExpTel="Indiquez votre n° de tél. svp.";
	ExpMob="Indiquez un n° de tél. mobile svp.";
	ExpFax="Indiquez un n° de fax svp.";
	ExpEmail="ATTENTION :\n\nIndiquez correctement l'email svp.";
	ExpEmailNoMatch="Email et confirmation d'email différents.";
	ExpAdr="Indiquez votre adresse svp.";
	ExpVille="Indiquez votre ville svp.";
	ExpCP="Indiquez votre code postal svp.";
	ExpBP="Indiquez une boîte postale svp.";
	ExpPays="Indiquez votre pays svp.";
	ExpSoc="Indiquez le nom de la société svp.";
	

	
