mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13: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:
@@ -435,12 +435,6 @@
|
||||
"FIELD_HEADER_TYPESCRIPT_NAME" : "Nombre script escritura:",
|
||||
"FIELD_HEADER_TYPESCRIPT_PATH" : "Ruta script escritura:",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Negro sobre blanco",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Gris sobre negro",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Verde sobre negro",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "Blanco sobre negro",
|
||||
|
||||
"FIELD_OPTION_FONT_SIZE_8" : "8",
|
||||
"FIELD_OPTION_FONT_SIZE_9" : "9",
|
||||
"FIELD_OPTION_FONT_SIZE_10" : "10",
|
||||
@@ -487,12 +481,6 @@
|
||||
"FIELD_HEADER_TYPESCRIPT_NAME" : "Nombre script escritura:",
|
||||
"FIELD_HEADER_TYPESCRIPT_PATH" : "Ruta script escritura:",
|
||||
|
||||
"FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Negro sobre blanco",
|
||||
"FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GRAY_BLACK" : "Gris sobre negro",
|
||||
"FIELD_OPTION_COLOR_SCHEME_GREEN_BLACK" : "Verde sobre negro",
|
||||
"FIELD_OPTION_COLOR_SCHEME_WHITE_BLACK" : "Blanco sobre negro",
|
||||
|
||||
"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