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

Unified Diff: installer/src/msi/locale/de.wxl

Issue 5394579117309952: Installer localization and new build system (Closed)
Patch Set: Created Dec. 10, 2013, 4:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/src/msi/locale/da-DK.wxl ('k') | installer/src/msi/locale/el-GR.wxl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/locale/de.wxl
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/msi/locale/de.wxl
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- German - generic -->
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization"
+ Language="7"
+ Culture="de"
+>
+ <String Id="LANG">0x07</String>
+ <String Id="CODEPAGE">1252</String>
+ <!-- WiX has no way of evaluating static string expressions at compile time -->
+ <String Id="ProductName32">GENERICGERMAN Adblock Plus for IE (32-bit)</String>
+ <String Id="ProductName64">GENERICGERMAN Adblock Plus for IE (32-bit and 64-bit)</String>
+ <String Id="Keywords">Installer, Adblock Plus</String>
+ <String Id="Description">GENERICGERMAN Adblock Plus for IE</String>
+ <String Id="Comments">GENERICGERMAN Thank you for using Adblock Plus.</String>
+ <String Id="AlreadyInstalled">GENERICGERMAN A newer version of Adblock Plus for IE is already installed.</String>
+ <String Id="Title">GENERICGERMAN Adblock Plus for IE</String>
+ <String Id="UI_Description">GENERICGERMAN All of Adblock Plus for IE</String>
+</WixLocalization>
« no previous file with comments | « installer/src/msi/locale/da-DK.wxl ('k') | installer/src/msi/locale/el-GR.wxl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld