var _lang 					= new Array();

// 메뉴_|_명칭(메뉴_|_구분_|_명칭)

/* common.js	*/
_lang['login_|_input_id'] 				= "Input ID (Email Address Format)";
_lang['login_|_input_password'] 		= "Input Your Password";


_lang['password_chk_|_confirm_pass'] 		= "Confirm Password";
_lang['password_chk_|_pass_confirmed'] 		= "Password Confirmed";
_lang['password_chk_|_input_pass_confirm'] 		= "Input Password and Confirm Password";

_lang['account_write_|_input_id'] 					= "Input ID";
_lang['account_write_|_duplicate_id'] 				= "Duplicated ID";
_lang['account_write_|_not_valied_id_format'] 		= "This is not a valid email address.";
_lang['account_write_|_input_pass'] 				= "Input Password";
_lang['account_write_|_confirm_pass'] 				= "Confirm Password";
_lang['account_write_|_check_agree'] 				= "You should agree with nProtect Terms of Service to create account";

_lang['account_del_|_confirm_msg'] 			= "Delete Account\r\nYou have requested to delete your account.\r\nIf you delete your account,\r\nyou will no longer be able to use the nProtect services.\r\nAre you sure you would like to delete your account?";
_lang['account_del_|_agree_1'] 				= "You should agree with";
_lang['account_del_|_agree_2'] 				= "You should agree with";


/* _ajax.js	*/
_lang['login_chk|_not_valied_id_format']    = "This is not a valid email address.";
_lang['login_chk|_need_pass']				= "Password cannot be left blank.";
_lang['login_chk|_need_id']					= "ID cannot be left blank.";
_lang['login_chk|_need_id_pass']			= "The ID (E-mail) and password  cannot be left blank.";
_lang['login_chk|_incorrect_id']			= "The ID (E-mail) you entered is incorrect.";
_lang['login_chk|_incorrect_pass']			= "The Password you entered is incorrect.";

_lang['id_chk_|_duplicate_id']			= "Duplicated ID";
_lang['id_chk_|_valied_id']				= "Valid ID";
_lang['id_chk_|_input_id']				= "Input ID (Email Address Format)";
_lang['id_chk_|_not_valied_id_format']	= "This is not a valid email address.";


_lang['find_id_|_field_required']	= "Please fill in all required fields.";
_lang['find_id_|_incorrect_info']	= "The Name or Country you entered is incorrect";
_lang['find_id_|_your_id']			= "Your ID (e-mail) is";

_lang['find_id_|_not_valied_id_format']		= "This is not a valid email address.";
_lang['find_id_|_field_required']			= "Please fill in all required fields.";
_lang['find_id_|_incorrect_info']			= "The E-mail or First Name or Last Name you entered is incorrect.";
_lang['find_id_|_pass_sent']				= "A temporary password has been sent to your e-mail account.<br>If you did not receive an email after waiting for 1 hour, <br>please contact our customer support center.";
_lang['find_id_|_failed']					= "Failed.";