Viewing file: pt.php (2.81 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* * This file is part of Linfo (c) 2012 Joseph Gillotti. * * Linfo 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 3 of the License, or * (at your option) any later version. * * Linfo 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 Linfo. If not, see <http://www.gnu.org/licenses/>. * */
defined('IN_INFO') or exit;
/* * Portuguese translation * Fábio Diniz Rossi * fdrossi@gmail.com */
$lang = array( 'header' => 'Informações do Sistema', 'core' => 'Hardware', 'os' => 'Sistema Operacional', 'kernel' => 'Kernel', 'accessed_ip' => 'Endereço IP de acesso', 'uptime' => 'Tempo Ligado', 'hostname' => 'Nome da Máquina', 'cpus' => 'CPUs', 'load' => 'Carregado', 'processes' => 'Processos', 'threads' => 'Threads', 'total' => 'Total', 'memory' => 'Memória', 'type' => 'Tipo', 'free' => 'Livre', 'used' => 'Usado', 'size' => 'Tamanho', 'physical' => 'Físico', 'swap' => 'Swap', 'network_devices' => 'Dispositivos de Rede', 'device_name' => 'Nome de Dispositivos', 'amount_sent' => 'Enviados', 'amount_received' => 'Recebidos', 'state' => 'Estado', 'temps_voltages' => 'Temperaturas / Voltagens', 'path' => 'Caminho', 'device' => 'Dispositivo', 'value' => 'Valor', 'hardware' => 'Hardware', 'vendor' => 'Fabricante', 'drives' => 'Drives', 'name' => 'Nome', 'reads' => 'Leituras', 'writes' => 'Escritas', 'filesystem_mounts' => 'Sistemas de Arquivos Montados', 'mount_point' => 'Ponto de Montagem', 'filesystem' => 'Sistema de Arquivos', 'percent_used' => 'Percentual Usado', 'raid_arrays' => 'RAID', 'level' => 'Nível', 'status' => 'Estado', 'devices' => 'Dispositivos', 'label' => 'Rótulo', 'active' => 'Ativo', 'batteries' => 'Baterias', 'charge' => 'Carga', 'unknown' => 'Desconhecido', 'footer_app' => 'Gerado por %s em %s segundos.', 'none_found' => 'Não Encontrado', 'sound_cards' => 'Placa de Som', 'number' => 'Numero', 'card' => 'Placa', 'message' => 'Mensagem', 'from_where' => 'Fonte', 'mount_options' => 'Opções de Montagem', 'error_head' => 'Erro de Dados', 'timer' => 'Tempo', 'area' => 'Area', 'time_taken' => 'Tempo de busca', 'days' => 'dias', 'years' => 'anos', 'hours' => 'horas', 'minutes' => 'minutos', 'seconds' => 'segundos', 'pid' => 'PID', 'service' => 'Serviço', 'services' => 'Serviços', 'memory_usage' => 'Uso da Memória', 'distro' => 'Distribuição', 'cpu_arch' => 'Arquitetura', 'model' => 'Modelo', 'numLoggedIn' => 'Usuários Ativos' );
|