initial move to git (subversion history dropped intentionally)
This commit is contained in:
64
lang/PME.lang.ZH-SG.inc
Normal file
64
lang/PME.lang.ZH-SG.inc
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: chinese (Singapore)
|
||||
* encoding: utf-8
|
||||
* date: 2003-07-03
|
||||
* author: Juraj Benadik <gastan at gastan.sk>
|
||||
*/
|
||||
|
||||
/* $Platon: phpMyEdit/lang/PME.lang.ZH-SG.inc,v 1.4 2004/12/27 20:14:29 nepto Exp $ */
|
||||
|
||||
return Array(
|
||||
'Add' =>'添加',
|
||||
'Copy' =>'复制',
|
||||
'Change' =>'更改',
|
||||
'Delete' =>'删除',
|
||||
'View' =>'查看',
|
||||
'Prev' =>'上页',
|
||||
'Next' =>'下页',
|
||||
'First' =>'First', // untranslated
|
||||
'Last' =>'Last', // untranslated
|
||||
'Go to' =>'Go to', // untranslated
|
||||
'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' => 'Make report',
|
||||
'Select fields' => 'Select fields',
|
||||
'Records per screen' => 'Records per screen',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user