source: extensions/pwgCumulus/language/pt_BR/plugin.lang.php @ 21469

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

Make plugin compatible with piwigo 2.5

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-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['cloud'] = 'nuvem';
23$lang['cumulus cloud'] = 'nuvem cumulus';
24$lang['show tag cloud'] = 'mostrar nuvem de etiquetas';
25$lang['Height updated'] = 'Alturas atualizadas';
26$lang['Menu'] = 'Menu';
27$lang['Mouseover color'] = 'Cor mouseover';
28$lang['Mouseover color updated'] = 'Mauseover cor atualizada';
29$lang['Position'] = 'Posição';
30$lang['Position in main menu has been updated'] = 'Posição no menu principal foi atualizada';
31$lang['Tags cloud added in main menu'] = 'Etiquetas nuvem adicionadas no menu principal ';
32$lang['Tags cloud in main menu?'] = 'Etiquetas nuvem no menu principal?';
33$lang['Tags cloud removed from main menu'] = 'Etiquetas vuvem removidas do menu principal';
34$lang['Tags page'] = 'Páginas etiqueta';
35$lang['Tags size'] = 'Tamanho de etiquetas';
36$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = 'Esse plugin mostra etiquetas usando um filme flash que gira em 3D. Ele funciona como uma nuvem de etiquetas regular, mas de uma forma mais surpreendente e emocionante.';
37$lang['Transparent mode for background'] = 'Modo transparente para o fundo';
38$lang['Transparent mode is not used'] = 'Modo transparente não está sendo utilizado';
39$lang['Transparent mode is used'] = 'Modo transparente está sendo utilizado';
40$lang['Width'] = 'Largura';
41$lang['Width updated'] = 'Larguras atualizadas';
42$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = 'Você pode escolher este modo de etiquetas como modo de exibição padrão, adicionando (ou mudando) no arquivo de configuração';
43$lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Você pode optar por adicionar cumulus etiquetas nuvem no menu. Você pode definir posição de etiquetas nuvem no menu principal, escolhendo a sua posição em relação a outro bloco';
44$lang['block'] = 'bloco';
45$lang['Add tags cloud in main menu'] = 'Adicionar etiquetas núvem em menu principal';
46$lang['After'] = 'Depois';
47$lang['Animation colors'] = 'Cores de animação';
48$lang['Animation configuration : size, tags colors, tags size'] = 'Configuração de animação: tamanho, cores de etiquetas, tamanho de etiquetas';
49$lang['Animation width and height'] = 'Animação largura e altura';
50$lang['Background color'] = 'Cor de fundo';
51$lang['Background color updated'] = 'Cor de fundo atualizada';
52$lang['Before'] = 'Antes';
53$lang['Check the checkbox to add tags cloud in main menu'] = 'Verifique a caixa de seleção para adicionar etiquetas em nuvem no menu principal';
54$lang['Check the checkbox to use transparent mode for background'] = 'Verifique a caixa de seleção para usar o modo transparente para o fundo';
55$lang['Coefficient'] = 'Coeficiente';
56$lang['Coefficient for tags size updated'] = 'Coeficiente de etiquetas tamanhos atualizados';
57$lang['Color 1'] = 'Cor 1';
58$lang['Color 1 updated'] = 'Cor 1 atualizada';
59$lang['Color 2'] = 'Cor 2';
60$lang['Color 2 updated'] = 'Cor 2 atualizada';
61$lang['Cumulus Tags Cloud Plugin'] = 'Cumulus Plugin Etiquetas Nuvem';
62$lang['Current release:'] = 'Versão atual:';
63$lang['Dashboard'] = 'Painel de Instrumentos';
64$lang['Height'] = 'Altura';
Note: See TracBrowser for help on using the repository browser.