| OLD | NEW | 
|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> | 
| 2 <!-- Ukrainian - Ukraine --> | 2 <!-- Ukrainian - Ukraine --> | 
| 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" | 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" | 
| 4   Language="1058" | 4   Language="1058" | 
| 5   Culture="uk-UA" | 5   Culture="uk-UA" | 
| 6 > | 6 > | 
| 7     <String Id="LANG">0x0422</String> | 7     <String Id="LANG">0x0422</String> | 
| 8     <String Id="CODEPAGE">1251</String> | 8     <String Id="CODEPAGE">1251</String> | 
| 9     <!-- WiX has no way of evaluating static string expressions at compile time 
    --> | 9     <!-- WiX has no way of evaluating static string expressions at compile time 
    --> | 
| 10     <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> | 10     <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> | 
| 11     <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> | 11     <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> | 
| 12     <String Id="Keywords">Installer</String> | 12     <String Id="Keywords">Installer</String> | 
| 13     <String Id="Description">Adblock Plus for IE</String> | 13     <String Id="Description">Adblock Plus for IE</String> | 
| 14     <String Id="Comments">Thank you for using Adblock Plus.</String> | 14     <String Id="Comments">Thank you for using Adblock Plus.</String> | 
| 15     <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre
    ady installed.</String> | 15     <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre
    ady installed.</String> | 
| 16     <String Id="Title">Adblock Plus for IE</String> | 16     <String Id="Title">Adblock Plus for IE</String> | 
| 17     <String Id="UI_Description">All of Adblock Plus for IE</String> | 17     <String Id="UI_Description">All of Adblock Plus for IE</String> | 
|  | 18 | 
|  | 19     <String Id="close_ie__dialog_unknown">IE is still running.

    0;Would you like to shut down IE in order to avoid having to reboot?</String> | 
|  | 20     <String Id="close_ie__dialog_part_known">Would you like the installer to clo
    se IE for you?</String> | 
|  | 21     <String Id="close_ie__dialog_active_retry">IE is still running. Please close
     it and then click OK.</String> | 
|  | 22     <String Id="close_ie__dialog_automatic_retry">The installer failed to close 
    IE.

Would you like try again?</String> | 
| 18 </WixLocalization> | 23 </WixLocalization> | 
| OLD | NEW | 
|---|