Translations. Add "RDP Settings"

This commit is contained in:
grummbeer
2023-03-07 22:03:52 +01:00
parent 3da68377ae
commit 513feca03f
34 changed files with 67 additions and 34 deletions

View File

@@ -462,6 +462,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No transfers in progress", "Keine Übertragungen im Gange"),
("Set one-time password length", "Länge des Einmalpassworts festlegen"),
("idd_driver_tip", ""),
("confirm_idd_driver_tip", "")
("confirm_idd_driver_tip", ""),
("RDP Settings", "RDP Einstellungen"),
].iter().cloned().collect();
}