// =========================================================================== // 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 "Clipboard contains clips from the character: ^1s.\nThere is no character map to the character(s): ^2s.\nPaste by ^3s instead?" m_doPasteClipArgList.kClipboardWarnings; displayString -replace -value "Must select or highlight a character." m_doPasteClipArgList.kMustSelectCharErr; displayString -replace -value "No" m_doPasteClipArgList.kNo; displayString -replace -value "^1s is not a valid paste method." m_doPasteClipArgList.kNotValidPasteMethodErr; displayString -replace -value "^1s is not a valid paste time." m_doPasteClipArgList.kNotValidPasteTimeErr; displayString -replace -value "Paste failed: See Script Editor for detailed information." m_doPasteClipArgList.kPasteFailedErr; displayString -replace -value "// Pasted to ^1s out of ^2s characters. See Script Editor for details." m_doPasteClipArgList.kPastedTo; displayString -replace -value "Yes" m_doPasteClipArgList.kYes;