blob: 0784930273b0df03c54a99542a4cdb8f76d1ece4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#langdef en-US "English"
#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."
|