mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
13 lines
464 B
PHP
13 lines
464 B
PHP
<?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 = "자동시작";
|
|
?>
|