Subversion Repositories ALCASAR

Rev

Rev 2006 | 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
 
2137 richard 24
$text['title']          = 'Informations Système ';
325 richard 25
 
2137 richard 26
$text['vitals']         = 'Système';
27
$text['hostname']       = 'Nom d\'hô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';
2137 richard 33
$text['loadavg']        = 'Charge système';
325 richard 34
 
2137 richard 35
$text['hardware']       = 'Informations Matériel';
325 richard 36
$text['numcpu']         = 'Processeurs';
2137 richard 37
$text['cpumodel']       = 'Modèle';
325 richard 38
$text['cpuspeed']	= 'Vitesse CPU';
39
$text['busspeed']	= 'Vitesse BUS';
40
$text['cache']          = 'Taille Cache';
41
$text['bogomips']       = 'Bogomips';
2137 richard 42
$text['usb']            = 'Périph. USB';
43
$text['pci']            = 'Périph. PCI';
44
$text['ide']            = 'Périph. IDE';
45
$text['scsi']           = 'Périph. SCSI';
325 richard 46
 
47
//
2137 richard 48
$text['portail']	= 'Informations générales du portail ALCASAR';
49
$text['portail-version']= 'Version installée';
325 richard 50
$text['portail-disp']	= 'Versions disponibles';
2137 richard 51
$text['utilisateur']	= 'Usagers connectés / inscrits';
325 richard 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";
648 richard 58
$text['cert_expiration_date'] = "Date d'expiration du certificat";
325 richard 59
//
60
 
2137 richard 61
$text['netusage']       = 'Réseau';
62
$text['device']         = 'Périphérique';
63
$text['received']       = 'Réception';
325 richard 64
$text['sent']           = 'Envoi';
65
$text['errors']         = 'Err/Drop';
66
 
2137 richard 67
$text['memusage']       = 'Utilisation mémoire';
68
$text['phymem']         = 'Mémoire Physique';
325 richard 69
$text['swap']           = 'Swap disque';
70
 
2137 richard 71
$text['fs']             = 'Systèmes de fichiers montés';
325 richard 72
$text['mount']          = 'Point';
73
$text['partition']      = 'Partition';
74
 
75
$text['percent']        = 'Utilisation';
76
$text['type']           = 'Type';
77
$text['free']           = 'Libre';
2137 richard 78
$text['used']           = 'Occupé';
325 richard 79
$text['size']           = 'Taille';
80
$text['totals']         = 'Totaux';
81
 
82
$text['kb']             = 'Ko';
83
$text['mb']             = 'Mo';
84
$text['gb']             = 'Go';
85
 
86
$text['none']           = 'aucun';
87
 
2137 richard 88
$text['capacity']       = 'Capacité';
325 richard 89
 
2137 richard 90
$text['template']       = 'Modèle ';
325 richard 91
$text['language']       = 'Langue ';
92
$text['submit']         = 'Valider';
2137 richard 93
$text['created']        = 'Créé par';
325 richard 94
$text['locale']         = 'fr_FR';
95
$text['gen_time']       = 'le %d %B %Y &agrave; %I:%M %p';
96
 
97
$text['days']           = 'jours';
98
$text['hours']          = 'heures';
99
$text['minutes']        = 'minutes';
100
 
2137 richard 101
$text['temperature']    = 'Température';
325 richard 102
$text['voltage']        = 'Voltage';
103
$text['fans']           = 'Ventilateurs';
104
$text['s_value']        = 'valeur';
105
$text['s_min']          = 'Min';
106
$text['s_max']          = 'Max';
2137 richard 107
$text['hysteresis']     = 'Hystérésis';
325 richard 108
$text['s_limit']        = 'Limite';
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
 
2137 richard 119
$text['connections']    = 'Connexions réseau établies';
325 richard 120
?>