diff --git a/addons/default/visiosoft/location-module/resources/lang/sv/section.php b/addons/default/visiosoft/location-module/resources/lang/sv/section.php new file mode 100644 index 000000000..decb57be4 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sv/section.php @@ -0,0 +1,22 @@ + [ + 'title' => 'Länder', + ], + 'cities' => [ + 'title' => 'städer', + ], + 'districts' => [ + 'title' => 'distrikt', + ], + 'neighborhoods' => [ + 'title' => 'stadsdelar', + ], + 'village' => [ + 'title' => 'By', + ], + 'general' => 'Allmän', + 'map' => 'Karta', + 'setting' => 'Miljö', +];