|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
3 |
| - <String Id="Caption">[WixBundleName] Setup</String> |
4 |
| - <String Id="Title">[BundleNameShort]</String> |
5 |
| - <String Id="SubTitle">[BundleNameSub]</String> |
| 3 | + <String Id="Caption"><!--_locComment_text="{Locked='[WixBundleName]'}"-->[WixBundleName] Setup</String> |
| 4 | + <String Id="Title"><!--_locComment_text="{Locked}"-->[BundleNameShort]</String> |
| 5 | + <String Id="SubTitle"><!--_locComment_text="{Locked}"-->[BundleNameSub]</String> |
6 | 6 | <String Id="InstallHeader">Welcome</String>
|
7 |
| - <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click install to continue, options to set the install directory or Close to exit.</String> |
8 |
| - <String Id="InstallVersion">Version [WixBundleVersion]</String> |
| 7 | + <String Id="InstallMessage"><!--_locComment_text="{Locked='[WixBundleName]'}"-->Setup will install [WixBundleName] on your computer. Click install to continue, options to set the install directory or Close to exit.</String> |
| 8 | + <String Id="InstallVersion"><!--_locComment_text="{Locked='[WixBundleVersion]'}"-->Version [WixBundleVersion]</String> |
9 | 9 | <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
|
10 | 10 | <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
|
11 | 11 | <String Id="HelpHeader">Setup Help</String>
|
12 |
| - <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or |
| 12 | + <String Id="HelpText">/install | /repair | /uninstall | /layout [\[]directory[\]] - installs, repairs, uninstalls or |
13 | 13 | creates a complete local copy of the bundle in directory. Install is the default.
|
14 | 14 |
|
15 | 15 | /passive | /quiet - displays minimal UI with no prompts or displays no UI and
|
|
18 | 18 | /norestart - suppress any attempts to restart. By default UI will prompt before restart.
|
19 | 19 | /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
|
20 | 20 | <String Id="HelpCloseButton">&Close</String>
|
21 |
| - <String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String> |
| 21 | + <String Id="InstallLicenseLinkText"><!--_locComment_text="{Locked='[WixBundleName]'}"-->[WixBundleName] <a href="#">license terms</a>.</String> |
22 | 22 | <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
|
23 | 23 | <String Id="InstallOptionsButton">&Options</String>
|
24 | 24 | <String Id="InstallInstallButton">&Install</String>
|
|
38 | 38 | <String Id="ModifyCloseButton">&Close</String>
|
39 | 39 | <String Id="SuccessRepairHeader">Repair Successfully Completed</String>
|
40 | 40 | <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String>
|
41 |
| - <String Id="SuccessInstallHeader">Installation Successfully Completed</String> |
42 |
| - <String Id="SuccessHeader">Setup Successful</String> |
| 41 | + <String Id="SuccessInstallHeader">Installation Successfully Completed</String> |
| 42 | + <String Id="SuccessHeader">Setup Successful</String> |
43 | 43 | <String Id="SuccessLaunchButton">&Launch</String>
|
44 | 44 | <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
|
45 | 45 | <String Id="SuccessRestartButton">&Restart</String>
|
46 | 46 | <String Id="SuccessCloseButton">&Close</String>
|
47 | 47 | <String Id="FailureHeader">Setup Failed</String>
|
48 | 48 | <String Id="FailureInstallHeader">Setup Failed</String>
|
49 | 49 | <String Id="FailureUninstallHeader">Uninstall Failed</String>
|
50 |
| - <String Id="FailureRepairHeader">Repair Failed</String> |
| 50 | + <String Id="FailureRepairHeader">Repair Failed</String> |
51 | 51 | <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>.</String>
|
52 | 52 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
|
53 | 53 | <String Id="FailureRestartButton">&Restart</String>
|
|
60 | 60 | <String Id="FilesInUseCancelButton">&Cancel</String>
|
61 | 61 |
|
62 | 62 | <!-- Custom UI strings -->
|
63 |
| - <String Id="Welcome">Welcome to the [WixBundleName] Setup.</String> |
| 63 | + <String Id="Welcome"><!--_locComment_text="{Locked='[WixBundleName]'}"-->Welcome to the [WixBundleName] Setup.</String> |
64 | 64 | <String Id="InstallResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String>
|
65 | 65 | <String Id="InstallNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String>
|
66 |
| - <String Id="EulaPrivacy">[WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>.</String> |
| 66 | + <String Id="EulaPrivacy"><!--_locComment_text="{Locked='[WixBundleName]'}"-->[WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>.</String> |
67 | 67 | <String Id="ModifyResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String>
|
68 | 68 | <String Id="ModifyNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String>
|
69 | 69 | </WixLocalization>
|
0 commit comments