mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6294 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
1.4 KiB
PHP
40 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/editor/components/emoticon/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈 > 인용구 (quotation) 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->quotation_use_folder = "접기 기능 사용";
|
|
$lang->quotation_opener = "열기 버튼 이름";
|
|
$lang->quotation_closer = "닫기 버튼 이름";
|
|
$lang->quotation_padding = "내부 여백";
|
|
$lang->quotation_margin = "외부 여백";
|
|
$lang->quotation_border_color = "테두리 색";
|
|
$lang->quotation_border_thickness = "테두리 굵기";
|
|
|
|
$lang->folder_text_bold = "글자 굵게";
|
|
$lang->about_folder_text_bold = "선택하시면 링크의 글자가 굵게 표시됩니다";
|
|
|
|
$lang->folder_text_color = "링크 색상 ";
|
|
$lang->folder_text_color_blue = "파란색";
|
|
$lang->folder_text_color_red = "붉은색";
|
|
$lang->folder_text_color_yellow = "노란색";
|
|
$lang->folder_text_color_green = "녹색";
|
|
|
|
$lang->quotation_border_style = "테두리 종류";
|
|
$lang->quotation_border_style_list = array(
|
|
"없음",
|
|
"실선",
|
|
"점선",
|
|
"좌측 실선",
|
|
"좌측 점선",
|
|
);
|
|
|
|
$lang->quotation_bg_color = "배경 색";
|
|
|
|
$lang->quotation_opener = "열기 링크 이름";
|
|
$lang->quotation_opener = "닫기 링크 이름";
|
|
$lang->quotation_cmd_opener = "더 보기...";
|
|
$lang->quotation_cmd_closer = "닫기";
|
|
?>
|