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))
15 lines
339 B
PHP
15 lines
339 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'Postavi oglas',
|
|
],
|
|
'login' => 'Prijavite se',
|
|
'register' => 'Registrujte se',
|
|
'continue' => 'Nastavi',
|
|
'reset_password' => 'Zaboravio sam lozinku',
|
|
'email' => 'Email',
|
|
'phone' => 'Telefon',
|
|
'show_all' => 'Pokaži sve',
|
|
'hide_all' => 'Sakrij sve',
|
|
]; |