// =========================================================================== // 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 "For API version: " m_pluginWin.kAPIVersion; displayString -replace -value " Animation Curve Interpolators:" m_pluginWin.kAnimCurveInterpolators; displayString -replace -value "Apply To All:" m_pluginWin.kApplyToAll; displayString -replace -value "Auto load" m_pluginWin.kAutoLoad; displayString -replace -value "Browse" m_pluginWin.kBrowse; displayString -replace -value "Cancel" m_pluginWin.kCancel; displayString -replace -value "Close" m_pluginWin.kClose; displayString -replace -value " Commands:" m_pluginWin.kCommands; displayString -replace -value " Constraint Commands:" m_pluginWin.kConstraintCommands; displayString -replace -value " Control Commands:" m_pluginWin.kControlCommands; displayString -replace -value "Could not load ^1s as a plug-in" m_pluginWin.kCouldNotLoadPlugin; displayString -replace -value " Dependency graph data types:" m_pluginWin.kDependencyGraph; displayString -replace -value " Dependency nodes:" m_pluginWin.kDependencyNodes; displayString -replace -value " Drag and drop behaviors:" m_pluginWin.kDragDropBehaviors; displayString -replace -value " File translators:" m_pluginWin.kFileTranslators; displayString -replace -value "Filter" m_pluginWin.kFilter; displayString -replace -value "Close All Groups" m_pluginWin.kFilterCloseAll; displayString -replace -value "Open All Groups" m_pluginWin.kFilterOpenAll; displayString -replace -value "Show All Plugins" m_pluginWin.kFilterShowAll; displayString -replace -value "Show Only Loaded Plugins" m_pluginWin.kFilterShowLoaded; displayString -replace -value "Force" m_pluginWin.kForce; displayString -replace -value "Help" m_pluginWin.kHelp; displayString -replace -value "Help on Plug-in Manager" m_pluginWin.kHelpPluginManager; displayString -replace -value " Ik solvers:" m_pluginWin.kIkSolvers; displayString -replace -value " Input devices:" m_pluginWin.kInputDevices; displayString -replace -value "Is loaded: " m_pluginWin.kIsLoaded; displayString -replace -value "Load Plugin" m_pluginWin.kLoadPlugin; displayString -replace -value "Loaded" m_pluginWin.kLoaded; displayString -replace -value " Model Editor Commands:" m_pluginWin.kModelEditorCommands; displayString -replace -value "Name: " m_pluginWin.kName; displayString -replace -value "No" m_pluginWin.kNo; displayString -replace -value "Other Registered Plugins" m_pluginWin.kOtherRegisteredPlugins; displayString -replace -value "Path: " m_pluginWin.kPath; displayString -replace -value "Auto load: " m_pluginWin.kPluginAutoLoad; displayString -replace -value "Plug-in Features" m_pluginWin.kPluginFeatures; displayString -replace -value "Close" m_pluginWin.kPluginInfoClose; displayString -replace -value "Plug-in Information" m_pluginWin.kPluginInformation; displayString -replace -value "Plug-in Manager" m_pluginWin.kPluginManager; displayString -replace -value "filter on" m_pluginWin.kPluginManagerFilterOn; displayString -replace -value "Services provided by this plug-in are currently in use.\nForcefully unloading this plug-in will create a new empty scene.\nUnsaved changes will be lost.\nThe following services are in use:\n^1s" m_pluginWin.kPluginNoSaveScene; displayString -replace -value "Plug-in information not in database" m_pluginWin.kPluginNotInDatabase; displayString -replace -value "Services provided by this plug-in are currently in use.\nForcefully unloading this plug-in opens the \"File->Save Scene As...\" dialog box to save this scene and creates a new empty scene.\nThe following services are in use:\n^1s" m_pluginWin.kPluginSavesScene; displayString -replace -value "Plug-in In Use Warning" m_pluginWin.kPluginWarningTitle; displayString -replace -value "Plug-ins" m_pluginWin.kPlugins; displayString -replace -value "Refresh" m_pluginWin.kRefresh; displayString -replace -value " Tools:" m_pluginWin.kTools; displayString -replace -value "Services provided by this plug-in are currently in use.\nUnloading this plug-in may cause problems with your scene, empty the undo queue and even crash Maya. To unload this plug-in safely, remove all objects that reference the plug-in and flush the undo queue either with \"file -new\" or the \"flushUndo\" command.\nThe following services are in use:\n^1s" m_pluginWin.kUnloadingPluginMayCauseProblems; displayString -replace -value "Vendor: " m_pluginWin.kVendor; displayString -replace -value "Plug-in version: " m_pluginWin.kVersion; displayString -replace -value "Yes" m_pluginWin.kYes;