Subversion Repositories ALCASAR

Rev

Go to most recent revision | 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: sv.php,v 1.17 2007/02/18 19:11:31 bigmichi1 Exp $
21
//
22
// translation by shockzor
23
// updated/edited by jetthe
24
 
25
$text['title']          = 'Systeminformation';
26
 
27
$text['vitals']         = 'Allmän information';
28
$text['hostname']       = 'Värdnamn';
29
$text['ip']             = 'IP-adress';
30
$text['kversion']       = 'Kernel-version';
31
$text['dversion']       = 'Distro Name';
32
$text['uptime']         = 'Drifttid';
33
$text['users']          = 'Aktuella användare';
34
$text['loadavg']        = 'Medelbelastning';
35
 
36
$text['hardware']       = 'Hårdvaruinformation';
37
$text['numcpu']         = 'Processorer';
38
$text['cpumodel']       = 'Modell';
39
$text['cpuspeed']       = 'Klockfrekvens';
40
$text['busspeed']       = 'BUS Speed';
41
$text['cache']          = 'Cachestorlek';
42
$text['bogomips']       = 'Bogomips';
43
 
44
$text['pci']            = 'PCI-enheter';
45
$text['ide']            = 'IDE-enheter';
46
$text['scsi']           = 'SCSI-enheter';
47
$text['usb']            = 'USB-enheter';
48
 
49
$text['netusage']       = 'Nätverksanvändning';
50
$text['device']         = 'Enheter';
51
$text['received']       = 'Mottaget';
52
$text['sent']           = 'Skickat';
53
$text['errors']         = 'Fel/Förlorat';
54
 
55
$text['memusage']       = 'Minnesanvändning';
56
$text['phymem']         = 'Fysiskt minne';
57
$text['swap']           = 'Växlingsminne';
58
 
59
$text['fs']             = 'Monterade filsystem';
60
$text['mount']          = 'Monteringspunkt';
61
$text['partition']      = 'Partition';
62
 
63
$text['percent']        = 'Kapacitetsutnyttjande';
64
$text['type']           = 'Typ';
65
$text['free']           = 'Ledigt';
66
$text['used']           = 'Använt';
67
$text['size']           = 'Storlek';
68
$text['totals']         = 'Totalt';
69
 
70
$text['kb']             = 'kB';
71
$text['mb']             = 'MB';
72
$text['gb']             = 'GB';
73
 
74
$text['none']           = 'inga';
75
 
76
$text['capacity']       = 'Kapacitet';
77
 
78
$text['template']       = 'Mall';
79
$text['language']       = 'Språk';
80
$text['submit']         = 'Skicka';
81
 
82
$text['days']           = 'dagar';
83
$text['hours']          = 'timmar';
84
$text['minutes']        = 'minuter';
85
$text['created']        = 'Skapat av';
86
$text['locale']         = 'en_US';
87
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
88
 
89
$text['temperature']    = 'Temperature';
90
$text['voltage']        = 'Voltage';
91
$text['fans']           = 'Fans';
92
$text['s_value']        = 'Value';
93
$text['s_min']          = 'Min';
94
$text['s_max']          = 'Max';
95
$text['hysteresis']     = 'Hysteresis';
96
$text['s_limit']        = 'Limit';
97
$text['s_label']        = 'Label';
98
$text['degreeC']        = '&deg;C';
99
$text['degreeF']        = '&deg;F';
100
$text['voltage_mark']   = 'V';
101
$text['rpm_mark']       = 'RPM';
102
 
103
$text['app']		= 'Kernel + applications';
104
$text['buffers']	= 'Buffers';
105
$text['cached']		= 'Cached';
106
 
107
$text['connections']    = 'Established Network Connections';
108
?>