GUACAMOLE-445: Add client-side parameters and translations for changing printer name.

This commit is contained in:
Nick Couchman
2018-01-16 17:46:40 -05:00
parent 34faa5d928
commit b4b7366b84
2 changed files with 5 additions and 0 deletions

View File

@@ -169,6 +169,10 @@
"type" : "BOOLEAN", "type" : "BOOLEAN",
"options" : [ "true" ] "options" : [ "true" ]
}, },
{
"name" : "printer-name",
"type" : "TEXT"
},
{ {
"name" : "enable-drive", "name" : "enable-drive",
"type" : "BOOLEAN", "type" : "BOOLEAN",

View File

@@ -349,6 +349,7 @@
"FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:", "FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:",
"FIELD_HEADER_PASSWORD" : "Password:", "FIELD_HEADER_PASSWORD" : "Password:",
"FIELD_HEADER_PORT" : "Port:", "FIELD_HEADER_PORT" : "Port:",
"FIELD_HEADER_PRINTER_NAME" : "Redirected printer name:",
"FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):", "FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):",
"FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:", "FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:",
"FIELD_HEADER_READ_ONLY" : "Read-only:", "FIELD_HEADER_READ_ONLY" : "Read-only:",