Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
325 richard 1
<?php
2
//
3
// phpSysInfo - A PHP System Information Script
4
// http://phpsysinfo.sourceforge.net/
5
//
6
// This program is free software; you can redistribute it and/or
7
// modify it under the terms of the GNU General Public License
8
// as published by the Free Software Foundation; either version 2
9
// of the License, or (at your option) any later version.
10
//
11
// This program is distributed in the hope that it will be useful,
12
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
// GNU General Public License for more details.
15
//
16
// You should have received a copy of the GNU General Public License
17
// along with this program; if not, write to the Free Software
18
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
//
20
// $Id: is.php,v 1.18 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
$text['title']          = 'Kerfisupplısingar';
23
 
24
$text['vitals']         = 'Helstu upplısingar';
25
$text['hostname']       = 'Vélarnafn';
26
$text['ip']             = 'IP-tala';
27
$text['kversion']       = 'Útgáfa kjarna';
28
$text['dversion']       = 'Nafn dreifingar';
29
$text['uptime']         = 'Uppitími';
30
$text['users']          = 'Notendur';
31
$text['loadavg']        = 'Meğalálag';
32
 
33
$text['hardware']       = 'Upplısingar um vélbúnağ';
34
$text['numcpu']         = 'Fjöldi örgjörva';
35
$text['cpumodel']       = 'Tegund';
36
$text['cpuspeed']       = 'Hraği';
37
$text['busspeed']       = 'BUS Speed';
38
$text['cache']          = 'Stærğ flıtiminnis';
39
$text['bogomips']       = 'Bogomips';
40
 
41
$text['pci']            = 'PCI jağartæki';
42
$text['ide']            = 'IDE jağartæki';
43
$text['scsi']           = 'SCSI jağartæki';
44
$text['usb']            = 'USB jağartæki';
45
 
46
$text['netusage']       = 'Netnotkun';
47
$text['device']         = 'Jağartæki';
48
$text['received']       = 'Móttekiğ';
49
$text['sent']           = 'Sent';
50
$text['errors']         = 'Villur/Hent';
51
 
52
$text['memusage']       = 'Minnisnotkun';
53
$text['phymem']         = 'Vinnsluminni';
54
$text['swap']           = 'Sındarminni';
55
 
56
$text['fs']             = 'Tengd skráarkerfi';
57
$text['mount']          = 'Tengipunktur';
58
$text['partition']      = 'Disksneiğ';
59
 
60
$text['percent']        = 'Hlutfall af heildarstærğ';
61
$text['type']           = 'Tegund';
62
$text['free']           = 'Laust';
63
$text['used']           = 'Notağ';
64
$text['size']           = 'Stærğ';
65
$text['totals']         = 'Samtals';
66
 
67
$text['kb']             = 'KB';
68
$text['mb']             = 'MB';
69
$text['gb']             = 'GB';
70
 
71
$text['none']           = 'ekkert';
72
 
73
$text['capacity']       = 'Heildarstærğ'; 
74
 
75
$text['template']       = 'Sniğmát';
76
$text['language']       = 'Tungumál';
77
$text['submit']         = 'Senda';
78
$text['created']        = 'Búiğ til af';
79
$text['locale']         = 'is_IS';
80
$text['gen_time']       = 'şann %d.%m.%Y kl. %H:%M';
81
 
82
$text['days']           = 'dagar';
83
$text['hours']          = 'klukkustundir';
84
$text['minutes']        = 'mínútur';
85
 
86
$text['temperature']    = 'Hitastig';
87
$text['voltage']        = 'Volt';
88
$text['fans']           = 'Viftur';
89
$text['s_value']        = 'Gildi';
90
$text['s_min']          = 'Lægst';
91
$text['s_max']          = 'Hæst';
92
$text['hysteresis']     = 'Ağvörun lıkur';
93
$text['s_limit']        = 'Ağvörun byrjar';
94
$text['s_label']        = 'Nafn mælis';
95
$text['degreeC']        = '&deg;C';
96
$text['degreeF']        = '&deg;F';
97
$text['voltage_mark']   = 'V';
98
$text['rpm_mark']       = 'RPM';
99
 
100
$text['app']		= 'Kernel + applications';
101
$text['buffers']	= 'Buffers';
102
$text['cached']		= 'Cached';
103
 
104
$text['connections']    = 'Established Network Connections';
105
?>