mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.2 KiB
PHP
57 lines
1.2 KiB
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',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Dölj platsfilter',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standardland för att registrera telefonfält'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Sorteringskolumn',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sorteringstyp',
|
|
],
|
|
];
|