1 /** @file 2 String definitions for TCG configuration form. 3 4 Copyright (c) 2011 - 2012, 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_TPM_TITLE #language en-US "TCG Configuration" 18 #string STR_TPM_HELP #language en-US "Press <Enter> to select TCG Setup options." 19 #string STR_TPM_STATE_PROMPT #language en-US "Current TPM State" 20 #string STR_TPM_STATE_HELP #language en-US "Current TPM device state: enabled or disabled; activated or deactivated." 21 #string STR_TPM_STATE_CONTENT #language en-US "" 22 23 #string STR_TPM_OPERATION #language en-US "TPM Operation" 24 #string STR_TPM_OPERATION_HELP #language en-US "Select one of the supported operation to change TPM state." 25 26 #string STR_ENABLE #language en-US "Enable" 27 #string STR_DISABLE #language en-US "Disable" 28 #string STR_TPM_ACTIVATE #language en-US "Activate" 29 #string STR_TPM_DEACTIVATE #language en-US "Deactivate" 30 #string STR_TPM_CLEAR #language en-US "Force TPM Clear" 31 #string STR_TPM_ENABLE_ACTIVATE #language en-US "Enable and Activate" 32 #string STR_TPM_DEACTIVATE_DISABLE #language en-US "Deactivate and Disable" 33 #string STR_TPM_ENABLE_ACTIVATE_CLEAR #language en-US "Enable, Activate, and Force TPM Clear" 34 #string STR_TPM_CLEAR_ENABLE_ACTIVATE #language en-US "Force TPM Clear, Enable, and Activate" 35 #string STR_TPM_ENABLE_ACTIVATE_CLEAR_E_A #language en-US "Enable, Activate, Force TPM Clear, Enable, and Activate" 36 37 #string STR_NULL #language en-US "" 38 39 #string STR_HIDE_TPM_PROMPT #language en-US "Hide TPM" 40 #string STR_HIDE_TPM_HELP #language en-US "Check to hide TPM in OS"