// =========================================================================== // 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 "Skipping ^1s. It is already locked." m_lockContainer.kAlreadyLockedContainer; displayString -replace -value "Skipping ^1s. It is already unlocked." m_lockContainer.kAlreadyUnlockedContainer; displayString -replace -value "// Locked unpublished attributes and contents of ^1s.\n" m_lockContainer.kLockedContainer; displayString -replace -value "// Locked unpublished attributes and contents of ^1s containers.\n" m_lockContainer.kLockedSomeContainers; displayString -replace -value "Must select container or nodes in a container." m_lockContainer.kMustSelectContainer; displayString -replace -value "// Unlocked unpublished attributes and contents of ^1s.\n" m_lockContainer.kUnlockedContainer; displayString -replace -value "// Unlocked unpublished attributes and contents of ^1s containers.\n" m_lockContainer.kUnlockedSomeContainers;