diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl new file mode 100644 index 00000000..e6e3f8ab --- /dev/null +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | |||
@@ -0,0 +1,61 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
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 | |||
4 | |||
5 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
6 | <String Id="Caption">[WixBundleName] Setup</String> | ||
7 | <String Id="Title">[WixBundleName]</String> | ||
8 | <String Id="InstallHeader">Welcome</String> | ||
9 | <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> | ||
10 | <String Id="InstallVersion">Version [WixBundleVersion]</String> | ||
11 | <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> | ||
12 | <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> | ||
13 | <String Id="HelpHeader">Setup Help</String> | ||
14 | <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or | ||
15 | creates a complete local copy of the bundle in directory. Install is the default. | ||
16 | |||
17 | /passive | /quiet - displays minimal UI with no prompts or displays no UI and | ||
18 | no prompts. By default UI and all prompts are displayed. | ||
19 | |||
20 | /norestart - suppress any attempts to restart. By default UI will prompt before restart. | ||
21 | /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> | ||
22 | <String Id="HelpCloseButton">&Close</String> | ||
23 | <String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String> | ||
24 | <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String> | ||
25 | <String Id="InstallOptionsButton">&Options</String> | ||
26 | <String Id="InstallInstallButton">&Install</String> | ||
27 | <String Id="InstallCancelButton">&Cancel</String> | ||
28 | <String Id="OptionsHeader">Setup Options</String> | ||
29 | <String Id="OptionsLocationLabel">Install location:</String> | ||
30 | <String Id="OptionsBrowseButton">&Browse</String> | ||
31 | <String Id="OptionsOkButton">&OK</String> | ||
32 | <String Id="OptionsCancelButton">&Cancel</String> | ||
33 | <String Id="ProgressHeader">Setup Progress</String> | ||
34 | <String Id="ProgressLabel">Processing:</String> | ||
35 | <String Id="OverallProgressPackageText">Initializing...</String> | ||
36 | <String Id="ProgressCancelButton">&Cancel</String> | ||
37 | <String Id="ModifyHeader">Modify Setup</String> | ||
38 | <String Id="ModifyRepairButton">&Repair</String> | ||
39 | <String Id="ModifyUninstallButton">&Uninstall</String> | ||
40 | <String Id="ModifyCancelButton">&Cancel</String> | ||
41 | <String Id="SuccessHeader">Setup Successful</String> | ||
42 | <String Id="SuccessInstallHeader">Installation Successfully Completed</String> | ||
43 | <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> | ||
44 | <String Id="SuccessRepairHeader">Repair Successfully Completed</String> | ||
45 | <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String> | ||
46 | <String Id="SuccessLaunchButton">&Launch</String> | ||
47 | <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> | ||
48 | <String Id="SuccessUninstallRestartText">You must restart your computer to complete the removal of the software.</String> | ||
49 | <String Id="SuccessRestartButton">&Restart</String> | ||
50 | <String Id="SuccessCloseButton">&Close</String> | ||
51 | <String Id="FailureHeader">Setup Failed</String> | ||
52 | <String Id="FailureInstallHeader">Setup Failed</String> | ||
53 | <String Id="FailureLayoutHeader">Layout Failed</String> | ||
54 | <String Id="FailureRepairHeader">Repair Failed</String> | ||
55 | <String Id="FailureUninstallHeader">Uninstall Failed</String> | ||
56 | <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> | ||
57 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> | ||
58 | <String Id="FailureRestartButton">&Restart</String> | ||
59 | <String Id="FailureCloseButton">&Close</String> | ||
60 | <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String> | ||
61 | </WixLocalization> | ||