openclassify/addons/default/visiosoft/location-module/resources/lang/en/setting.php

17 lines
364 B
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',
],
];