openclassify/addons/default/visiosoft/base-theme/resources/lang/en/errors.php
2021-01-09 14:12:08 +03:00

9 lines
261 B
PHP

<?php
return [
'404_title' => 'Not Found',
'403_title' => 'Forbidden',
'404_message' => 'The page you were looking for was not found.',
'403_message' => 'Access to this resources on the site is denied!',
'home_page' => 'Go to Home Page',
];