diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl new file mode 100644 index 00000000..f67dfa8e --- /dev/null +++ b/src/ext/Bal/wixstdba/Resources/1036/mbapreq.wxl | |||
@@ -0,0 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
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 | |||
4 | |||
5 | <WixLocalization Culture="fr-fr" Language="1036" xmlns="http://schemas.microsoft.com/wix/2006/localization"> | ||
6 | <String Id="Caption">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> | ||
9 | <String Id="HelpHeader">Aide de l'installation</String> | ||
10 | <String Id="HelpText">/passive | /quiet - affiche une interface minimale sans invites ou n'affiche | ||
11 | aucune interface ni aucune invite. Par défaut, l'interface et toutes les | ||
12 | invites sont affichées. | ||
13 | |||
14 | /norestart - annule toute tentative de redémarrage. Par défaut, l'interface | ||
15 | affiche une invite avant de redémarrer. | ||
16 | /log journal.txt - consigne les entrées de journal dans un fichier spécifique. | ||
17 | Par défaut, un fichier journal est créé dans %TEMP%.</String> | ||
18 | <String Id="HelpCloseButton">&Fermer</String> | ||
19 | <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> | ||
20 | <String Id="InstallAcceptAndInstallButton">&Accepter et installer</String> | ||
21 | <String Id="InstallDeclineButton">&Refuser</String> | ||
22 | <String Id="ProgressHeader">Progression de l'installation</String> | ||
23 | <String Id="ProgressLabel">Traitement en cours :</String> | ||
24 | <String Id="ProgressCancelButton">&Annuler</String> | ||
25 | <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 <a href="#">fichier journal</a>.</String> | ||
27 | <String Id="FailureRestartText">Vous devez redémarrer votre ordinateur pour effectuer la restauration du logiciel.</String> | ||
28 | <String Id="FailureRestartButton">&Redémarrer</String> | ||
29 | <String Id="FailureCloseButton">&Fermer</String> | ||
30 | </WixLocalization> | ||