hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/** @file
*
*  String definitions for the OEM Config.
*
*  Copyright (c) 2017 - 2018, Hisilicon Limited. All rights reserved.
*  Copyright (c) 2017 - 2018, Linaro Limited. All rights reserved.
*
*  SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
 
/=#
 
#langdef   en-US "English"
 
#string STR_EMPTY_STRING               #language en-US  ""
#string STR_BIOS_BUILDTIME_STRING      #language en-US  "Build Date"
#string STR_MISC_BIOS_BUILDTIME        #language en-US  ""
#string SYSTEM_TIME                    #language en-US  "System Time"
#string SYSTEM_TIME_HELP               #language en-US  "System Time (HH:MM:SS)"
#string SYSTEM_DATE                    #language en-US  "System Date"
#string SYSTEM_DATE_HELP               #language en-US  "System Date (MM/DD/YYYY) Use [ENTER],[TAB] or [SHIFT-TAB] to select a field. Use [+] or [-] to configure system Time."
#string STR_OEM_CONFIG                 #language en-US  "Oem Config"
#string STR_ENABLED                    #language en-US  "Enabled"
#string STR_DISABLED                   #language en-US  "Disabled"
#string STR_MEMORY_CONFIG_FORM_TITLE   #language en-US  "Memory Config"
#string STR_MEMORY_CONFIG_FORM_HELP    #language en-US  "Display Memory DIMM information."
#string STR_PCIE_CONFIG_FORM_TITLE     #language en-US  "PCIe Config"
#string STR_PCIE_CONFIG_FORM_HELP      #language en-US  "Display PCIe information."
#string STR_MISC_CONFIG_FORM_TITLE     #language en-US  "MISC Config"
#string STR_MISC_CONFIG_FORM_HELP      #language en-US  "Include SMMU Support Enable and Change the boot manner of DTB/ACPI."
#string STR_IBMC_CONFIG_FORM_TITLE     #language en-US  "IBMC Config"
#string STR_IBMC_CONFIG_FORM_HELP      #language en-US  "Include IBMC WDT(Watchdog Timer) Config."
#string STR_RAS_CONFIG_FORM_TITLE      #language en-US  "RAS Config"
#string STR_RAS_CONFIG_FORM_HELP       #language en-US  "Displays and provides option to change the Ras Configuration"
#string STR_EXIT_STRING                #language en-US  "Press ESC to exit."