27 lines
3.1 KiB
Plaintext
27 lines
3.1 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_SELF_HEALING_RECOVERY_UI_STRING #language en-US "Please wait while BIOS self recovery processing"
|
|
#string L05_STR_BIOS_SELF_HEALING_BACKUP_UI_STRING #language en-US "Please wait while BIOS backup processing"
|
|
|
|
//[-start-220120-QINGLIN0150-modify]//
|
|
#string L05_STR_BIOS_SELF_HEALING_RECOVERY_UI_STRING_EN1 #language en-US "Warning: Please do not power off"
|
|
#string L05_STR_BIOS_SELF_HEALING_RECOVERY_UI_STRING_EN2 #language en-US "while BIOS self recovery processing"
|
|
#string L05_STR_BIOS_SELF_HEALING_RECOVERY_UI_STRING_ZH #language zh-CN "警告:请不要断电, BIOS自恢复正在处理"
|
|
#string L05_STR_BIOS_SELF_HEALING_BACKUP_UI_STRING_EN1 #language en-US "Warning: Please do not power off"
|
|
#string L05_STR_BIOS_SELF_HEALING_BACKUP_UI_STRING_EN2 #language en-US "while completing system update"
|
|
#string L05_STR_BIOS_SELF_HEALING_BACKUP_UI_STRING_ZH #language zh-CN "警告:请不要断电, BIOS备份正在处理"
|
|
//[-end-220120-QINGLIN0150-modify]//
|