Modified All about zh-TW Translations.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4613 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2008-10-12 09:07:06 +00:00
parent 35ac6b0983
commit 6b1a5b5a89
132 changed files with 341 additions and 341 deletions

View file

@ -13,7 +13,7 @@
<description xml:lang="en">Module for managing board/blog's comments</description>
<description xml:lang="es">Es el módulo para manejar commentarios en blog o boletínes.</description>
<description xml:lang="ru">Модуль для управления комментариями форума/блога.</description>
<description xml:lang="zh-TW">管理討論或部落格評論的模組。</description>
<description xml:lang="zh-TW">管理討論或部落格評論的模組。</description>
<version>0.1</version>
<date>2007-02-28</date>
<category>utility</category>

View file

@ -2,7 +2,7 @@
/**
* @file modules/comment/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com>
* @brief 評論(comment)模組語言
* @brief 評論(comment)模組語言
**/
$lang->cmd_comment_do = '將把此評論..';
@ -26,7 +26,7 @@
'email_address' => '電子信箱',
'homepage' => '主頁',
'regdate' => '日期',
'last_update' => '最後更新 ',
'last_update' => '最後更新',
'ipaddress' => 'IP 地址',
);
?>