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: de.php,v 1.22 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
$text['title']          = 'System Information';
23
 
24
$text['vitals']         = 'System &Uuml;bersicht';
25
$text['hostname']       = 'Zugewiesener Hostname';
26
$text['ip']             = '&Uuml;berwachte IP';
27
$text['kversion']       = 'Kernel Version';
28
$text['dversion']       = 'Distro Name';
29
$text['uptime']         = 'Betriebszeit';
30
$text['users']          = 'Eingeloggte Benutzer';
31
$text['loadavg']        = 'Auslastung';
32
 
33
$text['hardware']       = 'Hardware &Uuml;bersicht';
34
$text['numcpu']         = 'Prozessoren';
35
$text['cpumodel']       = 'Modell';
36
$text['cpuspeed']       = 'Taktfrequenz';
37
$text['busspeed']       = 'BUS Speed';
38
$text['cache']          = 'Cachegr&ouml;&szlig;e';
39
$text['bogomips']       = 'System Bogomips';
40
 
41
$text['pci']            = 'PCI Ger&auml;te';
42
$text['ide']            = 'IDE Ger&auml;te';
43
$text['scsi']           = 'SCSI Ger&auml;te';
44
$text['usb']            = 'USB Ger&auml;te';
45
 
46
$text['netusage']       = 'Netzwerk-Auslastung';
47
$text['device']         = 'Schnittstelle';
48
$text['received']       = 'Empfangen';
49
$text['sent']           = 'Gesendet';
50
$text['errors']         = 'Fehler/Verworfen';
51
 
52
$text['memusage']       = 'Speicher-Auslastung';
53
$text['phymem']         = 'Physikalischer Speicher';
54
$text['swap']           = 'Auslagerungsdatei';
55
 
56
$text['fs']             = 'Angemeldete Dateisysteme';
57
$text['mount']          = 'Mount';
58
$text['partition']      = 'Partition';
59
 
60
$text['percent']        = 'Prozentuale Auslastung';
61
$text['type']           = 'Typ';
62
$text['free']           = 'Frei';
63
$text['used']           = 'Benutzt';
64
$text['size']           = 'Gr&ouml;&szlig;e';
65
$text['totals']         = 'Insgesamt';
66
 
67
$text['kb']             = 'KB';
68
$text['mb']             = 'MB';
69
$text['gb']             = 'GB';
70
 
71
$text['none']           = 'keine';
72
 
73
$text['capacity']       = 'Kapazit&auml;t';
74
 
75
$text['template']       = 'Vorlage';
76
$text['language']       = 'Sprache';
77
$text['submit']         = '&Auml;ndern';
78
$text['created']        = 'Erstellt von';
79
$text['locale']         = 'de_DE';
80
$text['gen_time']       = 'am %d.%b %Y um %H:%M';
81
 
82
$text['days']           = 'Tage';
83
$text['hours']          = 'Stunden';
84
$text['minutes']        = 'Minuten';
85
 
86
$text['temperature']    = 'Temperatur';
87
$text['voltage']        = 'Spannungen';
88
$text['fans']           = 'L&uuml;fter';
89
$text['s_value']        = 'Wert';
90
$text['s_min']          = 'Min';
91
$text['s_max']          = 'Max';
92
$text['hysteresis']     = 'Hysteresis';
93
$text['s_limit']        = 'Grenzwert';
94
$text['s_label']        = 'Bezeichnung';
95
$text['degreeC']        = '&deg;C';
96
$text['degreeF']        = '&deg;F';
97
$text['voltage_mark']   = 'V';
98
$text['rpm_mark']       = 'Umin';
99
 
100
$text['app']		= 'Kernel + Anwendungen';
101
$text['buffers']	= 'Puffer';
102
$text['cached']		= 'Cache';
103
 
104
$text['connections']    = 'Aktive Netzwerkverbindungen';
105
?>