Last change
on this file since 80721 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.1 KB
|
Line | |
---|
1 | /** @file
|
---|
2 | String definitions for HTTP Boot configuration.
|
---|
3 |
|
---|
4 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 |
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #langdef en-US "English"
|
---|
11 |
|
---|
12 | #string STR_HTTP_BOOT_CONFIG_FORM_TITLE #language en-US "HTTP Boot Configuration"
|
---|
13 | #string STR_HTTP_BOOT_CONFIG_FORM_HELP #language en-US "Configure HTTP Boot parameters."
|
---|
14 | #string STR_HTTP_BOOT_IP_VERSION_PROMPT #language en-US "Internet Protocol"
|
---|
15 | #string STR_HTTP_BOOT_IP_VERSION_HELP #language en-US "Select the version of Internet Protocol."
|
---|
16 | #string STR_HTTP_BOOT_IP_VERSION_4 #language en-US "IP4"
|
---|
17 | #string STR_HTTP_BOOT_IP_VERSION_6 #language en-US "IP6"
|
---|
18 | #string STR_BOOT_URI_PROMPT #language en-US "Boot URI"
|
---|
19 | #string STR_BOOT_URI_HELP #language en-US "A new Boot Option will be created according to this Boot URI."
|
---|
20 | #string STR_BOOT_DESCRIPTION_PROMPT #language en-US "Input the description"
|
---|
21 | #string STR_NULL_STRING #language en-US ""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.