// JavaScript Document
var word = Array();
word['nom_prenom_ajout'] = "Please enter the name and the first name of the person to add";
word['supprimer_participant'] = "Delete this participant";
word['supprimer'] = "Delete";
word['aucun_participant'] = "No participant for the event was entered.";
word['selection_totale'] = "Please select for each day (using the tabs), appropriate person for : \n  -  Hotel room\n  -  Activities";
word['meme_personne_act'] = "Please select the person for each room and activity.";
word['supression_chambre'] = "Do you really want to delete this room?";
word['supression_activite'] = "Do you really want to delete this activity?";
word['meme_personne_meme_jour'] = "You can not book or allocate several rooms the same day for the same participant or guest.";
