diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | 138 |
1 files changed, 65 insertions, 73 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl index 1ce15453..24e7b728 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | |||
@@ -1,77 +1,69 @@ | |||
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">&Update to version [WixStdBAUpdateAvailable]</String> | 8 | <String Id="UpdateButton" Value="&Update to version [WixStdBAUpdateAvailable]" /> |
10 | <String Id="InstallHeader">Welcome</String> | 9 | <String Id="InstallHeader" Value="Welcome" /> |
11 | <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit.</String> | 10 | <String Id="InstallMessage" Value="Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit." /> |
12 | <String Id="InstallMessageOptions">Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit.</String> | 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." /> |
13 | <String Id="InstallVersion">Version [WixBundleVersion]</String> | 12 | <String Id="InstallVersion" Value="Version [WixBundleVersion]" /> |
14 | <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> | 13 | <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" /> |
15 | <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> | 14 | <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" /> |
16 | <String Id="HelpHeader">Setup Help</String> | 15 | <String Id="HelpHeader" Value="Setup Help" /> |
17 | <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or | 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%." /> |
18 | creates a complete local copy of the bundle in directory. Install is the default. | 17 | <String Id="HelpCloseButton" Value="&Close" /> |
19 | 18 | <String Id="InstallLicenseLinkText" Value="[WixBundleName] <a href="#">license terms</a>." /> | |
20 | /passive | /quiet - displays minimal UI with no prompts or displays no UI and | 19 | <String Id="InstallAcceptCheckbox" Value="I &agree to the license terms and conditions" /> |
21 | no prompts. By default UI and all prompts are displayed. | 20 | <String Id="InstallOptionsButton" Value="&Options" /> |
22 | 21 | <String Id="InstallInstallButton" Value="&Install" /> | |
23 | /norestart - suppress any attempts to restart. By default UI will prompt before restart. | 22 | <String Id="InstallCancelButton" Value="&Cancel" /> |
24 | /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> | 23 | <String Id="OptionsHeader" Value="Setup Options" /> |
25 | <String Id="HelpCloseButton">&Close</String> | 24 | <String Id="OptionsLocationLabel" Value="Install location:" /> |
26 | <String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String> | 25 | <String Id="OptionsBrowseButton" Value="&Browse" /> |
27 | <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String> | 26 | <String Id="OptionsOkButton" Value="&OK" /> |
28 | <String Id="InstallOptionsButton">&Options</String> | 27 | <String Id="OptionsCancelButton" Value="&Cancel" /> |
29 | <String Id="InstallInstallButton">&Install</String> | 28 | <String Id="ProgressHeader" Value="Setup Progress" /> |
30 | <String Id="InstallCancelButton">&Cancel</String> | 29 | <String Id="ProgressLabel" Value="Processing:" /> |
31 | <String Id="OptionsHeader">Setup Options</String> | 30 | <String Id="OverallProgressPackageText" Value="Initializing..." /> |
32 | <String Id="OptionsLocationLabel">Install location:</String> | 31 | <String Id="ProgressCancelButton" Value="&Cancel" /> |
33 | <String Id="OptionsBrowseButton">&Browse</String> | 32 | <String Id="ModifyHeader" Value="Modify Setup" /> |
34 | <String Id="OptionsOkButton">&OK</String> | 33 | <String Id="ModifyRepairButton" Value="&Repair" /> |
35 | <String Id="OptionsCancelButton">&Cancel</String> | 34 | <String Id="ModifyUninstallButton" Value="&Uninstall" /> |
36 | <String Id="ProgressHeader">Setup Progress</String> | 35 | <String Id="ModifyCancelButton" Value="&Cancel" /> |
37 | <String Id="ProgressLabel">Processing:</String> | 36 | <String Id="SuccessHeader" Value="Setup Successful" /> |
38 | <String Id="OverallProgressPackageText">Initializing...</String> | 37 | <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" /> |
39 | <String Id="ProgressCancelButton">&Cancel</String> | 38 | <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" /> |
40 | <String Id="ModifyHeader">Modify Setup</String> | 39 | <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" /> |
41 | <String Id="ModifyRepairButton">&Repair</String> | 40 | <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" /> |
42 | <String Id="ModifyUninstallButton">&Uninstall</String> | 41 | <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" /> |
43 | <String Id="ModifyCancelButton">&Cancel</String> | 42 | <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" /> |
44 | <String Id="SuccessHeader">Setup Successful</String> | 43 | <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" /> |
45 | <String Id="SuccessCacheHeader">Cache Successfully Completed</String> | 44 | <String Id="SuccessLaunchButton" Value="&Launch" /> |
46 | <String Id="SuccessInstallHeader">Installation Successfully Completed</String> | 45 | <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." /> |
47 | <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> | 46 | <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." /> |
48 | <String Id="SuccessModifyHeader">Modify Successfully Completed</String> | 47 | <String Id="SuccessRestartButton" Value="&Restart" /> |
49 | <String Id="SuccessRepairHeader">Repair Successfully Completed</String> | 48 | <String Id="SuccessCloseButton" Value="&Close" /> |
50 | <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String> | 49 | <String Id="FailureHeader" Value="Setup Failed" /> |
51 | <String Id="SuccessUnsafeUninstallHeader">Uninstall Successfully Completed</String> | 50 | <String Id="FailureCacheHeader" Value="Cache Failed" /> |
52 | <String Id="SuccessLaunchButton">&Launch</String> | 51 | <String Id="FailureInstallHeader" Value="Setup Failed" /> |
53 | <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> | 52 | <String Id="FailureLayoutHeader" Value="Layout Failed" /> |
54 | <String Id="SuccessUninstallRestartText">You must restart your computer to complete the removal of the software.</String> | 53 | <String Id="FailureModifyHeader" Value="Modify Failed" /> |
55 | <String Id="SuccessRestartButton">&Restart</String> | 54 | <String Id="FailureRepairHeader" Value="Repair Failed" /> |
56 | <String Id="SuccessCloseButton">&Close</String> | 55 | <String Id="FailureUninstallHeader" Value="Uninstall Failed" /> |
57 | <String Id="FailureHeader">Setup Failed</String> | 56 | <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" /> |
58 | <String Id="FailureCacheHeader">Cache Failed</String> | 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>." /> |
59 | <String Id="FailureInstallHeader">Setup Failed</String> | 58 | <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." /> |
60 | <String Id="FailureLayoutHeader">Layout Failed</String> | 59 | <String Id="FailureRestartButton" Value="&Restart" /> |
61 | <String Id="FailureModifyHeader">Modify Failed</String> | 60 | <String Id="FailureCloseButton" Value="&Close" /> |
62 | <String Id="FailureRepairHeader">Repair Failed</String> | 61 | <String Id="FilesInUseTitle" Value="Files In Use" /> |
63 | <String Id="FailureUninstallHeader">Uninstall Failed</String> | 62 | <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" /> |
64 | <String Id="FailureUnsafeUninstallHeader">Uninstall Failed</String> | 63 | <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &applications." /> |
65 | <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> | 64 | <String Id="FilesInUseCloseRadioButton" Value="Close the &applications and attempt to restart them." /> |
66 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> | 65 | <String Id="FilesInUseDontCloseRadioButton" Value="&Do not close applications. A reboot will be required." /> |
67 | <String Id="FailureRestartButton">&Restart</String> | 66 | <String Id="FilesInUseRetryButton" Value="&Retry" /> |
68 | <String Id="FailureCloseButton">&Close</String> | 67 | <String Id="FilesInUseIgnoreButton" Value="&Ignore" /> |
69 | <String Id="FilesInUseTitle">Files In Use</String> | 68 | <String Id="FilesInUseExitButton" Value="E&xit" /> |
70 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> | ||
71 | <String Id="FilesInUseNetfxCloseRadioButton">Close the &applications.</String> | ||
72 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> | ||
73 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> | ||
74 | <String Id="FilesInUseRetryButton">&Retry</String> | ||
75 | <String Id="FilesInUseIgnoreButton">&Ignore</String> | ||
76 | <String Id="FilesInUseExitButton">E&xit</String> | ||
77 | </WixLocalization> | 69 | </WixLocalization> |