// =========================================================================== // 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 "Alert" m_validateShelfName.kAlert; displayString -replace -value " Shelf name cannot begin with a numeric character. Please select another name. " m_validateShelfName.kNameCantBeginWithNumerals; displayString -replace -value " Shelf name must be one or more characters long. Please enter a name. " m_validateShelfName.kNameEmpty; displayString -replace -value " Shelf name contains illegal characters. Please select another name. \nValid names can contain only single-byte letters, numbers and underscores." m_validateShelfName.kNameHasIllegalcharacters; displayString -replace -value " Shelf name is not unique. Please select another name. " m_validateShelfName.kNameNotUnique; displayString -replace -value "OK" m_validateShelfName.kOk;