source: extensions/UserCollections/language/bg_BG/plugin.lang.php @ 21153

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

[user_collections] Update bg_BG, thanks to : turnokopa

  • Property svn:executable set to *
File size: 5.7 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['Unsaved collections'] = 'Незаписани колекции';
24$lang['Return to collections list'] = 'Връщате в списъка';
25$lang['You have no collection'] = 'Нямате колекции';
26$lang['Your e-mail'] = 'Вашият имейл';
27$lang['active'] = 'активно';
28$lang['Your name'] = 'Вашето име';
29$lang['Send this collection my mail'] = 'Изпрати тези колекция до имейла ми';
30$lang['See all my collections'] = 'Виж всички мой колекции';
31$lang['Saved collections'] = 'Запис на колекциите';
32$lang['Save'] = 'Запис';
33$lang['Public collection'] = 'Публично';
34$lang['Preview'] = 'Преглед';
35$lang['Number of images'] = 'Брой изображения';
36$lang['Message (optional)'] = 'Съобщение (опция)';
37$lang['Inactive'] = 'Неактивно';
38$lang['Invalid collection'] = 'Невалидна колекция';
39$lang['Fields'] = 'Полета';
40$lang['Export image list'] = 'Списък снимки за експорт';
41$lang['Error while sending e-mail'] = 'Грешка при пращане на имейл';
42$lang['Edit this collection'] = 'Редакция на колекцията';
43$lang['E-mail sent successfully'] = 'Успешно изпратен имейл';
44$lang['Download CSV file'] = 'Сваляне на CSV файл';
45$lang['Delete this collection'] = 'Изтриване на колекцията';
46$lang['Date added to collection, old &rarr; new'] = 'Дата добавена на колекция, стара &rarr; нова';
47$lang['Clear this collection'] = 'Изчистване на колекцията';
48$lang['Date added to collection, new &rarr; old'] = ' ';
49$lang['Create a new collection'] = 'Създаване нова колекция';
50$lang['Copy to clipboard'] = 'Копиране в клиборда';
51$lang['Copied'] = 'Копирано';
52$lang['Collections'] = 'Колекции';
53$lang['Collection name:'] = 'Име на колекция';
54$lang['Click here to view the complete collection'] = 'Натисни за преглед на завършената колекция';
55$lang['Collection'] = 'Колекция';
56$lang['Clear'] = 'Изчистване';
57$lang['Allow users to set their collections as public'] = 'Разрешение на потребителите за маркират като публични колекциите си';
58$lang['Allow users to send their public collections by mail'] = 'Разрешение на потребителите да изпращат публични колекции по имейл';
59$lang['Add to collection'] = 'Добавяне към колекция';
60$lang['Active'] = 'Активно';
61$lang['A photo collection by %s'] = 'Колекция снимки от %s';
62$lang['%d more...'] = '%d още...';
63$lang['This collection is empty'] = 'Колекцията е празна';
64$lang['Remove from collection'] = 'Премахване от колекцията';
65$lang['set active'] = 'астивиране';
66$lang['save'] = 'запис';
67$lang['by %s'] = 'от %s';
68$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Здравейте <b>%s</b>, %s ви изпраща колекция снимки от <a href="%s">%s</a>';
69$lang['You have %d collection'] = 'Вие имате %d колекция';
70$lang['You have %d collections'] = 'Вие имате %d колекции';
71$lang['The collection must be public in order to send it'] = 'Колекцията трябва да е публична за да може да я изберете за изпращане.';
72$lang['Recipient name'] = 'Име на получателя';
73$lang['Recipient e-mail'] = 'Имейл на получателя';
74$lang['Please give a name'] = 'Задайте име';
75$lang['Please enter the recipient name'] = 'Моля въведете името на получателя';
76$lang['Please enter the recipient e-mail'] = 'Моля въведете имела на получателя';
77$lang['Please enter your name'] = 'Моля въведете вашето име';
78$lang['Please enter your e-mail'] = 'Моля въведете вашият имейл';
79?>
Note: See TracBrowser for help on using the repository browser.