Subversion Repositories ALCASAR

Rev

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