// =========================================================================== // 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 "You aborted the caching operation. Use the Create Particle Disk Cache options to enter a new cache name." m_dynApplyCallback.kAbortedOperation; displayString -replace -value "A cache directory called ^1s already exists. Overwrite?" m_dynApplyCallback.kCacheDirectoryMessage; displayString -replace -value "Your cache directory \"^1s\" is different from your scene name. Writing a cache to this directory may affect other scenes which use it. Use this directory?" m_dynApplyCallback.kCacheDirectoryMsg; displayString -replace -value "Confirm" m_dynApplyCallback.kConfirm; displayString -replace -value "Information" m_dynApplyCallback.kInformation; displayString -replace -value "Use the Create Particle Disk Cache option box to specify a new cache directory" m_dynApplyCallback.kNewCacheCreationMessage; displayString -replace -value "No" m_dynApplyCallback.kNo; displayString -replace -value "Ok" m_dynApplyCallback.kOk; displayString -replace -value "We recommend you give your scene a name first (File | Save). The cache uses the scene name. Continue?" m_dynApplyCallback.kSceneNameFirstMessage; displayString -replace -value "Yes" m_dynApplyCallback.kYes;