source: extensions/UserAdvManager/branches/2.50/language/pt_BR/plugin.lang.php @ 22869

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

r22868 merged from trunk to branch 2.50 :
Add ru_RU, thanks to : Konve
Add pt_BR, thanks to : hespanhol
Update tr_TR, thanks to : hakanselcuk

File size: 4.7 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$lang['UAM_Mail_with_key'] = 'Lembrete com chave';
44$lang['UAM_Mail_without_key'] = 'Lembrete sem chave';
45$lang['UAM_Manual_Validation'] = 'Confirmação manual';
46$lang['UAM_Nb_Days'] = 'Diferença em dias';
47$lang['UAM_NewFeature'] = 'Nova funcionalidade:';
48$lang['UAM_No_Backup_File'] = 'Nenhum arquivo de backup disponível';
49$lang['UAM_Delete_selected'] = 'Apagar';
50$lang['UAM_Disable'] = 'Desabilitar (padrão)';
51$lang['UAM_Dump_NOK'] = 'Erro: não foi possível criar o arquivo de backup!';
52$lang['UAM_Dump_OK'] = 'Arquivo de backup criado com sucesso.';
53$lang['UAM_Enable'] = 'Habilitar';
54$lang['UAM_Default_ConfirmMail_Remail_Subject'] = 'Aviso - [username] confirmação de registro em [mygallery]';
55$lang['UAM_ConfirmMail_Subject'] = 'Configurar assunto do email de confirmação de registro';
56$lang['UAM_Confirm_Mail'] = 'Confirmação de registro';
57$lang['UAM_ConfirmMail_TimeOut_true'] = 'Habilitar. Número de dias até expirar:';
58$lang['UAM_ConfirmMail_Text'] = 'Configuração do email de confirmação';
59$lang['UAM_Confirm_Mail_local'] = 'Habilitar - Confirmação pelo Administrador';
60$lang['UAM_Confirm_Mail_true'] = 'Habilitar - Confirmação pelo Usuário';
61$lang['UAM_CustomPasswRetr'] = 'Configurar o conteúdo do email de senha perdida';
62$lang['UAM_Customize_messagesandmails'] = 'Configuração de mensagens e emails';
63?>
Note: See TracBrowser for help on using the repository browser.