2015-02-06 02:08:48 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
2016-05-18 19:54:05 -03:00
|
|
|
<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>
|
2015-02-06 02:08:48 -04:00
|
|
|
<String Id="PythonFileDescription">Python File</String>
|
|
|
|
<String Id="PythonNoConFileDescription">Python File (no console)</String>
|
|
|
|
<String Id="PythonCompiledFileDescription">Compiled Python File</String>
|
2016-09-05 18:05:17 -03:00
|
|
|
<String Id="PythonExtensionDescription">Python Extension Module</String>
|
2015-03-13 11:40:49 -03:00
|
|
|
<String Id="PythonArchiveFileDescription">Python Zip Application File</String>
|
|
|
|
<String Id="PythonNoConArchiveFileDescription">Python Zip Application File (no console)</String>
|
2015-02-06 02:08:48 -04:00
|
|
|
</WixLocalization>
|