source: extensions/oAuth/language/bg_BG/plugin.lang.php @ 26754

Last change on this file since 26754 was 26754, checked in by TranslationTeam, 10 years ago

[oauth] Update bg_BG, thanks to : turnokopa

  • Property svn:executable set to *
File size: 4.8 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['Your registration is almost done, please complete the registration form.'] = 'Вашата регистрация е почти готова, моля попълнете регистрационната форма.';
24$lang['You registered with a %s account, please sign in with the same account.'] = 'Вие сте се регистрирали като% S, моля, влезте със същия профил.';
25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Потребителите не могат да се регистрират в галерията ви. Social Connect няма да работи коректно.';
26$lang['Sorry, new registrations are blocked on this gallery.'] = 'За съжаление, новите регистрации са блокирани на тази галерия.';
27$lang['Sign in with %s'] = 'Влезте с% S';
28$lang['Providers'] = 'Доставчици';
29$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Възникна грешка, моля свържете се със собственика на галерията. <i>Код на грешка : %s</i>';
30$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Трябва да конфигурирате пълномощията';
31$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl е необходимо удължаване';
32$lang['Authentication canceled'] = 'Идентификацията отменена';
33$lang['Display sign in buttons on the register page'] = 'Покажи знак бутони на страницата регистър';
34$lang['Contacting <b>%s</b>. Please wait.'] = 'Връзка <b>%s</b>. Моля изчакайте.';
35$lang['%s: invalid keys'] = '% S: невалидни ключове';
36$lang['Icon size on the identification page'] = 'Размер на икона на идентификацията на страница';
37$lang['Or sign in with'] = 'Или влезте с';
38$lang['Please enter your OpenID URL'] = 'Моля, въведете вашето OpenID URL';
39$lang['Profile URL'] = 'URL адрес на потребителския профил';
40$lang['Please enter your username'] = 'Моля, въведете вашето потребителско име';
41$lang['Logged with'] = 'Активен ';
42$lang['Loading...'] = 'Зареждане...';
43$lang['Icon size in the menubar'] = 'Икони в лентата с менюта';
44$lang['Error...'] = 'Грешка...';
45$lang['Enabled'] = 'Разрешено';
46$lang['Display sign in buttons in the menubar'] = 'Покажи знак бутони в лентата с менюта';
47$lang['Disabled'] = 'Забранен';
48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Позволи на потребителите да споделят съществуващия акаунт със нова <i>Social Connect</i> идентичност';
49$lang['Associate with an existing account'] = 'Свържете се с съществуващ акаунт';
50$lang['Please enter your user ID'] = 'Въведете вашето потребителско име';
51$lang['Cancel'] = 'Отказ';
52?>
Note: See TracBrowser for help on using the repository browser.