source: extensions/Force_HTTPS/language/pt_BR/plugin.lang.php @ 22921

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

[force_https] Add pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 3.4 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['fhp_description'] = 'Este plugin preenche uma lacuna de segurança em Piwigo. Ele permite os administradores forçar o uso de conexões SSL seguras para navegar no Piwigo (quando https está disponível no servidor de hospedagem). <br> É altamente recomendável usar conexões seguras para proteger o usuário e as transmissões de senha.';
24$lang['fhp_force_https_comment'] = 'Ative essa opção para forçar os clientes se conectarem ao Piwigo através de uma conexão segura.';
25$lang['fhp_force_https_warning'] = '<b> Atenção! </b> Antes de ativar conexão segura, por favor verificar se o seu servidor suporta https. Você pode clicar no link a seguir para testar (carregar esta página em modo https).';
26$lang['fhp_activate_sts_comment'] = 'Ativar HTTP com Segurança de Transporte Restrita (HSTS) <br/> Esta opção deve ser ativada se você possui um cerificado TLS assinados. Ele não tem efeito se "Força HTTPS" estiver desligado <br/><br/><i> HSTS é um mecanismo de segurança web através do qual o servidor web, declara o navegador da web para interagir com ele usando apenas conexões HTTPS seguros. Quando HSTS está ativo, um campo de cabeçalho "Strict-transporte e de segurança" é colocado no cabeçalho http, e qualquer link do site é automaticamente substituída por uma ligação segura. <br/></I>';
27$lang['fhp_about'] = 'Sobre';
28$lang['fhp_activate_sts_label'] = 'Use STS';
29$lang['fhp_force_https_label'] = 'Forçar HTTPS';
30$lang['fhp_options_group'] = 'Opções';
31$lang['fhp_security_group'] = 'Configurações de Segurança';
32$lang['fhp_sts_maxage_comment'] = 'STS idade máxima em segundos';
33$lang['fhp_sts_maxage_label'] = 'STS idade máxima';
34$lang['fhp_submit'] = 'Submeter';
35$lang['fhp_test_https_link'] = 'Testando essa página em https (janela popup)';
36?>
Note: See TracBrowser for help on using the repository browser.