Revision 934
Added by doc over 16 years ago
| ES.php | ||
|---|---|---|
| 121 | 121 |
$HEADING['MODIFY_GROUP'] = 'Modificar Grupo'; |
| 122 | 122 |
|
| 123 | 123 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
| 124 |
$HEADING['MANUAL_MODULE_INSTALLATION'] = 'Execute module "install.php" manually'; |
|
| 124 | 125 |
|
| 125 | 126 |
// Other text |
| 126 | 127 |
$TEXT['OPEN'] = 'Open'; |
| ... | ... | |
| 592 | 593 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Plantillas recargadas correctamente'; |
| 593 | 594 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Lenguajes recargados correctamente'; |
| 594 | 595 |
$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.'; |
| 596 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'The module installation file "install.php" is not executed when modules are uploaded via FTP (not recommended). For those modules, you have to execute the "install.php" manually.'; |
|
| 597 |
$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.'; |
|
| 595 | 598 |
|
| 596 | 599 |
?> |
Also available in: Unified diff
Added option to invoke module install.php from backend (for modules uploaded via FTP)