VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni@ 77662

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: 7.3 KB
Line 
1// *++
2//
3// Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
4// This program and the accompanying materials
5// are licensed and made available under the terms and conditions of the BSD License
6// which accompanies this distribution. The full text of the license may be found at
7// http://opensource.org/licenses/bsd-license.php
8//
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11//
12// Module Name:
13//
14// IScsiConfigStrings.uni
15//
16// Abstract:
17//
18// String definitions for iSCSI configuration.
19//
20// Revision History:
21//
22// --*/
23
24/=#
25
26#langdef en-US "English"
27#langdef x-UEFI-ns "UefiNameSpace"
28
29#string STR_ISCSI_CONFIG_FORM_TITLE #language en-US "iSCSI Configuration"
30#string STR_ISCSI_CONFIG_FORM_HELP #language en-US "Configure the iSCSI parameters."
31#string STR_ISCSI_MAIN_FORM_TITLE #language en-US "iSCSI Configuration"
32#string STR_ISCSI_MAC_FORM_TITLE #language en-US "MAC Selection"
33#string STR_ISCSI_CONFIG_INIT_NAME #language en-US "iSCSI Initiator Name"
34 #language x-UEFI-ns "iSCSIInitiatorName"
35#string STR_ISCSI_CONFIG_INIT_NAME_HELP #language en-US "The worldwide unique name of iSCSI Initiator. Only IQN format is accepted."
36#string STR_ISCSI_ATTEMPT_NAME #language en-US "iSCSI Attempt Name"
37#string STR_ISCSI_ATTEMPT_NAME_HELP #language en-US "The human name defined for this attempt."
38#string STR_ISCSI_CONFIG_RETRY #language en-US "Connection Retry Count"
39#string STR_ISCSI_CONFIG_RETRY_HELP #language en-US "The minimum value is 0 and the maximum is 16. 0 means no retry."
40#string STR_ISCSI_CONFIG_TIMEOUT #language en-US "Connection Establishing Timeout"
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."
42#string STR_ADD_ATTEMPT_ENTRY #language en-US "Add an Attempt"
43#string STR_ISCSI_ATTEMPT_FORM_TITLE #language en-US "Attempt Configuration"
44#string STR_DEL_ATTEMPT_ENTRY #language en-US "Delete Attempts"
45#string STR_DEL_ATTEMPT_ENTRY_HELP #language en-US "Delete one or more attempts"
46#string STR_ORDER_ATTEMPT_ENTRY #language en-US "Change Attempt Order"
47#string STR_ISCSI_MODE_PROMPT #language en-US "iSCSI Mode"
48#string STR_ISCSI_MODE_HELP #language en-US "Disabled, Enabled, Enabled for MPIO"
49#string STR_ISCSI_MODE_DISABLED #language en-US "Disabled"
50#string STR_ISCSI_MODE_ENABLED #language en-US "Enabled"
51#string STR_ISCSI_MODE_ENABLED_FOR_MPIO #language en-US "Enabled for MPIO"
52#string STR_IP_MODE_PROMPT #language en-US "Internet Protocol"
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."
54#string STR_IP_MODE_IP4 #language en-US "IP4"
55#string STR_IP_MODE_IP6 #language en-US "IP6"
56#string STR_IP_MODE_AUTOCONFIG #language en-US "Autoconfigure"
57#string STR_AUTHEN_TYPE_PROMPT #language en-US "Authentication Type"
58#string STR_AUTHEN_TYPE_HELP #language en-US "Authentication method: CHAP, Kerberos, or None"
59#string STR_AUTHEN_TYPE_CHAP #language en-US "CHAP"
60#string STR_AUTHEN_TYPE_KERBEROS #language en-US "Kerberos"
61#string STR_AUTHEN_TYPE_NONE #language en-US "None"
62#string STR_ISCSI_LOCAL_IP_ADDRESS #language en-US " Initiator IP Address"
63#string STR_ISCSI_LOCAL_MASK #language en-US " Initiator Subnet Mask"
64#string STR_ISCSI_LOCAL_GATEWAY #language en-US " Gateway"
65#string STR_ISCSI_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation."
66#string STR_ISCSI_TARGET_NAME #language en-US " Target Name"
67#string STR_ISCSI_TARGET_NAME_HELP #language en-US "The worldwide unique name of the target. Only iqn. format is accepted."
68#string STR_ISCSI_TARGET_ADDRESS #language en-US " Target Address"
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."
70#string STR_ISCSI_TARGET_PORT #language en-US " Target Port"
71#string STR_ISCSI_BOOT_LUN #language en-US " Boot LUN"
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"
73#string STR_ISCSI_ENABLE_DHCP #language en-US "Enable DHCP"
74#string STR_ISCSI_ENABLE_DHCP_ON_TARGET #language en-US "Get target info via DHCP"
75#string STR_CHAP_TYPE_PROMPT #language en-US " CHAP Type"
76#string STR_CHAP_TYPE_HELP #language en-US "None, One way CHAP or mutual CHAP"
77#string STR_CHAP_TYPE_UNI #language en-US "One way"
78#string STR_CHAP_TYPE_MUTUAL #language en-US "Mutual"
79#string STR_ISCSI_CHAP_NAME #language en-US " CHAP Name"
80#string STR_ISCSI_CHAP_SECRET #language en-US " CHAP Secret"
81#string STR_ISCSI_CHAP_SECRET_HELP #language en-US "The minimum length is 12 bytes and the maximum length is 16 bytes."
82#string STR_ISCSI_REVERSE_CHAP_NAME #language en-US " Reverse CHAP Name"
83#string STR_ISCSI_REVERSE_CHAP_SECRET #language en-US " Reverse CHAP Secret"
84#string STR_RETURN_MAIN_FORM #language en-US "Back to Previous Page"
85#string STR_SAVE_CHANGES #language en-US "Save Changes"
86#string STR_SAVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place."
87#string STR_NULL #language en-US ""
88#string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"
89#string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit"
90#string STR_ISCSI_CONFIG_ISID #language en-US "ISID"
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."
92#string STR_ISCSI_MAC_PROMPT #language en-US "Configure the mac address for the attempt"
93 #language x-UEFI-ns "iSCSIMacAddr"
94#string STR_ISCSI_ADD_ATTEMPTS #language en-US "Add Attempts"
95 #language x-UEFI-ns "iSCSIAddAttempts"
96#string STR_ISCSI_DELETE_ATTEMPTS #language en-US "Delete Attempts"
97 #language x-UEFI-ns "iSCSIDeleteAttempts"
98#string STR_ISCSI_DISPLAY_ATTEMPTS #language en-US "Display Attempts"
99 #language x-UEFI-ns "iSCSIDisplayAttemptList"
100#string STR_ISCSI_ATTEMPT_ORDER #language en-US "New Attempt Order"
101 #language x-UEFI-ns "iSCSIAttemptOrder"
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."
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette