aboutsummaryrefslogtreecommitdiffstats
path: root/language/bg_BG/install.lang.php
blob: 14308c3ab3e188a3407c0e9aae625687a455d7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA.                                                                  |
// +-----------------------------------------------------------------------+
$lang['also given by your host provider'] = 'също предоставена от доставчика на услугата';
$lang['Basic configuration'] = 'Основно конфигуриране';
$lang['Database configuration'] = 'Конфигуриране на базата данни';
$lang['Database name'] = 'Име на базата данни';
$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'имената на таблиците в базата данни, ще имат тази представка ( това Ви дава възможност да управлявате таблиците по-добре)';
$lang['Default gallery language'] = 'Език по подразбиране за галерията';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Не се колебайте да се консултира в нашите форуми за всяка помощ:% S';
$lang['Download the config file'] = 'Изтегляне на конфигурационния файл';
$lang['enter a login for webmaster'] = 'въведете потребителско име за уебмастер';
$lang['Installation'] = 'Инсталиране';
$lang['Just another Piwigo gallery'] = 'Още една  Piwigo фотогалерия';
$lang['Keep it confidential, it enables you to access administration panel'] = 'Пазете я в тайна, тя Ви дава достъп до административния панел';
$lang['Password'] = 'Парола';
$lang['Password [confirm]'] = 'Парола [потвърждаване]';
$lang['please enter your password again'] = 'моля, въведете паролата още веднъж';
$lang['User'] = 'Потребител';
$lang['verification'] = 'проверка';
$lang['webmaster login can\'t contain characters \' or "'] = 'потребителското име за уебмастера, не може да съдържа символите\' или "';
$lang['Webmaster password'] = 'Парола на уебмастера';
$lang['Welcome to my photo gallery'] = 'Здравейте и добре дошли в моята фотогалерия';
$lang['Welcome to your new installation of Piwigo!'] = 'Здравейте и добре дошли във вашата нова Piwigo инсталация! ';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Вие можете да изтеглите конфигурационния файл и да го качите в директорията  local/config на вашата инсталация';
$lang['PHP 5 is required'] = 'Изисква се инсталиран PHP 5';
$lang['Start Install'] = 'Стартиране на инсталацията';
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo не успя да конфигурира PHP5';
?>