// =========================================================================== // 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 "child" m_publishAnchorNodes.kChild; displayString -replace -value "Child anchor" m_publishAnchorNodes.kChildAnchor; displayString -replace -value "^1s: Must select a DAG node to ^2s" m_publishAnchorNodes.kNoDagSelected; displayString -replace -value "^1s: ^2s is not in an asset, cannot ^3s." m_publishAnchorNodes.kNotInAsset; displayString -replace -value "^1s: Node ^2s could not be ^3sed with respect to asset ^4s since the former is neither a member of the selected asset, nor of one of its descendants, if applicable." m_publishAnchorNodes.kNotInHierarchy; displayString -replace -value "^1s failed: Node ^2s must not be published as ^3s anchor with respect to ^4s." m_publishAnchorNodes.kNotPublishedErr; displayString -replace -value "^1s: Nothing is selected. Please select node(s) to ^2s" m_publishAnchorNodes.kNothingSelected; displayString -replace -value "parent" m_publishAnchorNodes.kParent; displayString -replace -value "Parent anchor" m_publishAnchorNodes.kParentAnchor; displayString -replace -value "publish" m_publishAnchorNodes.kPublish; displayString -replace -value "^1s failed: Node ^2s must be published as ^3s anchor with respect to ^4s." m_publishAnchorNodes.kPublishedErr; displayString -replace -value "^1s: Select only a single asset from which to ^2s anchor(s)." m_publishAnchorNodes.kTooManyAssets; displayString -replace -value "unpublish" m_publishAnchorNodes.kUnpublish;