|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/phpsysinfo/includes/lang/ |
Upload File : |
<?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.12 2005/12/07 15:02:11 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['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'; ?>