source: extensions/Back2Front/language/pt_PT/plugin.lang.php @ 21455

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

[back2front] Add pt_PT, thanks to : ANO

  • 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'] = 'A foto não é mais um verso';
24$lang['This picture is now the backside of the picture n°%s'] = 'Esta foto é agora o verso da foto 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'] = 'ID %d desconhecido para foto da frente';
29$lang['...of the picture n°'] = '..na foto nº';
30$lang['Backside and frontside can\'t be the same picture'] = 'Frente e verso não pode ser a mesma foto';
31$lang['Backside management'] = 'gerenciar verso';
32$lang['Bottom'] = 'Parte inferior';
33$lang['Click'] = 'Clicar';
34$lang['Display a mark on thumbnails list'] = 'Mostrar uma marca na lista de miniaturas';
35$lang['Fade'] = 'desvanecida';
36$lang['Link name'] = 'Nome do botão';
37$lang['Link position'] = 'posição do botão';
38$lang['Modify backside information'] = 'Alterar informação do verso';
39$lang['Mouseover'] = 'Sobrepor rato';
40$lang['Move backside to private album'] = 'Mover foto do verso para  album 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'] = 'Mudar modo';
45$lang['The picture n°%d has already a backside : %s'] = 'A foto n°%d já tem um verso: %s';
46$lang['The picture n°%s is already a backside'] = 'A foto n°%s já está no verso';
47$lang['This picture has a backside :'] = 'Esta foto tem um verso:';
48$lang['This picture is a backside...'] = 'A foto é um verso';
49?>
Note: See TracBrowser for help on using the repository browser.