diff options
author | Nikita <102851041+HyperNiki@users.noreply.github.com> | 2022-05-17 22:29:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 19:29:07 +0000 |
commit | 817de39e6095f46d4d4d4e46a73ac848c0347433 (patch) | |
tree | 20b633f168bd282f9b34e3785e9dbb22c94f0197 /UefiMonitorTest/UefiMonitorTestStrings.uni | |
parent | 17946fbe9c340cc8fcfc7e11303bddba0cdfbc36 (diff) | |
download | umt-817de39e6095f46d4d4d4e46a73ac848c0347433.tar.gz umt-817de39e6095f46d4d4d4e46a73ac848c0347433.tar.bz2 umt-817de39e6095f46d4d4d4e46a73ac848c0347433.zip |
implement the chess board test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index 60c519c..c99a949 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -106,3 +106,13 @@ "shouldn't have any colorful areas.\n" "\n" "Gray tone: %d\n" + +// Test "Chess Board" + +#string STR_CHESSBOARD_TITLE #language en-US "CHESS BOARD" + +#string STR_CHESSBOARD_MSG #language en-US "Assess the effectiveness of the monitor to display\n" + "objects with minimum and maximum brightness at the\n" + "same time.\n" + "\n" + "Side length of a square: %d\n" |