// =========================================================================== // 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 "Save State As: failed to create cache file: ^1s" m_fluidSaveStateAs.kCacheCreateFailure; displayString -replace -value "Cancel" m_fluidSaveStateAs.kCancel; displayString -replace -value "**** debug : ^1s\tresult: ^2s\n" m_fluidSaveStateAs.kDebugInfo; displayString -replace -value "Save State As: failed to create data directory ^1s" m_fluidSaveStateAs.kDirectoryCreationFailureWarn; displayString -replace -value "File Exists. Overwrite?" m_fluidSaveStateAs.kFileExists; displayString -replace -value "No fluid selected." m_fluidSaveStateAs.kNoFluidSelectedError; displayString -replace -value "Save State" m_fluidSaveStateAs.kSaveState; displayString -replace -value "Save State As" m_fluidSaveStateAs.kSaveStateAs; displayString -replace -value "Save State As... is only valid on one fluid at a time." m_fluidSaveStateAs.kSaveStateAsError; displayString -replace -value "Save State As: cannot save Initial State. Check write permissions and disk space." m_fluidSaveStateAs.kSaveStateAsWarn; displayString -replace -value "Yes" m_fluidSaveStateAs.kYes;