Index: installer/src/msi/locale/zh-CN.wxl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/installer/src/msi/locale/zh-CN.wxl |
@@ -0,0 +1,23 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Chinese - China --> |
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" |
+ Language="2052" |
+ Culture="zh-CN" |
+> |
+ <String Id="LANG">0x0804</String> |
+ <!-- WARNING: Multiple code pages possible --> |
+ <!-- Code page "UTF-8", id=65001 --> |
+ <!-- Code page "gb2312-8", id=936, ANSI/OEM Simplified Chinese (PRC, Singapore); Chinese Simplified (GB2312) --> |
+ <!-- Code page "x-cp20936", id=20936, Simplified Chinese (GB2312); Chinese Simplified (GB2312-80) --> |
+ <!-- Code page "x-cp50227", id=50227, ISO 2022 Simplified Chinese; Chinese Simplified (ISO 2022) --> |
+ <String Id="CODEPAGE">936</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> |