mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations setting.php (Dutch)
This commit is contained in:
parent
5bf205ed7a
commit
178dff7415
@ -2,31 +2,31 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'home_page_location' => [
|
'home_page_location' => [
|
||||||
'name' => 'Home Page Location Field',
|
'name' => 'Locatie veld startpagina',
|
||||||
],
|
],
|
||||||
'list_page_location' => [
|
'list_page_location' => [
|
||||||
'name' => 'List Page Location Field',
|
'name' => 'Lijstpagina Locatie veld',
|
||||||
],
|
],
|
||||||
'detail_page_location' => [
|
'detail_page_location' => [
|
||||||
'name' => 'Detail Page Location Field',
|
'name' => 'Detailpagina Locatie veld',
|
||||||
],
|
],
|
||||||
'show_search_location_btn' => [
|
'show_search_location_btn' => [
|
||||||
'name' => 'Show Search Location Button',
|
'name' => 'Knop Zoeklocatie weergeven',
|
||||||
],
|
],
|
||||||
'default_country' => [
|
'default_country' => [
|
||||||
'name' => 'Default Country',
|
'name' => 'Standaard land',
|
||||||
],
|
],
|
||||||
'create_ad_page_location' => [
|
'create_ad_page_location' => [
|
||||||
'name' => 'Create Ad Page Location',
|
'name' => 'Locatie van advertentiepagina maken',
|
||||||
],
|
],
|
||||||
'default_city' => [
|
'default_city' => [
|
||||||
'name' => 'Default City',
|
'name' => 'Standaard stad',
|
||||||
],
|
],
|
||||||
'default_district' => [
|
'default_district' => [
|
||||||
'name' => 'Default District',
|
'name' => 'Standaarddistrict',
|
||||||
],
|
],
|
||||||
'default_neighborhood' => [
|
'default_neighborhood' => [
|
||||||
'name' => 'Default Neighborhood',
|
'name' => 'Standaardbuurt',
|
||||||
],
|
],
|
||||||
|
|
||||||
'google_map_key' => [
|
'google_map_key' => [
|
||||||
@ -34,10 +34,10 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'map_coordinates_long' => [
|
'map_coordinates_long' => [
|
||||||
'name' => 'Default Long',
|
'name' => 'Standaard lang',
|
||||||
],
|
],
|
||||||
|
|
||||||
'map_coordinates_lat' => [
|
'map_coordinates_lat' => [
|
||||||
'name' => 'Default Lat',
|
'name' => 'Standaard Lat',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user