mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 12:51:29 +03:00
opt hint of elevation username (#12338)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -461,7 +461,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("empty_favorite_tip", "Ancora nessuna connessione?\nTrova qualcuno con cui connetterti e aggiungilo ai preferiti!"),
|
||||
("empty_lan_tip", "Sembra proprio che non sia stata rilevata nessuna connessione."),
|
||||
("empty_address_book_tip", "Sembra che per ora nella rubrica non ci siano connessioni."),
|
||||
("eg: admin", "es: admin"),
|
||||
("Empty Username", "Nome utente vuoto"),
|
||||
("Empty Password", "Password vuota"),
|
||||
("Me", "Io"),
|
||||
@@ -710,5 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("The user is not an administrator.", "L'utente non è un amministratore."),
|
||||
("Failed to check if the user is an administrator.", "Impossibile verificare se l'utente è un amministratore."),
|
||||
("Supported only in the installed version.", "Supportato solo nella versione installata."),
|
||||
("elevation_username_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user