First commit 18/08/2000

This commit is contained in:
2021-09-12 22:40:30 +02:00
commit e721637efc
531 changed files with 16045 additions and 0 deletions

View File

@ -0,0 +1,81 @@
<?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'] = '<27>t<EFBFBD>θ<EFBFBD><CEB8>T';
$text['vitals'] = '<27>t<EFBFBD>ΥD<CEA5>n<EFBFBD>T<EFBFBD><54>';
$text['hostname'] = '<27>D<EFBFBD><44><EFBFBD>W<EFBFBD><57>';
$text['ip'] = '<27>D<EFBFBD><44><EFBFBD><EFBFBD><EFBFBD>~ IP';
$text['kversion'] = '<27>֤ߪ<D6A4><DFAA><EFBFBD>';
$text['uptime'] = '<27>}<7D><><EFBFBD>ɶ<EFBFBD>';
$text['users'] = '<27>u<EFBFBD>W<EFBFBD>ϥΪ<CFA5>';
$text['loadavg'] = '<27><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74>';
$text['hardware'] = '<27>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD>T';
$text['numcpu'] = '<27>B<EFBFBD>z<EFBFBD><7A><EFBFBD>ƶq';
$text['cpumodel'] = 'Model';
$text['mhz'] = '<27><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74>';
$text['cache'] = '<27>֨<EFBFBD><D6A8>j<EFBFBD>p';
$text['bogomips'] = '<27>t<EFBFBD><74> Bogomips';
$text['pci'] = 'PCI <20>]<5D><>';
$text['ide'] = 'IDE <20>]<5D><>';
$text['scsi'] = 'SCSI <20>]<5D><>';
$text['netusage'] = '<27><><EFBFBD><EFBFBD><EFBFBD>ϥζq';
$text['device'] = '<27><><EFBFBD><EFBFBD><EFBFBD>]<5D><>';
$text['received'] = '<27><><EFBFBD><EFBFBD>';
$text['sent'] = '<27>e<EFBFBD>X';
$text['errors'] = '<27><><EFBFBD>~/<2F><><EFBFBD>_';
$text['memusage'] = '<27>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>ϥζq';
$text['phymem'] = '<27><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD>';
$text['swap'] = '<27><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD>(<28>Ϻиm<D0B8><6D>)';
$text['fs'] = '<27>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD>ɮרt<D7A8><74>';
$text['mount'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|';
$text['partition'] = '<27><><EFBFBD>κϰ<CEBA>';
$text['percent'] = '<27>ϥζq<CEB6>ʤ<EFBFBD><CAA4><EFBFBD>';
$text['type'] = '<27><><EFBFBD>A';
$text['free'] = '<27>Ѿl<D1BE>Ŷ<EFBFBD>';
$text['used'] = '<27>w<EFBFBD>ϥ<EFBFBD>';
$text['size'] = '<27>`<60>e<EFBFBD>q';
$text['totals'] = '<27>`<60>ϥζq';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '<27>L';
$text['capacity'] = '<27>e<EFBFBD>q';
$text['template'] = '<27>d<EFBFBD><64>';
$text['language'] = '<27>y<EFBFBD><79>';
$text['submit'] = '<27>e<EFBFBD>X';
$text['created'] = '<27><><EFBFBD>ͥ<EFBFBD>';
$text['days'] = '<27><>';
$text['hours'] = '<27>p<EFBFBD><70>';
$text['minutes'] = '<27><><EFBFBD><EFBFBD>';
?>