| OLD | NEW | 
|---|
|  | (Empty) | 
| 1 <?xml version="1.0" encoding="utf-8"?> |  | 
| 2 <WixLocalization Culture="de-de" Language="1031" xmlns="http://schemas.microsoft
    .com/wix/2006/localization"> |  | 
| 3   <String Id="BundleName">Adblock Plus for IE (not in German)</String> |  | 
| 4   <String Id="Caption">[WixBundleName] Setup</String> |  | 
| 5   <String Id="Title">[WixBundleName]</String> |  | 
| 6   <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> |  | 
| 7   <String Id="HelpHeader">Setup Help</String> |  | 
| 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. |  | 
| 10 |  | 
| 11 /passive | /quiet -  displays minimal UI with no prompts or displays no UI and |  | 
| 12    no prompts. By default UI and all prompts are displayed. |  | 
| 13 |  | 
| 14 /norestart   - suppress any attempts to restart. By default UI will prompt befor
    e restart. |  | 
| 15 /log log.txt - logs to a specific file. By default a log file is created in %TEM
    P%.</String> |  | 
| 16   <String Id="HelpCloseButton">&Close</String> |  | 
| 17 |  | 
| 18   <!-- Install dialog --> |  | 
| 19   <String Id="InstallHeader">Setup Start</String> |  | 
| 20   <String Id="InstallWelcome">This setup program installs Adblock Plus for IE in
    to your "Program Files" folder in directory "Adblock Plus for IE".</String> |  | 
| 21   <String Id="InstallInstallButton">&Install</String> |  | 
| 22   <String Id="InstallCloseButton">&Do not install</String> |  | 
| 23 |  | 
| 24   <!-- Progress dialog --> |  | 
| 25   <String Id="ProgressHeader">Setup Progress</String> |  | 
| 26   <String Id="ProgressLabel">Processing:</String> |  | 
| 27   <String Id="OverallProgressPackageText">Initializing...</String> |  | 
| 28   <String Id="ProgressCancelButton">&Cancel install</String> |  | 
| 29 |  | 
| 30   <!-- Modify dialog --> |  | 
| 31   <String Id="ModifyHeader">Modify Setup</String> |  | 
| 32   <String Id="ModifyNotice">Adblock Plus for IE is already installed on this mac
    hine. If it's not working correctly, you may repair it. You may also uninstall i
    t.</String> |  | 
| 33   <String Id="ModifyRepairButton">&Repair</String> |  | 
| 34   <String Id="ModifyUninstallButton">&Uninstall</String> |  | 
| 35   <String Id="ModifyCloseButton">&Do nothing</String> |  | 
| 36 |  | 
| 37   <!-- Success dialog --> |  | 
| 38   <String Id="SuccessHeader">Setup Successful</String> |  | 
| 39   <String Id="SuccessLaunchButton">&Launch</String> |  | 
| 40   <String Id="SuccessRestartText">You must restart your computer before you can 
    use the software.</String> |  | 
| 41   <String Id="SuccessRestartButton">&Restart</String> |  | 
| 42   <String Id="SuccessCloseButton">&Done</String> |  | 
| 43 |  | 
| 44   <!-- Failure dialog --> |  | 
| 45   <String Id="FailureHeader">Setup Failed</String> |  | 
| 46   <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> |  | 
| 47   <String Id="FailureRestartText">You must restart your computer to complete the
     rollback of the software.</String> |  | 
| 48   <String Id="FailureRestartButton">&Restart</String> |  | 
| 49   <String Id="FailureCloseButton">&Done</String> |  | 
| 50 </WixLocalization> |  | 
| OLD | NEW | 
|---|