aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-25 11:20:31 -0700
committerRob Mensching <rob@firegiant.com>2022-10-31 10:57:14 -0700
commit033f38a28c89945ce4379f5992e8f36943a125ab (patch)
tree7feb7700b4bca1c0cff5bdb85af5e2d543e226c2 /src/ext/Bal
parent217182f85fa737d20fb5846f395cabfa599bf1c6 (diff)
downloadwix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.gz
wix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.bz2
wix-033f38a28c89945ce4379f5992e8f36943a125ab.zip
Loc files were still using inner text, stop doing that
Fixes 6970
Diffstat (limited to 'src/ext/Bal')
-rw-r--r--src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl6
-rw-r--r--src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl55
-rw-r--r--src/ext/Bal/wixstdba/Resources/1029/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1030/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl59
-rw-r--r--src/ext/Bal/wixstdba/Resources/1032/mbapreq.wxl60
-rw-r--r--src/ext/Bal/wixstdba/Resources/1035/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1038/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1040/mbapreq.wxl59
-rw-r--r--src/ext/Bal/wixstdba/Resources/1041/mbapreq.wxl55
-rw-r--r--src/ext/Bal/wixstdba/Resources/1042/mbapreq.wxl55
-rw-r--r--src/ext/Bal/wixstdba/Resources/1043/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1044/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1045/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl57
-rw-r--r--src/ext/Bal/wixstdba/Resources/1049/mbapreq.wxl57
-rw-r--r--src/ext/Bal/wixstdba/Resources/1051/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1055/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/1060/mbapreq.wxl58
-rw-r--r--src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl55
-rw-r--r--src/ext/Bal/wixstdba/Resources/2070/mbapreq.wxl57
-rw-r--r--src/ext/Bal/wixstdba/Resources/3082/mbapreq.wxl59
-rw-r--r--src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl138
-rw-r--r--src/ext/Bal/wixstdba/Resources/RtfTheme.wxl130
-rw-r--r--src/ext/Bal/wixstdba/Resources/dncpreq.wxl69
-rw-r--r--src/ext/Bal/wixstdba/Resources/iuipreq.wxl70
-rw-r--r--src/ext/Bal/wixstdba/Resources/mbapreq.wxl69
29 files changed, 801 insertions, 1005 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl
index 223a7874..0667c3cb 100644
--- a/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl
+++ b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl
@@ -1,4 +1,4 @@
1<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> 1<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
2 <String Id="NonsenseDetectCondition">WixBundleAction = 4</String> 2 <String Id="NonsenseDetectCondition" Value="WixBundleAction = 4" />
3 <String Id="NonsensePlanCondition">=</String> 3 <String Id="NonsensePlanCondition" Value="=" />
4</WixLocalization> 4</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl
index f574bb9b..1ab287e4 100644
--- a/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl
@@ -1,34 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="zh-tw" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="zh-tw" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] 安裝程式</String> 5 <String Id="Caption" Value="[WixBundleName] 安裝程式" />
7 <String Id="Title">[WixBundleName] 安裝程式需要 Microsoft .NET Framework</String> 6 <String Id="Title" Value="[WixBundleName] 安裝程式需要 Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">您確定要取消嗎?</String> 7 <String Id="ConfirmCancelMessage" Value="您確定要取消嗎?" />
9 <String Id="HelpHeader">安裝程式說明</String> 8 <String Id="HelpHeader" Value="安裝程式說明" />
10 <String Id="HelpText">/passive | /quiet - 顯示最基本的 UI 但不顯示提示,或者不顯示 UI 也 9 <String Id="HelpText" Value="/passive | /quiet - 顯示最基本的 UI 但不顯示提示,或者不顯示 UI 也&#xA; 不顯示提示。預設會顯示 UI 和所有提示。&#xA;&#xA;/norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。&#xA;/log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。" />
11 不顯示提示。預設會顯示 UI 和所有提示。 10 <String Id="HelpCloseButton" Value="關閉(&amp;C)" />
12 11 <String Id="InstallLicenseTerms" Value="請按一下 「接受並安裝」5D; 按鈕,接受 Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;授權合約&lt;/a&gt;。" />
13/norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。 12 <String Id="InstallAcceptAndInstallButton" Value="接受並安裝(&amp;A)" />
14/log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。</String> 13 <String Id="InstallDeclineButton" Value="拒絕(&amp;D)" />
15 <String Id="HelpCloseButton">關閉(&amp;C)</String> 14 <String Id="ProgressHeader" Value="安裝進度" />
16 <String Id="InstallLicenseTerms">請按一下 「接受並安裝」5D; 按鈕,接受 Microsoft .NET Framework &lt;a href="#"&gt;授權合約&lt;/a&gt;。</String> 15 <String Id="ProgressLabel" Value="正在處理:" />
17 <String Id="InstallAcceptAndInstallButton">接受並安裝(&amp;A)</String> 16 <String Id="ProgressCancelButton" Value="取消(&amp;)" />
18 <String Id="InstallDeclineButton">拒絕(&amp;D)</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">安裝進度</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">正在處理:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">取消(&amp;)</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="安裝失敗" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="一或多個問題導致安裝失敗。請修正這些問題,然後再重試安裝。如需詳細資訊,請查看&lt;a href=&quot;#&quot;&gt;記錄檔&lt;/a&gt;。" />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。" />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="重新啟動(&amp;R)" />
26 <String Id="FailureHeader">安裝失敗</String> 25 <String Id="FailureCloseButton" Value="關閉(&amp;C)" />
27 <String Id="FailureLogLinkText">一或多個問題導致安裝失敗。請修正這些問題,然後再重試安裝。如需詳細資訊,請查看&lt;a href="#"&gt;記錄檔&lt;/a&gt;。</String> 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." />
28 <String Id="FailureRestartText">必須重新啟動電腦,才能完成軟體的復原。</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">重新啟動(&amp;R)</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureCloseButton">關閉(&amp;C)</String>
31 <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>
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1029/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1029/mbapreq.wxl
index 11d9f85a..e60c92cb 100644
--- a/src/ext/Bal/wixstdba/Resources/1029/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1029/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="cs-cz" Language="1029" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="cs-cz" Language="1029" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Instalace produktu [WixBundleName]</String> 5 <String Id="Caption" Value="Instalace produktu [WixBundleName]" />
7 <String Id="Title">Pro instalaci produktu [WixBundleName] je vyžadováno rozhraní Microsoft .NET Framework.</String> 6 <String Id="Title" Value="Pro instalaci produktu [WixBundleName] je vyžadováno rozhraní Microsoft .NET Framework." />
8 <String Id="ConfirmCancelMessage">Opravdu chcete akci zrušit?</String> 7 <String Id="ConfirmCancelMessage" Value="Opravdu chcete akci zrušit?" />
9 <String Id="HelpHeader">Nápověda k instalaci</String> 8 <String Id="HelpHeader" Value="Nápověda k instalaci" />
10 <String Id="HelpText">/passive | /quiet - Zobrazí minimální uživatelské rozhraní bez jakýchkoli 9 <String Id="HelpText" Value="/passive | /quiet - Zobrazí minimální uživatelské rozhraní bez jakýchkoli&#xA; výzev, nebo nezobrazí žádné uživatelské rozhraní ani žádné výzvy. Ve výchozím&#xA; nastavení se jak uživatelské rozhraní, tak i všechny výzvy zobrazují.&#xA;&#xA;/norestart - Potlačí jakékoli pokusy o restartování. Ve výchozím nastavení&#xA; se v uživatelském rozhraní před restartováním zobrazí výzva.&#xA;/log log.txt - Nastaví, že se má zapisovat do konkrétního souboru protokolu.&#xA; Ve výchozím nastavení je soubor protokolu vytvořen v umístění %TEMP%." />
11 výzev, nebo nezobrazí žádné uživatelské rozhraní ani žádné výzvy. Ve výchozím 10 <String Id="HelpCloseButton" Value="&amp;Zavřít" />
12 nastavení se jak uživatelské rozhraní, tak i všechny výzvy zobrazují. 11 <String Id="InstallLicenseTerms" Value="Kliknutím na tlačítko Přijmout a nainstalovat přijmete &lt;a href=&quot;#&quot;&gt;licenční podmínky&lt;/a&gt; rozhraní Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Přijmout a instalovat" />
14/norestart - Potlačí jakékoli pokusy o restartování. Ve výchozím nastavení 13 <String Id="InstallDeclineButton" Value="&amp;Odmítnout" />
15 se v uživatelském rozhraní před restartováním zobrazí výzva. 14 <String Id="ProgressHeader" Value="Průběh instalace" />
16/log log.txt - Nastaví, že se má zapisovat do konkrétního souboru protokolu. 15 <String Id="ProgressLabel" Value="Probíhá zpracování:" />
17 Ve výchozím nastavení je soubor protokolu vytvořen v umístění %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Storno" />
18 <String Id="HelpCloseButton">&amp;Zavřít</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Kliknutím na tlačítko Přijmout a nainstalovat přijmete &lt;a href="#"&gt;licenční podmínky&lt;/a&gt; rozhraní Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Přijmout a instalovat</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Odmítnout</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Průběh instalace</String> 21 <String Id="FailureHeader" Value="Instalace se nezdařila" />
23 <String Id="ProgressLabel">Probíhá zpracování:</String> 22 <String Id="FailureLogLinkText" Value="Byly zjištěny problémy, kvůli kterým se instalaci nepodařilo dokončit. Odstraňte tyto problémy a potom instalaci opakujte. Další informace naleznete v &lt;a href=&quot;#&quot;&gt;souboru protokolu&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Storno</String> 23 <String Id="FailureRestartText" Value="Aby bylo možné zrušení instalace softwaru dokončit, je nutné počítač restartovat." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Restartovat" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Zavřít" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Instalace se nezdařila</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Byly zjištěny problémy, kvůli kterým se instalaci nepodařilo dokončit. Odstraňte tyto problémy a potom instalaci opakujte. Další informace naleznete v &lt;a href="#"&gt;souboru protokolu&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Aby bylo možné zrušení instalace softwaru dokončit, je nutné počítač restartovat.</String>
32 <String Id="FailureRestartButton">&amp;Restartovat</String>
33 <String Id="FailureCloseButton">&amp;Zavřít</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1030/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1030/mbapreq.wxl
index 50412e12..b895bb76 100644
--- a/src/ext/Bal/wixstdba/Resources/1030/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1030/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="da-dk" Language="1030" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="da-dk" Language="1030" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Installation af [WixBundleName]</String> 5 <String Id="Caption" Value="Installation af [WixBundleName]" />
7 <String Id="Title">Microsoft .NET Framework skal være installeret i forbindelse med Installationen af [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework skal være installeret i forbindelse med Installationen af [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Er du sikker på, at du vil annullere?</String> 7 <String Id="ConfirmCancelMessage" Value="Er du sikker på, at du vil annullere?" />
9 <String Id="HelpHeader">Hjælp til installation</String> 8 <String Id="HelpHeader" Value="Hjælp til installation" />
10 <String Id="HelpText">/passive | /quiet - viser en minimal brugergrænseflade uden prompter eller 9 <String Id="HelpText" Value="/passive | /quiet - viser en minimal brugergrænseflade uden prompter eller&#xA; viser ingen brugergrænseflade og ingen prompter.&#xA; Brugergrænsefladen og alle prompter vises som standard.&#xA;&#xA;/norestart - skjuler forsøg på genstart. Der vises som standard en&#xA; forespørgsel i brugergrænsefladen, før der genstartes.&#xA;/log log.txt - logfører til en bestemt fil. Der oprettes som standard en&#xA; logfil i %TEMP%." />
11 viser ingen brugergrænseflade og ingen prompter. 10 <String Id="HelpCloseButton" Value="&amp;Luk" />
12 Brugergrænsefladen og alle prompter vises som standard. 11 <String Id="InstallLicenseTerms" Value="Klik på knappen &quot;Acceptér og installér&quot; for at acceptere &lt;a href=&quot;#&quot;&gt;licensvilkårene&lt;/a&gt; for Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Acceptér og installér" />
14/norestart - skjuler forsøg på genstart. Der vises som standard en 13 <String Id="InstallDeclineButton" Value="&amp;Afvis" />
15 forespørgsel i brugergrænsefladen, før der genstartes. 14 <String Id="ProgressHeader" Value="Status for installation" />
16/log log.txt - logfører til en bestemt fil. Der oprettes som standard en 15 <String Id="ProgressLabel" Value="Behandler:" />
17 logfil i %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Annuller" />
18 <String Id="HelpCloseButton">&amp;Luk</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Klik på knappen "Acceptér og installér" for at acceptere &lt;a href="#"&gt;licensvilkårene&lt;/a&gt; for Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Acceptér og installér</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Afvis</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Status for installation</String> 21 <String Id="FailureHeader" Value="Installationen blev ikke gennemført" />
23 <String Id="ProgressLabel">Behandler:</String> 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 &lt;a href=&quot;#&quot;&gt;logfilen&lt;/a&gt; for at få flere oplysninger." />
24 <String Id="ProgressCancelButton">&amp;Annuller</String> 23 <String Id="FailureRestartText" Value="Du skal genstarte computeren for at fuldføre annulleringen af opdateringen af softwaren." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Genstart" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Luk" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Installationen blev ikke gennemført</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Installationen blev ikke gennemført på grund af et eller flere problemer. Løs problemerne, og prøv derefter at installere igen. Se &lt;a href="#"&gt;logfilen&lt;/a&gt; for at få flere oplysninger.</String>
31 <String Id="FailureRestartText">Du skal genstarte computeren for at fuldføre annulleringen af opdateringen af softwaren.</String>
32 <String Id="FailureRestartButton">&amp;Genstart</String>
33 <String Id="FailureCloseButton">&amp;Luk</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
index 4df66298..760b1ceb 100644
--- a/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1031/mbapreq.wxl
@@ -1,40 +1,31 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="de-de" Language="1031" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="de-de" Language="1031" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <UI Control="InstallButton" Width="180" /> 5 <UI Control="InstallButton" Width="180" />
7 6
8 <String Id="Caption">[WixBundleName]-Setup</String> 7 <String Id="Caption" Value="[WixBundleName]-Setup" />
9 <String Id="Title">Für das [WixBundleName]-Setup ist Microsoft .NET Framework erforderlich.</String> 8 <String Id="Title" Value="Für das [WixBundleName]-Setup ist Microsoft .NET Framework erforderlich." />
10 <String Id="ConfirmCancelMessage">Sind Sie sicher, dass Sie den Vorgang abbrechen möchten?</String> 9 <String Id="ConfirmCancelMessage" Value="Sind Sie sicher, dass Sie den Vorgang abbrechen möchten?" />
11 <String Id="HelpHeader">Setup-Hilfe</String> 10 <String Id="HelpHeader" Value="Setup-Hilfe" />
12 <String Id="HelpText">/passive | /quiet - zeigt eine minimale Benutzeroberfläche ohne 11 <String Id="HelpText" Value="/passive | /quiet - zeigt eine minimale Benutzeroberfläche ohne&#xA; Eingabeaufforderungen oder keine Benutzeroberfläche und keine&#xA; Eingabeaufforderungen an. Standardmäßig werden die Benutzeroberfläche und&#xA; alle Eingabeaufforderungen angezeigt.&#xA;&#xA;/norestart - unterdrückt alle Neustartversuche. Standardmäßig fordert die&#xA; Benutzeroberfläche zum Bestätigen eines Neustarts auf.&#xA;/log log.txt - erstellt das Protokoll in einer bestimmten Datei.&#xA; Standardmäßig wird die Protokolldatei in &quot;%TEMP%&quot; erstellt." />
13 Eingabeaufforderungen oder keine Benutzeroberfläche und keine 12 <String Id="HelpCloseButton" Value="&amp;Schließen" />
14 Eingabeaufforderungen an. Standardmäßig werden die Benutzeroberfläche und 13 <String Id="InstallLicenseTerms" Value="Klicken Sie auf die Schaltfläche &quot;Akzeptieren und installieren&quot;, um den Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;-Lizenzbedingungen&lt;/a&gt; zuzustimmen." />
15 alle Eingabeaufforderungen angezeigt. 14 <String Id="InstallAcceptAndInstallButton" Value="&amp;Akzeptieren und installieren" />
16 15 <String Id="InstallDeclineButton" Value="&amp;Ablehnen" />
17/norestart - unterdrückt alle Neustartversuche. Standardmäßig fordert die 16 <String Id="ProgressHeader" Value="Setup-Status" />
18 Benutzeroberfläche zum Bestätigen eines Neustarts auf. 17 <String Id="ProgressLabel" Value="Verarbeitung:" />
19/log log.txt - erstellt das Protokoll in einer bestimmten Datei. 18 <String Id="ProgressCancelButton" Value="&amp;Abbrechen" />
20 Standardmäßig wird die Protokolldatei in "%TEMP%" erstellt.</String> 19 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
21 <String Id="HelpCloseButton">&amp;Schließen</String> 20 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
22 <String Id="InstallLicenseTerms">Klicken Sie auf die Schaltfläche "Akzeptieren und installieren", um den Microsoft .NET Framework &lt;a href="#"&gt;-Lizenzbedingungen&lt;/a&gt; zuzustimmen.</String> 21 <String Id="SuccessRestartButton" Value="&amp;Restart" />
23 <String Id="InstallAcceptAndInstallButton">&amp;Akzeptieren und installieren</String> 22 <String Id="SuccessCloseButton" Value="&amp;Close" />
24 <String Id="InstallDeclineButton">&amp;Ablehnen</String> 23 <String Id="FailureHeader" Value="Setup-Fehler" />
25 <String Id="ProgressHeader">Setup-Status</String> 24 <String Id="FailureLogLinkText" Value="Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href=&quot;#&quot;&gt;Protokolldatei&lt;/a&gt;." />
26 <String Id="ProgressLabel">Verarbeitung:</String> 25 <String Id="FailureRestartText" Value="Sie müssen den Computer neu starten, um das Zurücksetzen der Software abzuschließen." />
27 <String Id="ProgressCancelButton">&amp;Abbrechen</String> 26 <String Id="FailureRestartButton" Value="&amp;Neu starten" />
28 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 27 <String Id="FailureCloseButton" Value="&amp;Schließen" />
29 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 28 <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." />
30 <String Id="SuccessRestartButton">&amp;Restart</String> 29 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
31 <String Id="SuccessCloseButton">&amp;Close</String> 30 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
32 <String Id="FailureHeader">Setup-Fehler</String>
33 <String Id="FailureLogLinkText">Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href="#"&gt;Protokolldatei&lt;/a&gt;.</String>
34 <String Id="FailureRestartText">Sie müssen den Computer neu starten, um das Zurücksetzen der Software abzuschließen.</String>
35 <String Id="FailureRestartButton">&amp;Neu starten</String>
36 <String Id="FailureCloseButton">&amp;Schließen</String>
37 <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>
38 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
39 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
40</WixLocalization> 31</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1032/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1032/mbapreq.wxl
index 05ac553f..a9cd7a5b 100644
--- a/src/ext/Bal/wixstdba/Resources/1032/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1032/mbapreq.wxl
@@ -1,39 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="el-gr" Language="1032" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="el-gr" Language="1032" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Εγκατάσταση του [WixBundleName]</String> 5 <String Id="Caption" Value="Εγκατάσταση του [WixBundleName]" />
7 <String Id="Title">Για την εγκατάσταση του [WixBundleName] απαιτείται το Microsoft .NET Framework</String> 6 <String Id="Title" Value="Για την εγκατάσταση του [WixBundleName] απαιτείται το Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">Είστε βέβαιοι ότι θέλετε να γίνει ακύρωση;</String> 7 <String Id="ConfirmCancelMessage" Value="Είστε βέβαιοι ότι θέλετε να γίνει ακύρωση;" />
9 <String Id="HelpHeader">Βοήθεια για την εγκατάσταση</String> 8 <String Id="HelpHeader" Value="Βοήθεια για την εγκατάσταση" />
10 <String Id="HelpText">/passive | /quiet - εμφανίζει ελάχιστο περιεχόμενο του περιβάλλοντος εργασίας 9 <String Id="HelpText" Value="/passive | /quiet - εμφανίζει ελάχιστο περιεχόμενο του περιβάλλοντος εργασίας&#xA; χρήστη χωρίς μηνύματα ή δεν εμφανίζει περιβάλλον εργασίας χρήστη και&#xA; μηνύματα. Από προεπιλογή, εμφανίζονται όλα τα μηνύματα και το περιβάλλον&#xA; εργασίας χρήστη.&#xA;&#xA;/norestart - αποκρύπτει οποιεσδήποτε προσπάθειες για επανεκκίνηση. Από&#xA; προεπιλογή, το περιβάλλον εργασίας χρήστη θα εμφανίσει μήνυμα πριν από την&#xA; επανεκκίνηση.&#xA;/log log.txt - πραγματοποιεί καταγραφή σε ένα συγκεκριμένο αρχείο. Από&#xA; προεπιλογή, δημιουργείται ένα αρχείο καταγραφής στο %TEMP%." />
11 χρήστη χωρίς μηνύματα ή δεν εμφανίζει περιβάλλον εργασίας χρήστη και 10 <String Id="HelpCloseButton" Value="&amp;Κλείσιμο" />
12 μηνύματα. Από προεπιλογή, εμφανίζονται όλα τα μηνύματα και το περιβάλλον 11 <String Id="InstallLicenseTerms" Value="Κάντε κλικ στο κουμπί &quot;Αποδοχή και εγκατάσταση&quot; για να αποδεχτείτε τους &lt;a href=&quot;#&quot;&gt;όρους της άδειας χρήσης&lt;/a&gt; του Microsoft .NET Framework." />
13 εργασίας χρήστη. 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Αποδοχή και εγκατάσταση" />
14 13 <String Id="InstallDeclineButton" Value="&amp;Απόρριψη" />
15/norestart - αποκρύπτει οποιεσδήποτε προσπάθειες για επανεκκίνηση. Από 14 <String Id="ProgressHeader" Value="Πρόοδος εγκατάστασης" />
16 προεπιλογή, το περιβάλλον εργασίας χρήστη θα εμφανίσει μήνυμα πριν από την 15 <String Id="ProgressLabel" Value="Επεξεργασία:" />
17 επανεκκίνηση. 16 <String Id="ProgressCancelButton" Value="&amp;Άκυρο" />
18/log log.txt - πραγματοποιεί καταγραφή σε ένα συγκεκριμένο αρχείο. Από 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 προεπιλογή, δημιουργείται ένα αρχείο καταγραφής στο %TEMP%.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="HelpCloseButton">&amp;Κλείσιμο</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallLicenseTerms">Κάντε κλικ στο κουμπί "Αποδοχή και εγκατάσταση" για να αποδεχτείτε τους &lt;a href="#"&gt;όρους της άδειας χρήσης&lt;/a&gt; του Microsoft .NET Framework.</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="InstallAcceptAndInstallButton">&amp;Αποδοχή και εγκατάσταση</String> 21 <String Id="FailureHeader" Value="Αποτυχία εγκατάστασης" />
23 <String Id="InstallDeclineButton">&amp;Απόρριψη</String> 22 <String Id="FailureLogLinkText" Value="Ένα ή περισσότερα προβλήματα προκάλεσαν την αποτυχία της εγκατάστασης. Διορθώστε τα προβλήματα και μετά επαναλάβετε την εγκατάσταση. Για περισσότερες πληροφορίες, ανατρέξτε στο &lt;a href=&quot;#&quot;&gt;αρχείο καταγραφής&lt;/a&gt;." />
24 <String Id="ProgressHeader">Πρόοδος εγκατάστασης</String> 23 <String Id="FailureRestartText" Value="Για να ολοκληρωθεί η επαναφορά του λογισμικού, πρέπει να κάνετε επανεκκίνηση του υπολογιστή." />
25 <String Id="ProgressLabel">Επεξεργασία:</String> 24 <String Id="FailureRestartButton" Value="&amp;Επανεκκίνηση" />
26 <String Id="ProgressCancelButton">&amp;Άκυρο</String> 25 <String Id="FailureCloseButton" Value="&amp;Κλείσιμο" />
27 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 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." />
28 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="SuccessRestartButton">&amp;Restart</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="SuccessCloseButton">&amp;Close</String>
31 <String Id="FailureHeader">Αποτυχία εγκατάστασης</String>
32 <String Id="FailureLogLinkText">Ένα ή περισσότερα προβλήματα προκάλεσαν την αποτυχία της εγκατάστασης. Διορθώστε τα προβλήματα και μετά επαναλάβετε την εγκατάσταση. Για περισσότερες πληροφορίες, ανατρέξτε στο &lt;a href="#"&gt;αρχείο καταγραφής&lt;/a&gt;.</String>
33 <String Id="FailureRestartText">Για να ολοκληρωθεί η επαναφορά του λογισμικού, πρέπει να κάνετε επανεκκίνηση του υπολογιστή.</String>
34 <String Id="FailureRestartButton">&amp;Επανεκκίνηση</String>
35 <String Id="FailureCloseButton">&amp;Κλείσιμο</String>
36 <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>
37 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
38 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
39</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1035/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1035/mbapreq.wxl
index 2b7c0519..b54476bd 100644
--- a/src/ext/Bal/wixstdba/Resources/1035/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1035/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="fi-fi" Language="1035" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="fi-fi" Language="1035" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] -asennus</String> 5 <String Id="Caption" Value="[WixBundleName] -asennus" />
7 <String Id="Title">Microsoft .NET Framework tarvitaan [WixBundleName] -asennusta varten</String> 6 <String Id="Title" Value="Microsoft .NET Framework tarvitaan [WixBundleName] -asennusta varten" />
8 <String Id="ConfirmCancelMessage">Haluatko varmasti peruuttaa?</String> 7 <String Id="ConfirmCancelMessage" Value="Haluatko varmasti peruuttaa?" />
9 <String Id="HelpHeader">Asennusohjelman ohje</String> 8 <String Id="HelpHeader" Value="Asennusohjelman ohje" />
10 <String Id="HelpText">/passive | /quiet - näyttää mahdollisimman vähän käyttöliittymästä; ei 9 <String Id="HelpText" Value="/passive | /quiet - näyttää mahdollisimman vähän käyttöliittymästä; ei&#xA; kehotteita tai ei käyttöliittymää ja kehotteita. Oletusarvoisesti&#xA; käyttöliittymä ja kaikki kehotteet näytetään.&#xA;&#xA;/norestart - estää uudelleenkäynnistysyritykset. Oletusarvoisesti&#xA; käyttöliittymä kysyy ennen uudelleenkäynnistystä.&#xA;/log loki.txt - kirjaa lokitiedot erityiseen tiedostoon. Oletusarvoisesti&#xA; lokitiedosto luodaan %TEMP%-kansioon." />
11 kehotteita tai ei käyttöliittymää ja kehotteita. Oletusarvoisesti 10 <String Id="HelpCloseButton" Value="&amp;Sulje" />
12 käyttöliittymä ja kaikki kehotteet näytetään. 11 <String Id="InstallLicenseTerms" Value="Hyväksy Microsoft .NET Framework -ohjelman &lt;a href=&quot;#&quot;&gt;käyttöoikeusehdot&lt;/a&gt; valitsemalla Hyväksy ja asenna." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Hyväksy ja asenna" />
14/norestart - estää uudelleenkäynnistysyritykset. Oletusarvoisesti 13 <String Id="InstallDeclineButton" Value="&amp;Hylkää" />
15 käyttöliittymä kysyy ennen uudelleenkäynnistystä. 14 <String Id="ProgressHeader" Value="Asennuksen edistyminen" />
16/log loki.txt - kirjaa lokitiedot erityiseen tiedostoon. Oletusarvoisesti 15 <String Id="ProgressLabel" Value="Käsitellään:" />
17 lokitiedosto luodaan %TEMP%-kansioon.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Peruuta" />
18 <String Id="HelpCloseButton">&amp;Sulje</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Hyväksy Microsoft .NET Framework -ohjelman &lt;a href="#"&gt;käyttöoikeusehdot&lt;/a&gt; valitsemalla Hyväksy ja asenna.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Hyväksy ja asenna</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Hylkää</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Asennuksen edistyminen</String> 21 <String Id="FailureHeader" Value="Asennus epäonnistui" />
23 <String Id="ProgressLabel">Käsitellään:</String> 22 <String Id="FailureLogLinkText" Value="Asennus epäonnistui yhdestä tai useammasta syystä. Korjaa ongelmat ja yritä suorittaa asennus sitten uudelleen. Lisätietoja on &lt;a href=&quot;#&quot;&gt;lokitiedostossa&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Peruuta</String> 23 <String Id="FailureRestartText" Value="Tietokone täytyy käynnistää uudelleen ohjelmiston palautuksen viimeistelemiseksi." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Käynnistä uudelleen" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Sulje" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Asennus epäonnistui</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Asennus epäonnistui yhdestä tai useammasta syystä. Korjaa ongelmat ja yritä suorittaa asennus sitten uudelleen. Lisätietoja on &lt;a href="#"&gt;lokitiedostossa&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Tietokone täytyy käynnistää uudelleen ohjelmiston palautuksen viimeistelemiseksi.</String>
32 <String Id="FailureRestartButton">&amp;Käynnistä uudelleen</String>
33 <String Id="FailureCloseButton">&amp;Sulje</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
index 3ae1cbd9..cd17ae34 100644
--- a/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="fr-fr" Language="1036" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="fr-fr" Language="1036" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Installation de [WixBundleName]</String> 5 <String Id="Caption" Value="Installation de [WixBundleName]" />
7 <String Id="Title">Microsoft .NET Framework requis pour l'installation de [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework requis pour l'installation de [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Êtes-vous sûr de vouloir annuler ?</String> 7 <String Id="ConfirmCancelMessage" Value="Êtes-vous sûr de vouloir annuler ?" />
9 <String Id="HelpHeader">Aide de l'installation</String> 8 <String Id="HelpHeader" Value="Aide de l'installation" />
10 <String Id="HelpText">/passive | /quiet - affiche une interface minimale sans invites ou n'affiche 9 <String Id="HelpText" Value="/passive | /quiet - affiche une interface minimale sans invites ou n'affiche&#xA; aucune interface ni aucune invite. Par défaut, l'interface et toutes les&#xA; invites sont affichées.&#xA;&#xA;/norestart - annule toute tentative de redémarrage. Par défaut, l'interface&#xA; affiche une invite avant de redémarrer.&#xA;/log journal.txt - consigne les entrées de journal dans un fichier spécifique.&#xA; Par défaut, un fichier journal est créé dans %TEMP%." />
11 aucune interface ni aucune invite. Par défaut, l'interface et toutes les 10 <String Id="HelpCloseButton" Value="&amp;Fermer" />
12 invites sont affichées. 11 <String Id="InstallLicenseTerms" Value="Cliquez sur le bouton « Accepter et installer » pour accepter les &lt;a href=&quot;#&quot;&gt;termes du contrat de licence&lt;/a&gt; Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accepter et installer" />
14/norestart - annule toute tentative de redémarrage. Par défaut, l'interface 13 <String Id="InstallDeclineButton" Value="&amp;Refuser" />
15 affiche une invite avant de redémarrer. 14 <String Id="ProgressHeader" Value="Progression de l'installation" />
16/log journal.txt - consigne les entrées de journal dans un fichier spécifique. 15 <String Id="ProgressLabel" Value="Traitement en cours :" />
17 Par défaut, un fichier journal est créé dans %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Annuler" />
18 <String Id="HelpCloseButton">&amp;Fermer</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Cliquez sur le bouton « Accepter et installer » pour accepter les &lt;a href="#"&gt;termes du contrat de licence&lt;/a&gt; Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Accepter et installer</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Refuser</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Progression de l'installation</String> 21 <String Id="FailureHeader" Value="L'installation a échoué" />
23 <String Id="ProgressLabel">Traitement en cours :</String> 22 <String Id="FailureLogLinkText" Value="L'installation a échoué pour une ou plusieurs raisons. Corrigez les problèmes et recommencez l'installation. Pour plus d'informations, consultez le &lt;a href=&quot;#&quot;&gt;fichier journal&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Annuler</String> 23 <String Id="FailureRestartText" Value="Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Redémarrer" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Fermer" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">L'installation a échoué</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">L'installation a échoué pour une ou plusieurs raisons. Corrigez les problèmes et recommencez l'installation. Pour plus d'informations, consultez le &lt;a href="#"&gt;fichier journal&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel.</String>
32 <String Id="FailureRestartButton">&amp;Redémarrer</String>
33 <String Id="FailureCloseButton">&amp;Fermer</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1038/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1038/mbapreq.wxl
index f491d6f2..6cbb1d34 100644
--- a/src/ext/Bal/wixstdba/Resources/1038/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1038/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="hu-hu" Language="1038" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="hu-hu" Language="1038" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] telepítő</String> 5 <String Id="Caption" Value="[WixBundleName] telepítő" />
7 <String Id="Title">A(z) [WixBundleName] telepítéséhez Microsoft .NET-keretrendszer szükséges</String> 6 <String Id="Title" Value="A(z) [WixBundleName] telepítéséhez Microsoft .NET-keretrendszer szükséges" />
8 <String Id="ConfirmCancelMessage">Biztosan megszakítja?</String> 7 <String Id="ConfirmCancelMessage" Value="Biztosan megszakítja?" />
9 <String Id="HelpHeader">A telepítő súgója</String> 8 <String Id="HelpHeader" Value="A telepítő súgója" />
10 <String Id="HelpText">/passive | /quiet - Minimális felhasználói felület megjelenítése kérdések 9 <String Id="HelpText" Value="/passive | /quiet - Minimális felhasználói felület megjelenítése kérdések&#xA; nélkül, illetve felhasználói felület és kérdések megjelenítése nélküli&#xA; telepítés. Alapesetben a felhasználói felület és minden kérdés megjelenik.&#xA;&#xA;/norestart - Az újraindítási kérések elrejtése. Alapesetben a felhasználói&#xA; felületen megjelennek az újraindítási kérések.&#xA;/log naplo.txt - Naplózás a megadott fájlba. Alapesetben a naplófájl a %TEMP%&#xA; könyvtárban jön létre." />
11 nélkül, illetve felhasználói felület és kérdések megjelenítése nélküli 10 <String Id="HelpCloseButton" Value="&amp;Bezárás" />
12 telepítés. Alapesetben a felhasználói felület és minden kérdés megjelenik. 11 <String Id="InstallLicenseTerms" Value="A Microsoft .NET-keretrendszer &lt;a href=&quot;#&quot;&gt;licencszerződésének&lt;/a&gt; elfogadásához kattintson az „Elfogadás és telepítés” gombra." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Elfogadás és telepítés" />
14/norestart - Az újraindítási kérések elrejtése. Alapesetben a felhasználói 13 <String Id="InstallDeclineButton" Value="&amp;Elutasítás" />
15 felületen megjelennek az újraindítási kérések. 14 <String Id="ProgressHeader" Value="Telepítési folyamat" />
16/log naplo.txt - Naplózás a megadott fájlba. Alapesetben a naplófájl a %TEMP% 15 <String Id="ProgressLabel" Value="Feldolgozás:" />
17 könyvtárban jön létre.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Mégse" />
18 <String Id="HelpCloseButton">&amp;Bezárás</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">A Microsoft .NET-keretrendszer &lt;a href="#"&gt;licencszerződésének&lt;/a&gt; elfogadásához kattintson az „Elfogadás és telepítés” gombra.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Elfogadás és telepítés</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Elutasítás</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Telepítési folyamat</String> 21 <String Id="FailureHeader" Value="A telepítés nem sikerült" />
23 <String Id="ProgressLabel">Feldolgozás:</String> 22 <String Id="FailureLogLinkText" Value="Legalább egy olyan hiba lépett fel, amely a telepítés meghiúsulását okozta. Hárítsa el a hibákat, majd futtassa újra a telepítőt. További információt a &lt;a href=&quot;#&quot;&gt;naplófájlban &lt;/a&gt; talál." />
24 <String Id="ProgressCancelButton">&amp;Mégse</String> 23 <String Id="FailureRestartText" Value="A szoftver visszaállításának befejezéséhez újra kell indítania a számítógépet." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Újraindítás" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Bezárás" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">A telepítés nem sikerült</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Legalább egy olyan hiba lépett fel, amely a telepítés meghiúsulását okozta. Hárítsa el a hibákat, majd futtassa újra a telepítőt. További információt a &lt;a href="#"&gt;naplófájlban &lt;/a&gt; talál.</String>
31 <String Id="FailureRestartText">A szoftver visszaállításának befejezéséhez újra kell indítania a számítógépet.</String>
32 <String Id="FailureRestartButton">&amp;Újraindítás</String>
33 <String Id="FailureCloseButton">&amp;Bezárás</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1040/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1040/mbapreq.wxl
index 50bc73e8..66940e85 100644
--- a/src/ext/Bal/wixstdba/Resources/1040/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1040/mbapreq.wxl
@@ -1,38 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="it-it" Language="1040" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="it-it" Language="1040" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Installazione di [WixBundleName]</String> 5 <String Id="Caption" Value="Installazione di [WixBundleName]" />
7 <String Id="Title">Microsoft .NET Framework necessario per l'installazione di [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework necessario per l'installazione di [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Annullare?</String> 7 <String Id="ConfirmCancelMessage" Value="Annullare?" />
9 <String Id="HelpHeader">Guida dell'installazione</String> 8 <String Id="HelpHeader" Value="Guida dell'installazione" />
10 <String Id="HelpText">/passive | /quiet - visualizza l'interfaccia utente minima senza istruzioni 9 <String Id="HelpText" Value="/passive | /quiet - visualizza l'interfaccia utente minima senza istruzioni&#xA; oppure non visualizza né l'interfaccia utente né le istruzioni. Per&#xA; impostazione predefinita vengono visualizzate interfaccia utente e&#xA; istruzioni.&#xA;&#xA;/norestart - elimina eventuali tentativi di riavvio. Per impostazione&#xA; predefinita l'interfaccia utente chiede istruzioni prima del riavvio.&#xA;/log log.txt - registra in un file specifico. Per impostazione predefinita un&#xA; file di log viene creato in %TEMP%." />
11 oppure non visualizza né l'interfaccia utente né le istruzioni. Per 10 <String Id="HelpCloseButton" Value="&amp;Chiudi" />
12 impostazione predefinita vengono visualizzate interfaccia utente e 11 <String Id="InstallLicenseTerms" Value="Fare clic sul pulsante &quot;Accetta e installa&quot; per accettare le &lt;a href=&quot;#&quot;&gt;condizioni di licenza&lt;/a&gt; di Microsoft .NET Framework." />
13 istruzioni. 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accetta e installa" />
14 13 <String Id="InstallDeclineButton" Value="&amp;Rifiuta" />
15/norestart - elimina eventuali tentativi di riavvio. Per impostazione 14 <String Id="ProgressHeader" Value="Stato installazione" />
16 predefinita l'interfaccia utente chiede istruzioni prima del riavvio. 15 <String Id="ProgressLabel" Value="Elaborazione in corso:" />
17/log log.txt - registra in un file specifico. Per impostazione predefinita un 16 <String Id="ProgressCancelButton" Value="&amp;Annulla" />
18 file di log viene creato in %TEMP%.</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="HelpCloseButton">&amp;Chiudi</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallLicenseTerms">Fare clic sul pulsante "Accetta e installa" per accettare le &lt;a href="#"&gt;condizioni di licenza&lt;/a&gt; di Microsoft .NET Framework.</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallAcceptAndInstallButton">&amp;Accetta e installa</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="InstallDeclineButton">&amp;Rifiuta</String> 21 <String Id="FailureHeader" Value="Installazione non riuscita" />
23 <String Id="ProgressHeader">Stato installazione</String> 22 <String Id="FailureLogLinkText" Value="L'installazione non è riuscita a causa di uno o più problemi. Risolvere i problemi e provare di nuovo l'installazione. Per ulteriori informazioni vedere il &lt;a href=&quot;#&quot;&gt;file di log&lt;/a&gt;." />
24 <String Id="ProgressLabel">Elaborazione in corso:</String> 23 <String Id="FailureRestartText" Value="È necessario riavviare il computer per completare il rollback del software." />
25 <String Id="ProgressCancelButton">&amp;Annulla</String> 24 <String Id="FailureRestartButton" Value="&amp;Riavvia" />
26 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 25 <String Id="FailureCloseButton" Value="&amp;Chiudi" />
27 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 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." />
28 <String Id="SuccessRestartButton">&amp;Restart</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="SuccessCloseButton">&amp;Close</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureHeader">Installazione non riuscita</String>
31 <String Id="FailureLogLinkText">L'installazione non è riuscita a causa di uno o più problemi. Risolvere i problemi e provare di nuovo l'installazione. Per ulteriori informazioni vedere il &lt;a href="#"&gt;file di log&lt;/a&gt;.</String>
32 <String Id="FailureRestartText">È necessario riavviare il computer per completare il rollback del software.</String>
33 <String Id="FailureRestartButton">&amp;Riavvia</String>
34 <String Id="FailureCloseButton">&amp;Chiudi</String>
35 <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>
36 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
37 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
38</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1041/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1041/mbapreq.wxl
index 106c704a..c830072e 100644
--- a/src/ext/Bal/wixstdba/Resources/1041/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1041/mbapreq.wxl
@@ -1,34 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="ja-jp" Language="1041" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="ja-jp" Language="1041" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] セットアップ</String> 5 <String Id="Caption" Value="[WixBundleName] セットアップ" />
7 <String Id="Title">[WixBundleName] セットアップには Microsoft .NET Framework が必要です</String> 6 <String Id="Title" Value="[WixBundleName] セットアップには Microsoft .NET Framework が必要です" />
8 <String Id="ConfirmCancelMessage">取り消しますか?</String> 7 <String Id="ConfirmCancelMessage" Value="取り消しますか?" />
9 <String Id="HelpHeader">セットアップのヘルプ</String> 8 <String Id="HelpHeader" Value="セットアップのヘルプ" />
10 <String Id="HelpText">/passive | /quiet - 最小の UI だけを表示してプロンプトは表示しないか、UI 9 <String Id="HelpText" Value="/passive | /quiet - 最小の UI だけを表示してプロンプトは表示しないか、UI&#xA; もプロンプトも表示しません。 既定では、UI とすべてのプロンプトが表示されます。&#xA;&#xA;/norestart - 再起動の試みをすべて抑制します。既定では、再起動の前に UI によりプロンプトが表示されます。&#xA;/log log.txt - 特定のファイルにログを記録します。既定では、%TEMP% にログ ファイルが作成されます。" />
11 もプロンプトも表示しません。 既定では、UI とすべてのプロンプトが表示されます。 10 <String Id="HelpCloseButton" Value="閉じる(&amp;C)" />
12 11 <String Id="InstallLicenseTerms" Value="Microsoft .NET Framework の&lt;a href=&quot;#&quot;&gt;ライセンス条項&lt;/a&gt;に同意する場合は、[同意してインストール]5D; ボタンをクリックします。" />
13/norestart - 再起動の試みをすべて抑制します。既定では、再起動の前に UI によりプロンプトが表示されます。 12 <String Id="InstallAcceptAndInstallButton" Value="同意してインストール(&amp;A)" />
14/log log.txt - 特定のファイルにログを記録します。既定では、%TEMP% にログ ファイルが作成されます。</String> 13 <String Id="InstallDeclineButton" Value="同意しない(&amp;)" />
15 <String Id="HelpCloseButton">閉じる(&amp;C)</String> 14 <String Id="ProgressHeader" Value="セットアップの進行状況" />
16 <String Id="InstallLicenseTerms">Microsoft .NET Framework の&lt;a href="#"&gt;ライセンス条項&lt;/a&gt;に同意する場合は、[同意してインストール]5D; ボタンをクリックします。</String> 15 <String Id="ProgressLabel" Value="処理中:" />
17 <String Id="InstallAcceptAndInstallButton">同意してインストール(&amp;A)</String> 16 <String Id="ProgressCancelButton" Value="キャンセル(&amp;C)" />
18 <String Id="InstallDeclineButton">同意しない(&amp;)</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">セットアップの進行状況</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">処理中:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">キャンセル(&amp;C)</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="セットアップに失敗しました" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="1 つ以上の問題が原因でセットアップに失敗しました。問題を解決してからセットアップをやり直してください。詳細については、&lt;a href=&quot;#&quot;&gt;ログ ファイル&lt;/a&gt;を参照してください。" />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="ソフトウェアのロールバックを完了するには、コンピューターを再起動する必要があります。" />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="再起動(&amp;R)" />
26 <String Id="FailureHeader">セットアップに失敗しました</String> 25 <String Id="FailureCloseButton" Value="閉じる(&amp;C)" />
27 <String Id="FailureLogLinkText">1 つ以上の問題が原因でセットアップに失敗しました。問題を解決してからセットアップをやり直してください。詳細については、&lt;a href="#"&gt;ログ ファイル&lt;/a&gt;を参照してください。</String> 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." />
28 <String Id="FailureRestartText">ソフトウェアのロールバックを完了するには、コンピューターを再起動する必要があります。</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">再起動(&amp;R)</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureCloseButton">閉じる(&amp;C)</String>
31 <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>
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1042/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1042/mbapreq.wxl
index 24655588..df6e9b31 100644
--- a/src/ext/Bal/wixstdba/Resources/1042/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1042/mbapreq.wxl
@@ -1,34 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="ko-kr" Language="1042" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="ko-kr" Language="1042" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] 설치</String> 5 <String Id="Caption" Value="[WixBundleName] 설치" />
7 <String Id="Title">[WixBundleName] 설치에 필요한 Microsoft .NET Framework</String> 6 <String Id="Title" Value="[WixBundleName] 설치에 필요한 Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">취소하시겠습니까?</String> 7 <String Id="ConfirmCancelMessage" Value="취소하시겠습니까?" />
9 <String Id="HelpHeader">설치 도움말</String> 8 <String Id="HelpHeader" Value="설치 도움말" />
10 <String Id="HelpText">/passive | /quiet - 메시지 없이 최소 UI를 표시하거나 UI와 메시지를 전혀 9 <String Id="HelpText" Value="/passive | /quiet - 메시지 없이 최소 UI를 표시하거나 UI와 메시지를 전혀&#xA; 표시하지 않습니다. 기본적으로 UI 및 모든 메시지는 표시됩니다.&#xA;&#xA;/norestart - 다시 시작하려는 시도를 무시합니다. 기본적으로 UI는 다시 시작하기 전에 메시지를 표시합니다.&#xA;/log log.txt - 특정 파일에 기록합니다. 기본적으로 로그 파일이 %TEMP%에 생성됩니다." />
11 표시하지 않습니다. 기본적으로 UI 및 모든 메시지는 표시됩니다. 10 <String Id="HelpCloseButton" Value="닫기(&amp;C)" />
12 11 <String Id="InstallLicenseTerms" Value="Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;사용 조건&lt;/a&gt;에 동의하려면 &quot;동의 및 설치&quot;를 클릭하십시오." />
13/norestart - 다시 시작하려는 시도를 무시합니다. 기본적으로 UI는 다시 시작하기 전에 메시지를 표시합니다. 12 <String Id="InstallAcceptAndInstallButton" Value="동의 및 설치(&amp;A)" />
14/log log.txt - 특정 파일에 기록합니다. 기본적으로 로그 파일이 %TEMP%에 생성됩니다.</String> 13 <String Id="InstallDeclineButton" Value="동의 안 함(&amp;D)" />
15 <String Id="HelpCloseButton">닫기(&amp;C)</String> 14 <String Id="ProgressHeader" Value="설치 진행률" />
16 <String Id="InstallLicenseTerms">Microsoft .NET Framework &lt;a href="#"&gt;사용 조건&lt;/a&gt;에 동의하려면 "동의 및 설치"를 클릭하십시오.</String> 15 <String Id="ProgressLabel" Value="처리 중:" />
17 <String Id="InstallAcceptAndInstallButton">동의 및 설치(&amp;A)</String> 16 <String Id="ProgressCancelButton" Value="취소(&amp;C)" />
18 <String Id="InstallDeclineButton">동의 안 함(&amp;D)</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">설치 진행률</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">처리 중:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">취소(&amp;C)</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="설치 실패" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="하나 이상의 문제로 인해 설치에 실패했습니다. 문제를 수정하고 설치를 다시 시도하십시오. 자세한 내용은 &lt;a href=&quot;#&quot;&gt;로그 파일&lt;/a&gt;을 참조하십시오." />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="소프트웨어의 롤백을 완료하려면 컴퓨터를 다시 시작해야 합니다." />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="다시 시작(&amp;R)" />
26 <String Id="FailureHeader">설치 실패</String> 25 <String Id="FailureCloseButton" Value="닫기(&amp;C)" />
27 <String Id="FailureLogLinkText">하나 이상의 문제로 인해 설치에 실패했습니다. 문제를 수정하고 설치를 다시 시도하십시오. 자세한 내용은 &lt;a href="#"&gt;로그 파일&lt;/a&gt;을 참조하십시오.</String> 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." />
28 <String Id="FailureRestartText">소프트웨어의 롤백을 완료하려면 컴퓨터를 다시 시작해야 합니다.</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">다시 시작(&amp;R)</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureCloseButton">닫기(&amp;C)</String>
31 <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>
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1043/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1043/mbapreq.wxl
index d2e572fc..c9d7b8e4 100644
--- a/src/ext/Bal/wixstdba/Resources/1043/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1043/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="nl-nl" Language="1043" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="nl-nl" Language="1043" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Installatie</String> 5 <String Id="Caption" Value="[WixBundleName] Installatie" />
7 <String Id="Title">Microsoft .NET Framework is vereist voor installatie [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework is vereist voor installatie [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Weet u zeker dat u de installatie wilt annuleren?</String> 7 <String Id="ConfirmCancelMessage" Value="Weet u zeker dat u de installatie wilt annuleren?" />
9 <String Id="HelpHeader">Help bij Setup</String> 8 <String Id="HelpHeader" Value="Help bij Setup" />
10 <String Id="HelpText">/passive | /quiet - geeft een minimale gebruikersinterface weer zonder prompts 9 <String Id="HelpText" Value="/passive | /quiet - geeft een minimale gebruikersinterface weer zonder prompts&#xA; of geeft geen gebruikersinterface en geen prompts weer. Gebruikersinterface&#xA; en alle prompts worden standaard weergegeven.&#xA;&#xA;/norestart - pogingen tot opnieuw opstarten onderdrukken.&#xA; Gebruikersinterface vraagt standaard alvorens opnieuw op te starten.&#xA;/log log.txt - registreert gegevens in een specifiek bestand. Een logbestand&#xA; wordt standaard in %TEMP% gemaakt." />
11 of geeft geen gebruikersinterface en geen prompts weer. Gebruikersinterface 10 <String Id="HelpCloseButton" Value="&amp;Sluiten" />
12 en alle prompts worden standaard weergegeven. 11 <String Id="InstallLicenseTerms" Value="Klik op de knop 'Accepteren en installeren' om de &lt;a href=&quot;#&quot;&gt;licentievoorwaarden&lt;/a&gt; van het Microsoft .NET Framework te accepteren." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accepteren en installeren" />
14/norestart - pogingen tot opnieuw opstarten onderdrukken. 13 <String Id="InstallDeclineButton" Value="&amp;Weigeren" />
15 Gebruikersinterface vraagt standaard alvorens opnieuw op te starten. 14 <String Id="ProgressHeader" Value="Voortgang van de installatie" />
16/log log.txt - registreert gegevens in een specifiek bestand. Een logbestand 15 <String Id="ProgressLabel" Value="Verwerken:" />
17 wordt standaard in %TEMP% gemaakt.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Annuleren" />
18 <String Id="HelpCloseButton">&amp;Sluiten</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Klik op de knop 'Accepteren en installeren' om de &lt;a href="#"&gt;licentievoorwaarden&lt;/a&gt; van het Microsoft .NET Framework te accepteren.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Accepteren en installeren</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Weigeren</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Voortgang van de installatie</String> 21 <String Id="FailureHeader" Value="Installatie mislukt" />
23 <String Id="ProgressLabel">Verwerken:</String> 22 <String Id="FailureLogLinkText" Value="Er zijn een of meer fouten opgetreden waardoor de installatie is mislukt. Corrigeer de problemen en voer Setup opnieuw uit. Raadpleeg het &lt;a href=&quot;#&quot;&gt;log boekbestand&lt;/a&gt; voor meer informatie." />
24 <String Id="ProgressCancelButton">&amp;Annuleren</String> 23 <String Id="FailureRestartText" Value="U moet uw computer opnieuw opstarten om het terugdraaien van de software te voltooien." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Opnieuw opstarten" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Sluiten" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Installatie mislukt</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <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 &lt;a href="#"&gt;log boekbestand&lt;/a&gt; voor meer informatie.</String>
31 <String Id="FailureRestartText">U moet uw computer opnieuw opstarten om het terugdraaien van de software te voltooien.</String>
32 <String Id="FailureRestartButton">&amp;Opnieuw opstarten</String>
33 <String Id="FailureCloseButton">&amp;Sluiten</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1044/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1044/mbapreq.wxl
index cb6036ee..9a5f8ea1 100644
--- a/src/ext/Bal/wixstdba/Resources/1044/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1044/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="nb-no" Language="1044" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="nb-no" Language="1044" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Installasjonsprogram</String> 5 <String Id="Caption" Value="[WixBundleName] Installasjonsprogram" />
7 <String Id="Title">Microsoft .NET Framework kreves for [WixBundleName]-installasjon</String> 6 <String Id="Title" Value="Microsoft .NET Framework kreves for [WixBundleName]-installasjon" />
8 <String Id="ConfirmCancelMessage">Er du sikker på at du vil avbryte?</String> 7 <String Id="ConfirmCancelMessage" Value="Er du sikker på at du vil avbryte?" />
9 <String Id="HelpHeader">Installasjonshjelp</String> 8 <String Id="HelpHeader" Value="Installasjonshjelp" />
10 <String Id="HelpText">/passive | /quiet - viser minimalt brukergrensesnitt uten ledetekster, eller 9 <String Id="HelpText" Value="/passive | /quiet - viser minimalt brukergrensesnitt uten ledetekster, eller&#xA; ikke noe brukergrensesnitt og ingen ledetekster. Som standard vises&#xA; brukergrensesnitt og alle ledetekster.&#xA;&#xA;/norestart - undertrykker alle forsøk på omstart. Som standard spør&#xA; brukergrensesnittet før omstart.&#xA;/log log.txt - skriver logg til en bestemt fil. Som standard opprettes en&#xA; loggfil i %TEMP%." />
11 ikke noe brukergrensesnitt og ingen ledetekster. Som standard vises 10 <String Id="HelpCloseButton" Value="&amp;Lukk" />
12 brukergrensesnitt og alle ledetekster. 11 <String Id="InstallLicenseTerms" Value="Klikk Godta og installer for å godta&lt;a href=&quot;#&quot;&gt;lisensvilkårene&lt;/a&gt; for Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Godta og installer" />
14/norestart - undertrykker alle forsøk på omstart. Som standard spør 13 <String Id="InstallDeclineButton" Value="&amp;Avslå" />
15 brukergrensesnittet før omstart. 14 <String Id="ProgressHeader" Value="Fremdrift for installasjon" />
16/log log.txt - skriver logg til en bestemt fil. Som standard opprettes en 15 <String Id="ProgressLabel" Value="Behandler:" />
17 loggfil i %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Avbryt" />
18 <String Id="HelpCloseButton">&amp;Lukk</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Klikk Godta og installer for å godta&lt;a href="#"&gt;lisensvilkårene&lt;/a&gt; for Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Godta og installer</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Avslå</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Fremdrift for installasjon</String> 21 <String Id="FailureHeader" Value="Installasjon mislyktes" />
23 <String Id="ProgressLabel">Behandler:</String> 22 <String Id="FailureLogLinkText" Value="Ett eller flere problemer var årsak til at installasjonen mislyktes. Løs problemene, og installer på nytt. Du finner flere opplysninger i &lt;a href=&quot;#&quot;&gt;loggfilen&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Avbryt</String> 23 <String Id="FailureRestartText" Value="Du må starte datamaskinen på nytt for å fullføre tilbakerullingen av programvaren." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Start på nytt" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Lukk" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Installasjon mislyktes</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <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 &lt;a href="#"&gt;loggfilen&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Du må starte datamaskinen på nytt for å fullføre tilbakerullingen av programvaren.</String>
32 <String Id="FailureRestartButton">&amp;Start på nytt</String>
33 <String Id="FailureCloseButton">&amp;Lukk</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1045/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1045/mbapreq.wxl
index 41832b13..f7d0de6a 100644
--- a/src/ext/Bal/wixstdba/Resources/1045/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1045/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="pl-pl" Language="1045" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="pl-pl" Language="1045" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Instalator programu [WixBundleName]</String> 5 <String Id="Caption" Value="Instalator programu [WixBundleName]" />
7 <String Id="Title">Do zainstalowania programu [WixBundleName] jest wymagany program Microsoft .NET Framework</String> 6 <String Id="Title" Value="Do zainstalowania programu [WixBundleName] jest wymagany program Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">Czy na pewno chcesz anulować?</String> 7 <String Id="ConfirmCancelMessage" Value="Czy na pewno chcesz anulować?" />
9 <String Id="HelpHeader">Pomoc instalatora</String> 8 <String Id="HelpHeader" Value="Pomoc instalatora" />
10 <String Id="HelpText">/passive | /quiet - wyświetla minimalny interfejs użytkownika bez monitów 9 <String Id="HelpText" Value="/passive | /quiet - wyświetla minimalny interfejs użytkownika bez monitów&#xA; lub nie wyświetla interfejsu użytkownika ani monitów. Domyślnie jest&#xA; wyświetlany interfejs użytkownika i wszystkie monity.&#xA;&#xA;/norestart - pomija wszelkie próby ponownego uruchomienia. Domyślnie&#xA; interfejs użytkownika będzie wyświetlał monit przed ponownym uruchomieniem.&#xA;/log log.txt - zapisuje wpisy dziennika do określonego pliku.&#xA; Domyślnie plik dziennika jest tworzony w folderze %TEMP%." />
11 lub nie wyświetla interfejsu użytkownika ani monitów. Domyślnie jest 10 <String Id="HelpCloseButton" Value="&amp;Zamknij" />
12 wyświetlany interfejs użytkownika i wszystkie monity. 11 <String Id="InstallLicenseTerms" Value="Kliknij przycisk Zaakceptuj i zainstaluj, aby zaakceptować &lt;a href=&quot;#&quot;&gt;warunki licencji&lt;/a&gt; programu Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Zaakceptuj i zainstaluj" />
14/norestart - pomija wszelkie próby ponownego uruchomienia. Domyślnie 13 <String Id="InstallDeclineButton" Value="&amp;Odrzuć" />
15 interfejs użytkownika będzie wyświetlał monit przed ponownym uruchomieniem. 14 <String Id="ProgressHeader" Value="Postęp instalacji" />
16/log log.txt - zapisuje wpisy dziennika do określonego pliku. 15 <String Id="ProgressLabel" Value="Trwa przetwarzanie:" />
17 Domyślnie plik dziennika jest tworzony w folderze %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Anuluj" />
18 <String Id="HelpCloseButton">&amp;Zamknij</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Kliknij przycisk Zaakceptuj i zainstaluj, aby zaakceptować &lt;a href="#"&gt;warunki licencji&lt;/a&gt; programu Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Zaakceptuj i zainstaluj</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Odrzuć</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Postęp instalacji</String> 21 <String Id="FailureHeader" Value="Instalacja nie powiodła się" />
23 <String Id="ProgressLabel">Trwa przetwarzanie:</String> 22 <String Id="FailureLogLinkText" Value="Co najmniej jeden problem spowodował niepowodzenie instalacji. Usuń problemy, a następnie ponów próbę instalacji. Aby uzyskać więcej informacji można znaleźć w &lt;a href=&quot;#&quot;&gt;pliku dziennika&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Anuluj</String> 23 <String Id="FailureRestartText" Value="Aby zakończyć wycofywanie oprogramowania, musisz ponownie uruchomić komputer." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Uruchom ponownie" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Zamknij" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Instalacja nie powiodła się</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Co najmniej jeden problem spowodował niepowodzenie instalacji. Usuń problemy, a następnie ponów próbę instalacji. Aby uzyskać więcej informacji można znaleźć w &lt;a href="#"&gt;pliku dziennika&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Aby zakończyć wycofywanie oprogramowania, musisz ponownie uruchomić komputer.</String>
32 <String Id="FailureRestartButton">&amp;Uruchom ponownie</String>
33 <String Id="FailureCloseButton">&amp;Zamknij</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl
index 08968f93..dc8d22d1 100644
--- a/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl
@@ -1,36 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="pt-br" Language="1046" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="pt-br" Language="1046" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Instalação</String> 5 <String Id="Caption" Value="[WixBundleName] Instalação" />
7 <String Id="Title">Microsoft .NET Framework é necessário para instalação do [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework é necessário para instalação do [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Tem certeza de que deseja cancelar?</String> 7 <String Id="ConfirmCancelMessage" Value="Tem certeza de que deseja cancelar?" />
9 <String Id="HelpHeader">Ajuda da Instalação</String> 8 <String Id="HelpHeader" Value="Ajuda da Instalação" />
10 <String Id="HelpText">/passive | /quiet - exibe UI mínima sem avisos ou exibe sem UI e 9 <String Id="HelpText" Value="/passive | /quiet - exibe UI mínima sem avisos ou exibe sem UI e&#xA; sem avisos. Por padrão a UI e todos avisos são exibidos.&#xA;&#xA;/norestart - suprime qualquer tentativa de reinicialização. Por padrão a UI&#xA; irá solicitar antes de reiniciar.&#xA;/log log.txt - logs para um arquivo específico. Por padrão um arquivo de log é&#xA; criado em %TEMP%." />
11 sem avisos. Por padrão a UI e todos avisos são exibidos. 10 <String Id="HelpCloseButton" Value="&amp;Fechar" />
12 11 <String Id="InstallLicenseTerms" Value="Clique o botão &quot;Aceitar e Instalar&quot; para aceitar os termos de licença do Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;&lt;/a&gt;." />
13/norestart - suprime qualquer tentativa de reinicialização. Por padrão a UI 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Aceitar e Instalar" />
14 irá solicitar antes de reiniciar. 13 <String Id="InstallDeclineButton" Value="&amp;Recusar" />
15/log log.txt - logs para um arquivo específico. Por padrão um arquivo de log é 14 <String Id="ProgressHeader" Value="Progresso da Instalação" />
16 criado em %TEMP%.</String> 15 <String Id="ProgressLabel" Value="Processando:" />
17 <String Id="HelpCloseButton">&amp;Fechar</String> 16 <String Id="ProgressCancelButton" Value="&amp;Cancelar" />
18 <String Id="InstallLicenseTerms">Clique o botão "Aceitar e Instalar" para aceitar os termos de licença do Microsoft .NET Framework &lt;a href="#"&gt;&lt;/a&gt;.</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallAcceptAndInstallButton">&amp;Aceitar e Instalar</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallDeclineButton">&amp;Recusar</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressHeader">Progresso da Instalação</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressLabel">Processando:</String> 21 <String Id="FailureHeader" Value="Falha na Instalação" />
23 <String Id="ProgressCancelButton">&amp;Cancelar</String> 22 <String Id="FailureLogLinkText" Value="Um ou mais problemas causaram falha na instalação. Corrija os problemas e tente a instalação novamente. Para mais informações consulte o &lt;a href=&quot;#&quot;&gt;arquivo de log&lt;/a&gt;." />
24 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 23 <String Id="FailureRestartText" Value="Você deve reiniciar o computador para completar a reversão do software." />
25 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 24 <String Id="FailureRestartButton" Value="&amp;Reiniciar" />
26 <String Id="SuccessRestartButton">&amp;Restart</String> 25 <String Id="FailureCloseButton" Value="&amp;Fechar" />
27 <String Id="SuccessCloseButton">&amp;Close</String> 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." />
28 <String Id="FailureHeader">Falha na Instalação</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureLogLinkText">Um ou mais problemas causaram falha na instalação. Corrija os problemas e tente a instalação novamente. Para mais informações consulte o &lt;a href="#"&gt;arquivo de log&lt;/a&gt;.</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureRestartText">Você deve reiniciar o computador para completar a reversão do software. </String>
31 <String Id="FailureRestartButton">&amp;Reiniciar</String>
32 <String Id="FailureCloseButton">&amp;Fechar</String>
33 <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>
34 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
35 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
36</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1049/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1049/mbapreq.wxl
index 271d5563..0614da9e 100644
--- a/src/ext/Bal/wixstdba/Resources/1049/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1049/mbapreq.wxl
@@ -1,36 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="ru-ru" Language="1049" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="ru-ru" Language="1049" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Установка [WixBundleName]</String> 5 <String Id="Caption" Value="Установка [WixBundleName]" />
7 <String Id="Title">Для установки [WixBundleName] требуется Microsoft .NET Framework</String> 6 <String Id="Title" Value="Для установки [WixBundleName] требуется Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">Вы действительно хотите отменить операцию?</String> 7 <String Id="ConfirmCancelMessage" Value="Вы действительно хотите отменить операцию?" />
9 <String Id="HelpHeader">Справка по установке</String> 8 <String Id="HelpHeader" Value="Справка по установке" />
10 <String Id="HelpText">/passive | /quiet - отображение минимального ИП без запросов или работа без ИП 9 <String Id="HelpText" Value="/passive | /quiet - отображение минимального ИП без запросов или работа без ИП &#xA; и беззапросов. По умолчанию отображаются ИП и все запросы.&#xA;&#xA;/norestart - отключение всех попыток перезагрузки. По умолчанию в ИП перед&#xA; перезагрузкой отображается запрос.&#xA;/log log.txt - запись журнала в указанный файл. По умолчанию файл журнала&#xA; создается в папке %TEMP%." />
11 и беззапросов. По умолчанию отображаются ИП и все запросы. 10 <String Id="HelpCloseButton" Value="&amp;Закрыть" />
12 11 <String Id="InstallLicenseTerms" Value="Нажмите кнопку &quot;Принять и установить&quot;, чтобы принять &lt;a href=&quot;#&quot;&gt;условия лицензии&lt;/a&gt; Microsoft .NET Framework." />
13/norestart - отключение всех попыток перезагрузки. По умолчанию в ИП перед 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Принять и установить" />
14 перезагрузкой отображается запрос. 13 <String Id="InstallDeclineButton" Value="&amp;Отклонить" />
15/log log.txt - запись журнала в указанный файл. По умолчанию файл журнала 14 <String Id="ProgressHeader" Value="Выполнение установки" />
16 создается в папке %TEMP%.</String> 15 <String Id="ProgressLabel" Value="Обработка:" />
17 <String Id="HelpCloseButton">&amp;Закрыть</String> 16 <String Id="ProgressCancelButton" Value="&amp;Отмена" />
18 <String Id="InstallLicenseTerms">Нажмите кнопку "Принять и установить", чтобы принять &lt;a href="#"&gt;условия лицензии&lt;/a&gt; Microsoft .NET Framework.</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallAcceptAndInstallButton">&amp;Принять и установить</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallDeclineButton">&amp;Отклонить</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressHeader">Выполнение установки</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressLabel">Обработка:</String> 21 <String Id="FailureHeader" Value="Сбой установки" />
23 <String Id="ProgressCancelButton">&amp;Отмена</String> 22 <String Id="FailureLogLinkText" Value="Не удалось выполнить установку из-за одной или нескольких проблем. Устраните эти проблемы, а затем снова запустите программу установки. Дополнительные сведения см. в &lt;a href=&quot;#&quot;&gt;файле журнала&lt;/a&gt;." />
24 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 23 <String Id="FailureRestartText" Value="Необходимо перезагрузить компьютер, чтобы завершить откат программного обеспечения." />
25 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 24 <String Id="FailureRestartButton" Value="&amp;Перезагрузить" />
26 <String Id="SuccessRestartButton">&amp;Restart</String> 25 <String Id="FailureCloseButton" Value="&amp;Закрыть" />
27 <String Id="SuccessCloseButton">&amp;Close</String> 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." />
28 <String Id="FailureHeader">Сбой установки</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureLogLinkText">Не удалось выполнить установку из-за одной или нескольких проблем. Устраните эти проблемы, а затем снова запустите программу установки. Дополнительные сведения см. в &lt;a href="#"&gt;файле журнала&lt;/a&gt;.</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureRestartText">Необходимо перезагрузить компьютер, чтобы завершить откат программного обеспечения.</String>
31 <String Id="FailureRestartButton">&amp;Перезагрузить</String>
32 <String Id="FailureCloseButton">&amp;Закрыть</String>
33 <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>
34 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
35 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
36</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1051/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1051/mbapreq.wxl
index ce6f6eda..0dd75159 100644
--- a/src/ext/Bal/wixstdba/Resources/1051/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1051/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="sk-sk" Language="1051" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="sk-sk" Language="1051" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] – inštalácia</String> 5 <String Id="Caption" Value="[WixBundleName] – inštalácia" />
7 <String Id="Title">Na inštaláciu aplikácie [WixBundleName] sa vyžaduje súčasť Microsoft .NET Framework</String> 6 <String Id="Title" Value="Na inštaláciu aplikácie [WixBundleName] sa vyžaduje súčasť Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">Naozaj chcete zrušiť operáciu?</String> 7 <String Id="ConfirmCancelMessage" Value="Naozaj chcete zrušiť operáciu?" />
9 <String Id="HelpHeader">Pomocník pre inštaláciu</String> 8 <String Id="HelpHeader" Value="Pomocník pre inštaláciu" />
10 <String Id="HelpText">/passive | /quiet – zobrazí minimálne používateľské rozhranie bez výziev alebo 9 <String Id="HelpText" Value="/passive | /quiet – zobrazí minimálne používateľské rozhranie bez výziev alebo&#xA; nezobrazí žiadne používateľské rozhranie ani výzvy. Predvolene sa&#xA; zobrazuje používateľské rozhranie aj všetky výzvy.&#xA;&#xA;/norestart – zruší všetky pokusy o reštart. Používateľské rozhranie&#xA; predvolene zobrazí pred reštartom výzvu.&#xA;/log log.txt – urobí záznam do určeného súboru. Súbor denníka sa predvolene&#xA; vytvorí v priečinku %TEMP%." />
11 nezobrazí žiadne používateľské rozhranie ani výzvy. Predvolene sa 10 <String Id="HelpCloseButton" Value="&amp;Zavrieť" />
12 zobrazuje používateľské rozhranie aj všetky výzvy. 11 <String Id="InstallLicenseTerms" Value="Kliknutím na tlačidlo Súhlasiť a inštalovať vyjadrite svoj súhlas s &lt;a href=&quot;#&quot;&gt;licenčnými podmienkami&lt;/a&gt; súčasti Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Súhlasiť a inštalovať" />
14/norestart – zruší všetky pokusy o reštart. Používateľské rozhranie 13 <String Id="InstallDeclineButton" Value="&amp;Odmietnuť" />
15 predvolene zobrazí pred reštartom výzvu. 14 <String Id="ProgressHeader" Value="Priebeh inštalácie" />
16/log log.txt – urobí záznam do určeného súboru. Súbor denníka sa predvolene 15 <String Id="ProgressLabel" Value="Spracúva sa:" />
17 vytvorí v priečinku %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Zrušiť" />
18 <String Id="HelpCloseButton">&amp;Zavrieť</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Kliknutím na tlačidlo Súhlasiť a inštalovať vyjadrite svoj súhlas s &lt;a href="#"&gt;licenčnými podmienkami&lt;/a&gt; súčasti Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Súhlasiť a inštalovať</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Odmietnuť</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Priebeh inštalácie</String> 21 <String Id="FailureHeader" Value="Inštalácia zlyhala" />
23 <String Id="ProgressLabel">Spracúva sa:</String> 22 <String Id="FailureLogLinkText" Value="Inštalácia zlyhala pre jednu alebo viac príčin. Odstráňte problémy a skúste znova spustiť inštaláciu. Ďalšie informácie nájdete v &lt;a href=&quot;#&quot;&gt;súbore denníka&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Zrušiť</String> 23 <String Id="FailureRestartText" Value="Dokončenie všetkých zmien softvéru vyžaduje reštart počítača." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Reštartovať" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Zavrieť" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Inštalácia zlyhala</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Inštalácia zlyhala pre jednu alebo viac príčin. Odstráňte problémy a skúste znova spustiť inštaláciu. Ďalšie informácie nájdete v &lt;a href="#"&gt;súbore denníka&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Dokončenie všetkých zmien softvéru vyžaduje reštart počítača.</String>
32 <String Id="FailureRestartButton">&amp;Reštartovať</String>
33 <String Id="FailureCloseButton">&amp;Zavrieť</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
index 2d0581b1..068f5519 100644
--- a/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1053/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="sv-se" Language="1053" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="sv-se" Language="1053" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName]-installation</String> 5 <String Id="Caption" Value="[WixBundleName]-installation" />
7 <String Id="Title">Microsoft .NET Framework krävs för installation av [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework krävs för installation av [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Vill du avbryta?</String> 7 <String Id="ConfirmCancelMessage" Value="Vill du avbryta?" />
9 <String Id="HelpHeader">Installationshjälp</String> 8 <String Id="HelpHeader" Value="Installationshjälp" />
10 <String Id="HelpText">/passive | /quiet - visar ett minimalt användargränssnitt utan prompter, 9 <String Id="HelpText" Value="/passive | /quiet - visar ett minimalt användargränssnitt utan prompter,&#xA; alternativt inget användargränssnitt och inga prompter. Som standard visas&#xA; användargränssnitt och samtliga prompter.&#xA;&#xA;/norestart - hejdar omstart. Som standard visar användargränssnittet en&#xA; prompt före omstart.&#xA;/log log.txt - skapar logg till en specifik fil. Som standard skapas loggfilen&#xA; i %TEMP%." />
11 alternativt inget användargränssnitt och inga prompter. Som standard visas 10 <String Id="HelpCloseButton" Value="&amp;Stäng" />
12 användargränssnitt och samtliga prompter. 11 <String Id="InstallLicenseTerms" Value="Klicka på knappen &quot;Godkänn och installera&quot; för att godkänna &lt;a href=&quot;#&quot;&gt;licensvillkoren&lt;/a&gt; för Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Godkänn och installera" />
14/norestart - hejdar omstart. Som standard visar användargränssnittet en 13 <String Id="InstallDeclineButton" Value="&amp;Avbryt" />
15 prompt före omstart. 14 <String Id="ProgressHeader" Value="Installationsförlopp" />
16/log log.txt - skapar logg till en specifik fil. Som standard skapas loggfilen 15 <String Id="ProgressLabel" Value="Bearbetar:" />
17 i %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Avbryt" />
18 <String Id="HelpCloseButton">&amp;Stäng</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Klicka på knappen "Godkänn och installera" för att godkänna &lt;a href="#"&gt;licensvillkoren&lt;/a&gt; för Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Godkänn och installera</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Avbryt</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Installationsförlopp</String> 21 <String Id="FailureHeader" Value="Installationen misslyckades" />
23 <String Id="ProgressLabel">Bearbetar:</String> 22 <String Id="FailureLogLinkText" Value="Installationen misslyckades på grund av ett eller flera problem. Åtgärda problemen och försök igen. Se &lt;a href=&quot;#&quot;&gt;loggfilen&lt;/a&gt; för mer information." />
24 <String Id="ProgressCancelButton">&amp;Avbryt</String> 23 <String Id="FailureRestartText" Value="Starta om datorn för att återställa programmet." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Starta om" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Stäng" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Installationen misslyckades</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
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>
31 <String Id="FailureRestartText">Starta om datorn för att återställa programmet.</String>
32 <String Id="FailureRestartButton">&amp;Starta om</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1055/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1055/mbapreq.wxl
index c48a44da..f4d98354 100644
--- a/src/ext/Bal/wixstdba/Resources/1055/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1055/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="tr-tr" Language="1055" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="tr-tr" Language="1055" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Kurulumu</String> 5 <String Id="Caption" Value="[WixBundleName] Kurulumu" />
7 <String Id="Title">[WixBundleName] kurulumu için Microsoft .NET Framework gerekir</String> 6 <String Id="Title" Value="[WixBundleName] kurulumu için Microsoft .NET Framework gerekir" />
8 <String Id="ConfirmCancelMessage">İptal etmek istediğinizden emin misiniz?</String> 7 <String Id="ConfirmCancelMessage" Value="İptal etmek istediğinizden emin misiniz?" />
9 <String Id="HelpHeader">Kurulum Yardımı</String> 8 <String Id="HelpHeader" Value="Kurulum Yardımı" />
10 <String Id="HelpText">/passive | /quiet - komut istemi olmayan olabildiğince küçük bir UI 9 <String Id="HelpText" Value="/passive | /quiet - komut istemi olmayan olabildiğince küçük bir UI&#xA; görüntüler veya komut istemi ve UI görüntülemez. Varsayılan olarak UI&#xA; ve tüm komut istemleri görüntülenir.&#xA;&#xA;/norestart - yeniden başlatma denemelerini engeller. Varsayılan&#xA; olarak UI yeniden başlatmadan önce komut isteyecektir.&#xA;/log log.txt - belirli bir dosyayı günlük dosyası olarak kullanır.&#xA; Varsayılan olarak %TEMP% konumunda bir günlük dosyası oluşturulur." />
11 görüntüler veya komut istemi ve UI görüntülemez. Varsayılan olarak UI 10 <String Id="HelpCloseButton" Value="&amp;Kapat" />
12 ve tüm komut istemleri görüntülenir. 11 <String Id="InstallLicenseTerms" Value="Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;lisans şartlarını&lt;/a&gt; kabul etmek için &quot;Kabul Et ve Yükle&quot; düğmesini tıklatın." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Kabul Et ve Yükle" />
14/norestart - yeniden başlatma denemelerini engeller. Varsayılan 13 <String Id="InstallDeclineButton" Value="&amp;Reddet" />
15 olarak UI yeniden başlatmadan önce komut isteyecektir. 14 <String Id="ProgressHeader" Value="Kurulum İlerleme Durumu" />
16/log log.txt - belirli bir dosyayı günlük dosyası olarak kullanır. 15 <String Id="ProgressLabel" Value="İşleniyor:" />
17 Varsayılan olarak %TEMP% konumunda bir günlük dosyası oluşturulur.</String> 16 <String Id="ProgressCancelButton" Value="&amp;İptal" />
18 <String Id="HelpCloseButton">&amp;Kapat</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Microsoft .NET Framework &lt;a href="#"&gt;lisans şartlarını&lt;/a&gt; kabul etmek için "Kabul Et ve Yükle" düğmesini tıklatın.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Kabul Et ve Yükle</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Reddet</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Kurulum İlerleme Durumu</String> 21 <String Id="FailureHeader" Value="Kurulum Başarısız" />
23 <String Id="ProgressLabel">İşleniyor:</String> 22 <String Id="FailureLogLinkText" Value="Bir veya daha fazla sorun kurulumun başarısız olmasına neden oldu. Lütfen sorunları çözün ve kurulumu yeniden deneyin. Daha fazla bilgi için &lt;a href=&quot;#&quot;&gt;günlük dosyasına&lt;/a&gt; bakın." />
24 <String Id="ProgressCancelButton">&amp;İptal</String> 23 <String Id="FailureRestartText" Value="Yazılım geri alma işlemini tamamlamak için bilgisayarınızı yeniden başlatmanız gerekir." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Yeniden Başlat" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Kapat" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Kurulum Başarısız</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Bir veya daha fazla sorun kurulumun başarısız olmasına neden oldu. Lütfen sorunları çözün ve kurulumu yeniden deneyin. Daha fazla bilgi için &lt;a href="#"&gt;günlük dosyasına&lt;/a&gt; bakın.</String>
31 <String Id="FailureRestartText">Yazılım geri alma işlemini tamamlamak için bilgisayarınızı yeniden başlatmanız gerekir.</String>
32 <String Id="FailureRestartButton">&amp;Yeniden Başlat</String>
33 <String Id="FailureCloseButton">&amp;Kapat</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/1060/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1060/mbapreq.wxl
index 0398a7f1..d24231db 100644
--- a/src/ext/Bal/wixstdba/Resources/1060/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1060/mbapreq.wxl
@@ -1,37 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="sl-si" Language="1060" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="sl-si" Language="1060" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Namestitev</String> 5 <String Id="Caption" Value="[WixBundleName] Namestitev" />
7 <String Id="Title">Microsoft .NET Framework, potreben za namestitev paketa [WixBundleName]</String> 6 <String Id="Title" Value="Microsoft .NET Framework, potreben za namestitev paketa [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Ali ste prepričani, da želite preklicati?</String> 7 <String Id="ConfirmCancelMessage" Value="Ali ste prepričani, da želite preklicati?" />
9 <String Id="HelpHeader">Pomoč za namestitev</String> 8 <String Id="HelpHeader" Value="Pomoč za namestitev" />
10 <String Id="HelpText">/passive | /quiet - prikaže minimalni uporabniški vmesnik brez pozivov ali ne prikaže 9 <String Id="HelpText" Value="/passive | /quiet - prikaže minimalni uporabniški vmesnik brez pozivov ali ne prikaže&#xA; uporabniškega vmesnika in pozivov. Privzeto so prikazani uporabniški vmesnik in&#xA; vsi pozivi.&#xA;&#xA;/norestart - skrije vse možnosti za vnovicni zagon. Privzeto uporabniški vmesnik&#xA; prikaže poziv pred ponovnim zagonom.&#xA;/log log.txt - beleži vnose v dnevnik v doloceno datoteko. Privzeto je datoteko&#xA; ustvarjena v mapi %TEMP%." />
11 uporabniškega vmesnika in pozivov. Privzeto so prikazani uporabniški vmesnik in 10 <String Id="HelpCloseButton" Value="&amp;Zapri" />
12 vsi pozivi. 11 <String Id="InstallLicenseTerms" Value="Kliknite »Sprejmi in namesti« in sprejmite &lt;a href=&quot;#&quot;&gt;licenčne pogoje&lt;/a&gt; za Microsoft .NET Framework." />
13 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Sprejmi in namesti" />
14/norestart - skrije vse možnosti za vnovicni zagon. Privzeto uporabniški vmesnik 13 <String Id="InstallDeclineButton" Value="&amp;Zavrni" />
15 prikaže poziv pred ponovnim zagonom. 14 <String Id="ProgressHeader" Value="Potek namestitve" />
16/log log.txt - beleži vnose v dnevnik v doloceno datoteko. Privzeto je datoteko 15 <String Id="ProgressLabel" Value="Obdelovanje:" />
17 ustvarjena v mapi %TEMP%.</String> 16 <String Id="ProgressCancelButton" Value="&amp;Prekliči" />
18 <String Id="HelpCloseButton">&amp;Zapri</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallLicenseTerms">Kliknite »Sprejmi in namesti« in sprejmite &lt;a href="#"&gt;licenčne pogoje&lt;/a&gt; za Microsoft .NET Framework.</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallAcceptAndInstallButton">&amp;Sprejmi in namesti</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallDeclineButton">&amp;Zavrni</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressHeader">Potek namestitve</String> 21 <String Id="FailureHeader" Value="Namestitev ni uspela" />
23 <String Id="ProgressLabel">Obdelovanje:</String> 22 <String Id="FailureLogLinkText" Value="Namestitev ni uspela zaradi ene ali več težav. Odpravite težave in ponovno zaženite namestitev. Za več informacij glejte &lt;a href=&quot;#&quot;&gt;dnevniško datoteko&lt;/a&gt;." />
24 <String Id="ProgressCancelButton">&amp;Prekliči</String> 23 <String Id="FailureRestartText" Value="Za povrnitev prejšnjega stanja programske opreme morate ponovno zagnati računalnik." />
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 24 <String Id="FailureRestartButton" Value="&amp;Ponovni zagon" />
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 25 <String Id="FailureCloseButton" Value="&amp;Zapri" />
27 <String Id="SuccessRestartButton">&amp;Restart</String> 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." />
28 <String Id="SuccessCloseButton">&amp;Close</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureHeader">Namestitev ni uspela</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureLogLinkText">Namestitev ni uspela zaradi ene ali več težav. Odpravite težave in ponovno zaženite namestitev. Za več informacij glejte &lt;a href="#"&gt;dnevniško datoteko&lt;/a&gt;.</String>
31 <String Id="FailureRestartText">Za povrnitev prejšnjega stanja programske opreme morate ponovno zagnati računalnik.</String>
32 <String Id="FailureRestartButton">&amp;Ponovni zagon</String>
33 <String Id="FailureCloseButton">&amp;Zapri</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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
36 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
37</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl
index 09f09cb3..43ed19fe 100644
--- a/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl
@@ -1,34 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="zh-ch" Language="2052" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="zh-ch" Language="2052" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] 安装</String> 5 <String Id="Caption" Value="[WixBundleName] 安装" />
7 <String Id="Title">[WixBundleName] 安装需要 Microsoft .NET Framework</String> 6 <String Id="Title" Value="[WixBundleName] 安装需要 Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">是否确实要取消?</String> 7 <String Id="ConfirmCancelMessage" Value="是否确实要取消?" />
9 <String Id="HelpHeader">安装程序帮助</String> 8 <String Id="HelpHeader" Value="安装程序帮助" />
10 <String Id="HelpText">/passive | /quiet - 显示最小的 UI 且无提示,或者不显示 UI 且 9 <String Id="HelpText" Value="/passive | /quiet - 显示最小的 UI 且无提示,或者不显示 UI 且&#xA; 无提示。默认情况下显示 UI 和所有提示。&#xA;&#xA;/norestart - 隐藏任何重启提示。默认情况下 UI 会在重启前提示。&#xA;/log log.txt - 记录到特定文件。默认情况下在 %TEMP% 中创建日志文件。" />
11 无提示。默认情况下显示 UI 和所有提示。 10 <String Id="HelpCloseButton" Value="关闭(&amp;C)" />
12 11 <String Id="InstallLicenseTerms" Value="单击“接受并安装”按钮以接受 Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;许可证条款&lt;/a&gt;。" />
13/norestart - 隐藏任何重启提示。默认情况下 UI 会在重启前提示。 12 <String Id="InstallAcceptAndInstallButton" Value="接受并安装(&amp;A)" />
14/log log.txt - 记录到特定文件。默认情况下在 %TEMP% 中创建日志文件。</String> 13 <String Id="InstallDeclineButton" Value="拒绝(&amp;D)" />
15 <String Id="HelpCloseButton">关闭(&amp;C)</String> 14 <String Id="ProgressHeader" Value="安装进度" />
16 <String Id="InstallLicenseTerms">单击“接受并安装”按钮以接受 Microsoft .NET Framework &lt;a href="#"&gt;许可证条款&lt;/a&gt;。</String> 15 <String Id="ProgressLabel" Value="正在处理:" />
17 <String Id="InstallAcceptAndInstallButton">接受并安装(&amp;A)</String> 16 <String Id="ProgressCancelButton" Value="取消(&amp;C)" />
18 <String Id="InstallDeclineButton">拒绝(&amp;D)</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">安装进度</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">正在处理:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">取消(&amp;C)</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="安装失败" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="一个或多个问题导致安装失败。请解决问题,然后重新尝试安装。有关详情,请查看&lt;a href=&quot;#&quot;&gt;日志文件&lt;/a&gt;。" />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="必须重启计算机才能完成软件的回滚。" />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="重启(&amp;R)" />
26 <String Id="FailureHeader">安装失败</String> 25 <String Id="FailureCloseButton" Value="关闭(&amp;C)" />
27 <String Id="FailureLogLinkText">一个或多个问题导致安装失败。请解决问题,然后重新尝试安装。有关详情,请查看&lt;a href="#"&gt;日志文件&lt;/a&gt;。</String> 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." />
28 <String Id="FailureRestartText">必须重启计算机才能完成软件的回滚。</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">重启(&amp;R)</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureCloseButton">关闭(&amp;C)</String>
31 <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>
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/2070/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/2070/mbapreq.wxl
index f22822d8..1e57ec2f 100644
--- a/src/ext/Bal/wixstdba/Resources/2070/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/2070/mbapreq.wxl
@@ -1,36 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="pt-pt" Language="2070" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="pt-pt" Language="2070" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Configuração do [WixBundleName]</String> 5 <String Id="Caption" Value="Configuração do [WixBundleName]" />
7 <String Id="Title">O Microsoft .NET Framework é necessário para a configuração do [WixBundleName]</String> 6 <String Id="Title" Value="O Microsoft .NET Framework é necessário para a configuração do [WixBundleName]" />
8 <String Id="ConfirmCancelMessage">Tem a certeza de que pretende cancelar?</String> 7 <String Id="ConfirmCancelMessage" Value="Tem a certeza de que pretende cancelar?" />
9 <String Id="HelpHeader">Ajuda da Configuração</String> 8 <String Id="HelpHeader" Value="Ajuda da Configuração" />
10 <String Id="HelpText">/passive | /quiet - apresenta IU mínima sem mensagens ou não apresenta IU nem 9 <String Id="HelpText" Value="/passive | /quiet - apresenta IU mínima sem mensagens ou não apresenta IU nem&#xA; mensagens. Por predefinição, são apresentadas a IU e todas as mensagens.&#xA;&#xA;/norestart - suprimir qualquer tentativa de reinício. Por predefinição, a IU&#xA; avisará antes de reiniciar.&#xA;/log log.txt - regista num ficheiro específico. Por predefinição, é criado um&#xA; ficheiro de registo em %TEMP%." />
11 mensagens. Por predefinição, são apresentadas a IU e todas as mensagens. 10 <String Id="HelpCloseButton" Value="&amp;Fechar" />
12 11 <String Id="InstallLicenseTerms" Value="Clique no botão &quot;Aceitar e Instalar&quot; para aceitar os &lt;a href=&quot;#&quot;&gt;termos de licenciamento&lt;/a&gt; do Microsoft .NET Framework." />
13/norestart - suprimir qualquer tentativa de reinício. Por predefinição, a IU 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Aceitar e Instalar" />
14 avisará antes de reiniciar. 13 <String Id="InstallDeclineButton" Value="&amp;Recusar" />
15/log log.txt - regista num ficheiro específico. Por predefinição, é criado um 14 <String Id="ProgressHeader" Value="Progresso da Configuração" />
16 ficheiro de registo em %TEMP%.</String> 15 <String Id="ProgressLabel" Value="A processar:" />
17 <String Id="HelpCloseButton">&amp;Fechar</String> 16 <String Id="ProgressCancelButton" Value="&amp;Cancelar" />
18 <String Id="InstallLicenseTerms">Clique no botão "Aceitar e Instalar" para aceitar os &lt;a href="#"&gt;termos de licenciamento&lt;/a&gt; do Microsoft .NET Framework.</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="InstallAcceptAndInstallButton">&amp;Aceitar e Instalar</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallDeclineButton">&amp;Recusar</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressHeader">Progresso da Configuração</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="ProgressLabel">A processar:</String> 21 <String Id="FailureHeader" Value="Falha da Configuração" />
23 <String Id="ProgressCancelButton">&amp;Cancelar</String> 22 <String Id="FailureLogLinkText" Value="Um ou mais problemas provocaram a falha da configuração. Corrija os problemas e repita a configuração. Para mais informações, consulte o &lt;a href=&quot;#&quot;&gt;ficheiro de registo&lt;/a&gt;." />
24 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 23 <String Id="FailureRestartText" Value="Tem de reiniciar o computador para concluir a reversão do software." />
25 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 24 <String Id="FailureRestartButton" Value="&amp;Reiniciar" />
26 <String Id="SuccessRestartButton">&amp;Restart</String> 25 <String Id="FailureCloseButton" Value="&amp;Fechar" />
27 <String Id="SuccessCloseButton">&amp;Close</String> 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." />
28 <String Id="FailureHeader">Falha da Configuração</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureLogLinkText">Um ou mais problemas provocaram a falha da configuração. Corrija os problemas e repita a configuração. Para mais informações, consulte o &lt;a href="#"&gt;ficheiro de registo&lt;/a&gt;.</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureRestartText">Tem de reiniciar o computador para concluir a reversão do software.</String>
31 <String Id="FailureRestartButton">&amp;Reiniciar</String>
32 <String Id="FailureCloseButton">&amp;Fechar</String>
33 <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>
34 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
35 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
36</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/3082/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/3082/mbapreq.wxl
index edbf01c4..cd835913 100644
--- a/src/ext/Bal/wixstdba/Resources/3082/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/3082/mbapreq.wxl
@@ -1,38 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="es-es" Language="3082" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="es-es" Language="3082" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Instalación de [WixBundleName]</String> 5 <String Id="Caption" Value="Instalación de [WixBundleName]" />
7 <String Id="Title">La instalación de [WixBundleName] requiere Microsoft .NET Framework</String> 6 <String Id="Title" Value="La instalación de [WixBundleName] requiere Microsoft .NET Framework" />
8 <String Id="ConfirmCancelMessage">¿Está seguro de que desea cancelar?</String> 7 <String Id="ConfirmCancelMessage" Value="¿Está seguro de que desea cancelar?" />
9 <String Id="HelpHeader">Ayuda del programa de instalación</String> 8 <String Id="HelpHeader" Value="Ayuda del programa de instalación" />
10 <String Id="HelpText">/passive | /quiet - muestra una interfaz de usuario mínima y no realiza 9 <String Id="HelpText" Value="/passive | /quiet - muestra una interfaz de usuario mínima y no realiza&#xA; preguntas, o bien no muestra interfaz de usuario y no realiza preguntas.&#xA; De manera predeterminada se muestra la interfaz de usuario completa y se&#xA; realizan todas las preguntas necesarias.&#xA;&#xA;/norestart - suprime cualquier intento de reinicio. De manera predeterminada,&#xA; la interfaz de usuario preguntará si se desea reiniciar.&#xA;/log log.txt - registra los datos de instalación en un archivo específico.&#xA; De manera predeterminada se crea un archivo de registro en %TEMP%." />
11 preguntas, o bien no muestra interfaz de usuario y no realiza preguntas. 10 <String Id="HelpCloseButton" Value="&amp;Cerrar" />
12 De manera predeterminada se muestra la interfaz de usuario completa y se 11 <String Id="InstallLicenseTerms" Value="Haga clic en el botón &quot;Aceptar e instalar&quot; para aceptar los &lt;a href=&quot;#&quot;&gt;términos de licencia&lt;/a&gt; de Microsoft .NET Framework." />
13 realizan todas las preguntas necesarias. 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Aceptar e instalar" />
14 13 <String Id="InstallDeclineButton" Value="&amp;Rechazar" />
15/norestart - suprime cualquier intento de reinicio. De manera predeterminada, 14 <String Id="ProgressHeader" Value="Progreso de la instalación" />
16 la interfaz de usuario preguntará si se desea reiniciar. 15 <String Id="ProgressLabel" Value="Procesando:" />
17/log log.txt - registra los datos de instalación en un archivo específico. 16 <String Id="ProgressCancelButton" Value="&amp;Cancelar" />
18 De manera predeterminada se crea un archivo de registro en %TEMP%.</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="HelpCloseButton">&amp;Cerrar</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="InstallLicenseTerms">Haga clic en el botón "Aceptar e instalar" para aceptar los &lt;a href="#"&gt;términos de licencia&lt;/a&gt; de Microsoft .NET Framework.</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="InstallAcceptAndInstallButton">&amp;Aceptar e instalar</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="InstallDeclineButton">&amp;Rechazar</String> 21 <String Id="FailureHeader" Value="Error de la instalación" />
23 <String Id="ProgressHeader">Progreso de la instalación</String> 22 <String Id="FailureLogLinkText" Value="No se pudo completar la instalación a causa de uno o varios problemas. Corrija los problemas y vuelva a intentar la instalación. Para más información, vea el &lt;a href=&quot;#&quot;&gt;archivo de registro&lt;/a&gt;." />
24 <String Id="ProgressLabel">Procesando:</String> 23 <String Id="FailureRestartText" Value="Debe reiniciar el equipo para completar la reversión del software." />
25 <String Id="ProgressCancelButton">&amp;Cancelar</String> 24 <String Id="FailureRestartButton" Value="&amp;Reiniciar" />
26 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 25 <String Id="FailureCloseButton" Value="&amp;Cerrar" />
27 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 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." />
28 <String Id="SuccessRestartButton">&amp;Restart</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="SuccessCloseButton">&amp;Close</String> 28 <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
30 <String Id="FailureHeader">Error de la instalación</String>
31 <String Id="FailureLogLinkText">No se pudo completar la instalación a causa de uno o varios problemas. Corrija los problemas y vuelva a intentar la instalación. Para más información, vea el &lt;a href="#"&gt;archivo de registro&lt;/a&gt;.</String>
32 <String Id="FailureRestartText">Debe reiniciar el equipo para completar la reversión del software.</String>
33 <String Id="FailureRestartButton">&amp;Reiniciar</String>
34 <String Id="FailureCloseButton">&amp;Cerrar</String>
35 <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>
36 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
37 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
38</WixLocalization> 29</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl
index 1ce15453..24e7b728 100644
--- a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl
+++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl
@@ -1,77 +1,69 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Setup" />
7 <String Id="Title">[WixBundleName]</String> 6 <String Id="Title" Value="[WixBundleName]" />
8 <String Id="CheckingForUpdatesLabel">Checking for updates</String> 7 <String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
9 <String Id="UpdateButton">&amp;Update to version [WixStdBAUpdateAvailable]</String> 8 <String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />
10 <String Id="InstallHeader">Welcome</String> 9 <String Id="InstallHeader" Value="Welcome" />
11 <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit.</String> 10 <String Id="InstallMessage" Value="Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit." />
12 <String Id="InstallMessageOptions">Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit.</String> 11 <String Id="InstallMessageOptions" Value="Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit." />
13 <String Id="InstallVersion">Version [WixBundleVersion]</String> 12 <String Id="InstallVersion" Value="Version [WixBundleVersion]" />
14 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 13 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
15 <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> 14 <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" />
16 <String Id="HelpHeader">Setup Help</String> 15 <String Id="HelpHeader" Value="Setup Help" />
17 <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or 16 <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or&#xA; creates a complete local copy of the bundle in directory. Install is the default.&#xA;&#xA;/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
18 creates a complete local copy of the bundle in directory. Install is the default. 17 <String Id="HelpCloseButton" Value="&amp;Close" />
19 18 <String Id="InstallLicenseLinkText" Value="[WixBundleName] &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
20/passive | /quiet - displays minimal UI with no prompts or displays no UI and 19 <String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions" />
21 no prompts. By default UI and all prompts are displayed. 20 <String Id="InstallOptionsButton" Value="&amp;Options" />
22 21 <String Id="InstallInstallButton" Value="&amp;Install" />
23/norestart - suppress any attempts to restart. By default UI will prompt before restart. 22 <String Id="InstallCancelButton" Value="&amp;Cancel" />
24/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 23 <String Id="OptionsHeader" Value="Setup Options" />
25 <String Id="HelpCloseButton">&amp;Close</String> 24 <String Id="OptionsLocationLabel" Value="Install location:" />
26 <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String> 25 <String Id="OptionsBrowseButton" Value="&amp;Browse" />
27 <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String> 26 <String Id="OptionsOkButton" Value="&amp;OK" />
28 <String Id="InstallOptionsButton">&amp;Options</String> 27 <String Id="OptionsCancelButton" Value="&amp;Cancel" />
29 <String Id="InstallInstallButton">&amp;Install</String> 28 <String Id="ProgressHeader" Value="Setup Progress" />
30 <String Id="InstallCancelButton">&amp;Cancel</String> 29 <String Id="ProgressLabel" Value="Processing:" />
31 <String Id="OptionsHeader">Setup Options</String> 30 <String Id="OverallProgressPackageText" Value="Initializing..." />
32 <String Id="OptionsLocationLabel">Install location:</String> 31 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
33 <String Id="OptionsBrowseButton">&amp;Browse</String> 32 <String Id="ModifyHeader" Value="Modify Setup" />
34 <String Id="OptionsOkButton">&amp;OK</String> 33 <String Id="ModifyRepairButton" Value="&amp;Repair" />
35 <String Id="OptionsCancelButton">&amp;Cancel</String> 34 <String Id="ModifyUninstallButton" Value="&amp;Uninstall" />
36 <String Id="ProgressHeader">Setup Progress</String> 35 <String Id="ModifyCancelButton" Value="&amp;Cancel" />
37 <String Id="ProgressLabel">Processing:</String> 36 <String Id="SuccessHeader" Value="Setup Successful" />
38 <String Id="OverallProgressPackageText">Initializing...</String> 37 <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" />
39 <String Id="ProgressCancelButton">&amp;Cancel</String> 38 <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" />
40 <String Id="ModifyHeader">Modify Setup</String> 39 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
41 <String Id="ModifyRepairButton">&amp;Repair</String> 40 <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" />
42 <String Id="ModifyUninstallButton">&amp;Uninstall</String> 41 <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" />
43 <String Id="ModifyCancelButton">&amp;Cancel</String> 42 <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" />
44 <String Id="SuccessHeader">Setup Successful</String> 43 <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" />
45 <String Id="SuccessCacheHeader">Cache Successfully Completed</String> 44 <String Id="SuccessLaunchButton" Value="&amp;Launch" />
46 <String Id="SuccessInstallHeader">Installation Successfully Completed</String> 45 <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." />
47 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> 46 <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." />
48 <String Id="SuccessModifyHeader">Modify Successfully Completed</String> 47 <String Id="SuccessRestartButton" Value="&amp;Restart" />
49 <String Id="SuccessRepairHeader">Repair Successfully Completed</String> 48 <String Id="SuccessCloseButton" Value="&amp;Close" />
50 <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String> 49 <String Id="FailureHeader" Value="Setup Failed" />
51 <String Id="SuccessUnsafeUninstallHeader">Uninstall Successfully Completed</String> 50 <String Id="FailureCacheHeader" Value="Cache Failed" />
52 <String Id="SuccessLaunchButton">&amp;Launch</String> 51 <String Id="FailureInstallHeader" Value="Setup Failed" />
53 <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> 52 <String Id="FailureLayoutHeader" Value="Layout Failed" />
54 <String Id="SuccessUninstallRestartText">You must restart your computer to complete the removal of the software.</String> 53 <String Id="FailureModifyHeader" Value="Modify Failed" />
55 <String Id="SuccessRestartButton">&amp;Restart</String> 54 <String Id="FailureRepairHeader" Value="Repair Failed" />
56 <String Id="SuccessCloseButton">&amp;Close</String> 55 <String Id="FailureUninstallHeader" Value="Uninstall Failed" />
57 <String Id="FailureHeader">Setup Failed</String> 56 <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" />
58 <String Id="FailureCacheHeader">Cache Failed</String> 57 <String Id="FailureHyperlinkLogText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
59 <String Id="FailureInstallHeader">Setup Failed</String> 58 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
60 <String Id="FailureLayoutHeader">Layout Failed</String> 59 <String Id="FailureRestartButton" Value="&amp;Restart" />
61 <String Id="FailureModifyHeader">Modify Failed</String> 60 <String Id="FailureCloseButton" Value="&amp;Close" />
62 <String Id="FailureRepairHeader">Repair Failed</String> 61 <String Id="FilesInUseTitle" Value="Files In Use" />
63 <String Id="FailureUninstallHeader">Uninstall Failed</String> 62 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
64 <String Id="FailureUnsafeUninstallHeader">Uninstall Failed</String> 63 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
65 <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 64 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
66 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 65 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
67 <String Id="FailureRestartButton">&amp;Restart</String> 66 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
68 <String Id="FailureCloseButton">&amp;Close</String> 67 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
69 <String Id="FilesInUseTitle">Files In Use</String> 68 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
70 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
71 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String>
72 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
73 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
74 <String Id="FilesInUseRetryButton">&amp;Retry</String>
75 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
76 <String Id="FilesInUseExitButton">E&amp;xit</String>
77</WixLocalization> 69</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
index 8125f17e..a827d1a9 100644
--- a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
+++ b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl
@@ -1,73 +1,65 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Setup" />
7 <String Id="Title">[WixBundleName]</String> 6 <String Id="Title" Value="[WixBundleName]" />
8 <String Id="CheckingForUpdatesLabel">Checking for updates</String> 7 <String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
9 <String Id="UpdateButton">&amp;Update to version [WixStdBAUpdateAvailable]</String> 8 <String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />
10 <String Id="InstallVersion">Version [WixBundleVersion]</String> 9 <String Id="InstallVersion" Value="Version [WixBundleVersion]" />
11 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 10 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
12 <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> 11 <String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" />
13 <String Id="HelpHeader">Setup Help</String> 12 <String Id="HelpHeader" Value="Setup Help" />
14 <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or 13 <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or&#xA; creates a complete local copy of the bundle in directory. Install is the default.&#xA;&#xA;/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
15 creates a complete local copy of the bundle in directory. Install is the default. 14 <String Id="HelpCloseButton" Value="&amp;Close" />
16 15 <String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions" />
17/passive | /quiet - displays minimal UI with no prompts or displays no UI and 16 <String Id="InstallOptionsButton" Value="&amp;Options" />
18 no prompts. By default UI and all prompts are displayed. 17 <String Id="InstallInstallButton" Value="&amp;Install" />
19 18 <String Id="InstallCancelButton" Value="&amp;Cancel" />
20/norestart - suppress any attempts to restart. By default UI will prompt before restart. 19 <String Id="OptionsHeader" Value="Setup Options" />
21/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 20 <String Id="OptionsLocationLabel" Value="Install location:" />
22 <String Id="HelpCloseButton">&amp;Close</String> 21 <String Id="OptionsBrowseButton" Value="&amp;Browse" />
23 <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String> 22 <String Id="OptionsOkButton" Value="&amp;OK" />
24 <String Id="InstallOptionsButton">&amp;Options</String> 23 <String Id="OptionsCancelButton" Value="&amp;Cancel" />
25 <String Id="InstallInstallButton">&amp;Install</String> 24 <String Id="ProgressHeader" Value="Setup Progress" />
26 <String Id="InstallCancelButton">&amp;Cancel</String> 25 <String Id="ProgressLabel" Value="Processing:" />
27 <String Id="OptionsHeader">Setup Options</String> 26 <String Id="OverallProgressPackageText" Value="Initializing..." />
28 <String Id="OptionsLocationLabel">Install location:</String> 27 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
29 <String Id="OptionsBrowseButton">&amp;Browse</String> 28 <String Id="ModifyHeader" Value="Modify Setup" />
30 <String Id="OptionsOkButton">&amp;OK</String> 29 <String Id="ModifyRepairButton" Value="&amp;Repair" />
31 <String Id="OptionsCancelButton">&amp;Cancel</String> 30 <String Id="ModifyUninstallButton" Value="&amp;Uninstall" />
32 <String Id="ProgressHeader">Setup Progress</String> 31 <String Id="ModifyCancelButton" Value="&amp;Cancel" />
33 <String Id="ProgressLabel">Processing:</String> 32 <String Id="SuccessHeader" Value="Setup Successful" />
34 <String Id="OverallProgressPackageText">Initializing...</String> 33 <String Id="SuccessCacheHeader" Value="Cache Successfully Completed" />
35 <String Id="ProgressCancelButton">&amp;Cancel</String> 34 <String Id="SuccessInstallHeader" Value="Installation Successfully Completed" />
36 <String Id="ModifyHeader">Modify Setup</String> 35 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
37 <String Id="ModifyRepairButton">&amp;Repair</String> 36 <String Id="SuccessModifyHeader" Value="Modify Successfully Completed" />
38 <String Id="ModifyUninstallButton">&amp;Uninstall</String> 37 <String Id="SuccessRepairHeader" Value="Repair Successfully Completed" />
39 <String Id="ModifyCancelButton">&amp;Cancel</String> 38 <String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed" />
40 <String Id="SuccessHeader">Setup Successful</String> 39 <String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed" />
41 <String Id="SuccessCacheHeader">Cache Successfully Completed</String> 40 <String Id="SuccessLaunchButton" Value="&amp;Launch" />
42 <String Id="SuccessInstallHeader">Installation Successfully Completed</String> 41 <String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." />
43 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> 42 <String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software." />
44 <String Id="SuccessModifyHeader">Modify Successfully Completed</String> 43 <String Id="SuccessRestartButton" Value="&amp;Restart" />
45 <String Id="SuccessRepairHeader">Repair Successfully Completed</String> 44 <String Id="SuccessCloseButton" Value="&amp;Close" />
46 <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String> 45 <String Id="FailureHeader" Value="Setup Failed" />
47 <String Id="SuccessUnsafeUninstallHeader">Uninstall Successfully Completed</String> 46 <String Id="FailureCacheHeader" Value="Cache Failed" />
48 <String Id="SuccessLaunchButton">&amp;Launch</String> 47 <String Id="FailureInstallHeader" Value="Setup Failed" />
49 <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> 48 <String Id="FailureLayoutHeader" Value="Layout Failed" />
50 <String Id="SuccessUninstallRestartText">You must restart your computer to complete the removal of the software.</String> 49 <String Id="FailureModifyHeader" Value="Modify Failed" />
51 <String Id="SuccessRestartButton">&amp;Restart</String> 50 <String Id="FailureRepairHeader" Value="Repair Failed" />
52 <String Id="SuccessCloseButton">&amp;Close</String> 51 <String Id="FailureUninstallHeader" Value="Uninstall Failed" />
53 <String Id="FailureHeader">Setup Failed</String> 52 <String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed" />
54 <String Id="FailureCacheHeader">Cache Failed</String> 53 <String Id="FailureHyperlinkLogText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
55 <String Id="FailureInstallHeader">Setup Failed</String> 54 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
56 <String Id="FailureLayoutHeader">Layout Failed</String> 55 <String Id="FailureRestartButton" Value="&amp;Restart" />
57 <String Id="FailureModifyHeader">Modify Failed</String> 56 <String Id="FailureCloseButton" Value="&amp;Close" />
58 <String Id="FailureRepairHeader">Repair Failed</String> 57 <String Id="FilesInUseTitle" Value="Files In Use" />
59 <String Id="FailureUninstallHeader">Uninstall Failed</String> 58 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
60 <String Id="FailureUnsafeUninstallHeader">Uninstall Failed</String> 59 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
61 <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 60 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
62 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 61 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
63 <String Id="FailureRestartButton">&amp;Restart</String> 62 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
64 <String Id="FailureCloseButton">&amp;Close</String> 63 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
65 <String Id="FilesInUseTitle">Files In Use</String> 64 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
66 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
67 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String>
68 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
69 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
70 <String Id="FilesInUseRetryButton">&amp;Retry</String>
71 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
72 <String Id="FilesInUseExitButton">E&amp;xit</String>
73</WixLocalization> 65</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/dncpreq.wxl b/src/ext/Bal/wixstdba/Resources/dncpreq.wxl
index 19470064..42c8fa63 100644
--- a/src/ext/Bal/wixstdba/Resources/dncpreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/dncpreq.wxl
@@ -1,41 +1,36 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Setup" />
7 <String Id="Title">Microsoft .NET Core required for [WixBundleName] setup</String> 6 <String Id="Title" Value="Microsoft .NET Core required for [WixBundleName] setup" />
8 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 7 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
9 <String Id="HelpHeader">Setup Help</String> 8 <String Id="HelpHeader" Value="Setup Help" />
10 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and 9 <String Id="HelpText" Value="/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
11 no prompts. By default UI and all prompts are displayed. 10 <String Id="HelpCloseButton" Value="&amp;Close" />
12 11 <String Id="InstallLicenseTerms" Value="Click the &quot;Accept and Install&quot; button to accept the Microsoft .NET Core &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
13/norestart - suppress any attempts to restart. By default UI will prompt before restart. 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accept and Install" />
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 13 <String Id="InstallDeclineButton" Value="&amp;Decline" />
15 <String Id="HelpCloseButton">&amp;Close</String> 14 <String Id="ProgressHeader" Value="Setup Progress" />
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the Microsoft .NET Core &lt;a href="#"&gt;license terms&lt;/a&gt;.</String> 15 <String Id="ProgressLabel" Value="Processing:" />
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String> 16 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
18 <String Id="InstallDeclineButton">&amp;Decline</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">Setup Progress</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">Processing:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">&amp;Cancel</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="Setup Failed" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="&amp;Restart" />
26 <String Id="FailureHeader">Setup Failed</String> 25 <String Id="FailureCloseButton" Value="&amp;Close" />
27 <String Id="FailureLogLinkText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 26 <String Id="SCDRUNTIMEFAILUREErrorMessage" Value="[WixBundleName] cannot run on this machine. Install the latest updates and/or the latest OS to run in a supported environment." />
28 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Core runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">&amp;Restart</String> 28 <String Id="FilesInUseTitle" Value="Files In Use" />
30 <String Id="FailureCloseButton">&amp;Close</String> 29 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
31 <String Id="SCDRUNTIMEFAILUREErrorMessage">[WixBundleName] cannot run on this machine. Install the latest updates and/or the latest OS to run in a supported environment.</String> 30 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Core runtime even though all of the prerequisites are installed.</String> 31 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
33 <String Id="FilesInUseTitle">Files In Use</String> 32 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
34 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> 33 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
35 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String> 34 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
36 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String> 35 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
37 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
38 <String Id="FilesInUseRetryButton">&amp;Retry</String>
39 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
40 <String Id="FilesInUseExitButton">E&amp;xit</String>
41</WixLocalization> 36</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
index bdb69f09..fb3d0cc2 100644
--- a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
@@ -1,41 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Prerequisite Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Prerequisite Setup" />
7 <String Id="Title">Prerequisite required for [WixBundleName] setup</String> 6 <String Id="Title" Value="Prerequisite required for [WixBundleName] setup" />
8 <String Id="NonPrereqTitle">[WixBundleName] setup</String> 7 <String Id="NonPrereqTitle" Value="[WixBundleName] setup" />
9 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 8 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
10 <String Id="HelpHeader">Setup Help</String> 9 <String Id="HelpHeader" Value="Setup Help" />
11 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and 10 <String Id="HelpText" Value="/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
12 no prompts. By default UI and all prompts are displayed. 11 <String Id="HelpCloseButton" Value="&amp;Close" />
13 12 <String Id="InstallLicenseTerms" Value="Click the &quot;Accept and Install&quot; button to accept the prerequisite &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 13 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accept and Install" />
15 <String Id="HelpCloseButton">&amp;Close</String> 14 <String Id="InstallDeclineButton" Value="&amp;Decline" />
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the prerequisite &lt;a href="#"&gt;license terms&lt;/a&gt;.</String> 15 <String Id="ProgressHeader" Value="Setup Progress" />
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String> 16 <String Id="ProgressLabel" Value="Processing:" />
18 <String Id="InstallDeclineButton">&amp;Decline</String> 17 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
19 <String Id="ProgressHeader">Setup Progress</String> 18 <String Id="SuccessHeader" Value="Prerequisite Setup Successful" />
20 <String Id="ProgressLabel">Processing:</String> 19 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
21 <String Id="ProgressCancelButton">&amp;Cancel</String> 20 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
22 <String Id="SuccessHeader">Prerequisite Setup Successful</String> 21 <String Id="SuccessRestartButton" Value="&amp;Restart" />
23 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> 22 <String Id="SuccessCloseButton" Value="&amp;Close" />
24 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 23 <String Id="FailureHeader" Value="Setup Failed" />
25 <String Id="SuccessRestartButton">&amp;Restart</String> 24 <String Id="FailureLayoutHeader" Value="Layout Failed" />
26 <String Id="SuccessCloseButton">&amp;Close</String> 25 <String Id="FailureLogLinkText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
27 <String Id="FailureHeader">Setup Failed</String> 26 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
28 <String Id="FailureLayoutHeader">Layout Failed</String> 27 <String Id="FailureRestartButton" Value="&amp;Restart" />
29 <String Id="FailureLogLinkText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 28 <String Id="FailureCloseButton" Value="&amp;Close" />
30 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 29 <String Id="FilesInUseTitle" Value="Files In Use" />
31 <String Id="FailureRestartButton">&amp;Restart</String> 30 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
32 <String Id="FailureCloseButton">&amp;Close</String> 31 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
33 <String Id="FilesInUseTitle">Files In Use</String> 32 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
34 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> 33 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
35 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String> 34 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
36 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String> 35 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
37 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String> 36 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
38 <String Id="FilesInUseRetryButton">&amp;Retry</String>
39 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
40 <String Id="FilesInUseExitButton">E&amp;xit</String>
41</WixLocalization> 37</WixLocalization>
diff --git a/src/ext/Bal/wixstdba/Resources/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/mbapreq.wxl
index f7d4da8c..c7df9ec8 100644
--- a/src/ext/Bal/wixstdba/Resources/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/mbapreq.wxl
@@ -1,41 +1,36 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Setup" />
7 <String Id="Title">Microsoft .NET Framework required for [WixBundleName] setup</String> 6 <String Id="Title" Value="Microsoft .NET Framework required for [WixBundleName] setup" />
8 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 7 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
9 <String Id="HelpHeader">Setup Help</String> 8 <String Id="HelpHeader" Value="Setup Help" />
10 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and 9 <String Id="HelpText" Value="/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
11 no prompts. By default UI and all prompts are displayed. 10 <String Id="HelpCloseButton" Value="&amp;Close" />
12 11 <String Id="InstallLicenseTerms" Value="Click the &quot;Accept and Install&quot; button to accept the Microsoft .NET Framework &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
13/norestart - suppress any attempts to restart. By default UI will prompt before restart. 12 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accept and Install" />
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 13 <String Id="InstallDeclineButton" Value="&amp;Decline" />
15 <String Id="HelpCloseButton">&amp;Close</String> 14 <String Id="ProgressHeader" Value="Setup Progress" />
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the Microsoft .NET Framework &lt;a href="#"&gt;license terms&lt;/a&gt;.</String> 15 <String Id="ProgressLabel" Value="Processing:" />
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String> 16 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
18 <String Id="InstallDeclineButton">&amp;Decline</String> 17 <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
19 <String Id="ProgressHeader">Setup Progress</String> 18 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
20 <String Id="ProgressLabel">Processing:</String> 19 <String Id="SuccessRestartButton" Value="&amp;Restart" />
21 <String Id="ProgressCancelButton">&amp;Cancel</String> 20 <String Id="SuccessCloseButton" Value="&amp;Close" />
22 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> 21 <String Id="FailureHeader" Value="Setup Failed" />
23 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 22 <String Id="FailureLogLinkText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
24 <String Id="SuccessRestartButton">&amp;Restart</String> 23 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
25 <String Id="SuccessCloseButton">&amp;Close</String> 24 <String Id="FailureRestartButton" Value="&amp;Restart" />
26 <String Id="FailureHeader">Setup Failed</String> 25 <String Id="FailureCloseButton" Value="&amp;Close" />
27 <String Id="FailureLogLinkText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 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." />
28 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 27 <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
29 <String Id="FailureRestartButton">&amp;Restart</String> 28 <String Id="FilesInUseTitle" Value="Files In Use" />
30 <String Id="FailureCloseButton">&amp;Close</String> 29 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
31 <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> 30 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
32 <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String> 31 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
33 <String Id="FilesInUseTitle">Files In Use</String> 32 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
34 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> 33 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
35 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String> 34 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
36 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String> 35 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
37 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
38 <String Id="FilesInUseRetryButton">&amp;Retry</String>
39 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
40 <String Id="FilesInUseExitButton">E&amp;xit</String>
41</WixLocalization> 36</WixLocalization>