⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pt-br.php

📁 国外很不错的一个开源OA系统Group-Office
💻 PHP
字号:
<?php//// phpSysInfo - A PHP System Information Script// http://phpsysinfo.sourceforge.net///// This program is free software; you can redistribute it and/or// modify it under the terms of the GNU General Public License// as published by the Free Software Foundation; either version 2// of the License, or (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.//// $Id: pt-br.php,v 1.1 2005/04/15 21:23:32 mschering Exp $// Tradutor: Marc韑io Cunha Marinho Maia, 29/03/2003 鄐 04:34 (Goi鈔ia-GO,Brasil)// E-mail: marcilio@nextsolution.com.br Web: http://www.nextsolution.com.br// Icq: 22493131$text['title']          = 'Informa玢o Sobre o Sistema';$text['vitals']         = 'Informa珲es Vitais do Sistema';$text['hostname']       = 'Nome do Servidor';$text['ip']             = 'N鷐ero IP';$text['kversion']       = 'Vers鉶 do Kernel';$text['dversion']       = 'Distro Name';$text['uptime']         = 'Tempo Ativo do Sistema';$text['users']          = 'Usuarios Ativos';$text['loadavg']        = 'Carga do Sistema';$text['hardware']       = 'Informa珲es sobre o Hardware';$text['numcpu']         = 'Processadores';$text['cpumodel']       = 'Modelo';$text['mhz']            = 'Velocidade em MHz';$text['cache']          = 'Tamanho do Cache';$text['bogomips']       = 'Velocidade em Bogomips';$text['pci']            = 'Dispositivos PCI';$text['ide']            = 'Dispositivos IDE';$text['scsi']           = 'Dispositivos SCSI';$text['netusage']       = 'Uso da Rede';$text['device']         = 'Dispositivo';$text['received']       = 'Recebido';$text['sent']           = 'Enviado';$text['errors']         = 'Perdido';$text['connections']    = 'Conex鮡s Estabelecidas';$text['memusage']       = 'Utiliza玢o Mem髍ia';$text['phymem']         = 'Mem髍ia F韘ica';$text['swap']           = 'Mem髍ia Virtual (SWAP)';$text['fs']             = 'Sistemas de Arquivos';$text['mount']          = 'Ponto de montagem';$text['partition']      = 'Parti玢o';$text['percent']        = 'Capacidade Utilizada';$text['type']           = 'Tipo';$text['free']           = 'Livre';$text['used']           = 'Utilizado';$text['size']           = 'Tamanho';$text['totals']         = 'Totais';$text['kb']             = 'KB';$text['mb']             = 'MB';$text['gb']             = 'GB';$text['none']           = 'N/A';$text['capacity']       = 'Capacidade'; $text['template']       = 'Exemplos';$text['language']       = 'L韓gua';$text['submit']         = 'Entrar';$text['created']        = 'Criado por';$text['locale']         = 'en_US';$text['gen_time']       = 'on %b %d, %Y at %r';$text['days']           = 'Dias';$text['hours']          = 'Horas';$text['minutes']        = 'Minutos';$text['temperature']    = 'Temperature';$text['voltage']        = 'Voltage';$text['fans']           = 'Fans';$text['s_value']        = 'Value';$text['s_min']          = 'Min';$text['s_max']          = 'Max';$text['s_div']          = 'Div';$text['hysteresis']     = 'Hysteresis';$text['s_limit']        = 'Limit';$text['s_label']        = 'Label';$text['degree_mark']    = '&ordm;C';$text['voltage_mark']   = 'V';$text['rpm_mark']       = 'RPM';

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -