// =========================================================================== // 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 "Browser Setup Assistant" m_BrowserSetupAssistant.kBrowserSetupAssistant; displayString -replace -value "Cancel" m_BrowserSetupAssistant.kCancel; displayString -replace -value "Continue" m_BrowserSetupAssistant.kContinue; displayString -replace -value "Detected Linux.\n" m_BrowserSetupAssistant.kDetectedLinux; displayString -replace -value "Detected Mac OS X.\n" m_BrowserSetupAssistant.kDetectedMacOSX; displayString -replace -value "Detected Windows.\n" m_BrowserSetupAssistant.kDetectedWindows; displayString -replace -value "Error opening command port with name ^1s" m_BrowserSetupAssistant.kErrorOpeningCommandPort; displayString -replace -value "Install Automatically" m_BrowserSetupAssistant.kInstallAutomatically; displayString -replace -value "Install Manually" m_BrowserSetupAssistant.kInstallManually; displayString -replace -value "Cancel" m_BrowserSetupAssistant.kLinuxCancel; displayString -replace -value "Continue" m_BrowserSetupAssistant.kLinuxContinue; displayString -replace -value "Error installing plug-in" m_BrowserSetupAssistant.kLinuxInstallError; displayString -replace -value "Installing plug-in into ^1s.\n" m_BrowserSetupAssistant.kLinuxInstallingInto; displayString -replace -value "MEL URL handling is implemented using melurlhandler helper application,\nwhich is located in the devkit/ExternalWebBrowser/McpPlugin/Linux directory under your Maya directory.\nYou can install it at any convenient location.\n \nHere is an example how to register this handler in a Mozilla-based web browser:\n - Type about:config into the address bar\n - Right-click create new boolean value: network.protocol-handler.external.mel and set to true\n - Right-click create new boolean value: network.protocol-handler.warn-external.mel and set to false\n - Right-click create new string value: network.protocol-handler.app.mel and set to /melurlhandler\n \nYou can also optionally register the protocol with whatever window manager you are using.\nIn KDE this is done through Control Center - KDE Components - File Associations.\nNote: MEL URL handling is done through the default command port,\nso commandportDefault port has to be open on the Maya side." m_BrowserSetupAssistant.kLinuxMelURL; displayString -replace -value "Loading test page.\n" m_BrowserSetupAssistant.kLoadingTestPage; displayString -replace -value "All Users" m_BrowserSetupAssistant.kMacAllUsers; displayString -replace -value "Cancel" m_BrowserSetupAssistant.kMacCancel; displayString -replace -value "Current User" m_BrowserSetupAssistant.kMacCurrentUser; displayString -replace -value "Error installing plug-in" m_BrowserSetupAssistant.kMacInstallError; displayString -replace -value "Installing plug-in into ^1s.\n" m_BrowserSetupAssistant.kMacInstallInstallingPluginInto; displayString -replace -value "You can install the browser plug-in for all users on this machine,\n" m_BrowserSetupAssistant.kMacInstallType; displayString -replace -value "or for the current user only.\n \n" m_BrowserSetupAssistant.kMacInstallType1; displayString -replace -value "Please choose your installation type." m_BrowserSetupAssistant.kMacInstallType2; displayString -replace -value "This setup assistant installs and configures a plug-in\nthat allows Web browser-to-Maya communication.\n \nThis setup assistant configures your default Web browser\n(the one that appears when you choose Help > Maya Help).\n \nIf this is not the Web browser you want to configure,\nyou can follow the instructions in the Maya Help to set up that Web browser,\nor change the default Web browser for your system.\n \nYou may need administrative permissions to install the plug-in for your Web browser.\nIf you do not have permissions, please contact your system administrator." m_BrowserSetupAssistant.kMessage; displayString -replace -value "Please quit your web browser if it is running, then press Continue." m_BrowserSetupAssistant.kQuitBrowser; displayString -replace -value "Successfully opened command port with name ^1s.\n" m_BrowserSetupAssistant.kSuccessfullyOpenedCommandPort; displayString -replace -value "Unrecognized Operating System." m_BrowserSetupAssistant.kUnrecognizedOS; displayString -replace -value "Do you want to install the browser plug-in for Internet Explorer,\n" m_BrowserSetupAssistant.kWindowsBrowserType; displayString -replace -value "or for a different Web browser (Netscape Navigator, Mozilla Firefox, etc.)?" m_BrowserSetupAssistant.kWindowsBrowserType1; displayString -replace -value "Cancel" m_BrowserSetupAssistant.kWindowsCancel; displayString -replace -value "Error installing plug-in" m_BrowserSetupAssistant.kWindowsInstallError; displayString -replace -value "Installing plug-in into ^1s.\n" m_BrowserSetupAssistant.kWindowsInstallingInto; displayString -replace -value "Internet Explorer" m_BrowserSetupAssistant.kWindowsInternetExplorer; displayString -replace -value "Other Browser" m_BrowserSetupAssistant.kWindowsOtherBrowser; displayString -replace -value "Choose browser's plug-ins folder\n(e.g. C:\\Program Files\\Mozilla Firefox\\plugins)" m_BrowserSetupAssistant.kWindowsPluginFolder; displayString -replace -value "Registering COM object: ^1s\n" m_BrowserSetupAssistant.kWindowsRegisteringComObject; displayString -replace -value "Cannot install plug-in: wrong platfom." m_BrowserSetupAssistant.kWrongPlatform;