// =========================================================================== // 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 "Additionally select a constraint node to add items into." m_getNConstraintToEdit.kAdditionallyAdd; displayString -replace -value "Additionally select a constraint node to replace with items." m_getNConstraintToEdit.kAdditionallyReplace; displayString -replace -value "^1s does not belong to any constraint." m_getNConstraintToEdit.kDoesNotBelong; displayString -replace -value "Multiple constraints for selected items. Additionally select the constraint node to edit." m_getNConstraintToEdit.kMultipleConstraints; displayString -replace -value "Must select a constrained object." m_getNConstraintToEdit.kNothingSelected; displayString -replace -value "Select just one constraint node." m_getNConstraintToEdit.kSelectJustOne; displayString -replace -value "Selected items not currently constrained." m_getNConstraintToEdit.kSelectedItemsNot;