mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 23:37:41 -05:00
9 lines
252 B
PHP
9 lines
252 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Ei löydetty',
|
|
'403_title' => 'Kielletty',
|
|
'404_message' => 'Hakemaasi sivua ei löytynyt.',
|
|
'403_message' => 'Pääsy tämän sivuston resursseihin evätään!',
|
|
'home_page' => 'Mene kotisivulle',
|
|
]; |