diff options
author | Joursoir <chat@joursoir.net> | 2022-05-04 20:40:17 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-04 20:40:49 +0300 |
commit | f979707f1edfc6196119061e733ff1a7c143c795 (patch) | |
tree | 0ac62dd1e2ddd054a26b93e4174a00b38bab99ab /UefiMonitorTest/UefiMonitorTestStrings.uni | |
parent | 7e0ef4f0692e4b89fa3bd763900cd38bd56c0187 (diff) | |
download | umt-f979707f1edfc6196119061e733ff1a7c143c795.tar.gz umt-f979707f1edfc6196119061e733ff1a7c143c795.tar.bz2 umt-f979707f1edfc6196119061e733ff1a7c143c795.zip |
add solid colors test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index 0784930..24dfd65 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -30,3 +30,30 @@ "the test or exit from\n" "application." +// Test "Solid Colors" + +#string STR_SOLID_COLORS_BLACK_TITLE #language en-US "DEFECTIVE PIXELS ON BLACK" +#string STR_SOLID_COLORS_BLACK_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" + "All of the pixels should be black. If you see a pixel\n" + "illuminated in color, this indicates a continuously\n" + "illuminated subpixel.\n" + +#string STR_SOLID_COLORS_WHITE_TITLE #language en-US "DEFECTIVE PIXELS ON WHITE" +#string STR_SOLID_COLORS_WHITE_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" + "All of the pixels should be white. If you see a black\n" + "pixel, this indicates a missing pixel.\n" + +#string STR_SOLID_COLORS_RED_TITLE #language en-US "DEFECTIVE PIXELS ON RED" +#string STR_SOLID_COLORS_RED_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" + "All of the pixels should be red. If you see a black\n" + "pixel, this indicates a missing red subpixel.\n" + +#string STR_SOLID_COLORS_GREEN_TITLE #language en-US "DEFECTIVE PIXELS ON GREEN" +#string STR_SOLID_COLORS_GREEN_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" + "All of the pixels should be green. If you see a black\n" + "pixel, this indicates a missing green subpixel.\n" + +#string STR_SOLID_COLORS_BLUE_TITLE #language en-US "DEFECTIVE PIXELS ON BLUE" +#string STR_SOLID_COLORS_BLUE_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" + "All of the pixels should be blue. If you see a black\n" + "pixel, this indicates a missing blue subpixel.\n" |