diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/message.php b/addons/default/visiosoft/profile-module/resources/lang/it/message.php index bda4f4d38..40458a532 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/message.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/message.php @@ -20,18 +20,18 @@ return [ "required_add"=> "Si prega di compilare tutte le righe richieste.", "no_extend_package" => "Nessun pacchetto di annunci estesi", "saved" => "Salvato!", - 'please_confirm_transaction' => 'Please Confirm Transaction', - 'password_do_not_match' => 'Passwords do not match', - 'your_password_changed' => 'Your password was successfully updated', - 'error_valid_email_or_phone' => 'Phone number or E-mail address format is not correct.', - 'error_valid_phone' => 'Phone number format is not correct.', - 'registered_phone' => 'This phone number has already been registered.', - 'ajax_address_error' => 'No address or not authorized to view.', - 'empty_password_sms_message' => 'Due to security issues, we changed your password! Your new password is:', - 'required_all' => "All Field is Required!", + 'please_confirm_transaction' => 'Conferma la transazione', + 'password_do_not_match' => 'le passwords non corrispondono', + 'your_password_changed' => 'La tua password è stata aggiornata con successo', + 'error_valid_email_or_phone' => 'Il numero di telefono o il formato dell\'indirizzo e-mail non sono corretti.', + 'error_valid_phone' => 'Il formato del numero di telefono non è corretto.', + 'registered_phone' => 'Questo numero di telefono è già stato registrato.', + 'ajax_address_error' => 'Nessun indirizzo o non autorizzato a visualizzare.', + 'empty_password_sms_message' => 'Per problemi di sicurezza, abbiamo cambiato la tua password! La tua nuova password è:', + 'required_all' => "Tutti i campi sono obbligatori!", // Forgot Password - 'email_phone_not_found' => 'The E-mail, Phone Number is not correct!', + 'email_phone_not_found' => 'L\'e-mail, il numero di telefono non è corretto!', - 'disable_account' => 'Do you want to close your account? This operation cannot be undone.', + 'disable_account' => 'Vuoi chiudere il tuo account? Questa operazione non può essere annullata.', ];