From fb3acb9757d5bebd97b086dd507679ce8ae952aa Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 9 Jun 2020 12:53:45 +0300 Subject: [PATCH] New translations section.php (Italian) --- .../visiosoft/advs-module/resources/lang/it/section.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/it/section.php b/addons/default/visiosoft/advs-module/resources/lang/it/section.php index 0f32850c9..64d5a61fc 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/it/section.php +++ b/addons/default/visiosoft/advs-module/resources/lang/it/section.php @@ -40,4 +40,7 @@ return [ 'general' => 'Generale', 'ads' => 'Annunci', 'user' => 'Utente', + 'options' => [ + 'title' => 'Options', + ], ];