WixExt_en-us.wxl 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <!--
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. The use and distribution terms for this software are covered by the
  4. Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.php)
  5. which can be found in the file CPL.TXT at the root of this distribution.
  6. By using this software in any fashion, you are agreeing to be bound by
  7. the terms of this license.
  8. You must not remove this notice, or any other, from this software.
  9. -->
  10. <!--
  11. Adapted by RustDesk for Custom Dialogs insertions
  12. -->
  13. <WixLocalization Culture="en-us"
  14. xmlns="http://wixtoolset.org/schemas/v4/wxl">
  15. <!-- Firewall Extension needs translation here -->
  16. <String Id="msierrFirewallCannotConnect" Overridable="yes" Value="Cannot connect to Windows Firewall. ([2] [3] [4] [5])" />
  17. <String Id="WixSchedFirewallExceptionsInstall" Overridable="yes" Value="Configuring Windows Firewall" />
  18. <String Id="WixSchedFirewallExceptionsUninstall" Overridable="yes" Value="Configuring Windows Firewall" />
  19. <String Id="WixRollbackFirewallExceptionsInstall" Overridable="yes" Value="Rolling back Windows Firewall configuration" />
  20. <String Id="WixExecFirewallExceptionsInstall" Overridable="yes" Value="Installing Windows Firewall configuration" />
  21. <String Id="WixRollbackFirewallExceptionsUninstall" Overridable="yes" Value="Rolling back Windows Firewall configuration" />
  22. <String Id="WixExecFirewallExceptionsUninstall" Overridable="yes" Value="Uninstalling Windows Firewall configuration" />
  23. <!-- Util Extension does not need translation here, because it is already in official WiX Toolkit -->
  24. <String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
  25. <String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
  26. <String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
  27. </WixLocalization>