2022-06-04 00:26:44 +00:00

24 lines
658 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => [
'403' => 'Ups! Zabranjen pristup',
'404' => 'Ups! Strana nije pronađena',
'500' => 'Ups! Došlo je do greške',
],
'header' => [
'403' => '403 Zabranjeno',
'404' => '404 Nije pronađeno',
'500' => '500 Unutrašnja grеška sеrvеra',
],
'message' => [
'403' => 'Ne možete pristupiti ovoj strani.',
'404' => 'Ne možemo da pronađemo stranu koju tražite.',
'500' => 'Radićemo na ispravci odmah.',
'record' => 'Ne možemo pronaći podatak koji tražite.',
],
];