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