source: extensions/pwgCumulus/language/pt_PT/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['Add tags cloud in main menu'] = 'Adicionar nuvem de etiquetas ao menú principal';
23$lang['After'] = 'Depois';
24$lang['Animation colors'] = 'Cores de animação';
25$lang['Animation configuration : size, tags colors, tags size'] = 'Configuração da animação: Tamanho, Cor das etiquetas,tamanho das etiquetas';
26$lang['Animation width and height'] = 'Largura e altura da animação';
27$lang['Background color updated'] = 'Atualizada a cor de fundo';
28$lang['Background color'] = 'Cor de fundo';
29$lang['Before'] = 'Antes';
30$lang['Check the checkbox to add tags cloud in main menu'] = 'Assinale a caixa para adicionar nuvem de etiquetas ao menú principal';
31$lang['Check the checkbox to use transparent mode for background'] = 'Assinale a caixa para usar o modo transparente como fundo';
32$lang['Coefficient for tags size updated'] = 'O coeficiente do tamanho das etiquetas foi atualizado';
33$lang['Coefficient'] = 'Coeficiente';
34$lang['Color 1 updated'] = 'Cor 1 atualizada';
35$lang['Color 1'] = 'Cor 1';
36$lang['Color 2 updated'] = 'Cor 2 atualizada';
37$lang['Color 2'] = 'Cor 2';
38$lang['Cumulus Tags Cloud Plugin'] = 'Extenção Cumulus nuvem de etiquetas';
39$lang['Current release:'] = 'Versão actual';
40$lang['Dashboard'] = 'Painel de ferramentas';
41$lang['Height updated'] = 'Altura atualizada';
42$lang['Height'] = 'Altura';
43$lang['Menu'] = 'Menú';
44$lang['Mouseover color updated'] = 'Cor de sobreposição do rato atualizada';
45$lang['Mouseover color'] = 'Cor quando o rato sobrepuser';
46$lang['Position in main menu has been updated'] = 'Posição no menú principal foi atualizada';
47$lang['Position'] = 'Posição';
48$lang['Tags cloud added in main menu'] = 'Nuvem de etiquetas adicionada ao menú principal';
49$lang['Tags cloud in main menu?'] = 'Nuvem de etiquetas no menú principal?';
50$lang['Tags cloud removed from main menu'] = 'Nuvem de etiqutas removida do menú principal';
51$lang['Tags page'] = 'Página de etiquetas';
52$lang['Tags size'] = 'Tamanho das etiquetas';
53$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.'] = 'Esta extenção, mostra etiquetas usando um filme flash que as mosta em rotação 3D. Funciona como uma nuvem de etiquetas regular, mas de forma mais surpreendente e emocionante. ';
54$lang['Transparent mode for background'] = 'Modo transparente para o fundo';
55$lang['Transparent mode is not used'] = 'Modo transparente não é usado';
56$lang['Transparent mode is used'] = 'Modo transparente em uso';
57$lang['Width updated'] = 'Largura atualizada';
58$lang['Width'] = 'Largura';
59$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = 'Pode escolher esta opção para etiquetas exibidas no modo padrão, adicionando (ou alterando) no arquivo de configuração';
60$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'] = 'Pode optar por adicionar a nuvem de etiquetas cumulus ao menu. Pode Tambem definir a posição da nuvem no menu principal, escolhendo a sua posição relativamente a outro bloco';
61$lang['block'] = 'Bloco';
62$lang['cloud'] = 'Nuvem';
63$lang['cumulus cloud'] = 'Nuvem cumulus';
64$lang['show tag cloud'] = 'Mostrar nuvem de etiquetas';
Note: See TracBrowser for help on using the repository browser.