mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +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:
@@ -378,12 +378,6 @@
|
||||
"FIELD_HEADER_PRIVATE_KEY" : "Privater Schlüssel:",
|
||||
"FIELD_HEADER_READ_ONLY" : "Nur-Lesen:",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Schwarz auf Weiß",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Grau auf Schwarz",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Grün auf Schwarz",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "Weiß auf Schwarz",
|
||||
|
||||
"FIELD_OPTION_FONT_SIZE_8" : "8",
|
||||
"FIELD_OPTION_FONT_SIZE_9" : "9",
|
||||
"FIELD_OPTION_FONT_SIZE_10" : "10",
|
||||
@@ -422,12 +416,6 @@
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"FIELD_HEADER_READ_ONLY" : "Nur-Lesen:",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Schwarz auf Weiß",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Grau auf Schwarz",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Grün auf Schwarz",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "Weiß auf Schwarz",
|
||||
|
||||
"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