Subversion Repositories ALCASAR

Rev

Rev 1764 | Go to most recent revision | Details | Compare with Previous | 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: en.php,v 1.21 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
1743 clement.si 22
$text['domain']		= 'Domain name';
23
 
325 richard 24
$text['title']          = 'System Information';
25
 
26
$text['vitals']         = 'System Vital';
1764 richard 27
$text['hostname']       = 'Hostname';
325 richard 28
$text['ip']             = 'Listening IP';
29
$text['kversion']       = 'Kernel Version';
30
$text['dversion']       = 'Distro Name';
31
$text['uptime']         = 'Uptime';
32
$text['users']          = 'Current Users';
33
$text['loadavg']        = 'Load Averages';
34
 
35
$text['hardware']       = 'Hardware Information';
36
$text['numcpu']         = 'Processors';
37
$text['cpumodel']       = 'Model';
38
$text['cpuspeed']       = 'CPU Speed';
39
$text['busspeed']       = 'BUS Speed';
40
$text['cache']          = 'Cache Size';
41
$text['bogomips']       = 'System Bogomips';
42
$text['usb']            = 'USB Devices';
43
$text['pci']            = 'PCI Devices';
44
$text['ide']            = 'IDE Devices';
45
$text['scsi']           = 'SCSI Devices';
46
 
47
//
48
$text['portail']	= 'General Informations about ALCASAR portal';
49
$text['portail-version']= 'Installed version';
50
$text['portail-disp']	= 'Available versions';
51
$text['utilisateur']	= 'logged user(s) / tot.';
52
$text['groupe']		= 'Number of group(s)';
53
$text['bl-version']	= 'Updated \'Blacklist\'';
54
$text['internet_link']	= "Internet connexion";
55
$text['enable']		= "enable";
56
$text['disable']	= "disable";
843 richard 57
$text['web_antivirus']	= "WEB antivirus";
648 richard 58
$text['cert_expiration_date'] = "Certificate expiration date";
325 richard 59
//
60
 
61
$text['netusage']       = 'Network Usage';
62
$text['device']         = 'Device';
63
$text['received']       = 'Received';
64
$text['sent']           = 'Sent';
65
$text['errors']         = 'Err/Drop';
66
 
67
$text['memusage']       = 'Memory Usage';
68
$text['phymem']         = 'Physical Memory';
69
$text['swap']           = 'Disk Swap';
70
 
71
$text['fs']             = 'Mounted Filesystems';
72
$text['mount']          = 'Mount';
73
$text['partition']      = 'Partition';
74
 
75
$text['percent']        = 'Percent Capacity';
76
$text['type']           = 'Type';
77
$text['free']           = 'Free';
78
$text['used']           = 'Used';
79
$text['size']           = 'Size';
80
$text['totals']         = 'Totals';
81
 
82
$text['kb']             = 'KB';
83
$text['mb']             = 'MB';
84
$text['gb']             = 'GB';
85
 
86
$text['none']           = 'none';
87
 
88
$text['capacity']       = 'Capacity'; 
89
 
90
$text['template']       = 'Template';
91
$text['language']       = 'Language';
92
$text['submit']         = 'Submit';
93
$text['created']        = 'Created by';
94
$text['locale']         = 'en_US';
95
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
96
 
97
$text['days']           = 'days';
98
$text['hours']          = 'hours';
99
$text['minutes']        = 'minutes';
100
 
101
$text['temperature']    = 'Temperature';
102
$text['voltage']        = 'Voltage';
103
$text['fans']           = 'Fans';
104
$text['s_value']        = 'Value';
105
$text['s_min']          = 'Min';
106
$text['s_max']          = 'Max';
107
$text['hysteresis']     = 'Hysteresis';
108
$text['s_limit']        = 'Limit';
109
$text['s_label']        = 'Label';
110
$text['degreeC']        = '&deg;C';
111
$text['degreeF']        = '&deg;F';
112
$text['voltage_mark']   = 'V';
113
$text['rpm_mark']       = 'RPM';
114
 
115
$text['app']		= 'Kernel + applications';
116
$text['buffers']	= 'Buffers';
117
$text['cached']		= 'Cached';
118
 
119
$text['connections']    = 'Established Network Connections';
120
?>