source: trunk/language/bg_BG/install.lang.php @ 30172

Last change on this file since 30172 was 30172, checked in by TranslationTeam, 9 years ago

[trunk_install] Update bg_BG, thanks to : ddtddt

File size: 8.0 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
24$lang['also given by your host provider'] = 'също предоставена от доставчика на услугата';
25$lang['Basic configuration'] = 'Основно конфигуриране';
26$lang['Database configuration'] = 'Конфигуриране на базата данни';
27$lang['Database name'] = 'Име на базата данни';
28$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'имената на таблиците в базата данни, ще имат тази представка ( това Ви дава възможност да управлявате таблиците по-добре)';
29$lang['Default gallery language'] = 'Език по подразбиране за галерията';
30$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Не се колебайте да се консултира в нашите форуми за всяка помощ:%s';
31$lang['Download the config file'] = 'Изтегляне на конфигурационния файл';
32$lang['enter a login for webmaster'] = 'въведете потребителско име за уебмастер';
33$lang['Installation'] = 'Инсталиране';
34$lang['Just another Piwigo gallery'] = 'Още една  Piwigo фотогалерия';
35$lang['Keep it confidential, it enables you to access administration panel'] = 'Пазете я в тайна, тя Ви дава достъп до административния панел';
36$lang['Password [confirm]'] = 'Парола [потвърждаване]';
37$lang['please enter your password again'] = 'моля, въведете паролата още веднъж';
38$lang['User'] = 'Потребител';
39$lang['verification'] = 'проверка';
40$lang['webmaster login can\'t contain characters \' or "'] = 'потребителското име за уебмастера, не може да съдържа символите\' или "';
41$lang['Welcome to my photo gallery'] = 'Здравейте и добре дошли в моята фотогалерия';
42$lang['Welcome to your new installation of Piwigo!'] = 'Здравейте и добре дошли във вашата нова Piwigo инсталация! ';
43$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Вие можете да изтеглите конфигурационния файл и да го качите в директорията  local/config на вашата инсталация';
44$lang['PHP 5 is required'] = 'Изисква се инсталиран PHP 5.2';
45$lang['Start Install'] = 'Стартиране на инсталацията';
46$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo не успя да конфигурира PHP5';
47$lang['Admin configuration'] = 'Администратор настройки';
48$lang['Congratulations, Piwigo installation is completed'] = 'Поздравления, Piwigo е инсталиран успешно';
49$lang['Database table prefix'] = 'Префикс на базата с данни';
50$lang['Hope to see you back soon.'] = 'Надяваме се да се видим скоро';
51$lang['Host'] = 'Доставчик';
52$lang['Sorry!'] = 'Съжаляваме!';
53$lang['Try to configure PHP 5'] = 'Опитайте да настройте PHP 5.2';
54$lang['user login given by your host provider'] = 'потребителско име за достъп до вашия доставчик';
55$lang['user password given by your host provider'] = 'парола за достъп до вашия доставчик';
56$lang['Visitors will be able to contact site administrator with this mail'] = 'Потребителите ще могат да използват този имейл за контакт с Администратора на сайта';
57$lang['Can\'t connect to server'] = 'Невъзможен достъп до сървъра';
58$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Връзката със сървъра е успешна, но достъпа до базата данни е невъзможен';
59$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Това ще е видимо от потребителите. Необходимо е за администриране на сайта';
60$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Нужна ви е помощ? Задайте вашият въпрос в <a href="%s">Piwigo борда за съобщения</a>.';
61$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Вие може да промените конфигурацията и сами и да рестартирате Piwigo след това.';
62$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Алтернативно решение е да копирате текста от кутията горе и да го добавите ръчно във файла "local/config/database.inc.php" (ВНИМАНИЕ: database.inc.php трябва да съдържа само това от текстовото поле, без празни знаци)';
63$lang['Creation of config file local/config/database.inc.php failed.'] = 'Създаването на конфигурационен файл local/config/database.inc.php е неуспещно.';
64$lang['It appears your webhost is currently running PHP %s.'] = 'Изглежда вашият уеб хост се изпълнява в PHP %s';
65$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo може да се опита да превключите вашата конфигурация на PHP 5.2 като създаде или промени .htaccess файла.';
66$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Обърнете се към вашия хостинг доставчик и вижте как можете да преминете към PHP 5.2 самостоятелно.';
67$lang['localhost or other, supplied by your host provider'] = 'localhost или друг, предоставен от вашият хост провайдер';
Note: See TracBrowser for help on using the repository browser.