[ 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: es.php,v 1.16 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $text['title'] = 'Información Del Sistema'; 23 24 $text['vitals'] = 'Vitales'; 25 $text['hostname'] = 'Nombre Del Sistema'; 26 $text['ip'] = 'Dirección IP'; 27 $text['kversion'] = 'Versión Del Nú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ón Del Hardware'; 34 $text['numcpu'] = 'Procesadores'; 35 $text['cpumodel'] = 'Modelo'; 36 $text['cpuspeed'] = 'Frecuencia'; 37 $text['busspeed'] = 'BUS Speed'; 38 $text['cache'] = 'Tamaño Del Caché'; 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ó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ón De La Memoria'; 53 $text['phymem'] = 'Memoria Física'; 54 $text['swap'] = 'Memoria De Intercambio'; 55 56 $text['fs'] = 'Sistemas De Archivos'; 57 $text['mount'] = 'Punto De Montaje'; 58 $text['partition'] = 'Partición'; 59 60 $text['percent'] = 'Porcentaje De Uso'; 61 $text['type'] = 'Tipo'; 62 $text['free'] = 'Libre'; 63 $text['used'] = 'Usado'; 64 $text['size'] = 'Tamañ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í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'] = 'º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 ?>
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 |