openclassify/addons/default/visiosoft/base-theme/resources/lang/sr/errors.php
Fatih Alp e76068bd6c
New Crowdin updates (#925)
* New translations field.php (Italian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
* New translations field.php (German)
* New translations field.php (Arabic)
* New translations field.php (Spanish)
* New translations field.php (Bulgarian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
2021-02-08 12:03:32 +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',
];