]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/IScsiDxe/IScsiConfigStrings.uni
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiConfigStrings.uni
CommitLineData
b55fecfe
JJ
1// *++\r
2//\r
f75a7f56 3// Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
b55fecfe
JJ
4// This program and the accompanying materials\r
5// are licensed and made available under the terms and conditions of the BSD License\r
6// which accompanies this distribution. The full text of the license may be found at\r
7// http://opensource.org/licenses/bsd-license.php\r
8//\r
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11//\r
12// Module Name:\r
13//\r
14// IScsiConfigStrings.uni\r
8d1f5e04 15//\r
b55fecfe 16// Abstract:\r
8d1f5e04 17//\r
b55fecfe 18// String definitions for iSCSI configuration.\r
8d1f5e04 19//\r
b55fecfe 20// Revision History:\r
8d1f5e04 21//\r
b55fecfe
JJ
22// --*/\r
23\r
24/=#\r
25\r
26#langdef en-US "English"\r
8d1f5e04 27#langdef x-UEFI-ns "UefiNameSpace"\r
b55fecfe 28\r
f75a7f56
LG
29#string STR_ISCSI_CONFIG_FORM_TITLE #language en-US "iSCSI Configuration"\r
30#string STR_ISCSI_CONFIG_FORM_HELP #language en-US "Configure the iSCSI parameters."\r
b55fecfe
JJ
31#string STR_ISCSI_MAIN_FORM_TITLE #language en-US "iSCSI Configuration"\r
32#string STR_ISCSI_MAC_FORM_TITLE #language en-US "MAC Selection"\r
33#string STR_ISCSI_CONFIG_INIT_NAME #language en-US "iSCSI Initiator Name"\r
8d1f5e04 34 #language x-UEFI-ns "iSCSIInitiatorName"\r
b55fecfe
JJ
35#string STR_ISCSI_CONFIG_INIT_NAME_HELP #language en-US "The worldwide unique name of iSCSI Initiator. Only IQN format is accepted."\r
36#string STR_ISCSI_ATTEMPT_NAME #language en-US "iSCSI Attempt Name"\r
37#string STR_ISCSI_ATTEMPT_NAME_HELP #language en-US "The human name defined for this attempt."\r
38#string STR_ISCSI_CONFIG_RETRY #language en-US "Connection Retry Count"\r
39#string STR_ISCSI_CONFIG_RETRY_HELP #language en-US "The minimum value is 0 and the maximum is 16. 0 means no retry."\r
40#string STR_ISCSI_CONFIG_TIMEOUT #language en-US "Connection Establishing Timeout"\r
41#string STR_ISCSI_CONFIG_TIMEOUT_HELP #language en-US "The timeout value in milliseconds. The minimum value is 100 milliseconds and the maximum is 20 seconds."\r
42#string STR_ADD_ATTEMPT_ENTRY #language en-US "Add an Attempt"\r
43#string STR_ISCSI_ATTEMPT_FORM_TITLE #language en-US "Attempt Configuration"\r
44#string STR_DEL_ATTEMPT_ENTRY #language en-US "Delete Attempts"\r
45#string STR_DEL_ATTEMPT_ENTRY_HELP #language en-US "Delete one or more attempts"\r
46#string STR_ORDER_ATTEMPT_ENTRY #language en-US "Change Attempt Order"\r
47#string STR_ISCSI_MODE_PROMPT #language en-US "iSCSI Mode"\r
48#string STR_ISCSI_MODE_HELP #language en-US "Disabled, Enabled, Enabled for MPIO"\r
49#string STR_ISCSI_MODE_DISABLED #language en-US "Disabled"\r
50#string STR_ISCSI_MODE_ENABLED #language en-US "Enabled"\r
51#string STR_ISCSI_MODE_ENABLED_FOR_MPIO #language en-US "Enabled for MPIO"\r
52#string STR_IP_MODE_PROMPT #language en-US "Internet Protocol"\r
53#string STR_IP_MODE_HELP #language en-US "Initiator IP address is system assigned in IP6 mode. In Autoconfigure mode, iSCSI driver will attempt to connect iSCSI target via IPv4 stack, if failed then attempt IPv6 stack."\r
54#string STR_IP_MODE_IP4 #language en-US "IP4"\r
55#string STR_IP_MODE_IP6 #language en-US "IP6"\r
56#string STR_IP_MODE_AUTOCONFIG #language en-US "Autoconfigure"\r
57#string STR_AUTHEN_TYPE_PROMPT #language en-US "Authentication Type"\r
58#string STR_AUTHEN_TYPE_HELP #language en-US "Authentication method: CHAP, Kerberos, or None"\r
59#string STR_AUTHEN_TYPE_CHAP #language en-US "CHAP"\r
60#string STR_AUTHEN_TYPE_KERBEROS #language en-US "Kerberos"\r
61#string STR_AUTHEN_TYPE_NONE #language en-US "None"\r
62#string STR_ISCSI_LOCAL_IP_ADDRESS #language en-US " Initiator IP Address"\r
63#string STR_ISCSI_LOCAL_MASK #language en-US " Initiator Subnet Mask"\r
64#string STR_ISCSI_LOCAL_GATEWAY #language en-US " Gateway"\r
65#string STR_ISCSI_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation."\r
66#string STR_ISCSI_TARGET_NAME #language en-US " Target Name"\r
67#string STR_ISCSI_TARGET_NAME_HELP #language en-US "The worldwide unique name of the target. Only iqn. format is accepted."\r
eabc6e59
ZL
68#string STR_ISCSI_TARGET_ADDRESS #language en-US " Target Address"\r
69#string STR_ISCSI_TARGET_ADDRESS_HELP #language en-US "Enter Target address in IPv4,IPv6 or URL format.You need to configure DNS server address in advance if input a URL string."\r
b55fecfe
JJ
70#string STR_ISCSI_TARGET_PORT #language en-US " Target Port"\r
71#string STR_ISCSI_BOOT_LUN #language en-US " Boot LUN"\r
72#string STR_ISCSI_BOOT_LUN_HELP #language en-US "Hexadecimal representation of the LU number. Examples are: 4752-3A4F-6b7e-2F99, 6734-9-156f-127, 4186-9"\r
8d1f5e04 73#string STR_ISCSI_ENABLE_DHCP #language en-US "Enable DHCP"\r
b55fecfe
JJ
74#string STR_ISCSI_ENABLE_DHCP_ON_TARGET #language en-US "Get target info via DHCP"\r
75#string STR_CHAP_TYPE_PROMPT #language en-US " CHAP Type"\r
76#string STR_CHAP_TYPE_HELP #language en-US "None, One way CHAP or mutual CHAP"\r
77#string STR_CHAP_TYPE_UNI #language en-US "One way"\r
78#string STR_CHAP_TYPE_MUTUAL #language en-US "Mutual"\r
79#string STR_ISCSI_CHAP_NAME #language en-US " CHAP Name"\r
80#string STR_ISCSI_CHAP_SECRET #language en-US " CHAP Secret"\r
81#string STR_ISCSI_CHAP_SECRET_HELP #language en-US "The minimum length is 12 bytes and the maximum length is 16 bytes."\r
82#string STR_ISCSI_REVERSE_CHAP_NAME #language en-US " Reverse CHAP Name"\r
83#string STR_ISCSI_REVERSE_CHAP_SECRET #language en-US " Reverse CHAP Secret"\r
84#string STR_RETURN_MAIN_FORM #language en-US "Back to Previous Page"\r
85#string STR_SAVE_CHANGES #language en-US "Save Changes"\r
86#string STR_SAVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place."\r
87#string STR_NULL #language en-US ""\r
8d1f5e04
ZL
88#string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"\r
89#string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit"\r
b55fecfe
JJ
90#string STR_ISCSI_CONFIG_ISID #language en-US "ISID"\r
91#string STR_ISCSI_CONFIG_ISID_HELP #language en-US "OUI-format ISID in 6 bytes, default value are derived from MAC address. Only last 3 bytes are configurable. Example: update 0ABBCCDDEEFF to 0ABBCCF07901 by input F07901."\r
8d1f5e04
ZL
92#string STR_ISCSI_MAC_PROMPT #language en-US "Configure the mac address for the attempt"\r
93 #language x-UEFI-ns "iSCSIMacAddr"\r
94#string STR_ISCSI_ADD_ATTEMPTS #language en-US "Add Attempts"\r
95 #language x-UEFI-ns "iSCSIAddAttempts"\r
96#string STR_ISCSI_DELETE_ATTEMPTS #language en-US "Delete Attempts"\r
97 #language x-UEFI-ns "iSCSIDeleteAttempts"\r
98#string STR_ISCSI_DISPLAY_ATTEMPTS #language en-US "Display Attempts"\r
99 #language x-UEFI-ns "iSCSIDisplayAttemptList"\r
100#string STR_ISCSI_ATTEMPT_ORDER #language en-US "New Attempt Order"\r
101 #language x-UEFI-ns "iSCSIAttemptOrder"\r
41c9011c 102#string STR_ISCSI_ISID_HELP #language en-US "The iSCSI ISID. Default value are derived from MAC address. Only last 3 bytes are configurable."\r