From 57d79ef9a6febfcf913e3c6d67796c278a1b3e2d Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 28 Apr 2022 02:36:11 +0300 Subject: uni: add strings for the main menu --- UefiMonitorTest/UefiMonitorTestStrings.uni | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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." + -- cgit v1.2.3-18-g5258