mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations setting.php (Swedish)
This commit is contained in:
parent
f49f09d6d9
commit
aa99d612bb
@ -0,0 +1,43 @@
|
|||||||
|
<?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',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user