aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl')
-rw-r--r--src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
index 72961409..b00205d8 100644
--- a/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
@@ -2,7 +2,7 @@
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. --> 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 3
4 4
5<WixLocalization Culture="sv-se" Language="1053" xmlns="http://schemas.microsoft.com/wix/2006/localization"> 5<WixLocalization Culture="sv-se" Language="1053" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName]-installation</String> 6 <String Id="Caption">[WixBundleName]-installation</String>
7 <String Id="Title">Microsoft .NET Framework krävs för installation av [WixBundleName]</String> 7 <String Id="Title">Microsoft .NET Framework krävs för installation av [WixBundleName]</String>
8 <String Id="ConfirmCancelMessage">Vill du avbryta?</String> 8 <String Id="ConfirmCancelMessage">Vill du avbryta?</String>
@@ -22,9 +22,15 @@
22 <String Id="ProgressHeader">Installationsförlopp</String> 22 <String Id="ProgressHeader">Installationsförlopp</String>
23 <String Id="ProgressLabel">Bearbetar:</String> 23 <String Id="ProgressLabel">Bearbetar:</String>
24 <String Id="ProgressCancelButton">&amp;Avbryt</String> 24 <String Id="ProgressCancelButton">&amp;Avbryt</String>
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
27 <String Id="SuccessRestartButton">&amp;Restart</String>
28 <String Id="SuccessCloseButton">&amp;Close</String>
25 <String Id="FailureHeader">Installationen misslyckades</String> 29 <String Id="FailureHeader">Installationen misslyckades</String>
26 <String Id="FailureLogLinkText">Installationen misslyckades på grund av ett eller flera problem. Åtgärda problemen och försök igen. Se &lt;a href="#"&gt;loggfilen&lt;/a&gt; för mer information.</String> 30 <String Id="FailureLogLinkText">Installationen misslyckades på grund av ett eller flera problem. Åtgärda problemen och försök igen. Se &lt;a href="#"&gt;loggfilen&lt;/a&gt; för mer information.</String>
27 <String Id="FailureRestartText">Starta om datorn för att återställa programmet.</String> 31 <String Id="FailureRestartText">Starta om datorn för att återställa programmet.</String>
28 <String Id="FailureRestartButton">&amp;Starta om</String> 32 <String Id="FailureRestartButton">&amp;Starta om</String>
29 <String Id="FailureCloseButton">&amp;Stäng</String> 33 <String Id="FailureCloseButton">&amp;Stäng</String>
34 <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>
35 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
30</WixLocalization> 36</WixLocalization>