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,79 @@
<?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: is.php,v 1.1 2001/06/29 17:14:20 precision Exp $
$text['title'] = 'Kerfisuppl<70>singar';
$text['vitals'] = 'Helstu Uppl<70>singar';
$text['hostname'] = 'V<>larnafn';
$text['ip'] = 'IP Tala';
$text['kversion'] = '<27>tg<74>fa kjarna';
$text['uptime'] = 'Uppit<69>mi';
$text['users'] = 'Notendur';
$text['loadavg'] = 'Me<4D>al <20>lag';
$text['hardware'] = 'Uppl<70>singar um v<>lb<6C>na<6E>';
$text['numcpu'] = '<27>rgj<67>rvi/<2F>rgj<67>rvar';
$text['cpumodel'] = 'T<>pa';
$text['mhz'] = 'Hra<72>i';
$text['cache'] = 'St<53>r<EFBFBD> fl<66>timinnis';
$text['bogomips'] = 'Kerfis Bogomips';
$text['pci'] = 'PCI Ja<4A>art<72>ki';
$text['ide'] = 'IDE Ja<4A>art<72>ki';
$text['scsi'] = 'SCSI Ja<4A>art<72>ki';
$text['netusage'] = 'Notkun Nets';
$text['device'] = 'Ja<4A>art<72>ki';
$text['received'] = 'Teki<6B> <20> m<>ti';
$text['sent'] = 'Sent';
$text['errors'] = 'Villur/Drop';
$text['memusage'] = 'Minnisnotkun';
$text['phymem'] = 'Vinnsluminni';
$text['swap'] = 'S<>ndarminni';
$text['fs'] = 'Tengd Skr<6B>arkerfi';
$text['mount'] = 'Tengipunktur';
$text['partition'] = 'Disksnei<65>';
$text['percent'] = 'Pr<50>sent af Heildarst<73>r<EFBFBD>';
$text['type'] = 'T<>pa';
$text['free'] = 'Laust';
$text['used'] = 'Nota<74>';
$text['size'] = 'St<53>r<EFBFBD>';
$text['totals'] = 'Samtals';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'ekkert';
$text['capacity'] = 'Heildarst<73>r<EFBFBD>';
$text['template'] = 'Template';
$text['language'] = 'Tungum<75>l';
$text['submit'] = 'Senda';
$text['created'] = 'B<>i<EFBFBD> til af';
$text['days'] = 'dagar';
$text['hours'] = 'klukkustundir';
$text['minutes'] = 'm<>n<EFBFBD>tur';
?>