// =========================================================================== // 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 "Can't create node of type ^1s\n" m_pluginResourceUtil.kCantMakeNode; displayString -replace -value "Can't open output file, aborting\n" m_pluginResourceUtil.kCantWriteFile; displayString -replace -value "UI Language is not default - utility may produce incorrect results" m_pluginResourceUtil.kLangNotDefault; displayString -replace -value "Plug-in \"^1s\" could not be loaded" m_pluginResourceUtil.kPluginInvalid; displayString -replace -value "Plug-in \"^1s\" is not available" m_pluginResourceUtil.kPluginLoadError; displayString -replace -value "Plug-in \"^1s\" not found" m_pluginResourceUtil.kPluginNotFound; displayString -replace -value "Skipping attributes for node of type ^1s\n" m_pluginResourceUtil.kSkippingAttributesForNodeOfType;