GUACAMOLE-1302: Add definitions and translations for VNC/RDP "force-lossless" parameter.

This commit is contained in:
Michael Jumper
2021-03-01 17:40:30 -08:00
parent 32b10ec4bd
commit 96faa48bea
3 changed files with 12 additions and 0 deletions

View File

@@ -147,6 +147,11 @@
"type" : "ENUM",
"options" : [ "", "8", "16", "24", "32" ]
},
{
"name" : "force-lossless",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "resize-method",
"type" : "ENUM",

View File

@@ -52,6 +52,11 @@
"name" : "color-depth",
"type" : "ENUM",
"options" : [ "", "8", "16", "24", "32" ]
},
{
"name" : "force-lossless",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},

View File

@@ -483,6 +483,7 @@
"FIELD_HEADER_ENABLE_THEMING" : "Enable theming:",
"FIELD_HEADER_ENABLE_TOUCH" : "Enable multi-touch:",
"FIELD_HEADER_ENABLE_WALLPAPER" : "Enable wallpaper:",
"FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:",
"FIELD_HEADER_GATEWAY_DOMAIN" : "Domain:",
"FIELD_HEADER_GATEWAY_HOSTNAME" : "Hostname:",
"FIELD_HEADER_GATEWAY_PASSWORD" : "Password:",
@@ -770,6 +771,7 @@
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
"FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:",
"FIELD_HEADER_HOSTNAME" : "Hostname:",
"FIELD_HEADER_USERNAME" : "Username:",
"FIELD_HEADER_PASSWORD" : "Password:",