git-svn-id: http://xe-core.googlecode.com/svn/trunk@554 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 15:15:18 +00:00
parent 563c5ec259
commit 5627010587
9 changed files with 68 additions and 16 deletions

View file

@ -14,11 +14,11 @@
$lang->quotation_border_style = "테두리 종류";
$lang->quotation_border_style_list = array(
"none" => "없음",
"solid" => "실선",
"dotted" => "점선",
"left_solid" => "좌측 실선",
"right_solid" => "우측 실선",
"없음",
"실선",
"점선",
"좌측 실선",
"우측 실선",
);
$lang->quotation_bg_color = "배경 색";