| OLD | NEW | 
|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> | 
| 2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft
    .com/wix/2006/localization"> | 2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft
    .com/wix/2006/localization"> | 
| 3   <String Id="BundleName">Adblock Plus for IE</String> | 3   <String Id="BundleName">Adblock Plus for IE</String> | 
| 4   <String Id="Caption">[WixBundleName] Setup</String> | 4   <String Id="Caption">[WixBundleName] Setup</String> | 
| 5   <String Id="Title">[WixBundleName]</String> | 5   <String Id="Title">[WixBundleName]</String> | 
| 6   <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> | 6   <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> | 
| 7   <String Id="HelpHeader">Setup Help</String> | 7   <String Id="HelpHeader">Setup Help</String> | 
| 8   <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - 
    installs, repairs, uninstalls or | 8   <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - 
    installs, repairs, uninstalls or | 
| 9    creates a complete local copy of the bundle in directory. Install is the defa
    ult. | 9    creates a complete local copy of the bundle in directory. Install is the defa
    ult. | 
| 10 /passive | /quiet -  displays minimal UI with no prompts or displays no UI and | 10 /passive | /quiet -  displays minimal UI with no prompts or displays no UI and | 
| (...skipping 28 matching lines...) Expand all  Loading... | 
| 39   <String Id="SuccessRestartButton">&Restart</String> | 39   <String Id="SuccessRestartButton">&Restart</String> | 
| 40   <String Id="SuccessCloseButton">&Done</String> | 40   <String Id="SuccessCloseButton">&Done</String> | 
| 41 | 41 | 
| 42   <!-- Failure dialog --> | 42   <!-- Failure dialog --> | 
| 43   <String Id="FailureHeader">Setup Failed</String> | 43   <String Id="FailureHeader">Setup Failed</String> | 
| 44   <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fa
    il. Please fix the issues and then retry setup. For more information see the <
    ;a href="#">log file</a>.</String> | 44   <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fa
    il. Please fix the issues and then retry setup. For more information see the <
    ;a href="#">log file</a>.</String> | 
| 45   <String Id="FailureRestartText">You must restart your computer to complete the
     rollback of the software.</String> | 45   <String Id="FailureRestartText">You must restart your computer to complete the
     rollback of the software.</String> | 
| 46   <String Id="FailureRestartButton">&Restart</String> | 46   <String Id="FailureRestartButton">&Restart</String> | 
| 47   <String Id="FailureCloseButton">&Done</String> | 47   <String Id="FailureCloseButton">&Done</String> | 
| 48 </WixLocalization> | 48 </WixLocalization> | 
| OLD | NEW | 
|---|