msi: Update French translation.
This commit is contained in:
parent
1fcf509336
commit
2ba53f476c
|
@ -2,6 +2,7 @@
|
||||||
* French resources for MSI
|
* French resources for MSI
|
||||||
*
|
*
|
||||||
* Copyright 2005 Jonathan Ernst
|
* Copyright 2005 Jonathan Ernst
|
||||||
|
* Copyright 2009-2010 Frédéric Delanoy
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -30,31 +31,31 @@ STRINGTABLE DISCARDABLE
|
||||||
4 "Le paquet d'installation spécifié n'a pu être ouvert. Veuillez vérifier le chemin du fichier et réessayer."
|
4 "Le paquet d'installation spécifié n'a pu être ouvert. Veuillez vérifier le chemin du fichier et réessayer."
|
||||||
5 "Le chemin %s est introuvable"
|
5 "Le chemin %s est introuvable"
|
||||||
9 "insérez le disque %s"
|
9 "insérez le disque %s"
|
||||||
10 "Windows Installer %s\n\n" \
|
10 "Programme d'installation Windows %s\n\n" \
|
||||||
"Usage:\n" \
|
"Usage :\n" \
|
||||||
"msiexec command {required parameter} [optional parammeter]\n\n" \
|
"msiexec commande {paramètre obligatoire} [paramètre optionnel]\n\n" \
|
||||||
"Install a product:\n" \
|
"Installer un produit :\n" \
|
||||||
"\t/i {package|productcode} [property]\n" \
|
"\t/i {paquet|code_produit} [propriété]\n" \
|
||||||
"\t/package {package|productcode} [property]\n" \
|
"\t/package {paquet|code_produit} [propriété]\n" \
|
||||||
"\t/a package [property]\n" \
|
"\t/a paquet [propriété]\n" \
|
||||||
"Repair an installation:\n" \
|
"Réparer une installation :\n" \
|
||||||
"\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n" \
|
"\t/f[p|o|e|d|c|a|u|m|s|v] {paquet|code_produit}\n" \
|
||||||
"Uninstall a product:\n" \
|
"Désinstaller un produit :\n" \
|
||||||
"\t/uninstall {package|productcode} [property]\n" \
|
"\t/uninstall {paquet|code_produit} [propriété]\n" \
|
||||||
"\t/x {package|productcode} [property]\n" \
|
"\t/x {paquet|code_produit} [propriété]\n" \
|
||||||
"Advertise a product:\n" \
|
"Publier un produit :\n" \
|
||||||
"\t/j[u|m] package [/t transform] [/g languageid]\n" \
|
"\t/j[u|m] paquet [/t transformation] [/g id_langue]\n" \
|
||||||
"Apply a patch:\n" \
|
"Appliquer un patch :\n" \
|
||||||
"\t/p patchpackage [property]\n" \
|
"\t/p paquet_patch [propriété]\n" \
|
||||||
"\t/p patchpackage /a package [property]\n" \
|
"\t/p paquet_patch /a paquet [propriété]\n" \
|
||||||
"Log and UI Modifiers for above commands:\n" \
|
"Modificateurs de journalisation et d'interface utilisateur pour les commandes ci-dessus :\n" \
|
||||||
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n" \
|
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] fichier_journal\n" \
|
||||||
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
||||||
"Register MSI Service:\n" \
|
"Enregistrer le service MSI :\n" \
|
||||||
"\t/y\n" \
|
"\t/y\n" \
|
||||||
"Unregister MSI Service:\n" \
|
"Annuler l'enregistrement du service MSI :\n" \
|
||||||
"\t/z\n" \
|
"\t/z\n" \
|
||||||
"Display this help:\n" \
|
"Afficher cette aide :\n" \
|
||||||
"\t/help\n" \
|
"\t/help\n" \
|
||||||
"\t/?\n"
|
"\t/?\n"
|
||||||
11 "saisissez le nom du dossier contenant %s"
|
11 "saisissez le nom du dossier contenant %s"
|
||||||
|
|
Loading…
Reference in New Issue