source: extensions/Password_Policy/language/pt_BR/plugin.lang.php @ 25050

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

language files added

File size: 3.2 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['UAM_Title'] = 'Password Policy - versão:';
24$lang['UAM_submit'] = 'Submeter configurações';
25$lang['UAM_save_config'] = 'Configurações salvas';
26$lang['UAM_Disable'] = 'Desabilitar (padrão)';
27$lang['UAM_Enable'] = 'Habilitar';
28$lang['PP_Error_Password_Mandatory'] = 'Segurança: Senha é obrigatório!';
29$lang['PP_Error_Password_Need_Enforcement_%s'] = 'Segurança: Um sistema de controle calcula uma pontuação na complexidade das senhas escolhidas. A complexidade de sua senha é muito baixa (pontuação=%s). Por favor, escolha uma nova senha mais segura, seguindo as seguintes regras: <br>
30- Use letras e números <br>
31- Use maiúsculas e minúsculas<br>
32- Aumentar o comprimento (número de caracteres) <br>
33A pontuação mínima exigido nas senhas pelo administrador é:';
34$lang['UAM_AdminPassword_Enforced'] = 'Inscrição para administradores';
35$lang['UAM_Default user cannot be pwdreset'] = 'Renovação de senha não pode ser definido para conta de usuário padrão!';
36$lang['UAM_Webmaster cannot be pwdreset'] = 'Renovação de senha não pode ser definido para a conta webmaster!';
37$lang['UAM_Admins cannot be pwdreset'] = 'Renovação de senha não pode ser feita para contas de administradores!';
38$lang['UAM_You cannot pwdreset your account'] = 'Renovação de senha não pode ser definido por sua própria conta!';
39$lang['UAM_You need to confirm pwdreset'] = 'Você deve confirmar renovação de senha (caixa de seleção)!';
40$lang['UAM %d user pwdreseted'] = 'Obrigatória a renovação da senha para o usuário %d';
41$lang['UAM %d users pwdreseted'] = 'Obrigatória a renovação da senha para os usuários %d';
42?>
Note: See TracBrowser for help on using the repository browser.