/**
 * Fichier des traduction anglaise globale pour les javascripts
 * 
 * @author : Service Informatique
 * @version : 2007-12-13
 * @copyright : Monné-Decroix (service informatique)
 */

// common.js
var txt_veuillez_saisir = "Please enter";
var txt_form_save = "Registerinf in process !";
var txt_patientez = "Wait.";
var txt_anterieure_a = "is before";
var txt_montant_incorrect = "The amount is not correct";
var txt_erreur_type_conversion = "Mauvais type de conversion de monnaie";

// Recherche
var txt_mot_recherche = "un (ou plusieurs) mot(s) à rechercher";
var txt_mot_recherche_court = "Le mot recherché est trop court";
var txt_mot_recherche_erreur = "Veuillez saisir un (ou plusieurs) mot(s) à rechercher";

// Formulaire
var txt_form_question = "the number of the question";
var txt_form_question_id = "the number of the question is not valid";
var txt_form_civilite = "votre civilité";
var txt_form_nom = "your name";
var txt_form_nom_erreur = "your name is not valid";

var txt_form_nom_jeune_fille = "votre nom de jeune fille";
var txt_form_nom_jeune_fille_erreur = "votre nom de jeune fille n'est pas valide";

var txt_form_prenom = "your first name";
var txt_form_prenom_erreur = "your first name is not valid";
var txt_form_adresse = "your address";
var txt_form_cp = "your zip code";
var txt_form_cp_erreur = "your zip code is not valid";
var txt_form_ville = "your city";
var txt_form_ville_erreur = "your city adress is not valid";
var txt_form_email = "your email";
var txt_form_email_erreur = "your email adress is not valid";
var txt_form_telephone = "your telephon number";
var txt_form_telephone_erreur = "your telephon number is not valid";
var txt_form_autre_telephone_erreur = "your other telephon number is not valid";
var txt_form_fax = "your fax number";
var txt_form_fax_erreur = "your fax number is not valid";

var txt_form_souhait = "votre souhait";
var txt_form_budget = "votre budget";
var txt_form_horaire = "un horaire";

// Formulaire resa
var txt_form_date_arrive = 'arrival date';
var txt_form_date_arrive_erreur = 'the arrival date is not valid';
var txt_form_date_depart = 'leaving date';
var txt_form_date_depart_erreur = 'the leaving date is not valid';
var txt_form_offre_speciale = 'The offer only concern Studios and T2.';

// Formulaire demande de devis
var txt_form_date = 'the date of the event ';
var txt_form_date_erreur = 'the date of the event is not valid';
var txt_form_pers = 'the number of persons';
var txt_form_pers_erreur = 'the number of persons is not valid';

// Formulaire contact
var txt_form_question = "la raison pour laquelle vous nous contactez";
var txt_form_sujet = "le sujet de votre message";
var txt_form_message = "votre message";

// Login et mot de passe
var txt_form_login = "votre identifiant";
var txt_form_login_erreur = "votre identifiant n'est pas valide";
var txt_form_password = "votre mot de passe";
var txt_form_password_erreur = "votre mot de passe n'est pas valide";