// =========================================================================== // 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 "Add Child Anchor:" m_AEcontainerTemplate.kAddChildAnchor; displayString -replace -value "Add Parent Anchor:" m_AEcontainerTemplate.kAddParentAnchor; displayString -replace -value "Add Published Node:" m_AEcontainerTemplate.kAddPubNode; displayString -replace -value "Cancel" m_AEcontainerTemplate.kCancel; displayString -replace -value "child anchor" m_AEcontainerTemplate.kChildAnchorType; displayString -replace -value "Child Anchors" m_AEcontainerTemplate.kChildAnchors; displayString -replace -value "Must select a DAG object to use as anchor." m_AEcontainerTemplate.kMustSelectAnchorObject; displayString -replace -value "node" m_AEcontainerTemplate.kNodeType; displayString -replace -value "Nodes" m_AEcontainerTemplate.kNodes; displayString -replace -value "None" m_AEcontainerTemplate.kNone; displayString -replace -value "OK" m_AEcontainerTemplate.kOk; displayString -replace -value "parent anchor" m_AEcontainerTemplate.kParentAnchorType; displayString -replace -value "Parent Anchors" m_AEcontainerTemplate.kParentAnchors; displayString -replace -value "Publish Anchor Node" m_AEcontainerTemplate.kPublishAnchorNode; displayString -replace -value "Publish as ^1s." m_AEcontainerTemplate.kPublishAnnot; displayString -replace -value "Published Nodes" m_AEcontainerTemplate.kPublishedNodes; displayString -replace -value "root" m_AEcontainerTemplate.kRootAnchorType; displayString -replace -value "Show attribute editor tab for this node." m_AEcontainerTemplate.kSelectNode; displayString -replace -value "Selection Transform: " m_AEcontainerTemplate.kSelectionTransform; displayString -replace -value "Enter anchor name:" m_AEcontainerTemplate.kSpecifyAnchorName; displayString -replace -value "Unbind from ^1s." m_AEcontainerTemplate.kUnbindAnnot; displayString -replace -value "Unpublish as ^1s." m_AEcontainerTemplate.kUnpublishAnnot;