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", "Autoriser l'utilisation du clavier et de la souris"),
("Allow using clipboard", "Autoriser l'utilisation du presse-papier"),
("Allow hearing sound", "Autoriser l'audition du son"),
("Allow file transfer", "Autoriser le transfert de fichiers"),
("File transfer", "Transfert de fichiers"),
("Allow file copying and pasting", "Autoriser le copier-coller de fichiers"),
("Connected", "Connecté"),
("Direct and encrypted connection", "Connexion directe chiffrée"),
("Relayed and encrypted connection", "Connexion relais chiffrée"),
@@ -250,7 +249,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Selected", "Choisi"),
("Screen Capture", "Capture d'écran"),
("Input Control", "Contrôle de saisie"),
("File Transfer", "Transfert de fichier"),
("Audio Capture", "Capture audio"),
("File Connection", "Connexion de fichier"),
("Screen Connection", "Connexion de l'écran"),