// =========================================================================== // 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 "Cancel" m_containerTemplateBrowser.kConfirmCancel; displayString -replace -value "Continue" m_containerTemplateBrowser.kConfirmContinue; displayString -replace -value "OK" m_containerTemplateBrowser.kConfirmOkay; displayString -replace -value "Warning: A template named \"^1s\" is already loaded from another file or package \"^2s\".\n\nLoading errors or conflicts may occur if this file does not contain a unique template.\n\nDo you want to proceed?" m_containerTemplateBrowser.kForceLoadConfirm; displayString -replace -value "Template files must have \"^1s\" file extension" m_containerTemplateBrowser.kInvalidFileExt; displayString -replace -value "Error: Template name \"^1s\" not allowed.\nTemplate names containing \".\" separators are reserved for packaged templates.\nPlease refer to the Maya Help for instructions on how to set up template packages." m_containerTemplateBrowser.kSavePackageUnsupported; displayString -replace -value "Warning: This file is not located on the current template search path.\nThis may cause problems locating the template or reloading it in future sessions.\n\nThe current template search path is:\n\n^1s\n\nDo you want to proceed ? " m_containerTemplateBrowser.kSaveSearchPath; displayString -replace -value "Save" m_containerTemplateBrowser.kSaveTemplate; displayString -replace -value "Select" m_containerTemplateBrowser.kSelectTemplate; displayString -replace -value "Template ^1s could not be loaded.\nSee Script Editor for details." m_containerTemplateBrowser.kTemplateNotValid;