GUACAMOLE-952: Merge add RDP parameter value and translation string for Hyper-V / VMConnect security mode.

This commit is contained in:
Virtually Nick
2020-03-22 20:32:52 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
{
"name" : "security",
"type" : "ENUM",
"options" : [ "", "rdp", "tls", "nla", "any" ]
"options" : [ "", "rdp", "tls", "nla", "vmconnect", "any" ]
},
{
"name" : "disable-auth",

View File

@@ -534,6 +534,7 @@
"FIELD_OPTION_SECURITY_NLA" : "NLA (Network Level Authentication)",
"FIELD_OPTION_SECURITY_RDP" : "RDP encryption",
"FIELD_OPTION_SECURITY_TLS" : "TLS encryption",
"FIELD_OPTION_SECURITY_VMCONNECT" : "Hyper-V / VMConnect",
"FIELD_OPTION_SERVER_LAYOUT_DE_CH_QWERTZ" : "Swiss German (Qwertz)",
"FIELD_OPTION_SERVER_LAYOUT_DE_DE_QWERTZ" : "German (Qwertz)",