Update italian language

This commit is contained in:
bovirus 2023-07-02 12:25:03 +02:00 committed by GitHub
parent d9f58ed4df
commit 0764d375ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,6 +511,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Collapse toolbar", "Comprimi barra strumenti"),
("Accept and Elevate", "Accetta ed eleva"),
("accept_and_elevate_btn_tooltip", "Accetta la connessione ed eleva le autorizzazioni UAC."),
("clipboard_wait_response_timeout_tip", ""),
("clipboard_wait_response_timeout_tip", "Timeout attesa risposta della copia."),
].iter().cloned().collect();
}