aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl')
-rw-r--r--src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
index ff8111f9..e60b0c9a 100644
--- a/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
@@ -2,7 +2,7 @@
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 3
4 4
5<WixLocalization Culture="de-de" Language="1031" xmlns="http://schemas.microsoft.com/wix/2006/localization"> 5<WixLocalization Culture="de-de" Language="1031" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <UI Control="InstallButton" Width="180" /> 6 <UI Control="InstallButton" Width="180" />
7 7
8 <String Id="Caption">[WixBundleName]-Setup</String> 8 <String Id="Caption">[WixBundleName]-Setup</String>
@@ -25,9 +25,15 @@
25 <String Id="ProgressHeader">Setup-Status</String> 25 <String Id="ProgressHeader">Setup-Status</String>
26 <String Id="ProgressLabel">Verarbeitung:</String> 26 <String Id="ProgressLabel">Verarbeitung:</String>
27 <String Id="ProgressCancelButton">&amp;Abbrechen</String> 27 <String Id="ProgressCancelButton">&amp;Abbrechen</String>
28 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
29 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
30 <String Id="SuccessRestartButton">&amp;Restart</String>
31 <String Id="SuccessCloseButton">&amp;Close</String>
28 <String Id="FailureHeader">Setup-Fehler</String> 32 <String Id="FailureHeader">Setup-Fehler</String>
29 <String Id="FailureLogLinkText">Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href="#"&gt;Protokolldatei&lt;/a&gt;.</String> 33 <String Id="FailureLogLinkText">Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href="#"&gt;Protokolldatei&lt;/a&gt;.</String>
30 <String Id="FailureRestartText">Sie müssen den Computer neu starten, um das Zurücksetzen der Software abzuschließen.</String> 34 <String Id="FailureRestartText">Sie müssen den Computer neu starten, um das Zurücksetzen der Software abzuschließen.</String>
31 <String Id="FailureRestartButton">&amp;Neu starten</String> 35 <String Id="FailureRestartButton">&amp;Neu starten</String>
32 <String Id="FailureCloseButton">&amp;Schließen</String> 36 <String Id="FailureCloseButton">&amp;Schließen</String>
37 <String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String>
38 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
33</WixLocalization> 39</WixLocalization>