diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-12 16:49:42 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-12 16:58:52 -0600 |
| commit | 2a14c230453744ea896948ca0b4f6692f2962bee (patch) | |
| tree | 08227b815bb5ce8e5140f902305d921917fca95d /src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl | |
| parent | 9d5d059a2147aa0fe38f7103148c020b66455e83 (diff) | |
| download | wix-2a14c230453744ea896948ca0b4f6692f2962bee.tar.gz wix-2a14c230453744ea896948ca0b4f6692f2962bee.tar.bz2 wix-2a14c230453744ea896948ca0b4f6692f2962bee.zip | |
Integrate into latest v4.
Diffstat (limited to 'src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl')
| -rw-r--r-- | src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl b/src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl new file mode 100644 index 00000000..38c12ac1 --- /dev/null +++ b/src/test/WixToolsetTest.UI/TestData/WixUI_Minimal/Package.en-us.wxl | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | |||
| 3 | <!-- | ||
| 4 | This file contains the declaration of all the localizable strings. | ||
| 5 | --> | ||
| 6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | ||
| 7 | |||
| 8 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | ||
| 9 | <String Id="FeatureTitle">MsiPackage</String> | ||
| 10 | |||
| 11 | </WixLocalization> | ||
