mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/emoticon/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈 > 인용구 (quotation) 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->quotation = "인용구 사용하기";
|
|
$lang->quotation_use_folder = "폴더기능 사용";
|
|
$lang->quotation_opener = "열기 버튼 이름";
|
|
$lang->quotation_closer = "닫기 버튼 이름";
|
|
$lang->quotation_border_color = "테두리 색";
|
|
$lang->quotation_border_thickness = "테두리 굵기";
|
|
|
|
$lang->quotation_border_style = "테두리 종류";
|
|
$lang->quotation_border_style_list = array(
|
|
"none" => "없음",
|
|
"solid" => "실선",
|
|
"dotted" => "점선",
|
|
"left_solid" => "좌측 실선",
|
|
"right_solid" => "우측 실선",
|
|
);
|
|
|
|
$lang->quotation_bg_color = "배경 색";
|
|
|
|
$lang->quotation_opener = "열기 링크 이름";
|
|
$lang->quotation_opener = "닫기 링크 이름";
|
|
$lang->quotation_cmd_opener = "더 보기...";
|
|
$lang->quotation_cmd_closer = "닫기";
|
|
?>
|