source: extensions/Panoramas/language/bg_BG/plugin.lang.php @ 21605

Last change on this file since 21605 was 21605, checked in by TranslationTeam, 11 years ago

[panoramas] Add bg_BG, thanks to : picsvet

  • Property svn:executable set to *
File size: 4.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['Relative speed factor is out of range (Correct range: 10-90).'] = 'Факторът относителна скорост е извън обхват (точен обхват: 10-90).';
24$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Началната позиция съотношение е извън обхват (точен диапазон: 0-99).';
25$lang['Permanent'] = 'Постоянен';
26$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Размерът на панорамата е извън допустимите граници(точен диапазон: 0-10).';
27$lang['Border width'] = 'Допустим размер на панорамата [0-10]';
28$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Вие не сте упълномощени да промените тази конфигурация (Само системния администратор може).';
29$lang['Your configuration is NOT saved due to above reasons.'] = 'Вашата конфигурация не е записана поради горните причини.';
30$lang['authors of'] = 'авторите на';
31$lang['Your configuration is saved.'] = 'Вашата конфигурация е запазена';
32$lang['Mode 360'] = 'Mode 360';
33$lang['Picture name substring could not be empty.'] = 'Подимето на картината не може да бъде празно.';
34$lang['Panoramas configuration'] = 'Конфигурация на панорамите';
35$lang['Remove substring from picture title'] = 'Премахване на подниз от заглавната снимка';
36$lang['Rotation direction'] = 'Посоката на въртене';
37$lang['Picture name substrings must be different.'] = 'Подимето на картината трябва да бъде различен.';
38$lang['Relative speed factor ']['10-90'] = 'Относителна скорост фактор [10-90]';
39$lang['Right'] = 'Надясно';
40$lang['Start position ']['% between 0-99'] = 'Началната позиция [% между 0-99]';
41$lang['Special thanks to:'] = 'Специални благодарности на:';
42$lang['Off'] = 'Изключено';
43$lang['On'] = 'Включено ';
44$lang['Caption Color'] = 'Цвят на текста в описанието';
45$lang['Footer Color'] = 'Footer контрол на фона';
46$lang['Footer Control Color'] = 'Footer контрол на цветовете';
47$lang['Footer display'] = 'Footer дисплей';
48$lang['Left'] = 'Наляво';
49$lang['Control display'] = 'Контролен дисплей';
50$lang['Border color'] = 'Панорамна граница на цветовете';
51$lang['Automatic start'] = 'Автоматичен старт';
52$lang['Auto'] = 'Автоматично';
53?>
Note: See TracBrowser for help on using the repository browser.