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

44 lines
1.0 KiB
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' => 'Reklam Sayfası Konumu Oluşturun',
],
'default_city' => [
'name' => 'Varsayılan İl',
],
'default_district' => [
'name' => 'Varsayılan İlçe',
],
'default_neighborhood' => [
'name' => 'Varsayılan Mahalle',
],
'google_map_key' => [
'name' => 'Google Haritalar Api Anahtarı',
],
'map_coordinates_long' => [
'name' => 'Varsayılan Long',
],
'map_coordinates_lat' => [
'name' => 'Varsayılan Lat',
],
];