Files
system76-edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskHiiStrings.uni
Hao Wu 20752cb8e7 MdeModulePkg: Add RamDiskDxe driver implementation
The RamDiskDxe driver will:
1. Produce the EFI RAM Disk Protocol
2. Install RAM disk device path and block I/O related protocols on the
   RAM disk device handle.
3. Install RAM disk configuration form to HII database

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
2016-02-29 13:51:08 +08:00

43 lines
2.2 KiB
Plaintext

// /** @file
// String definitions for RamDiskDxe driver form.
//
// Copyright (c) 2016, 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_FORM_SET_TITLE #language en-US "RAM Disk Configutation"
#string STR_FORM_SET_TITLE_HELP #language en-US "Press <Enter> to add/remove RAM disks."
#string STR_MAIN_FORM_TITLE #language en-US "RAM Disk HII Main Screen"
#string STR_RAM_DISK_NULL_STRING #language en-US ""
#string STR_RAM_DISK_LIST_TEXT #language en-US "Created RAM disk list:"
#string STR_RAM_DISK_LIST_HELP #language en-US "Select for remove"
#string STR_GOTO_ADD_RAW_FORM #language en-US "Create raw"
#string STR_GOTO_ADD_RAW_FORM_HELP #language en-US "Create a raw RAM disk."
#string STR_GOTO_ADD_FROM_FILE_FORM #language en-US "Create from file"
#string STR_GOTO_ADD_FROM_FILE_FORM_HELP #language en-US "Create a RAM disk from a given file."
#string STR_REMOVE_SEL_HELP #language en-US "Remove selected RAM disk(s)"
#string STR_REMOVE_SEL_TEXT #language en-US "Remove selected RAM disk(s)."
#string STR_ADD_RAW_FORM_TITLE #language en-US "Add A Raw RAM Disk"
#string STR_ADD_RAW_FORM_SUBTITLE_TEXT #language en-US " "
#string STR_SIZE_PROMPT #language en-US "Size (Hex):"
#string STR_SIZE_HELP #language en-US "The valid RAM disk size should be multiples of the RAM disk block size."
#string STR_CREATE_AND_EXIT_HELP #language en-US "Create a new RAM disk with the given starting and ending address."
#string STR_CREATE_AND_EXIT_PROMPT #language en-US "Create & Exit"
#string STR_DISCARD_AND_EXIT_HELP #language en-US "Discard and exit."
#string STR_DISCARD_AND_EXIT_PROMPT #language en-US "Discard & Exit"