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..ea6c416db 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 @@ -169,6 +169,10 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "printer-name", + "type" : "TEXT" + }, { "name" : "enable-drive", "type" : "BOOLEAN", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 0f242f9bf..eaca70c8e 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -349,6 +349,7 @@ "FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:", "FIELD_HEADER_PASSWORD" : "Password:", "FIELD_HEADER_PORT" : "Port:", + "FIELD_HEADER_PRINTER_NAME" : "Redirected printer name:", "FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):", "FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:", "FIELD_HEADER_READ_ONLY" : "Read-only:",