OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- German - generic --> |
| 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" |
| 4 Language="7" |
| 5 Culture="de" |
| 6 > |
| 7 <String Id="LANG">0x07</String> |
| 8 <String Id="CODEPAGE">1252</String> |
| 9 <!-- WiX has no way of evaluating static string expressions at compile time
--> |
| 10 <String Id="ProductName32">GENERICGERMAN Adblock Plus for IE (32-bit)</Strin
g> |
| 11 <String Id="ProductName64">GENERICGERMAN Adblock Plus for IE (32-bit and 64-
bit)</String> |
| 12 <String Id="Keywords">Installer, Adblock Plus</String> |
| 13 <String Id="Description">GENERICGERMAN Adblock Plus for IE</String> |
| 14 <String Id="Comments">GENERICGERMAN Thank you for using Adblock Plus.</Strin
g> |
| 15 <String Id="AlreadyInstalled">GENERICGERMAN A newer version of Adblock Plus
for IE is already installed.</String> |
| 16 <String Id="Title">GENERICGERMAN Adblock Plus for IE</String> |
| 17 <String Id="UI_Description">GENERICGERMAN All of Adblock Plus for IE</String
> |
| 18 </WixLocalization> |
OLD | NEW |