diff --git a/addons/default/visiosoft/location-module/resources/lang/nl/button.php b/addons/default/visiosoft/location-module/resources/lang/nl/button.php index a6044a48a..7e2f17b4d 100644 --- a/addons/default/visiosoft/location-module/resources/lang/nl/button.php +++ b/addons/default/visiosoft/location-module/resources/lang/nl/button.php @@ -1,17 +1,17 @@ "Nieuw Land", - "new_city" =>"Nieuwe stad", - "new_district" =>"Nieuw district", - "new_neighborhood" =>"Nieuwe buurt", - "new_village" =>"Nieuw dorp", - "sub_cities" =>"Substeden", - "add_sub_cities" =>"Substad toevoegen", - "add_sub_districts" =>"Subdistrict toevoegen", - "add_sub_neighborhoods" =>"Subomgeving toevoegen", - "add_sub_village" =>"Subdorp toevoegen", - "sub_districts" =>"Subdistricten", - "sub_neighborhoods" =>"Sub Buurten", - "sub_village" =>"Sub Village" -]; \ No newline at end of file +return [ + 'new_country' => 'Nieuw Land', + 'new_city' => 'Nieuwe stad', + 'new_district' => 'Nieuw district', + 'new_neighborhood' => 'Nieuwe buurt', + 'new_village' => 'Nieuw dorp', + 'sub_cities' => 'Substeden', + 'add_sub_cities' => 'Substad toevoegen', + 'add_sub_districts' => 'Subdistrict toevoegen', + 'add_sub_neighborhoods' => 'Subomgeving toevoegen', + 'add_sub_village' => 'Subdorp toevoegen', + 'sub_districts' => 'Subdistricten', + 'sub_neighborhoods' => 'Sub Buurten', + 'sub_village' => 'Sub Village', +];