mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
GUACAMOLE-470: Remove translations for "color-scheme" enum values.
Remove translations for the "color-scheme" enum values, because the field type is now "TEXT" and not "ENUM" anymore. Changing the field type to "TEXT" does have the disadvantage of losing localized enum choices. Maybe it would be better to keep "color-scheme" an ENUM, and add a "custom-color-scheme" TEXT field for customized color schemes?
This commit is contained in:
@@ -453,12 +453,6 @@
|
||||
"FIELD_OPTION_BACKSPACE_8" : "Backspace (Ctrl-H)",
|
||||
"FIELD_OPTION_BACKSPACE_127" : "Delete (Ctrl-?)",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Black on white",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Gray on black",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Green on black",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "White on black",
|
||||
|
||||
"FIELD_OPTION_FONT_SIZE_8" : "8",
|
||||
"FIELD_OPTION_FONT_SIZE_9" : "9",
|
||||
"FIELD_OPTION_FONT_SIZE_10" : "10",
|
||||
@@ -514,12 +508,6 @@
|
||||
"FIELD_OPTION_BACKSPACE_8" : "Backspace (Ctrl-H)",
|
||||
"FIELD_OPTION_BACKSPACE_127" : "Delete (Ctrl-?)",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Black on white",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Gray on black",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Green on black",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "White on black",
|
||||
|
||||
"FIELD_OPTION_FONT_SIZE_8" : "8",
|
||||
"FIELD_OPTION_FONT_SIZE_9" : "9",
|
||||
"FIELD_OPTION_FONT_SIZE_10" : "10",
|
||||
|
Reference in New Issue
Block a user