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: da.php,v 1.21 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
# Translated by Jonas Koch Bentzen (understroem.dk).
23
 
24
$text['title']          = 'Systeminformation';
25
 
26
$text['vitals']         = 'Systemenheder';
27
$text['hostname']       = 'Konisk værtsnavn';
28
$text['ip']             = 'IP-adresse, der lyttes på';
29
$text['kversion']       = 'Kerne-version';
30
$text['dversion']       = 'Distro Name';
31
$text['uptime']         = 'Oppetid';
32
$text['users']          = 'Antal brugere logget ind lige nu';
33
$text['loadavg']        = 'Ressourceforbrug - gennemsnit';
34
 
35
$text['hardware']       = 'Hardwareinformation';
36
$text['numcpu']         = 'Processorer';
37
$text['cpumodel']       = 'Model';
38
$text['cpuspeed']       = 'CPU Speed';
39
$text['busspeed']       = 'BUS Speed';
40
$text['cache']          = 'Cachestørrelse';
41
$text['bogomips']       = 'Bogomips';
42
 
43
$text['pci']            = 'PCI-enheder';
44
$text['ide']            = 'IDE-enheder';
45
$text['scsi']           = 'SCSI-enheder';
46
$text['usb']            = 'USB-enheder';
47
 
48
$text['netusage']       = 'Netværkstrafik';
49
$text['device']         = 'Enhed';
50
$text['received']       = 'Modtaget';
51
$text['sent']           = 'Afsendt';
52
$text['errors']         = 'Mislykket/tabt';
53
 
54
$text['memusage']       = 'Hukommelsesforbrug';
55
$text['phymem']         = 'Fysisk hukommelse';
56
$text['swap']           = 'Swap';
57
 
58
$text['fs']             = 'Monterede filsystemer';
59
$text['mount']          = 'Monteret på';
60
$text['partition']      = 'Partition';
61
 
62
$text['percent']        = 'Procent af kapaciteten';
63
$text['type']           = 'Type';
64
$text['free']           = 'Ledig';
65
$text['used']           = 'Brugt';
66
$text['size']           = 'Størrelse';
67
$text['totals']         = 'I alt';
68
 
69
$text['kb']             = 'KB';
70
$text['mb']             = 'MB';
71
$text['gb']             = 'GB';
72
 
73
$text['none']           = 'ingen';
74
 
75
$text['capacity']       = 'Kapacitet';
76
 
77
$text['template']       = 'Skabelon';
78
$text['language']       = 'Sprog';
79
$text['submit']         = 'Okay';
80
$text['created']        = 'Lavet af';
81
$text['locale']         = 'en_US';
82
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
83
 
84
$text['days']           = 'dage';
85
$text['hours']          = 'timer';
86
$text['minutes']        = 'minutter';
87
 
88
$text['temperature']    = 'Temperature';
89
$text['voltage']        = 'Voltage';
90
$text['fans']           = 'Fans';
91
$text['s_value']        = 'Value';
92
$text['s_min']          = 'Min';
93
$text['s_max']          = 'Max';
94
$text['hysteresis']     = 'Hysteresis';
95
$text['s_limit']        = 'Limit';
96
$text['s_label']        = 'Label';
97
$text['degreeC']        = '&deg;C';
98
$text['degreeF']        = '&deg;F';
99
$text['voltage_mark']   = 'V';
100
$text['rpm_mark']       = 'RPM';
101
 
102
$text['app']		= 'Kernel + applications';
103
$text['buffers']	= 'Buffers';
104
$text['cached']		= 'Cached';
105
 
106
$text['connections']    = 'Established Network Connections';
107
?>