openclassify/addons/default/visiosoft/location-module/resources/lang/sr/setting.php
Fatih Alp e76068bd6c
New Crowdin updates (#925)
* New translations field.php (Italian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
* New translations field.php (German)
* New translations field.php (Arabic)
* New translations field.php (Spanish)
* New translations field.php (Bulgarian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
2021-02-08 12:03:32 +03:00

57 lines
1.2 KiB
PHP

<?php
return [
'home_page_location' => [
'name' => 'Home Page Location Field',
],
'list_page_location' => [
'name' => 'List Page Location Field',
],
'detail_page_location' => [
'name' => 'Detail Page Location Field',
],
'show_search_location_btn' => [
'name' => 'Show Search Location Button',
],
'default_country' => [
'name' => 'Default Country',
],
'create_ad_page_location' => [
'name' => 'Create Ad Page Location',
],
'default_city' => [
'name' => 'Default City',
],
'default_district' => [
'name' => 'Default District',
],
'default_neighborhood' => [
'name' => 'Default Neighborhood',
],
'google_map_key' => [
'name' => 'Google Maps Api Key',
],
'map_coordinates_long' => [
'name' => 'Default Long',
],
'map_coordinates_lat' => [
'name' => 'Default Lat',
],
'hide_location_filter' => [
'name' => 'Hide Location Filter',
],
'country_for_phone_field' => [
'name' => 'Default Country For Register Phone Field'
],
'sorting_column' => [
'name' => 'Sorting Column',
],
'sorting_type' => [
'name' => 'Sorting Type',
],
];