[ 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/ -> it.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: it.php,v 1.15 2005/12/31 17:25:02 bigmichi1 Exp $
  21  
  22  $text['title']          = 'Informazioni sul Sistema';
  23  
  24  $text['vitals']         = 'Informazioni Vitali';
  25  $text['hostname']       = 'Nome Canonico';
  26  $text['ip']             = 'Indirizzo IP';
  27  $text['kversion']       = 'Versione del Kernel';
  28  $text['dversion']       = 'Distro Name';
  29  $text['uptime']         = 'Tempo di Esercizio';
  30  $text['users']          = 'Utenti Collegati';
  31  $text['loadavg']        = 'Carico Medio';
  32  
  33  $text['hardware']       = 'Informazioni Hardware';
  34  $text['numcpu']         = 'Processori';
  35  $text['cpumodel']       = 'Modello';
  36  $text['cpuspeed']       = 'MHz del Chip';
  37  $text['busspeed']       = 'BUS Speed';
  38  $text['cache']          = 'Dimensione Cache';
  39  $text['bogomips']       = 'Bogomips del Sistema';
  40  
  41  $text['pci']            = 'Unità PCI';
  42  $text['ide']            = 'Unità IDE';
  43  $text['scsi']           = 'Unità SCSI';
  44  $text['usb']            = 'Unità USB';
  45  
  46  $text['netusage']       = 'Utilizzo della Rete';
  47  $text['device']         = 'Device';
  48  $text['received']       = 'Ricevuti';
  49  $text['sent']           = 'Inviati';
  50  $text['errors']         = 'Err/Drop';
  51  
  52  $text['memusage']       = 'Utilizzo della Memoria';
  53  $text['phymem']         = 'Memoria Fisica';
  54  $text['swap']           = 'Disco di Swap';
  55  
  56  $text['fs']             = 'Filesystem Montati';
  57  $text['mount']          = 'Punto di Mount';
  58  $text['partition']      = 'Partizione';
  59  
  60  $text['percent']        = 'Uso Percentuale';
  61  $text['type']           = 'Tipo';
  62  $text['free']           = 'Libero';
  63  $text['used']           = 'Usato';
  64  $text['size']           = 'Dimensione';
  65  $text['totals']         = 'Totali';
  66  
  67  $text['kb']             = 'KB';
  68  $text['mb']             = 'MB';
  69  $text['gb']             = 'GB';
  70  
  71  $text['none']           = 'none';
  72  
  73  $text['capacity']       = 'Capacità';
  74    
  75  $text['template']       = 'Template';
  76  $text['language']       = 'Lingua';
  77  $text['submit']         = 'Invia';
  78  $text['created']        = 'Creato da';
  79  $text['locale']         = 'en_US';
  80  $text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
  81  
  82  $text['days']           = 'giorni';
  83  $text['hours']          = 'ore';
  84  $text['minutes']        = 'minuti';
  85    
  86  $text['temperature']    = 'Temperature';
  87  $text['voltage']        = 'Voltage';
  88  $text['fans']           = 'Fans';
  89  $text['s_value']        = 'Value';
  90  $text['s_min']          = 'Min';
  91  $text['s_max']          = 'Max';
  92  $text['s_div']          = 'Div';
  93  $text['hysteresis']     = 'Hysteresis';
  94  $text['s_limit']        = 'Limit';
  95  $text['s_label']        = 'Label';
  96  $text['degree_mark']    = '&ordm;C';
  97  $text['voltage_mark']   = 'V';
  98  $text['rpm_mark']       = 'RPM';
  99  
 100  $text['app']        = 'Kernel + applications';
 101  $text['buffers']    = 'Buffers';
 102  $text['cached']        = 'Cached';
 103  
 104  ?>


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