diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/section.php b/addons/default/visiosoft/location-module/resources/lang/fr/section.php index 4c1f4e279..94468967a 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/section.php @@ -1,25 +1,22 @@ [ - "title" =>"Des pays", - - ], - "cities" => [ - "title" =>"Villes", - - ], - "districts" => [ - "title" =>"Les quartiers", - - ], - "neighborhoods" => [ - "title" =>"Quartiers", - - ], - "village" => [ - "title" =>"Village", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Des pays', + ], + 'cities' => [ + 'title' => 'Villes', + ], + 'districts' => [ + 'title' => 'Les quartiers', + ], + 'neighborhoods' => [ + 'title' => 'Quartiers', + ], + 'village' => [ + 'title' => 'Village', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];