| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Chinese - Taiwan --> | 2 <!-- Chinese - Taiwan --> |
| 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" | 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" |
| 4 Language="1028" | 4 Language="1028" |
| 5 Culture="zh-TW" | 5 Culture="zh-TW" |
| 6 > | 6 > |
| 7 <String Id="LANG">0x0404</String> | 7 <String Id="LANG">0x0404</String> |
| 8 <!-- WARNING: Multiple code pages possible --> | 8 <!-- WARNING: Multiple code pages possible --> |
| 9 <!-- Code page "UTF-8", id=65001 --> | 9 <!-- Code page "UTF-8", id=65001 --> |
| 10 <!-- Code page "big5", id=950, ANSI/OEM Traditional Chinese (Taiwan; Hong Ko
ng SAR, PRC); Chinese Traditional (Big5) --> | 10 <!-- Code page "big5", id=950, ANSI/OEM Traditional Chinese (Taiwan; Hong Ko
ng SAR, PRC); Chinese Traditional (Big5) --> |
| 11 <!-- Code page "x-Chinese_CNS", id=20000, CNS Taiwan; Chinese Traditional (C
NS) --> | 11 <!-- Code page "x-Chinese_CNS", id=20000, CNS Taiwan; Chinese Traditional (C
NS) --> |
| 12 <!-- Code page "x_Chinese-Eten", id=20002, Eten Taiwan; Chinese Traditional
(Eten) --> | 12 <!-- Code page "x_Chinese-Eten", id=20002, Eten Taiwan; Chinese Traditional
(Eten) --> |
| 13 <!-- There are some old vendor-specific ones as well --> | 13 <!-- There are some old vendor-specific ones as well --> |
| 14 <!-- See http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx --
> | 14 <!-- See http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx --
> |
| 15 <String Id="CODEPAGE">950</String> | 15 <String Id="CODEPAGE">950</String> |
| 16 <!-- WiX has no way of evaluating static string expressions at compile time
--> | 16 <!-- WiX has no way of evaluating static string expressions at compile time
--> |
| 17 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> | 17 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> |
| 18 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> | 18 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> |
| 19 <String Id="Keywords">Installer</String> | 19 <String Id="Keywords">Installer</String> |
| 20 <String Id="Description">Adblock Plus for IE</String> | 20 <String Id="Description">Adblock Plus for IE</String> |
| 21 <String Id="Comments">Thank you for using Adblock Plus.</String> | 21 <String Id="Comments">Thank you for using Adblock Plus.</String> |
| 22 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre
ady installed.</String> | 22 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre
ady installed.</String> |
| 23 <String Id="Title">Adblock Plus for IE</String> | 23 <String Id="Title">Adblock Plus for IE</String> |
| 24 <String Id="UI_Description">All of Adblock Plus for IE</String> | 24 <String Id="UI_Description">All of Adblock Plus for IE</String> |
| 25 |
| 26 <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> |
| 27 <String Id="close_ie__dialog_part_known">Would you like the installer to clo
se IE for you?</String> |
| 28 <String Id="close_ie__dialog_active_retry">IE is still running. Please close
it and then click OK.</String> |
| 29 <String Id="close_ie__dialog_automatic_retry">The installer failed to close
IE. Would you like try again?</String> |
| 25 </WixLocalization> | 30 </WixLocalization> |
| OLD | NEW |