aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTestStrings.uni
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-05-10 01:30:31 +0300
committerJoursoir <chat@joursoir.net>2022-05-10 01:30:31 +0300
commit4234e13c3542ca769c21f6cde9207550bda0d8dd (patch)
treebf0f111cd1674719fd282bc09607c46e741275a4 /UefiMonitorTest/UefiMonitorTestStrings.uni
parent73fb0ea5dade3b2a2377f3b2309b07727c416c8f (diff)
downloadumt-4234e13c3542ca769c21f6cde9207550bda0d8dd.tar.gz
umt-4234e13c3542ca769c21f6cde9207550bda0d8dd.tar.bz2
umt-4234e13c3542ca769c21f6cde9207550bda0d8dd.zip
graphics: store color names
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r--UefiMonitorTest/UefiMonitorTestStrings.uni19
1 files changed, 19 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni
index 24dfd65..3e37065 100644
--- a/UefiMonitorTest/UefiMonitorTestStrings.uni
+++ b/UefiMonitorTest/UefiMonitorTestStrings.uni
@@ -2,6 +2,25 @@
#string STR_NULL_STRING #language en-US " "
+// Colors
+
+#string STR_COLOR_BLACK #language en-US "Black"
+#string STR_COLOR_WHITE #language en-US "White"
+#string STR_COLOR_RED #language en-US "Red"
+#string STR_COLOR_LIME #language en-US "Lime"
+#string STR_COLOR_BLUE #language en-US "Blue"
+#string STR_COLOR_YELLOW #language en-US "Yellow"
+#string STR_COLOR_AQUA #language en-US "Aqua"
+#string STR_COLOR_MAGENTA #language en-US "Magenta"
+#string STR_COLOR_SILVER #language en-US "Silver"
+#string STR_COLOR_GRAY #language en-US "Gray"
+#string STR_COLOR_MAROON #language en-US "Maroon"
+#string STR_COLOR_OLIVE #language en-US "Olive"
+#string STR_COLOR_GREEN #language en-US "Green"
+#string STR_COLOR_PURPLE #language en-US "Purple"
+#string STR_COLOR_TEAL #language en-US "Teal"
+#string STR_COLOR_NAVY #language en-US "Navy"
+
// Main Menu
#string STR_MM_TITLE #language en-US "UEFI MONITOR TEST V%s"