Modified traditional Chinese

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2009-03-13 08:13:47 +00:00
parent e2259b21f8
commit e119070fae
42 changed files with 143 additions and 123 deletions

View file

@ -2,7 +2,7 @@
/**
* @file modules/poll/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief 投票調查 (poll) 模組的基本語言
* @brief 投票調查 (poll) 模組正體中文語言
**/
$lang->poll = "投票調查";
@ -33,6 +33,6 @@
$lang->search_target_list = array(
'title' => '標題',
'regdate' => '登錄日期',
'ipaddress' => 'IP 位址',
'ipaddress' => 'IP位址',
);
?>