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))
38 lines
747 B
PHP
38 lines
747 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Oglasi',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorije',
|
|
],
|
|
'village' => [
|
|
'name' => 'Selo',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Prilagođena polja',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Prilagođena polja oglasa',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Vrednosti prilagođenog polja',
|
|
],
|
|
'options' => [
|
|
'name' => 'Opcije',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Opcije proizvoda',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Vrednosti opcija',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfiguracija',
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
],
|
|
];
|