<?php
return array(
'ERR_ACTION_NOT_FOUND' => 'Could not find a class method for the "{:action}" action.',
'ERR_DURING_FETCH' => 'Exception encountered in the fetch() method.',
'ERR_LAYOUT_NOT_FOUND' => 'Could not find layout "{:name}".',
'ERR_VIEW_NOT_FOUND' => 'Could not find view "{:name}".',
'TEXT_NO_ERRORS' => 'No errors.',
'HEADING_APP_ERROR' => 'Application Error',
'TEXT_APP_ERROR' => 'Sorry, we encountered an error. Please see below for more information as to the cause.',
'HEADING_SERVER_ERROR' => 'Server Error',
'TEXT_SERVER_ERROR' => 'Sorry, we could not complete your request. Please see below for more information about the server error.',
'TEXT_THANKS_PATIENCE' => 'Thanks for your patience while we work this out.',
'HEADING_NOT_FOUND' => 'Not Found',
'TEXT_NOT_FOUND' => 'Sorry, we could not find what you asked for. Please see below for more information about how we interpreted your request.',
);