diff options
author | Joursoir <chat@joursoir.net> | 2022-04-28 02:36:11 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-04-28 02:36:11 +0300 |
commit | 57d79ef9a6febfcf913e3c6d67796c278a1b3e2d (patch) | |
tree | 159643d0fb63e275561b5701586f1623e5360dad | |
parent | e6c6a64b8375a6de18e0c52fdf7343fdad957fff (diff) | |
download | umt-57d79ef9a6febfcf913e3c6d67796c278a1b3e2d.tar.gz umt-57d79ef9a6febfcf913e3c6d67796c278a1b3e2d.tar.bz2 umt-57d79ef9a6febfcf913e3c6d67796c278a1b3e2d.zip |
uni: add strings for the main menu
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index dd6a0f9..0784930 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -2,4 +2,31 @@ #string STR_NULL_STRING #language en-US " " -// +// Main Menu + +#string STR_MM_TITLE #language en-US "UEFI MONITOR TEST V%s" + +#string STR_MM_SUBTITLE #language en-US "Let's choose the test you would like to carry out" + +#string STR_MM_MENU #language en-US "F1 Solid Colors F5 Chess board F9 NONE\n" + "F2 Colored lines F6 NONE F10 NONE\n" + "F3 Grayscale F7 NONE F11 NONE\n" + "F4 Mesh field F8 NONE F12 Settings\n" + +#string STR_MM_TIP_TITLE #language en-US "CONTROLS:" + +#string STR_MM_TIP_FIRST #language en-US "You can use the arrow\n" + "buttons on the\n" + "keyboard to customize\n" + "the test." + +#string STR_MM_TIP_SECOND #language en-US "Use the space key to\n" + "show or hide all of\n" + "of the operating\n" + "elements." + +#string STR_MM_TIP_THIRD #language en-US "Hit the escape key on\n" + "your keyboard to end\n" + "the test or exit from\n" + "application." + |