mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
57 lines
1.3 KiB
PHP
57 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'Startside Placeringsfelt',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Felt for listeplacering',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Felt for detaljsides placering',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Vis knap til søgeplacering',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Standardland',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Opret placering af annonceside',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Standardby',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Standarddistrikt',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Standardkvarter',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Api-nøgle til Google Maps',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Standard Lang',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standard lat',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Skjul placeringsfilter',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standardland for registertelefonfelt'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Sorteringskolonne',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sorteringstype',
|
|
],
|
|
];
|