Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/msi/locale/zh-CN.wxl

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chinese - China --> 2 <!-- Chinese - China -->
3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" 3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization"
4 Language="2052" 4 Language="2052"
5 Culture="zh-CN" 5 Culture="zh-CN"
6 > 6 >
7 <String Id="LANG">0x0804</String> 7 <String Id="LANG">0x0804</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 "gb2312-8", id=936, ANSI/OEM Simplified Chinese (PRC, Singapo re); Chinese Simplified (GB2312) --> 10 <!-- Code page "gb2312-8", id=936, ANSI/OEM Simplified Chinese (PRC, Singapo re); Chinese Simplified (GB2312) -->
11 <!-- Code page "x-cp20936", id=20936, Simplified Chinese (GB2312); Chinese S implified (GB2312-80) --> 11 <!-- Code page "x-cp20936", id=20936, Simplified Chinese (GB2312); Chinese S implified (GB2312-80) -->
12 <!-- Code page "x-cp50227", id=50227, ISO 2022 Simplified Chinese; Chinese S implified (ISO 2022) --> 12 <!-- Code page "x-cp50227", id=50227, ISO 2022 Simplified Chinese; Chinese S implified (ISO 2022) -->
13 <String Id="CODEPAGE">936</String> 13 <String Id="CODEPAGE">936</String>
14 <!-- WiX has no way of evaluating static string expressions at compile time --> 14 <!-- WiX has no way of evaluating static string expressions at compile time -->
15 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> 15 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String>
16 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> 16 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String>
17 <String Id="Keywords">Installer</String> 17 <String Id="Keywords">Installer</String>
18 <String Id="Description">Adblock Plus for IE</String> 18 <String Id="Description">Adblock Plus for IE</String>
19 <String Id="Comments">Thank you for using Adblock Plus.</String> 19 <String Id="Comments">Thank you for using Adblock Plus.</String>
20 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre ady installed.</String> 20 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre ady installed.</String>
21 <String Id="Title">Adblock Plus for IE</String> 21 <String Id="Title">Adblock Plus for IE</String>
22 <String Id="UI_Description">All of Adblock Plus for IE</String> 22 <String Id="UI_Description">All of Adblock Plus for IE</String>
23
24 <String Id="close_ie__dialog_unknown">IE is still running.&#13;&#10;&#13;&#1 0;Would you like to shut down IE in order to avoid having to reboot?</String>
25 <String Id="close_ie__dialog_part_known">Would you like the installer to clo se IE for you?</String>
26 <String Id="close_ie__dialog_active_retry">IE is still running. Please close it and then click OK.</String>
27 <String Id="close_ie__dialog_automatic_retry">The installer failed to close IE.&#13;&#10;&#13;&#10;Would you like try again?</String>
23 </WixLocalization> 28 </WixLocalization>
OLDNEW

Powered by Google App Engine
This is Rietveld