33 lines
4.3 KiB
Plaintext
33 lines
4.3 KiB
Plaintext
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2020, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
//
|
|
// [Lenovo SMB BIOS Special Requirements V1.1]
|
|
// BIOS Startup Interrupt Menu Strings
|
|
//
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_TITLE #language en-US "Startup Interrupt Menu"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_STR1 #language en-US "Press one of following keys to continue"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_ESC #language en-US "<c 0xFF3E8DDD>ESC</c> to resume normal startup"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_F1 #language en-US "<c 0xFF3E8DDD>F1</c> to enter the BIOS Setup Utility"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_F9 #language en-US "<c 0xFF3E8DDD>F9</c> to show Regulatory Information"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_F10 #language en-US "<c 0xFF3E8DDD>F10</c> to diagnose hardware"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_F11 #language en-US "<c 0xFF3E8DDD>F11</c> to recovery your system"
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_F12 #language en-US "<c 0xFF3E8DDD>F12</c> to choose a temporary startup device"
|
|
#string L05_EMPTY_STR #language en-US ""
|
|
#string L05_STR_STARTUP_INTERRUPT_MENU_STR2 #language en-US "Press <c 0xFF3E8DDD>ENTER</c> to pause"
|
|
#string L05_STR_CLOSE #language en-US "Close"
|
|
#string L05_STR_INTERRUPT_MENU_KEY #language en-US "ENTER"
|
|
#string L05_STR_OEM_BADGING_STR_INTERRUPT_MENU #language en-US "To interrupt normal startup, press Enter"
|
|
#string L05_STR_OEM_BADGING_STR_INTERRUPT_MENU_SELECT #language en-US "Launching the Startup Interrupt Menu"
|
|
|