//
// Carnet de Route  -(c)opyright Alliance Réseaux - 2008
//					- LP
var _MsgAjoutOk = "This item has been added to your travel book";
var _MsgAjoutErr = "Error adding your travel book";
var _MsgProvenanceInvalide = "Error: mail from is invalid.";
var _MsgDestinataireInvalide = "Error: mail address is invalid.";
var _MsgMailEnvoye = "The travel book was sent to the address indicated.";
var _MsgMailErreur = "Error: the travel has not been sent.";
var _MsgSupprOk = "This item was deleted from your travel book";
var _MsgCarnetVide = "<a href='carnet-de-voyage.aspx'>Your book</a> is empty";
var _MsgCarnet1 = "1 item in <a href='carnet-de-voyage.aspx'>your book.</a>";
var _MsgCarnetN = "{0} item in <a href='carnet-de-voyage.aspx'>your book.</a>";