From 862e24ff64858ae593656b4bed9832aa62180254 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 16 Mar 2016 14:48:51 -0700 Subject: [PATCH] GUAC-1164: Add definitions and translation strings for resize method parameter. --- .../resources/org/glyptodon/guacamole/protocols/rdp.json | 5 +++++ guacamole/src/main/webapp/translations/en.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json index e2a5375f4..c21398470 100644 --- a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json @@ -101,6 +101,11 @@ "name" : "color-depth", "type" : "ENUM", "options" : [ "", "8", "16", "24", "32" ] + }, + { + "name" : "resize-method", + "type" : "ENUM", + "options" : [ "", "reconnect", "display-update" ] } ] }, diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 4fe89cc1b..b0f9e56c4 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -299,6 +299,7 @@ "FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:", "FIELD_HEADER_RECORDING_NAME" : "Recording name:", "FIELD_HEADER_RECORDING_PATH" : "Recording path:", + "FIELD_HEADER_RESIZE_METHOD" : "Resize method:", "FIELD_HEADER_REMOTE_APP_ARGS" : "Parameters:", "FIELD_HEADER_REMOTE_APP_DIR" : "Working directory:", "FIELD_HEADER_REMOTE_APP" : "Program:", @@ -321,6 +322,10 @@ "FIELD_OPTION_COLOR_DEPTH_8" : "256 color", "FIELD_OPTION_COLOR_DEPTH_EMPTY" : "", + "FIELD_OPTION_RESIZE_METHOD_DISPLAY_UPDATE" : "\"Display Update\" virtual channel (RDP 8.1+)", + "FIELD_OPTION_RESIZE_METHOD_EMPTY" : "", + "FIELD_OPTION_RESIZE_METHOD_RECONNECT" : "Reconnect", + "FIELD_OPTION_SECURITY_ANY" : "Any", "FIELD_OPTION_SECURITY_EMPTY" : "", "FIELD_OPTION_SECURITY_NLA" : "NLA (Network Level Authentication)",