diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/1036/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/1036/wixpreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/1036/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/1036/wixpreq.wxl new file mode 100644 index 00000000..cd17ae34 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/1036/wixpreq.wxl | |||
@@ -0,0 +1,29 @@ | |||
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 | |||
3 | |||
4 | <WixLocalization Culture="fr-fr" Language="1036" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="Caption" Value="Installation de [WixBundleName]" /> | ||
6 | <String Id="Title" Value="Microsoft .NET Framework requis pour l'installation de [WixBundleName]" /> | ||
7 | <String Id="ConfirmCancelMessage" Value="Êtes-vous sûr de vouloir annuler ?" /> | ||
8 | <String Id="HelpHeader" Value="Aide de l'installation" /> | ||
9 | <String Id="HelpText" Value="/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%." /> | ||
10 | <String Id="HelpCloseButton" Value="&Fermer" /> | ||
11 | <String Id="InstallLicenseTerms" Value="Cliquez sur le bouton « Accepter et installer » pour accepter les <a href="#">termes du contrat de licence</a> Microsoft .NET Framework." /> | ||
12 | <String Id="InstallAcceptAndInstallButton" Value="&Accepter et installer" /> | ||
13 | <String Id="InstallDeclineButton" Value="&Refuser" /> | ||
14 | <String Id="ProgressHeader" Value="Progression de l'installation" /> | ||
15 | <String Id="ProgressLabel" Value="Traitement en cours :" /> | ||
16 | <String Id="ProgressCancelButton" Value="&Annuler" /> | ||
17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> | ||
18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
19 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
20 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
21 | <String Id="FailureHeader" Value="L'installation a échoué" /> | ||
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 <a href="#">fichier journal</a>." /> | ||
23 | <String Id="FailureRestartText" Value="Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel." /> | ||
24 | <String Id="FailureRestartButton" Value="&Redémarrer" /> | ||
25 | <String Id="FailureCloseButton" Value="&Fermer" /> | ||
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." /> | ||
27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> | ||
28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> | ||
29 | </WixLocalization> | ||