source: extensions/bbcode_bar/language/pt_BR/plugin.lang.php @ 23489

Last change on this file since 23489 was 23489, checked in by mistic100, 11 years ago

avoid conflicts with core language keys

  • Property svn:executable set to *
File size: 3.3 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['Striped  : [s]striped']['/s'] = 'Listrado: [s]listrado[/s]';
24$lang['URL : [url=URL]Title']['/url'] = 'URL : [url=URL]Título[/url]';
25$lang['Underline : [u]underline']['/u'] = 'Sublinhado: [u]sublinhado[/u]';
26$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Lista não ordenada: [ul][li]elemento[/li][/ul]';
27$lang['White'] = 'Branco';
28$lang['Yellow'] = 'Amarelo';
29$lang['huge font'] = 'Enorme';
30$lang['large font'] = 'Grande';
31$lang['normal font'] = 'Normal';
32$lang['small font'] = 'Pequeno';
33$lang['tiny font'] = 'Minúsculo';
34$lang['Available options'] = 'Opções disponíveis';
35$lang['Black'] = 'Preto';
36$lang['Blue'] = 'Azul';
37$lang['Bold : [b]bold']['/b'] = 'Negrito:[b]bold[/b]';
38$lang['Center : [center]center']['/center'] = 'Centro:[center]centro[/center]';
39$lang['E-mail : [email]Email']['/email'] = 'E-mail : [email]Email[/email]';
40$lang['Font color : [color=color]text']['/color'] = 'Cor da Fonte: [color=color]texto[/color]';
41$lang['Font size : [size=X]text']['/size'] = 'Tamanho da fonte: [size=X]texto[/size]';
42$lang['Green'] = 'Verde';
43$lang['Grey'] = 'Cinza';
44$lang['Italic : [i]italic']['/i'] = 'Itálico: [i]itálico[/i]';
45$lang['List element : [li]element']['/li'] = 'Listar elemento: [li]elemento[/li]';
46$lang['Orange'] = 'Laranja';
47$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Lista ordenada:  [ol][li]elemento[/li][/ol]';
48$lang['Paragraph : [p]Paragraph']['/p'] = 'Parágrafo: [p]Parágrafo[/p]';
49$lang['Picture : [img]picture']['/img'] = 'Imagem: [img]imagem[/img]';
50$lang['Purple'] = 'Roxo';
51$lang['Quote : [quote]quote']['/quote'] = 'Citação: [quote]citação[/quote]';
52$lang['Red'] = 'Vermelho';
53$lang['Right : [right]right']['/right'] = 'Direita: [right]direita[/right]';
54?>
Note: See TracBrowser for help on using the repository browser.