106 lines
3.3 KiB
PHP
106 lines
3.3 KiB
PHP
|
<?php
|
|||
|
//
|
|||
|
// phpSysInfo - A PHP System Information Script
|
|||
|
// http://phpsysinfo.sourceforge.net/
|
|||
|
//
|
|||
|
// This program is free software; you can redistribute it and/or
|
|||
|
// modify it under the terms of the GNU General Public License
|
|||
|
// as published by the Free Software Foundation; either version 2
|
|||
|
// of the License, or (at your option) any later version.
|
|||
|
//
|
|||
|
// This program is distributed in the hope that it will be useful,
|
|||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
|
// GNU General Public License for more details.
|
|||
|
//
|
|||
|
// You should have received a copy of the GNU General Public License
|
|||
|
// along with this program; if not, write to the Free Software
|
|||
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
//
|
|||
|
// $Id: cn.php,v 1.13 2005/12/31 17:25:02 bigmichi1 Exp $
|
|||
|
|
|||
|
$charset = 'gb2312';
|
|||
|
|
|||
|
$text['title'] = 'ϵͳ<CFB5><CDB3>Ϣ';
|
|||
|
$text['vitals'] = 'ϵͳ<CFB5><CDB3>Ҫ<EFBFBD><D2AA>Ϣ';
|
|||
|
$text['hostname'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
$text['ip'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IP';
|
|||
|
$text['kversion'] = '<27>ں˰汾';
|
|||
|
$text['dversion'] = 'Distro Name';
|
|||
|
$text['uptime'] = '<27><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>';
|
|||
|
$text['users'] = '<27><><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD>';
|
|||
|
$text['loadavg'] = 'ƽ<><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
$text['hardware'] = 'Ӳ<><D3B2><EFBFBD><EFBFBD>Ϣ';
|
|||
|
$text['numcpu'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
$text['cpumodel'] = 'CPU<50>ͺ<EFBFBD>';
|
|||
|
$text['cpuspeed'] = 'оƬ<D0BE>ٶ<EFBFBD>';
|
|||
|
$text['busspeed'] = 'BUS Speed';
|
|||
|
$text['cache'] = 'Cache<68><65>С';
|
|||
|
$text['bogomips'] = 'ϵͳBogomips';
|
|||
|
|
|||
|
$text['pci'] = 'PCI<43>豸';
|
|||
|
$text['ide'] = 'IDE<44>豸';
|
|||
|
$text['scsi'] = 'SCSI<53>豸';
|
|||
|
$text['usb'] = 'USB<53>豸';
|
|||
|
|
|||
|
$text['netusage'] = '<27><><EFBFBD>縺<EFBFBD><E7B8BA>';
|
|||
|
$text['device'] = '<27><><EFBFBD><EFBFBD><EFBFBD>豸';
|
|||
|
$text['received'] = '<27><><EFBFBD><EFBFBD>';
|
|||
|
$text['sent'] = '<27>ͳ<EFBFBD>';
|
|||
|
$text['errors'] = '<27><><EFBFBD><EFBFBD>/<2F>ж<EFBFBD>';
|
|||
|
|
|||
|
$text['memusage'] = '<27>ڴ<EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD>';
|
|||
|
$text['phymem'] = '<27><><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD>';
|
|||
|
$text['swap'] = '<27><><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
|
|||
|
|
|||
|
$text['fs'] = '<27>ѹ<EFBFBD><D1B9>ط<EFBFBD><D8B7><EFBFBD>';
|
|||
|
$text['mount'] = '<27><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>';
|
|||
|
$text['partition'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
$text['percent'] = 'ʹ<><CAB9><EFBFBD><EFBFBD><EFBFBD>ٷֱ<D9B7>';
|
|||
|
$text['type'] = '<27>ļ<EFBFBD>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>';
|
|||
|
$text['free'] = 'ʣ<><CAA3><EFBFBD>ռ<EFBFBD>';
|
|||
|
$text['used'] = '<27><><EFBFBD>ÿռ<C3BF>';
|
|||
|
$text['size'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
$text['totals'] = '<27><>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
$text['kb'] = 'KB';
|
|||
|
$text['mb'] = 'MB';
|
|||
|
$text['gb'] = 'GB';
|
|||
|
|
|||
|
$text['none'] = '<27><>';
|
|||
|
|
|||
|
$text['capacity'] = '<27><><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
$text['template'] = '<27><><EFBFBD><EFBFBD>';
|
|||
|
$text['language'] = '<27><><EFBFBD><EFBFBD>';
|
|||
|
$text['submit'] = 'ȷ<><C8B7>';
|
|||
|
$text['created'] = '<27><><EFBFBD><EFBFBD> By';
|
|||
|
$text['locale'] = 'zh_CN.eucCN';
|
|||
|
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
|
|||
|
|
|||
|
$text['days'] = '<27><>';
|
|||
|
$text['hours'] = 'Сʱ';
|
|||
|
$text['minutes'] = '<27><><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
$text['temperature'] = 'Temperature';
|
|||
|
$text['voltage'] = 'Voltage';
|
|||
|
$text['fans'] = 'Fans';
|
|||
|
$text['s_value'] = 'Value';
|
|||
|
$text['s_min'] = 'Min';
|
|||
|
$text['s_max'] = 'Max';
|
|||
|
$text['s_div'] = 'Div';
|
|||
|
$text['hysteresis'] = 'Hysteresis';
|
|||
|
$text['s_limit'] = 'Limit';
|
|||
|
$text['s_label'] = 'Label';
|
|||
|
$text['degree_mark'] = 'ºC';
|
|||
|
$text['voltage_mark'] = 'V';
|
|||
|
$text['rpm_mark'] = 'RPM';
|
|||
|
|
|||
|
$text['app'] = 'Kernel + applications';
|
|||
|
$text['buffers'] = 'Buffers';
|
|||
|
$text['cached'] = 'Cached';
|
|||
|
|
|||
|
?>
|