New translations setting.php (Albanian)

This commit is contained in:
Fatih Alp 2020-02-12 13:17:17 +03:00
parent 4f6c3c5f07
commit 2159f2c8ae

View File

@ -0,0 +1,43 @@
<?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',
],
];