source: extensions/stripped_black_bloc/language/pt_BR/theme.lang.php @ 18048

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

[stripped_columns] Update pt_BR, thanks to : oigreslima

  • 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-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['(it need to be inferior than the width of columns)'] = 'Precisa ser menor do que a largura das colunas';
24$lang['(set 0 to disable)'] = 'Use 0 para desabilitar';
25$lang['... starting to the position number'] = '...inicia na posição número';
26$lang['About big thumbnails, for the albums :'] = 'Sobre grandes miniaturas, para os álbuns';
27$lang['About portrait/landscape pictures :'] = 'Sobre fotos em Portrait/Landscape (Note que o plugin auto-gerencia as miniaturas de panoramas):';
28$lang['Create a big thumbnail every'] = 'Cria uma grande miniatura  a cada';
29$lang['Display big thumbnails for landscape pictures'] = 'Mostre grandes miniaturas para fotos em landscape';
30$lang['Displaying options'] = 'Opções de Aparência';
31$lang['No Maximum Height and the width is the one set above'] = 'Sem altura máxima e a largura é a definida acima';
32$lang['Page'] = 'Página';
33$lang['Stripped & Columns Theme Configuration'] = 'Página de configuração do Stripped & Columns';
34$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = 'O tema pai Stripped deve ser habilitado para usar seus parâmetros';
35$lang['Use the width parameter above as a maximum heigth'] = 'Use a largura acima como altura máxima';
36$lang['Width of columns'] = 'Largura das colunas';
37$lang['Width of thumbnails'] = 'Largura das miniaturas';
38$lang['always generate big thumbnails'] = 'Sempre gere grandes miniaturas';
39$lang['color main'] = 'Sem cor cinza:';
40$lang['don\'t generate big thumbnails'] = 'Não gere grandes miniaturas';
41$lang['use the same config as above'] = 'Use  a mesma configuração acima';
42?>
Note: See TracBrowser for help on using the repository browser.