Last change
on this file since 85716 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.7 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // String definitions for Ip4Config2 formset
|
---|
3 |
|
---|
4 | // Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | //
|
---|
7 | //**/
|
---|
8 |
|
---|
9 |
|
---|
10 | /=#
|
---|
11 |
|
---|
12 | #langdef en-US "English"
|
---|
13 |
|
---|
14 | #string STR_IP4_CONFIG2_FORM_TITLE #language en-US "IPv4 Network Configuration"
|
---|
15 | #string STR_IP4_CONFIG2_FORM_HELP #language en-US "Configure network parameters."
|
---|
16 | #string STR_IP4_DEVICE_FORM_TITLE #language en-US ""
|
---|
17 | #string STR_IP4_DEVICE_FORM_HELP #language en-US ""
|
---|
18 | #string STR_IP4_CONFIGURE #language en-US "Configured"
|
---|
19 | #string STR_IP4_CONFIGURE_HELP #language en-US "Indicate whether network address configured successfully or not."
|
---|
20 | #string STR_IP4_ENABLE_DHCP #language en-US "Enable DHCP"
|
---|
21 | #string STR_IP4_LOCAL_IP_ADDRESS #language en-US "Local IP Address"
|
---|
22 | #string STR_IP4_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation. Example: 192.168.10.12\r\n"
|
---|
23 | #string STR_IP4_LOCAL_MASK #language en-US "Local NetMask"
|
---|
24 | #string STR_IP4_MASK_HELP #language en-US "Enter NetMask in dotted-decimal notation. Example: 255.255.255.0\r\n"
|
---|
25 | #string STR_IP4_LOCAL_GATEWAY #language en-US "Local Gateway"
|
---|
26 | #string STR_IP4_GATEWAY_HELP #language en-US "Enter Gateway in dotted-decimal notation. Example: 192.168.10.1\r\n"
|
---|
27 | #string STR_IP4_LOCAL_DNS #language en-US "Local DNS Servers"
|
---|
28 | #string STR_IP4_DNS_HELP #language en-US "Enter DNS Servers in dotted-decimal notation. Example: 192.168.10.8 192.168.10.9\r\n"
|
---|
29 | #string STR_SAVE_CHANGES #language en-US "Save Changes and Exit"
|
---|
30 | #string STR_NULL #language en-US ""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.