blob: 3ae1cbd97b58a40bcbdb0f5b473c91b23ca3a7f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<WixLocalization Culture="fr-fr" Language="1036" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">Installation de [WixBundleName]</String>
<String Id="Title">Microsoft .NET Framework requis pour l'installation de [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Êtes-vous sûr de vouloir annuler ?</String>
<String Id="HelpHeader">Aide de l'installation</String>
<String Id="HelpText">/passive | /quiet - affiche une interface minimale sans invites ou n'affiche
aucune interface ni aucune invite. Par défaut, l'interface et toutes les
invites sont affichées.
/norestart - annule toute tentative de redémarrage. Par défaut, l'interface
affiche une invite avant de redémarrer.
/log journal.txt - consigne les entrées de journal dans un fichier spécifique.
Par défaut, un fichier journal est créé dans %TEMP%.</String>
<String Id="HelpCloseButton">&Fermer</String>
<String Id="InstallLicenseTerms">Cliquez sur le bouton « Accepter et installer » pour accepter les <a href="#">termes du contrat de licence</a> Microsoft .NET Framework.</String>
<String Id="InstallAcceptAndInstallButton">&Accepter et installer</String>
<String Id="InstallDeclineButton">&Refuser</String>
<String Id="ProgressHeader">Progression de l'installation</String>
<String Id="ProgressLabel">Traitement en cours :</String>
<String Id="ProgressCancelButton">&Annuler</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">L'installation a échoué</String>
<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 <a href="#">fichier journal</a>.</String>
<String Id="FailureRestartText">Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel.</String>
<String Id="FailureRestartButton">&Redémarrer</String>
<String Id="FailureCloseButton">&Fermer</String>
<String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String>
<String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|