[ 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: pt-br.php,v 1.9 2005/12/31 17:25:02 bigmichi1 Exp $ 21 // 22 // Tradutor: Marcílio Cunha Marinho Maia, 29/03/2003 às 04:34 (Goiânia-GO,Brasil) 23 // E-mail: marcilio@nextsolution.com.br Web: http://www.nextsolution.com.br 24 // Icq: 22493131 25 26 $text['title'] = 'Informação Sobre o Sistema'; 27 28 $text['vitals'] = 'Informações Vitais do Sistema'; 29 $text['hostname'] = 'Nome do Servidor'; 30 $text['ip'] = 'Número IP'; 31 $text['kversion'] = 'Versão do Kernel'; 32 $text['dversion'] = 'Distro Name'; 33 $text['uptime'] = 'Tempo Ativo do Sistema'; 34 $text['users'] = 'Usuarios Ativos'; 35 $text['loadavg'] = 'Carga do Sistema'; 36 37 $text['hardware'] = 'Informações sobre o Hardware'; 38 $text['numcpu'] = 'Processadores'; 39 $text['cpumodel'] = 'Modelo'; 40 $text['cpuspeed'] = 'Velocidade em MHz'; 41 $text['busspeed'] = 'BUS Speed'; 42 $text['cache'] = 'Tamanho do Cache'; 43 $text['bogomips'] = 'Velocidade em Bogomips'; 44 45 $text['pci'] = 'Dispositivos PCI'; 46 $text['ide'] = 'Dispositivos IDE'; 47 $text['scsi'] = 'Dispositivos SCSI'; 48 $text['usb'] = 'Dispositivos USB'; 49 50 $text['netusage'] = 'Uso da Rede'; 51 $text['device'] = 'Dispositivo'; 52 $text['received'] = 'Recebido'; 53 $text['sent'] = 'Enviado'; 54 $text['errors'] = 'Perdido'; 55 56 $text['connections'] = 'Conexões Estabelecidas'; 57 58 $text['memusage'] = 'Utilização Memória'; 59 $text['phymem'] = 'Memória Física'; 60 $text['swap'] = 'Memória Virtual (SWAP)'; 61 62 $text['fs'] = 'Sistemas de Arquivos'; 63 $text['mount'] = 'Ponto de montagem'; 64 $text['partition'] = 'Partição'; 65 66 $text['percent'] = 'Capacidade Utilizada'; 67 $text['type'] = 'Tipo'; 68 $text['free'] = 'Livre'; 69 $text['used'] = 'Utilizado'; 70 $text['size'] = 'Tamanho'; 71 $text['totals'] = 'Totais'; 72 73 $text['kb'] = 'KB'; 74 $text['mb'] = 'MB'; 75 $text['gb'] = 'GB'; 76 77 $text['none'] = 'N/A'; 78 79 $text['capacity'] = 'Capacidade'; 80 81 $text['template'] = 'Exemplos'; 82 $text['language'] = 'Língua'; 83 $text['submit'] = 'Entrar'; 84 $text['created'] = 'Criado por'; 85 $text['locale'] = 'en_US'; 86 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 87 88 $text['days'] = 'Dias'; 89 $text['hours'] = 'Horas'; 90 $text['minutes'] = 'Minutos'; 91 92 $text['temperature'] = 'Temperature'; 93 $text['voltage'] = 'Voltage'; 94 $text['fans'] = 'Fans'; 95 $text['s_value'] = 'Value'; 96 $text['s_min'] = 'Min'; 97 $text['s_max'] = 'Max'; 98 $text['s_div'] = 'Div'; 99 $text['hysteresis'] = 'Hysteresis'; 100 $text['s_limit'] = 'Limit'; 101 $text['s_label'] = 'Label'; 102 $text['degree_mark'] = 'ºC'; 103 $text['voltage_mark'] = 'V'; 104 $text['rpm_mark'] = 'RPM'; 105 106 $text['app'] = 'Kernel + applications'; 107 $text['buffers'] = 'Buffers'; 108 $text['cached'] = 'Cached'; 109 110 ?>
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 |