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 adress, 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['New comment on'] = 'Novos comentários'; |
---|
32 | $lang['Subscriptions of'] = 'Assinaturas'; |
---|
33 | $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Desfeita assinatura de comentários por correio eletrônico com sucesso.'; |
---|
34 | $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.'; |
---|
35 | $lang['Unsubscribe'] = 'Desfazer assinatura'; |
---|
36 | $lang['Unsubscribe from all email notifications'] = 'Desfazer todas as notificações por correio eletrônico'; |
---|
37 | $lang['Validate'] = 'Validar'; |
---|
38 | $lang['Want to edit your notifications options?'] = 'Quer editar suas opções de notificações?'; |
---|
39 | $lang['You are currently subscribed to comments on'] = 'Você está com sua assinatura para notificações ativa'; |
---|
40 | $lang['You are not subscribed to any comment.'] = 'Você não assinou para comentar.'; |
---|
41 | $lang['You have been added to the list of subscribers.'] = 'Você foi adicionado a lista de assinantes.'; |
---|
42 | $lang['You requested to subscribe by email to comments on'] = 'Você requisitou assinatura por e-mail para comentar'; |
---|
43 | $lang['Your subscribtion has been validated, thanks you.'] = 'Sua assinatura foi validada, obrigado.'; |
---|
44 | $lang['all albums of the gallery'] = 'Todos os álbuns da galeria'; |
---|
45 | $lang['all pictures of the album <a href="%s">%s</a>'] = 'Todas as fotos dos álbuns <a href="%s">%s</a>'; |
---|
46 | $lang['all pictures of the gallery'] = 'todas as fotos da galeria'; |
---|
47 | $lang['all pictures of this album'] = 'Todas as fotos desse álbum'; |
---|
48 | $lang['comments on a picture'] = 'Comente na foto'; |
---|
49 | $lang['%s has subscribed to comments on'] = '$s assinou para comentar'; |
---|
50 | $lang['Allow users to subscribe to global notifications'] = 'Permite usuários assinarem para notificações globais'; |
---|
51 | $lang['Already validated.'] = 'Já validado'; |
---|
52 | $lang['Comments notifications'] = 'Notificação de comentários'; |
---|
53 | $lang['Confirm subscription'] = 'confirma assinatura'; |
---|
54 | $lang['Confirm your subscribtion to comments'] = 'Confirma sua assinatura para comentários'; |
---|
55 | $lang['Followed on'] = 'Seguido por'; |
---|
56 | $lang['New subscription on'] = 'Nova assinatura'; |
---|
57 | $lang['Not found.'] = 'Não encontrado'; |
---|
58 | $lang['Notify administrators when a user take a new subscription'] = 'Notifique os adminstradores quando um usuário fizer uma nova assinatura'; |
---|
59 | $lang['Notify me of followup comments'] = 'Notifique-me para outros comentários'; |
---|
60 | $lang['Please check your email inbox to confirm your subscription.'] = 'Por favor verifique sua caixa de entrada de correio eletrônico para confirmar a assinatura'; |
---|
61 | $lang['Return to item page'] = 'Retorne a página do item'; |
---|
62 | $lang['Subject'] = 'Assunto'; |
---|
63 | $lang['Subscribe'] = 'Assine'; |
---|
64 | $lang['Subscribe to comments on'] = 'Assine para comentar'; |
---|
65 | $lang['Subscribe to mail notifications'] = 'Assine para notificações por correio eletrônico'; |
---|
66 | ?> |
---|