Modified common/lang/zh-TW.lang.php & modules/install/lang/zh-TW.lang.php

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4608 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2008-10-08 14:50:29 +00:00
parent 32b0cab1d2
commit fb6ecb4181
2 changed files with 5 additions and 5 deletions

View file

@ -189,10 +189,10 @@
);
$lang->time_gap = array(
'min' => '%d minute ago',
'mins' => '%d minutes ago',
'hour' => '%d hour ago',
'hours' => '%d hours ago',
'min' => '%d 分鐘前',
'mins' => '%d 分鐘前',
'hour' => '%d 小時前',
'hours' => '%d 小時前',
);
// 說明

View file

@ -223,7 +223,7 @@ EndOfLicense;
$lang->cmd_agree_license = '使用條款';
$lang->cmd_install_fix_checklist = '已設置了必要的安裝條件。';
$lang->cmd_install_next = '開始進行安裝';
$lang->cmd_ignore = 'Ignore';
$lang->cmd_ignore = '忽略';
$lang->db_desc = array(
'mysql' => '利用php的 mysql*()函數使用mysql資料庫。<br />資料庫數據是以myisam建立因此不能實現transaction。',