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

Last change on this file since 31930 was 26116, checked in by nikrou, 11 years ago

Make plugin compatible with plugin 2.6

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by the Free Software Foundation                             |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$lang['one category'] = 'Um álbum';
23$lang['severals categories'] = 'Vários älbuns';
24$lang['All categories'] = 'Todos os Álbuns';
25$lang['Animation background color'] = 'Cor do fundo animado';
26$lang['Animation size'] = 'Tamanho da animação';
27$lang['Applicable categorie(s)'] = 'Álbum(uns) aplicavél (eis)';
28$lang['Background color of animation has been updated'] = 'Cor do fundo animado foi atualizada';
29$lang['Color'] = 'Cor';
30$lang['Height'] = 'Altura';
31$lang['Height has been updated'] = 'A altura foi atualizada';
32$lang['Main configuration'] = 'Configuração principal';
33$lang['No'] = 'Não';
34$lang['Photo Widget Plugin'] = 'Plugin Widget Photo';
35$lang['Submit'] = 'Submeta';
36$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.';
37$lang['This widget requires Flash Player 9 or better'] = 'Esse widget requer Flash 9 ou melhor';
38$lang['Width'] = 'Largura';
39$lang['Width has been updated'] = 'Largura foi atualizada';
40$lang['Yes'] = 'Sim';
41$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';
42$lang['You choose that mode for'] = 'Você escolheu este modo';
43$lang['You must choose at least one category'] = 'Você deve escolher ao menos um álbum';
Note: See TracBrowser for help on using the repository browser.