OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- |
| 3 Default version of the localization for the Close_IE custom action. |
| 4 This file is present primarily for testing. |
| 5 The unit tests for the installer library check for equality against some of th
ese strings. |
| 6 --> |
| 7 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Lang
uage="9" Culture="en"> |
| 8 <String Id="close_ie__dialog_unknown">IE is still running.
Would you like to shut down IE in order to avoid having to reboot?</String> |
| 9 <String Id="close_ie__dialog_part_known">Would you like the installer to close
IE for you?</String> |
| 10 <String Id="close_ie__dialog_active_retry">IE is still running. Please close i
t and then click OK.</String> |
| 11 <String Id="close_ie__dialog_automatic_retry">The installer failed to close IE
. Would you like try again?</String> |
| 12 </WixLocalization> |
OLD | NEW |