// =========================================================================== // 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 selection." m_manipMoveOrient.kInvalidSelection; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient move manipulator." m_manipMoveOrient.kNoSelection; displayString -replace -value "Orient Move Manipulator" m_manipMoveOrient.kOrientMoveManipAlignWith; displayString -replace -value "Orient Move Manipulator" m_manipMoveOrient.kOrientMoveManipComponentMoveTo; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient move manipulator." m_manipMoveOrient.kOrientMoveManipComponentNoSelectErr; displayString -replace -value "Select component to orient move manipulator axis" m_manipMoveOrient.kOrientMoveManipComponentPrompt; displayString -replace -value "Select edge to orient move manipulator axis with" m_manipMoveOrient.kOrientMoveManipEdge; displayString -replace -value "Select face to orient move manipulator axis with" m_manipMoveOrient.kOrientMoveManipFace; displayString -replace -value "Orient Move Manipulator" m_manipMoveOrient.kOrientMoveManipMoveTo; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient move manipulator." m_manipMoveOrient.kOrientMoveManipNoSelectErr; displayString -replace -value "Select an object to orient move manipulator axis" m_manipMoveOrient.kOrientMoveManipObjectPrompt; displayString -replace -value "Select point to orient move manipulator axis" m_manipMoveOrient.kOrientMoveManipPointPrompt;