﻿//언어별 메세지 관리 및 필요한 java script
//var MSG_ERR_001   = "@은(는) 필수 입력 항목입니다.";
//var MSG_ERR_002   = "@은(는) 6~12 자리 입력 하시오";
//var MSG_ERR_021   = "@은(는) 6~12 자리 입력 하시오";
//var MSG_ERR_022   = "잘못 된 @입니다. ";
//var MSG_ERR_023   = "@은(는) @와 일치 하지 않습니다.";
//var MSG_ERR_051   = "Your password will be reset for security and emailed to you.";
//var MSG_ERR_052   = "해당 아이디(E-Mail)가 존재 하지 않습니다.";
//var MSG_ERR_053   = "정상적으로 회원 가입 되었습니다."
//var MSG_ERR_054   = "이미 등록된  E-Mail 입니다."
//var MSG_ERR_055   = "정상적으로 회원 인증 되었습다."
//var MSG_ERR_999   = "시스템 오류 관리자에게 문의 하세요.";

//MSG management and java script for different languages
var MSG_ERR_001   = "@ is a required field.";
var MSG_ERR_002   = "@ needs to be between 6~12 letters";
 
var MSG_ERR_021   = "@ needs to be between 6~12 letters";
var MSG_ERR_022   = "The data you have entered is an invalid @. ";
var MSG_ERR_023   = "@ does not match @.";
 
var MSG_ERR_051   = "Your password will be reset for security and emailed to you.";
var MSG_ERR_052   = "The ID (E-Mail) you have entered does not exist.";
var MSG_ERR_053   = "Your membership registration has been successfully completed."
var MSG_ERR_054   = "The E-Mail address is already registered."
var MSG_ERR_055   = "Your membership status has been successfully authorized."
var MSG_ERR_999   = "System error occured. Please contact the administrator";