//文档
if ( typeof(LANG)=="undefined" ){
	var LANG = {};
}

LANG = {
	'ADD' : 'Add',
	'DELETE':'Delete',
	'LOGIN_AUTOMATIC' : 'Automatic Login...',
	'MESSAGE_DEL_CONFIRM' : 'Are you sure you want to delete this message?',
	'NOTE_PROFILE_PHOTO_SAVED' : 'Profile photo saved.',
	'NOTE_INVITE_PEOPLE_NOSELECT' : 'You did not select any people.',
	'UPLOAD_FILES_SIZE_LIMIT' : 'The file you selected is too big.',
	'UPLOAD_FILES_EXCEEDS_LIMIT' : 'You have attempted to queue too many files.',
	'UPLOAD_ZERO_BYTE' : 'Cannot upload zero byte files.',
	'UPLOAD_FILESTYPE_INVALID' : 'The file you choose is not an allowed file type.',
	'PAGE_MEMBER_SETTYPE_MANAGER' : 'Are you sure you want to set {U} as a manager?',
	'NULL' : ''
};
