mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 21:31:27 +03:00
@@ -57,22 +57,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("enter_rustdesk_passwd_tip", "Enter RustDesk password"),
|
||||
("remember_rustdesk_passwd_tip", "Remember RustDesk password"),
|
||||
("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"),
|
||||
("verify_rustdesk_password_tip", "Veryfy RustDesk password"),
|
||||
("verify_rustdesk_password_tip", "Verify RustDesk password"),
|
||||
("remember_account_tip", "Remember this account"),
|
||||
("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"),
|
||||
("session_not_ready_title_tip", "Session is unready"),
|
||||
("session_not_ready_text_tip", "Input linux user/password"),
|
||||
("xsession_failed_title_tip", "Xsession username/password is wrong"),
|
||||
("xsession_failed_text_tip", "Do you want to enter again"),
|
||||
("another_user_login_title_tip", "Another user already login"),
|
||||
("another_user_login_title_tip", "Another user already logged in"),
|
||||
("another_user_login_text_tip", "Disconnect"),
|
||||
("xorg_not_found_title_tip", "Xorg not found"),
|
||||
("xorg_not_found_text_tip", "Please install Xorg"),
|
||||
("no_desktop_title_tip", "No desktop is avaliable"),
|
||||
("no_desktop_text_tip", "Please install GNOME desktop"),
|
||||
("session_unready_no_password_title_tip", "Session is unready"),
|
||||
("session_unready_no_password_text_tip", "Input connection password and linux user/password"),
|
||||
("session_unready_wrong_password_title_tip", "Password is wrong"),
|
||||
("session_unready_wrong_password_text_tip", "Do you want to enter again"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user