source: extensions/Subscribe_to_comments/language/pt_BR/plugin.lang.php @ 26381

Last change on this file since 26381 was 26381, checked in by TranslationTeam, 10 years ago

[subscribe_to_comments] Update pt_BR, thanks to : msakik

  • Property svn:executable set to *
File size: 5.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['comments on all pictures of an album'] = 'Comentar em todas as fotos de um álbum';
24$lang['comments on an album'] = 'Comentar em um álbum';
25$lang['the album <a href="%s">%s</a>'] = 'O álbum <a href="%s">%s</a>';
26$lang['the picture <a href="%s">%s</a>'] = 'A foto <a href="%s">%s</a>';
27$lang['this album'] = 'esse álbum';
28$lang['this picture'] = 'essa foto';
29$lang['Invalid email address, your are not subscribed to comments.'] = 'endereço de correio eletrônico inválido, você não tem assinatura para comentar.';
30$lang['Manage my subscriptions'] = 'Gerencie suas assinaturas';
31$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Desfeita assinatura de comentários por correio eletrônico com sucesso.';
32$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Para ativar, clique o botão de confirmação. Se você acredita que isso é um engano, por favor somente ignore essa mensagem.';
33$lang['Unsubscribe'] = 'Desfazer assinatura';
34$lang['Unsubscribe from all email notifications'] = 'Desfazer todas as notificações por correio eletrônico';
35$lang['Validate'] = 'Validar';
36$lang['Want to edit your notifications options?'] = 'Quer editar suas opções de notificações?';
37$lang['You are not subscribed to any comment.'] = 'Você não assinou para comentar.';
38$lang['You have been added to the list of subscribers.'] = 'Você foi adicionado a lista de assinantes.';
39$lang['Your subscription has been validated, thanks you.'] = 'Sua assinatura foi validada, obrigado.';
40$lang['all albums of the gallery'] = 'Todos os álbuns da galeria';
41$lang['all pictures of the album <a href="%s">%s</a>'] = 'Todas as fotos dos álbuns <a href="%s">%s</a>';
42$lang['all pictures of the gallery'] = 'todas as fotos da galeria';
43$lang['all pictures of this album'] = 'Todas as fotos desse álbum';
44$lang['comments on a picture'] = 'Comente na foto';
45$lang['Allow users to subscribe to global notifications'] = 'Permite usuários assinarem para notificações globais';
46$lang['Already validated.'] = 'Já validado';
47$lang['Comments notifications'] = 'Notificação de comentários';
48$lang['Confirm subscription'] = 'confirma assinatura';
49$lang['Confirm your subscription to comments'] = 'Confirma sua assinatura para comentários';
50$lang['Followed on'] = 'Seguido por';
51$lang['Not found.'] = 'Não encontrado';
52$lang['Notify administrators when a user take a new subscription'] = 'Notifique os adminstradores quando um usuário fizer uma nova assinatura';
53$lang['Notify me of followup comments'] = 'Notifique-me para outros comentários';
54$lang['Please check your email in-box to confirm your subscription.'] = 'Por favor verifique sua caixa de entrada de correio eletrônico para confirmar a assinatura';
55$lang['Return to item page'] = 'Retorne a página do item';
56$lang['Subject'] = 'Assunto';
57$lang['Subscribe'] = 'Assine';
58$lang['Subscribe to mail notifications'] = 'Assine para notificações por correio eletrônico';
59$lang['%s has subscribed to comments on %s.'] = '%s subscreveu os comentários %s.';
60$lang['Global subscriptions'] = 'Assinaturas globais';
61$lang['New comment on %s'] = 'Novo comentário sobre %s';
62$lang['New subscription on %s'] = 'Nova assinatura em %s';
63$lang['Stop receiving notifications'] = 'Parar de receber notificações';
64$lang['Subscriptions of %s'] = 'Subscrições de %s';
65$lang['You are currently subscribed to comments on %s.'] = 'Você está inscrito para comentários em %s.';
66$lang['You requested to subscribe by email to comments on %s.'] = 'Você pediu para se inscrever por e-mail aos comentários sobre %s';
67$lang['&#9733; : registered users'] = '&#9733;: usuários registrados';
68$lang['All album photos'] = 'Todas as fotos do álbum';
69$lang['First subscription'] = 'Primeira subscrição';
70$lang['Last subscription'] = 'Última subscrição';
71$lang['No result'] = 'Nenhum resultado';
72$lang['<b>%s</b> wrote on <i>%s</i>'] = '<b>%s</b> escreveu em <i>%s</i>';
73$lang['Apply action'] = 'Aplicar ação';
74$lang['Choose an action'] = 'Escolha uma ação';
75$lang['Subscribe without commenting'] = 'Inscrever sem comentar';
76?>
Note: See TracBrowser for help on using the repository browser.