mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
980 B
PHP
44 lines
980 B
PHP
<?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',
|
||
],
|
||
];
|