<?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: tw.php,v 1.1 2001/08/20 17:26:24 precision Exp $ $charset = 'big5'; $text['title'] = '¨t²Î¸ê°T'; $text['vitals'] = '¨t²Î¥Dn°T®§'; $text['hostname'] = '¥D¾÷¦WºÙ'; $text['ip'] = '¥D¾÷¹ï¥~ IP'; $text['kversion'] = '®Ö¤ßª©¥»'; $text['uptime'] = '¶}¾÷®É¶¡'; $text['users'] = '½u¤W¨Ï¥ÎªÌ'; $text['loadavg'] = '¥§¡t¸ü'; $text['hardware'] = 'µwÅé¸ê°T'; $text['numcpu'] = '³B²z¾¹¼Æ¶q'; $text['cpumodel'] = 'Model'; $text['mhz'] = '´¹¤ù³t«×'; $text['cache'] = '§Ö¨ú¤j¤p'; $text['bogomips'] = '¨t²Î Bogomips'; $text['pci'] = 'PCI ³]³Æ'; $text['ide'] = 'IDE ³]³Æ'; $text['scsi'] = 'SCSI ³]³Æ'; $text['netusage'] = 'ºô¸ô¨Ï¥Î¶q'; $text['device'] = 'ºô¸ô³]³Æ'; $text['received'] = '±µ¦¬'; $text['sent'] = '°e¥X'; $text['errors'] = '¿ù»~/¤¤Â_'; $text['memusage'] = '°O¾ÐÅé¨Ï¥Î¶q'; $text['phymem'] = '¹êÅé°O¾ÐÅé'; $text['swap'] = 'µêÀÀ°O¾ÐÅé(ºÏºÐ¸m´«)'; $text['fs'] = '¤w±¾¸üÀɮרt²Î'; $text['mount'] = '±¾¸ü¸ô®|'; $text['partition'] = '¤À³ÎºÏ°Ï'; $text['percent'] = '¨Ï¥Î¶q¦Ê¤À¤ñ'; $text['type'] = '«¬ºA'; $text['free'] = '³Ñ¾lªÅ¶¡'; $text['used'] = '¤w¨Ï¥Î'; $text['size'] = 'Á`®e¶q'; $text['totals'] = 'Á`¨Ï¥Î¶q'; $text['kb'] = 'KB'; $text['mb'] = 'MB'; $text['gb'] = 'GB'; $text['none'] = 'µL'; $text['capacity'] = '®e¶q'; $text['template'] = '½d¥»'; $text['language'] = '»y¨¥'; $text['submit'] = '°e¥X'; $text['created'] = '²£¥Í¥Ñ'; $text['days'] = '¤Ñ'; $text['hours'] = '¤p®É'; $text['minutes'] = '¤ÀÄÁ'; ?>