// =========================================================================== // 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_manipScaleOrient.kInvalidSelection; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient scale manipulator." m_manipScaleOrient.kNoSelection; displayString -replace -value "Orient Scale Manipulator" m_manipScaleOrient.kOrientScaleManipAlignWith; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient scale manipulator." m_manipScaleOrient.kOrientScaleManipComponentNoSelectErr; displayString -replace -value "Select component to orient scale manipulator axis" m_manipScaleOrient.kOrientScaleManipComponentPrompt; displayString -replace -value "Orient Scale Manipulator" m_manipScaleOrient.kOrientScaleManipComponentScaleTo; displayString -replace -value "Select edge to orient scale manipulator axis with" m_manipScaleOrient.kOrientScaleManipEdge; displayString -replace -value "Select face to orient scale manipulator axis with" m_manipScaleOrient.kOrientScaleManipFace; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient scale manipulator." m_manipScaleOrient.kOrientScaleManipNoSelectErr; displayString -replace -value "Select an object to orient scale manipulator axis" m_manipScaleOrient.kOrientScaleManipObjectPrompt; displayString -replace -value "Select point to orient scale manipulator axis" m_manipScaleOrient.kOrientScaleManipPointPrompt; displayString -replace -value "Orient Scale Manipulator" m_manipScaleOrient.kOrientScaleManipScaleTo;