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
// Translated by Zsozso - zsozso@internews.hu
20
// $Id: hu.php,v 1.19 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
$charset                = 'iso-8859-2';
23
 
24
$text['title']          = 'Rendszer Információ';
25
 
26
$text['vitals']         = 'A Rendszer Alapvető Információi';
27
$text['hostname']       = 'Hostnév';
28
$text['ip']             = 'Figyelt IP';
29
$text['kversion']       = 'Kernel Verzió';
30
$text['dversion']       = 'Distro Name';
31
$text['uptime']         = 'Uptime';
32
$text['users']          = 'Pillanatnyi felhasználók';
33
$text['loadavg']        = 'Terhelési Átlag';
34
 
35
$text['hardware']       = 'Hardware Információ';
36
$text['numcpu']         = 'Processzor';
37
$text['cpumodel']       = 'Modell';
38
$text['cpuspeed']       = 'Chip MHz';
39
$text['busspeed']       = 'BUS Speed';
40
$text['cache']          = 'Cache Méret';
41
$text['bogomips']       = 'Rendszer Bogomips';
42
 
43
$text['pci']            = 'PCI Eszközök';
44
$text['ide']            = 'IDE Eszközök';
45
$text['scsi']           = 'SCSI Eszközök';
46
$text['usb']            = 'USB Eszközök';
47
 
48
$text['netusage']       = 'Háló Használat';
49
$text['device']         = 'Eszköz';
50
$text['received']       = 'Fogadott';
51
$text['sent']           = 'Küldött';
52
$text['errors']		= 'Err/Drop';
53
 
54
$text['connections']    = 'Létesített Hálózati Kapcsolatok';
55
 
56
$text['memusage']       = 'Memória Használat';
57
$text['phymem']         = 'Fizikai Memória';
58
$text['swap']           = 'Lemez Swap';
59
 
60
$text['fs']             = 'Csatlakoztatott File Rendszerek';
61
$text['mount']          = 'Mount';
62
$text['partition']      = 'Partíciók';
63
 
64
$text['percent']        = 'Százalékos Használat';
65
$text['type']           = 'Típus';
66
$text['free']           = 'Szabad';
67
$text['used']           = 'Használt';
68
$text['size']           = 'Méret';
69
$text['totals']         = 'Összesen';
70
 
71
$text['kb']             = 'KB';
72
$text['mb']             = 'MB';
73
$text['gb']             = 'GB';
74
 
75
$text['none']           = 'nincs';
76
 
77
$text['capacity']       = 'Kapacítás'; 
78
 
79
$text['template']       = 'Sablon';
80
$text['language']       = 'Nyelv';
81
$text['submit']         = 'Mehet';
82
$text['created']        = 'Készült:';
83
$text['locale']         = 'en_US';
84
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
85
 
86
$text['days']           = 'nap';
87
$text['hours']          = 'óra';
88
$text['minutes']        = 'perc';
89
 
90
$text['temperature']    = 'Temperature';
91
$text['voltage']        = 'Voltage';
92
$text['fans']           = 'Fans';
93
$text['s_value']        = 'Value';
94
$text['s_min']          = 'Min';
95
$text['s_max']          = 'Max';
96
$text['hysteresis']     = 'Hysteresis';
97
$text['s_limit']        = 'Limit';
98
$text['s_label']        = 'Label';
99
$text['degreeC']        = '&deg;C';
100
$text['degreeF']        = '&deg;F';
101
$text['voltage_mark']   = 'V';
102
$text['rpm_mark']       = 'RPM';
103
 
104
$text['app']		= 'Kernel + applications';
105
$text['buffers']	= 'Buffers';
106
$text['cached']		= 'Cached';
107
 
108
?>