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
288 B
PHP
9 lines
288 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Não encontrado',
|
|
'403_title' => 'Proibido',
|
|
'404_message' => 'A página que você estava procurando não foi encontrada.',
|
|
'403_message' => 'O acesso a esses recursos no site é negado!',
|
|
'home_page' => 'Vá para a página inicial',
|
|
]; |