source: extensions/Back2Front/language/pt_BR/plugin.lang.php @ 21367

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

[back2front] Add pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 3.2 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['This picture is no longer a backside'] = 'Esta imagem não é mais um verso';
24$lang['This picture is now the backside of the picture n°%s'] = 'Esta imagem é agora o verso da imagem n°s%';
25$lang['Toolbar'] = 'Barra de ferramentas';
26$lang['Top'] = 'Topo';
27$lang['Transition'] = 'Transição';
28$lang['Unknown id %d for frontside picture'] = 'Desconhecido id%d para a imagem frontal';
29$lang['...of the picture n°'] = '...da imagem nº';
30$lang['Backside and frontside can\'t be the same picture'] = 'O verso não pode ter a mesma imagem';
31$lang['Backside management'] = 'Gerenciamento do verso';
32$lang['Bottom'] = 'Embaixo';
33$lang['Click'] = 'Click';
34$lang['Display a mark on thumbnails list'] = 'Exibir a marca na lista de miniaturas';
35$lang['Fade'] = 'Desvanecer';
36$lang['Link name'] = 'Nome do botão';
37$lang['Link position'] = 'Posição do botão';
38$lang['Modify backside information'] = 'Modificar as informações da parte posterior';
39$lang['Mouseover'] = 'Mouseover';
40$lang['Move backside to private album'] = 'Mova o verso para álbum privado';
41$lang['See back'] = 'Ver verso';
42$lang['See front'] = 'Ver frente';
43$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separe as duas etiquetas com o símbolo |. Deixe em branco para usar a tradução padrão.';
44$lang['Switch mode'] = 'Modo mudança';
45$lang['The picture n°%d has already a backside : %s'] = 'O imagem n°%d já tem um verso:%s';
46$lang['The picture n°%s is already a backside'] = 'A foto nº%s já é um verso';
47$lang['This picture has a backside :'] = 'Esta imagem tem um verso:';
48$lang['This picture is a backside...'] = 'Esta imagem é um verso...';
49?>
Note: See TracBrowser for help on using the repository browser.