105 lines
3.4 KiB
PHP
105 lines
3.4 KiB
PHP
|
<?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.14 2005/12/31 17:25:02 bigmichi1 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['dversion'] = 'Nafn dreifingar';
|
|||
|
$text['uptime'] = 'Uppit<69>mi';
|
|||
|
$text['users'] = 'Notendur';
|
|||
|
$text['loadavg'] = 'Me<4D>al<61>lag';
|
|||
|
|
|||
|
$text['hardware'] = 'Uppl<70>singar um v<>lb<6C>na<6E>';
|
|||
|
$text['numcpu'] = 'Fj<46>ldi <20>rgj<67>rva';
|
|||
|
$text['cpumodel'] = 'Tegund';
|
|||
|
$text['cpuspeed'] = 'Hra<72>i';
|
|||
|
$text['busspeed'] = 'BUS Speed';
|
|||
|
$text['cache'] = 'St<53>r<EFBFBD> fl<66>timinnis';
|
|||
|
$text['bogomips'] = 'Bogomips';
|
|||
|
|
|||
|
$text['pci'] = 'PCI ja<6A>art<72>ki';
|
|||
|
$text['ide'] = 'IDE ja<6A>art<72>ki';
|
|||
|
$text['scsi'] = 'SCSI ja<6A>art<72>ki';
|
|||
|
$text['usb'] = 'USB ja<6A>art<72>ki';
|
|||
|
|
|||
|
$text['netusage'] = 'Netnotkun';
|
|||
|
$text['device'] = 'Ja<4A>art<72>ki';
|
|||
|
$text['received'] = 'M<>tteki<6B>';
|
|||
|
$text['sent'] = 'Sent';
|
|||
|
$text['errors'] = 'Villur/Hent';
|
|||
|
|
|||
|
$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'] = 'Hlutfall af heildarst<73>r<EFBFBD>';
|
|||
|
$text['type'] = 'Tegund';
|
|||
|
$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'] = 'Sni<6E>m<EFBFBD>t';
|
|||
|
$text['language'] = 'Tungum<75>l';
|
|||
|
$text['submit'] = 'Senda';
|
|||
|
$text['created'] = 'B<>i<EFBFBD> til af';
|
|||
|
$text['locale'] = 'is_IS';
|
|||
|
$text['gen_time'] = '<27>ann %d.%m.%Y kl. %H:%M';
|
|||
|
|
|||
|
$text['days'] = 'dagar';
|
|||
|
$text['hours'] = 'klukkustundir';
|
|||
|
$text['minutes'] = 'm<>n<EFBFBD>tur';
|
|||
|
|
|||
|
$text['temperature'] = 'Hitastig';
|
|||
|
$text['voltage'] = 'Volt';
|
|||
|
$text['fans'] = 'Viftur';
|
|||
|
$text['s_value'] = 'Gildi';
|
|||
|
$text['s_min'] = 'L<>gst';
|
|||
|
$text['s_max'] = 'H<>st';
|
|||
|
$text['s_div'] = 'Deilir';
|
|||
|
$text['hysteresis'] = 'A<>v<EFBFBD>run l<>kur';
|
|||
|
$text['s_limit'] = 'A<>v<EFBFBD>run byrjar';
|
|||
|
$text['s_label'] = 'Nafn m<>lis';
|
|||
|
$text['degree_mark'] = 'ºC';
|
|||
|
$text['voltage_mark'] = 'V';
|
|||
|
$text['rpm_mark'] = 'RPM';
|
|||
|
|
|||
|
$text['app'] = 'Kernel + applications';
|
|||
|
$text['buffers'] = 'Buffers';
|
|||
|
$text['cached'] = 'Cached';
|
|||
|
|
|||
|
?>
|