mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 14:41:29 +03:00
move outgoing_only_desk_tip to end
This commit is contained in:
@@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Status", "Κατάσταση"),
|
||||
("Your Desktop", "Ο σταθμός εργασίας σας"),
|
||||
("desk_tip", "Η πρόσβαση στον σταθμό εργασίας σας είναι δυνατή με αυτό το αναγνωριστικό και τον κωδικό πρόσβασης."),
|
||||
("outgoing_only_desk_tip", ""),
|
||||
("Password", "Κωδικός πρόσβασης"),
|
||||
("Ready", "Έτοιμο"),
|
||||
("Established", "Συνδέθηκε"),
|
||||
@@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Multiple Windows sessions found", ""),
|
||||
("Please select the session you want to connect to", ""),
|
||||
("powered_by_me", ""),
|
||||
("outgoing_only_desk_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user