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

Side by Side Diff: installer/src/msi/locale/ms.wxl

Issue 5394579117309952: Installer localization and new build system (Closed)
Patch Set: Created Dec. 10, 2013, 4:11 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/src/msi/locale/mr-IN.wxl ('k') | installer/src/msi/locale/nb-NO.wxl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Malay - generic -->
3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization"
4 Language="62"
5 Culture="ms"
6 >
7 <String Id="LANG">0x3E</String>
8 <!-- WARNING: Don't know what code page will work -->
9 <!-- Code page "UTF-8", id=65001 -->
10 <!-- Code page "x-iscii-ma", id=57009, ISCII Malayalam -->
11 <String Id="CODEPAGE">57009</String>
12 <!-- WiX has no way of evaluating static string expressions at compile time -->
13 <String Id="ProductName32">Adblock Plus for IE (32-bit)</String>
14 <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String>
15 <String Id="Keywords">Installer</String>
16 <String Id="Description">Adblock Plus for IE</String>
17 <String Id="Comments">Thank you for using Adblock Plus.</String>
18 <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre ady installed.</String>
19 <String Id="Title">Adblock Plus for IE</String>
20 <String Id="UI_Description">All of Adblock Plus for IE</String>
21 </WixLocalization>
OLDNEW
« no previous file with comments | « installer/src/msi/locale/mr-IN.wxl ('k') | installer/src/msi/locale/nb-NO.wxl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld