29 lines
3.2 KiB
Plaintext
29 lines
3.2 KiB
Plaintext
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2021, 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.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#include "L05Languages.uni"
|
|
|
|
#string L05_STR_BIOS_UPDATE_UI_ERROR_CODE_STRING #language en-US "BIOS Update Faliled. Error code = 0x%x"
|
|
#string L05_STR_BIOS_UPDATE_UI_STRING_EN1 #language en-US "Warning: Please do not power off"
|
|
#string L05_STR_BIOS_UPDATE_UI_STRING_EN2 #language en-US "while system is updating"
|
|
#string L05_STR_BIOS_UPDATE_UI_STRING_ZH #language zh-CN "警告:请不要断电, 系统正在更新"
|
|
|
|
//
|
|
// Error message of SecureErrorMessageCallBack () for BIOS Update UI.
|
|
//
|
|
#string L05_STR_SECURE_FLASH_ACCESS_DENIED #language en-US "Error : Invalid firmware image!!!"
|
|
#string L05_STR_SECURE_FLASH_SUCCESS #language en-US "Status : Finish!!!"
|
|
#string L05_STR_SECURE_FLASH_INVALID_PARAMETER #language en-US "Error : Decompress failed!!!"
|
|
#string L05_STR_SECURE_FLASH_BUFFER_TOO_SMALL #language en-US "Error : Not enough memory!!!"
|
|
#string L05_STR_SECURE_FLASH_FAILED #language en-US "Error : Firmware update failed!!!"
|
|
#string L05_STR_SECURE_FLASH_PRESS_ANY_KEY #language en-US "Please press any key to reset system......" |