[ 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: tw.php,v 1.14 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $charset = 'big5'; 23 24 $text['title'] = '¨t²Î¸ê°T'; 25 26 $text['vitals'] = '¨t²Î¥Dn°T®§'; 27 $text['hostname'] = '¥D¾÷¦WºÙ'; 28 $text['ip'] = '¥D¾÷¹ï¥~ IP'; 29 $text['kversion'] = '®Ö¤ßª©¥»'; 30 $text['dversion'] = 'Distro Name'; 31 $text['uptime'] = '¶}¾÷®É¶¡'; 32 $text['users'] = '½u¤W¨Ï¥ÎªÌ'; 33 $text['loadavg'] = '¥§¡t¸ü'; 34 35 $text['hardware'] = 'µwÅé¸ê°T'; 36 $text['numcpu'] = '³B²z¾¹¼Æ¶q'; 37 $text['cpumodel'] = 'CPU«¬¸¹'; 38 $text['cpuspeed'] = '´¹¤ù³t«×'; 39 $text['busspeed'] = 'BUS Speed'; 40 $text['cache'] = '§Ö¨ú¤j¤p'; 41 $text['bogomips'] = '¨t²Î Bogomips'; 42 43 $text['pci'] = 'PCI ³]³Æ'; 44 $text['ide'] = 'IDE ³]³Æ'; 45 $text['scsi'] = 'SCSI ³]³Æ'; 46 $text['usb'] = 'USB ³]³Æ'; 47 48 $text['netusage'] = 'ºô¸ô¨Ï¥Î¶q'; 49 $text['device'] = 'ºô¸ô³]³Æ'; 50 $text['received'] = '±µ¦¬'; 51 $text['sent'] = '°e¥X'; 52 $text['errors'] = '¿ù»~/¤¤Â_'; 53 54 $text['memusage'] = '°O¾ÐÅé¨Ï¥Î¶q'; 55 $text['phymem'] = '¹êÅé°O¾ÐÅé'; 56 $text['swap'] = 'µêÀÀ°O¾ÐÅé(ºÏºÐ¸m´«)'; 57 58 $text['fs'] = '¤w±¾¸üÀɮרt²Î'; 59 $text['mount'] = '±¾¸ü¸ô®|'; 60 $text['partition'] = '¤À³ÎºÏ°Ï'; 61 62 $text['percent'] = '¨Ï¥Î¶q¦Ê¤À¤ñ'; 63 $text['type'] = '«¬ºA'; 64 $text['free'] = '³Ñ¾lªÅ¶¡'; 65 $text['used'] = '¤w¨Ï¥Î'; 66 $text['size'] = 'Á`®e¶q'; 67 $text['totals'] = 'Á`¨Ï¥Î¶q'; 68 69 $text['kb'] = 'KB'; 70 $text['mb'] = 'MB'; 71 $text['gb'] = 'GB'; 72 73 $text['none'] = 'µL'; 74 75 $text['capacity'] = '®e¶q'; 76 77 $text['template'] = '½d¥»'; 78 $text['language'] = '»y¨¥'; 79 $text['submit'] = '°e¥X'; 80 $text['created'] = '²£¥Í¥Ñ'; 81 $text['locale'] = 'zh_TW.Big5'; 82 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 83 84 $text['days'] = '¤Ñ'; 85 $text['hours'] = '¤p®É'; 86 $text['minutes'] = '¤ÀÄÁ'; 87 88 $text['temperature'] = 'Temperature'; 89 $text['voltage'] = 'Voltage'; 90 $text['fans'] = 'Fans'; 91 $text['s_value'] = 'Value'; 92 $text['s_min'] = 'Min'; 93 $text['s_max'] = 'Max'; 94 $text['s_div'] = 'Div'; 95 $text['hysteresis'] = 'Hysteresis'; 96 $text['s_limit'] = 'Limit'; 97 $text['s_label'] = 'Label'; 98 $text['degree_mark'] = 'ºC'; 99 $text['voltage_mark'] = 'V'; 100 $text['rpm_mark'] = 'RPM'; 101 102 $text['app'] = 'Kernel + applications'; 103 $text['buffers'] = 'Buffers'; 104 $text['cached'] = 'Cached'; 105 106 ?>
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 |