GUACAMOLE-815: Remove duplicated "timezone" field definitions and translations.

This commit is contained in:
Michael Jumper
2019-06-14 10:43:40 -07:00
parent 28833f3792
commit 48ce083ad7
3 changed files with 0 additions and 9 deletions

View File

@@ -199,10 +199,6 @@
{ {
"name" : "static-channels", "name" : "static-channels",
"type" : "TEXT" "type" : "TEXT"
},
{
"name" : "timezone",
"type" : "TIMEZONE"
} }
] ]
}, },

View File

@@ -100,10 +100,6 @@
"name" : "terminal-type", "name" : "terminal-type",
"type" : "ENUM", "type" : "ENUM",
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ] "options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
},
{
"name" : "timezone",
"type" : "TIMEZONE"
} }
] ]
}, },

View File

@@ -415,7 +415,6 @@
"FIELD_HEADER_REMOTE_APP_ARGS" : "Parameters:", "FIELD_HEADER_REMOTE_APP_ARGS" : "Parameters:",
"FIELD_HEADER_REMOTE_APP_DIR" : "Working directory:", "FIELD_HEADER_REMOTE_APP_DIR" : "Working directory:",
"FIELD_HEADER_REMOTE_APP" : "Program:", "FIELD_HEADER_REMOTE_APP" : "Program:",
"FIELD_HEADER_TIMEZONE" : "Timezone:",
"FIELD_HEADER_SECURITY" : "Security mode:", "FIELD_HEADER_SECURITY" : "Security mode:",
"FIELD_HEADER_SERVER_LAYOUT" : "Keyboard layout:", "FIELD_HEADER_SERVER_LAYOUT" : "Keyboard layout:",
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:", "FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",