First commit 18/08/2000

This commit is contained in:
2021-09-12 22:40:30 +02:00
commit e721637efc
531 changed files with 16045 additions and 0 deletions

View File

@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: fr.php,v 1.3 2001/05/31 17:15:10 precision Exp $
$text['title'] = 'Information Syst<73>me ';
$text['vitals'] = 'Syst<73>me';
$text['hostname'] = 'Nom d\'h<>te cannonique';
$text['ip'] = 'IP';
$text['kversion'] = 'Version du noyau';
$text['uptime'] = 'Uptime';
$text['users'] = 'Utilisateurs';
$text['loadavg'] = 'Charge syst<73>me';
$text['hardware'] = 'Information Mat<61>riel';
$text['numcpu'] = 'Processeurs';
$text['cpumodel'] = 'Mod<6F>le';
$text['mhz'] = 'Fr<46>quence';
$text['cache'] = 'Taille Cache';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'P<>riph. PCI';
$text['ide'] = 'P<>riph. IDE';
$text['scsi'] = 'P<>riph. SCSI';
$text['netusage'] = 'R<>seau';
$text['device'] = 'P<>riph<70>rique';
$text['received'] = 'R<>ception';
$text['sent'] = 'Envoi';
$text['errors'] = 'Err/Drop';
$text['memusage'] = 'Utilisation m<>moire';
$text['phymem'] = 'M<>moire Physique';
$text['swap'] = 'Swap disque';
$text['fs'] = 'Syst<73>mes de fichiers mont<6E>s';
$text['mount'] = 'Point';
$text['partition'] = 'Partition';
$text['percent'] = 'Utilisation';
$text['type'] = 'Type';
$text['free'] = 'Libre';
$text['used'] = 'Utililis<69>';
$text['size'] = 'Taille';
$text['totals'] = 'Totaux';
$text['kb'] = 'Ko';
$text['mb'] = 'Mo';
$text['gb'] = 'Go';
$text['none'] = 'aucun';
$text['capacity'] = 'Capacit<69>';
$text['template'] = 'Mod<6F>le ';
$text['language'] = 'Langue ';
$text['submit'] = 'Valider';
$text['created'] = 'Cr<43><72> par';
$text['days'] = 'jours';
$text['hours'] = 'heures';
$text['minutes'] = 'minutes';
?>