/*function fcMsg_YourName()
{
	return "Votre nom:";
}
function fcMsg_YourEmail()
{
	return "Votre adresse e-mail:";
}
function fcMsg_EmailFriend()
{
	return "E-mail de votre ami:";
}
function fcMsg_YourComments()
{
	return "Votre commentaire:";
}
function fcMsg_SendToFriend()
{
	return "Envoyer à un ami:";
}*/
function fcMsg_Loading()
{
	return "Chargement...";
}
function fcMsg_SeeYouSoon()
{
	return "À bientôt!";
}
function fcMsg_EmailSent()
{
	return "E-mail envoyé avec succès";
}
function fcMsg_EmailError()
{
	return "Un problème se pose lors de l'envoi email";
}
function fcMsg_EmailSending()
{
	return "Envoi...";
}
function fcMsg_CheckErrors()
{
	return "Vérifier les erreurs suivantes:";
}
function fcMsg_ErrorName()
{
	return "Vous devez entrer un nom";
}
function fcMsg_ErrorEmail()
{
	return "Vous devez entrer votre e-mail correctement";
}
function fcMsg_ErrorEmailFriend()
{
	return "Vous devez entrer le e-mail de votre ami correctement";
}
function fcMsg_Send()
{
	return "Envoyer";
}
function fcMsg_Cancel()
{
	return "Annuler";
}

