launcher_en-US.wxl 1.11 KB
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3 4 5 6 7 8 9 10
    <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>
11 12 13
    <String Id="PythonFileDescription">Python File</String>
    <String Id="PythonNoConFileDescription">Python File (no console)</String>
    <String Id="PythonCompiledFileDescription">Compiled Python File</String>
14
    <String Id="PythonExtensionDescription">Python Extension Module</String>
15 16
    <String Id="PythonArchiveFileDescription">Python Zip Application File</String>
    <String Id="PythonNoConArchiveFileDescription">Python Zip Application File (no console)</String>
17
</WixLocalization>