source: extensions/Panoramas/language/pt_BR/plugin.lang.php

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

[panoramas] Add pt_BR, thanks to : oigreslima

  • Property svn:executable set to *
File size: 4.8 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['Picture name substring to display in Mode 180 '][' != previous substring '] = 'Sequência para nomear a foto no modo 180 [!= sequência anterior]';
24$lang['Picture name substring to display in Mode 360'] = 'Sequência para nomear a foto no modo 360';
25$lang['Picture name substrings must be different.'] = 'As sequência para nomear as fotos devem ser diferentes';
26$lang['Remove substring from picture title'] = 'Remove o nome do título da foto';
27$lang['Viewport maximal width ']['pixels >= minimal width'] = 'Largura de visualização máxima [pixels >= largura mínima]';
28$lang['Viewport minimal width ']['pixels > 320'] = 'Largura de visualização mínima [pixels > 320]';
29$lang['Viewport width ']['% between 50-100'] = 'Largura de visualização [% entre 50-100]';
30$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Largura de visualização está fora da faixa (Corrija a faixa: 50-100).';
31$lang['Relative speed factor ']['10-90'] = 'Fator relativo de velocidade [10-90]';
32$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Fator relativo de velocidade está fora da faixa (corrija faixa: 10-90)';
33$lang['Right'] = 'Direita';
34$lang['Rotation direction'] = 'Direção da rotação';
35$lang['Special thanks to:'] = 'Agradecimentos especiais para:';
36$lang['Start position ']['% between 0-99'] = 'Posição de início [% entre 0-99]';
37$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Posição de Início está fora da faixa (Corrija faixa: 0-99).';
38$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Você não pode mudar essa configuração (somente o adminstrador do sítio)';
39$lang['Your configuration is NOT saved due to above reasons.'] = 'Sua configuração não foi salva devido as razões abaixo.';
40$lang['Your configuration is saved.'] = 'Sua configuração foi salva';
41$lang['authors of'] = 'autores de';
42$lang['Auto'] = 'Auto';
43$lang['Automatic start'] = 'Início automático';
44$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Tamanho da borda panorâmica fora da faixa (Corrija faixa: 0-10)';
45$lang['Border color'] = 'Cor da Borda Panorâmica';
46$lang['Border width'] = 'Tamanho da borda panorâmica';
47$lang['Caption Color'] = 'Cor do texto de descrição';
48$lang['Control display'] = 'Controle da exibição';
49$lang['Footer Color'] = 'Cor de fundo do rodapé';
50$lang['Footer Control Color'] = 'Controle da cor do rodapé';
51$lang['Footer display'] = 'Mostra rodapé';
52$lang['Left'] = 'esquerda';
53$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'Largura máxima Visualização está fora da faixa (corrija faixa: Mínima/+).';
54$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'Largura mínima Visualização está fora da faixa (corrija faixa: 320/+).';
55$lang['Mode 180 (Alternative left-right restart)'] = 'Modo 180 (reinicia alternativa esquerda-direita)';
56$lang['Mode 360'] = 'Modo 360';
57$lang['Off'] = 'desligado';
58$lang['On'] = 'ligado';
59$lang['Panoramas configuration'] = 'Configuração Panoramas';
60$lang['Permanent'] = 'Permanente';
61$lang['Picture name substring could not be empty.'] = 'Nome da Foto não pode ficar vazio.';
62?>
Note: See TracBrowser for help on using the repository browser.