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))
22 lines
657 B
PHP
22 lines
657 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Novi profil',
|
|
'new_adress' => 'Nova adresa',
|
|
'show' => 'Prikaži adresu',
|
|
'update_password' => 'Ažuriraj lozinku',
|
|
'update_profile' => 'Ažuriraj profil',
|
|
'delete' => 'Obriši',
|
|
'extend' => 'Produži',
|
|
'extend_all' => 'Produžiti sve',
|
|
'extend_unpublished' => 'Produži neobjavljeno',
|
|
'edit' => 'Uredi',
|
|
'go_profile' => 'Idi na detalje profila',
|
|
'go_user' => 'Idi na detalje korisnika',
|
|
'personal' => 'Lični',
|
|
'corporate' => 'Korporativni',
|
|
'export' => 'Izvezi',
|
|
'new_education' => 'Novo obrazovanje',
|
|
'new_education_part' => 'Novi deo obrazovanja',
|
|
];
|