1<?xml version="1.0" encoding="utf-8"?>
2<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3    <String Id="LCID">1033</String>
4    <String Id="Culture">en-us</String>
5    <String Id="ProductName">Python Launcher</String>
6    <String Id="Title">Python Launcher</String>
7    <String Id="Description">Python Launcher</String>
8    <String Id="Manufacturer">Python Software Foundation</String>
9    <String Id="NoDowngrade">A newer version of the Python launcher is already installed.</String>
10    <String Id="NoTargetDir">The TARGETDIR variable must be provided when invoking this installer.</String>
11    <String Id="PythonFileDescription">Python File</String>
12    <String Id="PythonNoConFileDescription">Python File (no console)</String>
13    <String Id="PythonCompiledFileDescription">Compiled Python File</String>
14    <String Id="PythonExtensionDescription">Python Extension Module</String>
15    <String Id="PythonArchiveFileDescription">Python Zip Application File</String>
16    <String Id="PythonNoConArchiveFileDescription">Python Zip Application File (no console)</String>
17</WixLocalization>
18