remove lang

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-09-13 10:41:48 +05:30
parent 4c4c62c7e5
commit 18c9ad25be
35 changed files with 0 additions and 210 deletions

View File

@@ -544,11 +544,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("You May Be Being SCAMMED!", ""),
("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""),
("They are likely a scammer trying to steal your money or other private information.", ""),
("Don't show again", ""),
("I Agree", ""),
("Decline", ""),
].iter().cloned().collect();
}