// =========================================================================== // 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 "Attribute \"^1s\" does not exist on node \"^2s\"" m_AEspringEditComponent.kAttrInexistant; displayString -replace -value "Attribute Name" m_AEspringEditComponent.kAttributeName; displayString -replace -value "Attribute \"^1s\" cannot be edited in the springcomponent editor\"^2s\"" m_AEspringEditComponent.kCannotEditAttr; displayString -replace -value "Close" m_AEspringEditComponent.kClose; displayString -replace -value "Component Average Value" m_AEspringEditComponent.kComponentAverageValue; displayString -replace -value "Edit" m_AEspringEditComponent.kEdit; displayString -replace -value "Entire Object" m_AEspringEditComponent.kEntireObject; displayString -replace -value "Get Attribute" m_AEspringEditComponent.kGetAttribute; displayString -replace -value "New Attribute Value" m_AEspringEditComponent.kNewAttributeValue; displayString -replace -value "No valid attribute is selected." m_AEspringEditComponent.kNoValidSelection; displayString -replace -value "The node \"^1s\" does not exist" m_AEspringEditComponent.kNodeInexistant; displayString -replace -value "Object Name" m_AEspringEditComponent.kObjectName; displayString -replace -value "Please select one spring object whose components you wish to edit." m_AEspringEditComponent.kSelectOneObject; displayString -replace -value "Please select only one spring object whose components you wish to edit." m_AEspringEditComponent.kSelectOnlyOneObject; displayString -replace -value "Selected Components" m_AEspringEditComponent.kSelectedComponents; displayString -replace -value "Set Attribute" m_AEspringEditComponent.kSetAttribute; displayString -replace -value "Spring Components" m_AEspringEditComponent.kSpringComponents;