aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/dncpreq.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/dncpreq.wxl')
-rw-r--r--src/ext/Bal/stdbas/Resources/dncpreq.wxl35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/dncpreq.wxl b/src/ext/Bal/stdbas/Resources/dncpreq.wxl
new file mode 100644
index 00000000..a1f63d43
--- /dev/null
+++ b/src/ext/Bal/stdbas/Resources/dncpreq.wxl
@@ -0,0 +1,35 @@
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="Microsoft .NET Core required for [WixBundleName] setup" />
7 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
8 <String Id="HelpHeader" Value="Setup Help" />
9 <String Id="HelpText" Value="/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%." />
10 <String Id="HelpCloseButton" Value="&amp;Close" />
11 <String Id="InstallLicenseTerms" Value="Click the &quot;Accept and Install&quot; button to accept the Microsoft .NET Core &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accept and Install" />
13 <String Id="InstallDeclineButton" Value="&amp;Decline" />
14 <String Id="ProgressHeader" Value="Setup Progress" />
15 <String Id="ProgressLabel" Value="Processing:" />
16 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
17 <String Id="SuccessHeader" Value="Microsoft .NET Core Setup Successful" />
18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
20 <String Id="SuccessCloseButton" Value="&amp;Close" />
21 <String Id="FailureHeader" Value="Setup Failed" />
22 <String Id="FailureLogLinkText" 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;." />
23 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
24 <String Id="FailureRestartButton" Value="&amp;Restart" />
25 <String Id="FailureCloseButton" Value="&amp;Close" />
26 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Core runtime even though all of the prerequisites are installed." />
27 <String Id="FilesInUseTitle" Value="Files In Use" />
28 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
29 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
30 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
31 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
32 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
33 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
34 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
35</WixLocalization>