aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/RtfTheme.wxl')
-rw-r--r--src/ext/Bal/wixstdba/Resources/RtfTheme.wxl130
1 files changed, 61 insertions, 69 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
index 8125f17e..a827d1a9 100644
--- a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
+++ b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
@@ -1,73 +1,65 @@
1<?xml version="1.0" encoding="utf-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Setup" />
7 <String Id="Title">[WixBundleName]</String> 6 <String Id="Title" Value="[WixBundleName]" />
8 <String Id="CheckingForUpdatesLabel">Checking for updates</String> 7 <String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
9 <String Id="UpdateButton">&amp;Update to version [WixStdBAUpdateAvailable]</String> 8 <String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />
10 <String Id="InstallVersion">Version [WixBundleVersion]</String> 9 <String Id="InstallVersion" Value="Version [WixBundleVersion]" />
11 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 10 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
12 <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> 11 <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" />
13 <String Id="HelpHeader">Setup Help</String> 12 <String Id="HelpHeader" Value="Setup Help" />
14 <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or 13 <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or&#xA; creates a complete local copy of the bundle in directory. Install is the default.&#xA;&#xA;/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
15 creates a complete local copy of the bundle in directory. Install is the default. 14 <String Id="HelpCloseButton" Value="&amp;Close" />
16 15 <String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions" />
17/passive | /quiet - displays minimal UI with no prompts or displays no UI and 16 <String Id="InstallOptionsButton" Value="&amp;Options" />
18 no prompts. By default UI and all prompts are displayed. 17 <String Id="InstallInstallButton" Value="&amp;Install" />
19 18 <String Id="InstallCancelButton" Value="&amp;Cancel" />
20/norestart - suppress any attempts to restart. By default UI will prompt before restart. 19 <String Id="OptionsHeader" Value="Setup Options" />
21/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 20 <String Id="OptionsLocationLabel" Value="Install location:" />
22 <String Id="HelpCloseButton">&amp;Close</String> 21 <String Id="OptionsBrowseButton" Value="&amp;Browse" />
23 <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String> 22 <String Id="OptionsOkButton" Value="&amp;OK" />
24 <String Id="InstallOptionsButton">&amp;Options</String> 23 <String Id="OptionsCancelButton" Value="&amp;Cancel" />
25 <String Id="InstallInstallButton">&amp;Install</String> 24 <String Id="ProgressHeader" Value="Setup Progress" />
26 <String Id="InstallCancelButton">&amp;Cancel</String> 25 <String Id="ProgressLabel" Value="Processing:" />
27 <String Id="OptionsHeader">Setup Options</String> 26 <String Id="OverallProgressPackageText" Value="Initializing..." />
28 <String Id="OptionsLocationLabel">Install location:</String> 27 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
29 <String Id="OptionsBrowseButton">&amp;Browse</String> 28 <String Id="ModifyHeader" Value="Modify Setup" />
30 <String Id="OptionsOkButton">&amp;OK</String> 29 <String Id="ModifyRepairButton" Value="&amp;Repair" />
31 <String Id="OptionsCancelButton">&amp;Cancel</String> 30 <String Id="ModifyUninstallButton" Value="&amp;Uninstall" />
32 <String Id="ProgressHeader">Setup Progress</String> 31 <String Id="ModifyCancelButton" Value="&amp;Cancel" />
33 <String Id="ProgressLabel">Processing:</String> 32 <String Id="SuccessHeader" Value="Setup Successful" />
34 <String Id="OverallProgressPackageText">Initializing...</String> 33 <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" />
35 <String Id="ProgressCancelButton">&amp;Cancel</String> 34 <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" />
36 <String Id="ModifyHeader">Modify Setup</String> 35 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
37 <String Id="ModifyRepairButton">&amp;Repair</String> 36 <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" />
38 <String Id="ModifyUninstallButton">&amp;Uninstall</String> 37 <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" />
39 <String Id="ModifyCancelButton">&amp;Cancel</String> 38 <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" />
40 <String Id="SuccessHeader">Setup Successful</String> 39 <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" />
41 <String Id="SuccessCacheHeader">Cache Successfully Completed</String> 40 <String Id="SuccessLaunchButton" Value="&amp;Launch" />
42 <String Id="SuccessInstallHeader">Installation Successfully Completed</String> 41 <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." />
43 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> 42 <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." />
44 <String Id="SuccessModifyHeader">Modify Successfully Completed</String> 43 <String Id="SuccessRestartButton" Value="&amp;Restart" />
45 <String Id="SuccessRepairHeader">Repair Successfully Completed</String> 44 <String Id="SuccessCloseButton" Value="&amp;Close" />
46 <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String> 45 <String Id="FailureHeader" Value="Setup Failed" />
47 <String Id="SuccessUnsafeUninstallHeader">Uninstall Successfully Completed</String> 46 <String Id="FailureCacheHeader" Value="Cache Failed" />
48 <String Id="SuccessLaunchButton">&amp;Launch</String> 47 <String Id="FailureInstallHeader" Value="Setup Failed" />
49 <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> 48 <String Id="FailureLayoutHeader" Value="Layout Failed" />
50 <String Id="SuccessUninstallRestartText">You must restart your computer to complete the removal of the software.</String> 49 <String Id="FailureModifyHeader" Value="Modify Failed" />
51 <String Id="SuccessRestartButton">&amp;Restart</String> 50 <String Id="FailureRepairHeader" Value="Repair Failed" />
52 <String Id="SuccessCloseButton">&amp;Close</String> 51 <String Id="FailureUninstallHeader" Value="Uninstall Failed" />
53 <String Id="FailureHeader">Setup Failed</String> 52 <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" />
54 <String Id="FailureCacheHeader">Cache Failed</String> 53 <String Id="FailureHyperlinkLogText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
55 <String Id="FailureInstallHeader">Setup Failed</String> 54 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
56 <String Id="FailureLayoutHeader">Layout Failed</String> 55 <String Id="FailureRestartButton" Value="&amp;Restart" />
57 <String Id="FailureModifyHeader">Modify Failed</String> 56 <String Id="FailureCloseButton" Value="&amp;Close" />
58 <String Id="FailureRepairHeader">Repair Failed</String> 57 <String Id="FilesInUseTitle" Value="Files In Use" />
59 <String Id="FailureUninstallHeader">Uninstall Failed</String> 58 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
60 <String Id="FailureUnsafeUninstallHeader">Uninstall Failed</String> 59 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
61 <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 &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 60 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
62 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 61 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
63 <String Id="FailureRestartButton">&amp;Restart</String> 62 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
64 <String Id="FailureCloseButton">&amp;Close</String> 63 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
65 <String Id="FilesInUseTitle">Files In Use</String> 64 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
66 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
67 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String>
68 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
69 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
70 <String Id="FilesInUseRetryButton">&amp;Retry</String>
71 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
72 <String Id="FilesInUseExitButton">E&amp;xit</String>
73</WixLocalization> 65</WixLocalization>