summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl')
-rw-r--r--src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
index f67dfa8e..fb927f2b 100644
--- a/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl
@@ -2,7 +2,7 @@
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 3
4 4
5<WixLocalization Culture="fr-fr" Language="1036" xmlns="http://schemas.microsoft.com/wix/2006/localization"> 5<WixLocalization Culture="fr-fr" Language="1036" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">Installation de [WixBundleName]</String> 6 <String Id="Caption">Installation de [WixBundleName]</String>
7 <String Id="Title">Microsoft .NET Framework requis pour l'installation de [WixBundleName]</String> 7 <String Id="Title">Microsoft .NET Framework requis pour l'installation de [WixBundleName]</String>
8 <String Id="ConfirmCancelMessage">Êtes-vous sûr de vouloir annuler ?</String> 8 <String Id="ConfirmCancelMessage">Êtes-vous sûr de vouloir annuler ?</String>
@@ -22,9 +22,15 @@
22 <String Id="ProgressHeader">Progression de l'installation</String> 22 <String Id="ProgressHeader">Progression de l'installation</String>
23 <String Id="ProgressLabel">Traitement en cours :</String> 23 <String Id="ProgressLabel">Traitement en cours :</String>
24 <String Id="ProgressCancelButton">&amp;Annuler</String> 24 <String Id="ProgressCancelButton">&amp;Annuler</String>
25 <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
26 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
27 <String Id="SuccessRestartButton">&amp;Restart</String>
28 <String Id="SuccessCloseButton">&amp;Close</String>
25 <String Id="FailureHeader">L'installation a échoué</String> 29 <String Id="FailureHeader">L'installation a échoué</String>
26 <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> 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>
27 <String Id="FailureRestartText">Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel.</String> 31 <String Id="FailureRestartText">Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel.</String>
28 <String Id="FailureRestartButton">&amp;Redémarrer</String> 32 <String Id="FailureRestartButton">&amp;Redémarrer</String>
29 <String Id="FailureCloseButton">&amp;Fermer</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="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
30</WixLocalization> 36</WixLocalization>