// =========================================================================== // 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_pv_performAction.kCancel; displayString -replace -value "Files created by Maya Personal Learning Edition cannot be opened by Maya." m_pv_performAction.kFileOpenErrorPLE; displayString -replace -value "File exists. Overwrite?" m_pv_performAction.kFileOverwriteConfirm; displayString -replace -value "Cannot open ^1s: permission denied" m_pv_performAction.kFilePathError; displayString -replace -value "Unrecognized file type" m_pv_performAction.kFileTypeError; displayString -replace -value "Nodes from a referenced file or a referenced file must be selected." m_pv_performAction.kMustSelectRef; displayString -replace -value "File does not exist. " m_pv_performAction.kNoFileError; displayString -replace -value "^1s has no references. Bypassing Preload Reference Editor." m_pv_performAction.kNoPreferenceWarn; displayString -replace -value "OK" m_pv_performAction.kOk; displayString -replace -value "Select only a single reference file." m_pv_performAction.kTooManyFilesSelected; displayString -replace -value "Yes" m_pv_performAction.kYes;