mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
57 lines
1.2 KiB
PHP
57 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Startside Stedsfelt',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Felt for listeside',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Felt for detaljside',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Vis søkeplasseringsknapp',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Standardland',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Opprett plassering av annonseside',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Standard by',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Standard distrikt',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Standard nabolag',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Api-nøkkel for Google Maps',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Standard lang',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standard lat',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Skjul posisjonsfilter',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standardland for registertelefonfelt'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Sorteringskolonne',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sorteringstype',
|
|
],
|
|
];
|