add langs for change peer view menu

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-10-26 05:39:15 +05:30
parent 6113d1e3eb
commit 23b911297e
36 changed files with 144 additions and 0 deletions

View File

@@ -567,5 +567,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use all my displays for the remote session", "Usa tutti gli schermi per la sessione remota"),
("selinux_tip", ""),
("selinux_tip", "In questo dispositivo è abilitato SELinux, che potrebbe impedire il corretto funzionamento di RustDesk come lato controllato."),
("Change View", ""),
("Big Tiles", ""),
("Small Tiles", ""),
("List", ""),
].iter().cloned().collect();
}