initial move to git (subversion history dropped intentionally)
This commit is contained in:
66
lang/PME.lang.ZH-UTF8.inc
Normal file
66
lang/PME.lang.ZH-UTF8.inc
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: chinese (traditional)
|
||||
* encoding: utf-8
|
||||
* 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-UTF8.inc,v 1.1 2007-09-16 12:57:13 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' => '每頁筆數',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user