openclassify/addons/default/visiosoft/base-theme/resources/lang/es/errors.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

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',
];