MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// *++
|
||||
//
|
||||
// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// 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,13 +12,13 @@
|
||||
// Module Name:
|
||||
//
|
||||
// IScsiConfigStrings.uni
|
||||
//
|
||||
//
|
||||
// Abstract:
|
||||
//
|
||||
//
|
||||
// String definitions for iSCSI configuration.
|
||||
//
|
||||
//
|
||||
// Revision History:
|
||||
//
|
||||
//
|
||||
// --*/
|
||||
|
||||
|
||||
@@ -26,23 +26,23 @@
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
#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_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_CONFIG_INIT_NAME #language en-US "iSCSI Initiator Name"
|
||||
#string STR_ISCSI_CONFIG_INIT_NAME_HELP #language en-US "The worldwide unique name of the initiator. Only iqn. format is accepted."
|
||||
#string STR_ISCSI_DEVICE_FORM_TITLE #language en-US ""
|
||||
#string STR_ISCSI_DEVICE_ENABLE #language en-US "Enable iSCSI"
|
||||
#string STR_ISCSI_LOCAL_IP_ADDRESS #language en-US " Initiator IP Address"
|
||||
#string STR_ISCSI_LOCAL_MASK #language en-US " Initiator Subnet Mask"
|
||||
#string STR_ISCSI_LOCAL_MASK #language en-US " Initiator Subnet Mask"
|
||||
#string STR_ISCSI_LOCAL_GATEWAY #language en-US " Gateway"
|
||||
#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_IP_ADDRESS #language en-US " Target IP Address"
|
||||
#string STR_ISCSI_TARGET_PORT #language en-US " Target Port"
|
||||
#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_IP_ADDRESS #language en-US " Target IP Address"
|
||||
#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"
|
||||
@@ -57,6 +57,6 @@
|
||||
#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."
|
||||
#string STR_RETURN_MAIN_FORM #language en-US "Back to Previous Page"
|
||||
#string STR_SAVE_CHANGES #language en-US "Save Changes"
|
||||
#string STR_SAVE_CHANGES #language en-US "Save Changes"
|
||||
#string STR_NULL #language en-US ""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user