// =========================================================================== // 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 "Create a new ^1s node" m_OutlinerEdRepMenu.kAnnAssemblyCreateLabel; displayString -replace -value "Add a ^1s representation to the selected assembly definition node." m_OutlinerEdRepMenu.kAnnAssemblyCreateRep; displayString -replace -value "Select a scene assembly reference or definition node for scene assembly options." m_OutlinerEdRepMenu.kAnnNoSceneAssemblySelected; displayString -replace -value "Switch to the selected representation" m_OutlinerEdRepMenu.kAnnNoneRepLabel; displayString -replace -value "Switch to the selected representation" m_OutlinerEdRepMenu.kAnnSceneAssemblyRep; displayString -replace -value "Unload the active representation from the scene " m_OutlinerEdRepMenu.kAnnUnloadActiveRepLabel; displayString -replace -value "Create ^1s..." m_OutlinerEdRepMenu.kAssemblyCreateLabel; displayString -replace -value "Add ^1s representation" m_OutlinerEdRepMenu.kAssemblyCreateRep; displayString -replace -value "Delete Representation" m_OutlinerEdRepMenu.kDeleteRepresentation; displayString -replace -value "List Edits..." m_OutlinerEdRepMenu.kListAssemblyEdits; displayString -replace -value "List edits to the contents of the selected assembly reference" m_OutlinerEdRepMenu.kListAssemblyEditsAnnot; displayString -replace -value "No scene assembly node is selected." m_OutlinerEdRepMenu.kNoSceneAssemblySelected; displayString -replace -value "No representations" m_OutlinerEdRepMenu.kNoneRepLabel; displayString -replace -value "..." m_OutlinerEdRepMenu.kOpenAssemblyWindow; displayString -replace -value "Unload Active Representation" m_OutlinerEdRepMenu.kUnloadActiveRepLabel;