Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 1917d9b7c266d8be9ef1b403e38411ba871a0a37 authored by Larry Hastings on 17 March 2019, 23:47:59 UTC
Version bump for 3.5.7 final.
Tip revision: 1917d9b
launcher_en-US.wxl
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
    <String Id="LCID">1033</String>
    <String Id="Culture">en-us</String>
    <String Id="ProductName">Python Launcher</String>
    <String Id="Title">Python Launcher</String>
    <String Id="Description">Python Launcher</String>
    <String Id="Manufacturer">Python Software Foundation</String>
    <String Id="NoDowngrade">A newer version of the Python launcher is already installed.</String>
    <String Id="NoTargetDir">The TARGETDIR variable must be provided when invoking this installer.</String>
    <String Id="PythonFileDescription">Python File</String>
    <String Id="PythonNoConFileDescription">Python File (no console)</String>
    <String Id="PythonCompiledFileDescription">Compiled Python File</String>
    <String Id="PythonArchiveFileDescription">Python Zip Application File</String>
    <String Id="PythonNoConArchiveFileDescription">Python Zip Application File (no console)</String>
</WixLocalization>
back to top