File: [Platon] / phpMyEdit / lang / PME.lang.ZH-BIG5.inc (download)
Revision 1.1, Sun Sep 16 12:57:13 2007 UTC (17 years, 7 months ago) by nepto
Added support for various language encodings
(default one is backward compatible and this
will be changed later to UTF-8 for all languages)
|
<?php
/*
* phpMyEdit language file
*
* language: chinese (traditional)
* encoding: big5
* date: 2003-06-26, 2004-10-17
* authors:
* Pao-Hsi Huang <doggy@miniasp.com>
* Manix Sio <manixsio@gmail.com>
*/
/* $Platon: phpMyEdit/lang/PME.lang.ZH.inc,v 1.5 2004-12-27 20:14:29 nepto Exp $ */
return Array(
'Add' =>'新增',
'Copy' =>'複製',
'Change' =>'變更',
'Delete' =>'刪除',
'View' =>'檢視',
'Prev' =>'上一頁',
'Next' =>'下一頁',
'First' =>'第一頁',
'Last' =>'最末一頁',
'Go to' =>'前往',
'Page' =>'頁數',
'Records' =>'資料筆數',
'Save' =>'儲存',
'More' =>'儲存後繼續新增',
'Apply' =>'套用',
'Cancel' =>'取消',
'Search' =>'搜尋',
'Hide' =>'隱藏',
'Clear' =>'清除',
'Query' =>'查詢',
'Current Query' =>'目前查詢條件',
'Sorted By' =>'排序依據',
'ascending' =>'升冪排序',
'descending' =>'降冪排序',
'hidden' =>'隱藏',
'of' =>'總共頁數',
'record added' =>'筆資料被新增',
'record changed' =>'筆資料被更新',
'record deleted' =>'筆資料被刪除',
'Please enter' =>'請輸入',
'months' => Array(
'01'=>'一月',
'02'=>'二月',
'03'=>'三月',
'04'=>'四月',
'05'=>'五月',
'06'=>'六月',
'07'=>'七月',
'08'=>'八月',
'09'=>'九月',
'10'=>'十月',
'11'=>'十一月',
'12'=>'十二月'),
// phpMyEdit-report
'Make report' => '產生報表',
'Select fields' => '選取欄位',
'Records per screen' => '每頁筆數',
);
?>
Platon Group <platon@platon.org> http://platon.org/
|