// =========================================================================== // 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 "You can install help locally to your computer from:" m_initHelp.kCanInstallFrom; displayString -replace -value "Alternatively, you can view the most current Maya Help via the\ninternet by checking the box below." m_initHelp.kCanUseWebHelp; displayString -replace -value "Maya cannot connect to the internet to display the Help\nor the Autodesk Web site is currently unavailable at this time." m_initHelp.kCannotConnect; displayString -replace -value "Maya Help cannot be found at the specified path:" m_initHelp.kCannotFindHelp; displayString -replace -value "Confirm that the path you've entered is correct and that the Help\nexists at the location specified. If required, you can download\nand install the Help from here:" m_initHelp.kCannotFindHelpCont; displayString -replace -value "Change Help Language" m_initHelp.kChangeHelpLanguage; displayString -replace -value "Confirm that the Help Language preference is set correctly here:\n\nWindow > Preferences > Settings/Preferences > Help" m_initHelp.kConfirmLangPref; displayString -replace -value "Help Language" m_initHelp.kHelpLanguage; displayString -replace -value "Maya Help does not appear to be installed on this computer\nor the Language setting is incorrect in the Help Location preferences." m_initHelp.kHelpLanugageErr; displayString -replace -value "Help Location Error" m_initHelp.kHelpLocationError; displayString -replace -value "" m_initHelp.kLocalHelpPathNotSpecified; displayString -replace -value "Your \"Help Language\" preference is not the same as Maya's UI language setting.\nYou can open the Preferences window and change the setting\nor you can continue with the existing setting." m_initHelp.kMessage; displayString -replace -value "You must have access to the internet to perform the download.\n\nAfter installing the help, set the Help Location preference at:\nWindow > Preferences > Settings/Preferences > Help" m_initHelp.kMustBeConnected; displayString -replace -value "No" m_initHelp.kNo; displayString -replace -value "Maya Help does not appear to be installed on this computer." m_initHelp.kNoInstalledLocalHelp; displayString -replace -value "Open Help" m_initHelp.kOpenHelp; displayString -replace -value "Set Autodesk Web Site as my new Help Location preference." m_initHelp.kSetAdskWebSite; displayString -replace -value "Set Installed Local Help as my new Help Location preference" m_initHelp.kSetHelpPrefLocal; displayString -replace -value "Do you want to use the Installed Local Help instead?" m_initHelp.kWantLocalHelp; displayString -replace -value "Note: Installed Local Help may not be as current as the web-based Help" m_initHelp.kWantLocalHelpCont; displayString -replace -value "Yes" m_initHelp.kYes;