1// *++ 2// 3// Copyright (c) 2004 - 2011, 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 28#string STR_ISCSI_CONFIG_FORM_TITLE #language en-US "iSCSI Configuration" 29#string STR_ISCSI_CONFIG_FORM_HELP #language en-US "Configure the iSCSI parameters." 30#string STR_ISCSI_MAIN_FORM_TITLE #language en-US "iSCSI Configuration" 31#string STR_ISCSI_MAC_FORM_TITLE #language en-US "MAC Selection" 32#string STR_ISCSI_CONFIG_INIT_NAME #language en-US "iSCSI Initiator Name" 33#string STR_ISCSI_CONFIG_INIT_NAME_HELP #language en-US "The worldwide unique name of iSCSI Initiator. Only IQN format is accepted." 34#string STR_ISCSI_ATTEMPT_NAME #language en-US "iSCSI Attempt Name" 35#string STR_ISCSI_ATTEMPT_NAME_HELP #language en-US "The human name defined for this attempt." 36#string STR_ISCSI_CONFIG_RETRY #language en-US "Connection Retry Count" 37#string STR_ISCSI_CONFIG_RETRY_HELP #language en-US "The minimum value is 0 and the maximum is 16. 0 means no retry." 38#string STR_ISCSI_CONFIG_TIMEOUT #language en-US "Connection Establishing Timeout" 39#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." 40#string STR_ADD_ATTEMPT_ENTRY #language en-US "Add an Attempt" 41#string STR_ISCSI_ATTEMPT_FORM_TITLE #language en-US "Attempt Configuration" 42#string STR_DEL_ATTEMPT_ENTRY #language en-US "Delete Attempts" 43#string STR_DEL_ATTEMPT_ENTRY_HELP #language en-US "Delete one or more attempts" 44#string STR_ORDER_ATTEMPT_ENTRY #language en-US "Change Attempt Order" 45#string STR_ISCSI_MODE_PROMPT #language en-US "iSCSI Mode" 46#string STR_ISCSI_MODE_HELP #language en-US "Disabled, Enabled, Enabled for MPIO" 47#string STR_ISCSI_MODE_DISABLED #language en-US "Disabled" 48#string STR_ISCSI_MODE_ENABLED #language en-US "Enabled" 49#string STR_ISCSI_MODE_ENABLED_FOR_MPIO #language en-US "Enabled for MPIO" 50#string STR_IP_MODE_PROMPT #language en-US "Internet Protocol" 51#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." 52#string STR_IP_MODE_IP4 #language en-US "IP4" 53#string STR_IP_MODE_IP6 #language en-US "IP6" 54#string STR_IP_MODE_AUTOCONFIG #language en-US "Autoconfigure" 55#string STR_AUTHEN_TYPE_PROMPT #language en-US "Authentication Type" 56#string STR_AUTHEN_TYPE_HELP #language en-US "Authentication method: CHAP, Kerberos, or None" 57#string STR_AUTHEN_TYPE_CHAP #language en-US "CHAP" 58#string STR_AUTHEN_TYPE_KERBEROS #language en-US "Kerberos" 59#string STR_AUTHEN_TYPE_NONE #language en-US "None" 60#string STR_ISCSI_LOCAL_IP_ADDRESS #language en-US " Initiator IP Address" 61#string STR_ISCSI_LOCAL_MASK #language en-US " Initiator Subnet Mask" 62#string STR_ISCSI_LOCAL_GATEWAY #language en-US " Gateway" 63#string STR_ISCSI_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation." 64#string STR_ISCSI_TARGET_NAME #language en-US " Target Name" 65#string STR_ISCSI_TARGET_NAME_HELP #language en-US "The worldwide unique name of the target. Only iqn. format is accepted." 66#string STR_ISCSI_TARGET_IP_ADDRESS #language en-US " Target IP Address" 67#string STR_ISCSI_TARGET_PORT #language en-US " Target Port" 68#string STR_ISCSI_BOOT_LUN #language en-US " Boot LUN" 69#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" 70#string STR_ISCSI_ENABLE_DHCP #language en-US "Enable DHCP" 71#string STR_ISCSI_ENABLE_DHCP_ON_TARGET #language en-US "Get target info via DHCP" 72#string STR_CHAP_TYPE_PROMPT #language en-US " CHAP Type" 73#string STR_CHAP_TYPE_HELP #language en-US "None, One way CHAP or mutual CHAP" 74#string STR_CHAP_TYPE_UNI #language en-US "One way" 75#string STR_CHAP_TYPE_MUTUAL #language en-US "Mutual" 76#string STR_ISCSI_CHAP_NAME #language en-US " CHAP Name" 77#string STR_ISCSI_CHAP_SECRET #language en-US " CHAP Secret" 78#string STR_ISCSI_CHAP_SECRET_HELP #language en-US "The minimum length is 12 bytes and the maximum length is 16 bytes." 79#string STR_ISCSI_REVERSE_CHAP_NAME #language en-US " Reverse CHAP Name" 80#string STR_ISCSI_REVERSE_CHAP_SECRET #language en-US " Reverse CHAP Secret" 81#string STR_RETURN_MAIN_FORM #language en-US "Back to Previous Page" 82#string STR_SAVE_CHANGES #language en-US "Save Changes" 83#string STR_SAVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place." 84#string STR_NULL #language en-US "" 85#string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit" 86#string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit" 87#string STR_ISCSI_CONFIG_ISID #language en-US "ISID" 88#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." 89 90