// =========================================================================== // 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 "Delete sound node ^1s" m_updateSoundMenu.kDeleteAnnot; displayString -replace -value "Display sound in the Time Slider for ^1s" m_updateSoundMenu.kDisplayAnnot; displayString -replace -value "No sounds available" m_updateSoundMenu.kNoSounds; displayString -replace -value "Off" m_updateSoundMenu.kOff; displayString -replace -value "Turn sounds off" m_updateSoundMenu.kOffAnnot; displayString -replace -value "Open Attribute Editor for sound node ^1s" m_updateSoundMenu.kOpenAttrEd; displayString -replace -value "Use Trax Sounds" m_updateSoundMenu.kUseTraxSounds; displayString -replace -value "Display sound in Time Slider based upon Trax settings" m_updateSoundMenu.kUseTraxSoundsAnnot;