source: extensions/header_manager/language/pt_BR/plugin.lang.php @ 27537

Last change on this file since 27537 was 27537, checked in by TranslationTeam, 10 years ago

[header_manager] Update pt_BR, thanks to : msakik

  • Property svn:executable set to *
File size: 4.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['Picture id.'] = 'ID da foto';
24$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Coloque <b>%header_manager%</b> onde você quiser mostrar a imagem.';
25$lang['Random'] = 'Aleatório';
26$lang['Select an image'] = 'Selecione uma imagem';
27$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'O identificador numérico pode ser encontrado na página de edição da foto, próximo à miniatura da mesma.';
28$lang['Unknown picture id'] = 'Id da foto desconhecido';
29$lang['Use'] = 'Use';
30$lang['With text'] = 'Com texto';
31$lang['You can customize the display by adding CSS rules to'] = 'Você pode personalizar a exibição adicionado regras de CSS';
32$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Você pode enviar uma imagem de cabeçalho personalizada ou selecionar uma de sua galeria. Na próxima tela você poderá recortar a imagem.';
33$lang['or choose a picture from the gallery'] = 'ou escolha uma foto de sua galeria';
34$lang['Display banner on photo page'] = 'Mostre banner na página de foto';
35$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Para MontBlanXL e BlanMontXL, aconselha-se o tamanho de 900&times;190.';
36$lang['Gallery title above image'] = 'Título da galeria por cima da imagem';
37$lang['Image only'] = 'Imagem somente';
38$lang['Incorrect file type,'] = 'Tipo de arquivo incorreto';
39$lang['No banner added yet'] = 'Nenhum banner adicionado ainda';
40$lang['Add a banner'] = 'Adicione um banner';
41$lang['Banner'] = 'Banner';
42$lang['Banner added'] = 'Banner adicionado';
43$lang['Banner deleted'] = 'Banner apagado';
44$lang['Choose an image from your computer'] = 'Escolha uma imagem do seu computador';
45$lang['Choose the part of the image you want to use as your header.'] = 'Escolha a parte da imagem que você quer usar no seu cabeçalho.';
46$lang['Crop banner image'] = 'Recorta a imagem do Banner';
47$lang['Default banner'] = 'Banner padrão';
48$lang['Album specific banners'] = 'Banners para álbuns específicos';
49$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Para adicionar um banner específico, vá para a página administrativa do álbum desejado.';
50$lang['Non recursive'] = 'Não recursivo';
51$lang['Recursive'] = 'Recursivo';
52$lang['Restore default banner'] = 'Restaurar banner padrão';
53$lang['Banner size'] = 'Tamanho do banner';
54$lang['Respect %s aspect ratio'] = 'Respeitar a razão da proporção %s';
55?>
Note: See TracBrowser for help on using the repository browser.