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))
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Oglasi',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Kategorije',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Države',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Gradovi',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Delovi grada',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Susedstva',
|
|
],
|
|
'village' => [
|
|
'title' => 'Selo',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Prilagođena polja',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Prilagođena polja oglasa',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Vrednosti prilagođenog polja',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Prilagođena polja'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Assets Clear'
|
|
],
|
|
'general' => 'Opšte',
|
|
'ads' => 'Oglasi',
|
|
'user' => 'Korisnik',
|
|
'filter' => 'Filter',
|
|
'create_ad' => 'Kreiraj oglas',
|
|
'options' => [
|
|
'title' => 'Opcije',
|
|
],
|
|
'ads_image' => 'Slika oglasa',
|
|
'product_options' => [
|
|
'title' => 'Opcije',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Vrednost opcija',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfiguracija',
|
|
],
|
|
'translations' => 'Prevodi',
|
|
'status' => [
|
|
'title' => 'Status',
|
|
],
|
|
'ads_detail' => 'Detalji oglasa',
|
|
|
|
];
|