mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
939 B
PHP
44 lines
939 B
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Hemsida Platsfält',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Lista sida plats fält',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Detaljsidans platsfält',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Visa Sökplats-knapp',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Standardland',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Skapa annonssidesplats',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Standardstad',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Standarddistrikt',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Standardgrannskap',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Standardlång',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standard Lat',
|
|
],
|
|
];
|