diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/1031/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/1031/wixpreq.wxl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/1031/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/1031/wixpreq.wxl new file mode 100644 index 00000000..760b1ceb --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/1031/wixpreq.wxl | |||
@@ -0,0 +1,31 @@ | |||
1 | <!-- 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 | |||
3 | |||
4 | <WixLocalization Culture="de-de" Language="1031" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <UI Control="InstallButton" Width="180" /> | ||
6 | |||
7 | <String Id="Caption" Value="[WixBundleName]-Setup" /> | ||
8 | <String Id="Title" Value="Für das [WixBundleName]-Setup ist Microsoft .NET Framework erforderlich." /> | ||
9 | <String Id="ConfirmCancelMessage" Value="Sind Sie sicher, dass Sie den Vorgang abbrechen möchten?" /> | ||
10 | <String Id="HelpHeader" Value="Setup-Hilfe" /> | ||
11 | <String Id="HelpText" Value="/passive | /quiet - zeigt eine minimale Benutzeroberfläche ohne
 Eingabeaufforderungen oder keine Benutzeroberfläche und keine
 Eingabeaufforderungen an. Standardmäßig werden die Benutzeroberfläche und
 alle Eingabeaufforderungen angezeigt.

/norestart - unterdrückt alle Neustartversuche. Standardmäßig fordert die
 Benutzeroberfläche zum Bestätigen eines Neustarts auf.
/log log.txt - erstellt das Protokoll in einer bestimmten Datei.
 Standardmäßig wird die Protokolldatei in "%TEMP%" erstellt." /> | ||
12 | <String Id="HelpCloseButton" Value="&Schließen" /> | ||
13 | <String Id="InstallLicenseTerms" Value="Klicken Sie auf die Schaltfläche "Akzeptieren und installieren", um den Microsoft .NET Framework <a href="#">-Lizenzbedingungen</a> zuzustimmen." /> | ||
14 | <String Id="InstallAcceptAndInstallButton" Value="&Akzeptieren und installieren" /> | ||
15 | <String Id="InstallDeclineButton" Value="&Ablehnen" /> | ||
16 | <String Id="ProgressHeader" Value="Setup-Status" /> | ||
17 | <String Id="ProgressLabel" Value="Verarbeitung:" /> | ||
18 | <String Id="ProgressCancelButton" Value="&Abbrechen" /> | ||
19 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> | ||
20 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
21 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
22 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
23 | <String Id="FailureHeader" Value="Setup-Fehler" /> | ||
24 | <String Id="FailureLogLinkText" Value="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 <a href="#">Protokolldatei</a>." /> | ||
25 | <String Id="FailureRestartText" Value="Sie müssen den Computer neu starten, um das Zurücksetzen der Software abzuschließen." /> | ||
26 | <String Id="FailureRestartButton" Value="&Neu starten" /> | ||
27 | <String Id="FailureCloseButton" Value="&Schließen" /> | ||
28 | <String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." /> | ||
29 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> | ||
30 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> | ||
31 | </WixLocalization> | ||