Viewing file: fr.php (2.88 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* * This file is part of Linfo (c) 2010 Joseph Gillotti. * * Linfo 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 3 of the License, or * (at your option) any later version. * * Linfo 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 Linfo. If not, see <http://www.gnu.org/licenses/>. * */
defined('IN_INFO') or exit;
/* * Traduction française : Jean-Bernard Yata yata.jb@revolsys.fr */
$lang = array( 'header' => 'Informations Générales du Système', 'core' => 'Principal', 'os' => 'Système d\'exploitation', 'kernel' => 'Noyau', 'accessed_ip' => 'Adresse IP utilisée', 'uptime' => 'Uptime', 'hostname' => 'Nom d\'hôte', 'cpus' => 'Processeur(s)', 'load' => 'Charge', 'processes' => 'Processus', 'threads' => 'Opérations en cours', 'total' => 'Totale', 'memory' => 'Mémoire', 'type' => 'Type', 'free' => 'Libre', 'used' => 'Utilisée', 'size' => 'Taille', 'physical' => 'Physique', 'swap' => 'Echange', 'network_devices' => 'Interfaces réseau', 'device_name' => 'Interface', 'amount_sent' => 'Paquets envoyés', 'amount_received' => 'Paquets reçus', 'state' => 'Etat', 'temps_voltages' => 'Températures / Voltages', 'path' => 'Chemin système', 'device' => 'équipement', 'value' => 'Valeur', 'hardware' => 'Matériel', 'vendor' => 'Fabriquant', 'drives' => 'Lecteurs', 'name' => 'Nom', 'reads' => 'Cycles de lecture', 'writes' => 'Cycle d\'écriture', 'filesystem_mounts' => 'Points de montage', 'mount_point' => 'Point de montage', 'filesystem' => 'Système de fichiers', 'percent_used' => '% utilisé', 'raid_arrays' => 'Volumes RAID', 'level' => 'Niveau', 'status' => 'Etat', 'devices' => 'Périphériques', 'label' => 'Etiquette', 'active' => 'Active', 'batteries' => 'Batteries', 'charge' => 'Charge', 'unknown' => 'Non renseigné', 'footer_app' => 'Générée le %s en %s secondes.', 'none_found' => 'Introuvé', 'sound_cards' => 'Cartes son', 'number' => 'Nombre', 'card' => 'Carte', 'message' => 'Message', 'from_where' => 'Source', 'mount_options' => 'Options de montage', 'error_head' => 'Erreur lors de la collecte des informations', 'timer' => 'Horodateur', 'area' => 'Zone', 'time_taken' => 'Durée de collecte', 'days' => 'jours', 'hours' => 'heures', 'minutes' => 'minutes', 'seconds' => 'secondes', 'pid' => 'PID', 'service' => 'Service', 'services' => 'Services', 'memory_usage' => 'Utilisation mémoire', 'distro' => 'Distribution', 'cpu_arch' => 'Architecture', 'model' => 'Modèle', 'numLoggedIn' => 'Utilisateurs actifs' );
|