// =========================================================================== // 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 "The FBX Maya plug-in has not been loaded, load the plugin first to import fbx file." m_teImportOptions.kCTECreateContainerNoFbxPluginLoaded; displayString -replace -value "Import" m_teImportOptions.kCTEImportOptionsTitle; displayString -replace -value "Take Options" m_teImportOptions.kCTEImportTakeOptions; displayString -replace -value "As a sequence of clips" m_teImportOptions.kCTEImportTakeToClipSequence; displayString -replace -value "Into multiple Compositions" m_teImportOptions.kCTEImportTakeToCompositions; displayString -replace -value "Into one Group" m_teImportOptions.kCTEImportTakeToGroup; displayString -replace -value "Import Takes" m_teImportOptions.kCTEImportTakes; displayString -replace -value "Cancel" m_teImportOptions.kCTEWarnImportClipDialogCancel; displayString -replace -value "Cannot import more than one file at a time. Proceed with first file?" m_teImportOptions.kCTEWarnImportClipDialogMsg; displayString -replace -value "OK" m_teImportOptions.kCTEWarnImportClipDialogOK; displayString -replace -value "Import Warning" m_teImportOptions.kCTEWarnImportClipDialogTitle; displayString -replace -value "No active composition to import Audio Clip into" m_teImportOptions.kNoActiveComposition; displayString -replace -value "The track is not an Animation track. Cannot import animation file into it" m_teImportOptions.kNoCorrectTrackType1; displayString -replace -value "The track is not an Audio track. Cannot import audio file into it" m_teImportOptions.kNoCorrectTrackType2; displayString -replace -value "Failed to create track to place the clip" m_teImportOptions.kNoTrackCreated;