Home | History | Annotate | Download | only in IScsiDxe
      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 
     27 #langdef en-US "English"
     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_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 the initiator. Only iqn. format is accepted."
     34 #string STR_ISCSI_DEVICE_FORM_TITLE     #language en-US ""
     35 #string STR_ISCSI_DEVICE_ENABLE         #language en-US "Enable iSCSI"
     36 #string STR_ISCSI_LOCAL_IP_ADDRESS      #language en-US "  Initiator IP Address"
     37 #string STR_ISCSI_LOCAL_MASK            #language en-US "  Initiator Subnet Mask" 
     38 #string STR_ISCSI_LOCAL_GATEWAY         #language en-US "  Gateway"
     39 #string STR_ISCSI_IP_ADDRESS_HELP       #language en-US "Enter IP address in dotted-decimal notation."       
     40 #string STR_ISCSI_TARGET_NAME           #language en-US "  Target Name"     
     41 #string STR_ISCSI_TARGET_IP_ADDRESS     #language en-US "  Target IP Address"     
     42 #string STR_ISCSI_TARGET_PORT           #language en-US "  Target Port"     
     43 #string STR_ISCSI_BOOT_LUN              #language en-US "  Boot LUN"
     44 #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"
     45 #string STR_ISCSI_ENABLE_DHCP           #language en-US "Enable DHCP"         
     46 #string STR_ISCSI_ENABLE_DHCP_ON_TARGET #language en-US "Get target info via DHCP"
     47 #string STR_CHAP_TYPE_PROMPT            #language en-US "CHAP Type"
     48 #string STR_CHAP_TYPE_HELP              #language en-US "None, One way CHAP or mutual CHAP"
     49 #string STR_CHAP_TYPE_NONE              #language en-US "None"
     50 #string STR_CHAP_TYPE_UNI               #language en-US "One way"
     51 #string STR_CHAP_TYPE_MUTUAL            #language en-US "Mutual"
     52 #string STR_ISCSI_CHAP_NAME             #language en-US "  CHAP Name"
     53 #string STR_ISCSI_CHAP_SECRET           #language en-US "  CHAP Secret"
     54 #string STR_ISCSI_CHAP_SECRET_HELP      #language en-US "The minimum length is 12 bytes and the maximum length is 16 bytes."
     55 #string STR_ISCSI_REVERSE_CHAP_NAME     #language en-US "  Reverse CHAP Name"
     56 #string STR_ISCSI_REVERSE_CHAP_SECRET   #language en-US "  Reverse CHAP Secret"
     57 #string STR_ISCSI_CONFIG_ISID           #language en-US "ISID"
     58 #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."
     59 #string STR_RETURN_MAIN_FORM            #language en-US "Back to Previous Page"
     60 #string STR_SAVE_CHANGES                #language en-US "Save Changes"                 
     61 #string STR_NULL                        #language en-US ""
     62