source: extensions/BatchDownloader/language/bg_BG/plugin.lang.php @ 21501

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

[batch_downloader] Add bg_BG, thanks to : picsvet

  • Property svn:executable set to *
File size: 6.5 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['Remove from download set'] = 'Махни от изтегления набор';
24$lang['Confirm the download of %d pictures?'] = 'Потвърдете изтеглянията на  %d снимките?';
25$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Можете да изберете да изтеглите %d снимки, но системата е ограничена до %d. Можете да редактирате набора или последните %d  снимки няма да бъдат изтеглени.';
26$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Внимание: ZipArchive не приема специални символи като подчертаните, ъглови кавички (") и не с латински букви.';
27$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Не мога да намеря ZipArchive PHP разширение, Batch Downloader ще използва PclZip вместо това, но с влошени показатели.';
28$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Архивът се изтегля, ако изтеглянето не започне автоматично моля <a href="%s">кликнете тук</a>';
29$lang['real number of archives can differ'] = 'реалния брой на архивите може да се различава';
30$lang['hours'] = 'часове';
31$lang['Download set deleted'] = 'Изтегления набор е изтрит';
32$lang['Maximum size of each archive (in Megabytes)'] = 'Максимален размер на всеки архив (в мегабайти)';
33$lang['Maximum photo size'] = 'Максимален размер снимка';
34$lang['Number of archives'] = 'Номер на архивите';
35$lang['Maximum number of photos per download set'] = 'Максимален брой на снимките за изтегляне';
36$lang['Generate ZIP'] = 'Генериране на ZIP';
37$lang['Downloads'] = 'Изтегляния';
38$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Предупреждение:</b>всички файлове ще бъдат изтрити рамките %d часа';
39$lang['download'] = 'изтеглите';
40$lang['done'] = 'направено';
41$lang['Warning: Only registered users can use Batch Downloader.'] = 'Внимание: Само регистрирани потребители могат да използват Batch Downloader.';
42$lang['Total size'] = 'Краен размер';
43$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Стартиране на изтегляне Архив #%d ще унищожи Архив #%d, че сте завършили изтеглянето. Искате ли да продължите?';
44$lang['Return to download page'] = 'Назад към страницата за изтегляне';
45$lang['You can not edit this set'] = 'Вие не можете да редактирате този набор';
46$lang['Whole gallery'] = 'Цялата галерия';
47$lang['What can be downloaded?'] = 'Какво може да бъде свалено?';
48$lang['Estimated size'] = 'Приблизителният размер';
49$lang['Estimated number of archives'] = 'Очакван брой на архивите';
50$lang['Edit the set'] = 'Редактиране на набор';
51$lang['User groups'] = 'Потребителски групи';
52$lang['User collection'] = 'Потребителски колекции';
53$lang['Download permissions'] = 'Разрешения за изтегляне';
54$lang['Download links'] = 'Изтегляне на връзки';
55$lang['Download info'] = 'Информация за свалянето';
56$lang['Download history'] = 'Изтегляне на историята';
57$lang['Download all pictures of this selection'] = 'Сваляйте всякакви снимки на тази селекция';
58$lang['Set type'] = 'Задайте тип';
59$lang['Number of images'] = 'Брой снимки';
60$lang['Random'] = 'Случаен';
61$lang['Remove all finished downloads'] = 'Премахнете всички готови сваляния';
62$lang['Delete this set'] = 'Изтриване на този набор';
63$lang['Delete downloads after'] = 'Изтриване на сваляния след';
64$lang['Batch Downloader'] = 'Batch Downloader';
65$lang['Cancel this set'] = 'Закриване на този набор';
66$lang['Cancel this download'] = 'Откажи това изтегляне';
67$lang['Archives'] = 'Архив';
68$lang['Archive prefix'] = 'Архив префикс';
69$lang['Archive comment'] = 'Архив коментар';
70?>
Note: See TracBrowser for help on using the repository browser.