mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@573 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba7c2e3b02
commit
1d5e065dac
4 changed files with 68 additions and 1 deletions
|
|
@ -19,6 +19,16 @@
|
|||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "형식";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "큰 제목 (h1)",
|
||||
"h2" => "중간 제목 (h2)",
|
||||
"h3" => "작은 제목 (h3)",
|
||||
"h4" => "제목 (h4)",
|
||||
"h5" => "일반 (h5)",
|
||||
"h6" => "작은글 (h6)",
|
||||
);
|
||||
|
||||
$lang->edit->image_url = '이미지 경로';
|
||||
|
||||
$lang->edit->multimedia_url = '멀티미디어 경로';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue