You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
850 B
PHP
22 lines
850 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'main_navigation' => 'GLAVNA NAVIGACIJA',
|
|
'blog' => 'Blog',
|
|
'pages' => 'Strane',
|
|
'account_settings' => 'PODEŠAVANJA NALOGA',
|
|
'profile' => 'Profil',
|
|
'change_password' => 'Promena lozinke',
|
|
'multilevel' => 'Više nivoa',
|
|
'level_one' => 'Nivo 1',
|
|
'level_two' => 'Nivo 2',
|
|
'level_three' => 'Nivo 3',
|
|
'labels' => 'OZNAKE',
|
|
'important' => 'Važno',
|
|
'warning' => 'Upozorenje',
|
|
'information' => 'Informacije',
|
|
'menu' => 'MENI',
|
|
'users' => 'Korisnici',
|
|
];
|