win_copy_paste_test: change ui 'File Transfer' to 'Allow file copying and pasting'

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-06-06 11:57:05 +08:00
parent 5b2c53e603
commit 57bd3a9816
16 changed files with 16 additions and 43 deletions

View File

@@ -157,8 +157,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Allow using keyboard and mouse", "Tillad brug af tastatur og mus"),
("Allow using clipboard", "Tillad brug af udklipsholderen"),
("Allow hearing sound", "Tillader hørelse fra lyd"),
("Allow file transfer", "Tillad filoverførsel"),
("File transfer", "Filtransmission "),
("Allow file copying and pasting", "Tillad fil kopiering og indsættelse"),
("Connected", "Forbundet"),
("Direct and encrypted connection", "Direkte og krypteret forbindelse"),
("Relayed and encrypted connection", "Brugt relæet og krypteret forbindelse"),
@@ -250,7 +249,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Selected", "Valgte"),
("Screen Capture", "Skærmoptagelse"),
("Input Control", "Inputkontrol"),
("File Transfer", "Filtransmission"),
("Audio Capture", "Lydoptagelse"),
("File Connection", "Filforbindelse"),
("Screen Connection", "Færdiggørelse"),