File: D:/HostingSpaces/carrotps/carrotps.com/resources/lang/en/errors.php
<?php
return [
'400' => 'The request was incorrect.',
'401' => 'You do not have permission to access this page.',
'403' => 'You do not have permission to access this page.',
'404' => 'The page was not found.',
'500' => 'An internal error occurred.',
'501' => 'De server does not support this request.',
'503' => 'This service is temporarily unavailable.',
'default' => 'Oops, something went wrong!',
'error_code' => 'Error code',
'text' => 'Look at our <a href="sitemap">sitemap</a> or go back to our <a href="/en">homepage</a>',
'cta_heading' => 'We apologize for any inconvenience'
];