source: extensions/lightbox/language/bg_BG/plugin.lang.php @ 29531

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

[lightbox] Update bg_BG, thanks to :

  • Property svn:executable set to *
File size: 3.1 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['lb_yes'] = 'Да';
24$lang['lb_transition_speed'] = 'Преходна скорост';
25$lang['lb_transition_none'] = 'Нищо';
26$lang['lb_transition_fade'] = 'Избледняване';
27$lang['lb_transition_elastic'] = 'Еластичност';
28$lang['lb_initial_width'] = 'Начална ширина';
29$lang['lb_initial_height'] = 'Начална височина';
30$lang['lb_high'] = 'Снимка с висока резолюция';
31$lang['lb_fixed_width'] = 'Фиксирана ширина';
32$lang['lb_fixed_height'] = 'Фиксирана височина';
33$lang['lb_display_name'] = 'Показване на името на снимката';
34$lang['lb_display_arrows'] = 'Показване на стрелките за навигация';
35$lang['lb_display'] = 'Екран';
36$lang['lb_dimensions'] = 'Размери';
37$lang['lb_default_parameters_saved'] = 'Конфигурацията по подразбиране записана';
38$lang['lb_default_parameters'] = 'Конфигурация по подразбиране';
39$lang['lb_configuration_saved'] = 'Конфигурацията е записана';
40$lang['lb_all_category'] = 'Използване на всички снимки в категорията';
41$lang['lb_transition'] = 'Промяна';
42$lang['lb_theme_transition'] = 'Тема и промени';
43$lang['lb_theme'] = 'Тема';
44$lang['lb_picture'] = 'Страница със снимки';
45$lang['lb_none'] = 'Няма';
46$lang['lb_name_link'] = 'Линк на заглавието';
47$lang['lb_no'] = 'Не';
48?>
Note: See TracBrowser for help on using the repository browser.