source: trunk/plugins/TakeATour/language/pt_BR/plugin.lang.php @ 29475

Last change on this file since 29475 was 29475, checked in by plg, 10 years ago

dispatch language keys in tour_* files (1 tour = 1 language file)

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Visit your Piwigo!'] = 'Visite a sua Piwigo!';
24$lang['Take a tour and discover the features of your Piwigo gallery » Go to the available tours'] = 'Faça uma turnê e descubra as características de sua galeria Piwigo »Ir para turnês disponíveis';
25$lang['TAT_descrp'] = 'Bem-vindo! Aqui estão listados todas as turnês disponíveis para descobrir as características de sua galeria Piwigo. <br> Inicie uma turnê abaixo e siga as instruções. Clique em Próximo/Anterior (ou use as setas do seu teclado) para navegar durante uma turnê. Durante uma turnê, se você vai a uma outra página da administração, você será redirecionado para a página atual da Turnê. Se você está preso e não puder terminar a turnê, vá para <em> Plugins » Faça uma Turnê </em> isso irá finalizar a turnê.';
26$lang['Start the Tour'] = 'Iniciar a Turnê';
27$lang['takeatour_configpage'] = 'Faça uma turnê » Lista de Turnês';
28$lang['Prev'] = 'Anterior';
29$lang['End tour'] = 'Fim do tour ';
30$lang['Next '] = 'Próxima';
31
32$lang['First Contact'] = 'Primeiro Contato';
33$lang['first_contact_descrp'] = 'Recomendado para iniciantes, esta turnê vai apresentá-lo ao Piwigo, e suas características básicas. Ele vai começar adicionando imagens, então gerenciá-las. Aturnê continua com a gestão de álbum e permissões, e termina na personalização usando a configuração, os temas e os plugins.';
34
35$lang['2.7 Tour'] = '2.7 Tour';
36$lang['2_7_0_descrp'] = 'Descubra o que há de novo no Piwigo 2.7';
37
38$lang['privacy_descrp'] = 'Este tour irá apresentar-lhe todas as maneiras de proteger suas foto do acesso público com os sistemas de permissão por álbum e por imagem, e de copiar usando proteções de imagem.';
Note: See TracBrowser for help on using the repository browser.