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:

ES.php
33 33
// Set the language information
34 34
$language_code = 'ES';
35 35
$language_name = 'Spanish';
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 = 'Samuel Mateo, Jr. | samuelmateo.com';
39 39
$language_license = 'GNU General Public License';
40 40

  
......
120 120
$HEADING['ADD_GROUP'] = 'Agregar Grupo';
121 121
$HEADING['MODIFY_GROUP'] = 'Modificar Grupo';
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'] = 'Agregar';
......
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'] = 'Perdón, no tiene permiso para ver esta página';
......
571 578
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vuelva pronto...';
572 579
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Por favor, sea paciente. Esto puede tardar un rato.';
573 580
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error abriendo fichero.';
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'] = 'Debe completar los siguiente campos';
576 585
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Disculpe este formulario ha sido enviado demasiadas veces seguidas. Vuelva a intentarlo en una hora.';
......
581 590
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Plantillas recargadas correctamente';
582 591
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Lenguajes recargados correctamente';
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