X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FIScsiDxe%2FIScsiConfigStrings.uni;h=10583f8f3b5a1201f73280d8093ce6f48b8d3f54;hb=9fb9cbfb65a779885bb2d059309237a92bb1b1a9;hp=7a80fab0ad265af4ca4e4604b3eb76b061858908;hpb=b55fecfee68876a2945dfe101ba84164bb748e54;p=mirror_edk2.git diff --git a/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni b/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni index 7a80fab0ad..10583f8f3b 100644 --- a/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni +++ b/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni @@ -1,6 +1,6 @@ // *++ // -// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.
// This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution. The full text of the license may be found at @@ -12,24 +12,26 @@ // Module Name: // // IScsiConfigStrings.uni -// +// // Abstract: -// +// // String definitions for iSCSI configuration. -// +// // Revision History: -// +// // --*/ /=# #langdef en-US "English" +#langdef x-UEFI-ns "UefiNameSpace" #string STR_ISCSI_CONFIG_FORM_TITLE #language en-US "iSCSI Configuration" #string STR_ISCSI_CONFIG_FORM_HELP #language en-US "Configure the iSCSI parameters." #string STR_ISCSI_MAIN_FORM_TITLE #language en-US "iSCSI Configuration" #string STR_ISCSI_MAC_FORM_TITLE #language en-US "MAC Selection" #string STR_ISCSI_CONFIG_INIT_NAME #language en-US "iSCSI Initiator Name" + #language x-UEFI-ns "iSCSIInitiatorName" #string STR_ISCSI_CONFIG_INIT_NAME_HELP #language en-US "The worldwide unique name of iSCSI Initiator. Only IQN format is accepted." #string STR_ISCSI_ATTEMPT_NAME #language en-US "iSCSI Attempt Name" #string STR_ISCSI_ATTEMPT_NAME_HELP #language en-US "The human name defined for this attempt." @@ -63,11 +65,12 @@ #string STR_ISCSI_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation." #string STR_ISCSI_TARGET_NAME #language en-US " Target Name" #string STR_ISCSI_TARGET_NAME_HELP #language en-US "The worldwide unique name of the target. Only iqn. format is accepted." -#string STR_ISCSI_TARGET_IP_ADDRESS #language en-US " Target IP Address" +#string STR_ISCSI_TARGET_ADDRESS #language en-US " Target Address" +#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." #string STR_ISCSI_TARGET_PORT #language en-US " Target Port" #string STR_ISCSI_BOOT_LUN #language en-US " Boot LUN" #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" -#string STR_ISCSI_ENABLE_DHCP #language en-US "Enable DHCP" +#string STR_ISCSI_ENABLE_DHCP #language en-US "Enable DHCP" #string STR_ISCSI_ENABLE_DHCP_ON_TARGET #language en-US "Get target info via DHCP" #string STR_CHAP_TYPE_PROMPT #language en-US " CHAP Type" #string STR_CHAP_TYPE_HELP #language en-US "None, One way CHAP or mutual CHAP" @@ -82,9 +85,18 @@ #string STR_SAVE_CHANGES #language en-US "Save Changes" #string STR_SAVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place." #string STR_NULL #language en-US "" -#string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit" -#string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit" +#string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit" +#string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit" #string STR_ISCSI_CONFIG_ISID #language en-US "ISID" #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." - - \ No newline at end of file +#string STR_ISCSI_MAC_PROMPT #language en-US "Configure the mac address for the attempt" + #language x-UEFI-ns "iSCSIMacAddr" +#string STR_ISCSI_ADD_ATTEMPTS #language en-US "Add Attempts" + #language x-UEFI-ns "iSCSIAddAttempts" +#string STR_ISCSI_DELETE_ATTEMPTS #language en-US "Delete Attempts" + #language x-UEFI-ns "iSCSIDeleteAttempts" +#string STR_ISCSI_DISPLAY_ATTEMPTS #language en-US "Display Attempts" + #language x-UEFI-ns "iSCSIDisplayAttemptList" +#string STR_ISCSI_ATTEMPT_ORDER #language en-US "New Attempt Order" + #language x-UEFI-ns "iSCSIAttemptOrder" +#string STR_ISCSI_ISID_HELP #language en-US "The iSCSI ISID. Default value are derived from MAC address. Only last 3 bytes are configurable."