
//index.js
var MISC_MSG_MAIL_CONNECTION = "You have recieved an email with all your access information.";
var MISC_CLOSE = "CLOSE";
var MISC_MSG_INFOS_CONNECT = "Unknown email!";
var MISC_MSG_WRONG_MAIL = "Please enter your access codes!";


//general.js
var MISC_ALERTE_SIGNOUT = '<b>IMPORTANT!</b><br>'
	+'You have requested that your account be closed.<br>'
	+'Once your account closed, you will no longer be able to access :<br>'
	+'- your friends list.<br>'
	+'- all of your messages (recieved en sent).<br>';
var MISC_CONFIRM_SIGNOUT = "CLOSE MY LEAKIR ACCOUNT";

var MISC_SEND_MSG = "SEND A MESSAGE";
var MISC_TITLE_ADD_FRIEND = "ADD TO MY FRIENDS";
var MISC_FLASH = "FLASHER";

var MISC_MY_FRIEND = "MY FRIENDS";
var MISC_MY_BLACKLIST = "MY BLACKLIST";

var MISC_CONFIRM_SUPPR = "Are you sure you wish to delete";
var MISC_CONFIRM_SUPPR_FRIEND = "from your friends list?";
var MISC_CONFIRM_SUPPR_BLACKLIST = "from your blacklist ?";
var MISC_CONFIRM_SUPPR_DEMAND = "Are you sure you wish to cancel your invitation to ";
var MISC_CONFIRM_REFUSE_FRIEND = "Are you sure you wish to refuse ";
var MISC_CONFIRM_ACCEPT_FRIEND = "Are you sure you wish to accept ";


var MISC_ALERTE_POPUP_CHAT ="You must authorize pop ups in order to chat on Leakir";
var MISC_ALERTE_POPUP_CHAT_STATUS ="window_open";

//my_mail.js
var MISC_MAIL_SEND_INFO = "You are answering to ";
var MISC_TITLE_SUPPR_MAIL = "DELETE EMAILS";
var MISC_CONFIRM_SUPPR_MAIL = "Are you sure you wish to delete these emails?";
var MISC_ALERTE_SUPPR_MAIL = "You have not selected any email!";

var MISC_TITLE_RESTORE_MAIL = "RESTORE EMAILS";
var MISC_CONFIRM_RESTORE_MAIL = "Du you wish to restore these mails in your Inbox?";
var MISC_ALERTE_RESTORE_MAIL = "You have not selected any email!";

//xmlhttpForm.js
var MISC_INFOS_FLASH_BL_HIM_TO_YOU = "You cannot add this member to your friends, he/she has blacklisted you!";
var MISC_INFOS_FLASH_BL_YOU_TO_HIM = "You cannot flash this member, you have blacklisted him/her !";

var MISC_ALERTE_ADD_FRIEND = "Your resquest has been transfered to ";
var MISC_INFOS_ADD_FRIEND_BL_HIM_TO_YOU = "You cannot add this member to your friends, he/she has blacklisted you !";
var MISC_CONFIRM_ADD_FRIEND_BL_HIM_TO_YOU = "You have blacklisted this member !<br>Do you wish to delete him/her from your blacklist and add him/her to your friends?";
var MISC_ALERTE_ADD_ALLREADY_FRIEND = "You have already invited this member to be your friend!<br><a href='my_friend.php' title=\"See my Friends list\">See my Friends list</a>";
var MISC_CONFIRM_ADD_ALLREADY_FRIEND = "He/she has already asked you to be his/her friend : do you wish to accept ?";


var MISC_ALERTE_ACCEPT_FRIEND = "You have accepted";
var MISC_ALERTE_ACCEPT_FRIEND_2 = "to become your friend.";

var MISC_ALERTE_REFUSE_FRIEND = "You have not accepted ";

var MISC_ALERTE_ACCEPT_FRIEND_2 = "to become your friend.";

var MISC_TITLE_ADD_BLACKLIST ="ADD TO MY BLACKLIST";
var MISC_ALERTE_ADD_BLACKLIST = "is in your blacklist!";

var MISC_CONFIRM_ADD_BLACKLIST_FRIEND_HIM_TO_YOU = "This member is in your friends list !<br> Do you wish to delete him/her from your friends list and add him/her to your blacklist?";
var MISC_CONFIRM_ADD_BLACKLIST_FRIEND_YOU_TO_HIM = "You cannot add this member to your friends, he/she has blacklisted you!";
var MISC_ALERTE_ADD_ALLREADY_BLACKLIST = "You have already blacklisted this member!";

var MISC_INFOS_SEND_MAIL_PSEUDO = "- Please enter your login. \<br>";
var MISC_INFOS_SEND_MAIL_SUBJECT = "- Please enter an object. \<br>";
var MISC_INFOS_SEND_MAIL_BODY = "- Please enter a message. \<br>";

var MISC_TITLE_SEND_MAIL = "Send a email";
var MISC_ALERTE_SEND_MAIL = "Your mesage has been sent to ";

var MISC_INFOS_SEND_MAIL_YOURSELF = "You cannot send a message to yourself.";
var MISC_INFOS_SEND_MAIL_BL_HIM_TO_YOU = "This member has blacklisted you, you cannot send him a message!";
var MISC_INFOS_SEND_MAIL_BL_YOU_TO_HIM = "You have blacklisted this member, you cannot send him a message !";
var MISC_INFOS_SEND_MAIL_NOT_MEMBER = "This member does not exist !";

var MISC_TITLE_SIGNUP = "RECIEVE CONFIRMATION BY EMAIL";
var MISC_ALERTE_SIGNUP = "You have recieved an email!";
var MISC_ALERTE_SIGNUP_ERROR = "An error has happened!";


var MISC_INFOS_UPDATE_ACCOUNT = '&nbsp;&nbsp;&nbsp;Your information has been updated.';
var MISC_INFOS_UPDATE_ACCOUNT_OLD_MDP = "Your old password is incorrect.";
var MISC_INFOS_UPDATE_ACCOUNT_WRONG_MDP = "The password check does not correspond.";
var MISC_INFOS_UPDATE_ACCOUNT_SPEC_MDP = "The password has not been entered or does not respect required specifications : 4 to 15 symbols max, using only letters and digits.";

var MISC_INFOS_SIGNOUT = "Your informations are incorrects.";


//import_contact.js
var MISC_IMPORT_CONTACT_EX = "example";
var MISC_IMPORT_CONTACT_LOADING = "Please wait while your contacts are being transfered";
var MISC_INFOS_CONTACT_ERROR = "Error : Please check your access codes.";
var MISC_TITLE_CONTACT = "IMPORT MY CONTACTS";
var MISC_ALERTE_CONTACT = "Vous n'avez pas sélectionné de contact !";
