1/** @file
2  String definitions for TCG configuration form.
3
4Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
5SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#langdef en-US "English"
10
11#string STR_TPM_TITLE                      #language en-US "TCG Configuration"
12#string STR_TPM_HELP                       #language en-US "Press <Enter> to select TCG Setup options."
13#string STR_TPM_STATE_PROMPT               #language en-US "Current TPM State"
14#string STR_TPM_STATE_HELP                 #language en-US "Current TPM device state: enabled or disabled; activated or deactivated."
15#string STR_TPM_STATE_CONTENT              #language en-US ""
16
17#string STR_TPM_OPERATION                  #language en-US "TPM Operation"
18#string STR_TPM_OPERATION_HELP             #language en-US "Select one of the supported operation to change TPM state."
19
20#string STR_NO_ACTION                      #language en-US "No Action"
21#string STR_ENABLE                         #language en-US "Enable"
22#string STR_DISABLE                        #language en-US "Disable"
23#string STR_TPM_ACTIVATE                   #language en-US "Activate"
24#string STR_TPM_DEACTIVATE                 #language en-US "Deactivate"
25#string STR_TPM_CLEAR                      #language en-US "Force TPM Clear"
26#string STR_TPM_ENABLE_ACTIVATE            #language en-US "Enable and Activate"
27#string STR_TPM_DEACTIVATE_DISABLE         #language en-US "Deactivate and Disable"
28#string STR_TPM_ENABLE_ACTIVATE_CLEAR      #language en-US "Enable, Activate, and Force TPM Clear"
29#string STR_TPM_CLEAR_ENABLE_ACTIVATE      #language en-US "Force TPM Clear, Enable, and Activate"
30#string STR_TPM_ENABLE_ACTIVATE_CLEAR_E_A  #language en-US "Enable, Activate, Force TPM Clear, Enable, and Activate"
31
32#string STR_NULL                           #language en-US ""
33
34#string STR_HIDE_TPM_PROMPT                #language en-US "Hide TPM"
35#string STR_HIDE_TPM_HELP                  #language en-US "Check to hide TPM in OS"
36