Project

General

Profile

1
<?php
2
/****************************************************************************************
3
 * extended language definition for WebsiteBaker                                        *
4
 * ACP-module  pages                                                                    *
5
 * bulgarian (BG)                                                                             *
6
 ****************************************************************************************/
7

    
8

    
9
$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
10
$HEADING['INSTALL_LANGUAGE'] = 'Инсталирай език';
11
$HEADING['INSTALL_MODULE'] = 'Инсталирай модул';
12
$HEADING['INSTALL_TEMPLATE'] = 'Инсталирай шаблон';
13
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
14
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
15
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
16
$HEADING['LANGUAGE_DETAILS'] = 'Детайли за език';
17
$HEADING['MODULE_DETAILS'] = 'Детайли за модул';
18
$HEADING['TEMPLATE_DETAILS'] = 'Детайли за шаблон';
19
$HEADING['UNINSTALL_LANGUAGE'] = 'Деинсталирай език';
20
$HEADING['UNINSTALL_MODULE'] = 'Деинсталирай модул';
21
$HEADING['UNINSTALL_TEMPLATE'] = 'Деинсталирай шаблон';
22
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
23
$HEADING['UPLOAD_FILES'] = 'Качване на файлове';
24

    
25

    
26
$MENU['LANGUAGES'] = 'Езици';
27
$MENU['MODULES'] = 'Модули';
28
$MENU['TEMPLATES'] = 'Шаблони';
29

    
30
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
31
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
32
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
33
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
34
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
35
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
36
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
37
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
38
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
39
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
40
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
41
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
42
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Недостатъчни привилегии за да сте тук';
43
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Вече е инсталиран';
44
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Не може да се записва в целевата директория';
45
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Не може да се деинсталира';
46
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Не може да се деинсталира: изпрания файл се използва в момента';
47
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
48
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
49
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
50
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
51
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'unzip на файла невъзможен';
52
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Файла не беше качен';
53
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
54
$MESSAGE['GENERIC_INSTALLED'] = 'Инсталиран успешно';
55
$MESSAGE['GENERIC_INVALID'] = 'Невалиден файл';
56
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
57
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
58
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
59
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
60
$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
61
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
62
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
63
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Не е инсталиран';
64
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
65
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
66
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
67
$MESSAGE['GENERIC_UNINSTALLED'] = 'Деинсталиран успешно';
68
$MESSAGE['GENERIC_UPGRADED'] = 'Обновен успешно';
69
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Избраната папка не може да бъде изтрита';
70

    
71

    
72
$TEXT['ADVANCED'] = 'Разширена';
73
$TEXT['ARE_YOU_SURE'] = 'Сигурни ли сте?';
74
$TEXT['AUTHOR'] = 'Автор';
75
$TEXT['BACK'] = 'Назад';
76
$TEXT['CANCEL'] = 'Отказ';
77
$TEXT['CODE'] = 'Код';
78
$TEXT['COMMENT'] = 'Коментар';
79
$TEXT['CURRENT_FOLDER'] = 'Текуща папка';
80
$TEXT['DESCRIPTION'] = 'Описание';
81
$TEXT['DESIGNED_FOR'] = 'Направен за';
82
$TEXT['EXECUTE'] = 'Изпълнение';
83
$TEXT['FILE'] = 'Файл';
84
$TEXT['FUNCTION'] = 'Function';
85
$TEXT['INSTALL'] = 'Инсталирай';
86
$TEXT['LICENSE'] = 'License';
87
$TEXT['NAME'] = 'Име';
88
$TEXT['PLEASE_SELECT'] = 'Моля изберете';
89
$TEXT['RESET'] = 'Нулирай';
90
$TEXT['SAVE'] = 'Запази';
91
$TEXT['TEMPLATE'] = 'Шаблон';
92
$TEXT['THEME'] = 'Backend-Theme';
93
$TEXT['TYPE'] = 'Тип';
94
$TEXT['UNINSTALL'] = 'Деинсталирай';
95
$TEXT['VIEW_DETAILS'] = 'Виж детайлите';
96
$TEXT['VERSION'] = 'Версия';
(1-1/22)