Revision 179
Added by ryan about 20 years ago
| trunk/wb/languages/EN.php | ||
|---|---|---|
| 380 | 380 |
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload'; |
| 381 | 381 |
$TEXT['APP_NAME'] = 'Application Name'; |
| 382 | 382 |
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier'; |
| 383 |
$TEXT['BACKUP'] = 'Backup'; |
|
| 384 |
$TEXT['RESTORE'] = 'Restore'; |
|
| 385 |
$TEXT['BACKUP_DATABASE'] = 'Backup Database'; |
|
| 386 |
$TEXT['RESTORE_DATABASE'] = 'Restore Database'; |
|
| 387 |
$TEXT['BACKUP_MEDIA'] = 'Backup Media'; |
|
| 388 |
$TEXT['RESTORE_MEDIA'] = 'Restore Media'; |
|
| 383 | 389 |
|
| 384 | 390 |
|
| 385 | 391 |
// Success/error messages |
| ... | ... | |
| 505 | 511 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
| 506 | 512 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Website Under Construction'; |
| 507 | 513 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...'; |
| 514 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
|
| 508 | 515 |
|
| 509 | 516 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
| 510 | 517 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
| 511 | 518 |
$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; |
| 512 | 519 |
|
| 520 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded'; |
|
| 521 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully'; |
|
| 522 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
|
| 523 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
|
| 524 |
|
|
| 513 | 525 |
?> |
Also available in: Unified diff
Added text for backup module