mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16dd5a4984
commit
563c5ec259
12 changed files with 208 additions and 29 deletions
|
|
@ -6,4 +6,25 @@
|
|||
**/
|
||||
|
||||
$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 = "닫기";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue