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

Side by Side Diff: installer/en-us.wxl

Issue 10969028: Removed outdated InnoSetup installer and renamed WixInstaller directory into the canonical installer (Closed)
Patch Set: Created June 20, 2013, 6:47 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
« no previous file with comments | « installer/dll_class.wxi ('k') | installer/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/lo calization"> 2 <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/lo calization">
3 <String Id="LANG">1033</String> 3 <String Id="LANG">1033</String>
4 <String Id="CODEPAGE">1252</String> 4 <String Id="CODEPAGE">1252</String>
5 <!-- WiX has no way of evaluating static string expressions at compile time --> 5 <!-- WiX has no way of evaluating static string expressions at compile time -->
6 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> 6 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String>
7 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> 7 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String>
8 <String Id="Keywords">Installer</String> 8 <String Id="Keywords">Installer</String>
9 <String Id="Description">Adblock Plus for IE</String> 9 <String Id="Description">Adblock Plus for IE</String>
10 <String Id="Comments">Thank you for using Adblock Plus.</String> 10 <String Id="Comments">Thank you for using Adblock Plus.</String>
11 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre ady installed.</String> 11 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre ady installed.</String>
12 <String Id="Title">Adblock Plus for IE</String> 12 <String Id="Title">Adblock Plus for IE</String>
13 <String Id="UI_Description">All of Adblock Plus for IE</String> 13 <String Id="UI_Description">All of Adblock Plus for IE</String>
14 </WixLocalization> 14 </WixLocalization>
OLDNEW
« no previous file with comments | « installer/dll_class.wxi ('k') | installer/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld