Revision 587
Added by doc almost 17 years ago
EN.php | ||
---|---|---|
388 | 388 |
$TEXT['RESTORE'] = 'Restore'; |
389 | 389 |
$TEXT['BACKUP_DATABASE'] = 'Backup Database'; |
390 | 390 |
$TEXT['RESTORE_DATABASE'] = 'Restore Database'; |
391 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; |
|
392 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; |
|
393 | 391 |
$TEXT['BACKUP_MEDIA'] = 'Backup Media'; |
394 | 392 |
$TEXT['RESTORE_MEDIA'] = 'Restore Media'; |
395 | 393 |
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool'; |
... | ... | |
546 | 544 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
547 | 545 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL; |
548 | 546 |
|
549 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded'; |
|
550 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully'; |
|
551 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
|
552 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
|
553 |
|
|
554 | 547 |
?> |
Also available in: Unified diff
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.