source: extensions/community/language/bg_BG/plugin.lang.php @ 11580

Last change on this file since 11580 was 11580, checked in by ddtddt, 13 years ago

[extensions] - community - update BG (Bulgarian - Български) thanks to josifbg

File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Добави права';
23$lang['Who?'] = 'Кой?';
24$lang['any visitor'] = 'всеки посетител';
25$lang['any registered user'] = 'всеки регистриран потребител';
26$lang['a specific user'] = 'определен потребител';
27$lang['a group'] = 'група';
28$lang['Where?'] = 'Къде?';
29$lang['The whole gallery'] = 'Цялата Галерия';
30$lang['ability to create sub-albums'] = 'възможността да създава под-албуми';
31$lang['Which level of trust?'] = 'Ниво на доверие?';
32$lang['sub-albums creation'] = 'да създава под-албуми';
33$lang['Upload Permissions'] = 'Добави права';
34$lang['Pending Photos'] = 'Чакащи снимки';
35$lang['Permission added'] = 'Добавени права';
36$lang['Permission removed'] = 'Премахнати права';
37$lang['%s (the user)'] = '%s (юзер)';
38$lang['%s (the group)'] = '%s (група)';
39$lang['low trust'] = 'ниско ниво на доверие';
40$lang['uploaded photos must be validated by an administrator'] = 'добавените снимки трябва да бъдат одобрени от администратор';
41$lang['high trust'] = 'високо ниво на доверие';
42$lang['uploaded photos are directly displayed in the gallery'] = 'добавените снимки могат да се видят в галерията';
43$lang['%d photos validated'] = '%d одобрени снимки';
44$lang['%d photos rejected'] = '%d неодобрени снимки';
45$lang['web size'] = 'уеб размер';
46$lang['Zoom'] = 'Увеличи';
47$lang['Upload your own photos'] = 'Добавете Ваши снимки';
48$lang['%d photos uploaded by %s'] = '%d снимките са добавени от %s';
49$lang['Validation page: %s'] = 'Страница за одобрение: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d снимките са добавени в албум "%s"';
51$lang['Hi administrators,'] = 'Здравейте Администратори,';
52$lang['No album, this photo is orphan'] = 'Снимка без албум';
53$lang['Cancel'] = 'отхвърли';
54$lang['Permission updated'] = 'Обновени права';
55$lang['Delete permission'] = 'Отменени права';
56$lang['%u pending photos'] = '%u чакащи снимки';
57$lang['Level 16'] = 'В очакване';
58$lang['Edit a permission'] = 'Редактиране на права';
59$lang['Your photos are waiting for validation, administrators have been notified'] = 'Вашите снимки очакват одобрение, администраторите са информирани';
60?>
Note: See TracBrowser for help on using the repository browser.