To convert these files I ran: $ python3 BaseTools/Scripts/ConvertUni.py Nt32Pkg 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: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19259 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
///** @file
 | 
						|
//  
 | 
						|
//    String definitions for PlatformBootManagerLib.
 | 
						|
//  
 | 
						|
//  Copyright (c) 2004 - 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_PERFORM_MEM_TEST           #language en-US  "Perform memory test (ESC to skip)"
 | 
						|
                                       #language fr-FR  "Exécute l'examen de mémoire (ESC pour sauter)"
 | 
						|
#string STR_MEMORY_TEST_PERCENT        #language en-US  "% of the system memory tested OK"
 | 
						|
                                       #language fr-FR  "% de la mémoire de système essayée D'ACCORD"
 | 
						|
#string STR_ESC_TO_SKIP_MEM_TEST       #language en-US  "Press ESC key to skip memory test"
 | 
						|
                                       #language fr-FR  "Appuie sur ESC sauter examen de mémoire"
 | 
						|
#string STR_MEM_TEST_COMPLETED         #language en-US  " bytes of system memory tested OK\r\n"
 | 
						|
                                       #language fr-FR  "octets dela mémoire de système essayée D'ACCORD\r\n"
 | 
						|
#string STR_SYSTEM_MEM_ERROR           #language en-US  "System encounters memory errors"
 | 
						|
                                       #language fr-FR  "le Système rencontre les erreurs de mémoire"
 | 
						|
#string STR_START_BOOT_OPTION          #language en-US  "Start boot option"
 | 
						|
                                       #language fr-FR  "l'option de botte de Début"
 | 
						|
                                        |