[ 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/ -> es.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: es.php,v 1.16 2005/12/31 17:25:02 bigmichi1 Exp $
  21  
  22  $text['title']          = 'Informaci&oacute;n Del Sistema';
  23  
  24  $text['vitals']         = 'Vitales';
  25  $text['hostname']       = 'Nombre Del Sistema';
  26  $text['ip']             = 'Direcci&oacute;n IP';
  27  $text['kversion']       = 'Versi&oacute;n Del N&uacute;cleo';
  28  $text['dversion']       = 'Distro Name';
  29  $text['uptime']         = 'Uptime';
  30  $text['users']          = 'Usuarios Actuales';
  31  $text['loadavg']        = 'Promedio De Uso';
  32  
  33  $text['hardware']       = 'Informaci&oacute;n Del Hardware';
  34  $text['numcpu']         = 'Procesadores';
  35  $text['cpumodel']       = 'Modelo';
  36  $text['cpuspeed']       = 'Frecuencia';
  37  $text['busspeed']       = 'BUS Speed';
  38  $text['cache']          = 'Tama&ntilde;o Del Cach&eacute;';
  39  $text['bogomips']       = 'Bogomips';
  40  
  41  $text['pci']            = 'Dispositivos PCI';
  42  $text['ide']            = 'Dispositivos IDE';
  43  $text['scsi']           = 'Dispositivos SCSI';
  44  $text['usb']            = 'Dispositivos USB';
  45  
  46  $text['netusage']       = 'Utilizaci&oacute;n De La Red';
  47  $text['device']         = 'Dispositivo';
  48  $text['received']       = 'Recibidos';
  49  $text['sent']           = 'Enviados';
  50  $text['errors']         = 'Errores/Perdidos';
  51  
  52  $text['memusage']       = 'Utilizaci&oacute;n De La Memoria';
  53  $text['phymem']         = 'Memoria F&iacute;sica';
  54  $text['swap']           = 'Memoria De Intercambio';
  55  
  56  $text['fs']             = 'Sistemas De Archivos';
  57  $text['mount']          = 'Punto De Montaje';
  58  $text['partition']      = 'Partici&oacute;n';
  59  
  60  $text['percent']        = 'Porcentaje De Uso';
  61  $text['type']           = 'Tipo';
  62  $text['free']           = 'Libre';
  63  $text['used']           = 'Usado';
  64  $text['size']           = 'Tama&ntilde;o';
  65  $text['totals']         = 'Totales';
  66  
  67  $text['kb']             = 'KB';
  68  $text['mb']             = 'MB';
  69  $text['gb']             = 'GB';
  70  
  71  $text['none']           = 'Ninguno';
  72  
  73  $text['capacity']       = 'Capacidad';
  74  
  75  $text['template']       = 'Plantilla';
  76  $text['language']       = 'Idioma';
  77  $text['submit']         = 'Enviar';
  78  $text['created']        = 'Creado por';
  79  $text['locale']         = 'en_US';
  80  $text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
  81  
  82  $text['days']           = 'd&iacute;as';
  83  $text['hours']          = 'horas';
  84  $text['minutes']        = 'minutos';
  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