customBootstrapperTheme.wxl 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
  4. <String Id="Caption">[WixBundleName] Setup</String>
  5. <String Id="Title">[WixBundleName]</String>
  6. <String Id="InstallHeader">Welcome</String>
  7. <String Id="InstallMessage">This Setup will install [WixBundleName] and additional dependencies on your computer.</String>
  8. <String Id="InstallVersion">Version [WixBundleVersion]</String>
  9. <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
  10. <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
  11. <String Id="HelpHeader">Setup Help</String>
  12. <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
  13. creates a complete local copy of the bundle in directory. Install is the default.
  14. /passive | /quiet - displays minimal UI with no prompts or displays no UI and
  15. no prompts. By default UI and all prompts are displayed.
  16. /norestart - suppress any attempts to restart. By default UI will prompt before restart.
  17. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
  18. <String Id="HelpCloseButton">&amp;Close</String>
  19. <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
  20. <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
  21. <String Id="InstallOptionsButton">&amp;Options</String>
  22. <String Id="InstallInstallButton">&amp;Install</String>
  23. <String Id="InstallCloseButton">&amp;Close</String>
  24. <String Id="OptionsHeader">Setup Options</String>
  25. <String Id="OptionsLocationLabel">Install location:</String>
  26. <String Id="OptionsBrowseButton">&amp;Browse</String>
  27. <String Id="OptionsOkButton">&amp;OK</String>
  28. <String Id="OptionsCancelButton">&amp;Cancel</String>
  29. <String Id="ProgressHeader">Setup Progress</String>
  30. <String Id="ProgressLabel">Processing:</String>
  31. <String Id="OverallProgressPackageText">Initializing...</String>
  32. <String Id="ProgressCancelButton">&amp;Cancel</String>
  33. <String Id="ModifyHeader">Modify Setup</String>
  34. <String Id="ModifyRepairButton">&amp;Repair</String>
  35. <String Id="ModifyUninstallButton">&amp;Uninstall</String>
  36. <String Id="ModifyCloseButton">&amp;Close</String>
  37. <String Id="SuccessRepairHeader">Repair Successfully Completed</String>
  38. <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String>
  39. <String Id="SuccessInstallHeader">Installation Successfully Completed</String>
  40. <String Id="SuccessHeader">Setup Successful</String>
  41. <String Id="SuccessLaunchButton">&amp;Launch</String>
  42. <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
  43. <String Id="SuccessRestartButton">&amp;Restart</String>
  44. <String Id="SuccessCloseButton">&amp;Close</String>
  45. <String Id="FailureHeader">Setup Failed</String>
  46. <String Id="FailureInstallHeader">Setup Failed</String>
  47. <String Id="FailureUninstallHeader">Uninstall Failed</String>
  48. <String Id="FailureRepairHeader">Repair Failed</String>
  49. <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 &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
  50. <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
  51. <String Id="FailureRestartButton">&amp;Restart</String>
  52. <String Id="FailureCloseButton">&amp;Close</String>
  53. <String Id="FilesInUseHeader">Files In Use</String>
  54. <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
  55. <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
  56. <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
  57. <String Id="FilesInUseOkButton">&amp;OK</String>
  58. <String Id="FilesInUseCancelButton">&amp;Cancel</String>
  59. <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
  60. </WixLocalization>