[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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.21 2006/02/11 11:20:51 bigmichi1 Exp $ 21 22 $text['title'] = 'Informations Système '; 23 24 $text['vitals'] = 'Système'; 25 $text['hostname'] = 'Nom d\'hô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ème'; 32 33 $text['hardware'] = 'Informations Matériel'; 34 $text['numcpu'] = 'Processeurs'; 35 $text['cpumodel'] = 'Modèle'; 36 $text['mhz'] = 'Fréquence'; 37 $text['cache'] = 'Taille Cache'; 38 $text['bogomips'] = 'Bogomips'; 39 $text['usb'] = 'Périph. USB'; 40 $text['pci'] = 'Périph. PCI'; 41 $text['ide'] = 'Périph. IDE'; 42 $text['scsi'] = 'Périph. SCSI'; 43 44 $text['netusage'] = 'Réseau'; 45 $text['device'] = 'Périphérique'; 46 $text['received'] = 'Réception'; 47 $text['sent'] = 'Envoi'; 48 $text['errors'] = 'Err/Drop'; 49 50 $text['memusage'] = 'Utilisation mémoire'; 51 $text['phymem'] = 'Mémoire Physique'; 52 $text['swap'] = 'Swap disque'; 53 54 $text['fs'] = 'Systèmes de fichiers montés'; 55 $text['mount'] = 'Point'; 56 $text['partition'] = 'Partition'; 57 58 $text['percent'] = 'Utilisation'; 59 $text['type'] = 'Type'; 60 $text['free'] = 'Libre'; 61 $text['used'] = 'Occupé'; 62 $text['size'] = 'Taille'; 63 $text['totals'] = 'Totaux'; 64 65 $text['kb'] = 'Ko'; 66 $text['mb'] = 'Mo'; 67 $text['gb'] = 'Go'; 68 69 $text['none'] = 'aucun'; 70 71 $text['capacity'] = 'Capacité'; 72 73 $text['template'] = 'Modèle '; 74 $text['language'] = 'Langue '; 75 $text['submit'] = 'Valider'; 76 $text['created'] = 'Créé par'; 77 $text['locale'] = 'fr_FR'; 78 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 79 80 $text['days'] = 'jours'; 81 $text['hours'] = 'heures'; 82 $text['minutes'] = 'minutes'; 83 84 $text['temperature'] = 'Température'; 85 $text['voltage'] = 'Voltage'; 86 $text['fans'] = 'Ventilateurs'; 87 $text['s_value'] = 'valeur'; 88 $text['s_min'] = 'Min'; 89 $text['s_max'] = 'Max'; 90 $text['s_div'] = 'Div'; 91 $text['hysteresis'] = 'Hystérésis'; 92 $text['s_limit'] = 'Limite'; 93 $text['s_label'] = 'Label'; 94 $text['degree_mark'] = 'ºC'; 95 $text['voltage_mark'] = 'V'; 96 $text['rpm_mark'] = 'RPM'; 97 98 $text['app'] = '- Kernel + applications'; 99 $text['buffers'] = '- Buffers'; 100 $text['cached'] = '- Cached'; 101 102 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |