_translations = {
"내용을 입력하세요.":
  "Please enter your content.",
"이상으로 입력하세요.":
  "Please enter at least.",
"현재":
  "Now",
"숫자만 입력 하세요.":
  "Please enter only numbers.",
"이상의 숫자만 입력하세요":
  "Please enter only numbers",
"이하의 숫자만 입력하세요":
  "Please enter only the numbers below",
"기간 지정 형식이 맞지 않습니다.":
  "The format of the period specification is incorrect.",
"존재하지 않는 입력상자를 필수 입력항목으로 선택하셨습니다.":
  "You have selected a non-existent input box as a required entry.",
"필드명":
  "Field name",
"를 확인해 주세요":
  " - Please check",
"가격, 수량, 소계 항목의 개수가 서로 다릅니다.":
  "The number of prices, quantities, and subtotal items are different.",
"일":
  "day",
"시간":
  "hour",
"분":
  "minute",
"초":
  "second",
"종료":
  "End",
"로 이 페이지를 저장할 수 있습니다.":
  " - You can save this page.",
"삭제하시겠습니까?":
  "Are you sure you want to delete?",
"회원만 가능합니다.":
  "Members only.",
"반영되었습니다.":
  "Reflected.",
"URL이 없거나 동적 대화창을 열 수 없는 버튼 입니다.":
  "Button that does not have a URL or can not open a dynamic dialog.",
"저장되었습니다.":
  "Saved.",
"임시저장된 내용이 있습니다.":
  "Temporary saved content.",
"확인을 누르시면 해당 내용이 복원됩니다.":
  "Click OK to restore the contents.",
"임시저장된 내용은 게시물이 정상적으로 등록/수정 되면 자동 삭제됩니다.":
  "Temporary saved contents are automatically deleted when post is registered / modified normally.",
"임시저장 영역은 한 페이지에 한개만 가능합니다.":
  "Only one temporary storage area per page."
}

if ( typeof _t == 'undefined') {
    _t = function(msgid) {

		if ( typeof _translations == "undefined") {
			return msgid;
		}

		var msgstr = _translations[msgid];
		if (!msgstr) msgstr = msgid;

		return msgstr;

    };
}