mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1196: Merge parameter definition and translation for option to disable display resize.
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
"options" : [ "true" ]
|
"options" : [ "true" ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "disable-display-resize",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "swap-red-blue",
|
"name" : "swap-red-blue",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
|
@@ -907,6 +907,7 @@
|
|||||||
"FIELD_HEADER_DEST_HOST" : "Destination host:",
|
"FIELD_HEADER_DEST_HOST" : "Destination host:",
|
||||||
"FIELD_HEADER_DEST_PORT" : "Destination port:",
|
"FIELD_HEADER_DEST_PORT" : "Destination port:",
|
||||||
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
|
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
|
||||||
|
"FIELD_HEADER_DISABLE_DISPLAY_RESIZE" : "Disable resize of remote display:",
|
||||||
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
|
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
|
||||||
"FIELD_HEADER_DISABLE_SERVER_INPUT" : "Disable server input when client is connected:",
|
"FIELD_HEADER_DISABLE_SERVER_INPUT" : "Disable server input when client is connected:",
|
||||||
"FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:",
|
"FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:",
|
||||||
|
Reference in New Issue
Block a user