source: extensions/CryptograPHP/language/pt_BR/plugin.lang.php @ 26041

Last change on this file since 26041 was 26041, checked in by mistic100, 10 years ago

update for 2.6

  • Property svn:executable set to *
File size: 3.4 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['Picture comments'] = 'Comentários de imagens';
24$lang['Preview'] = 'Previsão';
25$lang['Random string'] = 'Seqüência aleatória';
26$lang['Register form'] = 'Formulário de registro';
27$lang['Simple equation'] = 'Equação simples';
28$lang['Solve equation'] = 'resolver equação';
29$lang['Text color'] = 'Cor do testo';
30$lang['Tip: type "random" on a color field to have a random color'] = 'Dica: digite "random" em um campo de cor para ter uma cor aleatória';
31$lang['good value:'] = 'bom valor:';
32$lang['random'] = 'aleatório';
33$lang['range:'] = 'intervalo:';
34$lang['Activate on'] = 'Ativar em';
35$lang['Album comments'] = 'Comentários de album';
36$lang['Background color'] = 'Cor de fundo';
37$lang['Button color'] = 'Cor do botão';
38$lang['Captcha theme'] = 'Tema captcha';
39$lang['Captcha type'] = 'Tipo de captcha';
40$lang['Case sensitive'] = 'Detectar Maiúsculas de Minúsculas';
41$lang['Code lenght'] = 'Comprimento do código';
42$lang['Comments action'] = 'Ação comentários';
43$lang['Contact form'] = 'Formulário de contato';
44$lang['Enter code'] = 'Digite o código';
45$lang['Font'] = 'Fonte';
46$lang['Guestbook'] = 'Livro de Visitas';
47$lang['Invalid Captcha'] = 'Captcha Inválida';
48$lang['Lines color'] = 'Cor das linhas';
49$lang['Lines density'] = 'Densidade das linhas';
50$lang['Moderate'] = 'Moderada';
51$lang['Noise color'] = 'Cor barulhenta';
52$lang['Noise level'] = 'Nível barulhento';
53$lang['Perturbation'] = 'Pertubação';
54$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'Detectamos que EasyCaptcha plugin está disponível em sua galeria. Ambos os plugins podem ser usados ​​ao mesmo tempo, mas você não deve em hipótese alguma ativar ambos na mesma página.';
55
56?>
Note: See TracBrowser for help on using the repository browser.