diff options
Diffstat (limited to 'Tools/msi/launcher/launcher_en-US.wxl')
-rw-r--r-- | Tools/msi/launcher/launcher_en-US.wxl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/msi/launcher/launcher_en-US.wxl b/Tools/msi/launcher/launcher_en-US.wxl new file mode 100644 index 0000000..d961fff --- /dev/null +++ b/Tools/msi/launcher/launcher_en-US.wxl @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> + <String Id="Descriptor">Launcher</String> + <String Id="ShortDescriptor">launcher</String> + <String Id="PythonFileDescription">Python File</String> + <String Id="PythonNoConFileDescription">Python File (no console)</String> + <String Id="PythonCompiledFileDescription">Compiled Python File</String> + <String Id="PythonArchiveFileDescription">Python Zip Application File</String> + <String Id="PythonNoConArchiveFileDescription">Python Zip Application File (no console)</String> +</WixLocalization> |