var language = {
	MESSAGE:"Message",
	ADD:"Add",
	CLOSE:"Close",
	BACK:"Back",
	SEND:"Send",
	ADD_FRIEND:"Add Contact",
	INPUT_FRIEND_NAME:"Name",
	REPLYING:"{P} is writting",
	LOADING_PLUGIN:"Loading Components",
	LOADING_PLUGIN_MESSAGE:"It needs some time to download and install the components. Follow the prompts at the bottom of the IE toolbar. The window will be refreshed after installation.",
	SAVE_HISTORY:"Save Chatlog",
	VIEW_HISTORY:"View Chatlog",
	SEND_FILE:"Send File",
	SNAPSHOT:"Screen Copy",
	OPEN_PICTURE:"A screen copy. Click <font color='#0000FF'><a href='{P}' color='#0000FF' target='_blank'>Here</a></font> to view the picture",
	GUEST:"Guest",
		
	CONTEXT_DEL:"Remove Contact",
	CONTEXT_REQ:"Request authorization",
	CONTEXT_PASS:"Authorized",
	CONTEXT_CANCEL:"Remove authorization",
		
	USERNAME_INFO:"Combination of 2~16 letters and numbers, beginning with a letter",
	PASSWORD_INFO:"Combination of 4~16 letters and numbers, beginning with a letter",
	PASSWORD_DIFFERENT:"Confirm password is wrong",
	NICKNAME_INFO:"Nickname must be less than 16 characters",
		
	ONLINE:"Online",
	OFFLINE:"Offline",
	CHAT:"Chatting",
	BUSY:"Busy",
	BACKSOON:"Back Soon",
	AWAY:"Away",
	INVISIBLE:"Invisible",
	CUSTOM:"Customize",
	UNKNOW:"Unknow",
		
	LOGIN:"login",
	LOGINING:"Logining...",
	LOGINING_CONNECT:"Connecting",
	LOGINING_AUTH:"Verifying authentification",
	LOGINING_ROSTER:"Loading buddy list",
	LOGIN_USERNAME:"Username:",
	LOGIN_PASSWORD:"Password:",
		
	REG_TITLE:"Register a new account",
	REG_USERNAME_LABEL:"Username(2-16 characters)",
	REG_PASSWORD_LABEL:"Password(4-16 characters)",
	REG_CONFIRM_LABEL:"Confirm",
	REG_NICKNAME_LABEL:"Nickname(0-20 characters)",
	REG_SUBMIT:"Register",

	CONFIRM_OK:"OK",
	CONFIRM_CANCEL:"Cancel",
	CONFIRM_YES:"Yes",
	CONFIRM_NO:"No",
	CONFIRM_ACCEPT:"Accept",
	CONFIRM_REFUSE:"Refuse",
	CONFIRM_DEL:"Are you sure to remove {P} ?",
	CONFIRM_RES:"{P} wants to add you as a buddy. Do you agree?",
	CONFIRM_MULTIMEDIA_INVITE:"{P} is calling you",
	CONFIRM_DIALOG_CLOSE:"Talk will be aborted, if you close this tab window. continue?",
		
	MULTIMEDIA:"audio & video",
	AUDIO:"audio",
	VIDEO:"video",
	MULTIMEDIA_CALLING:"Calling, ",
	MULTIMEDIA_INVITE_ACCEPT:"{P} accepted {P} invitation",//[张三]接受[视频]邀请
	MULTIMEDIA_INVITE_REFUSE:"{P} is busy.",
	MULTIMEDIA_STOP:"{P} stopped {P}",
	START_MULTIMEDIA:"Call",
	STOP_MULTIMEDIA:"Hangup",
	STOP_MULTIMEDIA_MESSAGE:"{P} has stopped the call",
	OFFLINE_STOP_MULTIMEDIA:"{P} is offline, talk will be aborted",
		
	ERROR:"Error",
	ERROR_UNKNOW:"Unknown error",
	ERROR_DISCONNET:"Network transfer failed!",
	ERROR_REG_EXIST_USERNAME:"Registered failed. This account has already existed",
	ERROR_REG_UNKNOW:"Registered failed. Unknown error, please try it later",
	ERROR_NO_USER:"The account does not exist",
	ERROR_PASSWORD:"Wrong password!",
	ERROR_REMOTE_LOGIN:"Your account was using in another PC",
	ERROR_NO_MICROPHONE:"Failed to open microphone!",
	ERROR_NO_CAMERA:"Failed to open Web-Camera!",
	ERROR_FORBIDDEN_CAMERA:"You are denied to open Web-Camera!",
	ERROR_STREAM:"Failed to connect the media server!",
	ERROR_EMPTY_HISTORY:"NO chatlog",
	ERROR_TOO_MUCH:"Maximum number of file : 5",
	ERROR_LOGIN_TIMEOUT:"Timeout. Try again later.",
	ERROR_DISK:"No free space!"
}