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))
57 lines
1.4 KiB
PHP
57 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Polje lokacije početne stranice',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Polje lokacije Na stranici liste oglasa',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Polje lokacije na stranici sa detaljima',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Prikaži dugme lokacije za pretragu',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Podrazumevana država',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Lokacija na stranici za kreiranje oglasa',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Podrazumevani grad',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Podrazumevani deo grada',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Podrazumevano susedstvo',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Podrazumevani Long',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Podrazumevani Lat',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Sakrij filter lokacije',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Podrazumevana država za telefonsko polje registra'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Kolona za sortiranje',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Tip sortiranja',
|
|
],
|
|
];
|