47 lines
3.7 KiB
Plaintext
47 lines
3.7 KiB
Plaintext
//;******************************************************************************
|
|
//;* Copyright (c) 2016, 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.
|
|
//;*
|
|
//;******************************************************************************
|
|
//;
|
|
//; Module Name:
|
|
//;
|
|
//; HiiLayoutPkgStr.uni
|
|
//;
|
|
//; Abstract:
|
|
//;
|
|
//; Strings for HiiLayoutPkg
|
|
//;
|
|
|
|
/=#
|
|
|
|
//
|
|
// Setup Page Panel
|
|
//
|
|
#string STR_VALUE_END_CONTINUE_STRING #language en-US ">"
|
|
|
|
//
|
|
// Form Title Panel
|
|
//
|
|
#string STR_FORM_TITLE_NEXT_STRING #language en-US " > "
|
|
|
|
//
|
|
// Owner Draw Panel
|
|
//
|
|
#string STR_OWNER_DRAW_SYSTEM_INFO_STRING #language en-US "System Information"
|
|
|
|
#string STR_OWNER_DRAW_DATE_STRING #language en-US "1999/01/01"
|
|
#string STR_OWNER_DRAW_WEEK_STRING #language en-US "SUN"
|
|
#string STR_OWNER_DRAW_TIME_STRING #language en-US "00:00:00"
|
|
|
|
#string STR_OWNER_DRAW_MAIN_BOARD_NAME_STRING #language en-US "MAINBOARD"
|
|
#string STR_OWNER_DRAW_SYSTEM_NAME_STRING #language en-US "SYSTEM"
|
|
#string STR_OWNER_DRAW_SYSTEM_TEMPERATURE_STRING #language en-US "27 C"
|
|
|
|
#string STR_OWNER_DRAW_CPU_NAME_STRING #language en-US "CPU"
|
|
#string STR_OWNER_DRAW_TEMPERATURE_NAME_STRING #language en-US "TEMPERATURE"
|
|
#string STR_OWNER_DRAW_CPU_TEMPERATURE_STRING #language en-US "30 C" |