Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 1 | <?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 Dower | e4969f5 | 2015-02-28 19:53:50 -0800 | [diff] [blame] | 14 | <String Id="ElevateForCRTInstall">You will be prompted for Administrator privileges to install a C Runtime Library update (KB2999226). |
| 15 | |
| 16 | |
| 17 | Continue?</String> |
| 18 | |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 19 | <String Id="CancelButton">&Cancel</String> |
| 20 | <String Id="CloseButton">&Close</String> |
| 21 | <String Id="InstallHeader">Install [WixBundleName]</String> |
Steve Dower | 44e6258 | 2015-05-28 10:28:40 -0700 | [diff] [blame] | 22 | <String Id="InstallMessage">Select Install Now to install Python with default settings, or choose Customize to enable or disable features.</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 23 | <String Id="InstallVersion">Version [WixBundleVersion]</String> |
Steve Dower | 4943749 | 2015-07-08 20:18:44 -0700 | [diff] [blame] | 24 | <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 Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 26 | <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> |
Steve Dower | 61ca207 | 2015-07-18 09:28:41 -0700 | [diff] [blame] | 29 | <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. |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 30 | |
Steve Dower | 61ca207 | 2015-07-18 09:28:41 -0700 | [diff] [blame] | 31 | "/passive" to display progress without requiring user interaction |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 32 | |
Steve Dower | 61ca207 | 2015-07-18 09:28:41 -0700 | [diff] [blame] | 33 | "/quiet" to install/uninstall without displaying any UI |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 34 | |
Steve Dower | 61ca207 | 2015-07-18 09:28:41 -0700 | [diff] [blame] | 35 | "/simple" to prevent user customization |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 36 | |
Steve Dower | 61ca207 | 2015-07-18 09:28:41 -0700 | [diff] [blame] | 37 | "/uninstall" to remove Python (without confirmation) |
| 38 | |
| 39 | "/layout [\[]directory[\]]" to pre-download all components |
| 40 | |
| 41 | "/log [\[]filename[\]]" to specify log files location</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 42 | <String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String> |
| 43 | <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String> |
Steve Dower | 4943749 | 2015-07-08 20:18:44 -0700 | [diff] [blame] | 44 | <String Id="InstallButton">&Install Now</String> |
Steve Dower | 731f4a2 | 2015-10-11 15:37:22 -0700 | [diff] [blame] | 45 | <String Id="InstallButtonNote">[TargetDir] |
Steve Dower | 1d4880d | 2015-05-03 14:54:32 -0700 | [diff] [blame] | 46 | |
| 47 | Includes IDLE, pip and documentation |
Steve Dower | 97100c0 | 2015-04-14 18:34:04 -0400 | [diff] [blame] | 48 | Creates shortcuts and file associations</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 49 | <String Id="InstallCustomButton">C&ustomize installation</String> |
| 50 | <String Id="InstallCustomButtonNote">Choose location and features</String> |
| 51 | <String Id="InstallSimpleButton">&Install</String> |
Steve Dower | 2237bdc | 2015-07-16 16:33:55 -0700 | [diff] [blame] | 52 | <String Id="InstallSimpleButtonNote">Use settings preselected by your administrator |
| 53 | |
| 54 | [SimpleInstallDescription]</String> |
Steve Dower | 8ffe4fd | 2015-10-11 18:05:11 -0700 | [diff] [blame] | 55 | <String Id="InstallUpgradeButton">Up&grade Now</String> |
Steve Dower | 4943749 | 2015-07-08 20:18:44 -0700 | [diff] [blame] | 56 | <String Id="InstallUpgradeButtonNote">[TargetDir] |
| 57 | |
| 58 | Replaces your existing installation without changing settings. |
| 59 | Select Customize to review current options.</String> |
| 60 | <String Id="InstallUpgradeCustomButton">C&ustomize installation</String> |
| 61 | <String Id="InstallUpgradeCustomButtonNote">Choose location and features</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 62 | <String Id="Custom1Header">Optional Features</String> |
| 63 | <String Id="Custom2Header">Advanced Options</String> |
| 64 | <String Id="CustomLocationLabel">Customize install location</String> |
Steve Dower | 97100c0 | 2015-04-14 18:34:04 -0400 | [diff] [blame] | 65 | <String Id="CustomLocationHelpLabel">You will require write permissions for the selected location.</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 66 | <String Id="CustomInstallButton">&Install</String> |
| 67 | <String Id="CustomNextButton">&Next</String> |
| 68 | <String Id="CustomBackButton">&Back</String> |
| 69 | <String Id="CustomBrowseButton">B&rowse</String> |
| 70 | <String Id="Include_docLabel">&Documentation</String> |
| 71 | <String Id="Include_docHelpLabel">Installs the Python documentation file.</String> |
| 72 | <String Id="Include_pipLabel">&pip</String> |
| 73 | <String Id="Include_pipHelpLabel">Installs pip, which can download and install other Python packages.</String> |
| 74 | <String Id="Include_tcltkLabel">tcl/tk and &IDLE</String> |
| 75 | <String Id="Include_tcltkHelpLabel">Installs tkinter and the IDLE development environment.</String> |
| 76 | <String Id="Include_testLabel">Python &test suite</String> |
| 77 | <String Id="Include_testHelpLabel">Installs the standard library test suite.</String> |
| 78 | <String Id="Include_launcherLabel">py &launcher</String> |
Steve Dower | 10f997d | 2015-12-02 08:28:51 -0800 | [diff] [blame] | 79 | <String Id="Include_launcherHelp">Installs the global 'py' launcher to make it easier to start Python.</String> |
| 80 | <String Id="Include_launcherRemove">Use Programs and Features to remove the 'py' launcher.</String> |
| 81 | <String Id="Include_launcherUpgrade">Upgrades the global 'py' launcher from the previous version.</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 82 | |
| 83 | <String Id="AssociateFilesLabel">Associate &files with Python (requires the py launcher)</String> |
Steve Dower | 1d4880d | 2015-05-03 14:54:32 -0700 | [diff] [blame] | 84 | <String Id="ShortcutsLabel">Create shortcuts for installed applications</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 85 | <String Id="PrependPathLabel">Add Python to &environment variables</String> |
| 86 | <String Id="ShortPrependPathLabel">Add &Python [ShortVersion] to PATH</String> |
Steve Dower | 2237bdc | 2015-07-16 16:33:55 -0700 | [diff] [blame] | 87 | <String Id="InstallAllUsersLabel">Install for &all users</String> |
| 88 | <String Id="InstallLauncherAllUsersLabel">for &all users (requires elevation)</String> |
| 89 | <String Id="ShortInstallLauncherAllUsersLabel">Install &launcher for all users (recommended)</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 90 | <String Id="PrecompileLabel">&Precompile standard library</String> |
Steve Dower | 14b9e6c | 2015-09-22 16:36:33 -0700 | [diff] [blame] | 91 | <String Id="Include_symbolsLabel">Download debugging &symbols</String> |
| 92 | <String Id="Include_debugLabel">Download debu&g binaries (requires VS 2015 or later)</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 93 | |
| 94 | <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String> |
| 95 | <String Id="ProgressLabel">[ActionLikeInstalling]:</String> |
| 96 | <String Id="OverallProgressPackageText">Initializing...</String> |
| 97 | <String Id="ModifyHeader">Modify Setup</String> |
| 98 | <String Id="ModifyModifyButton">&Modify</String> |
| 99 | <String Id="ModifyButtonNote">Add or remove individual features.</String> |
| 100 | <String Id="ModifyRepairButton">&Repair</String> |
| 101 | <String Id="RepairButtonNote">Ensure all current features are correctly installed.</String> |
| 102 | <String Id="ModifyUninstallButton">&Uninstall</String> |
| 103 | <String Id="UninstallButtonNote">Remove the entire [WixBundleName] installation.</String> |
| 104 | <String Id="SuccessHeader">[ActionLikeInstallation] was successful</String> |
| 105 | <String Id="SuccessLaunchButton">&Launch</String> |
| 106 | <String Id="SuccessRestartText">You may need to restart your computer to finish updating files.</String> |
| 107 | <String Id="SuccessRestartButton">&Restart</String> |
| 108 | <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. |
| 109 | |
| 110 | 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>. |
| 111 | |
| 112 | See <a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].html">what's new</a> in this release.</String> |
| 113 | <String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String> |
| 114 | <String Id="SuccessRepairMessage">Thank you for using [WixBundleName]. |
| 115 | |
| 116 | Feel free to email <a href="mailto:python-list@python.org">python-list@python.org</a> if you continue to encounter issues.</String> |
| 117 | <String Id="SuccessRemoveMessage">Thank you for using [WixBundleName]. |
| 118 | |
| 119 | Feel free to email <a href="mailto:python-list@python.org">python-list@python.org</a> if you encountered problems.</String> |
| 120 | <String Id="FailureHeader">Setup failed</String> |
| 121 | <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> |
| 122 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> |
| 123 | <String Id="FailureRestartButton">&Restart</String> |
Steve Dower | 4943749 | 2015-07-08 20:18:44 -0700 | [diff] [blame] | 124 | <String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String> |
Steve Dower | b966981 | 2015-10-11 16:40:41 -0700 | [diff] [blame] | 125 | |
| 126 | <String Id="FailureWin7MissingSP1">Windows 7 Service Pack 1 and all applicable updates are required to install [WixBundleName]. |
| 127 | |
| 128 | Please <a href="https://www.bing.com/search?q=how%20to%20install%20windows%207%20service%20pack%201">update your machine</a> and then restart the installation.</String> |
| 129 | <String Id="FailureVistaMissingSP2">Windows Vista Service Pack 2 and all applicable updates are required to install [WixBundleName]. |
| 130 | |
| 131 | Please <a href="https://www.bing.com/search?q=how%20to%20install%20windows%20vista%20service%20pack%202">update your machine</a> and then restart the installation.</String> |
| 132 | <String Id="FailureXPOrEarlier">Windows Vista or later is required to install and use [WixBundleName]. |
| 133 | |
| 134 | Visit <a href="https://www.python.org/">python.org</a> to download Python 3.4.</String> |
Steve Dower | beb0f1d | 2016-09-08 09:26:42 -0700 | [diff] [blame] | 135 | |
Steve Dower | 2fadfc0 | 2016-09-09 11:41:28 -0700 | [diff] [blame] | 136 | <String Id="FailureWS2K8R2MissingSP1">Windows Server 2008 R2 Service Pack 1 and all applicable updates are required to install [WixBundleName]. |
| 137 | |
| 138 | Please <a href="https://www.bing.com/search?q=how%20to%20install%20windows%20server%202008%20r2%20service%20pack%201">update your machine</a> and then restart the installation.</String> |
| 139 | <String Id="FailureWS2K8MissingSP2">Windows Server 2008 Service Pack 2 and all applicable updates are required to install [WixBundleName]. |
| 140 | |
| 141 | Please <a href="https://www.bing.com/search?q=how%20to%20install%20windows%20server%202008%20service%20pack%202">update your machine</a> and then restart the installation.</String> |
| 142 | <String Id="FailureWS2K3OrEarlier">Windows Server 2008 SP2 or later is required to install and use [WixBundleName]. |
| 143 | |
| 144 | Visit <a href="https://www.python.org/">python.org</a> to download Python 3.4.</String> |
Steve Dower | 7a35b1c | 2016-09-09 11:44:26 -0700 | [diff] [blame] | 145 | |
Steve Dower | beb0f1d | 2016-09-08 09:26:42 -0700 | [diff] [blame] | 146 | <String Id="SuccessMaxPathButton">Disable path length limit</String> |
| 147 | <String Id="SuccessMaxPathButtonNote">Changes your machine configuration to allow programs, including Python, to bypass the 260 character "MAX_PATH" limitation.</String> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 148 | </WixLocalization> |