// =========================================================================== // 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 "A project definition file already exists at this location ^1s, use the Project window to change or reset these settings." m_setProject.kAlreadyExists; displayString -replace -value "Cancel" m_setProject.kCancel; displayString -replace -value "Create default workspace" m_setProject.kCreateDefault; displayString -replace -value "^1s is not a directory." m_setProject.kInvalidPath; displayString -replace -value "New project location ^1s is not a valid directory, project not created." m_setProject.kLocationNotDir; displayString -replace -value "New project location ^1s is not a valid directory, project not created." m_setProject.kLocationNotDirNoPopup; displayString -replace -value "OK" m_setProject.kOk; displayString -replace -value "Set" m_setProject.kOkButtonLabel; displayString -replace -value "Set project" m_setProject.kSetProject; displayString -replace -value "Select another location" m_setProject.kTryAgain; displayString -replace -value "This location \"^1s\" does not contain a project definition file (workspace.mel).\n\nPlease select one of the following options:" m_setProject.kWithoutWorkspaceFileText; displayString -replace -value "A project definition file (workspace.mel) was not found at location ^1s, a default project definition will be created." m_setProject.kWorkspaceFileNotExist;