mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 13:02:07 +00:00 
			
		
		
		
	 3f5287971f
			
		
	
	
		3f5287971f
		
	
	
	
	
		
			
			To convert these files I ran: $ python3 BaseTools/Scripts/ConvertUni.py MdeModulePkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19257 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			41 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ///** @file
 | |
| //  
 | |
| //    String definitions for the DriverHealthManager.
 | |
| //  
 | |
| //  Copyright (c) 2013 - 2015, 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"
 | |
| #langdef   fr-FR "Français"
 | |
| 
 | |
| #string STR_FORM_TITLE                 #language en-US  "Driver Health Manager"
 | |
|                                        #language fr-FR  "Driver Health Manager"
 | |
| #string STR_FORM_HELP                  #language en-US  "List all the Driver Health instances to manage"
 | |
|                                        #language fr-FR  "List all the Driver Health instances to manage"
 | |
| #string STR_NULL                       #language en-US  ""
 | |
|                                        #lauguage fr-FR  ""
 | |
| 
 | |
| #string STR_REPAIR_REQUIRED            #language en-US  "Repair Required."
 | |
|                                        #language fr-FR  "Repair Required."
 | |
| #string STR_CONFIGURATION_REQUIRED     #language en-US  "Configuration Required."
 | |
|                                        #language fr-FR  "Configuration Required."
 | |
| #string STR_FAILED                     #language en-US  "Failed."
 | |
|                                        #language fr-FR  "Failed."
 | |
| #string STR_RECONNECT_REQUIRED         #language en-US  "Reconnect Required."
 | |
|                                        #language fr-FR  "Reconnect Required."
 | |
| #string STR_REBOOT_REQUIRED            #language en-US  "Reboot Required."
 | |
|                                        #language fr-FR  "Reboot Required."
 | |
| #string STR_HEALTHY                    #language en-US  "Healthy."
 | |
|                                        #language fr-FR  "Healthy."
 |