var i18n =
    new Array();
	i18n["adresse_obligatoire"] = "Adress needed";
    i18n["anniversaire_jour_obligatoire"] = "Day of birth needed";
    i18n["anniversaire_mois_obligatoire"] = "Month of birth needed";
    i18n["anniversaire_annee_non_conforme"] = "The year of birth is not in accordance";
    i18n["aucun_topic_selectionne"] = "You have to check 1 topic at least";
    i18n["aucune_case_cochee"] = "You have to check 1 box at least!";
    i18n["concour_participation_ko"] = "You must answer all the questions !!"; 
    i18n["confirmer_suppression"] = "Confirm deleting...";
    i18n["cp_obligatoire"] = "Postal code is needed";
    i18n["email_non_conforme"] = "The e-mail is not in accordance";
    i18n["fichier_obligatoire"] = "File is needed";
    i18n["marquer_forum_lu_ok"] = "All topics have been marked as read";
    i18n["marquer_all_forum_lu_ok"] = "All forums have been marked as read";
    i18n["message_obligatoire"] = "Message needed";
    i18n["nom_obligatoire"] = "Name needed";
    i18n["objet_obligatoire"] = "Subject required";
    i18n["password_different"] = "Passwords have to be equals";
    i18n["password_obligatoire"] = "Password needed";
    i18n["pays_obligatoire"] = "Country needed";
    i18n["prenom_obligatoire"] = "First name needed";
    i18n["pseudo_obligatoire"] = "Nickname needed";
    i18n["pseudo_inconnu"] = "Nickname unknown";
    i18n["pseudo_indisponible"] = "This nickname is not available";
    i18n["recherche_non_conforme"] = "Your search must contains 2 characters at least";
    i18n["titre_obligatoire"] = "Title needed";
    i18n["url_obligatoire"] = "URL needed";
    i18n["ville_obligatoire"] = "City needed";
    i18n["video_insere_ok"] = "Video has been successfull sent";
    i18n["libTeam_indisponible"] = "This name is not available";
    i18n["tag_obligatoire"] = "Tag needed";
    i18n["tag_indisponible"] = "This tag is not available";
	i18n["accepter_reglement"] = "You have to accept rules";
	i18n["manque_titre_topic"] = "Please add a title to your topic";
	i18n["manque_langue_topic"] = "Please choose the topic languages";
	i18n["manque_texte_topic"] = "Please write a text in your message";
	i18n["val_rechAvancee"] = "Please give a positive search value";
	i18n["listeJeux_rechAvancee"] = "Please choose 1 game at least";
	i18n["nbResultParPage_rechAvancee"] = "Please show 1 result at least on each page";
	i18n["etatRecord_rechAvancee"] = "Please choose 1 kind of proof at least";
	i18n["etatRecord6"] = "Proof waiting for verification";
	i18n["etatRecord1"] = "Proof request sent";
	i18n["error"] = "An error occured.";
	i18n["pseudo_ts"] = "Enter your nickname";
	i18n["error_character_ts"] = "Could not enter the teamspeak server because the nickname you entered contains one or more of these forbidden characters: ";
	i18n["error_no_nickname_ts"] = "Could not enter the teamspeak server because you did not enter your nickname";
	i18n["password_ts"] = "Enter the teamspeak server password for ";
	i18n["error_no_password_ts"] = "Could not enter the teamspeak server because you did not enter a server password";
	i18n["adress_server_ts"] = "Server address: ";
	i18n["max_player_ts"] = "Max players: ";
	i18n["uptime_ts"] = "Uptime: ";
	i18n["time_online_ts"] = "Time online: ";
	i18n["time_idle_ts"] = "Time idle: ";
	
	
	
	
	
	
	
	
	
	
	
	