9 lines
533 B
Plaintext
9 lines
533 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||
|
<String Id="Descriptor">Tcl/Tk Support</String>
|
||
|
<String Id="ShortDescriptor">tcltk</String>
|
||
|
<String Id="NoPython">No !(loc.ProductName) installation was detected.</String>
|
||
|
<String Id="ShortcutName">IDLE (Python {{ShortVersion}} {{Bitness}})</String>
|
||
|
<String Id="ShortcutDescription">Launches IDLE, the interactive environment for !(loc.ProductName).</String>
|
||
|
</WixLocalization>
|