This repository has been archived on 2023-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
translation-mdorg/hu/errorPages.php
2020-04-12 23:05:37 +02:00

6 lines
370 B
PHP

<?PHP
$tlErrors['403_title'] = 'Forbidden';
$tlErrors['403_text'] = 'You are not allowed to access this page. Please refer to the navigation above, to find all our pages.';
$tlErrors['404_title'] = 'Oops ... There\'s nothing here ..';
$tlErrors['404_text'] = 'There is nothing to be found here. At the top of the page, you can however find contents in the navigation.';