Project

General

Profile

« Previous | Next » 

Revision 925

Added by doc over 15 years ago

Added option to perform pre-installation checks to test requirements of Add-Ons

View differences:

BG.php
33 33
// Set the language information
34 34
$language_code = 'BG';
35 35
$language_name = 'Bulgarian';
36
$language_version = '2.7';
37
$language_platform = '2.7.x';
36
$language_version = '2.8';
37
$language_platform = '2.8.x';
38 38
$language_author = 'Hristo Benev(Христо Бенев)';
39 39
$language_license = 'GNU General Public License';
40 40

  
......
120 120
$HEADING['ADD_GROUP'] = 'Добави група';
121 121
$HEADING['MODIFY_GROUP'] = 'Промени група';
122 122

  
123
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
124

  
123 125
// Other text
124 126
$TEXT['OPEN'] = 'Open';
125 127
$TEXT['ADD'] = 'Добави';
......
426 428
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427 429
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
428 430
$TEXT['CODE_SNIPPET'] = "Code-snippet";
431
$TEXT['REQUIREMENT'] = "Requirement";
432
$TEXT['INSTALLED'] = "installed";
433
$TEXT['NOT_INSTALLED'] = "not installed";
434
$TEXT['ADDON'] = "Add-On";
435
$TEXT['EXTENSION'] = "Extension";
429 436

  
430 437
// Success/error messages
431 438
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Съжаляваме ,но нямате разрешение да видите тази страница';
......
571 578
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Проверете пак...';
572 579
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Бъдете търпеливи, може да отнеме време.';
573 580
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Грешка при отваряне на файл.';
581
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.';
582
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.';
574 583

  
575 584
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Трябва да попълните следните полета';
576 585
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Съжаляваме, този форуляр е подаден повече пъти от позволеното през този час. Опитайте отнове по време на следващи час.';
......
581 590
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
582 591
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
583 592

  
593
$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.';
594

  
584 595
?>

Also available in: Unified diff