	var ERROR_MSG_SEARCH			= "The data you are searching for must contain at least 3 characters.";
	
	var SORT_MSG_BY_FROM			= "Sort by\u003a From";
	var SORT_MSG_BY_SUBJECT			= "Sort by\u003a Subject";
	var SORT_MSG_BY_DATE			= "Sort by\u003a Date";
	var SORT_MSG_BY_SIZE			= "Sort by\u003a Size";
	var SORT_MSG_BY_FOLDER			= "Sort by\u003a Attachment ";
	var MSG_ATTACHMENT			= "A file is attached";
	var MSG_AUDIO				= "An audio file is attached";
	var MSG_UNREAD				= "Unread message";
	var MSG_PRIORITY_HIGH			= "High Priority";
	var MSG_VOCAL				= "Message";
	var ALERT_NBMAX_ATTACHMENT		= "Only 6 files can be attached";
	var ALERT_NBMAX_ATTACHMENT_FAX		= "Seulement 1 pi\u00e8ce jointe est autoris\u00e9e par fax";
	
	var ADD_MORE_THE_ONE_CONTACT		= "You can only edit one contact at a time";
	var ADD_EXACTLY_ONE_CONTACT		= "You need to select at least one contact";
	var ADD_DELETE_CONTACT			= "Are your sure you want to delete the contact\u0028s\u0029 selected?";
	var ADD_DELETE_THIS_CONTACT		= "Are your sure you want to delete this contact?";
	var ERROR_TRANFER_CONTACT_TO_OTHER_LIST = "You must select a contact.";
	var ERROR_EMPTY_EMAIL		= "You have not entered an email address.";
	
	var ASK_TURN_OFF_AUTO_ASNWER		= "Do you want to turn your Away Message off?";

	var WELCOME_PANEL_CONTINUE = "continue";
	var WELCOME_PANEL_TITLE = "welcome";
	var WELCOME_PANEL_CLOSE = "close";
	var WELCOME_PANEL_SHOW_PAGE_OFF = "Don\u0027t show this page anymore";
	
