source: extensions/photoWidget/language/pt_BR/plugin.lang.php @ 20312

Last change on this file since 20312 was 20224, checked in by TranslationTeam, 11 years ago

[photowidget] Add pt_BR, thanks to : oigreslima

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['one category'] = 'Um álbum';
24$lang['severals categories'] = 'Vários älbuns';
25$lang['All categories'] = 'Todos os Álbuns';
26$lang['Animation background color'] = 'Cor do fundo animado';
27$lang['Animation size'] = 'Tamanho da animação';
28$lang['Applicable categorie(s)'] = 'Álbum(uns) aplicavél (eis)';
29$lang['Background color of animation has been updated'] = 'Cor do fundo animado foi atualizada';
30$lang['Color'] = 'Cor';
31$lang['Height'] = 'Altura';
32$lang['Height has been updated'] = 'A altura foi atualizada';
33$lang['Main configuration'] = 'Configuração principal';
34$lang['No'] = 'Não';
35$lang['Photo Widget Plugin'] = 'Plugin Widget Photo';
36$lang['Submit'] = 'Submeta';
37$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Este plugin mostra fotos usando um filme em Flash que as gira em 3D. Ele trabalha como os álbuns usuais mas de um modo mais surpreendente e exitante.';
38$lang['This widget requires Flash Player 9 or better'] = 'Esse widget requer Flash 9 ou melhor';
39$lang['Width'] = 'Largura';
40$lang['Width has been updated'] = 'Largura foi atualizada';
41$lang['Yes'] = 'Sim';
42$lang['You can choose that mode for displaying one, severals or all categories'] = 'Você pode escolher este modo para visualizar um, vários ou todos os álbuns';
43$lang['You choose that mode for'] = 'Você escolheu este modo';
44$lang['You must choose at least one category'] = 'Você deve escolher ao menos um álbum';
45?>
Note: See TracBrowser for help on using the repository browser.