Signed-off-by: qianouyang Reviewed-by: gdong1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12586 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			24 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/** @file
 | 
						|
  String definitions for TCG configuration form.
 | 
						|
 | 
						|
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
 | 
						|
This program and the accompanying materials 
 | 
						|
are licensed and made available under the terms and conditions of the BSD License 
 | 
						|
which accompanies this distribution.  The full text of the license may be found at 
 | 
						|
http://opensource.org/licenses/bsd-license.php
 | 
						|
 | 
						|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 
 | 
						|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 | 
						|
 | 
						|
**/
 | 
						|
 | 
						|
#langdef en-US "English"
 | 
						|
 | 
						|
#string STR_SECUREBOOT_TITLE               #language en-US "Secure Boot Configuration"
 | 
						|
#string STR_SECUREBOOT_HELP                #language en-US "Press <Enter> to select Secure Boot options."
 | 
						|
 | 
						|
#string STR_NULL                           #language en-US ""
 | 
						|
 | 
						|
#string STR_SECURE_BOOT_PROMPT             #language en-US "Attempt Secure Boot"
 | 
						|
#string STR_SECURE_BOOT_HELP               #language en-US "Enable/Disable the Secure Boot feature"
 |