<?php if(!defined("__ZBXE__")) exit();?><?php
    /**
     * @file   ko.lang.php
     * @author NHN (developers@xpressengine.com)
     * @brief  한국어 언어팩 (기본적인 내용만 수록)
     **/

    $__Context->lang->address = '주소';
    $__Context->lang->input_address = '주소입력';
	
	$__Context->lang->area_name = '지역명';
	$__Context->lang->ex_area_name = '예) <strong>역삼동</strong>';
	$__Context->lang->about_area_name = '찾고자 하는 주소의 "<strong>동이름</strong>"을 입력하시고 <strong>검색</strong> 버튼을 누르세요.';
	$__Context->lang->select_address = '주소를 선택하세요.';
	$__Context->lang->about_select_address = '선택박스에서 찾고자하는 <strong>주소를 선택</strong> 하세요';
	$__Context->lang->about_rest_address = '<strong>나머지 주소를 입력</strong>해 주세요.';

?>