1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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 | ?> |
---|