<?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: big5.php,v 1.1 2001/09/19 18:01:49 precision Exp $ $charset = 'big5'; $text['title'] = '¨t²Î¸ê°T'; $text['vitals'] = '¨t²Î¸ê·½'; $text['hostname'] = '¥D¾÷¦WºÙ'; $text['ip'] = 'Listening IP'; $text['kversion'] = '®Ö¤ßª©¥»'; $text['uptime'] = '¤w¶}¾÷®É¶¡'; $text['users'] = 'µn¤J¤H¼Æ'; $text['loadavg'] = '¨t²Ît¸ü'; $text['hardware'] = 'µwÅé¸ê·½'; $text['numcpu'] = '¹Bºâ¤¸'; $text['cpumodel'] = 'CPU«¬¸¹'; $text['mhz'] = '¤u§@ÀW²v'; $text['cache'] = '§Ö¨ú¤j¤p'; $text['bogomips'] = 'ÅÞ¿è¹Bºâ¤¸'; $text['pci'] = 'PCI ¤¶±'; $text['ide'] = 'IDE ¤¶±'; $text['scsi'] = 'SCSI ¤¶±'; $text['netusage'] = 'ºô¸ô«Ê¥]'; $text['device'] = '¤¶±'; $text['received'] = '±µ¦¬'; $text['sent'] = '¶Ç°e'; $text['errors'] = '¿ù»~/¿ò¥¢'; $text['connections'] = 'Established Network Connections'; $text['memusage'] = '°O¾ÐÅé¸ê·½'; $text['phymem'] = '¹êÅé°O¾ÐÅé'; $text['swap'] = 'µêÀÀ°O¾ÐÅé'; $text['fs'] = '¤w±¾¤JªºÀɮרt²Î'; $text['mount'] = '±¾¤J'; $text['partition'] = 'ºÏ°Ï'; $text['percent'] = '¨Ï¥Î¦Ê¤À¤ñ'; $text['type'] = '®æ¦¡'; $text['free'] = 'ªÅ¾l'; $text['used'] = '¤w¥Î'; $text['size'] = '¤j¤p'; $text['totals'] = '¦Xp'; $text['kb'] = 'KB'; $text['mb'] = 'MB'; $text['gb'] = 'GB'; $text['none'] = 'µL'; $text['capacity'] = 'Capacity'; $text['template'] = '¼Ë¦¡'; $text['language'] = '»y¨¥'; $text['submit'] = '½T©w'; $text['created'] = 'Created by'; $text['days'] = '¤Ñ'; $text['hours'] = '¤p®É'; $text['minutes'] = '¤ÀÄÁ'; ?>