Revision 279
Added by stefan almost 19 years ago
trunk/wb/languages/EN.php | ||
---|---|---|
514 | 514 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory'; |
515 | 515 |
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid'; |
516 | 516 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
517 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Website Under Construction'; |
|
517 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
|
|
518 | 518 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...'; |
519 | 519 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
520 | 520 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.'; |
trunk/wb/framework/class.frontend.php | ||
---|---|---|
373 | 373 |
global $MESSAGE; |
374 | 374 |
require_once(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
375 | 375 |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
376 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'].'</title> |
|
376 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</title>
|
|
377 | 377 |
<style type="text/css"><!-- body { font-family: Verdana, Arial, Helvetica, sans-serif; |
378 | 378 |
font-size: 12px; color: #000000; background-color: #FFFFFF; margin: 20px; text-align: center; } |
379 | 379 |
h1 { margin: 0; padding: 0; }--></style></head><body> |
380 |
<h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'];'.</h1><br /> |
|
380 |
<h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'];'.</h1><br />
|
|
381 | 381 |
'.$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'].'</body></html>'; |
382 | 382 |
} |
383 | 383 |
} |
Also available in: Unified diff
Fixed ticket #100 - 'contruction' typo