source: extensions/MyPiwiShop/language/bg_BG/plugin.lang.php @ 31337

Last change on this file since 31337 was 31337, checked in by TranslationTeam, 8 years ago

Add bg_BG, thanks to turnokopa

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['What is MyPiwiShop?'] = 'Какво е MyPiwiShop?';
24$lang['the order is changed'] = 'поръчката е променена';
25$lang['Edit '] = 'Редактирай';
26$lang['Products'] = 'Продукти';
27$lang['Note administrator'] = 'Административно съобщение';
28$lang['Duplicate '] = 'Дублиране';
29$lang['No product selected'] = 'Не е избран продукт';
30$lang['Option registered'] = 'Задължителна опция';
31$lang['Options'] = 'Опции';
32$lang['Product'] = 'Продукт';
33$lang['Price'] = 'Цена';
34$lang['Required'] = 'Задължително';
35$lang['View cart'] = 'Виж кошницата';
36$lang['a option'] = 'опцията';
37$lang['Value'] = 'Стойност';
38$lang['Type'] = 'Вид';
39$lang['Shop'] = 'Магазин';
40$lang['Shipping cost'] = 'Цена за превоз';
41$lang['Registered'] = 'Регистриран';
42$lang['the product'] = 'продуктът';
43$lang['the option'] = 'опцията';
44$lang['duplicate'] = 'дублиране';
45$lang['add value'] = 'добави стойност';
46$lang['a product'] = 'продукта';
47$lang[' option'] = 'опция';
48$lang[' product'] = 'продукт';
49$lang['Add '] = 'Добави';
50$lang['Add a option'] = 'Добави опция';
51$lang['Add a product'] = 'Добави продукт';
52$lang['Buy'] = 'Купи';
53$lang['Configuration'] = 'Конфигуриране';
54$lang['Currency'] = 'Валута';
Note: See TracBrowser for help on using the repository browser.