mirror of
				https://github.com/acidanthera/audk.git
				synced 2025-10-31 11:13:53 +01:00 
			
		
		
		
	https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /** @file
 | |
|   String definitions for TCG configuration form.
 | |
| 
 | |
| Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
 | |
| SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| 
 | |
| **/
 | |
| 
 | |
| #langdef en-US "English"
 | |
| 
 | |
| #string STR_TPM_TITLE                      #language en-US "TCG Configuration"
 | |
| #string STR_TPM_HELP                       #language en-US "Press <Enter> to select TCG Setup options."
 | |
| #string STR_TPM_STATE_PROMPT               #language en-US "Current TPM State"
 | |
| #string STR_TPM_STATE_HELP                 #language en-US "Current TPM device state: enabled or disabled; activated or deactivated."
 | |
| #string STR_TPM_STATE_CONTENT              #language en-US ""
 | |
| 
 | |
| #string STR_TPM_OPERATION                  #language en-US "TPM Operation"
 | |
| #string STR_TPM_OPERATION_HELP             #language en-US "Select one of the supported operation to change TPM state."
 | |
| 
 | |
| #string STR_NO_ACTION                      #language en-US "No Action"
 | |
| #string STR_ENABLE                         #language en-US "Enable"
 | |
| #string STR_DISABLE                        #language en-US "Disable"
 | |
| #string STR_TPM_ACTIVATE                   #language en-US "Activate"
 | |
| #string STR_TPM_DEACTIVATE                 #language en-US "Deactivate"
 | |
| #string STR_TPM_CLEAR                      #language en-US "Force TPM Clear"
 | |
| #string STR_TPM_ENABLE_ACTIVATE            #language en-US "Enable and Activate"
 | |
| #string STR_TPM_DEACTIVATE_DISABLE         #language en-US "Deactivate and Disable"
 | |
| #string STR_TPM_ENABLE_ACTIVATE_CLEAR      #language en-US "Enable, Activate, and Force TPM Clear"
 | |
| #string STR_TPM_CLEAR_ENABLE_ACTIVATE      #language en-US "Force TPM Clear, Enable, and Activate"
 | |
| #string STR_TPM_ENABLE_ACTIVATE_CLEAR_E_A  #language en-US "Enable, Activate, Force TPM Clear, Enable, and Activate"
 | |
| 
 | |
| #string STR_NULL                           #language en-US ""
 | |
| 
 | |
| #string STR_HIDE_TPM_PROMPT                #language en-US "Hide TPM"
 | |
| #string STR_HIDE_TPM_HELP                  #language en-US "Check to hide TPM in OS"
 |