Last change
on this file since 77662 was 77662, checked in by vboxsync, 6 years ago |
EFI: First step in UDK2018 merge. Does not build yet.
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.4 KB
|
Line | |
---|
1 | /** @file
|
---|
2 | String definitions for HTTP Boot configuration.
|
---|
3 |
|
---|
4 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 |
|
---|
6 | This program and the accompanying materials
|
---|
7 | are licensed and made available under the terms and conditions of the BSD License
|
---|
8 | which accompanies this distribution. The full text of the license may be found at
|
---|
9 | http://opensource.org/licenses/bsd-license.php.
|
---|
10 |
|
---|
11 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
12 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
13 |
|
---|
14 | **/
|
---|
15 |
|
---|
16 | #langdef en-US "English"
|
---|
17 |
|
---|
18 | #string STR_HTTP_BOOT_CONFIG_FORM_TITLE #language en-US "HTTP Boot Configuration"
|
---|
19 | #string STR_HTTP_BOOT_CONFIG_FORM_HELP #language en-US "Configure HTTP Boot parameters."
|
---|
20 | #string STR_HTTP_BOOT_IP_VERSION_PROMPT #language en-US "Internet Protocol"
|
---|
21 | #string STR_HTTP_BOOT_IP_VERSION_HELP #language en-US "Select the version of Internet Protocol."
|
---|
22 | #string STR_HTTP_BOOT_IP_VERSION_4 #language en-US "IP4"
|
---|
23 | #string STR_HTTP_BOOT_IP_VERSION_6 #language en-US "IP6"
|
---|
24 | #string STR_BOOT_URI_PROMPT #language en-US "Boot URI"
|
---|
25 | #string STR_BOOT_URI_HELP #language en-US "A new Boot Option will be created according to this Boot URI."
|
---|
26 | #string STR_BOOT_DESCRIPTION_PROMPT #language en-US "Input the description"
|
---|
27 | #string STR_NULL_STRING #language en-US ""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.