diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/1030/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/1030/wixpreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/1030/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/1030/wixpreq.wxl new file mode 100644 index 00000000..b895bb76 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/1030/wixpreq.wxl | |||
@@ -0,0 +1,29 @@ | |||
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="da-dk" Language="1030" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="Caption" Value="Installation af [WixBundleName]" /> | ||
6 | <String Id="Title" Value="Microsoft .NET Framework skal være installeret i forbindelse med Installationen af [WixBundleName]" /> | ||
7 | <String Id="ConfirmCancelMessage" Value="Er du sikker på, at du vil annullere?" /> | ||
8 | <String Id="HelpHeader" Value="Hjælp til installation" /> | ||
9 | <String Id="HelpText" Value="/passive | /quiet - viser en minimal brugergrænseflade uden prompter eller
 viser ingen brugergrænseflade og ingen prompter.
 Brugergrænsefladen og alle prompter vises som standard.

/norestart - skjuler forsøg på genstart. Der vises som standard en
 forespørgsel i brugergrænsefladen, før der genstartes.
/log log.txt - logfører til en bestemt fil. Der oprettes som standard en
 logfil i %TEMP%." /> | ||
10 | <String Id="HelpCloseButton" Value="&Luk" /> | ||
11 | <String Id="InstallLicenseTerms" Value="Klik på knappen "Acceptér og installér" for at acceptere <a href="#">licensvilkårene</a> for Microsoft .NET Framework." /> | ||
12 | <String Id="InstallAcceptAndInstallButton" Value="&Acceptér og installér" /> | ||
13 | <String Id="InstallDeclineButton" Value="&Afvis" /> | ||
14 | <String Id="ProgressHeader" Value="Status for installation" /> | ||
15 | <String Id="ProgressLabel" Value="Behandler:" /> | ||
16 | <String Id="ProgressCancelButton" Value="&Annuller" /> | ||
17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> | ||
18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
19 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
20 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
21 | <String Id="FailureHeader" Value="Installationen blev ikke gennemført" /> | ||
22 | <String Id="FailureLogLinkText" Value="Installationen blev ikke gennemført på grund af et eller flere problemer. Løs problemerne, og prøv derefter at installere igen. Se <a href="#">logfilen</a> for at få flere oplysninger." /> | ||
23 | <String Id="FailureRestartText" Value="Du skal genstarte computeren for at fuldføre annulleringen af opdateringen af softwaren." /> | ||
24 | <String Id="FailureRestartButton" Value="&Genstart" /> | ||
25 | <String Id="FailureCloseButton" Value="&Luk" /> | ||
26 | <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." /> | ||
27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> | ||
28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> | ||
29 | </WixLocalization> | ||