diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index c95fd73cb..3d55a8a30 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -174,6 +174,10 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "drive-name", + "type" : "TEXT" + }, { "name" : "drive-path", "type" : "TEXT" diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 0f242f9bf..00b03c4a3 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -323,6 +323,7 @@ "FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:", "FIELD_HEADER_DOMAIN" : "Domain:", "FIELD_HEADER_DPI" : "Resolution (DPI):", + "FIELD_HEADER_DRIVE_NAME" : "Drive name:", "FIELD_HEADER_DRIVE_PATH" : "Drive path:", "FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):", "FIELD_HEADER_ENABLE_DESKTOP_COMPOSITION" : "Enable desktop composition (Aero):",