source: extensions/HistoryIPExcluder/language/pt_BR/plugin.lang.php @ 22028

Last change on this file since 22028 was 22028, checked in by TranslationTeam, 11 years ago

[history_ip_excluder] Update pt_BR, thanks to : ddtddt

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['HIPE_resquet_ok'] = 'Solicitar OK.';
24$lang['HIPE_save_config'] = 'Configuração salva.';
25$lang['HIPE_version'] = '- Versão:';
26$lang['IP_geolocalisation'] = 'Geolocalização';
27$lang['Error_HIPE_BlacklistedIP'] = 'Erro! Seu IP foi banido. Você não pode se inscrever para esta galeria. Contacte o administrador para obter mais detalhes.';
28$lang['HIPE_CleanHist'] = 'Limpar histórico';
29$lang['HIPE_IPBlacklist_title'] = 'Registo lista negra';
30$lang['HIPE_IPBlacklisted'] = 'Evitar o registo para a galeria de IPs excluídos (lista negra)';
31$lang['HIPE_IPByMember'] = 'IPs por membro';
32$lang['HIPE_IPByMember_description'] = 'Mostrar os IPs usados ​​por membros, classificado por IP';
33$lang['HIPE_IPForMember'] = 'IPs para um membro';
34$lang['HIPE_IPForMember_description'] = 'Pesquisa e exibe os IPs associados a um usuário cadastrado (organizado por IP)';
35$lang['HIPE_MemberForIp'] = 'Membros para um IP';
36$lang['HIPE_MemberForIp_description'] = 'Pesquisar e visualizar usuários ligados a um IP (ordenados por nome)';
37$lang['HIPE_OnlyGuest'] = 'Somente IPs Convidados';
38$lang['HIPE_OnlyGuest_description'] = 'Mostrar os IPs usados ​​apenas por visitantes e o número de vezes que elee foram encontrados na tabela de histórico, classificado pelo número de vezes';
39$lang['HIPE_admin_description1'] = 'Digite o IP completo ou faixas de IP para excluir (um por linha) na caixa abaixo. Para especificar uma faixa de IP, use o caractere curinga "%" <br>Exemplo: 74.6.1.2 ou 74.6%';
40$lang['HIPE_admin_section1'] = 'Exclusão de IP';
41$lang['HIPE_admin_section2'] = 'Consultas na tabela história';
42$lang['HIPE_admin_section3'] = 'Resultado da consulta ao histórico';
43$lang['HIPE_description'] = 'Este plugin permite excluir a história e as estatísticas de faixas de IP ou endereço IP. <br>A sua ativação registro blocos na tabela de IP*_história especificada na tabela abaixo. ';
44$lang['HIPE_hist_cleaned'] = 'A limpeza da tabela de histórico foi feito.';
45$lang['HIPE_IPnoGuest'] = ' ';
46$lang['HIPE_IPnoGuest_description'] = ' ';
47?>
Note: See TracBrowser for help on using the repository browser.