source: extensions/stripped_responsive/language/pt_BR/theme.lang.php @ 29449

Last change on this file since 29449 was 29449, checked in by JanisV, 10 years ago

Initial commit

  • Property svn:executable set to *
File size: 5.1 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['1 album per row (description beside thumbnail)'] = '1 álbum por linha (descrição ao lado da miniatura)';
24$lang['2 albums per row (description beside thumbnail)'] = '2 álbuns por linha (descrição ao lado da miniatura)';
25$lang['3 albums per row (description below thumbnail)'] = '3 álbuns por linha (descrição abaixo da miniatura)';
26$lang['5 albums per row (no album description)'] = '5 álbuns por linha (sem descrição do álbum)';
27$lang['Activate image preloading'] = 'Ativa pré-carga da imagem';
28$lang['Additional bottom margin after resize'] = 'Margem adicional embaixo, após mudança de tamanho';
29$lang['Album thumbnail size'] = 'Tamanho da miniatura do álbum';
30$lang['Default tab to be displayed'] = 'Aba padrão a ser exibida';
31$lang['Display frame around albums'] = 'Mostra quadro ao redor dos álbuns';
32$lang['Display frame around image'] = 'Mostra quadro ao redor das imagens';
33$lang['Display frame around thumbnails'] = 'Mostra quadro ao redor das miniaturas';
34$lang['Force text to lowercase'] = 'Força texto em minúsculas';
35$lang['GMap'] = 'Mapa';
36$lang['HD Image size'] = 'tamanho de imagem HD';
37$lang['HD picture default display'] = 'exibição padrão de figura HD';
38$lang['Hide menu by default on category page'] = 'Esconde o menu por padrão na página de categoria';
39$lang['Image autosize options'] = 'Opções para redimensionamento automático da imagem';
40$lang['Image preloading options'] = 'Opções de pré-carga de imagem';
41$lang['Image size'] = 'Tamanho da imagem';
42$lang['Information'] = 'Informação';
43$lang['Interface options'] = 'Opções da interface';
44$lang['Interface style'] = 'Estilo da interface';
45$lang['Last displayed'] = 'Último exibido';
46$lang['Show/hide menu'] = 'Mostrar/Esconder menu';
47$lang['Thumbnail size'] = 'Tamanho da miniatura';
48$lang['Title'] = 'Título';
49$lang['Album list layout'] = 'Disposição da lista de álbuns';
50$lang['Animate menu'] = 'Menu animado';
51$lang['Animate tabs on picture page'] = 'Abas animadas na página das imagens';
52$lang['stripped Configuration updated'] = 'Configuração atualizada';
53$lang['validate'] = 'Validar';
54$lang['Use navigation arrows on picture'] = 'Usar as flechas de navegação na imagem';
55$lang['Use navigation arrows outside picture'] = 'Usar as flechas de navegação fora da imagem';
56$lang['fit to screen'] = 'Encaixar na tela';
57$lang['full size'] = 'Tamanho real';
58$lang['On picture page, number of next images to preload'] = 'Na página da imagem, quantidade das próximas imagens para pré-carga';
59$lang['Show thumbnail caption'] = 'Mostrar notificação da miniatura';
60$lang['Show image title on top of the page (after browse path)'] = 'Mostrar o título da imagem no topo da página, após o caminho de navegação';
61$lang['Show Information tab only to admins'] = 'Mostra a aba de informações somente aos administradores';
62$lang['Resize image to fit window'] = 'Redimensionar a imagem para que caiba na janela';
63$lang['Property to display below picture'] = 'Propriedade a exibir abaixo da figura';
64$lang['Preload images on thumbnails page'] = 'Pré-carregar as imagens estando na página de miniaturas';
65$lang['Picture page options'] = 'Opções da página da imagem';
66$lang['Include title after resize'] = 'Inclui o título após o redimensionamento';
67$lang['Metadata'] = 'Metadata';
68$lang['Minimum image height after resize'] = 'Altura mínima da imagem após o redimensionamento';
69$lang['Activate HD picture lightbox'] = 'Ativa caixa para foto HD';
70$lang['if HD picture available'] = 'se a foto em HD estiver disponível';
71$lang['always'] = 'sempre';
72$lang['never'] = 'nunca';
73?>
Note: See TracBrowser for help on using the repository browser.