source: extensions/CryptograPHP/language/bg_BG/plugin.lang.php @ 29692

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

[cryptocaptcha] Update bg_BG, thanks to : turnokopa

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['range:'] = 'диапазон:';
24$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'Установихме, че EasyCaptcha плъгин е наличен във вашата галерия. Двата плъгина могат да бъдат използвани едновременно, но Вие не трябва при никакви обстоятелства да активирате и двата от тях на една и съща страница.';
25$lang['random'] = 'произволно';
26$lang['good value:'] = 'Добра стойност';
27$lang['Tip: type "random" on a color field to have a random color'] = 'Съвет: въведи "random" в поле за цвят, за произволен цвят';
28$lang['Text color'] = 'Цвят на текста';
29$lang['Solve equation'] = 'Решете уравнението';
30$lang['Simple equation'] = 'Обикновено уравнение';
31$lang['Register form'] = 'Регистрационна форма';
32$lang['Random string'] = 'Произволен стринг';
33$lang['Preview'] = 'Преглед';
34$lang['Picture comments'] = 'Коментари на снимка';
35$lang['Perturbation'] = 'Смущение';
36$lang['Only for unauthenticated users'] = 'Само за неотиризирани потребители';
37$lang['Noise level'] = 'Ниво на трептене';
38$lang['Noise color'] = 'Трептене на цвета';
39$lang['Moderate'] = 'Редактиране';
40$lang['Lines color'] = 'Цветове на линиите';
41$lang['Lines density'] = 'Плътност на лините';
42$lang['Invalid Captcha'] = 'Невалидна Captcha';
43$lang['Image'] = 'Снимка';
44$lang['Guestbook'] = 'Книга за гости';
45$lang['Font'] = 'Шрифт';
46$lang['Enter code'] = 'Въведи кода';
47$lang['Comments action'] = 'Писане на коментар';
48$lang['Contact form'] = 'Форма за контакт';
49$lang['Color'] = 'Цвят';
50$lang['Code lenght'] = 'Дължина на кода';
51$lang['Case sensitive'] = 'Главни и малки букви';
52$lang['Captcha type'] = 'Вид Captcha';
53$lang['Captcha theme'] = 'Облик на Captcha';
54$lang['Button color'] = 'Цвят бутон';
55$lang['Background image'] = 'Снимка за фон';
56$lang['Background color'] = 'Цвят на фона';
57$lang['Background'] = 'Фонд';
58$lang['Album comments'] = 'Коментари в албуми';
59$lang['Activate on'] = 'Активирано за';
60$lang['Nowhere'] = 'Никъде';
Note: See TracBrowser for help on using the repository browser.