mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
fix "insert ctrl+alt+del"
This commit is contained in:
@@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Visualizza qualità video"),
|
||||
("Disable clipboard", "Disabilita appunti"),
|
||||
("Lock after session end", "Blocca al termine della sessione"),
|
||||
("Insert", "Inserisci"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del inserimento"),
|
||||
("Insert Lock", "Blocco inserimento"),
|
||||
("Refresh", "Aggiorna"),
|
||||
("ID does not exist", "L'ID non esiste"),
|
||||
@@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Cartella upload"),
|
||||
("Upload files", "File upload"),
|
||||
("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user