source: extensions/Panoramas/language/pt_PT/plugin.lang.php @ 14090

Last change on this file since 14090 was 14090, checked in by TranslationTeam, 12 years ago

[Panoramas] Add pt_PT, thanks to : klito

  • Property svn:executable set to *
File size: 4.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Automatic start'] = 'Início automático';
24$lang['Auto'] = 'Auto';
25$lang['Control display'] = 'Controlar a exibição';
26$lang['Left'] = 'Esquerda';
27$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'Largura máxima de visualização está fora da amplititude (amplititude correta: / Minimal +).';
28$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'Largura mínima de visualização está fora da amplititude (amplititude correta: 320 / +).';
29$lang['Mode 180 (Alternative left-right restart)'] = 'Modo 180 (Recomeço alternativo Esquerda - Direita)';
30$lang['Mode 360'] = 'Modo 360';
31$lang['Off'] = 'Off';
32$lang['On'] = 'On';
33$lang['Panoramas configuration'] = 'Configuração de panoramas';
34$lang['Permanent'] = 'Permanente';
35$lang['Picture name substring could not be empty.'] = 'Sub-denominação da foto não pode ficar vazio';
36$lang['Picture name substring to display in Mode 180 [ != previous substring ]'] = 'Sub-denominação da foto a mostrar no modo 180[!= previous substring]';
37$lang['Picture name substring to display in Mode 360'] = 'Sub denominação da foto a mostrar no modo 360';
38$lang['Picture name substrings must be different.'] = 'Sub-denominações da foto devem ser diferentes';
39$lang['Relative speed factor [10-90]'] = 'Factor de velocidade relativa [10-90]';
40$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'O factor de velocidade relativa está fora da amplitude ( Corrija para a amplitude: 10-90)';
41$lang['Remove substring from picture title'] = 'Remover sub-denominações do título da foto';
42$lang['Right'] = 'Direita';
43$lang['Rotation direction'] = 'Direcção de rotação';
44$lang['Special thanks to:'] = 'Especial agradecimento a:';
45$lang['Start position [% between 0-99]'] = 'Posição de início [% entre 0-99]';
46$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Posição de início fora dos parâmetros (Corrigir para: 0-99)';
47$lang['Viewport maximal width [pixels >= minimal width]'] = 'Visionalizar em largura máxima [pixels> = largura mínima]';
48$lang['Viewport minimal width [pixels > 320]'] = 'Visionalizar em largura minima  [pixels > 320]';
49$lang['Viewport width [% between 50-100]'] = 'Largura de visionalização [% entre 50-100]';
50$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Largura de visionalização fora dos parâmetros (Amplitude: 50-100).';
51$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Você não está autorizado a alterar esta configuração (Apenas o Webmaster).';
52$lang['Your configuration is NOT saved due to above reasons.'] = 'A configuração NÃO foi salva pelas razões supra';
53$lang['Your configuration is saved.'] = 'A sua configuração foi salva';
54$lang['authors of'] = 'Autores de';
55?>
Note: See TracBrowser for help on using the repository browser.