aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/RtfTheme.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/RtfTheme.wxl')
-rw-r--r--src/ext/Bal/stdbas/Resources/RtfTheme.wxl65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/RtfTheme.wxl b/src/ext/Bal/stdbas/Resources/RtfTheme.wxl
new file mode 100644
index 00000000..a827d1a9
--- /dev/null
+++ b/src/ext/Bal/stdbas/Resources/RtfTheme.wxl
@@ -0,0 +1,65 @@
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
3
4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="Caption" Value="[WixBundleName] Setup" />
6 <String Id="Title" Value="[WixBundleName]" />
7 <String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
8 <String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />
9 <String Id="InstallVersion" Value="Version [WixBundleVersion]" />
10 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
11 <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" />
12 <String Id="HelpHeader" Value="Setup Help" />
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%." />
14 <String Id="HelpCloseButton" Value="&amp;Close" />
15 <String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions" />
16 <String Id="InstallOptionsButton" Value="&amp;Options" />
17 <String Id="InstallInstallButton" Value="&amp;Install" />
18 <String Id="InstallCancelButton" Value="&amp;Cancel" />
19 <String Id="OptionsHeader" Value="Setup Options" />
20 <String Id="OptionsLocationLabel" Value="Install location:" />
21 <String Id="OptionsBrowseButton" Value="&amp;Browse" />
22 <String Id="OptionsOkButton" Value="&amp;OK" />
23 <String Id="OptionsCancelButton" Value="&amp;Cancel" />
24 <String Id="ProgressHeader" Value="Setup Progress" />
25 <String Id="ProgressLabel" Value="Processing:" />
26 <String Id="OverallProgressPackageText" Value="Initializing..." />
27 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
28 <String Id="ModifyHeader" Value="Modify Setup" />
29 <String Id="ModifyRepairButton" Value="&amp;Repair" />
30 <String Id="ModifyUninstallButton" Value="&amp;Uninstall" />
31 <String Id="ModifyCancelButton" Value="&amp;Cancel" />
32 <String Id="SuccessHeader" Value="Setup Successful" />
33 <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" />
34 <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" />
35 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
36 <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" />
37 <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" />
38 <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" />
39 <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" />
40 <String Id="SuccessLaunchButton" Value="&amp;Launch" />
41 <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." />
42 <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." />
43 <String Id="SuccessRestartButton" Value="&amp;Restart" />
44 <String Id="SuccessCloseButton" Value="&amp;Close" />
45 <String Id="FailureHeader" Value="Setup Failed" />
46 <String Id="FailureCacheHeader" Value="Cache Failed" />
47 <String Id="FailureInstallHeader" Value="Setup Failed" />
48 <String Id="FailureLayoutHeader" Value="Layout Failed" />
49 <String Id="FailureModifyHeader" Value="Modify Failed" />
50 <String Id="FailureRepairHeader" Value="Repair Failed" />
51 <String Id="FailureUninstallHeader" Value="Uninstall Failed" />
52 <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" />
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;." />
54 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
55 <String Id="FailureRestartButton" Value="&amp;Restart" />
56 <String Id="FailureCloseButton" Value="&amp;Close" />
57 <String Id="FilesInUseTitle" Value="Files In Use" />
58 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
59 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
60 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
61 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
62 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
63 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
64 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
65</WixLocalization>