1 /** @file 2 String definitions for TCG configuration form. 3 4 Copyright (c) 2013, Intel Corporation. All rights reserved.<BR> 5 This program and the accompanying materials 6 are licensed and made available under the terms and conditions of the BSD License 7 which accompanies this distribution. The full text of the license may be found at 8 http://opensource.org/licenses/bsd-license.php 9 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 13 **/ 14 15 #langdef en-US "English" 16 17 #string STR_TREE_TITLE #language en-US "TrEE Configuration" 18 #string STR_TREE_HELP #language en-US "Press <Enter> to select TrEE Setup options." 19 20 #string STR_TREE_DEVICE_STATE_PROMPT #language en-US "Current TPM Device" 21 #string STR_TREE_DEVICE_STATE_HELP #language en-US "Current TPM Device: Disable, TPM1.2, or TPM2.0" 22 #string STR_TREE_DEVICE_STATE_CONTENT #language en-US "" 23 24 #string STR_TREE_DEVICE_PROMPT #language en-US "Attempt TPM Device" 25 #string STR_TREE_DEVICE_HELP #language en-US "Attempt TPM Device: Disable, TPM1.2, or TPM2.0" 26 #string STR_TREE_DEVICE_CONTENT #language en-US "" 27 28 #string STR_TREE_PP_OPERATION #language en-US "TPM2 Physical Presence Operation" 29 30 #string STR_TREE_OPERATION #language en-US "TPM2 Operation" 31 #string STR_TREE_OPERATION_HELP #language en-US "Select one of the supported operation to change TPM2 state." 32 33 #string STR_TREE_NO_ACTION #language en-US "No Action" 34 #string STR_TREE_CLEAR #language en-US "TPM2 ClearControl(NO) + Clear" 35 36 #string STR_TREE_TPM_DISABLE #language en-US "Disable" 37 #string STR_TREE_TPM_1_2 #language en-US "TPM 1.2" 38 #string STR_TREE_TPM_2_0_DTPM #language en-US "TPM 2.0 (DTPM)" 39 40 #string STR_NULL #language en-US "" 41