// =========================================================================== // 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 "Invalid or no tag specified, using ^1s \n" m_proxyAdd.kInvalidTag; displayString -replace -value "Cannot add the proxy: the reference node name specified (^1s) either does not exist or is not a reference node\n" m_proxyAdd.kNotProxy; displayString -replace -value "original" m_proxyAdd.kOriginal; displayString -replace -value "References created using the Renaming Prefix option cannot have proxies added to them." m_proxyAdd.kRenamedPrefixCantHaveProxies;