Seditio Source
Root |
./othercms/PHPFusion 9.10.20/locale/English/errors.php
<?php
// Error Levels Desciption
$locale['E_ERROR'] = "Fatal Errors halting script execution";
$locale['E_WARNING'] = "Non fatal Runtime Errors";
$locale['E_PARSE'] = "Error generated by parser";
$locale['E_NOTICE'] = "Run-time notices";
$locale['E_CORE_ERROR'] = "Error during PHP's initial startup";
$locale['E_CORE_WARNING'] = "Warning during PHP's initial startup";
$locale['E_COMPILE_ERROR'] = "Warning generated by zend";
$locale['E_COMPILE_WARNING'] = "Error generated by parser";
$locale['E_USER_ERROR'] = "Error generated by user using trigger_error() function";
$locale['E_USER_WARNING'] = "Warning generated by user using trigger_error() function";
$locale['E_USER_NOTICE'] = "Notice generated by user using trigger_error() function";
$locale['E_ALL'] = "Defines all messages except E_STRICT";
// $locale['E_STRICT'] = "";
$locale['err_100'] = "N/A";
$locale['err_101'] = "WARNING: An error occurred while parsing the page. Please see PHPFusion's [ERROR_LOG_URL]Error Log[/ERROR_LOG_URL] for more details.";
$locale['err_102'] = "Show me the bug!";
$locale['err_103'] = "{%function%} {%folder%} does not exists.";