diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl new file mode 100644 index 00000000..24e7b728 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl | |||
@@ -0,0 +1,69 @@ | |||
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="&Update to version [WixStdBAUpdateAvailable]" /> | ||
9 | <String Id="InstallHeader" Value="Welcome" /> | ||
10 | <String Id="InstallMessage" Value="Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit." /> | ||
11 | <String Id="InstallMessageOptions" Value="Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit." /> | ||
12 | <String Id="InstallVersion" Value="Version [WixBundleVersion]" /> | ||
13 | <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" /> | ||
14 | <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" /> | ||
15 | <String Id="HelpHeader" Value="Setup Help" /> | ||
16 | <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
 creates a complete local copy of the bundle in directory. Install is the default.

/passive | /quiet - displays minimal UI with no prompts or displays no UI and
 no prompts. By default UI and all prompts are displayed.

/norestart - suppress any attempts to restart. By default UI will prompt before restart.
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." /> | ||
17 | <String Id="HelpCloseButton" Value="&Close" /> | ||
18 | <String Id="InstallLicenseLinkText" Value="[WixBundleName] <a href="#">license terms</a>." /> | ||
19 | <String Id="InstallAcceptCheckbox" Value="I &agree to the license terms and conditions" /> | ||
20 | <String Id="InstallOptionsButton" Value="&Options" /> | ||
21 | <String Id="InstallInstallButton" Value="&Install" /> | ||
22 | <String Id="InstallCancelButton" Value="&Cancel" /> | ||
23 | <String Id="OptionsHeader" Value="Setup Options" /> | ||
24 | <String Id="OptionsLocationLabel" Value="Install location:" /> | ||
25 | <String Id="OptionsBrowseButton" Value="&Browse" /> | ||
26 | <String Id="OptionsOkButton" Value="&OK" /> | ||
27 | <String Id="OptionsCancelButton" Value="&Cancel" /> | ||
28 | <String Id="ProgressHeader" Value="Setup Progress" /> | ||
29 | <String Id="ProgressLabel" Value="Processing:" /> | ||
30 | <String Id="OverallProgressPackageText" Value="Initializing..." /> | ||
31 | <String Id="ProgressCancelButton" Value="&Cancel" /> | ||
32 | <String Id="ModifyHeader" Value="Modify Setup" /> | ||
33 | <String Id="ModifyRepairButton" Value="&Repair" /> | ||
34 | <String Id="ModifyUninstallButton" Value="&Uninstall" /> | ||
35 | <String Id="ModifyCancelButton" Value="&Cancel" /> | ||
36 | <String Id="SuccessHeader" Value="Setup Successful" /> | ||
37 | <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" /> | ||
38 | <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" /> | ||
39 | <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" /> | ||
40 | <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" /> | ||
41 | <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" /> | ||
42 | <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" /> | ||
43 | <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" /> | ||
44 | <String Id="SuccessLaunchButton" Value="&Launch" /> | ||
45 | <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." /> | ||
46 | <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." /> | ||
47 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
48 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
49 | <String Id="FailureHeader" Value="Setup Failed" /> | ||
50 | <String Id="FailureCacheHeader" Value="Cache Failed" /> | ||
51 | <String Id="FailureInstallHeader" Value="Setup Failed" /> | ||
52 | <String Id="FailureLayoutHeader" Value="Layout Failed" /> | ||
53 | <String Id="FailureModifyHeader" Value="Modify Failed" /> | ||
54 | <String Id="FailureRepairHeader" Value="Repair Failed" /> | ||
55 | <String Id="FailureUninstallHeader" Value="Uninstall Failed" /> | ||
56 | <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" /> | ||
57 | <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 <a href="#">log file</a>." /> | ||
58 | <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." /> | ||
59 | <String Id="FailureRestartButton" Value="&Restart" /> | ||
60 | <String Id="FailureCloseButton" Value="&Close" /> | ||
61 | <String Id="FilesInUseTitle" Value="Files In Use" /> | ||
62 | <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" /> | ||
63 | <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &applications." /> | ||
64 | <String Id="FilesInUseCloseRadioButton" Value="Close the &applications and attempt to restart them." /> | ||
65 | <String Id="FilesInUseDontCloseRadioButton" Value="&Do not close applications. A reboot will be required." /> | ||
66 | <String Id="FilesInUseRetryButton" Value="&Retry" /> | ||
67 | <String Id="FilesInUseIgnoreButton" Value="&Ignore" /> | ||
68 | <String Id="FilesInUseExitButton" Value="E&xit" /> | ||
69 | </WixLocalization> | ||