This commit is contained in:
2020-04-12 23:05:37 +02:00
committed by Stefan Rohde-Enslin
commit 57a7d5cf14
84 changed files with 1301 additions and 0 deletions

5
en/errorPages.php Normal file
View File

@ -0,0 +1,5 @@
<?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 of 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 bar.';