source: extensions/header_manager/language/bg_BG/plugin.lang.php @ 26322

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

[header_manager] Update bg_BG, thanks to : turnokopa

  • Property svn:executable set to *
File size: 4.8 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['or choose a picture from the gallery'] = 'или изберете снимка от галерията';
24$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Може да качите лична снимка за заглавие или да изберете някоя от галерията. На следващия екран ще може да преоръзмерите снимката.';
25$lang['You can customize the display by adding CSS rules to'] = 'Може да управляваш изгледа си с добавяне на CSS правила';
26$lang['With text'] = 'С текст';
27$lang['Use'] = 'Използвай';
28$lang['Unknown picture id'] = 'Непознат номер снимка';
29$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Цифравият индикатор може да бъде намерен на страницата за редакция на снимки, близо до миниатюрата.';
30$lang['Select an image'] = 'Избери снимка';
31$lang['Random'] = 'Пройзволно';
32$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Сложи <b>%header_manager%</b> където желаеш да покажеш снимка.';
33$lang['Picture id.'] = 'Номер на снимка';
34$lang['No banner added yet'] = 'Още не е добавен банер';
35$lang['Incorrect file type,'] = 'Неточен файлов тип';
36$lang['Image only'] = 'Само снимка';
37$lang['Gallery title above image'] = 'Заглавие отгоре над снимката в Галерия';
38$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'За MontBlancXL и BlancMontXL, разширен размер е 900&times;190.';
39$lang['Display banner on photo page'] = 'Показване на банер на страниците със снимки';
40$lang['Default banner'] = 'Банер по подразбиране';
41$lang['Crop banner image'] = 'Преоразмеряване на банер';
42$lang['Choose the part of the image you want to use as your header.'] = 'Избери коя част от снимката искаш да ползваш за заглавие';
43$lang['Choose an image from your computer'] = 'Избири снимка от компютъра си';
44$lang['Banner deleted'] = 'Банерът е изтрит';
45$lang['Banner added'] = 'Банерът е добавен';
46$lang['Banner'] = 'Банер';
47$lang['Add a banner'] = 'Добави банер';
48$lang['Non recursive'] = 'Без рекурс';
49$lang['Recursive'] = 'С рекурс';
50$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'За да добавите банер идете на страницата за администриране на желания албум.';
51$lang['Album specific banners'] = 'Албум с обособени банери';
52$lang['Restore default banner'] = 'Възстанови банера по подразбиране';
53$lang['Respect %s aspect ratio'] = 'Отношение %s пропорции';
54$lang['Banner size'] = 'Размер банер';
55?>
Note: See TracBrowser for help on using the repository browser.