From 92c502e4b8d847501672f1c07337ca6e5f5f5528 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:49:10 +0300 Subject: [PATCH] New translations button.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/button.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/button.php b/addons/default/visiosoft/profile-module/resources/lang/it/button.php index d798b0504..12ffba620 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/button.php @@ -12,6 +12,7 @@ return [ 'edit' => 'modificare', 'go_profile' => 'Vai a Dettagli profilo', 'go_user' => 'Vai a Dettagli utente', - 'personal' => 'Personal', + 'personal' => 'Personale', 'corporate' => 'Corporate', + 'export' => 'Esportare', ];