diff --git a/addons/default/visiosoft/location-module/resources/lang/de/section.php b/addons/default/visiosoft/location-module/resources/lang/de/section.php index 4c0f58430..e0f599be9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/section.php @@ -1,25 +1,22 @@ [ - "title" =>"Länder", - - ], - "cities" => [ - "title" =>"Städte", - - ], - "districts" => [ - "title" =>"Bezirke", - - ], - "neighborhoods" => [ - "title" =>"Nachbarschaften", - - ], - "village" => [ - "title" =>"Dorf", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Länder', + ], + 'cities' => [ + 'title' => 'Städte', + ], + 'districts' => [ + 'title' => 'Bezirke', + ], + 'neighborhoods' => [ + 'title' => 'Nachbarschaften', + ], + 'village' => [ + 'title' => 'Dorf', + ], + 'general' => 'Allgemeines', + 'map' => 'Karte', + 'setting' => 'Rahmen', +];