blob: cb6036eebf3b3551c19563c120b2cfa8f705fd20 (
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="nb-no" Language="1044" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] Installasjonsprogram</String>
<String Id="Title">Microsoft .NET Framework kreves for [WixBundleName]-installasjon</String>
<String Id="ConfirmCancelMessage">Er du sikker på at du vil avbryte?</String>
<String Id="HelpHeader">Installasjonshjelp</String>
<String Id="HelpText">/passive | /quiet - viser minimalt brukergrensesnitt uten ledetekster, eller
ikke noe brukergrensesnitt og ingen ledetekster. Som standard vises
brukergrensesnitt og alle ledetekster.
/norestart - undertrykker alle forsøk på omstart. Som standard spør
brukergrensesnittet før omstart.
/log log.txt - skriver logg til en bestemt fil. Som standard opprettes en
loggfil i %TEMP%.</String>
<String Id="HelpCloseButton">&Lukk</String>
<String Id="InstallLicenseTerms">Klikk Godta og installer for å godta<a href="#">lisensvilkårene</a> for Microsoft .NET Framework.</String>
<String Id="InstallAcceptAndInstallButton">&Godta og installer</String>
<String Id="InstallDeclineButton">&Avslå</String>
<String Id="ProgressHeader">Fremdrift for installasjon</String>
<String Id="ProgressLabel">Behandler:</String>
<String Id="ProgressCancelButton">&Avbryt</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">Installasjon mislyktes</String>
<String Id="FailureLogLinkText">Ett eller flere problemer var årsak til at installasjonen mislyktes. Løs problemene, og installer på nytt. Du finner flere opplysninger i <a href="#">loggfilen</a>.</String>
<String Id="FailureRestartText">Du må starte datamaskinen på nytt for å fullføre tilbakerullingen av programvaren.</String>
<String Id="FailureRestartButton">&Start på nytt</String>
<String Id="FailureCloseButton">&Lukk</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>
|