17db96d56Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 27db96d56Sopenharmony_ci<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> 37db96d56Sopenharmony_ci <String Id="LCID">1033</String> 47db96d56Sopenharmony_ci <String Id="Culture">en-us</String> 57db96d56Sopenharmony_ci <String Id="ProductName">Python {{ShortVersion}}</String> 67db96d56Sopenharmony_ci <String Id="FullProductName">Python {{LongVersion}} ({{Bitness}})</String> 77db96d56Sopenharmony_ci <String Id="Title">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}})</String> 87db96d56Sopenharmony_ci <String Id="Description">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}})</String> 97db96d56Sopenharmony_ci <String Id="TitlePdb">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} symbols)</String> 107db96d56Sopenharmony_ci <String Id="DescriptionPdb">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} symbols)</String> 117db96d56Sopenharmony_ci <String Id="Title_d">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} debug)</String> 127db96d56Sopenharmony_ci <String Id="Description_d">Python {{LongVersion}} !(loc.Descriptor) ({{Bitness}} debug)</String> 137db96d56Sopenharmony_ci <String Id="Manufacturer">Python Software Foundation</String> 147db96d56Sopenharmony_ci <String Id="NoDowngrade">A newer version of !(loc.ProductName) is already installed.</String> 157db96d56Sopenharmony_ci <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> 167db96d56Sopenharmony_ci <String Id="NoTargetDir">The TARGETDIR variable must be provided when invoking this installer.</String> 177db96d56Sopenharmony_ci <String Id="ManufacturerSupportUrl">https://www.python.org/</String> 187db96d56Sopenharmony_ci</WixLocalization> 19