25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
|
<?php
|
||
|
|
||
|
if (!defined("SUPERSMASH_FRAMEWORK")){die("You cannot access this page directly!");}
|
||
|
|
||
|
return array(
|
||
|
'debugMessage' => "Message:",
|
||
|
'debugFile' => "File that reports the error:",
|
||
|
'debugLine' => "Line:",
|
||
|
'debugTrace' => "Trace:",
|
||
|
'debugClass' => "Class:",
|
||
|
'debugFunction' => "Function:",
|
||
|
'debugFunctionArguments' => "Function arguments:",
|
||
|
'footerRendered' => "Page rendered in",
|
||
|
'footerSeconds' => "seconds, using",
|
||
|
|
||
|
'notFoundTitle' => "The page you are looking for is not at this location",
|
||
|
'notFoundMessage' => "The page you are looking for cannot be located. You may have mis-typed the URL, or the page was deleted.
|
||
|
Please check your spelling and try again. If you feel you have reached this page in an error, please",
|
||
|
'notFoundEmail' => "email us",
|
||
|
'startPage' => "Return to index",
|
||
|
'previousPage' => "Previous page",
|
||
|
'notFoundErrorMessage' => "We are sorry for the inconvenience, but an unrecoverable error has occured. <br/ >
|
||
|
If the problem persists, please",
|
||
|
'errorMessage' => "Error message:",
|
||
|
);
|