Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

<?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.17 2007/02/18 19:11:31 bigmichi1 Exp $

$charset                = 'gb2312';

$text['title']          = 'ϵͳÐÅÏ¢';
$text['vitals']         = 'ϵͳÖ÷ÒªÐÅÏ¢';
$text['hostname']       = 'Ö÷»úÃû³Æ';
$text['ip']             = 'Ö÷»ú¶ÔÍâIP';
$text['kversion']       = 'Äں˰汾';
$text['dversion']       = 'Distro Name';
$text['uptime']         = '¿ª»úʱ¼ä';
$text['users']          = 'ÔÚÏßʹÓÃÕß';
$text['loadavg']        = 'ƽ¾ù¸ºÔØ';

$text['hardware']       = 'Ó²¼þÐÅÏ¢';
$text['numcpu']         = '´¦ÀíÆ÷ÊýÁ¿';
$text['cpumodel']       = 'CPUÐͺÅ';
$text['cpuspeed']       = 'оƬËÙ¶È';
$text['busspeed']       = 'BUS Speed';
$text['cache']          = 'Cache´óС';
$text['bogomips']       = 'ϵͳBogomips';

$text['pci']            = 'PCIÉ豸';
$text['ide']            = 'IDEÉ豸';
$text['scsi']           = 'SCSIÉ豸';
$text['usb']            = 'USBÉ豸';

$text['netusage']       = 'ÍøÂ縺ÔØ';
$text['device']         = 'ÍøÂçÉ豸';
$text['received']       = '½ÓÊÕ';
$text['sent']           = 'Ëͳö';
$text['errors']         = '´íÎó/ÖжÏ';

$text['memusage']       = 'ÄÚ´æʹÓÃÁ¿';
$text['phymem']         = 'ÎïÀíÄÚ´æ';
$text['swap']           = 'ÐéÄâÄÚ´æ(½»»»·ÖÇø)';

$text['fs']             = 'ÒѹÒÔØ·ÖÇø';
$text['mount']          = '¹ÒÔØ·¾¶';
$text['partition']      = 'ÎïÀí´ÅÅÌ';

$text['percent']        = 'ʹÓÃÁ¿°Ù·Ö±È';
$text['type']           = 'ÎļþϵͳÀàÐÍ';
$text['free']           = 'Ê£Óà¿Õ¼ä';
$text['used']           = 'ÒÑÓÿռä';
$text['size']           = '×ÜÈÝÁ¿';
$text['totals']         = '×ÜʹÓÃÁ¿';

$text['kb']             = 'KB';
$text['mb']             = 'MB';
$text['gb']             = 'GB';

$text['none']           = 'ÎÞ';

$text['capacity']       = 'ÈÝÁ¿';

$text['template']       = 'Ö÷Ìâ';
$text['language']       = 'ÓïÑÔ';
$text['submit']         = 'È·¶¨';
$text['created']        = 'Éú³É By';
$text['locale']         = 'zh_CN.eucCN';
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';

$text['days']           = 'Ìì';
$text['hours']          = 'Сʱ';
$text['minutes']        = '·ÖÖÓ';

$text['temperature']    = 'Temperature';
$text['voltage']        = 'Voltage';
$text['fans']           = 'Fans';
$text['s_value']        = 'Value';
$text['s_min']          = 'Min';
$text['s_max']          = 'Max';
$text['hysteresis']     = 'Hysteresis';
$text['s_limit']        = 'Limit';
$text['s_label']        = 'Label';
$text['degreeC']        = '&deg;C';
$text['degreeF']        = '&deg;F';
$text['voltage_mark']   = 'V';
$text['rpm_mark']       = 'RPM';

$text['app']            = 'Kernel + applications';
$text['buffers']        = 'Buffers';
$text['cached']         = 'Cached';

$text['connections']    = 'Established Network Connections';
?>