source: extensions/bbcode_bar/language/eo_EO/plugin.lang.php @ 25824

Last change on this file since 25824 was 25824, checked in by TranslationTeam, 10 years ago

[bbcode_bar] Update eo_EO, thanks to : sylvbarrier

  • 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['List element : [li]element']['/li'] = 'Listero: [li]elemento[/li]';
24$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Ordigita listo: [ol][li]elemento[/li][/ol]';
25$lang['Quote : [quote]quote']['/quote'] = 'Citi: [quote]citi[/quote]';
26$lang['Right : [right]right']['/right'] = 'Dekstro: [right]dekstro[/right]';
27$lang['Striped  : [s]striped']['/s'] = 'Striita: [s]striita[/s]';
28$lang['URL : [url=URL]Title']['/url'] = 'URL: [url=URL]Titolo[/url]';
29$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Neordigita listo: [ul][li]elemento[/li][/ul]';
30$lang['Underline : [u]underline']['/u'] = 'Substreki: [u]substreki[/u]';
31$lang['White'] = 'Blanka';
32$lang['Yellow'] = 'Flava';
33$lang['huge font'] = 'Larĝega';
34$lang['large font'] = 'Larĝa';
35$lang['normal font'] = 'Normala';
36$lang['small font'] = 'Eta';
37$lang['tiny font'] = 'Eteta';
38$lang['Available options'] = 'Disponeblaj opcioj';
39$lang['Black'] = 'Nigra';
40$lang['Blue'] = 'Blua';
41$lang['Bold : [b]bold']['/b'] = 'Grasa: [b]grasa[/b]';
42$lang['Center : [center]center']['/center'] = 'Centrigi: [center]centrigi[center]';
43$lang['E-mail : [email]Email']['/email'] = 'Retadreso: [email]Retadreso[/email]';
44$lang['Font color : [color=color]text']['/color'] = 'Tipara koloro: [color=color]teksto[/color]';
45$lang['Font size : [size=X]text']['/size'] = 'Tipara grandeco: [size=X]teksto[/size]';
46$lang['Green'] = 'Verda';
47$lang['Grey'] = 'Griza';
48$lang['Italic : [i]italic']['/i'] = 'Kursiva';
49$lang['Orange'] = 'Oranĝkolora';
50$lang['Paragraph : [p]Paragraph']['/p'] = 'Paragrafo: [p]Paragrafo[/p]';
51$lang['Picture : [img]picture']['/img'] = 'Bildo: [img]bildo[/img]';
52$lang['Purple'] = 'Violkolora';
53$lang['Red'] = 'Ruĝa';
54?>
Note: See TracBrowser for help on using the repository browser.