source: extensions/bbcode_bar/language/bg_BG/plugin.lang.php @ 25697

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

[bbcode_bar] Add bg_BG, thanks to : neddrag

  • 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['Striped  : [s]striped']['/s'] = 'Раиран : [s]striped[/s]';
24$lang['URL : [url=URL]Title']['/url'] = 'URL : [url=URL]Title[/url]';
25$lang['tiny font'] = 'Миниатюрен';
26$lang['huge font'] = 'Огромен';
27$lang['small font'] = 'Малък';
28$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Несортиран списък : [ul][li]element[/li][/ul]';
29$lang['White'] = 'Бял';
30$lang['Yellow'] = 'Жълт';
31$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Сортиран списък : [ol][li]element[/li][/ol]';
32$lang['Underline : [u]underline']['/u'] = 'Подчертан : [u]underline[/u]';
33$lang['large font'] = 'Голям';
34$lang['normal font'] = 'Нормален';
35$lang['Available options'] = 'Налични опции';
36$lang['Black'] = 'Черен';
37$lang['Blue'] = 'Син';
38$lang['Bold : [b]bold']['/b'] = 'Удебелен : [b]bold[/b]';
39$lang['Center : [center]center']['/center'] = 'Центрирано : [center]center[/center]';
40$lang['E-mail : [email]Email']['/email'] = 'E-mail : [email]Email[/email]';
41$lang['Font color : [color=color]text']['/color'] = 'Цвят на шрифта';
42$lang['Font size : [size=X]text']['/size'] = 'Размер на шрифта';
43$lang['Green'] = 'Зелен';
44$lang['Grey'] = 'Сив';
45$lang['Italic : [i]italic']['/i'] = 'Наклонен';
46$lang['List element : [li]element']['/li'] = 'Елемент от списък : [li]element[/li]';
47$lang['Orange'] = 'Оранжев';
48$lang['Paragraph : [p]Paragraph']['/p'] = 'Параграф : [p]Paragraph[/p]';
49$lang['Picture : [img]picture']['/img'] = 'Снимка : [img]picture[/img]';
50$lang['Purple'] = 'Пурпурен';
51$lang['Quote : [quote]quote']['/quote'] = 'Цитат : [quote]quote[/quote]';
52$lang['Red'] = 'Червен';
53$lang['Right : [right]right']['/right'] = 'Дясно : [right]right[/right]';
54?>
Note: See TracBrowser for help on using the repository browser.