| Index: installer/src/msi/locale/kn-IN.wxl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/installer/src/msi/locale/kn-IN.wxl | 
| @@ -0,0 +1,21 @@ | 
| +<?xml version="1.0" encoding="utf-8"?> | 
| +<!-- Kannada - India --> | 
| +<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" | 
| + Language="1099" | 
| + Culture="kn-IN" | 
| +> | 
| + <String Id="LANG">0x044B</String> | 
| + <!-- WARNING: Don't know what code page will work --> | 
| + <!-- Code page "UTF-8", id=65001 --> | 
| + <!-- Code page "x-iscii-ka", id=57008, ISCII Kannada --> | 
| + <String Id="CODEPAGE">57008</String> | 
| + <!-- WiX has no way of evaluating static string expressions at compile time --> | 
| + <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> | 
| + <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> | 
| + <String Id="Keywords">Installer</String> | 
| + <String Id="Description">Adblock Plus for IE</String> | 
| + <String Id="Comments">Thank you for using Adblock Plus.</String> | 
| + <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is already installed.</String> | 
| + <String Id="Title">Adblock Plus for IE</String> | 
| + <String Id="UI_Description">All of Adblock Plus for IE</String> | 
| +</WixLocalization> |