Add files via upload

This commit is contained in:
Mr-Update
2023-04-15 18:11:14 +02:00
committed by GitHub
parent 573417dc17
commit 225a549e4e
34 changed files with 34 additions and 0 deletions

View File

@@ -492,5 +492,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_title_tip", "Non c'è nessun desktop disponibile."),
("no_desktop_text_tip", "Installa il desktop GNOME."),
("No need to elevate", "Elevazione dei privilegi non richiesta"),
("New RDP", ""),
].iter().cloned().collect();
}