// =========================================================================== // 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 "Node ^1s is the active proxy and cannot be removed\n" m_proxyRemove.kActiveProxyNode; displayString -replace -value "Cancel" m_proxyRemove.kCancel; displayString -replace -value "Invalid reference specified in proxyRemove, aborting\n" m_proxyRemove.kInvalidReference; displayString -replace -value "Node ^1s is not a proxy\n" m_proxyRemove.kNotProxy; displayString -replace -value "Remove" m_proxyRemove.kRemove; displayString -replace -value "Remove Proxy" m_proxyRemove.kRemoveProxy; displayString -replace -value "Removing the proxy ^1s is not undoable." m_proxyRemove.kRemoveProxyMsg;