File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/lang/nl_be/kms/locations.php
<?php
return [
'entity' => 'vestiging',
'section' => [
'new' => 'Nieuwe vestiging',
'title' => 'Vestigingen',
'subtitle' => 'Overzicht',
],
'tabs' => [
'default' => 'Instellingen',
'page' => 'Pagina',
'availability' => 'Beschikbaarheid',
'products' => 'Producten',
],
'maps' => 'Maps',
'address' => 'Adres',
'google_long' => 'Google Long',
'enter_google_long' => 'Vul Google Longitude in (bv. 5.478000)',
'google_lat' => 'Google Lat',
'enter_google_lat' => 'Vul Google Latitude in (bv. 51.436600)',
'street' => 'Straat',
'enter_street' => 'Vul straat in',
'postal_code' => 'Postcode',
'enter_postal_code' => 'Vul postcode in',
'city' => 'Plaats',
'enter_city' => 'Vul plaatsnaam in',
'change_availability' => 'Verander beschikbaarheid',
];