diff options
Diffstat (limited to 'src/wixstdba/Resources/1043/mbapreq.wxl')
-rw-r--r-- | src/wixstdba/Resources/1043/mbapreq.wxl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wixstdba/Resources/1043/mbapreq.wxl b/src/wixstdba/Resources/1043/mbapreq.wxl new file mode 100644 index 00000000..f4a2c78c --- /dev/null +++ b/src/wixstdba/Resources/1043/mbapreq.wxl | |||
@@ -0,0 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
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 | |||
4 | |||
5 | <WixLocalization Culture="nl-nl" Language="1043" xmlns="http://schemas.microsoft.com/wix/2006/localization"> | ||
6 | <String Id="Caption">[WixBundleName] Installatie</String> | ||
7 | <String Id="Title">Microsoft .NET Framework is vereist voor installatie [WixBundleName]</String> | ||
8 | <String Id="ConfirmCancelMessage">Weet u zeker dat u de installatie wilt annuleren?</String> | ||
9 | <String Id="HelpHeader">Help bij Setup</String> | ||
10 | <String Id="HelpText">/passive | /quiet - geeft een minimale gebruikersinterface weer zonder prompts | ||
11 | of geeft geen gebruikersinterface en geen prompts weer. Gebruikersinterface | ||
12 | en alle prompts worden standaard weergegeven. | ||
13 | |||
14 | /norestart - pogingen tot opnieuw opstarten onderdrukken. | ||
15 | Gebruikersinterface vraagt standaard alvorens opnieuw op te starten. | ||
16 | /log log.txt - registreert gegevens in een specifiek bestand. Een logbestand | ||
17 | wordt standaard in %TEMP% gemaakt.</String> | ||
18 | <String Id="HelpCloseButton">&Sluiten</String> | ||
19 | <String Id="InstallLicenseTerms">Klik op de knop 'Accepteren en installeren' om de <a href="#">licentievoorwaarden</a> van het Microsoft .NET Framework te accepteren.</String> | ||
20 | <String Id="InstallAcceptAndInstallButton">&Accepteren en installeren</String> | ||
21 | <String Id="InstallDeclineButton">&Weigeren</String> | ||
22 | <String Id="ProgressHeader">Voortgang van de installatie</String> | ||
23 | <String Id="ProgressLabel">Verwerken:</String> | ||
24 | <String Id="ProgressCancelButton">&Annuleren</String> | ||
25 | <String Id="FailureHeader">Installatie mislukt</String> | ||
26 | <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> | ||
27 | <String Id="FailureRestartText">U moet uw computer opnieuw opstarten om het terugdraaien van de software te voltooien.</String> | ||
28 | <String Id="FailureRestartButton">&Opnieuw opstarten</String> | ||
29 | <String Id="FailureCloseButton">&Sluiten</String> | ||
30 | </WixLocalization> | ||