1<?xml version="1.0" encoding="utf-8"?>
2<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3    <String Id="Descriptor">Executables</String>
4    <String Id="ShortDescriptor">executable</String>
5    <String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String>
6    <String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String>
7    <String Id="SupportUrl">http://www.python.org/</String>
8</WixLocalization>
9