git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9514 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			56 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
///** @file
 | 
						|
//  
 | 
						|
//    String definitions for the Device Manager.
 | 
						|
//  
 | 
						|
//  Copyright (c) 2004 - 2009, Intel Corporation. <BR>
 | 
						|
//  All rights reserved. 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_DEVICE_MANAGER_TITLE       #language en-US  "Device Manager"
 | 
						|
#string STR_DEVICES_LIST               #language en-US  "Devices List"
 | 
						|
#string STR_DISK_DEVICE                #language en-US  "Disk Devices"
 | 
						|
#string STR_VIDEO_DEVICE               #language en-US  "Video Devices"
 | 
						|
#string STR_NETWORK_DEVICE             #language en-US  "Network Devices"
 | 
						|
#string STR_INPUT_DEVICE               #language en-US  "Input Devices"
 | 
						|
#string STR_ON_BOARD_DEVICE            #language en-US  "Motherboard Devices"
 | 
						|
#string STR_OTHER_DEVICE               #language en-US  "Other Devices"
 | 
						|
#string STR_EMPTY_STRING               #language en-US  ""
 | 
						|
#string STR_DRIVER_HEALTH_STATUS_HELP  #language en-US  "Check whether all the controllers in the platform are healthy"
 | 
						|
#string STR_DRIVER_HEALTH_ALL_HEALTHY  #language en-US  "  The platform is healthy"
 | 
						|
#string STR_DRIVER_NOT_HEALTH          #language en-US  "  Some drivers are not healthy"
 | 
						|
#string STR_DH_BANNER                  #language en-US  "Driver Health"
 | 
						|
#string STR_DM_DRIVER_HEALTH_TITLE     #language en-US  "Driver Health"
 | 
						|
#string STR_DH_STATUS_LIST             #language en-US  "All Driver Health Status List"
 | 
						|
#string STR_DRIVER_HEALTH_REPAIR_ALL   #language en-US  "Repair All"
 | 
						|
                                       
 | 
						|
#string STR_DH_REPAIR_ALL_TITLE        #language en-US  "Repair the whole platform"
 | 
						|
#string STR_DH_REPAIR_ALL_HELP         #language en-US  "Repair the whole platform until all modules reach terminal status"
 | 
						|
 | 
						|
#string STR_DH_REPAIR_SINGLE_TITLE     #language en-US  "Item can not get name"  
 | 
						|
#string STR_DH_REPAIR_SINGLE_HELP      #language en-US  "Repair single driver with specify controller"
 | 
						|
                                                                                                                                                     
 | 
						|
#string STR_EXIT_STRING                #language en-US  "Press ESC to exit."
 | 
						|
#string STR_REPAIR_REQUIRED            #language en-US  "  Repair Required."
 | 
						|
#string STR_CONFIGURATION_REQUIRED     #language en-US  "  Configuration Required."
 | 
						|
#string STR_OPERATION_FAILED           #language en-US  "  Operation Failed."
 | 
						|
#string STR_RECONNECT_REQUIRED         #language en-US  "  Reconnect Required."
 | 
						|
#string STR_REBOOT_REQUIRED            #language en-US  "  Reboot Required."
 | 
						|
#string STR_NO_OPERATION_REQUIRED      #language en-US  "  No Operation Required."
 | 
						|
#string STR_DRIVER_HEALTH_HEALTHY      #language en-US  "  Healthy."
 | 
						|
 | 
						|
//
 | 
						|
// Ensure that this is the last string.  We are using it programmatically
 | 
						|
// to do string token re-usage settings for the Device Manager since we are
 | 
						|
// constantly recreating this page based on HII population.
 | 
						|
// |