source: extensions/bbcode_bar/language/ca_ES/plugin.lang.php @ 14594

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

[bbcode_bar] Update ca_ES, thanks to : AlbertParera

  • Property svn:executable set to *
File size: 3.2 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['Available options'] = 'Opcions disponibles';
24$lang['Black'] = 'Negre';
25$lang['Blue'] = 'Blau';
26$lang['Bold : [b]bold']['/b'] = 'Negreta: [b]bold[/b]';
27$lang['Center : [center]center']['/center'] = 'Centrat: [center]center[/center]';
28$lang['E-mail : [email]Email']['/email'] = 'Correu electrónic: [email]Email[/email]';
29$lang['Font color : [color=color]text']['/color'] = 'Color de la font: [color=color]text[/color]';
30$lang['Font size : [size=X]text']['/size'] = 'Mida de font: [size=X]text[/size]';
31$lang['Green'] = 'Verd';
32$lang['Grey'] = 'Gris';
33$lang['Italic : [i]italic']['/i'] = 'Cursiva: [i]italic[/i]';
34$lang['List element : [li]element']['/li'] = 'Elements de la llista: [li]element[/li]';
35$lang['Orange'] = 'Taronja';
36$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Llista ordenada: [ol][li]element[/li][/ol]';
37$lang['Paragraph : [p]Paragraph']['/p'] = 'Paràgraf: [p]Paragraph[/p]';
38$lang['Picture : [img]picture']['/img'] = 'Imatge: [img]picture[/img]';
39$lang['Purple'] = 'Porpra';
40$lang['Quote : [quote]quote']['/quote'] = 'Citar: [quote]quote[/quote]';
41$lang['Red'] = 'Vermell';
42$lang['Right : [right]right']['/right'] = 'Dreta: [right]right[/right]';
43$lang['Striped  : [s]striped']['/s'] = 'Tatxat: [s]striped[/s]';
44$lang['URL : [url=URL]Title']['/url'] = 'URL: [url=URL]Title[/url]';
45$lang['Underline : [u]underline']['/u'] = 'Subratllat: [u]underline[/u]';
46$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Llista desordenada: [ul][li]element[/li][/ul]';
47$lang['White'] = 'Blanc';
48$lang['Yellow'] = 'Groc';
49$lang['huge'] = 'Enorme';
50$lang['large'] = 'Gran';
51$lang['normal'] = 'Normal';
52$lang['small'] = 'Petit';
53$lang['tiny'] = 'Diminut';
54?>
Note: See TracBrowser for help on using the repository browser.