openclassify/addons/default/visiosoft/location-module/resources/lang/az/setting.php
2020-04-24 02:15:36 +03:00

44 lines
980 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' => 'Əsas səhifə yeri sahəsi',
],
'list_page_location' => [
'name' => 'Siyahı Səhifə yeri sahəsi',
],
'detail_page_location' => [
'name' => 'Ətraflı səhifə yeri sahəsi',
],
'show_search_location_btn' => [
'name' => 'Axtarış yeri düyməsini göstər',
],
'default_country' => [
'name' => 'Defolt Ölkə',
],
'create_ad_page_location' => [
'name' => 'Elan səhifəsi yeri yaradın',
],
'default_city' => [
'name' => 'Defolt Şəhər',
],
'default_district' => [
'name' => 'Defolt Rayon',
],
'default_neighborhood' => [
'name' => 'Defolt Qonşuluq',
],
'google_map_key' => [
'name' => 'Google Maps Api Key',
],
'map_coordinates_long' => [
'name' => 'Defolt Uzun',
],
'map_coordinates_lat' => [
'name' => 'Defolt Lat',
],
];