source: extensions/Subscribe_to_comments/language/pt_PT/plugin.lang.php @ 26141

Last change on this file since 26141 was 26141, checked in by mistic100, 10 years ago

update language files

  • Property svn:executable set to *
File size: 6.0 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['Invalid email address, your are not subscribed to comments.'] = 'Endereço de correio electrónico inválido, não é subscritor dos comentários.';
24$lang['Notify me of followup comments'] = 'Notificar-me de comentários subsequentes';
25$lang['Please check your email in-box to confirm your subscription.'] = 'Por favor consulte a sua caixa de correio electrónico para confirmar a sua subscrição.';
26$lang['Return to item page'] = 'Regressar à página do item';
27$lang['Subscribe'] = 'Subscrever';
28$lang['Subscriptions of'] = 'Subscrições de';
29$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Cancelou a subscrição para receber notificações por correio electrónico.';
30$lang['Unsubscribe from all email notifications'] = 'Cancelar todas as notificações por correio electrónico';
31$lang['Unsubscribe'] = 'Cancelar subscrição';
32$lang['You are not subscribed to any comment.'] = 'Não está subscrito a nenhum comentário.';
33$lang['Your subscription has been validated, thanks you.'] = 'A sua subscrição foi validada, obrigado.';
34$lang['%s has subscribed to comments on'] = '%s subscreveram para comentários nos';
35$lang['Allow users to subscribe to global notifications'] = 'Permitir aos utilizadores subscreverem notificações globais';
36$lang['Already validated.'] = 'Já validado';
37$lang['Comments notifications'] = 'Notificações de comentários';
38$lang['Confirm subscription'] = 'Confirmar subscrição';
39$lang['Confirm your subscription to comments'] = 'Confirmar a sua subscrição para comentários';
40$lang['Followed on'] = 'Seguido em';
41$lang['Manage my subscriptions'] = 'Administrar minhas subscrições';
42$lang['New comment on'] = 'Novo comentário em';
43$lang['New subscription on'] = 'Nova subscrição em';
44$lang['Not found.'] = 'Não encontrado';
45$lang['Notify administrators when a user take a new subscription'] = 'Notificar os administradores quando um utilizador faz uma nova subscrição';
46$lang['Subject'] = 'Assunto';
47$lang['Subscribe to comments on'] = 'Subscrever para comentarios no';
48$lang['Subscribe to mail notifications'] = 'Subscrever notificações por mail';
49$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Para ativar, clique no botão confirmar. Se pensa que isso é um erro, por favor, ignore esta mensagem. ';
50$lang['Validate'] = 'Validar';
51$lang['Want to edit your notifications options?'] = 'Deseja editar as suas opções de notificações';
52$lang['You are currently subscribed to comments on'] = 'É subscritor para comentários no';
53$lang['You have been added to the list of subscribers.'] = 'Foi adicionado(a) à lista de subscritores';
54$lang['You requested to subscribe by email to comments on'] = 'Solicitou subscrição para comentários por mail';
55$lang['all albums of the gallery'] = 'Todos os albuns da galeria';
56$lang['all pictures of the album <a href="%s">%s</a>'] = 'Todas as fotos do album <a href="%s">%s</a>';
57$lang['all pictures of the gallery'] = 'Todas as fotos da galeria';
58$lang['all pictures of this album'] = 'Todas as fotos deste album';
59$lang['comments on a picture'] = 'Comentarios na foto';
60$lang['comments on all pictures of an album'] = 'Comentarios em todas as fotos do album';
61$lang['comments on an album'] = 'Comentários num album';
62$lang['the album <a href="%s">%s</a>'] = 'o album <a href="%s">%s</a>';
63$lang['the picture <a href="%s">%s</a>'] = 'A foto <a href="%s">%s</a>';
64$lang['this album'] = 'Este album';
65$lang['this picture'] = 'Esta foto';
66$lang['%s has subscribed to comments on %s.'] = '% subscreveu aos comentários em %s.';
67$lang['Global subscriptions'] = 'Subscrições globais';
68$lang['New comment on %s'] = 'Novo comentário em %s';
69$lang['New subscription on %s'] = 'Nova subscrição em %s';
70$lang['Stop receiving notifications'] = 'Deixar de receber notificações';
71$lang['Subscribe to comments on %s'] = 'Subscrever a comentários em %s';
72$lang['Subscriptions of %s'] = 'Subscrições de %s';
73$lang['You are currently subscribed to comments on %s.'] = 'Está actualmente subscrito aos comentários em %s.';
74$lang['You requested to subscribe by email to comments on %s.'] = 'Solicitou a subscrição por e-mail aos comentários em %s';
75$lang['All album photos'] = 'Todos os albuns fotográficos';
76$lang['&#9733; : registered users'] = 'Utilizadores registados:&#9733;';
77$lang['First subscription'] = 'Primeira subscrição';
78$lang['Last subscription'] = 'Última subscrição';
79$lang['No result'] = 'Sem resultado';
80?>
Note: See TracBrowser for help on using the repository browser.