source: extensions/bbcode_bar/language/et_EE/plugin.lang.php @ 24913

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

[bbcode_bar] Add et_EE, thanks to : Eggy

  • 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['Ordered list : [ol][li]element[/li]']['/ol'] = 'Nimekirja järjekord : [ol][li]element[/li][/ol]';
24$lang['Paragraph : [p]Paragraph']['/p'] = 'Lõik : [p]Lõik[/p]';
25$lang['Picture : [img]picture']['/img'] = 'Pilt : [img]pilt[/img]';
26$lang['Purple'] = 'Lilla';
27$lang['Quote : [quote]quote']['/quote'] = 'Tsitaat : [quote]tsitaat[/quote]';
28$lang['Red'] = 'Punane';
29$lang['Right : [right]right']['/right'] = 'Paremjoondus:[right]parem[/right]';
30$lang['Striped  : [s]striped']['/s'] = 'Joonetatud  : [s]joonetatud[/s]';
31$lang['URL : [url=URL]Title']['/url'] = 'URL : [url=URL]Pealkiri[/url]';
32$lang['Underline : [u]underline']['/u'] = 'Allajoonitud : [u]Allajoonitud[/u]';
33$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Segamini nimekiri : [ul][li]element[/li][/ul]';
34$lang['White'] = 'Valge';
35$lang['Yellow'] = 'kollane';
36$lang['huge font'] = 'Ülisuur';
37$lang['large font'] = 'Suur';
38$lang['normal font'] = 'Normaalne';
39$lang['small font'] = 'Väike';
40$lang['tiny font'] = 'Pisike';
41$lang['Available options'] = 'Võimalikud valikud';
42$lang['Black'] = 'Must';
43$lang['Blue'] = 'Sinine';
44$lang['Bold : [b]bold']['/b'] = 'Paks:[b]paks[/b]';
45$lang['Center : [center]center']['/center'] = 'Keskel:[center]keskel[/center]';
46$lang['E-mail : [email]Email']['/email'] = 'E-mail:[email]Email[/email]';
47$lang['Font color : [color=color]text']['/color'] = 'Fondi värv: [color=color]tekst[/color]';
48$lang['Font size : [size=X]text']['/size'] = 'Fondi suurus : [size=X]tekst[/size]';
49$lang['Green'] = 'Roheline';
50$lang['Grey'] = 'Hall';
51$lang['Italic : [i]italic']['/i'] = 'Kursiiv:[i]kursiiv[/i]';
52$lang['List element : [li]element']['/li'] = 'Nimekirja element : [li]element[/li]';
53$lang['Orange'] = 'Oranž';
54?>
Note: See TracBrowser for help on using the repository browser.