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

Last change on this file since 21416 was 19703, checked in by plg, 11 years ago

update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)

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