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: kr.php,v 1.1 2001/06/25 12:35:48 precision Exp $
$charset = 'iso-2022-kr';
$text['title'] = '<27>ý<EFBFBD><C3BD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$text['vitals'] = '<27><><EFBFBD><EFBFBD> <20>ý<EFBFBD><C3BD><EFBFBD> <20><>Ȳ';
$text['hostname'] = '<27>ý<EFBFBD><C3BD><EFBFBD><EFBFBD><EFBFBD> ȣ<><C8A3>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD>';
$text['ip'] = '<27>ý<EFBFBD><C3BD><EFBFBD><EFBFBD><EFBFBD> IP';
$text['kversion'] = 'Ŀ<><C4BF> <20><><EFBFBD><EFBFBD>';
$text['uptime'] = '<27><><EFBFBD><EFBFBD> <20>ð<EFBFBD>';
$text['users'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>';
$text['loadavg'] = '<27><><EFBFBD><EFBFBD> <20>ε<EFBFBD>';
$text['hardware'] = '<27>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$text['numcpu'] = '<27><><EFBFBD>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>';
$text['cpumodel'] = '<27><><EFBFBD>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>';
$text['mhz'] = <><C4A8> Ŭ<><C5AC>';
$text['cache'] = '<27>ɽ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$text['bogomips'] = '<27><>ü<EFBFBD>׽<EFBFBD>Ʈ Ŭ<><C5AC>';
$text['pci'] = 'PCI <20><>ġ';
$text['ide'] = 'IDE <20><>ġ';
$text['scsi'] = 'SCSI <20><>ġ';
$text['netusage'] = ' <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$text['device'] = '<27><>ġ';
$text['received'] = '<27><><EFBFBD><EFBFBD> <20><>';
$text['sent'] = '<27><><EFBFBD><EFBFBD> <20><>';
$text['errors'] = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>';
$text['memusage'] = '<27>޸<EFBFBD><DEB8><EFBFBD> <20><><EFBFBD>뷮';
$text['phymem'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>޸<EFBFBD><DEB8><EFBFBD>';
$text['swap'] = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ũ';
$text['fs'] = '<27><><EFBFBD><EFBFBD>Ʈ <20><>Ȳ';
$text['mount'] = '<27><><EFBFBD><EFBFBD>Ʈ';
$text['partition'] = '<27><>Ƽ<EFBFBD><C6BC>';
$text['percent'] = ' <20>ۼ<EFBFBD>Ʈ';
$text['type'] = <><C5B8>';
$text['free'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$text['used'] = '<27><><EFBFBD>뷮';
$text['size'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$text['totals'] = '<27>հ<EFBFBD>';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '<27><><EFBFBD><EFBFBD>';
$text['capacity'] = '<27>뷮';
$text['template'] = '<27><><EFBFBD>ø<EFBFBD>';
$text['language'] = '<27><><EFBFBD><EFBFBD>';
$text['submit'] = '<27><><EFBFBD><EFBFBD>';
$text['created'] = 'Created by';
$text['days'] = '<27><>';
$text['hours'] = '<27><>';
$text['minutes'] = '<27><>';
?>