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['Add a banner'] = 'Adicionar uma bandeira'; |
---|
24 | $lang['Banner added'] = 'Bandeira adicionada'; |
---|
25 | $lang['Banner deleted'] = 'Bandeira apagada'; |
---|
26 | $lang['Banner'] = 'Bandeira'; |
---|
27 | $lang['Choose an image from your computer'] = 'Escolha uma imagem do seu computador'; |
---|
28 | $lang['Choose the part of the image you want to use as your header.'] = 'Escolha a parte da imagem que deseja usar no cabeçalho'; |
---|
29 | $lang['Crop banner image'] = 'Cortar imagem bandeira'; |
---|
30 | $lang['For MontBlancXL and BlancMontXL, advised size is 900×190.'] = 'Para MontBlancXL e BlancMontXL, tamanho aconselhado é de 900 × 190.'; |
---|
31 | $lang['Gallery title above image'] = 'Título da galeria acima da foto'; |
---|
32 | $lang['Image only'] = 'Apenas imagem'; |
---|
33 | $lang['Incorrect file type,'] = 'Tipo de arquivo incorreto'; |
---|
34 | $lang['No banner added yet'] = 'Ainda não adicionou a bandeira'; |
---|
35 | $lang['Picture id.'] = 'Id. da foto'; |
---|
36 | $lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Ecreva <b>%header_manager<b>%</b> onde você deseja exibir a imagem.'; |
---|
37 | $lang['Random'] = 'Random'; |
---|
38 | $lang['Select an image'] = 'Selecione uma imagem'; |
---|
39 | $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 imagem, junto da miniatura.'; |
---|
40 | $lang['Unknown picture id'] = 'Id da foto desconhecido'; |
---|
41 | $lang['Use'] = 'Usar'; |
---|
42 | $lang['With text'] = 'Com texto'; |
---|
43 | $lang['You can customize the display by adding CSS rules to'] = 'Pode personalizar a visualização adicionando regras CSS '; |
---|
44 | $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.'] = 'Pode carregar uma imagem de cabeçalho personalizado ou selecione uma da sua galeria. Na próxima tela, poderá cortar a imagem.'; |
---|
45 | $lang['or choose a picture from the gallery'] = 'ou escolher uma foto da galeria'; |
---|
46 | $lang['Default banner'] = 'Bandeira por defeito'; |
---|
47 | $lang['Display banner on photo page'] = 'Exibir a bandeira na página de fotografias'; |
---|
48 | $lang['Album specific banners'] = 'Banners de álbuns específicos '; |
---|
49 | $lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'De forma adicionar um banner específico, vá à página de administrador do álbum desejado.'; |
---|
50 | $lang['Non recursive'] = 'Não recursivo'; |
---|
51 | $lang['Recursive'] = 'Recursivo'; |
---|
52 | $lang['Restore default banner'] = 'Restaurar banner por defeito'; |
---|
53 | $lang['Banner size'] = 'Tamanho da bandeira'; |
---|
54 | $lang['Respect %s aspect ratio'] = 'Respeitar o rácio de proporção %s'; |
---|
55 | ?> |
---|