[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/System/includes/lang/ -> fr.php (source)

   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&egrave;me ';
  23  
  24  $text['vitals']         = 'Syst&egrave;me';
  25  $text['hostname']       = 'Nom d\'h&ocirc;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&egrave;me';
  32  
  33  $text['hardware']       = 'Informations Mat&eacute;riel';
  34  $text['numcpu']         = 'Processeurs';
  35  $text['cpumodel']       = 'Mod&egrave;le';
  36  $text['mhz']            = 'Fr&eacute;quence';
  37  $text['cache']          = 'Taille Cache';
  38  $text['bogomips']       = 'Bogomips';
  39  $text['usb']            = 'P&eacute;riph. USB';
  40  $text['pci']            = 'P&eacute;riph. PCI';
  41  $text['ide']            = 'P&eacute;riph. IDE';
  42  $text['scsi']           = 'P&eacute;riph. SCSI';
  43  
  44  $text['netusage']       = 'R&eacute;seau';
  45  $text['device']         = 'P&eacute;riph&eacute;rique';
  46  $text['received']       = 'R&eacute;ception';
  47  $text['sent']           = 'Envoi';
  48  $text['errors']         = 'Err/Drop';
  49  
  50  $text['memusage']       = 'Utilisation m&eacute;moire';
  51  $text['phymem']         = 'M&eacute;moire Physique';
  52  $text['swap']           = 'Swap disque';
  53  
  54  $text['fs']             = 'Syst&egrave;mes de fichiers mont&eacute;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&eacute;';
  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&eacute;';
  72    
  73  $text['template']       = 'Mod&egrave;le ';
  74  $text['language']       = 'Langue ';
  75  $text['submit']         = 'Valider';
  76  $text['created']        = 'Cr&eacute;&eacute; 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&eacute;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&eacute;r&eacute;sis';
  92  $text['s_limit']        = 'Limite';
  93  $text['s_label']        = 'Label';
  94  $text['degree_mark']    = '&ordm;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  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7