2015-02-06 02:08:48 -04:00
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Caption">[WixBundleName] Setup</String>
<String Id="Title">[WixBundleName]</String>
<String Id="Installing">Installing</String>
<String Id="Installation">Setup</String>
<String Id="Modifying">Updating</String>
<String Id="Modification">Modify</String>
<String Id="Repairing">Repairing</String>
<String Id="Repair">Repair</String>
<String Id="Uninstalling">Removing</String>
<String Id="Uninstallation">Uninstall</String>
2015-02-28 23:53:50 -04:00
<String Id="ElevateForCRTInstall">You will be prompted for Administrator privileges to install a C Runtime Library update (KB2999226).
Continue?</String>
2015-02-06 02:08:48 -04:00
<String Id="CancelButton">&Cancel</String>
<String Id="CloseButton">&Close</String>
<String Id="InstallHeader">Install [WixBundleName]</String>
2015-05-28 14:28:40 -03:00
<String Id="InstallMessage">Select Install Now to install Python with default settings, or choose Customize to enable or disable features.</String>
2015-02-06 02:08:48 -04:00
<String Id="InstallVersion">Version [WixBundleVersion]</String>
2015-07-09 00:18:44 -03:00
<String Id="InstallUpgradeHeader">Upgrade to [WixBundleName]</String>
<String Id="InstallUpgradeMessage">Select Upgrade Now to keep your current settings, or choose Customize to enable or disable features.</String>
2015-02-06 02:08:48 -04:00
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
<String Id="HelpHeader">Setup Help</String>
2015-07-18 13:28:41 -03:00
<String Id="HelpText">Visit <a href="http://docs.python.org/[ShortVersion]/using/windows.html">docs.python.org/[ShortVersion]/using/windows.html</a> for the full list of options, including the ability to enable and disable specific features.
2015-02-06 02:08:48 -04:00
2015-07-18 13:28:41 -03:00
"/passive" to display progress without requiring user interaction
2015-02-06 02:08:48 -04:00
2015-07-18 13:28:41 -03:00
"/quiet" to install/uninstall without displaying any UI
2015-02-06 02:08:48 -04:00
2015-07-18 13:28:41 -03:00
"/simple" to prevent user customization
2015-02-06 02:08:48 -04:00
2015-07-18 13:28:41 -03:00
"/uninstall" to remove Python (without confirmation)
"/layout [\[]directory[\]]" to pre-download all components
"/log [\[]filename[\]]" to specify log files location</String>
2015-02-06 02:08:48 -04:00
<String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String>
<String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
2015-07-09 00:18:44 -03:00
<String Id="InstallButton">&Install Now</String>
2015-10-11 19:37:22 -03:00
<String Id="InstallButtonNote">[TargetDir]
2015-05-03 18:54:32 -03:00
Includes IDLE, pip and documentation
2015-04-14 19:34:04 -03:00
Creates shortcuts and file associations</String>
2015-02-06 02:08:48 -04:00
<String Id="InstallCustomButton">C&ustomize installation</String>
<String Id="InstallCustomButtonNote">Choose location and features</String>
<String Id="InstallSimpleButton">&Install</String>
2015-07-16 20:33:55 -03:00
<String Id="InstallSimpleButtonNote">Use settings preselected by your administrator
[SimpleInstallDescription]</String>
2015-10-11 22:05:11 -03:00
<String Id="InstallUpgradeButton">Up&grade Now</String>
2015-07-09 00:18:44 -03:00
<String Id="InstallUpgradeButtonNote">[TargetDir]
Replaces your existing installation without changing settings.
Select Customize to review current options.</String>
<String Id="InstallUpgradeCustomButton">C&ustomize installation</String>
<String Id="InstallUpgradeCustomButtonNote">Choose location and features</String>
2015-02-06 02:08:48 -04:00
<String Id="Custom1Header">Optional Features</String>
<String Id="Custom2Header">Advanced Options</String>
<String Id="CustomLocationLabel">Customize install location</String>
2015-04-14 19:34:04 -03:00
<String Id="CustomLocationHelpLabel">You will require write permissions for the selected location.</String>
2015-02-06 02:08:48 -04:00
<String Id="CustomInstallButton">&Install</String>
<String Id="CustomNextButton">&Next</String>
<String Id="CustomBackButton">&Back</String>
<String Id="CustomBrowseButton">B&rowse</String>
<String Id="Include_docLabel">&Documentation</String>
<String Id="Include_docHelpLabel">Installs the Python documentation file.</String>
<String Id="Include_pipLabel">&pip</String>
<String Id="Include_pipHelpLabel">Installs pip, which can download and install other Python packages.</String>
<String Id="Include_tcltkLabel">tcl/tk and &IDLE</String>
<String Id="Include_tcltkHelpLabel">Installs tkinter and the IDLE development environment.</String>
<String Id="Include_testLabel">Python &test suite</String>
<String Id="Include_testHelpLabel">Installs the standard library test suite.</String>
<String Id="Include_launcherLabel">py &launcher</String>
2015-12-02 12:28:51 -04:00
<String Id="Include_launcherHelp">Installs the global 'py' launcher to make it easier to start Python.</String>
<String Id="Include_launcherRemove">Use Programs and Features to remove the 'py' launcher.</String>
<String Id="Include_launcherUpgrade">Upgrades the global 'py' launcher from the previous version.</String>
2015-02-06 02:08:48 -04:00
<String Id="AssociateFilesLabel">Associate &files with Python (requires the py launcher)</String>
2015-05-03 18:54:32 -03:00
<String Id="ShortcutsLabel">Create shortcuts for installed applications</String>
2015-02-06 02:08:48 -04:00
<String Id="PrependPathLabel">Add Python to &environment variables</String>
<String Id="ShortPrependPathLabel">Add &Python [ShortVersion] to PATH</String>
2015-07-16 20:33:55 -03:00
<String Id="InstallAllUsersLabel">Install for &all users</String>
<String Id="InstallLauncherAllUsersLabel">for &all users (requires elevation)</String>
<String Id="ShortInstallLauncherAllUsersLabel">Install &launcher for all users (recommended)</String>
2015-02-06 02:08:48 -04:00
<String Id="PrecompileLabel">&Precompile standard library</String>
2015-09-22 20:36:33 -03:00
<String Id="Include_symbolsLabel">Download debugging &symbols</String>
2020-07-28 12:35:46 -03:00
<String Id="Include_debugLabel">Download debu&g binaries (requires VS 2017 or later)</String>
2015-02-06 02:08:48 -04:00
<String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
<String Id="ProgressLabel">[ActionLikeInstalling]:</String>
<String Id="OverallProgressPackageText">Initializing...</String>
<String Id="ModifyHeader">Modify Setup</String>
<String Id="ModifyModifyButton">&Modify</String>
<String Id="ModifyButtonNote">Add or remove individual features.</String>
<String Id="ModifyRepairButton">&Repair</String>
<String Id="RepairButtonNote">Ensure all current features are correctly installed.</String>
<String Id="ModifyUninstallButton">&Uninstall</String>
<String Id="UninstallButtonNote">Remove the entire [WixBundleName] installation.</String>
<String Id="SuccessHeader">[ActionLikeInstallation] was successful</String>
<String Id="SuccessLaunchButton">&Launch</String>
<String Id="SuccessRestartText">You may need to restart your computer to finish updating files.</String>
<String Id="SuccessRestartButton">&Restart</String>
2020-07-28 12:35:46 -03:00
<String Id="SuccessInstallMessage">New to Python? Start with the <a href="https://docs.python.org/[ShortVersion]/tutorial/index.html">online tutorial</a> and <a href="https://docs.python.org/[ShortVersion]/index.html">documentation</a>. At your terminal, type "py" to launch Python, or search for Python in your Start menu.
2015-02-06 02:08:48 -04:00
2020-08-13 20:35:52 -03:00
See <a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].html">what's new</a> in this release, or find more info about <a href="https://docs.python.org/[ShortVersion]/using/windows.html">using Python on Windows</a>.</String>
2015-02-06 02:08:48 -04:00
<String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String>
<String Id="SuccessRepairMessage">Thank you for using [WixBundleName].
Feel free to email <a href="mailto:python-list@python.org">python-list@python.org</a> if you continue to encounter issues.</String>
<String Id="SuccessRemoveMessage">Thank you for using [WixBundleName].
Feel free to email <a href="mailto:python-list@python.org">python-list@python.org</a> if you encountered problems.</String>
<String Id="FailureHeader">Setup failed</String>
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>.</String>
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
<String Id="FailureRestartButton">&Restart</String>
2015-07-09 00:18:44 -03:00
<String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
2015-10-11 20:40:41 -03:00
2020-07-28 12:35:46 -03:00
<String Id="FailureOldOS">At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName]
2016-09-08 13:26:42 -03:00
2020-07-28 12:35:46 -03:00
Visit <a href="https://www.python.org/">python.org</a> to download an earlier version of Python.</String>
2016-09-08 13:26:42 -03:00
<String Id="SuccessMaxPathButton">Disable path length limit</String>
<String Id="SuccessMaxPathButtonNote">Changes your machine configuration to allow programs, including Python, to bypass the 260 character "MAX_PATH" limitation.</String>
2015-02-06 02:08:48 -04:00
</WixLocalization>