source: extensions/adult_content/language/pt_BR/plugin.lang.php @ 22159

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

[adult_content] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 3.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['Disclaimer for the guest, with the ability to choose its age to unlock the adult content'] = 'Aviso legal para o convidado, com a possibilidade de escolher sua idade';
24$lang['NEW! Check the Plugin PWG Stuffs to add the disclaimer on the index/album pages'] = 'NOVO! Verifique o PWG Plugin Stuffs para adicionar o aviso nas páginas de índice/álbum';
25$lang['No options. Just check "Allow unregistered users to select their age?" on the Adult Content administration page'] = 'Não há opções. Basta verificar "Permitir que usuários não registrados selecione a sua idade?" na página de Administração Conteúdo Adulto';
26$lang['ac_button_activ_16'] = 'Ative os conteúdos eróticos';
27$lang['ac_button_activ_18'] = 'Ative os conteúdos pornográficos';
28$lang['ac_charte_user_def'] = 'ou clique aqui';
29$lang['ac_charte_user_not'] = 'Por favor selecione a sua idade!';
30$lang['ac_def'] = 'Você quer mudar o seu status?';
31$lang['ac_fermer'] = 'ou fechar';
32$lang['ac_identif'] = 'ou log-in';
33$lang['ac_lien'] = 'remover esta proteção';
34$lang['ac_logout'] = 'ou clique aqui';
35$lang['ac_not_def'] = 'Esta etapa é essencial, mas não será mais solicitada a você';
36$lang['ac_retour'] = 'Eu não desejo ativar este tipo de conteúdo, retornar a página anterior ';
37$lang['ac_retour_b'] = 'Eu não quero ver esse tipo de conteúdo';
38$lang['ac_retour_c'] = 'Voltar na página anterior';
39$lang['ac_statut'] = 'O seu estatuto:';
40$lang['ac_text'] = 'Esta galeria contém imagens para pessoas maduras e\ou adultos.';
41$lang['ac_text_activ_16'] = '<u> ... e eu garanto pela minha honra que </u>: <br>
42        - <B>Eu tenho 16 ou 17 anos.</B> <br>
43- Estou advertindo que este site propõe imagens com carácter pornográfico e erótico. <br>
44- As leis do meu país me autorizam a visitar este local.';
45$lang['ac_text_activ_18'] = '  <u>... e eu garanto pela minha honra que </u>: <br>
46- <B>Tenho mais que 18 anos de idade e sou maior </B> de acordo com a lei atual, em meu país. <br>
47- Estou advertindo que este site propõe imagens com carácter pornográfico e erótico. <br>
48- As leis do meu país me autorizam a visitar este local.';
49?>
Note: See TracBrowser for help on using the repository browser.