git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11436 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			61 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // /**
 | |
| //
 | |
| // Copyright (c) 2005 - 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.
 | |
| //
 | |
| // Abstract:
 | |
| //
 | |
| // Additional string definitions for UEFI Shell 2.0 Debug1 profile Edit command
 | |
| //
 | |
| //
 | |
| // **/
 | |
| 
 | |
| /=#
 | |
| 
 | |
| #langdef   en-US "english"
 | |
| 
 | |
| 
 | |
| #string STR_HEXEDIT_USAGE                 #language en-US  "\n\n    %EHexEditor Usage%N\n"
 | |
| #string STR_HEXEDIT_FILENAME              #language en-US  "    %H[-f] Filename%N                                 Open File For Editing\n"
 | |
| #string STR_HEXEDIT_DISKNAME              #language en-US  "    %H-d   DiskName FirstBlockNo.   BlockNumber%N     Open Disk Block For Editing\n"
 | |
| #string STR_HEXEDIT_OFFSET_SIZE           #language en-US  "    %H-m   Offset   Size%N                            Open Memory Region For Editing\n"
 | |
| #string STR_HEXEDIT_FILE_NAME             #language en-US  "%Hhexedit%N: Invalid File Name\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_TITLE      #language en-US  "%EMainEditor init failed on TitleBar init\n%N"			
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_MAINMENU   #language en-US  "%EMainEditor init failed on MainMenu init\n%N"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_STATUS     #language en-US  "%EMainEditor init failed on StatusBar init\n%N"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_INPUTBAR   #language en-US  "%EMainEditor init failed on InputBar init\n%N"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_BUFFERIMAGE  #language en-US  "%EMainEditor init failed on BufferImage init\n%N"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_CLIPBOARD    #language en-US  "%EMainEditor init failed on ClipBoard init\n%N"
 | |
| #string STR_HEXEDIT_LIBEDITOR_TITLEBAR_CLEAN      #language en-US  "TitleBar cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_MENUBAR_CLEAN       #language en-US  "MenuBar cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_STATUSBAR_CLEAN     #language en-US  "StatusBar cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_INPUTBAR_CLEAN      #language en-US  "InputBar cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_BUFFERIMAGE_CLEAN   #language en-US  "BufferImage cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBEDITOR_CLIPBOARD_CLEAN     #language en-US  "ClipBoard cleanup failed\n"
 | |
| #string STR_HEXEDIT_LIBINPUTBAR_MAININPUTBAR      #language en-US  "%s"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_OPEN_FILE          #language en-US  "Open File"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_OPEN_DISK          #language en-US  "Open Disk"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_OPEN_MEMORY        #language en-US  "Open Memory"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_SAVE_BUFFER        #language en-US  "Save Buffer"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_SELECT_START       #language en-US  "Select Start"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_SELECT_END         #language en-US  "Select End"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_CUT                #language en-US  "Cut"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_PASTE              #language en-US  "Paste"
 | |
| #string STR_HEXEDIT_LIBMENUBAR_GO_TO_OFFSET       #language en-US  "Go To Offset"
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_MAINEDITOR         #language en-US  "%s"
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_MAINEDITOR_C       #language en-US  "%c"
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_MAINEDITOR_TWOVARS    #language en-US  "( %X ~ %X )  "
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_FILE          #language en-US  "   [FILE]"
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_DISK          #language en-US  "   [DISK]"
 | |
| #string STR_HEXEDIT_LIBTITLEBAR_MEM           #language en-US  "    [MEM]"
 | |
| #string STR_HEXEDIT_INIT_FAILED               #language en-US  "%Hhexedit%N: Initialization Failed\n"
 | |
| #string STR_HEXEDIT_ONE_VAR                   #language en-US  "%Hhexedit%N: %s\n"
 | |
| #string STR_HEXEDIT_UNKNOWN_EDITOR            #language en-US  "%Hhexedit%N: Unknown Editor Error\n"
 | |
| #string STR_HEXEDIT_NOREDIRECT                #language en-US  "%Hhexedit%N: Redirection  are not allowed\n"
 |