issue 160, modify language on editor

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9354 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-27 04:15:16 +00:00
parent 94217bdd73
commit e03f95fd7a
2 changed files with 24 additions and 4 deletions

View file

@ -10,6 +10,26 @@
<value xml:lang="tr"><![CDATA[Editor Preview]]></value>
<value xml:lang="vi"><![CDATA[Editor Preview]]></value>
</item>
<item name="main_editor">
<value xml:lang="ko"><![CDATA[본문 에디터]]></value>
<value xml:lang="en"><![CDATA[Main editor]]></value>
<value xml:lang="jp"><![CDATA[Main editor]]></value>
<value xml:lang="zh-CN"><![CDATA[Main editor]]></value>
<value xml:lang="zh-TW"><![CDATA[Main editor]]></value>
<value xml:lang="ru"><![CDATA[Main editor]]></value>
<value xml:lang="tr"><![CDATA[Main editor]]></value>
<value xml:lang="vi"><![CDATA[Main editor]]></value>
</item>
<item name="comment_editor">
<value xml:lang="ko"><![CDATA[댓글 에디터]]></value>
<value xml:lang="en"><![CDATA[Comment editor]]></value>
<value xml:lang="jp"><![CDATA[Comment editor]]></value>
<value xml:lang="zh-CN"><![CDATA[Comment editor]]></value>
<value xml:lang="zh-TW"><![CDATA[Comment editor]]></value>
<value xml:lang="ru"><![CDATA[Comment editor]]></value>
<value xml:lang="tr"><![CDATA[Comment editor]]></value>
<value xml:lang="vi"><![CDATA[Comment editor]]></value>
</item>
<item name="editor_option">
<value xml:lang="ko"><![CDATA[에디터 옵션]]></value>
<value xml:lang="en"><![CDATA[Editor Option]]></value>

View file

@ -1,18 +1,18 @@
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
<load target="../../admin/tpl/css/admin_{$lang_type}.css" usecdn="true" />
<div class="x" style="padding: 10px;">
<h2 class="h2">에디터 미리보기</h2>
<h2 class="h3">본문 에디터</h2>
<h2 class="h2">{$lang->editor_preview}</h2>
<h2 class="h3">{$lang->main_editor}</h2>
<form onSubmit="return false">
<input type="hidden" name="dummy_content" />
<input type="hidden" name="dummy_key" value="1" />
<p>{$editor}</p>
</form><br />
<h2 class="h3">댓글 에디터</h2>
<h2 class="h3">{$lang->comment_editor}</h2>
<form onSubmit="return false">
<input type="hidden" name="dummy_content2" />
<input type="hidden" name="dummy_key2" value="1" />
<p>{$editor_comment}</p>
</form>
</div>
</div>