Revision 607
Added by Matthias almost 17 years ago
EN.php | ||
---|---|---|
375 | 375 |
$TEXT['TIME'] = 'Time'; |
376 | 376 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style'; |
377 | 377 |
$TEXT['WYSIWYG_EDITOR'] = "WYSIWYG Editor"; |
378 |
$TEXT['SERVER_EMAIL'] = 'Server Email'; |
|
378 | 379 |
$TEXT['MENU'] = 'Menu'; |
379 | 380 |
$TEXT['MANAGE_GROUPS'] = 'Manage Groups'; |
380 | 381 |
$TEXT['MANAGE_USERS'] = 'Manage Users'; |
... | ... | |
388 | 389 |
$TEXT['RESTORE'] = 'Restore'; |
389 | 390 |
$TEXT['BACKUP_DATABASE'] = 'Backup Database'; |
390 | 391 |
$TEXT['RESTORE_DATABASE'] = 'Restore Database'; |
392 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; |
|
393 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; |
|
391 | 394 |
$TEXT['BACKUP_MEDIA'] = 'Backup Media'; |
392 | 395 |
$TEXT['RESTORE_MEDIA'] = 'Restore Media'; |
393 | 396 |
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool'; |
... | ... | |
544 | 547 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
545 | 548 |
$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; |
546 | 549 |
|
550 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded'; |
|
551 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully'; |
|
552 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
|
553 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
|
547 | 554 |
?> |
Also available in: Unified diff
Added new language files