source: branches/2.3/language/bg_BG/admin.lang.php @ 13145

Last change on this file since 13145 was 13145, checked in by ddtddt, 12 years ago

[Branche 2.3] - language - feature:2573 - recovery trunk - bg_BG – Bulgarian - Български

File size: 6.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['Hello'] = 'Здравей';
25$lang['Comments'] = 'Коментари';
26$lang['Notification'] = 'RSS';
27$lang['Specials'] = 'Покажи';
28$lang['Tags'] = 'Тагове';
29$lang['File'] = 'Файл';
30$lang['Filesize'] = 'Размер на файла';
31$lang['Preferences'] = 'Предпочитания';
32$lang['Rate'] = 'Оценка';
33$lang['Average rate'] = 'Средна оценка';
34$lang['Width'] = 'Ширина';
35$lang['With blank value, gallery title will be used'] = 'Ако е празно, името на галерията ще се ползва';
36$lang['wrong filename'] = 'грешно име на файл';
37$lang['Year'] = 'Година';
38$lang['You are running on development sources, no check possible.'] = 'Вие сте стартирали разработващ се код, невъзможна проверка.';
39$lang['You are running the latest version of Piwigo.'] = 'Вие използвате последната версия на Piwigo.';
40$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'Вие ползване качване през браузъра. Пробвайте <a href="%s">Флаш качване</a> като алтернатива.';
41$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'Вие използвате Флаш качване. Проблеми? Пробвайте <a href="%s">качване през браузър</a> като алтернатива.';
42$lang['You can update to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Може да надстроите до Piwigo %s направо, без актуализация с Piwigo %s (recommended).';
43$lang['You cannot delete your account'] = 'Вие не може да изтриете акаунта си';
44$lang['You cannot move an album in its own sub album'] = 'Не може да преместите албум в негов собствен под-албум';
45$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Не може да дефинирате ред на снимките по подразбиране, заради потребителските Ви настройки в локалната конфигурация.';
46$lang['You have %d orphan tags: %s.'] = 'Имате %d необвързани етикети: %s.';
47$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Вие сте задали <i>$conf[\'order_by\']</i> в локалния си конфигурационен файл, този параметър не се използва вече, моля премахнете го или го преименувайте на<i>$conf[\'order_by_custom\']</i> !';
48$lang['You have subscribed to receiving notifications by mail.'] = 'Вие се абонирахте да получавате известия по имейл.';
49$lang['You have unsubscribed from receiving notifications by mail.'] = 'Вие прекратихте абонамента си за уведомяване по имейл.';
50$lang['You might go to plugin list to install and activate it.'] = 'Идете на списъка с добавки за да го инсталирате и активирате.';
51$lang['You need to confirm deletion'] = 'Трябва да потвърдите изтриването';
52$lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = 'Необходимо е да актуализирате вашата система за да може да използвате пълните функции на програмата, в противен случай тя може да не работи коректно или изцяло';
53$lang['Your configuration settings are saved'] = 'Вашите конфигурационни настройки са записани';
54$lang['[%s] Visit album %s'] = '[%s] Посетен албум %s';
55$lang['[NBM] Problems or questions'] = '[NBM] Проблеми или въпроси';
56$lang['%d albums moved'] = '%d албуми са преместени';
57$lang['%d group'] = '%d група';
58$lang['%d groups'] = '%d групи';
59$lang['%d guest'] = '%d посетител';
60$lang['%d guests'] = '%d посетители';
61$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'ВНИМАНИЕ!Тази добавка не е съвместима с тази версия на Piwigo.';
62$lang['Week starts on'] = 'Седмицата започва от';
63$lang['Who can see these photos?'] = 'Кой може да види тези снимки?';
64$lang['Who can see this photo?'] = 'Кой може да види тази снимка?';
65$lang['width must be a number superior to'] = 'ширината трябва да бъде число, по-голямо от';
66
67?>
Note: See TracBrowser for help on using the repository browser.