// =========================================================================== // 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 "Clip already has a speed curve." m_teClipEditFunctions.kAlreadySpeedCurve; displayString -replace -value "Clip already has a time-warp." m_teClipEditFunctions.kAlreadyTimeWarp; displayString -replace -value "Clips that are cut must share a common track" m_teClipEditFunctions.kCTECannotCutClipOnDiffTracks; displayString -replace -value "Delete expression connected to attribute?" m_teClipEditFunctions.kCTEConfirmDeleteExpressionMsg; displayString -replace -value "Confirm Delete Expression" m_teClipEditFunctions.kCTEConfirmDeleteExpressionTitle; displayString -replace -value "There is already an existing connection to the Attribute. \n Delete Existing Connection?" m_teClipEditFunctions.kCTEConfirmExistingConnectionMsg; displayString -replace -value "Delete Existing Connection to Layer Attribute" m_teClipEditFunctions.kCTEConfirmExistingConnectionTitle; displayString -replace -value "No" m_teClipEditFunctions.kCTEConfirmNo; displayString -replace -value "Yes" m_teClipEditFunctions.kCTEConfirmYes; displayString -replace -value "Invalid Attribute Plug" m_teClipEditFunctions.kCTEInvalidAttrPlug; displayString -replace -value "No source connected" m_teClipEditFunctions.kCTENoSourceConnected; displayString -replace -value "Cancel" m_teClipEditFunctions.kCTERenameClipDialogCancel; displayString -replace -value "New Name:" m_teClipEditFunctions.kCTERenameClipDialogMsg; displayString -replace -value "OK" m_teClipEditFunctions.kCTERenameClipDialogOK; displayString -replace -value "Rename" m_teClipEditFunctions.kCTERenameClipDialogTitle; displayString -replace -value "Selected clip is not a group." m_teClipEditFunctions.kCTESelectedClipNotGroup; displayString -replace -value "Source node connected to this plug is not an expression" m_teClipEditFunctions.kCTESourceNotExpr; displayString -replace -value "Clips don't have custom crossfade curve." m_teClipEditFunctions.kHasNoCrossfadeCurve; displayString -replace -value "Clip does not have a relocator." m_teClipEditFunctions.kHasNoRelocator; displayString -replace -value "No speed curve found on clip." m_teClipEditFunctions.kHasNoSpeedCurve; displayString -replace -value "Clip does not have a weight curve." m_teClipEditFunctions.kHasNoWeightCurve; displayString -replace -value "Existing speed curve found on clip." m_teClipEditFunctions.kHasSpeedCurve; displayString -replace -value "Invalid Clip Type" m_teClipEditFunctions.kInvalidClipType; displayString -replace -value "Invalid Clip Type" m_teClipEditFunctions.kInvalidClipType2; displayString -replace -value "Cannot find active track to paste clip" m_teClipEditFunctions.kNoActiveTrack; displayString -replace -value "No clip selected." m_teClipEditFunctions.kNoClipsSelected; displayString -replace -value "Selected clip is not a group" m_teClipEditFunctions.kTENotCompounnd; displayString -replace -value "Clip anim source is already unique." m_teClipEditFunctions.kTESourceAlreadyUnique;