Add text 'There is no multi language'.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9558 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-11 04:20:44 +00:00
parent 9069d63d45
commit b9c977f430
2 changed files with 7 additions and 0 deletions

View file

@ -989,4 +989,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[show/hide]]></value>
</item>
<item name="no_multi_lang">
<value xml:lang="ko"><![CDATA[아직 등록된 다국어가 없습니다.]]></value>
<value xml:lang="en"><![CDATA[There is no multi language.]]></value>
</item>
</lang>

View file

@ -9,6 +9,9 @@
<span class="btn"><a href="#addWord" class="modalAnchor">{$lang->add_word}</a></span>
</div>
<ul id="langList">
<li cond="!is_array($lang_code_list) || count($lang_code_list) < 1">
<p>{$lang->no_multi_lang}</p>
</li>
<li loop="$lang_code_list=>$key,$value">
{@$langName = $value->name}
<strong>{$value->value}</strong> <span class="side"><button type="button" class="text" cond="$module != 'admin'" onclick="doInsertLangCode('{$value->name}', '{$target}')">{$lang->cmd_apply}</button><button type="button" class="text _edit">{$lang->cmd_edit}</button></span>