// =========================================================================== // 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 "Cancel" m_getCacheDirectory.kCancel; displayString -replace -value "Create Cache Warning" m_getCacheDirectory.kCreateCacheWarning; displayString -replace -value "Auto-rename" m_getCacheDirectory.kDoNotReplace; displayString -replace -value "Rename" m_getCacheDirectory.kRename; displayString -replace -value "Replace Existing" m_getCacheDirectory.kReplace; displayString -replace -value "Replace existing file at: ^1s ?" m_getCacheDirectory.kReplaceExistingFmt;