// =========================================================================== // 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 "There is no current map between the characters." m_doExportCharacterMapArgList.kNoCurrentMapErr; displayString -replace -value "No file name was specified." m_doExportCharacterMapArgList.kNoFileNameErr; displayString -replace -value "Select two characters to create a map from one to the other." m_doExportCharacterMapArgList.kSelectTwoCharsErr; displayString -replace -value "Unable to close the file: ^1s" m_doExportCharacterMapArgList.kUnableToCloseFileErr; displayString -replace -value "Unable to open the file: ^1s" m_doExportCharacterMapArgList.kUnableToOpenFileErr; displayString -replace -value "Write Map" m_doExportCharacterMapArgList.kWriteMap; displayString -replace -value "// Wrote ^1s\n" m_doExportCharacterMapArgList.kWrote;