git-svn-id: http://xe-core.googlecode.com/svn/trunk@584 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-21 06:21:56 +00:00
parent 68541b7822
commit 3958be025e
8 changed files with 343 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?php
/**
* @file /modules/editor/components/naver_map/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 위지윅에디터(editor) 모듈 > 멀티미디어 링크 (naver_map) 컴포넌트의 언어팩
**/
$lang->navermap = "네이비 지도";
$lang->navermap_address = "주소";
$lang->navermap_width = "가로크기";
$lang->navermap_height = "세로크기";
$lang->navermap_auto_start = "자동시작";
?>