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
278 B
PHP
9 lines
278 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Non trovato',
|
|
'403_title' => 'Vietato',
|
|
'404_message' => 'La pagina che stavi cercando non è stata trovata.',
|
|
'403_message' => 'L\'accesso a queste risorse sul sito è negato!',
|
|
'home_page' => 'Vai alla pagina principale',
|
|
]; |