Index: installer/src/msi/locale/zh-TW.wxl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/installer/src/msi/locale/zh-TW.wxl |
@@ -0,0 +1,25 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Chinese - Taiwan --> |
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" |
+ Language="1028" |
+ Culture="zh-TW" |
+> |
+ <String Id="LANG">0x0404</String> |
+ <!-- WARNING: Multiple code pages possible --> |
+ <!-- Code page "UTF-8", id=65001 --> |
+ <!-- Code page "big5", id=950, ANSI/OEM Traditional Chinese (Taiwan; Hong Kong SAR, PRC); Chinese Traditional (Big5) --> |
+ <!-- Code page "x-Chinese_CNS", id=20000, CNS Taiwan; Chinese Traditional (CNS) --> |
+ <!-- Code page "x_Chinese-Eten", id=20002, Eten Taiwan; Chinese Traditional (Eten) --> |
+ <!-- There are some old vendor-specific ones as well --> |
+ <!-- See http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx --> |
+ <String Id="CODEPAGE">950</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> |