[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 // 3 // phpSysInfo - A PHP System Information Script 4 // http://phpsysinfo.sourceforge.net/ 5 // 6 // This program is free software; you can redistribute it and/or 7 // modify it under the terms of the GNU General Public License 8 // as published by the Free Software Foundation; either version 2 9 // of the License, or (at your option) any later version. 10 // 11 // This program is distributed in the hope that it will be useful, 12 // but WITHOUT ANY WARRANTY; without even the implied warranty of 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 // GNU General Public License for more details. 15 // 16 // You should have received a copy of the GNU General Public License 17 // along with this program; if not, write to the Free Software 18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 // 20 // $Id: cn.php,v 1.13 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $charset = 'gb2312'; 23 24 $text['title'] = 'ϵͳÐÅÏ¢'; 25 $text['vitals'] = 'ϵͳÖ÷ÒªÐÅÏ¢'; 26 $text['hostname'] = 'Ö÷»úÃû³Æ'; 27 $text['ip'] = 'Ö÷»ú¶ÔÍâIP'; 28 $text['kversion'] = 'Äں˰汾'; 29 $text['dversion'] = 'Distro Name'; 30 $text['uptime'] = '¿ª»úʱ¼ä'; 31 $text['users'] = 'ÔÚÏßʹÓÃÕß'; 32 $text['loadavg'] = 'ƽ¾ù¸ºÔØ'; 33 34 $text['hardware'] = 'Ó²¼þÐÅÏ¢'; 35 $text['numcpu'] = '´¦ÀíÆ÷ÊýÁ¿'; 36 $text['cpumodel'] = 'CPUÐͺÅ'; 37 $text['cpuspeed'] = 'оƬËÙ¶È'; 38 $text['busspeed'] = 'BUS Speed'; 39 $text['cache'] = 'Cache´óС'; 40 $text['bogomips'] = 'ϵͳBogomips'; 41 42 $text['pci'] = 'PCIÉ豸'; 43 $text['ide'] = 'IDEÉ豸'; 44 $text['scsi'] = 'SCSIÉ豸'; 45 $text['usb'] = 'USBÉ豸'; 46 47 $text['netusage'] = 'ÍøÂç¸ºÔØ'; 48 $text['device'] = 'ÍøÂçÉ豸'; 49 $text['received'] = '½ÓÊÕ'; 50 $text['sent'] = 'Ëͳö'; 51 $text['errors'] = '´íÎó/ÖжÏ'; 52 53 $text['memusage'] = 'ÄÚ´æÊ¹ÓÃÁ¿'; 54 $text['phymem'] = 'ÎïÀíÄÚ´æ'; 55 $text['swap'] = 'ÐéÄâÄÚ´æ(½»»»·ÖÇø)'; 56 57 $text['fs'] = 'ÒѹÒÔØ·ÖÇø'; 58 $text['mount'] = '¹ÒÔØÂ·¾¶'; 59 $text['partition'] = 'ÎïÀí´ÅÅÌ'; 60 61 $text['percent'] = 'ʹÓÃÁ¿°Ù·Ö±È'; 62 $text['type'] = 'ÎļþϵͳÀàÐÍ'; 63 $text['free'] = 'Ê£Óà¿Õ¼ä'; 64 $text['used'] = 'ÒÑÓÿռä'; 65 $text['size'] = '×ÜÈÝÁ¿'; 66 $text['totals'] = '×ÜʹÓÃÁ¿'; 67 68 $text['kb'] = 'KB'; 69 $text['mb'] = 'MB'; 70 $text['gb'] = 'GB'; 71 72 $text['none'] = 'ÎÞ'; 73 74 $text['capacity'] = 'ÈÝÁ¿'; 75 76 $text['template'] = 'Ö÷Ìâ'; 77 $text['language'] = 'ÓïÑÔ'; 78 $text['submit'] = 'È·¶¨'; 79 $text['created'] = 'Éú³É By'; 80 $text['locale'] = 'zh_CN.eucCN'; 81 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 82 83 $text['days'] = 'Ìì'; 84 $text['hours'] = 'Сʱ'; 85 $text['minutes'] = '·ÖÖÓ'; 86 87 $text['temperature'] = 'Temperature'; 88 $text['voltage'] = 'Voltage'; 89 $text['fans'] = 'Fans'; 90 $text['s_value'] = 'Value'; 91 $text['s_min'] = 'Min'; 92 $text['s_max'] = 'Max'; 93 $text['s_div'] = 'Div'; 94 $text['hysteresis'] = 'Hysteresis'; 95 $text['s_limit'] = 'Limit'; 96 $text['s_label'] = 'Label'; 97 $text['degree_mark'] = 'ºC'; 98 $text['voltage_mark'] = 'V'; 99 $text['rpm_mark'] = 'RPM'; 100 101 $text['app'] = 'Kernel + applications'; 102 $text['buffers'] = 'Buffers'; 103 $text['cached'] = 'Cached'; 104 105 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |