33 lines
3.8 KiB
Plaintext
33 lines
3.8 KiB
Plaintext
/** @file
|
||
|
||
;******************************************************************************
|
||
;* Copyright (c) 2018, 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"
|
||
|
||
//
|
||
// [Lenovo BIOS Setup Design Guide V2.4]
|
||
// BIOS Setup UI Definition
|
||
//
|
||
//[-start-210915-Dennis0002-modify]//
|
||
//[-start-220302-Dennis0016-modify]//
|
||
#string L05_STR_EXIT_SAVING_CHANGES_DIALOG #language en-US "Save confirmation changes and exit now?"
|
||
#language zh-CN " \wide保存并退出\narrow? "
|
||
#string L05_STR_EXIT_DISCARDING_CHANGES_DIALOG #language en-US "Setting has not been saved!\nSave before exiting ?"
|
||
#language zh-CN "\wide修改的设定值还未保存\narrow。\wide保存后退出\narrow?"
|
||
#string L05_STR_DISCARD_CHANGES_DIALOG #language en-US "Load previous configuration?"
|
||
#language zh-CN " \wide放弃修改的设定值\narrow? "
|
||
#string L05_STR_SAVE_CHANGE_DIALOG #language en-US "Save configuration changes now?"
|
||
#language zh-CN " \wide保存修改的设定值\narrow? "
|
||
#string L05_STR_LOAD_DEFAULTS_DIALOG #language en-US "Load default configuration now?"
|
||
#language zh-CN " \wide加载默认的设定值\narrow? "
|
||
//[-end-220302-Dennis0016-modify]//
|
||
//[-end-210915-Dennis0002-modify]// |