-
Notifications
You must be signed in to change notification settings - Fork 1
/
Product.Loc_en-US.wxl
29 lines (23 loc) · 1.92 KB
/
Product.Loc_en-US.wxl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Language">1033</String>
<!-- Supported language and codepage codes can be found here: http://www.tramontana.co.hu/wix/lesson2.php#2.4 -->
<String Id="ApplicationName">MiniAppKiller</String>
<String Id="ManufacturerName">Heiswayi Nrird</String>
<String Id="ProductDescription">Process killer</String>
<String Id="ProductKeywords">process killer</String>
<String Id="Comments">Installs MiniAppKiller</String>
<String Id="LicenseRtf" Overridable="yes">Eula-en.rtf</String>
<String Id="AppNotSupported">This application is is not supported on your current OS. Minimal OS supported is Windows XP SP2</String>
<String Id="DotNetFrameworkNeeded">.NET Framework 3.5 is required. Please install the .NET Framework then run this installer again.</String>
<String Id="NewerVersionInstalled">A newer version of !(loc.ApplicationName) is already installed.</String>
<String Id="CloseRunningApp">!(loc.ApplicationName) is running. You need to close it first!</String>
<String Id="FeatureCompleteDescription">The complete package.</String>
<String Id="FeatureMainProgramDescription">The main version including all dependencies.</String>
<String Id="FeatureMainProgramTitle">Main program</String>
<!--<String Id="LicenseAgreementDlgLicenseAcceptedCheckBox">Agree</String>-->
<String Id="UpgradeWelcomeDlgTitle">!(loc.ApplicationName) Setup</String>
<String Id="UpgradeWelcomeDlgHeaderTitle">A previous version of !(loc.ApplicationName) is detected</String>
<String Id="UpgradeWelcomeDlgMessage">The setup will perform an upgrade of !(loc.ApplicationName). Click Next to proceed with the upgrade or Cancel to exit the setup.</String>
<String Id="CreateDesktopShortcutCheckboxText">Create a shortcut on Desktop</String>
</WixLocalization>