source: extensions/UserAdvManager/trunk/language/pt_BR/plugin.lang.php @ 22746

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

[useradvmanager] Add pt_BR, thanks to : hespanhol

  • 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['UAM_%d_Reminders_Sent'] = '%d mensagens de aviso foram enviadas';
24$lang['UAM_%d_Reminder_Sent'] = '%d mensagem de aviso foi enviada';
25$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Configurar mensagem de aviso <b><u>sem</u></b> geração da chave de confirmação';
26$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Configurar mensagem de aviso <b><u>com</u></b> geração da nova chave de confirmação';
27$lang['UAM_ConfirmMail_Remail'] = 'Avisar usuários não confirmados';
28$lang['UAM_ConfirmMail_ReMail_Subject'] = 'Configurar assunto do email de confirmação de registro';
29$lang['UAM_Change'] = 'Mudar o grupo/status/nível de privacidade dos usuários que foram confirmados';
30$lang['UAM_Bad_version_backup'] = 'A versão do arquivo de backup não é a mesma do plugin! A restauração não foi executada.';
31$lang['UAM_Admins cannot be pwdreset'] = 'Renovação de senha não pode ser feita para contas de administradores!';
32$lang['UAM_AdminValidationMail_Text'] = 'Notificação da confirmação manual de registro';
33$lang['UAM_AdminValidationMail_Subject'] = 'Configurar assunto do email de validação manual';
34$lang['UAM_AdminPassword_Enforced'] = 'Inscrição para administradores';
35$lang['UAM_AdminConfMail'] = 'Confirmação de registro para administradores';
36$lang['UAM_Add of %s'] = 'Perfil criado para %s';
37$lang['UAM_%d_Validated_Users'] = '%d usuários confirmaram manualmente';
38$lang['UAM_%d_Validated_User'] = '%d usuário confirmou manualmente';
39$lang['UAM_%d_Mails_With_Key'] = '%d mensagens com a chave para renovação foram enviadas';
40$lang['UAM_%d_Mail_With_Key'] = '%d mensagem com a chave para renovação foi enviada';
41$lang['UAM %d users pwdreseted'] = 'Obrigatória a renovação da senha para os usuários %d';
42$lang['UAM %d user pwdreseted'] = 'Obrigatória a renovação da senha para o usuário %d';
43?>
Note: See TracBrowser for help on using the repository browser.