@@ -77,7 +77,7 @@ msgstr ""
7777"Project-Id-Version: git\n"
7878"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
7979"POT-Creation-Date: 2021-08-03 17:06+0800\n"
80- "PO-Revision-Date: 2021-08-03 22:11 +0200\n"
80+ "PO-Revision-Date: 2021-08-12 21:06 +0200\n"
8181"Last-Translator: Cédric Malard <c.malard-git@valdun.net>\n"
8282"Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n"
8383"Language: fr\n"
@@ -3441,9 +3441,7 @@ msgstr " Paramètre dirstat inconnu '%s'\n"
34413441msgid ""
34423442"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
34433443"'dimmed-zebra', 'plain'"
3444- msgstr ""
3445- "le paramètre de couleur de déplacement doit être parmi 'no', 'default', "
3446- "'blocks', 'zebra', 'dimmed_zebra' ou 'plain'"
3444+ msgstr "le paramètre de couleur de déplacement doit être parmi 'no', 'default', 'blocks', 'zebra', 'dimmed-zebra' ou 'plain'"
34473445
34483446#: diff.c:325
34493447#, c-format
@@ -3529,7 +3527,7 @@ msgstr ""
35293527#: diff.c:4892
35303528#, c-format
35313529msgid "unknown change class '%c' in --diff-filter=%s"
3532- msgstr "classe de modification inconnue '%c' dans --diff-fileter =%s"
3530+ msgstr "classe de modification inconnue '%c' dans --diff-filter =%s"
35333531
35343532#: diff.c:4916
35353533#, c-format
@@ -5721,7 +5719,7 @@ msgstr "type d'objet invalide"
57215719#: object-file.c:1481
57225720#, c-format
57235721msgid "unable to unpack %s header with --allow-unknown-type"
5724- msgstr "impossible de dépaqueter l'entête %s avec --allow-unknow -type"
5722+ msgstr "impossible de dépaqueter l'entête %s avec --allow-unknown -type"
57255723
57265724#: object-file.c:1484
57275725#, c-format
@@ -5731,7 +5729,7 @@ msgstr "impossible de dépaqueter l'entête %s"
57315729#: object-file.c:1490
57325730#, c-format
57335731msgid "unable to parse %s header with --allow-unknown-type"
5734- msgstr "impossible d'analyser l'entête %s avec --allow-unknow -type"
5732+ msgstr "impossible d'analyser l'entête %s avec --allow-unknown -type"
57355733
57365734#: object-file.c:1493
57375735#, c-format
@@ -8231,7 +8229,7 @@ msgid ""
82318229"try \"git %s --continue\""
82328230msgstr ""
82338231"avez-vous déjà validé ?\n"
8234- "essayez \"git %s -continue\""
8232+ "essayez \"git %s -- continue\""
82358233
82368234#: sequencer.c:3411 sequencer.c:4472
82378235msgid "cannot read HEAD"
@@ -9166,7 +9164,7 @@ msgstr "impossible de se connecter au sous-service %s"
91669164
91679165#: transport-helper.c:693 transport.c:400
91689166msgid "--negotiate-only requires protocol v2"
9169- msgstr "--negociate -only requiert le protocole v2"
9167+ msgstr "--negotiate -only requiert le protocole v2"
91709168
91719169#: transport-helper.c:755
91729170msgid "'option' without a matching 'ok/error' directive"
@@ -11098,15 +11096,15 @@ msgstr "git bisect--helper --bisect-next"
1109811096
1109911097#: builtin/bisect--helper.c:29
1110011098msgid "git bisect--helper --bisect-state (bad|new) [<rev>]"
11101- msgstr "git bisect--helper --bisect-reset (bad|new) [<rév>]"
11099+ msgstr "git bisect--helper --bisect-state (bad|new) [<rév>]"
1110211100
1110311101#: builtin/bisect--helper.c:30
1110411102msgid "git bisect--helper --bisect-state (good|old) [<rev>...]"
11105- msgstr "git bisect--helper --bisect-reset (good|old) [<rév>...]"
11103+ msgstr "git bisect--helper --bisect-state (good|old) [<rév>...]"
1110611104
1110711105#: builtin/bisect--helper.c:31
1110811106msgid "git bisect--helper --bisect-replay <filename>"
11109- msgstr "git bisect--helper --bisect-next <nom-de-fichier>"
11107+ msgstr "git bisect--helper --bisect-replay <nom-de-fichier>"
1111011108
1111111109#: builtin/bisect--helper.c:32
1111211110msgid "git bisect--helper --bisect-skip [(<rev>|<range>)...]"
@@ -13733,7 +13731,7 @@ msgstr ""
1373313731"pour continuer le picorage des commits restants.\n"
1373413732"Si vous souhaitez sauter ce commit, utilisez :\n"
1373513733"\n"
13736- " git cherry-pick --skipped \n"
13734+ " git cherry-pick --skip \n"
1373713735"\n"
1373813736
1373913737#: builtin/commit.c:324
@@ -15329,7 +15327,7 @@ msgstr "lancer 'maintenance --auto' après la récupération"
1532915327
1533015328#: builtin/fetch.c:217 builtin/pull.c:243
1533115329msgid "check for forced-updates on all updated branches"
15332- msgstr "vérifier les mises à jour forcées sur toutes les branches mises à jour"
15330+ msgstr "vérifier les mises à jour forcées (forced-updates) sur toutes les branches mises à jour"
1533315331
1533415332#: builtin/fetch.c:219
1533515333msgid "write the commit-graph after fetching"
@@ -15407,7 +15405,7 @@ msgid ""
1540715405msgstr ""
1540815406"Fetch indique normalement quelles branches ont subi une mise à jour forcée,\n"
1540915407"mais ceci a été désactivé. Pour ré-activer, utilisez le drapeau\n"
15410- "'--show-forced-update ' ou lancez 'git config fetch.showForcedUpdates true'."
15408+ "'--show-forced-updates ' ou lancez 'git config fetch.showForcedUpdates true'."
1541115409
1541215410#: builtin/fetch.c:1069
1541315411#, c-format
@@ -15418,7 +15416,7 @@ msgid ""
1541815416" to avoid this check.\n"
1541915417msgstr ""
1542015418"%.2f secondes ont été nécessaires pour vérifier les mises à jour forcées.\n"
15421- "Vous pouvez utiliser '--no-show-forced-update ' ou lancer\n"
15419+ "Vous pouvez utiliser '--no-show-forced-updates ' ou lancer\n"
1542215420"'git config fetch.showForcedUpdates false' pour éviter ceci.\n"
1542315421
1542415422#: builtin/fetch.c:1101
@@ -16050,7 +16048,7 @@ msgstr ""
1605016048
1605116049#: builtin/gc.c:745
1605216050msgid "--no-schedule is not allowed"
16053- msgstr "--schedule n'est pas accepté"
16051+ msgstr "--no- schedule n'est pas accepté"
1605416052
1605516053#: builtin/gc.c:750
1605616054#, c-format
@@ -20461,7 +20459,7 @@ msgstr "synonyme pour --reset-author-date"
2046120459
2046220460#: builtin/rebase.c:1343 builtin/rebase.c:1347
2046320461msgid "passed to 'git apply'"
20464- msgstr "passé jusqu'à git- apply"
20462+ msgstr "passé jusqu'à git apply"
2046520463
2046620464#: builtin/rebase.c:1345
2046720465msgid "ignore changes in whitespace"
@@ -20558,7 +20556,7 @@ msgstr ""
2055820556
2055920557#: builtin/rebase.c:1442
2056020558msgid "It looks like 'git am' is in progress. Cannot rebase."
20561- msgstr "Il semble que 'git- am' soit en cours. Impossible de rebaser."
20559+ msgstr "Il semble que 'git am' soit en cours. Impossible de rebaser."
2056220560
2056320561#: builtin/rebase.c:1483
2056420562msgid ""
@@ -21477,7 +21475,7 @@ msgstr "passer --no-reuse-object à git-pack-objects"
2147721475
2147821476#: builtin/repack.c:471
2147921477msgid "do not run git-update-server-info"
21480- msgstr "ne pas lancer git update-server-info"
21478+ msgstr "ne pas lancer git- update-server-info"
2148121479
2148221480#: builtin/repack.c:474
2148321481msgid "pass --local to git-pack-objects"
@@ -22068,7 +22066,7 @@ msgstr "--path-format exige un argument"
2206822066#: builtin/rev-parse.c:769
2206922067#, c-format
2207022068msgid "unknown argument to --path-format: %s"
22071- msgstr "argument inconnu pour --patch -format : %s"
22069+ msgstr "argument inconnu pour --path -format : %s"
2207222070
2207322071#: builtin/rev-parse.c:776
2207422072msgid "--default requires an argument"
@@ -22447,9 +22445,7 @@ msgstr ""
2244722445#: builtin/show-branch.c:711
2244822446msgid ""
2244922447"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
22450- msgstr ""
22451- "--reflog est incompatible avec --all, --remotes, --independant et --merge-"
22452- "base"
22448+ msgstr "--reflog est incompatible avec --all, --remotes, --independent et --merge-base"
2245322449
2245422450#: builtin/show-branch.c:735
2245522451msgid "no branches given, and HEAD is not valid"
@@ -23380,7 +23376,7 @@ msgstr "parcourir récursivement les sous-modules"
2338023376
2338123377#: builtin/submodule--helper.c:2580
2338223378msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
23383- msgstr "git submodule--helper embed -git-dir [<options>] [<chemin>...]"
23379+ msgstr "git submodule--helper absorb -git-dirs [<options>] [<chemin>...]"
2338423380
2338523381#: builtin/submodule--helper.c:2636
2338623382msgid "check if it is safe to write to the .gitmodules file"
@@ -23670,7 +23666,7 @@ msgstr "l'option --contains est autorisée seulement en mode de liste"
2367023666
2367123667#: builtin/tag.c:552
2367223668msgid "--no-contains option is only allowed in list mode"
23673- msgstr "l'option --contains est autorisée seulement en mode liste"
23669+ msgstr "l'option --no- contains est autorisée seulement en mode liste"
2367423670
2367523671#: builtin/tag.c:554
2367623672msgid "--points-at option is only allowed in list mode"
@@ -24441,7 +24437,7 @@ msgstr "-c requiert une chaîne de configuration\n"
2444124437#: git.c:260
2444224438#, c-format
2444324439msgid "no config key given for --config-env\n"
24444- msgstr "aucune clé de configuration fournie pour --conf -env\n"
24440+ msgstr "aucune clé de configuration fournie pour --config -env\n"
2444524441
2444624442#: git.c:300
2444724443#, c-format
@@ -26633,10 +26629,8 @@ msgid ""
2663326629"Set sendemail.forbidSendmailVariables to false to disable this check.\n"
2663426630msgstr ""
2663526631"fatal : options de configuration trouvées pour 'sendmail'\n"
26636- "git-send-mail est configuré avec des options sendemail.* - veuillez noter le "
26637- "'e'.\n"
26638- "Positionnez sendemail.forbidSendmailVariables à false pour désactiver cette "
26639- "vérification.\n"
26632+ "git-send-email est configuré avec des options sendemail.* - veuillez noter le 'e'.\n"
26633+ "Positionnez sendemail.forbidSendmailVariables à false pour désactiver cette vérification.\n"
2664026634
2664126635#: git-send-email.perl:530 git-send-email.perl:746
2664226636msgid "Cannot run git format-patch from outside a repository\n"
@@ -26982,76 +26976,3 @@ msgstr "%s sauté avec un suffix de sauvegarde '%s'.\n"
2698226976#, perl-format
2698326977msgid "Do you really want to send %s? [y|N]: "
2698426978msgstr "Souhaitez-vous réellement envoyer %s ?[y|N] : "
26985-
26986- #~ msgid "unable to write stateless separator packet"
26987- #~ msgstr "impossible d'écrire le paquet de séparateur sans état"
26988-
26989- #~ msgid "git merge --abort"
26990- #~ msgstr "git merge --abort"
26991-
26992- #~ msgid "git merge --continue"
26993- #~ msgstr "git merge --continue"
26994-
26995- #~ msgid "git stash clear"
26996- #~ msgstr "git stash clear"
26997-
26998- #~ msgid "remote server sent stateless separator"
26999- #~ msgstr "le serveur distant a envoyé un séparateur sans état"
27000-
27001- #~ msgid "--cached and --3way cannot be used together."
27002- #~ msgstr "--cached et --3way ne peuvent pas être utilisés ensemble."
27003-
27004- #~ msgid "both"
27005- #~ msgstr "les deux"
27006-
27007- #~ msgid "one"
27008- #~ msgstr "un"
27009-
27010- #, c-format
27011- #~ msgid "Already up to date!"
27012- #~ msgstr "Déjà à jour !"
27013-
27014- #~ msgid "Already up to date. Yeeah!"
27015- #~ msgstr "Déjà à jour. Ouais !"
27016-
27017- #~ msgid "--batch-size option is only for 'repack' subcommand"
27018- #~ msgstr "l'option --batch-size ne sert que pour la sous-commande 'repack'"
27019-
27020- #~ msgid "Percentage by which creation is weighted"
27021- #~ msgstr "Pourcentage par lequel la création est pondérée"
27022-
27023- #~ msgid ""
27024- #~ "the rebase.useBuiltin support has been removed!\n"
27025- #~ "See its entry in 'git help config' for details."
27026- #~ msgstr ""
27027- #~ "les support de rebase.useBuiltin a été supprimé !\n"
27028- #~ "Voir son entrée dans 'git help config' pour plus de détails."
27029-
27030- #, perl-format
27031- #~ msgid "%s: patch contains a line longer than 998 characters"
27032- #~ msgstr "%s : le patch contient une ligne plus longue que 998 caractères"
27033-
27034- #~ msgid "repository contains replace objects; skipping commit-graph"
27035- #~ msgstr ""
27036- #~ "le dépôt contient des object de remplacement ; saut du graphe de commits"
27037-
27038- #~ msgid "repository contains (deprecated) grafts; skipping commit-graph"
27039- #~ msgstr ""
27040- #~ "le dépôt contient des greffes (déconseillées) ; saut du graphe de commits"
27041-
27042- #~ msgid "repository is shallow; skipping commit-graph"
27043- #~ msgstr "le dépôt est superficiel ; saut du graphe de commit"
27044-
27045- #, c-format
27046- #~ msgid "commit-graph improper chunk offset %08x%08x"
27047- #~ msgstr "décalage de bloc %08x%08x du graphe de commit inadéquat"
27048-
27049- #, c-format
27050- #~ msgid "commit-graph chunk id %08x appears multiple times"
27051- #~ msgstr "l'id de bloc de graphe de commit %08x apparaît des multiples fois"
27052-
27053- #~ msgid "invalid chunk offset (too large)"
27054- #~ msgstr "décalage de section invalide (trop grand)"
27055-
27056- #~ msgid "Writing chunks to multi-pack-index"
27057- #~ msgstr "Écriture des sections dans l'index multi-paquet"
0 commit comments