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 ""
|
---|