var MSG={
	ERORR:"error",
	TITLE_NOTEBOOK:"Notebook",
	TITLE_RECOMMEND:"You may be interested in",
	ROOT_FOLDER_NAME:"Root folder",
	DLG_ADD_REF_TITLE: "Add to my collection",
	
	BUTTON_SUBMIT:"Save",
	BUTTON_CANCEL:"Close",
	BTN_CREATE:"Create",
	BTN_INVITE:"Invite",
	BTN_UPDATE:"Update",
	
	REF_LEGEND: "Options",
	REF_AS:"Saving option",
	REF_AS_BK:"Add original URL as a bookmark",
	REF_AS_PAGE:"Add original page content",
	REF_TITLE:"Title", 
	REF_URL:"URL",
	REF_CATEGORY:"Category",
	REF_TAG:"Tag",
	REF_PUBLIC:"Publish",
	REF_DESCRIPTION:"Description",
	DLG_LOGIN_TITLE:"Please Login",
	USER_NAME:"User name",
	USER_PWD:"User password",
	USER_REMEMBER:"Remember Me",
	SUBMIT_LOGIN:"Login",
	FORGET_PASSWORD:"Forgotten your password?",
	REF_SUCCESS:"Object saved!",
	SURE:"Are you sure?",
	TYPE: "Type",
	ERROR: "Error",
	ALREADY_EXIST: "It already exists in category",
	SCOPE_TYPE_ALL: "All",
	SCOPE_TYPE_SELF: "Self",
	SCOPE_TYPE_USER: "This user",
	PASSWD_NEW_NOT_BE_NULL: "New password can't be empty!",
	PASSWD_NOT_SAME: "There's some differences between password and repeat password!",
	PASSWD_OLD_NOT_BE_NULL: "Old password can't be empty!",
	PASSWD_MOD_SUCCESS: "Password modify success!",
	TIP_CONVERTED_URL:"Following bookmarks will be converted to webpages",
	TIP_CONVERSION:"Are you sure?",
	ENTRY_TYPE_B:"Bookmark",
	ENTRY_TYPE_W:"Webpage",
	
	RECOMMEND_TAG:"Recommend Tags",
	TIP_RECOMMEND_TAG:"click to add from your existing tags",
	NO_RECOMMEND_TAG:"No Recommend Tag",
	USER_TAG:"Popular Tags",
	TIP_USER_TAG:"click to add from popular tags on Zeta",
	NO_USER_TAG:"No Popular Tag",
	NO_COMMENTS:"Add Comment",
	STICKY_FLAG_SHORT:"The text you marked must longer than 4",
	
	GROUP_CREATE:"Create Group",
	GROUP_UPDATE:"Update Group",
	GROUP_NAME:"Group Name",
	GROUP_INVITE:"Invite",
	GROUP_DESCRIPTION:"Description",
	GROUP_ACCESS_LEVEL:"Access level",
	GROUP_ACCESS1:"All user",
	GROUP_ACCESS2:"Only user of this group",
	GROUP_NAME_NOT_NULL:"Group name not be null!",
	GROP_USER_SELECT_NULL:"Any user is not selected!",
	GROP_USER_INVITE_SUCCESS:"Invite success!",
	GROUP_ARE_YOU_CANCEL:"Are you cancel release?",
	GROUP_ARE_YOU_DEL:"Are you delete?",
	MESSAGE:"Message",
	GROUP_INVITE_TIP:"提示:可以填写多个用户名,各用户名之间请用半角逗号分隔",
	USER_NAME_NOT_NULL:"User name not be null!",
	DELETE_GROUP:"Are you sure you want to delete this group?",
	DELETE_EXIT:"Are you sure you want to exit this group?",
	
	/* user */
	SIGN_IN_FAIL: '<span>Request failed!</span><span><a href="javascript:User.showSignIn();void(0)">&lt;Back</a></span>',
	REQUETING: "Requesting...",
	LOSTPASSWORD: "Forgotten your password?",
	AGREELICENSE: "You should read and accept our term of sevice before use our services.",
	USERNAMEFORMATWRONG: "Wrong format of username, follow the rule above",
	RPASSWORDWRONG: "There's some differences between password and repeat password!",
	EMAILFORMATWRONG:"Invalid email address",
	USERNAMENULL: "Username can't be empty!",
	PASSWORDSHOT: "Minimum of 6 characters in length.",
	USERNAMEEXISTED: "The username already exists!",
	
	ERROR_INFO:"Wrong of Username or Password",
	NULL_INFO:"Username or Password can't be empty!",
	NO_TITLE:"No Title",
	NO_RECOMMEND:"No Recommendation",
	USER:{
		nickName:"Wrong format of username, follow the rule above",
		mail:"Invalid email address",
		password:"Minimum of 6 characters in length.",
		rpassword:"There's some differences between password and repeat password!",
		license:"You should read and accept our term of sevice before use our services.",
		captcha:"Validation code error!"
	}
};
