// =========================================================================== // 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 "Assembly Reference Namespace:" m_assemblyReferenceUtil.kAssemblyReferenceNSLabel; displayString -replace -value "Definition file name:" m_assemblyReferenceUtil.kNamespaceOptionNewNamespaceWithFileName; displayString -replace -value "String: " m_assemblyReferenceUtil.kNamespaceOptionNewNamespaceWithString; displayString -replace -value "Namespace Options" m_assemblyReferenceUtil.kNamespaceOptions; displayString -replace -value "Representation Namespace:" m_assemblyReferenceUtil.kRepresentationNSLabel; displayString -replace -value "Set Definition File" m_assemblyReferenceUtil.kSetDefnFile; displayString -replace -value "It is strongly recommended that you use namespaces to resolve name clashes.\nBy disabling this option, all content will be merged into the :(root) namespace\nand objects with name clashes will be renamed." m_assemblyReferenceUtil.kUseNamespacesMsg;