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
283 B
PHP
9 lines
283 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Extraviado',
|
|
'403_title' => 'Prohibido',
|
|
'404_message' => 'La página que estabas buscando no fue encontrada.',
|
|
'403_message' => '¡Se deniega el acceso a estos recursos en el sitio!',
|
|
'home_page' => 'Ir a la página de inicio',
|
|
]; |