From f527e4181fddf2ee074e58a2e0de379979501a16 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:16:47 +0300 Subject: [PATCH] New translations section.php (Italian) --- .../visiosoft/location-module/resources/lang/it/section.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/it/section.php b/addons/default/visiosoft/location-module/resources/lang/it/section.php index 572e036f9..446ba8b0b 100644 --- a/addons/default/visiosoft/location-module/resources/lang/it/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/it/section.php @@ -16,7 +16,7 @@ return [ 'village' => [ 'title' => 'Villaggio', ], - 'general' => 'General', - 'map' => 'Map', - 'setting' => 'Setting', + 'general' => 'Generale', + 'map' => 'Carta geografica', + 'setting' => 'Ambientazione', ];