source: extensions/HistoryIPExcluder/language/pt_PT/plugin.lang.php @ 23108

Last change on this file since 23108 was 23108, checked in by Eric, 11 years ago

Delete unused translation keys

  • 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_save_config'] = 'Configuração salva';
24$lang['HIPE_description'] = 'Esta extensão permite excluir do histórico e das estatísticas de IP ou  faixa de IP\'s. <br> A ativação bloqueia o registo na tabela de IP*_history especificado na tabela abaixo.';
25$lang['HIPE_hist_cleaned'] = 'Limpeza da tabela histórico executada';
26$lang['HIPE_resquet_ok'] = 'Pedido Ok.';
27$lang['HIPE_version'] = '- Versão:';
28$lang['IP_geolocalisation'] = 'Geolocalização';
29$lang['HIPE_IPBlacklisted'] = 'Inibir registo na galeria aos IP\'s excluídos (Lista negra)';
30$lang['HIPE_MemberForIp'] = 'Meembros para um IP';
31$lang['HIPE_MemberForIp_description'] = 'Procurar e mostrar utilizadores anexados a um IP(Organizar por nome)';
32$lang['HIPE_OnlyGuest'] = 'Apenas IP\'s visitantes';
33$lang['HIPE_OnlyGuest_description'] = 'Mostrar apenas os IPs utilizados por visitantes e o número de vezes que os mesmos existem na tabela do historial, ordenados pelo número de vezes usados. ';
34$lang['HIPE_admin_description1'] = 'Introduzir, na caixa abaixo, o IP completo ou amplitude de IP\'s a excluir (um por linha). Para especificar uma faixa de IP\'s, use o caractére percentagem "%" <br> Exemplo:.. 74.6.1.2 ou 74,6%';
35$lang['HIPE_admin_section1'] = 'Exclusão de IP';
36$lang['HIPE_admin_section2'] = 'Consultas sobre a tabela histórico';
37$lang['HIPE_admin_section3'] = 'Resultado do histórico solicitado';
38$lang['Error_HIPE_BlacklistedIP'] = 'Erro! Seu IP foi banido. Você não pode inscrever-se nesta galeria. Contacte o administrador para obter mais detalhes.';
39$lang['HIPE_CleanHist'] = 'Apagar historial';
40$lang['HIPE_IPBlacklist_title'] = 'Lista negra de registos';
41$lang['HIPE_IPByMember'] = 'IP\'s por membro';
42$lang['HIPE_IPByMember_description'] = 'Mostrar IP\'s usados pelos membros, ordenar por IP';
43$lang['HIPE_IPForMember'] = 'IP\'s para um membro';
44$lang['HIPE_IPForMember_description'] = 'Procurar e mostrar os IP\'s associados com um utilizador registado(ordenar por IP)';
45?>
Note: See TracBrowser for help on using the repository browser.