// =========================================================================== // 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 "Attributes" m_dynRenameAttrWin.kAttributes; displayString -replace -value "Close" m_dynRenameAttrWin.kClose; displayString -replace -value "Displayable" m_dynRenameAttrWin.kDisplayable; displayString -replace -value "Edit Attribute" m_dynRenameAttrWin.kEditAttribute; displayString -replace -value "Edit Attribute: ^1s..." m_dynRenameAttrWin.kEditAttributeTitle; displayString -replace -value "Edit Attribute" m_dynRenameAttrWin.kEditWndTitle; displayString -replace -value "Enable/Disable minimum and maximum values for numeric attributes" m_dynRenameAttrWin.kEnableDisableAnnot; displayString -replace -value "Enter the new name for the selected attribute" m_dynRenameAttrWin.kEnterNewNameAnnot; displayString -replace -value "Enum Names" m_dynRenameAttrWin.kEnumNames; displayString -replace -value "Has maximum" m_dynRenameAttrWin.kHasMaximum; displayString -replace -value "Has minimum" m_dynRenameAttrWin.kHasMinimum; displayString -replace -value "Help" m_dynRenameAttrWin.kHelp; displayString -replace -value "Help on Editing Attributes" m_dynRenameAttrWin.kHelponEditingAttributes; displayString -replace -value "Hidden" m_dynRenameAttrWin.kHidden; displayString -replace -value "Keyable" m_dynRenameAttrWin.kKeyable; displayString -replace -value "Min/Max:" m_dynRenameAttrWin.kMinMax; displayString -replace -value "Modify the minimum and maximum values for numeric attributes" m_dynRenameAttrWin.kModifyAnnot; displayString -replace -value "New name:" m_dynRenameAttrWin.kNewName; displayString -replace -value "Nice name:" m_dynRenameAttrWin.kNiceName; displayString -replace -value "No" m_dynRenameAttrWin.kNo; displayString -replace -value "No objects selected." m_dynRenameAttrWin.kNoObjectsSelected; displayString -replace -value "Edit Attribute: Nothing is selected" m_dynRenameAttrWin.kNothingSelected; displayString -replace -value "Numeric Attribute Properties" m_dynRenameAttrWin.kNumericAttributeProperties; displayString -replace -value "^1s: Particle shape attributes cannot be renamed" m_dynRenameAttrWin.kParticleShapeAttribWarn; displayString -replace -value "Rename the attribute before closing?" m_dynRenameAttrWin.kRenameAttribute; displayString -replace -value "Select an attribute to edit" m_dynRenameAttrWin.kSelectAttributetoEditAnnot; displayString -replace -value "Edit Attribute: ^1s" m_dynRenameAttrWin.kWindowTitle; displayString -replace -value "Yes" m_dynRenameAttrWin.kYes;