// =========================================================================== // 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 "Export Clip" m_doExportClipArgList.kExportClip; displayString -replace -value "Found no source clips for the selected clips." m_doExportClipArgList.kFoundNoSourceErr; displayString -replace -value "Invalid file type for clip export: ^1s" m_doExportClipArgList.kInvalidFileTypeErr; displayString -replace -value "No file name was specified." m_doExportClipArgList.kNoFileNameSpecified; displayString -replace -value "Select clips to be exported." m_doExportClipArgList.kSelectClipsExportErr; displayString -replace -value "Select the clip to be exported." m_doExportClipArgList.kSelectTheClipErr; displayString -replace -value "Unable to export. See Script Editor for details." m_doExportClipArgList.kUnableToExportErr;