// =========================================================================== // 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 "Existing mappings" m_missingPlaceHolderNamespaceDialog.kExistingMappings; displayString -replace -value "Invalid place holder namespace mapping selected for: ^1s. Skipping." m_missingPlaceHolderNamespaceDialog.kInvalidMapping; displayString -replace -value "Map" m_missingPlaceHolderNamespaceDialog.kMap; displayString -replace -value "Place Holder Namespace mapping not found for ^1s" m_missingPlaceHolderNamespaceDialog.kMappingNotFound; displayString -replace -value "Remap Missing Namespace" m_missingPlaceHolderNamespaceDialog.kRemapNS; displayString -replace -value "Skip" m_missingPlaceHolderNamespaceDialog.kSkip; displayString -replace -value "Unmapped Namespaces" m_missingPlaceHolderNamespaceDialog.kUnmapped;