// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Default" m_connectWindow.kAttrAlphaDefault; displayString -replace -value "Attribute Order" m_connectWindow.kAttrAlphaOrder; displayString -replace -value "Alphabetical, ascend" m_connectWindow.kAttrAlphabeticalAscend; displayString -replace -value "Alphabetical, descend" m_connectWindow.kAttrAlphabeticalDescend; displayString -replace -value "Auto-connect" m_connectWindow.kAutoConnect; displayString -replace -value "Break" m_connectWindow.kBreak; displayString -replace -value "Break highlighed connections" m_connectWindow.kBreakhighlightedAnnot; displayString -replace -value "Change to connecting in the opposite direction" m_connectWindow.kChangetoconnectAnnot; displayString -replace -value "Channel Names" m_connectWindow.kChannelNames; displayString -replace -value "Clear All" m_connectWindow.kClearAll; displayString -replace -value "Close" m_connectWindow.kClose; displayString -replace -value "Close Connection Editor" m_connectWindow.kCloseAnnot; displayString -replace -value "Connect highlighed attributes" m_connectWindow.kConnectAnnot; displayString -replace -value "Connection" m_connectWindow.kConnection; displayString -replace -value "Connection Editor " m_connectWindow.kConnectionEditor; displayString -replace -value "Display" m_connectWindow.kDisplay; displayString -replace -value "from -> to" m_connectWindow.kFromTo; displayString -replace -value "from -> to" m_connectWindow.kFromToButton; displayString -replace -value "from -> to" m_connectWindow.kFromToButtonText; displayString -replace -value "Help on Connection Editor" m_connectWindow.kHelpConnectionEdi; displayString -replace -value "Inputs" m_connectWindow.kInoutsText; displayString -replace -value "Input Selection" m_connectWindow.kInputSelector; displayString -replace -value "Inputs" m_connectWindow.kInputs; displayString -replace -value "Inputs" m_connectWindow.kInputsForm; displayString -replace -value "Inputs" m_connectWindow.kInputsLabel; displayString -replace -value "Inputs" m_connectWindow.kInputsOnlyLabel; displayString -replace -value "Inputs" m_connectWindow.kInputsTextLabel; displayString -replace -value "Left Display" m_connectWindow.kLeftDisplay; displayString -replace -value "Long" m_connectWindow.kLong; displayString -replace -value "Make" m_connectWindow.kMake; displayString -replace -value "Move left side into right and load a left connection into left" m_connectWindow.kMoveLefttoRightAnnot; displayString -replace -value "Move right side into left and load a right connection into right" m_connectWindow.kMoveRighttoLeftAnnot; displayString -replace -value "Nice" m_connectWindow.kNice; displayString -replace -value "Options" m_connectWindow.kOptions; displayString -replace -value "Output Selection" m_connectWindow.kOutputSelector; displayString -replace -value "Outputs" m_connectWindow.kOutputs; displayString -replace -value "Outputs" m_connectWindow.kOutputsForm; displayString -replace -value "Outputs" m_connectWindow.kOutputsLabel; displayString -replace -value "Outputs" m_connectWindow.kOutputsOnlyLabel; displayString -replace -value "Outputs" m_connectWindow.kOutputsText; displayString -replace -value "Outputs" m_connectWindow.kOutputsTextLabel; displayString -replace -value "Reload Left" m_connectWindow.kReloadLeftButton; displayString -replace -value "Reload Right" m_connectWindow.kReloadRightButton; displayString -replace -value "Remove highlighted objects (if attributes highlighted, removes their object)" m_connectWindow.kRemhighlightedAnnot; displayString -replace -value "Remove" m_connectWindow.kRemove; displayString -replace -value "Remove everything from Connection Editor" m_connectWindow.kRemoveevrythingAnnot; displayString -replace -value "Replace left side contents with current selection" m_connectWindow.kReplaceLeftContentsAnnot; displayString -replace -value "Replace right side contents with current selection" m_connectWindow.kReplaceRightContentsAnnot; displayString -replace -value "Right Display" m_connectWindow.kRightDisplay; displayString -replace -value "Short" m_connectWindow.kShort; displayString -replace -value "Show Connected Only" m_connectWindow.kShowConnectedOnly; displayString -replace -value "Show Hidden" m_connectWindow.kShowHidden; displayString -replace -value "Show Inputs Only" m_connectWindow.kShowInputsOnly; displayString -replace -value "Show Non-Keyable" m_connectWindow.kShowNonKeyable; displayString -replace -value "Show Outputs Only" m_connectWindow.kShowOutputsOnly; displayString -replace -value "Show Published Only" m_connectWindow.kShowPublishedOnly; displayString -replace -value "Show Readable" m_connectWindow.kShowReadable; displayString -replace -value "to <- from" m_connectWindow.kToFrom; displayString -replace -value "to <- from" m_connectWindow.kToFronButton;