openclassify/addons/default/visiosoft/location-module/resources/lang/en/setting.php
2019-09-06 14:11:29 +03:00

14 lines
272 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',
],
];