[ 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: br.php,v 1.15 2005/12/31 17:25:02 bigmichi1 Exp $ 21 // Translated by Álvaro Reguly - alvaro at reguly dot net 22 // 23 $text['title'] = 'Informações do Sistema'; 24 25 $text['vitals'] = 'Sistema'; 26 $text['hostname'] = 'Nome Canônico'; 27 $text['ip'] = 'Números IP'; 28 $text['kversion'] = 'Versão do Kernel'; 29 $text['dversion'] = 'Distro Name'; 30 $text['uptime'] = 'Uptime'; 31 $text['users'] = 'Usuários Conectados'; 32 $text['loadavg'] = 'Carga do Sistema'; 33 34 $text['hardware'] = 'Informações do Hardware'; 35 $text['numcpu'] = 'Processadores'; 36 $text['cpumodel'] = 'Modelo'; 37 $text['cpuspeed'] = 'CPU Speed'; 38 $text['busspeed'] = 'BUS Speed'; 39 $text['cache'] = 'Tamanho Cache'; 40 $text['bogomips'] = 'Bogomips'; 41 42 $text['pci'] = 'Dispositivos PCI'; 43 $text['ide'] = 'Dispositivos IDE'; 44 $text['scsi'] = 'Dispositivos SCSI'; 45 $text['usb'] = 'Dispositivos USB'; 46 47 $text['netusage'] = 'Utilização da Rede'; 48 $text['device'] = 'Dispositivo'; 49 $text['received'] = 'Recebidos'; 50 $text['sent'] = 'Enviados'; 51 $text['errors'] = 'Erros/Drop'; 52 53 $text['memusage'] = 'Utilização da Memória'; 54 $text['phymem'] = 'Memória Física'; 55 $text['swap'] = 'Swap'; 56 57 $text['fs'] = 'Sistemas de Arquivo Montados'; 58 $text['mount'] = 'Mount'; 59 $text['partition'] = 'Partição'; 60 61 $text['percent'] = 'Porcentual da Capacidade'; 62 $text['type'] = 'Tipo'; 63 $text['free'] = 'Livres'; 64 $text['used'] = 'Utilizados'; 65 $text['size'] = 'Tamanho'; 66 $text['totals'] = 'Totais'; 67 68 $text['kb'] = 'KB'; 69 $text['mb'] = 'MB'; 70 $text['gb'] = 'GB'; 71 72 $text['none'] = 'nenhum'; 73 74 $text['capacity'] = 'Capacidade'; 75 76 $text['template'] = 'Molde'; 77 $text['language'] = 'Língua'; 78 $text['submit'] = 'Enviar'; 79 $text['created'] = 'Criado por'; 80 $text['locale'] = 'en_US'; 81 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 82 83 $text['days'] = 'dias'; 84 $text['hours'] = 'horas'; 85 $text['minutes'] = 'minutos'; 86 87 $text['temperature'] = 'Temperature'; 88 $text['voltage'] = 'Voltage'; 89 $text['fans'] = 'Fans'; 90 $text['s_value'] = 'Value'; 91 $text['s_min'] = 'Min'; 92 $text['s_max'] = 'Max'; 93 $text['s_div'] = 'Div'; 94 $text['hysteresis'] = 'Hysteresis'; 95 $text['s_limit'] = 'Limit'; 96 $text['s_label'] = 'Label'; 97 $text['degree_mark'] = 'ºC'; 98 $text['voltage_mark'] = 'V'; 99 $text['rpm_mark'] = 'RPM'; 100 101 $text['app'] = 'Kernel + applications'; 102 $text['buffers'] = 'Buffers'; 103 $text['cached'] = 'Cached'; 104 105 ?>
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 |