customBootstrapperTheme.wxl 5.2 KB

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