var lang_login = {
	'email_err'		: 'Invalid email address',
	'password_err'	: 'Please enter the password'

};

var lang_album = {
	'blog_copy_suc'		: 'Copy the Html code successfully, you can paste it to your webpage to display the album.',
	'share_copy_suc'	: 'Copy the Url successfully, you can send it to your friends to share your Joy.',
	'del_cfm'			: 'Are you sure to delete the album '
};

var lang_reg = {
	'err_title'			: 'Please select',
	'err_firstname'		: '[2,20] characters only',
	'err_lastname'		: '[2,20] characters only',
	'err_email'			: 'Invalid email.',
	'err_email_cfm'		: 'Email don\'t match',
	'err_password'		: '[6,20] characters only.',
	'err_password_cfm'	: 'Password don\'t match',
	'err_country'		: 'Please select.',
	'err_company'		: 'Format error, [5,30] chars only.',
	'err_homepage'		: 'Invalid url',
	'err_fax'			: 'Invalid Fax, [5,50] numbers (include \'-\').',
	'err_address1'		: 'Invalid address, [5,50] chars only.',
	'err_address2'		: 'Invalid address, [5,50] chars only.',
	'err_state'			: 'Invalid State, [2,20] chars only.',
	'err_zip'			: 'Invalid Zip code, [5,20] numbers only.',
	'err_phone'			: 'Invalid phone number, [5£¬50] numbers (include \'-\').',
	'err_terms'			: 'You must agree with the terms of use before continue',
	'err_email_exist'	: 'E-mail already exists.',
	'check'				: 'checking...',

	'reg_suc'			: 'Congratulations, register successfully!'
};