Subversion Repositories ALCASAR

Rev

Rev 59 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

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