Home | History | Annotate | Download | only in msi
      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 {{ShortVersion}}</String>
      6     <String Id="FullProductName">Python {{LongVersion}} ({{Bitness}})</String>
      7     <String Id="Title">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}})</String>
      8     <String Id="Description">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}})</String>
      9     <String Id="TitlePdb">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} symbols)</String>
     10     <String Id="DescriptionPdb">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} symbols)</String>
     11     <String Id="Title_d">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} debug)</String>
     12     <String Id="Description_d">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} debug)</String>
     13     <String Id="Manufacturer">Python Software Foundation</String>
     14     <String Id="NoDowngrade">A newer version of !(loc.ProductName) is already installed.</String>
     15     <String Id="IncorrectCore">An incorrect version of a prerequisite package is installed. Please uninstall any other versions of !(loc.ProductName) and try installing this again.</String>
     16     <String Id="NoTargetDir">The TARGETDIR variable must be provided when invoking this installer.</String>
     17     <String Id="ManufacturerSupportUrl">http://www.python.org/</String>
     18 </WixLocalization>
     19