diff options
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index a0e1ef1..52ce002 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -73,3 +73,17 @@ #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" + +// Test "Gradients" + +#string STR_GRADIENTS_TITLE #language en-US "GRADIENTS" + +#string STR_GRADIENTS_MSG #language en-US "The grayscale image should be reproduced in the overall\n" + "view without any unnecessary color and with an even\n" + "gradient, and, at 256 intervals, there should not be any\n" + "noticeable abrupt changes in brightness between individual\n" + "grayscales. At a smaller number of intervals, the respective\n" + "bars should be clearly differentiable from one another.\n + "\n" + "Color%c: %s\n" + "Steps%c: %d\n" |