Modify language variables

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9597 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-10-12 04:38:49 +00:00
parent 462d782b38
commit 9993c2ff3a
4 changed files with 9 additions and 23 deletions

View file

@ -430,20 +430,6 @@ Lütfen son sürümü için indirme linkine tıklayınız.]]></value>
<value xml:lang="tr"><![CDATA[Sürüm]]></value>
<value xml:lang="vi"><![CDATA[Phiên bản]]></value>
</item>
<item name="author">
<value xml:lang="ko"><![CDATA[저자]]></value>
<value xml:lang="en"><![CDATA[Author]]></value>
<value xml:lang="jp"><![CDATA[制作者]]></value>
<value xml:lang="zh-CN"><![CDATA[作者]]></value>
<value xml:lang="zh-TW"><![CDATA[作者]]></value>
<value xml:lang="fr"><![CDATA[Auteur]]></value>
<value xml:lang="de"><![CDATA[Entwickler]]></value>
<value xml:lang="ru"><![CDATA[Разработчик]]></value>
<value xml:lang="es"><![CDATA[Autor]]></value>
<value xml:lang="tr"><![CDATA[Geliştirici]]></value>
<value xml:lang="vi"><![CDATA[Thiết kế]]></value>
<value xml:lang="mn"><![CDATA[Бичсэн]]></value>
</item>
<item name="table_count">
<value xml:lang="ko"><![CDATA[테이블 수]]></value>
<value xml:lang="en"><![CDATA[Number of Table]]></value>

View file

@ -31,7 +31,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<thead>
<tr>
<th scope="col" class="text">{$lang->comment}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
<th scope="col">{$lang->ipaddress}</th>
@ -42,7 +42,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<tfoot>
<tr>
<th scope="col" class="text">{$lang->comment}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
<th scope="col">{$lang->ipaddress}</th>
@ -84,7 +84,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<thead>
<tr>
<th scope="col" class="title">{$lang->comment}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->status}</th>
</tr>
</thead>

View file

@ -21,7 +21,7 @@
<thead>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->readed_count}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
@ -33,7 +33,7 @@
<tfoot>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->readed_count}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
@ -73,7 +73,7 @@
<thead>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->status}</th>
</tr>
</thead>

View file

@ -35,7 +35,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<thead>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->readed_count}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
@ -47,7 +47,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<tfoot>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->readed_count}</th>
<th scope="col">{$lang->cmd_vote}(+/-)</th>
<th scope="col">{$lang->date}</th>
@ -88,7 +88,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<thead>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col">{$lang->author}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->status}</th>
</tr>
</thead>