Subversion Repositories ALCASAR

Rev

Rev 110 | 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: fr.php,v 1.27 2007/03/15 08:22:31 bigmichi1 Exp $
21
 
22
$text['title']          = 'Informations Syst&egrave;me ';
23
 
24
$text['vitals']         = 'Syst&egrave;me';
25
$text['hostname']       = 'Nom d\'h&ocirc;te cannonique';
26
$text['ip']             = 'IP';
27
$text['kversion']       = 'Version du noyau';
28
$text['dversion']       = 'Distribution';
29
$text['uptime']         = 'Uptime';
30
$text['users']          = 'Utilisateurs';
31
$text['loadavg']        = 'Charge syst&egrave;me';
32
 
33
$text['hardware']       = 'Informations Mat&eacute;riel';
34
$text['numcpu']         = 'Processeurs';
35
$text['cpumodel']       = 'Mod&egrave;le';
36
$text['cpuspeed']	= 'Vitesse CPU';
37
$text['busspeed']	= 'Vitesse BUS';
38
$text['cache']          = 'Taille Cache';
39
$text['bogomips']       = 'Bogomips';
40
$text['usb']            = 'P&eacute;riph. USB';
41
$text['pci']            = 'P&eacute;riph. PCI';
42
$text['ide']            = 'P&eacute;riph. IDE';
43
$text['scsi']           = 'P&eacute;riph. SCSI';
44
 
45
//
34 richard 46
$text['portail']	= 'Informations g&eacute;n&eacute;rales du portail ALCASAR';
1 root 47
$text['portail-version']= 'Version install&eacute;e';
59 richard 48
$text['portail-disp']	= 'Versions disponibles';
110 richard 49
$text['utilisateur']	= 'Usager(s) connect&eacute;s';
34 richard 50
$text['groupe']		= 'Nombre de groupe(s)';
51
$text['bl-version']	= 'Liste noire';
1 root 52
$text['internet_link']	= "Lien Internet";
59 richard 53
$text['enable']		= "actif";
54
$text['disable']	= "inactif";
142 richard 55
$text['web_filter']	= "Filtrage WEB";
56
$text['net_filter']	= "Filtrage protocoles r&eacute;seau";
1 root 57
//
58
 
59
$text['netusage']       = 'R&eacute;seau';
60
$text['device']         = 'P&eacute;riph&eacute;rique';
61
$text['received']       = 'R&eacute;ception';
62
$text['sent']           = 'Envoi';
63
$text['errors']         = 'Err/Drop';
64
 
65
$text['memusage']       = 'Utilisation m&eacute;moire';
66
$text['phymem']         = 'M&eacute;moire Physique';
67
$text['swap']           = 'Swap disque';
68
 
69
$text['fs']             = 'Syst&egrave;mes de fichiers mont&eacute;s';
70
$text['mount']          = 'Point';
71
$text['partition']      = 'Partition';
72
 
73
$text['percent']        = 'Utilisation';
74
$text['type']           = 'Type';
75
$text['free']           = 'Libre';
76
$text['used']           = 'Occup&eacute;';
77
$text['size']           = 'Taille';
78
$text['totals']         = 'Totaux';
79
 
80
$text['kb']             = 'Ko';
81
$text['mb']             = 'Mo';
82
$text['gb']             = 'Go';
83
 
84
$text['none']           = 'aucun';
85
 
86
$text['capacity']       = 'Capacit&eacute;';
87
 
88
$text['template']       = 'Mod&egrave;le ';
89
$text['language']       = 'Langue ';
90
$text['submit']         = 'Valider';
91
$text['created']        = 'Cr&eacute;&eacute; par';
92
$text['locale']         = 'fr_FR';
93
$text['gen_time']       = 'le %d %B %Y &agrave; %I:%M %p';
94
 
95
$text['days']           = 'jours';
96
$text['hours']          = 'heures';
97
$text['minutes']        = 'minutes';
98
 
99
$text['temperature']    = 'Temp&eacute;rature';
100
$text['voltage']        = 'Voltage';
101
$text['fans']           = 'Ventilateurs';
102
$text['s_value']        = 'valeur';
103
$text['s_min']          = 'Min';
104
$text['s_max']          = 'Max';
105
$text['hysteresis']     = 'Hyst&eacute;r&eacute;sis';
106
$text['s_limit']        = 'Limite';
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
 
117
$text['connections']    = 'Established Network Connections';
118
?>