fixed file box lang

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9454 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-09-30 07:52:51 +00:00
parent 38f168cd48
commit 8fd4b58bec
2 changed files with 11 additions and 3 deletions

View file

@ -318,6 +318,10 @@
<value xml:lang="ru"><![CDATA[Файлбокс]]></value>
<value xml:lang="tr"><![CDATA[Dosya Kutusu]]></value>
</item>
<item name="upload_file">
<value xml:lang="ko"><![CDATA[파일 올리기]]></value>
<value xml:lang="en"><![CDATA[Upload File]]></value>
</item>
<item name="access_type">
<value xml:lang="ko"><![CDATA[접속 방법]]></value>
<value xml:lang="en"><![CDATA[Access Type]]></value>
@ -973,4 +977,8 @@ Le module [Administration des Modules] montera tous les modules installés et vo
<value xml:lang="ko"><![CDATA[설치된 모듈]]></value>
<value xml:lang="en"><![CDATA[Installed Module]]></value>
</item>
<item name="cmd_show_hide">
<value xml:lang="ko"><![CDATA[보기/숨김]]></value>
<value xml:lang="en"><![CDATA[show/hide]]></value>
</item>
</lang>

View file

@ -1,5 +1,5 @@
<!--%load_js_plugin("filebox")-->
<h1 class="h1">File Box</h1>
<h1 class="h1">{$lang->filebox}</h1>
<div class="fileBox">
<form action="" class="portlet form" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="module" />
@ -7,8 +7,8 @@
<input type="hidden" name="vid" value="{$vid}" />
<input type="hidden" name="filter" value="{$filter}" />
<input type="hidden" name="input" value="{$input}" />
<h2>파일 올리기</h2>
<span class="more"><a href="#fileUp" class="tgAnchor" data-effect="slide" data-duration="200">보기/숨김</a></span>
<h2>{$lang->upload_file}</h2>
<span class="more"><a href="#fileUp" class="tgAnchor" data-effect="slide" data-duration="200">{$lang->msg_show_hide}</a></span>
<div class="tgContent" id="fileUp">
<p>
<label for="fileDescription">{$lang->description}</label> <input type="text" name="comment" id="fileDescription" /><br />