// =========================================================================== // 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 "All keyable" m_performDeleteChannels.kAllKeyable; displayString -replace -value "Below" m_performDeleteChannels.kBelow; displayString -replace -value "Channels:" m_performDeleteChannels.kChannels; displayString -replace -value "Control points:" m_performDeleteChannels.kControlPoints; displayString -replace -value "Delete" m_performDeleteChannels.kDelete; displayString -replace -value "Delete Channels Options" m_performDeleteChannels.kDeleteChannelsOptions; displayString -replace -value "Driven channels:" m_performDeleteChannels.kDrivenChannels; displayString -replace -value "From Channel Box" m_performDeleteChannels.kFromChannelBox; displayString -replace -value "Hierarchy:" m_performDeleteChannels.kHierarchy; displayString -replace -value "No channels selected in Channel Box" m_performDeleteChannels.kNoChannelsWarn; displayString -replace -value "Selected" m_performDeleteChannels.kSelected; displayString -replace -value "Shapes:" m_performDeleteChannels.kShapes;