mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
NHN developers@xpressengine.com http://xpressengine.com/ git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
730 B
PHP
18 lines
730 B
PHP
<?php
|
|
/**
|
|
* @file modules/editor/components/multimedia_link/lang/ko.lang.php
|
|
* @author NHN (developers@xpressengine.com)
|
|
* @brief 위지윅에디터(editor) 모듈 > 멀티미디어 링크 (multimedia_link) 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->multimedia_url = '멀티미디어 경로';
|
|
$lang->multimedia_caption = '설명 입력';
|
|
$lang->multimedia_width = '가로';
|
|
$lang->multimedia_height = '세로';
|
|
$lang->multimedia_auto_start = '자동 시작';
|
|
$lang->multimedia_wmode = '위치';
|
|
|
|
$lang->multimedia_wmode_window = '항상 위';
|
|
$lang->multimedia_wmode_opaque = '배경 불투명';
|
|
$lang->multimedia_wmode_transparent = '배경 투명';
|
|
?>
|