From 72928e36968a248f1a59c21f8c26ab7f22a9becb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:30 +0300 Subject: [PATCH] New translations field.php (Italian) --- .../profile-module/resources/lang/it/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/field.php b/addons/default/visiosoft/profile-module/resources/lang/it/field.php index d2c6da50d..2bb5d8947 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Compleanno' ], + 'facebook_address' => [ + 'name' => 'Indirizzo di Facebook' + ], + 'google_address' => [ + 'name' => 'Indirizzo Google' + ], 'education' => [ 'name' => 'Formazione scolastica' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Utente' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Parola d\'ordine', ], + 'old_password' => [ + 'name' => 'Vecchia password', + ], 'new_password' => [ 'name' => 'Nuova password', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Personale' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ];