blob: 6efd614770bfe0fc0ba28e0a434b8ec9df50d166 [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
14 <String Id="CancelButton">&amp;Cancel</String>
15 <String Id="CloseButton">&amp;Close</String>
16 <String Id="InstallHeader">Install [WixBundleName]</String>
17 <String Id="InstallMessage">Select to location to install Python, or choose Customize to enable or disable features.</String>
18 <String Id="InstallVersion">Version [WixBundleVersion]</String>
19 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
20 <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
21 <String Id="HelpHeader">Setup Help</String>
22 <String Id="HelpText">/uninstall
23 Uninstalls Python without prompting for confirmation.
24
25/layout [\[]directory[\]]
26 Downloads all components for offline installation.
27
28/passive
29 Displays progress without requiring user interaction.
30
31/quiet
32 Performs the requested action without displaying any UI.
33
34/log [\[]filename[\]]
35 Logs to a specific file. By default, log files are created in %TEMP%.</String>
36 <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
37 <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
38 <String Id="InstallAllUsersButton">Install for &amp;All Users</String>
39 <String Id="InstallAllUsersButtonNote">[DefaultAllUsersTargetDir]</String>
40 <String Id="InstallJustForMeButton">Install &amp;Just for Me</String>
41 <String Id="InstallJustForMeButtonNote">[DefaultJustForMeTargetDir]</String>
42 <String Id="InstallCustomButton">C&amp;ustomize installation</String>
43 <String Id="InstallCustomButtonNote">Choose location and features</String>
44 <String Id="InstallSimpleButton">&amp;Install</String>
45 <String Id="InstallSimpleButtonNote">Uses setting preselected by your administrator</String>
46 <String Id="Custom1Header">Optional Features</String>
47 <String Id="Custom2Header">Advanced Options</String>
48 <String Id="CustomLocationLabel">Customize install location</String>
49 <String Id="CustomLocationHelpLabel">If not installing as administrator, you will require write permissions for this location.</String>
50 <String Id="CustomInstallButton">&amp;Install</String>
51 <String Id="CustomNextButton">&amp;Next</String>
52 <String Id="CustomBackButton">&amp;Back</String>
53 <String Id="CustomBrowseButton">B&amp;rowse</String>
54 <String Id="Include_docLabel">&amp;Documentation</String>
55 <String Id="Include_docHelpLabel">Installs the Python documentation file.</String>
56 <String Id="Include_pipLabel">&amp;pip</String>
57 <String Id="Include_pipHelpLabel">Installs pip, which can download and install other Python packages.</String>
58 <String Id="Include_tcltkLabel">tcl/tk and &amp;IDLE</String>
59 <String Id="Include_tcltkHelpLabel">Installs tkinter and the IDLE development environment.</String>
60 <String Id="Include_testLabel">Python &amp;test suite</String>
61 <String Id="Include_testHelpLabel">Installs the standard library test suite.</String>
62 <String Id="Include_launcherLabel">py &amp;launcher</String>
63 <String Id="Include_launcherHelpLabel">Installs the global 'py' launcher to make it easier to start Python.</String>
64
65 <String Id="AssociateFilesLabel">Associate &amp;files with Python (requires the py launcher)</String>
66 <String Id="PrependPathLabel">Add Python to &amp;environment variables</String>
67 <String Id="ShortPrependPathLabel">Add &amp;Python [ShortVersion] to PATH</String>
68 <String Id="InstallAllUsersLabel">Install as &amp;Administrator</String>
69 <String Id="PrecompileLabel">&amp;Precompile standard library</String>
70 <String Id="Include_symbolsLabel">Install debugging &amp;symbols</String>
71 <String Id="Include_debugLabel">Install debu&amp;g binaries</String>
72
73 <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
74 <String Id="ProgressLabel">[ActionLikeInstalling]:</String>
75 <String Id="OverallProgressPackageText">Initializing...</String>
76 <String Id="ModifyHeader">Modify Setup</String>
77 <String Id="ModifyModifyButton">&amp;Modify</String>
78 <String Id="ModifyButtonNote">Add or remove individual features.</String>
79 <String Id="ModifyRepairButton">&amp;Repair</String>
80 <String Id="RepairButtonNote">Ensure all current features are correctly installed.</String>
81 <String Id="ModifyUninstallButton">&amp;Uninstall</String>
82 <String Id="UninstallButtonNote">Remove the entire [WixBundleName] installation.</String>
83 <String Id="SuccessHeader">[ActionLikeInstallation] was successful</String>
84 <String Id="SuccessLaunchButton">&amp;Launch</String>
85 <String Id="SuccessRestartText">You may need to restart your computer to finish updating files.</String>
86 <String Id="SuccessRestartButton">&amp;Restart</String>
87 <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.
88
89New 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;.
90
91See &lt;a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].html"&gt;what's new&lt;/a&gt; in this release.</String>
92 <String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String>
93 <String Id="SuccessRepairMessage">Thank you for using [WixBundleName].
94
95Feel 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>
96 <String Id="SuccessRemoveMessage">Thank you for using [WixBundleName].
97
98Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; if you encountered problems.</String>
99 <String Id="FailureHeader">Setup failed</String>
100 <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>
101 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
102 <String Id="FailureRestartButton">&amp;Restart</String>
103</WixLocalization>