Commit | Line | Data |
---|---|---|
44da8d28 FS |
1 | /** @file\r |
2 | String definitions for HTTP Boot configuration.\r | |
3 | \r | |
4 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r | |
5 | \r | |
6 | This program and the accompanying materials\r | |
7 | are licensed and made available under the terms and conditions of the BSD License\r | |
8 | which accompanies this distribution. The full text of the license may be found at\r | |
9 | http://opensource.org/licenses/bsd-license.php.\r | |
10 | \r | |
11 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
12 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
13 | \r | |
14 | **/\r | |
15 | \r | |
16 | #langdef en-US "English"\r | |
17 | \r | |
18 | #string STR_HTTP_BOOT_CONFIG_FORM_TITLE #language en-US "HTTP Boot Configuration"\r | |
19 | #string STR_HTTP_BOOT_CONFIG_FORM_HELP #language en-US "Configure HTTP Boot parameters."\r | |
20 | #string STR_HTTP_BOOT_IP_VERSION_PROMPT #language en-US "Internet Protocol"\r | |
21 | #string STR_HTTP_BOOT_IP_VERSION_HELP #language en-US "Select the version of Internet Protocol."\r | |
22 | #string STR_HTTP_BOOT_IP_VERSION_4 #language en-US "IP4"\r | |
23 | #string STR_HTTP_BOOT_IP_VERSION_6 #language en-US "IP6"\r | |
24 | #string STR_BOOT_URI_PROMPT #language en-US "Boot URI"\r | |
25 | #string STR_BOOT_URI_HELP #language en-US "A new Boot Option will be created accroding to this Boot URI."\r | |
26 | #string STR_BOOT_DESCRIPTION_PROMPT #language en-US "Input the description"\r | |
27 | #string STR_NULL_STRING #language en-US ""\r |