blob: c12fb65a2e15ee3eb5829bef3a260c28808a6534 [file] [log] [blame]
Steve Dowerbb240872015-02-05 22:08:48 -08001<?xml version="1.0" encoding="utf-8"?>
2<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3 <String Id="Caption">[WixBundleName] Setup</String>
4 <String Id="Title">[WixBundleName]</String>
5 <String Id="Installing">Installing</String>
6 <String Id="Installation">Setup</String>
7 <String Id="Modifying">Updating</String>
8 <String Id="Modification">Modify</String>
9 <String Id="Repairing">Repairing</String>
10 <String Id="Repair">Repair</String>
11 <String Id="Uninstalling">Removing</String>
12 <String Id="Uninstallation">Uninstall</String>
13
Steve Dowere4969f52015-02-28 19:53:50 -080014 <String Id="ElevateForCRTInstall">You will be prompted for Administrator privileges to install a C Runtime Library update (KB2999226).
15
16
17Continue?</String>
18
Steve Dowerbb240872015-02-05 22:08:48 -080019 <String Id="CancelButton">&amp;Cancel</String>
20 <String Id="CloseButton">&amp;Close</String>
21 <String Id="InstallHeader">Install [WixBundleName]</String>
Steve Dower44e62582015-05-28 10:28:40 -070022 <String Id="InstallMessage">Select Install Now to install Python with default settings, or choose Customize to enable or disable features.</String>
Steve Dowerbb240872015-02-05 22:08:48 -080023 <String Id="InstallVersion">Version [WixBundleVersion]</String>
Steve Dower49437492015-07-08 20:18:44 -070024 <String Id="InstallUpgradeHeader">Upgrade to [WixBundleName]</String>
25 <String Id="InstallUpgradeMessage">Select Upgrade Now to keep your current settings, or choose Customize to enable or disable features.</String>
Steve Dowerbb240872015-02-05 22:08:48 -080026 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
27 <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
28 <String Id="HelpHeader">Setup Help</String>
29 <String Id="HelpText">/uninstall
30 Uninstalls Python without prompting for confirmation.
31
32/layout [\[]directory[\]]
33 Downloads all components for offline installation.
34
35/passive
36 Displays progress without requiring user interaction.
37
38/quiet
39 Performs the requested action without displaying any UI.
40
41/log [\[]filename[\]]
42 Logs to a specific file. By default, log files are created in %TEMP%.</String>
43 <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
44 <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
Steve Dower49437492015-07-08 20:18:44 -070045 <String Id="InstallButton">&amp;Install Now</String>
46 <String Id="InstallButtonNote">[DefaultJustForMeTargetDir]
Steve Dower1d4880d2015-05-03 14:54:32 -070047
48Includes IDLE, pip and documentation
Steve Dower97100c02015-04-14 18:34:04 -040049Creates shortcuts and file associations</String>
Steve Dowerbb240872015-02-05 22:08:48 -080050 <String Id="InstallCustomButton">C&amp;ustomize installation</String>
51 <String Id="InstallCustomButtonNote">Choose location and features</String>
52 <String Id="InstallSimpleButton">&amp;Install</String>
Steve Dower2237bdc2015-07-16 16:33:55 -070053 <String Id="InstallSimpleButtonNote">Use settings preselected by your administrator
54
55[SimpleInstallDescription]</String>
Steve Dower49437492015-07-08 20:18:44 -070056 <String Id="InstallUpgradeButton">&amp;Upgrade Now</String>
57 <String Id="InstallUpgradeButtonNote">[TargetDir]
58
59Replaces your existing installation without changing settings.
60Select Customize to review current options.</String>
61 <String Id="InstallUpgradeCustomButton">C&amp;ustomize installation</String>
62 <String Id="InstallUpgradeCustomButtonNote">Choose location and features</String>
Steve Dowerbb240872015-02-05 22:08:48 -080063 <String Id="Custom1Header">Optional Features</String>
64 <String Id="Custom2Header">Advanced Options</String>
65 <String Id="CustomLocationLabel">Customize install location</String>
Steve Dower97100c02015-04-14 18:34:04 -040066 <String Id="CustomLocationHelpLabel">You will require write permissions for the selected location.</String>
Steve Dowerbb240872015-02-05 22:08:48 -080067 <String Id="CustomInstallButton">&amp;Install</String>
68 <String Id="CustomNextButton">&amp;Next</String>
69 <String Id="CustomBackButton">&amp;Back</String>
70 <String Id="CustomBrowseButton">B&amp;rowse</String>
71 <String Id="Include_docLabel">&amp;Documentation</String>
72 <String Id="Include_docHelpLabel">Installs the Python documentation file.</String>
73 <String Id="Include_pipLabel">&amp;pip</String>
74 <String Id="Include_pipHelpLabel">Installs pip, which can download and install other Python packages.</String>
75 <String Id="Include_tcltkLabel">tcl/tk and &amp;IDLE</String>
76 <String Id="Include_tcltkHelpLabel">Installs tkinter and the IDLE development environment.</String>
77 <String Id="Include_testLabel">Python &amp;test suite</String>
78 <String Id="Include_testHelpLabel">Installs the standard library test suite.</String>
79 <String Id="Include_launcherLabel">py &amp;launcher</String>
80 <String Id="Include_launcherHelpLabel">Installs the global 'py' launcher to make it easier to start Python.</String>
81
82 <String Id="AssociateFilesLabel">Associate &amp;files with Python (requires the py launcher)</String>
Steve Dower1d4880d2015-05-03 14:54:32 -070083 <String Id="ShortcutsLabel">Create shortcuts for installed applications</String>
Steve Dowerbb240872015-02-05 22:08:48 -080084 <String Id="PrependPathLabel">Add Python to &amp;environment variables</String>
85 <String Id="ShortPrependPathLabel">Add &amp;Python [ShortVersion] to PATH</String>
Steve Dower2237bdc2015-07-16 16:33:55 -070086 <String Id="InstallAllUsersLabel">Install for &amp;all users</String>
87 <String Id="InstallLauncherAllUsersLabel">for &amp;all users (requires elevation)</String>
88 <String Id="ShortInstallLauncherAllUsersLabel">Install &amp;launcher for all users (recommended)</String>
Steve Dowerbb240872015-02-05 22:08:48 -080089 <String Id="PrecompileLabel">&amp;Precompile standard library</String>
90 <String Id="Include_symbolsLabel">Install debugging &amp;symbols</String>
Steve Dower3d3aaa12015-03-10 13:15:40 -070091 <String Id="Include_debugLabel">Install debu&amp;g binaries (requires VS 2015 or later)</String>
Steve Dowerbb240872015-02-05 22:08:48 -080092
93 <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
94 <String Id="ProgressLabel">[ActionLikeInstalling]:</String>
95 <String Id="OverallProgressPackageText">Initializing...</String>
96 <String Id="ModifyHeader">Modify Setup</String>
97 <String Id="ModifyModifyButton">&amp;Modify</String>
98 <String Id="ModifyButtonNote">Add or remove individual features.</String>
99 <String Id="ModifyRepairButton">&amp;Repair</String>
100 <String Id="RepairButtonNote">Ensure all current features are correctly installed.</String>
101 <String Id="ModifyUninstallButton">&amp;Uninstall</String>
102 <String Id="UninstallButtonNote">Remove the entire [WixBundleName] installation.</String>
103 <String Id="SuccessHeader">[ActionLikeInstallation] was successful</String>
104 <String Id="SuccessLaunchButton">&amp;Launch</String>
105 <String Id="SuccessRestartText">You may need to restart your computer to finish updating files.</String>
106 <String Id="SuccessRestartButton">&amp;Restart</String>
107 <String Id="SuccessInstallMessage">Special thanks to Mark Hammond, without whose years of freely shared Windows expertise, Python for Windows would still be Python for DOS.
108
109New to Python? Start with the &lt;a href="https://docs.python.org/[ShortVersion]/tutorial/index.html"&gt;online tutorial&lt;/a&gt; and &lt;a href="https://docs.python.org/[ShortVersion]/index.html"&gt;documentation&lt;/a&gt;.
110
111See &lt;a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].html"&gt;what's new&lt;/a&gt; in this release.</String>
112 <String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String>
113 <String Id="SuccessRepairMessage">Thank you for using [WixBundleName].
114
115Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; if you continue to encounter issues.</String>
116 <String Id="SuccessRemoveMessage">Thank you for using [WixBundleName].
117
118Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; if you encountered problems.</String>
119 <String Id="FailureHeader">Setup failed</String>
120 <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 &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
121 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
122 <String Id="FailureRestartButton">&amp;Restart</String>
Steve Dower49437492015-07-08 20:18:44 -0700123 <String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
Steve Dowerbb240872015-02-05 22:08:48 -0800124</WixLocalization>