Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: d384df407ebdbb1ab386597658f1ac78e8803afe authored by Ned Deily on 17 June 2020, 10:59:51 UTC
3.6.11rc1
Tip revision: d384df4
doc_en-US.wxl_template
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
    <String Id="ShortDescriptor">doc</String>
    <String Id="Descriptor">Documentation</String>
    <String Id="ShortcutName">Python {{ShortVersion}} Manuals ({{Bitness}})</String>
    <String Id="ShortcutDescription">View the !(loc.ProductName) documentation.</String>
</WixLocalization>
back to top