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: eu.php,v 1.16 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
$text['title']          = 'Sistemaren Informazioa';
23
 
24
$text['vitals']         = 'Sistema';
25
$text['hostname']       = 'Zerbitzariaren izen Kanonikoa';
26
$text['ip']             = 'Entzuten duen IP-a';
27
$text['kversion']       = 'Kernel Bertsioa';
28
$text['dversion']       = 'Distro Name';
29
$text['uptime']         = 'Piztutako denbora';
30
$text['users']          = 'Uneko Erabiltzaileak';
31
$text['loadavg']        = 'Karga ertainak';
32
 
33
$text['hardware']       = 'Hardwarezko Informazioa';
34
$text['numcpu']         = 'Prozasatzailea';
35
$text['cpumodel']       = 'Modeloa';
36
$text['cpuspeed']       = 'Txip MHz';
37
$text['busspeed']       = 'BUS Speed';
38
$text['cache']          = 'Cache tamaina';
39
$text['bogomips']       = 'Sistemare Bogomips-ak';
40
 
41
$text['pci']            = 'PCI Dispositiboak';
42
$text['ide']            = 'IDE Dispositiboak';
43
$text['scsi']           = 'SCSI Dispositiboak';
44
$text['usb']            = 'USB Dispositiboak';
45
 
46
$text['netusage']       = 'Sarearen Erabilera';
47
$text['device']         = 'Dispositiboa';
48
$text['received']       = 'Jasotakoa';
49
$text['sent']           = 'Bidalitakoa';
50
$text['errors']         = 'Err/Huts';
51
 
52
$text['connections']    = 'Established Network Connections';
53
 
54
$text['memusage']       = 'Memoriaren Erabilpena';
55
$text['phymem']         = 'Memoria Fisikoa';
56
$text['swap']           = 'Disko Memoria';
57
 
58
$text['fs']             = 'Montatutako Fitxategi-sistemak';
59
$text['mount']          = 'Non montatuta';
60
$text['partition']      = 'Partizioa';
61
 
62
$text['percent']        = 'Ehunekoa';
63
$text['type']           = 'Mota';
64
$text['free']           = 'Aske';
65
$text['used']           = 'Erabilita';
66
$text['size']           = 'Tamaina';
67
$text['totals']         = 'Guztira';
68
 
69
$text['kb']             = 'KB';
70
$text['mb']             = 'MB';
71
$text['gb']             = 'GB';
72
 
73
$text['none']           = 'ezer ez';
74
 
75
$text['capacity']       = 'Kapazitatea'; 
76
 
77
$text['template']       = 'Txantiloia';
78
$text['language']       = 'Langoaia';
79
$text['submit']         = 'Bidali';
80
$text['created']        = 'Sortzailea: ';
81
$text['locale']         = 'en_US';
82
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
83
 
84
$text['days']           = 'egun';
85
$text['hours']          = 'ordu';
86
$text['minutes']        = 'minutu';
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
?>