blob: d2e572fc0a92d2dcf708c9cec8470df21a87bead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<WixLocalization Culture="nl-nl" Language="1043" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] Installatie</String>
<String Id="Title">Microsoft .NET Framework is vereist voor installatie [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Weet u zeker dat u de installatie wilt annuleren?</String>
<String Id="HelpHeader">Help bij Setup</String>
<String Id="HelpText">/passive | /quiet - geeft een minimale gebruikersinterface weer zonder prompts
of geeft geen gebruikersinterface en geen prompts weer. Gebruikersinterface
en alle prompts worden standaard weergegeven.
/norestart - pogingen tot opnieuw opstarten onderdrukken.
Gebruikersinterface vraagt standaard alvorens opnieuw op te starten.
/log log.txt - registreert gegevens in een specifiek bestand. Een logbestand
wordt standaard in %TEMP% gemaakt.</String>
<String Id="HelpCloseButton">&Sluiten</String>
<String Id="InstallLicenseTerms">Klik op de knop 'Accepteren en installeren' om de <a href="#">licentievoorwaarden</a> van het Microsoft .NET Framework te accepteren.</String>
<String Id="InstallAcceptAndInstallButton">&Accepteren en installeren</String>
<String Id="InstallDeclineButton">&Weigeren</String>
<String Id="ProgressHeader">Voortgang van de installatie</String>
<String Id="ProgressLabel">Verwerken:</String>
<String Id="ProgressCancelButton">&Annuleren</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">Installatie mislukt</String>
<String Id="FailureLogLinkText">Er zijn een of meer fouten opgetreden waardoor de installatie is mislukt. Corrigeer de problemen en voer Setup opnieuw uit. Raadpleeg het <a href="#">log boekbestand</a> voor meer informatie.</String>
<String Id="FailureRestartText">U moet uw computer opnieuw opstarten om het terugdraaien van de software te voltooien.</String>
<String Id="FailureRestartButton">&Opnieuw opstarten</String>
<String Id="FailureCloseButton">&Sluiten</String>
<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>
<String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|