mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 20:51:28 +03:00
Merge branch 'master' of https://github.com/rustdesk/rustdesk
This commit is contained in:
@@ -305,5 +305,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Restarting Remote Device", ""),
|
||||
("remote_restarting_tip", ""),
|
||||
("Copied", ""),
|
||||
("Exit Fullscreen", "Afslut fuldskærm"),
|
||||
("Fullscreen", "Fuld skærm"),
|
||||
("Mobile Actions", "Mobile handlinger"),
|
||||
("Select Monitor", "Vælg Monitor"),
|
||||
("Control Actions", "Kontrolhandlinger"),
|
||||
("Display Settings", "Skærmindstillinger"),
|
||||
("Ratio", "Forhold"),
|
||||
("Image Quality", "Billede kvalitet"),
|
||||
("Scroll Style", "Rulstil"),
|
||||
("Show Menubar", "Vis menulinje"),
|
||||
("Hide Menubar", "skjul menulinjen"),
|
||||
("Direct Connection", "Direkte forbindelse"),
|
||||
("Relay Connection", "Relæforbindelse"),
|
||||
("Secure Connection", "Sikker forbindelse"),
|
||||
("Insecure Connection", "Usikker forbindelse"),
|
||||
("Scale original", "Skala original"),
|
||||
("Scale adaptive", "Skala adaptiv"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user