source: extensions/pwgCumulus/language/pt_PT/plugin.lang.php @ 15515

Last change on this file since 15515 was 15515, checked in by TranslationTeam, 12 years ago

[cumulus_tags_cloud] Update pt_PT, thanks to : klito

  • Property svn:executable set to *
File size: 4.9 KB
Line 
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 tags cloud in main menu'] = 'Adicionar nuvem de etiquetas ao menú principal';
24$lang['After'] = 'Depois';
25$lang['Animation colors'] = 'Cores de animação';
26$lang['Animation configuration : size, tags colors, tags size'] = 'Configuração da animação: Tamanho, Cor das etiquetas,tamanho das etiquetas';
27$lang['Animation width and height'] = 'Largura e altura da animação';
28$lang['Background color updated'] = 'Atualizada a cor de fundo';
29$lang['Background color'] = 'Cor de fundo';
30$lang['Before'] = 'Antes';
31$lang['Check the checkbox to add tags cloud in main menu'] = 'Assinale a caixa para adicionar nuvem de etiquetas ao menú principal';
32$lang['Check the checkbox to use transparent mode for background'] = 'Assinale a caixa para usar o modo transparente como fundo';
33$lang['Coefficient for tags size updated'] = 'O coeficiente do tamanho das etiquetas foi atualizado';
34$lang['Coefficient'] = 'Coeficiente';
35$lang['Color 1 updated'] = 'Cor 1 atualizada';
36$lang['Color 1'] = 'Cor 1';
37$lang['Color 2 updated'] = 'Cor 2 atualizada';
38$lang['Color 2'] = 'Cor 2';
39$lang['Cumulus Tags Cloud Plugin'] = 'Extenção Cumulus nuvem de etiquetas';
40$lang['Current release:'] = 'Versão actual';
41$lang['Dashboard'] = 'Painel de ferramentas';
42$lang['Height updated'] = 'Altura atualizada';
43$lang['Height'] = 'Altura';
44$lang['Menu'] = 'Menú';
45$lang['Mouseover color updated'] = 'Cor de sobreposição do rato atualizada';
46$lang['Mouseover color'] = 'Cor quando o rato sobrepuser';
47$lang['Position in main menu has been updated'] = 'Posição no menú principal foi atualizada';
48$lang['Position'] = 'Posição';
49$lang['Tags cloud added in main menu'] = 'Nuvem de etiquetas adicionada ao menú principal';
50$lang['Tags cloud in main menu?'] = 'Nuvem de etiquetas no menú principal?';
51$lang['Tags cloud removed from main menu'] = 'Nuvem de etiqutas removida do menú principal';
52$lang['Tags page'] = 'Página de etiquetas';
53$lang['Tags size'] = 'Tamanho das etiquetas';
54$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. ';
55$lang['Transparent mode for background'] = 'Modo transparente para o fundo';
56$lang['Transparent mode is not used'] = 'Modo transparente não é usado';
57$lang['Transparent mode is used'] = 'Modo transparente em uso';
58$lang['Width updated'] = 'Largura atualizada';
59$lang['Width'] = 'Largura';
60$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';
61$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';
62$lang['block'] = 'Bloco';
63$lang['cloud'] = 'Nuvem';
64$lang['cumulus cloud'] = 'Nuvem cumulus';
65$lang['show tag cloud'] = 'Mostrar nuvem de etiquetas';
66?>
Note: See TracBrowser for help on using the repository browser.