blob: 23493aced4e8065dbe6946395a3c6f7261c80166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<!--
This file contains the declaration of all the localizable strings.
-->
<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="de-DE">
<String Id="DowngradeError">German DowngradeError</String>
<String Id="FeatureTitle">German FeatureTitle</String>
</WixLocalization>
|