openclassify/addons/default/visiosoft/location-module/resources/lang/tr/setting.php
2020-01-31 11:37:00 +03:00

44 lines
1007 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'home_page_location' => [
'name' => 'Anasayfa lokasyon gösterimi',
],
'list_page_location' => [
'name' => 'Listeleme sayfası lokasyon gösterimi',
],
'detail_page_location' => [
'name' => 'Detay sayfası lokasyon gösterimi',
],
'show_search_location_btn' => [
'name' => 'Arama Lokasyon buton gösterimi',
],
'default_country' => [
'name' => 'Varsayılan Ülke',
],
'create_ad_page_location' => [
'name' => 'Create Ad Page Location',
],
'default_city' => [
'name' => 'Varsayılan İl',
],
'default_district' => [
'name' => 'Varsayılan İlçe',
],
'default_neighborhood' => [
'name' => 'Varsayılan Mahalle',
],
'google_map_key' => [
'name' => 'Google Maps Api Key',
],
'map_coordinates_long' => [
'name' => 'Varsayılan Long',
],
'map_coordinates_lat' => [
'name' => 'Varsayılan Lang',
],
];