source: extensions/flickr2piwigo/language/bg_BG/plugin.lang.php @ 21918

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

[flickr] Add bg_BG, thanks to : turnokopa

  • Property svn:executable set to *
File size: 4.1 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['Import all photos in this album'] = 'Импортиране на всички снимки от този албум';
24$lang['Import all my pictures'] = 'Импортиране на всички мои снимки';
25$lang['How do I get my Flickr API key?'] = 'Как да взема моя API ключ?';
26$lang['Fill these fields from Flickr datas'] = 'Попълнете тези полета за Flickr данни';
27$lang['Callback URL'] = 'Адрес за отговор';
28$lang['%d pictures are not displayed because already existing in the database.'] = '%d снимки не са показани защото вече съществуват в базата данни';
29$lang['%d elements ready for importation'] = '%d елементи готови за импортиране';
30$lang['Please fill your API keys on the configuration tab'] = 'Моля въведете вашия API ключ в конфигурационното поле';
31$lang['Pictures without album'] = 'Снимки без албум';
32$lang['Photo "%s" imported'] = 'Снимка "%s" качена';
33$lang['Open Flickr page in a new tab'] = 'Отвори Flickr в нов прозорец';
34$lang['One picture is not displayed because already existing in the database.'] = 'Една снимка не се показва защото вече е налична в база данни';
35$lang['No download method available'] = 'Няма наличен метод за сваляне';
36$lang['Begin transfer'] = 'Начало на трансфер';
37$lang['API secret'] = 'таен API';
38$lang['(%d photos)'] = '(%d снимки)';
39$lang['Successfully logged in to you Flickr account'] = 'Успешно логнат във вашия Flickr акаунт';
40$lang['Reproduce flickr albums'] = 'Презаписват се flickr албумите';
41$lang['Processing...'] = 'Изпълнява се...';
42$lang['Logged out'] = 'Излизане';
43$lang['Logged in as'] = 'Логнат като';
44$lang['List pictures of this album'] = 'Последна снимка в този албум';
45$lang['List my albums'] = 'Списък с моите алубми';
46$lang['Import options'] = 'Опции за импортиране';
47$lang['Import'] = 'Импортиране';
48$lang['Flickr logins'] = 'Flickr логване';
49$lang['%d albums'] = '%d албуми';
50$lang['%d pictures imported'] = '%d снимки импортирани';
51$lang['API not authenticated'] = 'API ключа не е удостоверен';
52$lang['API key'] = 'API ключ';
53?>
Note: See TracBrowser for help on using the repository browser.