// =========================================================================== // 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 "Argument must not be an empty string." m_UIComponents.kArgEmptyError; displayString -replace -value "Argument must not be empty string." m_UIComponents.kArgError; displayString -replace -value "Argument must be a ^1s." m_UIComponents.kArgumentError; displayString -replace -value "Argument name \"^1s\" must be unique." m_UIComponents.kArgumentUniqueError; displayString -replace -value "A component called \"^1s\" does not exist." m_UIComponents.kComponentError; displayString -replace -value "A component bar called \"^1s\" does not exist." m_UIComponents.kComponentWarn; displayString -replace -value "Hide ^1s" m_UIComponents.kHideAnnot; displayString -replace -value "Invalid argument: ^1s." m_UIComponents.kInvalidArgument;