mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
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:
parent
32b0cab1d2
commit
fb6ecb4181
2 changed files with 5 additions and 5 deletions
|
|
@ -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 小時前',
|
||||
);
|
||||
|
||||
// 說明
|
||||
|
|
|
|||
|
|
@ -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。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue