mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations button.php (Serbian (Latin)) * New translations input.php (Serbian (Latin)) * New translations addon.php (Serbian (Latin)) * New translations validation.php (Serbian (Latin)) * New translations message.php (Serbian (Latin)) * New translations field.php (Serbian (Latin)) * New translations setting.php (Serbian (Latin))
9 lines
279 B
PHP
9 lines
279 B
PHP
<?php
|
|
|
|
return [
|
|
'404_title' => 'Nije pronađeno',
|
|
'403_title' => 'Zabranjeno',
|
|
'404_message' => 'Stranica koju ste tražili nije pronađena.',
|
|
'403_message' => 'Pristup ovim resursima na web lokaciji je odbijen!',
|
|
'home_page' => 'Idi na početnu stranicu',
|
|
]; |