// =========================================================================== // 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 "Could not create new shelf tab." m_loadNewShelf.kCouldNotCreateTab; displayString -replace -value "File not found. Invalid name or script not along script path." m_loadNewShelf.kFileNotFound; displayString -replace -value "Load Shelf" m_loadNewShelf.kLoadShelf; displayString -replace -value "Not a valid shelf file." m_loadNewShelf.kNotShelfFile; displayString -replace -value "A shelf already exists with this name." m_loadNewShelf.kShelfAlreadyExist; displayString -replace -value "Shelf Files" m_loadNewShelf.kShelfFiles;