mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
9 lines
265 B
PHP
9 lines
265 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Hittades inte',
|
|
'403_title' => 'Förbjuden',
|
|
'404_message' => 'Sidan du letade efter hittades inte.',
|
|
'403_message' => 'Tillgång till dessa resurser på webbplatsen nekas!',
|
|
'home_page' => 'Gå till hemsidan',
|
|
]; |