41 lines
4.3 KiB
Plaintext
41 lines
4.3 KiB
Plaintext
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2012 - 2015, Insyde Software Corporation. 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.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
/=#
|
|
|
|
#include "Standard.uni"
|
|
//
|
|
// Re-constructed all oem badging strings
|
|
//
|
|
// String to display on screen before any hotkey is pressed
|
|
//
|
|
#string STR_OEM_BADGING_STR_F2 #language en-US "Press F2 go to Setup Utility"
|
|
#string STR_OEM_BADGING_STR_F3 #language en-US "Press F3 go to Device Manager"
|
|
#string STR_OEM_BADGING_STR_F9 #language en-US "Press F9 Go to ME Remote Assistance."
|
|
#string STR_OEM_BADGING_STR_F10 #language en-US "Press F10 go to MEBx"
|
|
#string STR_OEM_BADGING_STR_F12 #language en-US "Press F12 go to Boot Manager"
|
|
#string STR_OEM_BADGING_STR_ESC #language en-US "Press Esc for boot options"
|
|
#string STR_OEM_BADGING_STR_CPUID #language en-US "CPUID : "
|
|
//
|
|
// String to display on screen after hotkey is pressed
|
|
//
|
|
#string STR_BLANK_STRING #language en-US ""
|
|
#string STR_OEM_BADGING_STR_F2_SELECT #language en-US "F2 is pressed. Go to Setup Utility."
|
|
#string STR_OEM_BADGING_STR_F3_SELECT #language en-US "F3 is pressed. Go to Device Manager."
|
|
#string STR_OEM_BADGING_STR_F9_SELECT #language en-US "F9 is pressed. Go to ME Remote Assistance."
|
|
#string STR_OEM_BADGING_STR_F10_SELECT #language en-US "F10 is pressed. Go to MEBx."
|
|
#string STR_OEM_BADGING_STR_F12_SELECT #language en-US "F12 is pressed. Go to Boot Manager."
|
|
#string STR_OEM_BADGING_STR_ESC_SELECT #language en-US "Esc is pressed. Go to boot options."
|
|
#string STR_BLANK_STRING_COVER #language en-US " "
|
|
#string STR_OEM_BADGING_STR_BOOT_TO_OS #language en-US "Prepare Boot to OS "
|