Revision 68
Added by stefan about 20 years ago
| EN.php | ||
|---|---|---|
| 492 | 492 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
| 493 | 493 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file'; |
| 494 | 494 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully'; |
| 495 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Upgraded successfully'; |
|
| 495 | 496 |
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully'; |
| 496 | 497 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory'; |
| 497 | 498 |
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid'; |
Also available in: Unified diff
Fixed bug in new module installation routine. Added language string "Upgraded successfully".