source: extensions/NBM_Subscriber/language/pt_PT/plugin.lang.php @ 22743

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

[nbm_subscriber] Update pt_PT, thanks to : ANO

  • 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['NBMS_Infos'] = 'O que é isso?';
24$lang['Yes'] = 'Sim';
25$lang['No'] = 'Não';
26$lang['NBMS_Title'] = 'Subscrever NBM ';
27$lang['NBMS_Text'] = 'Subscrição de notificação por mail.';
28$lang['NBMS_Support'] = 'Suporte para esta extensão apenas existe o fórum Piwigo:<br>
29<a href="http://piwigo.org/forum/viewtopic.php?id=16020" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=16020</a>';
30$lang['NBMS_Section'] = 'Notificação por mail';
31$lang['NBMS_Infos_Text'] = 'Piwigo oferece dois modos de notificação de alterações na galeria: <br>
32- Notificação RSS, utilizável por todos os visitantes (mesmo que não registados) no menu "Notificação"<br>
33- Notificação por mail (NBM), utilizável apenas por um administrador ou webmaster; é semelhante a uma circular informativa
34<br>
35O objetivo desta extensão é oferecer a cada visitante <b><u> registado</u></b> subscrever ou anular subscrição de Notificação por Mail (NBM) quando desejar. Para tal, basta ativar a extensão(se você ler esta mensagem, significa que já procedeu) para ver uma nova opção aparecer na página de perfil de visitante.<br>
36<b>Importante</b>: Se um visitante subscrever ou anular subscrição da NBM através da extensão, não será enviado email de confirmação  a partir da galeria tal como faz um administrador através do painel de administração. Esta operação visa evitar comportamentos negativos de alguns visitantes que levariam a uma saturação de envio de e-mails enviados a partir da galeria.<br><br>
37Nota: Esta extensão não suporta a informação ao visitante acerca da disponibilidade desta nova opção. Você, Administrador / Webmaster, deve implementar, em anexo, a informação respetiva. Para isso, a extensão PWG_Stuffs será adequada;-)';
38?>
Note: See TracBrowser for help on using the repository browser.