1# French translations for Git. 2# Copyright (C) 2015 Jean-Noël Avila <jn.avila@free.fr> 3# This file is distributed under the same license as the Git package. 4# Jean-Noël Avila <jn.avila@free.fr>, 2016. 5# Sébastien Helleu <flashcode@flashtux.org>, 2013. 6# 7# French translations of common Git words used in this file: 8# 9# English | French 10# -----------------+--------------------------------- 11# 3-way merge | fusion à 3 points 12# #NN | n°NN 13# a commit | un commit 14# backward | 15# compatibility | rétrocompatibilité 16# bare repository | dépôt nu 17# bisect | bissection 18# blob | blob 19# bug | bogue 20# bundle | colis 21# bypass | éviter d'utiliser 22# to checkout | extraire 23# cherry-pick | picorer 24# to commit | valider 25# commit-ish | commit ou apparenté 26# config file | fichier de configuration 27# dangling | en suspens 28# to debug | déboguer 29# debugging | débogage 30# to deflate | compresser 31# email | e-mail 32# entry | élément 33# fast-forward | avance rapide 34# fast-forwarded | mis à jour en avance rapide 35# to fetch | rapatrier 36# fix conflicts | réglez les conflits 37# to format | formater 38# glob | glob 39# hash | hachage 40# HEAD | HEAD (genre féminin) 41# hook | crochet 42# hunk | section 43# to inflate | décompresser 44# to list | afficher 45# mapping | mise en correspondance 46# merge | fusion 47# pack | paquet 48# patches | patchs 49# pattern | motif 50# to prune | éliminer 51# to push | pousser 52# to rebase | rebaser 53# repository | dépôt 54# remote | distante (ou serveur distant) 55# revision | révision 56# shallow | superficiel 57# shell | interpréteur de commandes 58# stash | remisage 59# to stash | remiser 60# tag | étiquette 61# template | modèle 62# thread | fil 63# to track | suivre 64# tree | arbre 65# tree-ish | arbre ou apparenté 66# to unstage | désindexer 67# upstream | amont 68# viewer | visualiseur 69# worktree / | 70# work(ing) tree | copie de travail 71# 72msgid "" 73msgstr "" 74"Project-Id-Version: git\n" 75"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 76"POT-Creation-Date: 2017-05-05 09:35+0800\n" 77"PO-Revision-Date: 2017-05-05 12:02+0200\n" 78"Last-Translator: Jean-Noël Avila <jn.avila@free.fr>\n" 79"Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n" 80"Language: fr\n" 81"MIME-Version: 1.0\n" 82"Content-Type: text/plain; charset=UTF-8\n" 83"Content-Transfer-Encoding: 8bit\n" 84"Plural-Forms: nplurals=2; plural=n<=1 ?0 : 1;\n" 85 86#: advice.c:55 87#, c-format 88msgid "hint: %.*s\n" 89msgstr "astuce: %.*s\n" 90 91#: advice.c:83 92msgid "Cherry-picking is not possible because you have unmerged files." 93msgstr "Impossible de picorer car vous avez des fichiers non fusionnés." 94 95#: advice.c:85 96msgid "Committing is not possible because you have unmerged files." 97msgstr "Impossible de valider car vous avez des fichiers non fusionnés." 98 99#: advice.c:87 100msgid "Merging is not possible because you have unmerged files." 101msgstr "Impossible de fusionner car vous avez des fichiers non fusionnés." 102 103#: advice.c:89 104msgid "Pulling is not possible because you have unmerged files." 105msgstr "Impossible de tirer car vous avez des fichiers non fusionnés." 106 107#: advice.c:91 108msgid "Reverting is not possible because you have unmerged files." 109msgstr "Impossible d'annuler car vous avez des fichiers non fusionnés." 110 111#: advice.c:93 112#, c-format 113msgid "It is not possible to %s because you have unmerged files." 114msgstr "%s n'est pas possible car vous avez des fichiers non fusionnés." 115 116#: advice.c:101 117msgid "" 118"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 119"as appropriate to mark resolution and make a commit." 120msgstr "" 121"Corrigez-les puis lancez 'git add/rm <fichier>'\n" 122"si nécessaire pour marquer la résolution et valider." 123 124#: advice.c:109 125msgid "Exiting because of an unresolved conflict." 126msgstr "Abandon à cause de conflit non résolu." 127 128#: advice.c:114 builtin/merge.c:1185 129msgid "You have not concluded your merge (MERGE_HEAD exists)." 130msgstr "Vous n'avez pas terminé votre fusion (MERGE_HEAD existe)." 131 132#: advice.c:116 133msgid "Please, commit your changes before merging." 134msgstr "Veuillez valider vos changements avant de fusionner." 135 136#: advice.c:117 137msgid "Exiting because of unfinished merge." 138msgstr "Abandon à cause d'une fusion non terminée." 139 140#: advice.c:123 141#, c-format 142msgid "" 143"Note: checking out '%s'.\n" 144"\n" 145"You are in 'detached HEAD' state. You can look around, make experimental\n" 146"changes and commit them, and you can discard any commits you make in this\n" 147"state without impacting any branches by performing another checkout.\n" 148"\n" 149"If you want to create a new branch to retain commits you create, you may\n" 150"do so (now or later) by using -b with the checkout command again. Example:\n" 151"\n" 152" git checkout -b <new-branch-name>\n" 153"\n" 154msgstr "" 155"Note : extraction de '%s'.\n" 156"\n" 157"Vous êtes dans l'état « HEAD détachée ». Vous pouvez visiter, faire des " 158"modifications\n" 159"expérimentales et les valider. Il vous suffit de faire une autre extraction " 160"pour\n" 161"abandonner les commits que vous faites dans cet état sans impacter les " 162"autres branches\n" 163"\n" 164"Si vous voulez créer une nouvelle branche pour conserver les commits que " 165"vous créez,\n" 166"il vous suffit d'utiliser « checkout -b » (maintenant ou plus tard) comme " 167"ceci :\n" 168"\n" 169" git checkout -b <nom-de-la-nouvelle-branche>\n" 170"\n" 171 172#: apply.c:57 173#, c-format 174msgid "unrecognized whitespace option '%s'" 175msgstr "option d'espace non reconnue '%s'" 176 177#: apply.c:73 178#, c-format 179msgid "unrecognized whitespace ignore option '%s'" 180msgstr "option d'ignorance d'espace non reconnue '%s'" 181 182#: apply.c:125 183msgid "--reject and --3way cannot be used together." 184msgstr "--reject et --3way ne peuvent pas être utilisés ensemble." 185 186#: apply.c:127 187msgid "--cached and --3way cannot be used together." 188msgstr "--cached et --3way ne peuvent pas être utilisés ensemble." 189 190#: apply.c:130 191msgid "--3way outside a repository" 192msgstr "--3way hors d'un dépôt" 193 194#: apply.c:141 195msgid "--index outside a repository" 196msgstr "--index hors d'un dépôt" 197 198#: apply.c:144 199msgid "--cached outside a repository" 200msgstr "--cached hors d'un dépôt" 201 202#: apply.c:845 203#, c-format 204msgid "Cannot prepare timestamp regexp %s" 205msgstr "Impossible de préparer la regexp d'horodatage %s" 206 207#: apply.c:854 208#, c-format 209msgid "regexec returned %d for input: %s" 210msgstr "regexec a retourné %d pour l'entrée : %s" 211 212#: apply.c:938 213#, c-format 214msgid "unable to find filename in patch at line %d" 215msgstr "nom de fichier du patch introuvable à la ligne %d" 216 217#: apply.c:977 218#, c-format 219msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 220msgstr "" 221"git apply : mauvais format de git-diff - /dev/null attendu, %s trouvé à la " 222"ligne %d" 223 224#: apply.c:983 225#, c-format 226msgid "git apply: bad git-diff - inconsistent new filename on line %d" 227msgstr "" 228"git apply : mauvais format de git-diff - nouveau nom de fichier inconsistant " 229"à la ligne %d" 230 231#: apply.c:984 232#, c-format 233msgid "git apply: bad git-diff - inconsistent old filename on line %d" 234msgstr "" 235"git apply : mauvais format de git-diff - ancien nom de fichier inconsistant " 236"à la ligne %d" 237 238#: apply.c:990 239#, c-format 240msgid "git apply: bad git-diff - expected /dev/null on line %d" 241msgstr "" 242"git apply : mauvais format de git-diff - /dev/null attendu à la ligne %d" 243 244#: apply.c:1488 245#, c-format 246msgid "recount: unexpected line: %.*s" 247msgstr "recomptage : ligne inattendue : %.*s" 248 249#: apply.c:1557 250#, c-format 251msgid "patch fragment without header at line %d: %.*s" 252msgstr "fragment de patch sans en-tête à la ligne %d : %.*s" 253 254#: apply.c:1577 255#, c-format 256msgid "" 257"git diff header lacks filename information when removing %d leading pathname " 258"component (line %d)" 259msgid_plural "" 260"git diff header lacks filename information when removing %d leading pathname " 261"components (line %d)" 262msgstr[0] "" 263"information de nom de fichier manquante dans l'en-tête de git diff lors de " 264"la suppression de %d composant de préfixe de chemin (ligne %d)" 265msgstr[1] "" 266"information de nom de fichier manquante dans l'en-tête de git diff lors de " 267"la suppression de %d composants de préfixe de chemin (ligne %d)" 268 269#: apply.c:1589 270#, c-format 271msgid "git diff header lacks filename information (line %d)" 272msgstr "" 273"information de nom de fichier manquante dans l'en-tête de git diff (ligne %d)" 274 275#: apply.c:1759 276msgid "new file depends on old contents" 277msgstr "le nouveau fichier dépend de contenus anciens" 278 279#: apply.c:1761 280msgid "deleted file still has contents" 281msgstr "le fichier supprimé a encore du contenu" 282 283#: apply.c:1795 284#, c-format 285msgid "corrupt patch at line %d" 286msgstr "patch corrompu à la ligne %d" 287 288#: apply.c:1832 289#, c-format 290msgid "new file %s depends on old contents" 291msgstr "le nouveau fichier %s dépend de contenus anciens" 292 293#: apply.c:1834 294#, c-format 295msgid "deleted file %s still has contents" 296msgstr "le fichier supprimé %s a encore du contenu" 297 298#: apply.c:1837 299#, c-format 300msgid "** warning: file %s becomes empty but is not deleted" 301msgstr "** attention : le fichier %s devient vide mais n'est pas supprimé" 302 303#: apply.c:1984 304#, c-format 305msgid "corrupt binary patch at line %d: %.*s" 306msgstr "patch binaire corrompu à la ligne %d : %.*s" 307 308#: apply.c:2021 309#, c-format 310msgid "unrecognized binary patch at line %d" 311msgstr "patch binaire non reconnu à la ligne %d" 312 313#: apply.c:2182 314#, c-format 315msgid "patch with only garbage at line %d" 316msgstr "patch totalement incompréhensible à la ligne %d" 317 318#: apply.c:2265 319#, c-format 320msgid "unable to read symlink %s" 321msgstr "lecture du lien symbolique %s impossible" 322 323#: apply.c:2269 324#, c-format 325msgid "unable to open or read %s" 326msgstr "ouverture ou lecture de %s impossible" 327 328#: apply.c:2922 329#, c-format 330msgid "invalid start of line: '%c'" 331msgstr "début de ligne invalide : '%c'" 332 333#: apply.c:3041 334#, c-format 335msgid "Hunk #%d succeeded at %d (offset %d line)." 336msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 337msgstr[0] "La section n°%d a réussi à la ligne %d (offset %d ligne)." 338msgstr[1] "La section n°%d a réussi à la ligne %d (offset %d lignes)." 339 340#: apply.c:3053 341#, c-format 342msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 343msgstr "Contexte réduit à (%ld/%ld) pour appliquer le fragment à la ligne %d" 344 345#: apply.c:3059 346#, c-format 347msgid "" 348"while searching for:\n" 349"%.*s" 350msgstr "" 351"pendant la recherche de :\n" 352"%.*s" 353 354#: apply.c:3081 355#, c-format 356msgid "missing binary patch data for '%s'" 357msgstr "données de patch binaire manquantes pour '%s'" 358 359#: apply.c:3089 360#, c-format 361msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 362msgstr "" 363"impossible d'appliquer l'inverse d'un patch binaire à '%s' sans la section " 364"inverse" 365 366#: apply.c:3135 367#, c-format 368msgid "cannot apply binary patch to '%s' without full index line" 369msgstr "" 370"impossible d'appliquer un patch binaire à '%s' sans la ligne complète d'index" 371 372#: apply.c:3145 373#, c-format 374msgid "" 375"the patch applies to '%s' (%s), which does not match the current contents." 376msgstr "" 377"le patch s'applique à '%s' (%s), ce qui ne correspond pas au contenu actuel." 378 379#: apply.c:3153 380#, c-format 381msgid "the patch applies to an empty '%s' but it is not empty" 382msgstr "le patch s'applique à un '%s' vide mais ce n'est pas vide" 383 384#: apply.c:3171 385#, c-format 386msgid "the necessary postimage %s for '%s' cannot be read" 387msgstr "l'image postérieure nécessaire %s pour '%s' ne peut pas être lue" 388 389#: apply.c:3184 390#, c-format 391msgid "binary patch does not apply to '%s'" 392msgstr "le patch binaire ne s'applique par correctement à '%s'" 393 394#: apply.c:3190 395#, c-format 396msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 397msgstr "" 398"le patch binaire sur '%s' crée un résultat incorrect (%s attendu, mais %s " 399"trouvé)" 400 401#: apply.c:3211 402#, c-format 403msgid "patch failed: %s:%ld" 404msgstr "le patch a échoué : %s:%ld" 405 406#: apply.c:3333 407#, c-format 408msgid "cannot checkout %s" 409msgstr "extraction de %s impossible" 410 411#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253 412#, c-format 413msgid "failed to read %s" 414msgstr "échec de la lecture de %s" 415 416#: apply.c:3389 417#, c-format 418msgid "reading from '%s' beyond a symbolic link" 419msgstr "lecture depuis '%s' au-delà d'un lien symbolique" 420 421#: apply.c:3418 apply.c:3658 422#, c-format 423msgid "path %s has been renamed/deleted" 424msgstr "le chemin %s a été renommé/supprimé" 425 426#: apply.c:3501 apply.c:3672 427#, c-format 428msgid "%s: does not exist in index" 429msgstr "%s : n'existe pas dans l'index" 430 431#: apply.c:3510 apply.c:3680 432#, c-format 433msgid "%s: does not match index" 434msgstr "%s : ne correspond pas à l'index" 435 436#: apply.c:3545 437msgid "repository lacks the necessary blob to fall back on 3-way merge." 438msgstr "" 439"le dépôt n'a pas les blobs nécessaires pour un retour à une fusion à 3 " 440"points." 441 442#: apply.c:3548 443#, c-format 444msgid "Falling back to three-way merge...\n" 445msgstr "Retour à une fusion à 3 points…\n" 446 447#: apply.c:3564 apply.c:3568 448#, c-format 449msgid "cannot read the current contents of '%s'" 450msgstr "impossible de lire le contenu actuel de '%s'" 451 452#: apply.c:3580 453#, c-format 454msgid "Failed to fall back on three-way merge...\n" 455msgstr "Echec du retour à une fusion à 3 points…\n" 456 457#: apply.c:3594 458#, c-format 459msgid "Applied patch to '%s' with conflicts.\n" 460msgstr "Patch %s appliqué avec des conflits.\n" 461 462#: apply.c:3599 463#, c-format 464msgid "Applied patch to '%s' cleanly.\n" 465msgstr "Patch %s appliqué proprement.\n" 466 467#: apply.c:3625 468msgid "removal patch leaves file contents" 469msgstr "le patch de suppression laisse un contenu dans le fichier" 470 471#: apply.c:3697 472#, c-format 473msgid "%s: wrong type" 474msgstr "%s : type erroné" 475 476#: apply.c:3699 477#, c-format 478msgid "%s has type %o, expected %o" 479msgstr "%s est de type %o, mais %o attendu" 480 481#: apply.c:3850 apply.c:3852 482#, c-format 483msgid "invalid path '%s'" 484msgstr "chemin invalide '%s'" 485 486#: apply.c:3908 487#, c-format 488msgid "%s: already exists in index" 489msgstr "%s : existe déjà dans l'index" 490 491#: apply.c:3911 492#, c-format 493msgid "%s: already exists in working directory" 494msgstr "%s : existe déjà dans la copie de travail" 495 496#: apply.c:3931 497#, c-format 498msgid "new mode (%o) of %s does not match old mode (%o)" 499msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o)" 500 501#: apply.c:3936 502#, c-format 503msgid "new mode (%o) of %s does not match old mode (%o) of %s" 504msgstr "" 505"le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o) de %s" 506 507#: apply.c:3956 508#, c-format 509msgid "affected file '%s' is beyond a symbolic link" 510msgstr "le fichier affecté '%s' est au-delà d'un lien symbolique" 511 512#: apply.c:3960 513#, c-format 514msgid "%s: patch does not apply" 515msgstr "%s : le patch ne s'applique pas" 516 517#: apply.c:3975 518#, c-format 519msgid "Checking patch %s..." 520msgstr "Vérification du patch %s..." 521 522#: apply.c:4066 523#, c-format 524msgid "sha1 information is lacking or useless for submodule %s" 525msgstr "" 526"l'information sha1 est manquante ou inutilisable pour le sous-module %s" 527 528#: apply.c:4073 529#, c-format 530msgid "mode change for %s, which is not in current HEAD" 531msgstr "le mode change pour %s, qui n'est pas dans la HEAD actuelle" 532 533#: apply.c:4076 534#, c-format 535msgid "sha1 information is lacking or useless (%s)." 536msgstr "l'information de sha1 est manquante ou inutilisable (%s)." 537 538#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135 539#, c-format 540msgid "make_cache_entry failed for path '%s'" 541msgstr "échec de make_cache_entry pour le chemin '%s'" 542 543#: apply.c:4085 544#, c-format 545msgid "could not add %s to temporary index" 546msgstr "impossible d'ajouter %s à l'index temporaire" 547 548#: apply.c:4095 549#, c-format 550msgid "could not write temporary index to %s" 551msgstr "impossible d'écrire l'index temporaire dans %s" 552 553#: apply.c:4233 554#, c-format 555msgid "unable to remove %s from index" 556msgstr "suppression de %s dans l'index impossible" 557 558#: apply.c:4268 559#, c-format 560msgid "corrupt patch for submodule %s" 561msgstr "patch corrompu pour le sous-module %s" 562 563#: apply.c:4274 564#, c-format 565msgid "unable to stat newly created file '%s'" 566msgstr "stat du fichier nouvellement créé '%s' impossible" 567 568#: apply.c:4282 569#, c-format 570msgid "unable to create backing store for newly created file %s" 571msgstr "" 572"création du magasin de stockage pour le fichier nouvellement créé %s " 573"impossible" 574 575#: apply.c:4288 apply.c:4432 576#, c-format 577msgid "unable to add cache entry for %s" 578msgstr "ajout de l'élément de cache %s impossible" 579 580#: apply.c:4329 581#, c-format 582msgid "failed to write to '%s'" 583msgstr "échec de l'écriture dans '%s'" 584 585#: apply.c:4333 586#, c-format 587msgid "closing file '%s'" 588msgstr "fermeture du fichier '%s'" 589 590#: apply.c:4403 591#, c-format 592msgid "unable to write file '%s' mode %o" 593msgstr "écriture du fichier '%s' mode %o impossible" 594 595#: apply.c:4501 596#, c-format 597msgid "Applied patch %s cleanly." 598msgstr "Patch %s appliqué proprement." 599 600#: apply.c:4509 601msgid "internal error" 602msgstr "erreur interne" 603 604#: apply.c:4512 605#, c-format 606msgid "Applying patch %%s with %d reject..." 607msgid_plural "Applying patch %%s with %d rejects..." 608msgstr[0] "Application du patch %%s avec %d rejet..." 609msgstr[1] "Application du patch %%s avec %d rejets..." 610 611#: apply.c:4523 612#, c-format 613msgid "truncating .rej filename to %.*s.rej" 614msgstr "troncature du nom de fichier .rej en %.*s.rej" 615 616#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988 617#, c-format 618msgid "cannot open %s" 619msgstr "impossible d'ouvrir %s" 620 621#: apply.c:4545 622#, c-format 623msgid "Hunk #%d applied cleanly." 624msgstr "Section n°%d appliquée proprement." 625 626#: apply.c:4549 627#, c-format 628msgid "Rejected hunk #%d." 629msgstr "Section n°%d rejetée." 630 631#: apply.c:4659 632#, c-format 633msgid "Skipped patch '%s'." 634msgstr "Chemin '%s' non traité." 635 636#: apply.c:4667 637msgid "unrecognized input" 638msgstr "entrée non reconnue" 639 640#: apply.c:4686 641msgid "unable to read index file" 642msgstr "lecture du fichier d'index impossible" 643 644#: apply.c:4823 645#, c-format 646msgid "can't open patch '%s': %s" 647msgstr "ouverture impossible du patch '%s' :%s" 648 649#: apply.c:4850 650#, c-format 651msgid "squelched %d whitespace error" 652msgid_plural "squelched %d whitespace errors" 653msgstr[0] "%d erreur d'espace ignorée" 654msgstr[1] "%d erreurs d'espace ignorées" 655 656#: apply.c:4856 apply.c:4871 657#, c-format 658msgid "%d line adds whitespace errors." 659msgid_plural "%d lines add whitespace errors." 660msgstr[0] "%d ligne a ajouté des erreurs d'espace." 661msgstr[1] "%d lignes ont ajouté des erreurs d'espace." 662 663#: apply.c:4864 664#, c-format 665msgid "%d line applied after fixing whitespace errors." 666msgid_plural "%d lines applied after fixing whitespace errors." 667msgstr[0] "%d ligne ajoutée après correction des erreurs d'espace." 668msgstr[1] "%d lignes ajoutées après correction des erreurs d'espace." 669 670#: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391 671msgid "Unable to write new index file" 672msgstr "Impossible d'écrire le nouveau fichier d'index" 673 674#: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279 675#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180 676#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629 677#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973 678#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161 679#: git-add--interactive.perl:239 680msgid "path" 681msgstr "chemin" 682 683#: apply.c:4912 684msgid "don't apply changes matching the given path" 685msgstr "ne pas appliquer les modifications qui correspondent au chemin donné" 686 687#: apply.c:4915 688msgid "apply changes matching the given path" 689msgstr "appliquer les modifications qui correspondent au chemin donné" 690 691#: apply.c:4917 builtin/am.c:2285 692msgid "num" 693msgstr "num" 694 695#: apply.c:4918 696msgid "remove <num> leading slashes from traditional diff paths" 697msgstr "supprimer <num> barres obliques des chemins traditionnels de diff" 698 699#: apply.c:4921 700msgid "ignore additions made by the patch" 701msgstr "ignorer les additions réalisées par le patch" 702 703#: apply.c:4923 704msgid "instead of applying the patch, output diffstat for the input" 705msgstr "au lieu d'appliquer le patch, afficher le diffstat de l'entrée" 706 707#: apply.c:4927 708msgid "show number of added and deleted lines in decimal notation" 709msgstr "" 710"afficher le nombre de lignes ajoutées et supprimées en notation décimale" 711 712#: apply.c:4929 713msgid "instead of applying the patch, output a summary for the input" 714msgstr "au lieu d'appliquer le patch, afficher un résumer de l'entrée" 715 716#: apply.c:4931 717msgid "instead of applying the patch, see if the patch is applicable" 718msgstr "au lieu d'appliquer le patch, voir si le patch est applicable" 719 720#: apply.c:4933 721msgid "make sure the patch is applicable to the current index" 722msgstr "s'assurer que le patch est applicable sur l'index actuel" 723 724#: apply.c:4935 725msgid "apply a patch without touching the working tree" 726msgstr "appliquer les patch sans toucher à la copie de travail" 727 728#: apply.c:4937 729msgid "accept a patch that touches outside the working area" 730msgstr "accepter un patch qui touche hors de la copie de travail" 731 732#: apply.c:4939 733msgid "also apply the patch (use with --stat/--summary/--check)" 734msgstr "appliquer aussi le patch (à utiliser avec ---stat/--summary/--check)" 735 736#: apply.c:4941 737msgid "attempt three-way merge if a patch does not apply" 738msgstr "tenter une fusion à 3 points si le patch ne s'applique pas proprement" 739 740#: apply.c:4943 741msgid "build a temporary index based on embedded index information" 742msgstr "" 743"construire un index temporaire fondé sur l'information de l'index embarqué" 744 745#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515 746msgid "paths are separated with NUL character" 747msgstr "les chemins sont séparés par un caractère NUL" 748 749#: apply.c:4948 750msgid "ensure at least <n> lines of context match" 751msgstr "s'assurer d'au moins <n> lignes de correspondance de contexte" 752 753#: apply.c:4949 builtin/am.c:2264 754msgid "action" 755msgstr "action" 756 757#: apply.c:4950 758msgid "detect new or modified lines that have whitespace errors" 759msgstr "" 760"détecter des lignes nouvelles ou modifiées qui contiennent des erreurs " 761"d'espace" 762 763#: apply.c:4953 apply.c:4956 764msgid "ignore changes in whitespace when finding context" 765msgstr "ignorer des modifications d'espace lors de la recherche de contexte" 766 767#: apply.c:4959 768msgid "apply the patch in reverse" 769msgstr "appliquer le patch en sens inverse" 770 771#: apply.c:4961 772msgid "don't expect at least one line of context" 773msgstr "ne pas s'attendre à au moins une ligne de contexte" 774 775#: apply.c:4963 776msgid "leave the rejected hunks in corresponding *.rej files" 777msgstr "laisser les sections rejetées dans les fichiers *.rej correspondants" 778 779#: apply.c:4965 780msgid "allow overlapping hunks" 781msgstr "accepter les recouvrements de sections" 782 783#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19 784#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651 785#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134 786msgid "be verbose" 787msgstr "mode verbeux" 788 789#: apply.c:4968 790msgid "tolerate incorrectly detected missing new-line at the end of file" 791msgstr "" 792"tolérer des erreurs de détection de retours chariot manquants en fin de " 793"fichier" 794 795#: apply.c:4971 796msgid "do not trust the line counts in the hunk headers" 797msgstr "ne pas se fier au compte de lignes dans les en-têtes de section" 798 799#: apply.c:4973 builtin/am.c:2273 800msgid "root" 801msgstr "racine" 802 803#: apply.c:4974 804msgid "prepend <root> to all filenames" 805msgstr "préfixer tous les noms de fichier avec <root>" 806 807#: archive.c:12 808msgid "git archive [<options>] <tree-ish> [<path>...]" 809msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]" 810 811#: archive.c:13 812msgid "git archive --list" 813msgstr "git archive --list" 814 815#: archive.c:14 816msgid "" 817"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 818msgstr "" 819"git archive --remote <dépôt> [--exec <commande>] [<options>] <arbre ou " 820"apparenté> [<chemin>...]" 821 822#: archive.c:15 823msgid "git archive --remote <repo> [--exec <cmd>] --list" 824msgstr "git archive --remote <dépôt> [--exec <commande>] --list" 825 826#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300 827#, c-format 828msgid "pathspec '%s' did not match any files" 829msgstr "le chemin '%s' ne correspond à aucun fichier" 830 831#: archive.c:417 832msgid "fmt" 833msgstr "fmt" 834 835#: archive.c:417 836msgid "archive format" 837msgstr "format d'archive" 838 839#: archive.c:418 builtin/log.c:1436 840msgid "prefix" 841msgstr "préfixe" 842 843#: archive.c:419 844msgid "prepend prefix to each pathname in the archive" 845msgstr "préfixer chaque chemin de fichier dans l'archive" 846 847#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60 848#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061 849#: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552 850#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129 851#: parse-options.h:153 852msgid "file" 853msgstr "fichier" 854 855#: archive.c:421 builtin/archive.c:89 856msgid "write the archive to this file" 857msgstr "écrire l'archive dans ce fichier" 858 859#: archive.c:423 860msgid "read .gitattributes in working directory" 861msgstr "lire .gitattributes dans le répertoire de travail" 862 863#: archive.c:424 864msgid "report archived files on stderr" 865msgstr "afficher les fichiers archivés sur stderr" 866 867#: archive.c:425 868msgid "store only" 869msgstr "stockage seulement" 870 871#: archive.c:426 872msgid "compress faster" 873msgstr "compression rapide" 874 875#: archive.c:434 876msgid "compress better" 877msgstr "compression efficace" 878 879#: archive.c:437 880msgid "list supported archive formats" 881msgstr "afficher les formats d'archive supportés" 882 883#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106 884#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982 885msgid "repo" 886msgstr "dépôt" 887 888#: archive.c:440 builtin/archive.c:91 889msgid "retrieve the archive from remote repository <repo>" 890msgstr "récupérer l'archive depuis le dépôt distant <dépôt>" 891 892#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485 893msgid "command" 894msgstr "commande" 895 896#: archive.c:442 builtin/archive.c:93 897msgid "path to the remote git-upload-archive command" 898msgstr "chemin vers la commande distante git-upload-archive" 899 900#: archive.c:449 901msgid "Unexpected option --remote" 902msgstr "Option --remote inattendue" 903 904#: archive.c:451 905msgid "Option --exec can only be used together with --remote" 906msgstr "L'option --exec ne peut être utilisée qu'en complément de --remote" 907 908#: archive.c:453 909msgid "Unexpected option --output" 910msgstr "Option --output inattendue" 911 912#: archive.c:475 913#, c-format 914msgid "Unknown archive format '%s'" 915msgstr "Format d'archive inconnu '%s'" 916 917#: archive.c:482 918#, c-format 919msgid "Argument not supported for format '%s': -%d" 920msgstr "Argument non supporté pour le format '%s' : -%d" 921 922#: attr.c:212 923#, c-format 924msgid "%.*s is not a valid attribute name" 925msgstr "%.*s n'est pas un nom valide d'attribut" 926 927#: attr.c:408 928msgid "" 929"Negative patterns are ignored in git attributes\n" 930"Use '\\!' for literal leading exclamation." 931msgstr "" 932"Les motifs de négation sont ignorés dans les attributs git\n" 933"Utilisez '\\!' pour un point d'exclamation littéral." 934 935#: bisect.c:444 936#, c-format 937msgid "Could not open file '%s'" 938msgstr "impossible d'ouvrir le fichier '%s'" 939 940#: bisect.c:449 941#, c-format 942msgid "Badly quoted content in file '%s': %s" 943msgstr "Contenu mal cité dans le fichier '%s' : %s" 944 945#: bisect.c:657 946#, c-format 947msgid "We cannot bisect more!\n" 948msgstr "Impossible de pousser la bissection plus loin !\n" 949 950#: bisect.c:710 951#, c-format 952msgid "Not a valid commit name %s" 953msgstr "%s n'est pas un nom de commit valide" 954 955#: bisect.c:734 956#, c-format 957msgid "" 958"The merge base %s is bad.\n" 959"This means the bug has been fixed between %s and [%s].\n" 960msgstr "" 961"La base de fusion %s est mauvaise.\n" 962"Cela signifie que le bogue été corrigé entre %s et [%s].\n" 963 964#: bisect.c:739 965#, c-format 966msgid "" 967"The merge base %s is new.\n" 968"The property has changed between %s and [%s].\n" 969msgstr "" 970"La base de fusion %s est nouvelle.\n" 971"La propriété a changé entre %s et [%s].\n" 972 973#: bisect.c:744 974#, c-format 975msgid "" 976"The merge base %s is %s.\n" 977"This means the first '%s' commit is between %s and [%s].\n" 978msgstr "" 979"La base de fusion %s est %s.\n" 980"Ceci signifie que le premier commit '%s' est entre %s et [%s].\n" 981 982#: bisect.c:752 983#, c-format 984msgid "" 985"Some %s revs are not ancestors of the %s rev.\n" 986"git bisect cannot work properly in this case.\n" 987"Maybe you mistook %s and %s revs?\n" 988msgstr "" 989"Certaines révision %s ne sont pas ancêtres de la révision %s.\n" 990"git bisect ne peut pas fonctionner correctement dans ce cas.\n" 991"Peut-être les révisions %s et %s ne sont-elles pas les bonnes ?\n" 992 993#: bisect.c:765 994#, c-format 995msgid "" 996"the merge base between %s and [%s] must be skipped.\n" 997"So we cannot be sure the first %s commit is between %s and %s.\n" 998"We continue anyway." 999msgstr ""1000"La base de fusion entre %s et [%s] doit être évitée.\n"1001"On ne peut donc pas être certain que le premier commit %s se trouve entre %s "1002"et %s.\n"1003"On continue tout de même."10041005#: bisect.c:8001006#, c-format1007msgid "Bisecting: a merge base must be tested\n"1008msgstr "Bissection : une base de fusion doit être testée\n"10091010#: bisect.c:8511011#, c-format1012msgid "a %s revision is needed"1013msgstr "une révision %s est nécessaire"10141015#: bisect.c:868 builtin/notes.c:174 builtin/tag.c:2551016#, c-format1017msgid "could not create file '%s'"1018msgstr "impossible de créer le fichier '%s'"10191020#: bisect.c:9191021#, c-format1022msgid "could not read file '%s'"1023msgstr "impossible de lire le fichier '%s'"10241025#: bisect.c:9491026msgid "reading bisect refs failed"1027msgstr "impossible de lire les références de bissection"10281029#: bisect.c:9691030#, c-format1031msgid "%s was both %s and %s\n"1032msgstr "%s était à la fois %s et %s\n"10331034#: bisect.c:9771035#, c-format1036msgid ""1037"No testable commit found.\n"1038"Maybe you started with bad path parameters?\n"1039msgstr ""1040"Aucun commit testable n'a été trouvé\n"1041"Peut-être avez-vous démarré avec un mauvais paramètre de chemin ?\n"10421043#: bisect.c:9961044#, c-format1045msgid "(roughly %d step)"1046msgid_plural "(roughly %d steps)"1047msgstr[0] "(à peu près %d étape)"1048msgstr[1] "(à peu près %d étapes)"10491050#. TRANSLATORS: the last %s will be replaced with1051#. "(roughly %d steps)" translation1052#: bisect.c:10001053#, c-format1054msgid "Bisecting: %d revision left to test after this %s\n"1055msgid_plural "Bisecting: %d revisions left to test after this %s\n"1056msgstr[0] "Bissection : %d révision à tester après cette %s\n"1057msgstr[1] "Bissection : %d révisions à tester après cette %s\n"10581059#: branch.c:531060#, c-format1061msgid ""1062"\n"1063"After fixing the error cause you may try to fix up\n"1064"the remote tracking information by invoking\n"1065"\"git branch --set-upstream-to=%s%s%s\"."1066msgstr ""1067"\n"1068"Après correction de la cause de l'erreur, vous pouvez essayer de corriger\n"1069"l'information de suivi distant en invoquant\n"1070"\"git branch --setup-upstream-to=%s%s%s\"."10711072#: branch.c:671073#, c-format1074msgid "Not setting branch %s as its own upstream."1075msgstr "La branche %s ne peut pas être sa propre branche amont."10761077#: branch.c:931078#, c-format1079msgid "Branch %s set up to track remote branch %s from %s by rebasing."1080msgstr ""1081"La branche %s est paramétrée pour suivre la branche distante %s de %s en "1082"rebasant."10831084#: branch.c:941085#, c-format1086msgid "Branch %s set up to track remote branch %s from %s."1087msgstr ""1088"La branche %s est paramétrée pour suivre la branche distante %s depuis %s."10891090#: branch.c:981091#, c-format1092msgid "Branch %s set up to track local branch %s by rebasing."1093msgstr ""1094"La branche %s est paramétrée pour suivre la branche locale %s en rebasant."10951096#: branch.c:991097#, c-format1098msgid "Branch %s set up to track local branch %s."1099msgstr "La branche %s est paramétrée pour suivre la branche locale %s."11001101#: branch.c:1041102#, c-format1103msgid "Branch %s set up to track remote ref %s by rebasing."1104msgstr ""1105"La branche %s est paramétrée pour suivre la référence distante %s en "1106"rebasant."11071108#: branch.c:1051109#, c-format1110msgid "Branch %s set up to track remote ref %s."1111msgstr "La branche %s est paramétrée pour suivre la référence distante %s."11121113#: branch.c:1091114#, c-format1115msgid "Branch %s set up to track local ref %s by rebasing."1116msgstr ""1117"La branche %s est paramétrée pour suivre la référence locale %s en rebasant."11181119#: branch.c:1101120#, c-format1121msgid "Branch %s set up to track local ref %s."1122msgstr "La branche %s est paramétrée pour suivre la référence locale %s."11231124#: branch.c:1191125msgid "Unable to write upstream branch configuration"1126msgstr "Échec de l'écriture de la configuration de branche amont"11271128#: branch.c:1561129#, c-format1130msgid "Not tracking: ambiguous information for ref %s"1131msgstr "Pas de suivi : information ambiguë pour la référence %s"11321133#: branch.c:1851134#, c-format1135msgid "'%s' is not a valid branch name."1136msgstr "'%s' n'est pas un nom de branche valide."11371138#: branch.c:1901139#, c-format1140msgid "A branch named '%s' already exists."1141msgstr "Une branche nommée '%s' existe déjà."11421143#: branch.c:1981144msgid "Cannot force update the current branch."1145msgstr "Impossible de forcer la mise à jour de la branche courante."11461147#: branch.c:2181148#, c-format1149msgid "Cannot setup tracking information; starting point '%s' is not a branch."1150msgstr ""1151"Impossible de paramétrer le suivi de branche ; le point de départ '%s' n'est "1152"pas une branche."11531154#: branch.c:2201155#, c-format1156msgid "the requested upstream branch '%s' does not exist"1157msgstr "la branche amont demandée '%s' n'existe pas"11581159#: branch.c:2221160msgid ""1161"\n"1162"If you are planning on basing your work on an upstream\n"1163"branch that already exists at the remote, you may need to\n"1164"run \"git fetch\" to retrieve it.\n"1165"\n"1166"If you are planning to push out a new local branch that\n"1167"will track its remote counterpart, you may want to use\n"1168"\"git push -u\" to set the upstream config as you push."1169msgstr ""1170"\n"1171"Si vous comptez baser votre travail sur une branche\n"1172"amont qui existe déjà sur le serveur distant, vous pouvez\n"1173"lancer \"git fetch\" pour la récupérer.\n"1174"\n"1175"Si vous comptez pousser une nouvelle branche locale qui suivra\n"1176"sa jumelle distante, vous pouvez utiliser \"git push -u\"\n"1177"pour paramétrer le suivi distant en même temps que vous poussez."11781179#: branch.c:2651180#, c-format1181msgid "Not a valid object name: '%s'."1182msgstr "Nom d'objet invalide : '%s'."11831184#: branch.c:2851185#, c-format1186msgid "Ambiguous object name: '%s'."1187msgstr "Nom d'objet ambigu : '%s'."11881189#: branch.c:2901190#, c-format1191msgid "Not a valid branch point: '%s'."1192msgstr "Point d'embranchement invalide : '%s'."11931194#: branch.c:3441195#, c-format1196msgid "'%s' is already checked out at '%s'"1197msgstr "'%s' est déjà extrait dans '%s'"11981199#: branch.c:3641200#, c-format1201msgid "HEAD of working tree %s is not updated"1202msgstr "la HEAD de la copie de travail %s n'est pas mise à jour"12031204#: bundle.c:341205#, c-format1206msgid "'%s' does not look like a v2 bundle file"1207msgstr "'%s' ne semble pas être un fichier bundle v2"12081209#: bundle.c:611210#, c-format1211msgid "unrecognized header: %s%s (%d)"1212msgstr "en-tête non reconnu : %s%s (%d)"12131214#: bundle.c:87 sequencer.c:1341 sequencer.c:1767 builtin/commit.c:7771215#, c-format1216msgid "could not open '%s'"1217msgstr "impossible d'ouvrir '%s'"12181219#: bundle.c:1391220msgid "Repository lacks these prerequisite commits:"1221msgstr "Le dépôt ne dispose pas des commits prérequis suivants :"12221223#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:23211224#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:3531225#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:19161226#: builtin/merge.c:359 builtin/shortlog.c:1761227msgid "revision walk setup failed"1228msgstr "échec de la préparation du parcours des révisions"12291230#: bundle.c:1851231#, c-format1232msgid "The bundle contains this ref:"1233msgid_plural "The bundle contains these %d refs:"1234msgstr[0] "Le colis contient cette référence :"1235msgstr[1] "Le colis contient ces %d références :"12361237#: bundle.c:1921238msgid "The bundle records a complete history."1239msgstr "Le colis enregistre l'historique complet."12401241#: bundle.c:1941242#, c-format1243msgid "The bundle requires this ref:"1244msgid_plural "The bundle requires these %d refs:"1245msgstr[0] "Le colis exige cette référence :"1246msgstr[1] "Le colis exige ces %d références :"12471248#: bundle.c:2531249msgid "Could not spawn pack-objects"1250msgstr "Impossible de créer des objets groupés"12511252#: bundle.c:2641253msgid "pack-objects died"1254msgstr "les objets groupés ont disparu"12551256#: bundle.c:3041257msgid "rev-list died"1258msgstr "rev-list a disparu"12591260#: bundle.c:3531261#, c-format1262msgid "ref '%s' is excluded by the rev-list options"1263msgstr "la référence '%s' est exclue par les options de rev-list"12641265#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:2811266#, c-format1267msgid "unrecognized argument: %s"1268msgstr "argument non reconnu : %s"12691270#: bundle.c:4511271msgid "Refusing to create empty bundle."1272msgstr "Refus de créer un colis vide."12731274#: bundle.c:4631275#, c-format1276msgid "cannot create '%s'"1277msgstr "impossible de créer '%s'"12781279#: bundle.c:4911280msgid "index-pack died"1281msgstr "l'index de groupe a disparu"12821283#: color.c:3001284#, c-format1285msgid "invalid color value: %.*s"1286msgstr "Valeur invalide de couleur : %.*s"12871288#: commit.c:40 sequencer.c:1579 builtin/am.c:419 builtin/am.c:4551289#: builtin/am.c:1489 builtin/am.c:21261290#, c-format1291msgid "could not parse %s"1292msgstr "impossible d'analyser %s"12931294#: commit.c:421295#, c-format1296msgid "%s %s is not a commit!"1297msgstr "%s %s n'est pas un commit !"12981299#: commit.c:15111300msgid ""1301"Warning: commit message did not conform to UTF-8.\n"1302"You may want to amend it after fixing the message, or set the config\n"1303"variable i18n.commitencoding to the encoding your project uses.\n"1304msgstr ""1305"Avertissement : le message de validation ne se conforme pas à UTF-8.\n"1306"Vous souhaitez peut-être le modifier après correction du message ou régler "1307"la\n"1308"variable de configuration i18n.commitencoding à l'encodage utilisé par votre "1309"projet.\n"13101311#: compat/obstack.c:406 compat/obstack.c:4081312msgid "memory exhausted"1313msgstr "plus de mémoire"13141315#: config.c:1911316msgid "relative config include conditionals must come from files"1317msgstr ""1318"les conditions d'inclusion de configuration relative doivent venir de "1319"fichiers"13201321#: config.c:7111322#, c-format1323msgid "bad config line %d in blob %s"1324msgstr "ligne %d de config incorrecte dans le blob %s"13251326#: config.c:7151327#, c-format1328msgid "bad config line %d in file %s"1329msgstr "ligne %d de config incorrecte dans le fichier %s"13301331#: config.c:7191332#, c-format1333msgid "bad config line %d in standard input"1334msgstr "ligne %d de config incorrecte dans l'entrée standard"13351336#: config.c:7231337#, c-format1338msgid "bad config line %d in submodule-blob %s"1339msgstr "ligne %d de config incorrecte dans le blob de sous-module %s"13401341#: config.c:7271342#, c-format1343msgid "bad config line %d in command line %s"1344msgstr "ligne %d de config incorrecte dans la ligne de commande %s"13451346#: config.c:7311347#, c-format1348msgid "bad config line %d in %s"1349msgstr "ligne %d de config incorrecte dans %s"13501351#: config.c:8591352msgid "out of range"1353msgstr "hors plage"13541355#: config.c:8591356msgid "invalid unit"1357msgstr "unité invalide"13581359#: config.c:8651360#, c-format1361msgid "bad numeric config value '%s' for '%s': %s"1362msgstr "valeur numérique de configuration invalide '%s' pour '%s' : %s"13631364#: config.c:8701365#, c-format1366msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1367msgstr ""1368"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob "1369"%s : %s"13701371#: config.c:8731372#, c-format1373msgid "bad numeric config value '%s' for '%s' in file %s: %s"1374msgstr ""1375"valeur numérique de configuration incorrecte '%s' pour '%s' dans le fichier "1376"%s : %s"13771378#: config.c:8761379#, c-format1380msgid "bad numeric config value '%s' for '%s' in standard input: %s"1381msgstr ""1382"valeur numérique de configuration incorrecte '%s' pour '%s' dans l'entrée "1383"standard : %s"13841385#: config.c:8791386#, c-format1387msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1388msgstr ""1389"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob de "1390"sous-module %s : %s"13911392#: config.c:8821393#, c-format1394msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1395msgstr ""1396"valeur numérique de configuration incorrecte '%s' pour '%s' dans la ligne de "1397"commande %s : %s"13981399#: config.c:8851400#, c-format1401msgid "bad numeric config value '%s' for '%s' in %s: %s"1402msgstr ""1403"valeur numérique de configuration incorrecte '%s' pour '%s' dans %s : %s"14041405#: config.c:9801406#, c-format1407msgid "failed to expand user dir in: '%s'"1408msgstr "impossible d'étendre le répertoire utilisateur dans : '%s'"14091410#: config.c:1075 config.c:10861411#, c-format1412msgid "bad zlib compression level %d"1413msgstr "niveau de compression zlib incorrect %d"14141415#: config.c:12031416#, c-format1417msgid "invalid mode for object creation: %s"1418msgstr "mode invalide pour la création d'objet : %s"14191420#: config.c:13591421#, c-format1422msgid "bad pack compression level %d"1423msgstr "niveau de compression du paquet %d"14241425#: config.c:15571426msgid "unable to parse command-line config"1427msgstr "lecture de la configuration de ligne de commande impossible"14281429#: config.c:16111430msgid "unknown error occurred while reading the configuration files"1431msgstr "erreur inconnue pendant la lecture des fichiers de configuration"14321433#: config.c:19701434#, c-format1435msgid "Invalid %s: '%s'"1436msgstr "%s invalide : '%s'"14371438#: config.c:19911439#, c-format1440msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1441msgstr ""1442"valeur '%s' de core.untrackedCache inconnue ; utilisation de 'keep' par "1443"défaut"14441445#: config.c:20171446#, c-format1447msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1448msgstr ""1449"la valeur '%d' de splitIndex.maxPercentChange devrait se situer entre 0 et "1450"100"14511452#: config.c:20281453#, c-format1454msgid "unable to parse '%s' from command-line config"1455msgstr ""1456"impossible d'analyser '%s' depuis le configuration en ligne de commande"14571458#: config.c:20301459#, c-format1460msgid "bad config variable '%s' in file '%s' at line %d"1461msgstr ""1462"variable de configuration '%s' incorrecte dans le fichier '%s' à la ligne %d"14631464#: config.c:20891465#, c-format1466msgid "%s has multiple values"1467msgstr "%s a des valeurs multiples"14681469#: config.c:2423 config.c:26481470#, c-format1471msgid "fstat on %s failed"1472msgstr "échec de fstat sur %s"14731474#: config.c:25411475#, c-format1476msgid "could not set '%s' to '%s'"1477msgstr "impossible de régler '%s' à '%s'"14781479#: config.c:2543 builtin/remote.c:7741480#, c-format1481msgid "could not unset '%s'"1482msgstr "impossible de désinitialiser '%s'"14831484#: connect.c:491485msgid "The remote end hung up upon initial contact"1486msgstr "L'hôte distant a fermé la connexion lors du contact initial"14871488#: connect.c:511489msgid ""1490"Could not read from remote repository.\n"1491"\n"1492"Please make sure you have the correct access rights\n"1493"and the repository exists."1494msgstr ""1495"Impossible de lire le dépôt distant.\n"1496"\n"1497"Veuillez vérifier que vous avez les droits d'accès\n"1498"et que le dépôt existe."14991500#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:1401501msgid "Checking connectivity"1502msgstr "Vérification de la connectivité"15031504#: connected.c:751505msgid "Could not run 'git rev-list'"1506msgstr "Impossible de lancer 'git rev-list'"15071508#: connected.c:951509msgid "failed write to rev-list"1510msgstr "impossible d'écrire dans la rev-list"15111512#: connected.c:1021513msgid "failed to close rev-list's stdin"1514msgstr "impossible de fermer l'entrée standard du rev-list"15151516#: convert.c:2011517#, c-format1518msgid ""1519"CRLF will be replaced by LF in %s.\n"1520"The file will have its original line endings in your working directory."1521msgstr ""1522"Les CRLF seront remplacés par des LF dans %s.\n"1523"Le fichier conservera ses fins de ligne d'origine dans votre copie de "1524"travail."15251526#: convert.c:2051527#, c-format1528msgid "CRLF would be replaced by LF in %s."1529msgstr "Les CRLF seraient remplacés par des LF dans %s."15301531#: convert.c:2111532#, c-format1533msgid ""1534"LF will be replaced by CRLF in %s.\n"1535"The file will have its original line endings in your working directory."1536msgstr ""1537"Les LF seront remplacés par des CRLF dans %s.\n"1538"Le fichier conservera ses fins de ligne d'origine dans votre copie de "1539"travail."15401541#: convert.c:2151542#, c-format1543msgid "LF would be replaced by CRLF in %s"1544msgstr "Les LF seraient remplacés par des CRLF dans %s"15451546#: date.c:971547msgid "in the future"1548msgstr "dans le futur"15491550#: date.c:1031551#, c-format1552msgid "%lu second ago"1553msgid_plural "%lu seconds ago"1554msgstr[0] "il y a %lu seconde"1555msgstr[1] "il y a %lu secondes"15561557#: date.c:1101558#, c-format1559msgid "%lu minute ago"1560msgid_plural "%lu minutes ago"1561msgstr[0] "il y a %lu minute"1562msgstr[1] "il y a %lu minutes"15631564#: date.c:1171565#, c-format1566msgid "%lu hour ago"1567msgid_plural "%lu hours ago"1568msgstr[0] "il y a %lu heure"1569msgstr[1] "il y a %lu heures"15701571#: date.c:1241572#, c-format1573msgid "%lu day ago"1574msgid_plural "%lu days ago"1575msgstr[0] "il y a %lu jour"1576msgstr[1] "il y a %lu jours"15771578#: date.c:1301579#, c-format1580msgid "%lu week ago"1581msgid_plural "%lu weeks ago"1582msgstr[0] "il y a %lu semaine"1583msgstr[1] "il y a %lu semaines"15841585#: date.c:1371586#, c-format1587msgid "%lu month ago"1588msgid_plural "%lu months ago"1589msgstr[0] "il y a %lu mois"1590msgstr[1] "il y a %lu mois"15911592#: date.c:1481593#, c-format1594msgid "%lu year"1595msgid_plural "%lu years"1596msgstr[0] "%lu an"1597msgstr[1] "%lu ans"15981599#. TRANSLATORS: "%s" is "<n> years"1600#: date.c:1511601#, c-format1602msgid "%s, %lu month ago"1603msgid_plural "%s, %lu months ago"1604msgstr[0] "il y a %s et %lu mois"1605msgstr[1] "il y a %s et %lu mois"16061607#: date.c:156 date.c:1611608#, c-format1609msgid "%lu year ago"1610msgid_plural "%lu years ago"1611msgstr[0] "il y a %lu an"1612msgstr[1] "il y a %lu ans"16131614#: diffcore-order.c:241615#, c-format1616msgid "failed to read orderfile '%s'"1617msgstr "impossible de lire le fichier de commande '%s'"16181619#: diffcore-rename.c:5361620msgid "Performing inexact rename detection"1621msgstr "Détection de renommage inexact en cours"16221623#: diff.c:621624#, c-format1625msgid "option '%s' requires a value"1626msgstr "le commutateur '%s' a besoin d'une valeur"16271628#: diff.c:1241629#, c-format1630msgid " Failed to parse dirstat cut-off percentage '%s'\n"1631msgstr ""1632" Impossible d'analyser le pourcentage de modification de dirstat '%s'\n"16331634#: diff.c:1291635#, c-format1636msgid " Unknown dirstat parameter '%s'\n"1637msgstr " Paramètre dirstat inconnu '%s'\n"16381639#: diff.c:2811640#, c-format1641msgid "Unknown value for 'diff.submodule' config variable: '%s'"1642msgstr ""1643"Valeur inconnue pour la variable de configuration 'diff.submodule' : '%s'"16441645#: diff.c:3441646#, c-format1647msgid ""1648"Found errors in 'diff.dirstat' config variable:\n"1649"%s"1650msgstr ""1651"Erreurs dans la variable de configuration 'diff.dirstat' :\n"1652"%s"16531654#: diff.c:31021655#, c-format1656msgid "external diff died, stopping at %s"1657msgstr "l'application de diff externe a disparu, arrêt à %s"16581659#: diff.c:34281660msgid "--name-only, --name-status, --check and -s are mutually exclusive"1661msgstr "--name-only, --name-status, --check et -s sont mutuellement exclusifs"16621663#: diff.c:35181664msgid "--follow requires exactly one pathspec"1665msgstr "--follow a besoin d'une spécification de chemin unique"16661667#: diff.c:36811668#, c-format1669msgid ""1670"Failed to parse --dirstat/-X option parameter:\n"1671"%s"1672msgstr ""1673"Impossible d'analyser le paramètre de l'option --dirstat/-X :\n"1674"%s"16751676#: diff.c:36951677#, c-format1678msgid "Failed to parse --submodule option parameter: '%s'"1679msgstr "Impossible d'analyser le paramètre de l'option --submodule : '%s'"16801681#: diff.c:47191682msgid "inexact rename detection was skipped due to too many files."1683msgstr ""1684"détection de renommage inexact annulée à cause d'un trop grand nombre de "1685"fichiers."16861687#: diff.c:47221688msgid "only found copies from modified paths due to too many files."1689msgstr ""1690"recherche uniquement des copies par modification de chemin à cause d'un trop "1691"grand nombre de fichiers."16921693#: diff.c:47251694#, c-format1695msgid ""1696"you may want to set your %s variable to at least %d and retry the command."1697msgstr ""1698"vous souhaitez peut-être régler la variable %s à au moins %d et réessayer le "1699"commande."17001701#: dir.c:18991702msgid "failed to get kernel name and information"1703msgstr "echec de l'obtention d'information de kernel"17041705#: dir.c:20181706msgid "Untracked cache is disabled on this system or location."1707msgstr "Le cache non suivi est désactivé sur ce système ou sur cet endroit."17081709#: dir.c:2776 dir.c:27811710#, c-format1711msgid "could not create directories for %s"1712msgstr "impossible de créer les répertoires pour %s"17131714#: dir.c:28061715#, c-format1716msgid "could not migrate git directory from '%s' to '%s'"1717msgstr "impossible de migrer le répertoire git de '%s' vers '%s'"17181719#: entry.c:2801720#, c-format1721msgid "could not stat file '%s'"1722msgstr "impossible de stat le fichier '%s'"17231724#: fetch-pack.c:2491725msgid "git fetch-pack: expected shallow list"1726msgstr "git fetch-pack : list courte attendue"17271728#: fetch-pack.c:2611729msgid "git fetch-pack: expected ACK/NAK, got EOF"1730msgstr "git fetch-pack : ACK/NACK attendu, EOF reçu"17311732#: fetch-pack.c:280 builtin/archive.c:631733#, c-format1734msgid "remote error: %s"1735msgstr "erreur distante : %s"17361737#: fetch-pack.c:2811738#, c-format1739msgid "git fetch-pack: expected ACK/NAK, got '%s'"1740msgstr "git fetch-pack : ACK/NACK attendu, '%s' reçu"17411742#: fetch-pack.c:3331743msgid "--stateless-rpc requires multi_ack_detailed"1744msgstr "--stateless-rpc nécessite multi_ack_detailed"17451746#: fetch-pack.c:4191747#, c-format1748msgid "invalid shallow line: %s"1749msgstr "ligne de superficiel invalide : %s"17501751#: fetch-pack.c:4251752#, c-format1753msgid "invalid unshallow line: %s"1754msgstr "ligne de fin de superficiel invalide : %s"17551756#: fetch-pack.c:4271757#, c-format1758msgid "object not found: %s"1759msgstr "objet non trouvé : %s"17601761#: fetch-pack.c:4301762#, c-format1763msgid "error in object: %s"1764msgstr "Erreur dans l'objet : %s"17651766#: fetch-pack.c:4321767#, c-format1768msgid "no shallow found: %s"1769msgstr "Pas de superficiel trouvé : %s"17701771#: fetch-pack.c:4351772#, c-format1773msgid "expected shallow/unshallow, got %s"1774msgstr "superficiel/non superficiel attendu, %s trouvé"17751776#: fetch-pack.c:4741777#, c-format1778msgid "got %s %d %s"1779msgstr "réponse %s %d %s"17801781#: fetch-pack.c:4881782#, c-format1783msgid "invalid commit %s"1784msgstr "commit invalide %s"17851786#: fetch-pack.c:5211787msgid "giving up"1788msgstr "abandon"17891790#: fetch-pack.c:531 progress.c:2351791msgid "done"1792msgstr "fait"17931794#: fetch-pack.c:5431795#, c-format1796msgid "got %s (%d) %s"1797msgstr "%s trouvé (%d) %s"17981799#: fetch-pack.c:5891800#, c-format1801msgid "Marking %s as complete"1802msgstr "Marquage de %s comme terminé"18031804#: fetch-pack.c:7371805#, c-format1806msgid "already have %s (%s)"1807msgstr "%s déjà possédé (%s)"18081809#: fetch-pack.c:7751810msgid "fetch-pack: unable to fork off sideband demultiplexer"1811msgstr "fetch-pack : impossible de dupliquer le démultiplexeur latéral"18121813#: fetch-pack.c:7831814msgid "protocol error: bad pack header"1815msgstr "erreur de protocole : mauvais entête de paquet"18161817#: fetch-pack.c:8391818#, c-format1819msgid "fetch-pack: unable to fork off %s"1820msgstr "fetch-pack : impossible de dupliquer %s"18211822#: fetch-pack.c:8551823#, c-format1824msgid "%s failed"1825msgstr "échec de %s"18261827#: fetch-pack.c:8571828msgid "error in sideband demultiplexer"1829msgstr "erreur dans le démultiplexer latéral"18301831#: fetch-pack.c:8841832msgid "Server does not support shallow clients"1833msgstr "Le serveur ne supporte les clients superficiels"18341835#: fetch-pack.c:8881836msgid "Server supports multi_ack_detailed"1837msgstr "Le serveur supporte multi_ack_detailed"18381839#: fetch-pack.c:8911840msgid "Server supports no-done"1841msgstr "Le serveur support no-done"18421843#: fetch-pack.c:8971844msgid "Server supports multi_ack"1845msgstr "Le serveur supporte multi_ack"18461847#: fetch-pack.c:9011848msgid "Server supports side-band-64k"1849msgstr "Le serveur supporte side-band-64k"18501851#: fetch-pack.c:9051852msgid "Server supports side-band"1853msgstr "Le serveru supporte side-band"18541855#: fetch-pack.c:9091856msgid "Server supports allow-tip-sha1-in-want"1857msgstr "Le serveur supporte allow-tip-sha1-in-want"18581859#: fetch-pack.c:9131860msgid "Server supports allow-reachable-sha1-in-want"1861msgstr "Le serveur supporte allow-reachable-sha1-in-want"18621863#: fetch-pack.c:9231864msgid "Server supports ofs-delta"1865msgstr "Le serveur support ofs-delta"18661867#: fetch-pack.c:9301868#, c-format1869msgid "Server version is %.*s"1870msgstr "La version du serveur est %.*s"18711872#: fetch-pack.c:9361873msgid "Server does not support --shallow-since"1874msgstr "Le receveur ne gère pas --shallow-since"18751876#: fetch-pack.c:9401877msgid "Server does not support --shallow-exclude"1878msgstr "Le receveur ne gère pas --shallow-exclude"18791880#: fetch-pack.c:9421881msgid "Server does not support --deepen"1882msgstr "Le receveur ne gère pas --deepen"18831884#: fetch-pack.c:9531885msgid "no common commits"1886msgstr "pas de commit commun"18871888#: fetch-pack.c:9651889msgid "git fetch-pack: fetch failed."1890msgstr "git fetch-pack : échec de le récupération."18911892#: fetch-pack.c:11271893msgid "no matching remote head"1894msgstr "pas de HEAD distante correspondante"18951896#: fetch-pack.c:11491897#, c-format1898msgid "no such remote ref %s"1899msgstr "référence distante inconnue %s"19001901#: fetch-pack.c:11521902#, c-format1903msgid "Server does not allow request for unadvertised object %s"1904msgstr "Le serveur n'autorise pas de requête pour l'objet %s non annoncé"19051906#: gpg-interface.c:1851907msgid "gpg failed to sign the data"1908msgstr "gpg n'a pas pu signer les données"19091910#: gpg-interface.c:2151911msgid "could not create temporary file"1912msgstr "impossible de créer un fichier temporaire"19131914#: gpg-interface.c:2171915#, c-format1916msgid "failed writing detached signature to '%s'"1917msgstr "impossible d'écrire la signature détachée dans '%s'"19181919#: graph.c:961920#, c-format1921msgid "ignore invalid color '%.*s' in log.graphColors"1922msgstr "couleur invalide '%.*s' ignorée dans log.graphColors"19231924#: grep.c:17961925#, c-format1926msgid "'%s': unable to read %s"1927msgstr "'%s' : lecture de %s impossible"19281929#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:1331930#, c-format1931msgid "failed to stat '%s'"1932msgstr "échec du stat de '%s'"19331934#: grep.c:18241935#, c-format1936msgid "'%s': short read"1937msgstr "'%s' : lecture tronquée"19381939#: help.c:2181940#, c-format1941msgid "available git commands in '%s'"1942msgstr "commandes git disponibles dans '%s'"19431944#: help.c:2251945msgid "git commands available from elsewhere on your $PATH"1946msgstr "commandes git disponibles depuis un autre endroit de votre $PATH"19471948#: help.c:2561949msgid "These are common Git commands used in various situations:"1950msgstr "Ci-dessous les commandes Git habituelles dans diverses situations :"19511952#: help.c:3211953#, c-format1954msgid ""1955"'%s' appears to be a git command, but we were not\n"1956"able to execute it. Maybe git-%s is broken?"1957msgstr ""1958"'%s' semble être une commande git, mais elle n'a pas pu\n"1959"être exécutée. Peut-être git-%s est-elle cassée ?"19601961#: help.c:3761962msgid "Uh oh. Your system reports no Git commands at all."1963msgstr "Ahem. Votre système n'indique aucune commande Git."19641965#: help.c:3981966#, c-format1967msgid ""1968"WARNING: You called a Git command named '%s', which does not exist.\n"1969"Continuing under the assumption that you meant '%s'"1970msgstr ""1971"ATTENTION : vous avez invoqué une commande Git nommée '%s' qui n'existe "1972"pas.\n"1973"Continuons en supposant que vous avez voulu dire '%s'"19741975#: help.c:4031976#, c-format1977msgid "in %0.1f seconds automatically..."1978msgstr "dans %0.1f secondes automatiquement..."19791980#: help.c:4101981#, c-format1982msgid "git: '%s' is not a git command. See 'git --help'."1983msgstr "git : '%s' n'est pas une commande git. Voir 'git --help'."19841985#: help.c:414 help.c:4801986msgid ""1987"\n"1988"Did you mean this?"1989msgid_plural ""1990"\n"1991"Did you mean one of these?"1992msgstr[0] ""1993"\n"1994"Vouliez-vous dire cela ?"1995msgstr[1] ""1996"\n"1997"Vouliez-vous dire un de ceux-là ?"19981999#: help.c:4762000#, c-format2001msgid "%s: %s - %s"2002msgstr "%s: %s - %s"20032004#: ident.c:3432005msgid ""2006"\n"2007"*** Please tell me who you are.\n"2008"\n"2009"Run\n"2010"\n"2011" git config --global user.email \"you@example.com\"\n"2012" git config --global user.name \"Your Name\"\n"2013"\n"2014"to set your account's default identity.\n"2015"Omit --global to set the identity only in this repository.\n"2016"\n"2017msgstr ""2018"\n"2019"*** Veuillez me dire qui vous êtes.\n"2020"\n"2021"Lancez\n"2022"\n"2023" git config --global user.email \"Vous@exemple.com\"\n"2024" git config --global user.name \"Votre Nom\"\n"2025"\n"2026"pour régler l'identité par défaut de votre compte.\n"2027"Éliminez --global pour ne faire les réglages que dans ce dépôt.\n"2028"\n"20292030#: ident.c:3672031msgid "no email was given and auto-detection is disabled"2032msgstr "aucun courriel fourni et l'auto-détection est désactivée"20332034#: ident.c:3722035#, c-format2036msgid "unable to auto-detect email address (got '%s')"2037msgstr "impossible de détecter automatiquement l'adresse ('%s' trouvé)"20382039#: ident.c:3822040msgid "no name was given and auto-detection is disabled"2041msgstr "aucun nom fourni et l'auto-détection est désactivée"20422043#: ident.c:3882044#, c-format2045msgid "unable to auto-detect name (got '%s')"2046msgstr "impossible de détecter automatiquement le nom ('%s' trouvé)"20472048#: ident.c:3962049#, c-format2050msgid "empty ident name (for <%s>) not allowed"2051msgstr "nom d'identifiant vide (pour <%s>) non permis"20522053#: ident.c:4022054#, c-format2055msgid "name consists only of disallowed characters: %s"2056msgstr "le nom n'est constitué que de caractères interdits : %s"20572058#: ident.c:417 builtin/commit.c:6112059#, c-format2060msgid "invalid date format: %s"2061msgstr "format de date invalide : %s"20622063#: lockfile.c:1522064#, c-format2065msgid ""2066"Unable to create '%s.lock': %s.\n"2067"\n"2068"Another git process seems to be running in this repository, e.g.\n"2069"an editor opened by 'git commit'. Please make sure all processes\n"2070"are terminated then try again. If it still fails, a git process\n"2071"may have crashed in this repository earlier:\n"2072"remove the file manually to continue."2073msgstr ""2074"Impossible de créer '%s.lock' : %s.\n"2075"\n"2076"Il semble qu'un autre processus git est déjà lancé dans ce dépôt,\n"2077"par exemple un éditeur ouvert par 'git commit'. Veuillez vous assurer\n"2078"que tous les processus sont terminés et réessayez. Si l'echec persiste,\n"2079"un processus git peut avoir planté :\n"2080"supprimez le fichier manuellement pour poursuivre."20812082#: lockfile.c:1602083#, c-format2084msgid "Unable to create '%s.lock': %s"2085msgstr "Impossible de créer '%s.lock' : %s"20862087#: merge.c:412088msgid "failed to read the cache"2089msgstr "impossible de lire le cache"20902091#: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:3932092#: builtin/checkout.c:607 builtin/clone.c:7492093msgid "unable to write new index file"2094msgstr "impossible d'écrire le nouveau fichier d'index"20952096#: merge-recursive.c:2092097msgid "(bad commit)\n"2098msgstr "(mauvais commit)\n"20992100#: merge-recursive.c:231 merge-recursive.c:2392101#, c-format2102msgid "addinfo_cache failed for path '%s'"2103msgstr "échec de addinfo_cache pour le chemin '%s'"21042105#: merge-recursive.c:3032106msgid "error building trees"2107msgstr "erreur de construction des arbres"21082109#: merge-recursive.c:7272110#, c-format2111msgid "failed to create path '%s'%s"2112msgstr "impossible de créer le chemin '%s' %s"21132114#: merge-recursive.c:7382115#, c-format2116msgid "Removing %s to make room for subdirectory\n"2117msgstr "Suppression de %s pour faire de la place pour le sous-répertoire\n"21182119#: merge-recursive.c:752 merge-recursive.c:7712120msgid ": perhaps a D/F conflict?"2121msgstr ": peut-être un conflit D/F ?"21222123#: merge-recursive.c:7612124#, c-format2125msgid "refusing to lose untracked file at '%s'"2126msgstr "refus de perdre le fichier non suivi '%s'"21272128#: merge-recursive.c:803 builtin/cat-file.c:342129#, c-format2130msgid "cannot read object %s '%s'"2131msgstr "impossible de lire l'objet %s '%s'"21322133#: merge-recursive.c:8052134#, c-format2135msgid "blob expected for %s '%s'"2136msgstr "blob attendu pour %s '%s'"21372138#: merge-recursive.c:8292139#, c-format2140msgid "failed to open '%s': %s"2141msgstr "échec à l'ouverture de '%s' : %s"21422143#: merge-recursive.c:8402144#, c-format2145msgid "failed to symlink '%s': %s"2146msgstr "échec à la création du lien symbolique '%s' : %s"21472148#: merge-recursive.c:8452149#, c-format2150msgid "do not know what to do with %06o %s '%s'"2151msgstr "ne sait pas traiter %06o %s '%s'"21522153#: merge-recursive.c:9852154msgid "Failed to execute internal merge"2155msgstr "Échec à l'exécution de la fusion interne"21562157#: merge-recursive.c:9892158#, c-format2159msgid "Unable to add %s to database"2160msgstr "Impossible d'ajouter %s à la base de données"21612162#: merge-recursive.c:10922163#, c-format2164msgid ""2165"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2166"in tree."2167msgstr ""2168"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "2169"%s laissée dans l'arbre."21702171#: merge-recursive.c:10972172#, c-format2173msgid ""2174"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2175"left in tree."2176msgstr ""2177"CONFLIT (%s/suppression) : %s supprimé dans %s et %s à %s dans %s. Version "2178"%s de %s laissée dans l'arbre."21792180#: merge-recursive.c:11042181#, c-format2182msgid ""2183"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2184"in tree at %s."2185msgstr ""2186"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "2187"%s laissée dans l'arbre dans le fichier %s."21882189#: merge-recursive.c:11092190#, c-format2191msgid ""2192"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2193"left in tree at %s."2194msgstr ""2195"CONFLIT (%s/suppression) : %s supprimé dans %s et %s à %s dans %s. Version "2196"%s de %s laissée dans l'arbre dans le fichier %s."21972198#: merge-recursive.c:11432199msgid "rename"2200msgstr "renommage"22012202#: merge-recursive.c:11432203msgid "renamed"2204msgstr "renommé"22052206#: merge-recursive.c:12002207#, c-format2208msgid "%s is a directory in %s adding as %s instead"2209msgstr "%s est un répertoire dans %s ajouté plutôt comme %s"22102211#: merge-recursive.c:12252212#, c-format2213msgid ""2214"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2215"\"->\"%s\" in \"%s\"%s"2216msgstr ""2217"CONFLIT (renommage/renommage) : Renommage de \"%s\"->\"%s\" dans la branche "2218"\"%s\" et renommage \"%s\"->\"%s\" dans \"%s\"%s"22192220#: merge-recursive.c:12302221msgid " (left unresolved)"2222msgstr " (laissé non résolu)"22232224#: merge-recursive.c:12922225#, c-format2226msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2227msgstr ""2228"CONFLIT (renommage/renommage) : renommage '%s'->'%s' dans %s. Renommage '%s'-"2229">'%s' dans %s"22302231#: merge-recursive.c:13252232#, c-format2233msgid "Renaming %s to %s and %s to %s instead"2234msgstr "Renommage de %s en %s et de %s en %s à la place"22352236#: merge-recursive.c:15282237#, c-format2238msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2239msgstr ""2240"CONFLIT (renommage/ajout) : Renommage de %s->%s dans %s. %s ajouté dans %s"22412242#: merge-recursive.c:15432243#, c-format2244msgid "Adding merged %s"2245msgstr "Ajout de %s fusionné"22462247#: merge-recursive.c:1550 merge-recursive.c:17802248#, c-format2249msgid "Adding as %s instead"2250msgstr "Ajout plutôt comme %s"22512252#: merge-recursive.c:16072253#, c-format2254msgid "cannot read object %s"2255msgstr "impossible de lire l'objet %s"22562257#: merge-recursive.c:16102258#, c-format2259msgid "object %s is not a blob"2260msgstr "l'objet %s n'est pas un blob"22612262#: merge-recursive.c:16792263msgid "modify"2264msgstr "modification"22652266#: merge-recursive.c:16792267msgid "modified"2268msgstr "modifié"22692270#: merge-recursive.c:16892271msgid "content"2272msgstr "contenu"22732274#: merge-recursive.c:16962275msgid "add/add"2276msgstr "ajout/ajout"22772278#: merge-recursive.c:17322279#, c-format2280msgid "Skipped %s (merged same as existing)"2281msgstr "%s sauté (fusion identique à l'existant)"22822283#: merge-recursive.c:17462284#, c-format2285msgid "Auto-merging %s"2286msgstr "Fusion automatique de %s"22872288#: merge-recursive.c:1750 git-submodule.sh:9442289msgid "submodule"2290msgstr "sous-module"22912292#: merge-recursive.c:17512293#, c-format2294msgid "CONFLICT (%s): Merge conflict in %s"2295msgstr "CONFLIT (%s) : Conflit de fusion dans %s"22962297#: merge-recursive.c:18452298#, c-format2299msgid "Removing %s"2300msgstr "Suppression de %s"23012302#: merge-recursive.c:18712303msgid "file/directory"2304msgstr "fichier/répertoire"23052306#: merge-recursive.c:18772307msgid "directory/file"2308msgstr "répertoire/fichier"23092310#: merge-recursive.c:18832311#, c-format2312msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2313msgstr ""2314"CONFLIT (%s) : Il y a un répertoire nommé %s dans %s. Ajout de %s comme %s"23152316#: merge-recursive.c:18922317#, c-format2318msgid "Adding %s"2319msgstr "Ajout de %s"23202321#: merge-recursive.c:19292322msgid "Already up-to-date!"2323msgstr "Déjà à jour !"23242325#: merge-recursive.c:19382326#, c-format2327msgid "merging of trees %s and %s failed"2328msgstr "échec de fusion des arbres %s et %s"23292330#: merge-recursive.c:20212331msgid "Merging:"2332msgstr "Fusion :"23332334#: merge-recursive.c:20342335#, c-format2336msgid "found %u common ancestor:"2337msgid_plural "found %u common ancestors:"2338msgstr[0] "%u ancêtre commun trouvé :"2339msgstr[1] "%u ancêtres communs trouvés :"23402341#: merge-recursive.c:20732342msgid "merge returned no commit"2343msgstr "la fusion n'a pas retourné de commit"23442345#: merge-recursive.c:21362346#, c-format2347msgid "Could not parse object '%s'"2348msgstr "Impossible d'analyser l'objet '%s'"23492350#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:7922351msgid "Unable to write index."2352msgstr "Impossible d'écrire l'index."23532354#: notes-merge.c:2732355#, c-format2356msgid ""2357"You have not concluded your previous notes merge (%s exists).\n"2358"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2359"commit/abort the previous merge before you start a new notes merge."2360msgstr ""2361"Vous n'avez pas terminé votre précédente fusion de notes (%s existe).\n"2362"Veuillez utiliser 'git notes merge --commit' ou 'git notes merge --abort' "2363"pour valider/abandonner la fusion en cours avant d'en démarrer une nouvelle."23642365#: notes-merge.c:2802366#, c-format2367msgid "You have not concluded your notes merge (%s exists)."2368msgstr "Vous n'avez pas terminé votre fusion de notes (%s existe)."23692370#: notes-utils.c:412371msgid "Cannot commit uninitialized/unreferenced notes tree"2372msgstr "Impossible de valider un arbre de notes non initialisé/référencé"23732374#: notes-utils.c:1002375#, c-format2376msgid "Bad notes.rewriteMode value: '%s'"2377msgstr "Mauvaise valeur de notes.rewriteMode : '%s'"23782379#: notes-utils.c:1102380#, c-format2381msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2382msgstr "Refus de réécrire des notes dans %s (hors de refs/notes/)"23832384#. TRANSLATORS: The first %s is the name of the2385#. environment variable, the second %s is its value2386#: notes-utils.c:1372387#, c-format2388msgid "Bad %s value: '%s'"2389msgstr "Mauvaise valeur de %s : '%s'"23902391#: object.c:2402392#, c-format2393msgid "unable to parse object: %s"2394msgstr "impossible d'analyser l'objet : %s"23952396#: parse-options.c:5722397msgid "..."2398msgstr "..."23992400#: parse-options.c:5902401#, c-format2402msgid "usage: %s"2403msgstr "usage : %s"24042405#. TRANSLATORS: the colon here should align with the2406#. one in "usage: %s" translation2407#: parse-options.c:5942408#, c-format2409msgid " or: %s"2410msgstr " ou : %s"24112412#: parse-options.c:5972413#, c-format2414msgid " %s"2415msgstr " %s"24162417#: parse-options.c:6312418msgid "-NUM"2419msgstr "-NUM"24202421#: parse-options-cb.c:1082422#, c-format2423msgid "malformed object name '%s'"2424msgstr "nom d'objet malformé '%s'"24252426#: path.c:8102427#, c-format2428msgid "Could not make %s writable by group"2429msgstr "Impossible de rendre %s inscriptible pour le groupe"24302431#: pathspec.c:1252432msgid "Escape character '\\' not allowed as last character in attr value"2433msgstr ""2434"Le caractère d'échappement '\\\\' interdit comme dernier caractère dans une "2435"valeur d'attribut"24362437#: pathspec.c:1432438msgid "Only one 'attr:' specification is allowed."2439msgstr "Une seule spécification 'attr:' est autorisée."24402441#: pathspec.c:1462442msgid "attr spec must not be empty"2443msgstr "un spécificateur d'attribut ne peut pas être vide"24442445#: pathspec.c:1892446#, c-format2447msgid "invalid attribute name %s"2448msgstr "nom d'attribut invalide %s"24492450#: pathspec.c:2542451msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2452msgstr ""2453"les réglages de spécificateurs de chemin généraux 'glob' et 'noglob' sont "2454"incompatibles"24552456#: pathspec.c:2612457msgid ""2458"global 'literal' pathspec setting is incompatible with all other global "2459"pathspec settings"2460msgstr ""2461"le réglage global de spécificateur de chemin 'literal' est incompatible avec "2462"tous les autres réglages globaux de spécificateur de chemin"24632464#: pathspec.c:3012465msgid "invalid parameter for pathspec magic 'prefix'"2466msgstr "paramètre invalide pour le spécificateur magique de chemin 'prefix'"24672468#: pathspec.c:3222469#, c-format2470msgid "Invalid pathspec magic '%.*s' in '%s'"2471msgstr "La spécification magique de chemin '%.*s' est invalide dans '%s'"24722473#: pathspec.c:3272474#, c-format2475msgid "Missing ')' at the end of pathspec magic in '%s'"2476msgstr "')' manquante à la fin du spécificateur magique de chemin dans '%s'"24772478#: pathspec.c:3652479#, c-format2480msgid "Unimplemented pathspec magic '%c' in '%s'"2481msgstr "Spécificateur magique '%c' non implémenté dans '%s'"24822483#: pathspec.c:421 pathspec.c:4432484#, c-format2485msgid "Pathspec '%s' is in submodule '%.*s'"2486msgstr "Le chemin '%s' est dans le sous-module '%.*s'"24872488#: pathspec.c:4832489#, c-format2490msgid "%s: 'literal' and 'glob' are incompatible"2491msgstr "%s : 'literal' et 'glob' sont incompatibles"24922493#: pathspec.c:4962494#, c-format2495msgid "%s: '%s' is outside repository"2496msgstr "%s : '%s' est hors du dépôt"24972498#: pathspec.c:5842499#, c-format2500msgid "'%s' (mnemonic: '%c')"2501msgstr "'%s' (mnémonique : '%c')"25022503#: pathspec.c:5942504#, c-format2505msgid "%s: pathspec magic not supported by this command: %s"2506msgstr ""2507"%s : le spécificateur magique de chemin n'est pas supporté par cette "2508"commande : %s"25092510#: pathspec.c:6442511msgid ""2512"empty strings as pathspecs will be made invalid in upcoming releases. please "2513"use . instead if you meant to match all paths"2514msgstr ""2515"les chaines de caractères vides comme spécificateurs de chemin seront "2516"invalides dans les prochaines versions. Veuillez utiliser . à la place pour "2517"correspondre à tous le chemins"25182519#: pathspec.c:6682520#, c-format2521msgid "pathspec '%s' is beyond a symbolic link"2522msgstr "le chemin '%s' est au-delà d'un lien symbolique"25232524#: pretty.c:9822525msgid "unable to parse --pretty format"2526msgstr "impossible d'analyser le format --pretty"25272528#: read-cache.c:14422529#, c-format2530msgid ""2531"index.version set, but the value is invalid.\n"2532"Using version %i"2533msgstr ""2534"version d'index renseignée, mais la valeur est invalide.\n"2535"Utilisation de la version %i"25362537#: read-cache.c:14522538#, c-format2539msgid ""2540"GIT_INDEX_VERSION set, but the value is invalid.\n"2541"Using version %i"2542msgstr ""2543"GIT_INDEX_VERSION est renseigné, mais la valeur est invalide.\n"2544"Utilisation de la version %i"25452546#: read-cache.c:2375 sequencer.c:1350 sequencer.c:20482547#, c-format2548msgid "could not stat '%s'"2549msgstr "stat impossible de '%s'"25502551#: read-cache.c:23882552#, c-format2553msgid "unable to open git dir: %s"2554msgstr "impossible d'ouvrir le répertoire git : %s"25552556#: read-cache.c:24002557#, c-format2558msgid "unable to unlink: %s"2559msgstr "échec lors de l'unlink : %s"25602561#: refs.c:620 builtin/merge.c:8442562#, c-format2563msgid "Could not open '%s' for writing"2564msgstr "Impossible d'ouvrir '%s' en écriture"25652566#: refs.c:16672567msgid "ref updates forbidden inside quarantine environment"2568msgstr "mises à jour des références interdites en environnement de quarantaine"25692570#: refs/files-backend.c:16312571#, c-format2572msgid "could not delete reference %s: %s"2573msgstr "Impossible de supprimer la référence %s : %s"25742575#: refs/files-backend.c:16342576#, c-format2577msgid "could not delete references: %s"2578msgstr "impossible de supprimer les références : %s"25792580#: refs/files-backend.c:16432581#, c-format2582msgid "could not remove reference %s"2583msgstr "impossible de supprimer la référence %s"25842585# à priori on parle d'une branche ici2586#: ref-filter.c:35 wt-status.c:17802587msgid "gone"2588msgstr "disparue"25892590#: ref-filter.c:362591#, c-format2592msgid "ahead %d"2593msgstr "en avance de %d"25942595#: ref-filter.c:372596#, c-format2597msgid "behind %d"2598msgstr "en retard de %d"25992600#: ref-filter.c:382601#, c-format2602msgid "ahead %d, behind %d"2603msgstr "en avance de %d, en retard de %d"26042605#: ref-filter.c:1042606#, c-format2607msgid "expected format: %%(color:<color>)"2608msgstr "format attendu : %%(color:<couleur>)"26092610#: ref-filter.c:1062611#, c-format2612msgid "unrecognized color: %%(color:%s)"2613msgstr "couleur non reconnue : %%(color:%s)"26142615#: ref-filter.c:1202616#, c-format2617msgid "Integer value expected refname:lstrip=%s"2618msgstr "Valeur entière attendue refname:lstrip=%s"26192620#: ref-filter.c:1242621#, c-format2622msgid "Integer value expected refname:rstrip=%s"2623msgstr "Valeur entière attendue refname:rstrip=%s"26242625#: ref-filter.c:1262626#, c-format2627msgid "unrecognized %%(%s) argument: %s"2628msgstr "argument %%(%s) non reconnu : %s"26292630#: ref-filter.c:1662631#, c-format2632msgid "%%(body) does not take arguments"2633msgstr "%%(body) n'accepte pas d'argument"26342635#: ref-filter.c:1732636#, c-format2637msgid "%%(subject) does not take arguments"2638msgstr "%%(subject) n'accepte pas d'argument"26392640#: ref-filter.c:1802641#, c-format2642msgid "%%(trailers) does not take arguments"2643msgstr "%%(trailers) n'accepte pas d'argument"26442645#: ref-filter.c:1992646#, c-format2647msgid "positive value expected contents:lines=%s"2648msgstr "valeur positive attendue contents:lines=%s"26492650#: ref-filter.c:2012651#, c-format2652msgid "unrecognized %%(contents) argument: %s"2653msgstr "argument %%(contents) non reconnu : %s"26542655#: ref-filter.c:2142656#, c-format2657msgid "positive value expected objectname:short=%s"2658msgstr "valeur positive attendue objectname:short=%s"26592660#: ref-filter.c:2182661#, c-format2662msgid "unrecognized %%(objectname) argument: %s"2663msgstr "argument %%(objectname) non reconnu : %s"26642665#: ref-filter.c:2452666#, c-format2667msgid "expected format: %%(align:<width>,<position>)"2668msgstr "format attendu : %%(align:<largeur>,<position>)"26692670#: ref-filter.c:2572671#, c-format2672msgid "unrecognized position:%s"2673msgstr "position non reconnue : %s"26742675#: ref-filter.c:2612676#, c-format2677msgid "unrecognized width:%s"2678msgstr "largeur non reconnue : %s"26792680#: ref-filter.c:2672681#, c-format2682msgid "unrecognized %%(align) argument: %s"2683msgstr "argument %%(align) non reconnu : %s"26842685#: ref-filter.c:2712686#, c-format2687msgid "positive width expected with the %%(align) atom"2688msgstr "valeur positive attendue avec l'atome %%(align)"26892690#: ref-filter.c:2862691#, c-format2692msgid "unrecognized %%(if) argument: %s"2693msgstr "argument %%(if) non reconnu : %s"26942695#: ref-filter.c:3712696#, c-format2697msgid "malformed field name: %.*s"2698msgstr "nom de champ malformé %.*s"26992700#: ref-filter.c:3972701#, c-format2702msgid "unknown field name: %.*s"2703msgstr "nom de champ inconnu : %.*s"27042705#: ref-filter.c:5012706#, c-format2707msgid "format: %%(if) atom used without a %%(then) atom"2708msgstr "format : atome %%(if) utilisé sans un atome %%(then)"27092710#: ref-filter.c:5612711#, c-format2712msgid "format: %%(then) atom used without an %%(if) atom"2713msgstr "format : atome %%(then) utilisé sans un atome %%(if)"27142715#: ref-filter.c:5632716#, c-format2717msgid "format: %%(then) atom used more than once"2718msgstr "format : atome %%(then) utilisé plus d'une fois"27192720#: ref-filter.c:5652721#, c-format2722msgid "format: %%(then) atom used after %%(else)"2723msgstr "format: atome %%(then) utilisé après %%(else)"27242725#: ref-filter.c:5912726#, c-format2727msgid "format: %%(else) atom used without an %%(if) atom"2728msgstr "format : atome %%(else) utilisé sans un atome %%(if)"27292730#: ref-filter.c:5932731#, c-format2732msgid "format: %%(else) atom used without a %%(then) atom"2733msgstr "format : atome %%(else) utilisé sans un atome %%(then)"27342735#: ref-filter.c:5952736#, c-format2737msgid "format: %%(else) atom used more than once"2738msgstr "format : atome %%(else) utilisé plus d'une fois"27392740#: ref-filter.c:6082741#, c-format2742msgid "format: %%(end) atom used without corresponding atom"2743msgstr "format : atome %%(end) utilisé sans atome correspondant"27442745#: ref-filter.c:6632746#, c-format2747msgid "malformed format string %s"2748msgstr "Chaîne de formatage mal formée %s"27492750#: ref-filter.c:12472751#, c-format2752msgid "(no branch, rebasing %s)"2753msgstr "(aucune branche, rebasage de %s)"27542755#: ref-filter.c:12502756#, c-format2757msgid "(no branch, bisect started on %s)"2758msgstr "(aucune branche, bisect a démarré sur %s)"27592760#. TRANSLATORS: make sure this matches2761#. "HEAD detached at " in wt-status.c2762#: ref-filter.c:12562763#, c-format2764msgid "(HEAD detached at %s)"2765msgstr "(HEAD détachée sur %s)"27662767#. TRANSLATORS: make sure this matches2768#. "HEAD detached from " in wt-status.c2769#: ref-filter.c:12612770#, c-format2771msgid "(HEAD detached from %s)"2772msgstr "(HEAD détachée depuis %s)"27732774#: ref-filter.c:12652775msgid "(no branch)"2776msgstr "(aucune branche)"27772778#: ref-filter.c:1420 ref-filter.c:14512779#, c-format2780msgid "missing object %s for %s"2781msgstr "objet manquant %s pour %s"27822783#: ref-filter.c:1423 ref-filter.c:14542784#, c-format2785msgid "parse_object_buffer failed on %s for %s"2786msgstr "echec de parse_object_buffer sur %s pour %s"27872788#: ref-filter.c:16922789#, c-format2790msgid "malformed object at '%s'"2791msgstr "objet malformé à '%s'"27922793#: ref-filter.c:17592794#, c-format2795msgid "ignoring ref with broken name %s"2796msgstr "réf avec un nom cassé %s ignoré"27972798#: ref-filter.c:17642799#, c-format2800msgid "ignoring broken ref %s"2801msgstr "réf cassé %s ignoré"28022803#: ref-filter.c:20282804#, c-format2805msgid "format: %%(end) atom missing"2806msgstr "format: atome %%(end) manquant"28072808#: ref-filter.c:21092809#, c-format2810msgid "malformed object name %s"2811msgstr "nom d'objet malformé %s"28122813#: remote.c:7542814#, c-format2815msgid "Cannot fetch both %s and %s to %s"2816msgstr "Impossible de récupérer à la fois %s et %s pour %s"28172818#: remote.c:7582819#, c-format2820msgid "%s usually tracks %s, not %s"2821msgstr "%s suit habituellement %s, pas %s"28222823#: remote.c:7622824#, c-format2825msgid "%s tracks both %s and %s"2826msgstr "%s suit à la fois %s et %s"28272828#: remote.c:7702829msgid "Internal error"2830msgstr "Erreur interne"28312832#: remote.c:1685 remote.c:17872833msgid "HEAD does not point to a branch"2834msgstr "HEAD ne pointe pas sur une branche"28352836#: remote.c:16942837#, c-format2838msgid "no such branch: '%s'"2839msgstr "pas de branche '%s'"28402841#: remote.c:16972842#, c-format2843msgid "no upstream configured for branch '%s'"2844msgstr "aucune branche amont configurée pour la branche '%s'"28452846#: remote.c:17032847#, c-format2848msgid "upstream branch '%s' not stored as a remote-tracking branch"2849msgstr "la branche amont '%s' n'est pas stockée comme branche de suivi"28502851#: remote.c:17182852#, c-format2853msgid "push destination '%s' on remote '%s' has no local tracking branch"2854msgstr ""2855"la destination de poussée '%s' sur le serveur distant '%s' n'a pas de "2856"branche locale de suivi"28572858#: remote.c:17302859#, c-format2860msgid "branch '%s' has no remote for pushing"2861msgstr "la branche '%s' n'a aucune branche distante de poussée"28622863#: remote.c:17412864#, c-format2865msgid "push refspecs for '%s' do not include '%s'"2866msgstr "les références de spec pour '%s' n'incluent pas '%s'"28672868#: remote.c:17542869msgid "push has no destination (push.default is 'nothing')"2870msgstr "la poussée n'a pas de destination (push.default vaut 'nothing')"28712872#: remote.c:17762873msgid "cannot resolve 'simple' push to a single destination"2874msgstr ""2875"impossible de résoudre une poussée 'simple' pour une destination unique"28762877#: remote.c:20812878#, c-format2879msgid "Your branch is based on '%s', but the upstream is gone.\n"2880msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"28812882#: remote.c:20852883msgid " (use \"git branch --unset-upstream\" to fixup)\n"2884msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"28852886#: remote.c:20882887#, c-format2888msgid "Your branch is up-to-date with '%s'.\n"2889msgstr "Votre branche est à jour avec '%s'.\n"28902891#: remote.c:20922892#, c-format2893msgid "Your branch is ahead of '%s' by %d commit.\n"2894msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2895msgstr[0] "Votre branche est en avance sur '%s' de %d commit.\n"2896msgstr[1] "Votre branche est en avance sur '%s' de %d commits.\n"28972898#: remote.c:20982899msgid " (use \"git push\" to publish your local commits)\n"2900msgstr " (utilisez \"git push\" pour publier vos commits locaux)\n"29012902#: remote.c:21012903#, c-format2904msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2905msgid_plural ""2906"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2907msgstr[0] ""2908"Votre branche est en retard sur '%s' de %d commit, et peut être mise à jour "2909"en avance rapide.\n"2910msgstr[1] ""2911"Votre branche est en retard sur '%s' de %d commits, et peut être mise à jour "2912"en avance rapide.\n"29132914#: remote.c:21092915msgid " (use \"git pull\" to update your local branch)\n"2916msgstr " (utilisez \"git pull\" pour mettre à jour votre branche locale)\n"29172918#: remote.c:21122919#, c-format2920msgid ""2921"Your branch and '%s' have diverged,\n"2922"and have %d and %d different commit each, respectively.\n"2923msgid_plural ""2924"Your branch and '%s' have diverged,\n"2925"and have %d and %d different commits each, respectively.\n"2926msgstr[0] ""2927"Votre branche et '%s' ont divergé,\n"2928"et ont %d et %d commit différent chacune respectivement.\n"2929msgstr[1] ""2930"Votre branche et '%s' ont divergé,\n"2931"et ont %d et %d commits différents chacune respectivement.\n"29322933#: remote.c:21222934msgid " (use \"git pull\" to merge the remote branch into yours)\n"2935msgstr ""2936" (utilisez \"git pull\" pour fusionner la branche distante dans la vôtre)\n"29372938#: revision.c:21582939msgid "your current branch appears to be broken"2940msgstr "votre branche actuelle semble cassée"29412942#: revision.c:21612943#, c-format2944msgid "your current branch '%s' does not have any commits yet"2945msgstr "votre branche actuelle '%s' ne contient encore aucun commit"29462947#: revision.c:23552948msgid "--first-parent is incompatible with --bisect"2949msgstr "--first-parent est incompatible avec --bisect"29502951#: run-command.c:1252952msgid "open /dev/null failed"2953msgstr "échec de l'ouverture de /dev/null"29542955#: run-command.c:1272956#, c-format2957msgid "dup2(%d,%d) failed"2958msgstr "échec de dup2(%d,%d)"29592960#: send-pack.c:1502961#, c-format2962msgid "unable to parse remote unpack status: %s"2963msgstr "impossible d'analyser le status de dépaquetage remote : %s"29642965#: send-pack.c:1522966#, c-format2967msgid "remote unpack failed: %s"2968msgstr "le dépaquetage a échoué : %s"29692970#: send-pack.c:3152971msgid "failed to sign the push certificate"2972msgstr "impossible de signer le certificat de poussée"29732974#: send-pack.c:4282975msgid "the receiving end does not support --signed push"2976msgstr "Le receveur ne gère pas les poussées avec --signed"29772978#: send-pack.c:4302979msgid ""2980"not sending a push certificate since the receiving end does not support --"2981"signed push"2982msgstr ""2983"pas d'envoi de certificat de poussée car le receveur ne gère pas les "2984"poussées avec --signed"29852986#: send-pack.c:4422987msgid "the receiving end does not support --atomic push"2988msgstr "Le receveur ne gère pas les poussées avec --atomic"29892990#: send-pack.c:4472991msgid "the receiving end does not support push options"2992msgstr "Le receveur ne gère pas les options de poussées"29932994#: sequencer.c:2152995msgid "revert"2996msgstr "revert"29972998#: sequencer.c:2172999msgid "cherry-pick"3000msgstr "cherry-pick"30013002#: sequencer.c:2193003msgid "rebase -i"3004msgstr "rebase -i"30053006#: sequencer.c:2213007#, c-format3008msgid "Unknown action: %d"3009msgstr "Action inconnue : %d"30103011#: sequencer.c:2783012msgid ""3013"after resolving the conflicts, mark the corrected paths\n"3014"with 'git add <paths>' or 'git rm <paths>'"3015msgstr ""3016"après résolution des conflits, marquez les chemins corrigés\n"3017"avec 'git add <chemins>' ou 'git rm <chemins>'"30183019#: sequencer.c:2813020msgid ""3021"after resolving the conflicts, mark the corrected paths\n"3022"with 'git add <paths>' or 'git rm <paths>'\n"3023"and commit the result with 'git commit'"3024msgstr ""3025"après résolution des conflits, marquez les chemins corrigés\n"3026"avec 'git add <chemins>' ou 'git rm <chemins>'\n"3027"puis validez le résultat avec 'git commit'"30283029#: sequencer.c:294 sequencer.c:16823030#, c-format3031msgid "could not lock '%s'"3032msgstr "impossible de verrouiller '%s'"30333034#: sequencer.c:297 sequencer.c:1560 sequencer.c:1687 sequencer.c:17013035#, c-format3036msgid "could not write to '%s'"3037msgstr "impossible d'écrire dans '%s'"30383039#: sequencer.c:3013040#, c-format3041msgid "could not write eol to '%s'"3042msgstr "impossible d'écrire la fin de ligne dans '%s'"30433044#: sequencer.c:305 sequencer.c:1565 sequencer.c:16893045#, c-format3046msgid "failed to finalize '%s'."3047msgstr "échec lors de la finalisation de '%s'."30483049#: sequencer.c:329 sequencer.c:814 sequencer.c:1586 builtin/am.c:2573050#: builtin/commit.c:749 builtin/merge.c:10183051#, c-format3052msgid "could not read '%s'"3053msgstr "impossible de lire '%s'"30543055#: sequencer.c:3553056#, c-format3057msgid "your local changes would be overwritten by %s."3058msgstr "vos modifications locales seraient écrasées par %s."30593060#: sequencer.c:3593061msgid "commit your changes or stash them to proceed."3062msgstr "validez vos modifications ou les remiser pour continuer."30633064#: sequencer.c:3883065#, c-format3066msgid "%s: fast-forward"3067msgstr "%s : avance rapide"30683069#. TRANSLATORS: %s will be "revert", "cherry-pick" or3070#. * "rebase -i".3071#.3072#: sequencer.c:4703073#, c-format3074msgid "%s: Unable to write new index file"3075msgstr "%s: Impossible d'écrire le nouveau fichier index"30763077#: sequencer.c:4893078msgid "could not resolve HEAD commit\n"3079msgstr "impossible de résoudre le commit HEAD\n"30803081#: sequencer.c:5093082msgid "unable to update cache tree\n"3083msgstr "impossible de mettre à jour l'arbre de cache\n"30843085#: sequencer.c:5923086#, c-format3087msgid ""3088"you have staged changes in your working tree\n"3089"If these changes are meant to be squashed into the previous commit, run:\n"3090"\n"3091" git commit --amend %s\n"3092"\n"3093"If they are meant to go into a new commit, run:\n"3094"\n"3095" git commit %s\n"3096"\n"3097"In both cases, once you're done, continue with:\n"3098"\n"3099" git rebase --continue\n"3100msgstr ""3101"Vous avez des modifications indexées dans votre copie de travail.\n"3102"Si elles devaient être ajoutées dans le commit précédent, lancez :\n"3103"\n"3104" git commit --amend %s\n"3105"\n"3106"Si elles devaient aller dans un nouveau commit, lancez :\n"3107"\n"3108" git commit %s\n"3109"\n"3110"Dans les deux cas, une fois fini, continuez avec :\n"3111"\n"3112" git rebase --continue\n"31133114#: sequencer.c:6943115#, c-format3116msgid "could not parse commit %s\n"3117msgstr "impossible d'analyser le commit %s\n"31183119#: sequencer.c:6993120#, c-format3121msgid "could not parse parent commit %s\n"3122msgstr "impossible d'analyser le commit parent %s\n"31233124#: sequencer.c:8213125#, c-format3126msgid ""3127"unexpected 1st line of squash message:\n"3128"\n"3129"\t%.*s"3130msgstr ""3131"première ligne de message de compression inattendue :\n"3132"\n"3133"\t%.*s"31343135#: sequencer.c:8273136#, c-format3137msgid ""3138"invalid 1st line of squash message:\n"3139"\n"3140"\t%.*s"3141msgstr ""3142"première ligne de message de compression invalide :\n"3143"\n"3144"\t%.*s"31453146#: sequencer.c:833 sequencer.c:8583147#, c-format3148msgid "This is a combination of %d commits."3149msgstr "Ceci est la combinaison de %d commits."31503151#: sequencer.c:8423152msgid "need a HEAD to fixup"3153msgstr "une HEAD est nécessaire à la correction"31543155#: sequencer.c:8443156msgid "could not read HEAD"3157msgstr "Impossible de lire HEAD"31583159#: sequencer.c:8463160msgid "could not read HEAD's commit message"3161msgstr "impossible de lire le message de validation de HEAD"31623163#: sequencer.c:8523164#, c-format3165msgid "cannot write '%s'"3166msgstr "impossible d'écrire '%s'"31673168#: sequencer.c:861 git-rebase--interactive.sh:4453169msgid "This is the 1st commit message:"3170msgstr "Ceci est le premier message de validation :"31713172#: sequencer.c:8693173#, c-format3174msgid "could not read commit message of %s"3175msgstr "impossible de lire le message de validation de %s"31763177#: sequencer.c:8763178#, c-format3179msgid "This is the commit message #%d:"3180msgstr "Ceci est le message de validation numéro %d :"31813182#: sequencer.c:8813183#, c-format3184msgid "The commit message #%d will be skipped:"3185msgstr "Le message de validation %d sera ignoré :"31863187#: sequencer.c:8863188#, c-format3189msgid "unknown command: %d"3190msgstr "commande inconnue : %d"31913192#: sequencer.c:9523193msgid "your index file is unmerged."3194msgstr "votre fichier d'index n'est pas fusionné."31953196#: sequencer.c:9703197#, c-format3198msgid "commit %s is a merge but no -m option was given."3199msgstr "le commit %s est une fusion mais l'option -m n'a pas été spécifiée."32003201#: sequencer.c:9783202#, c-format3203msgid "commit %s does not have parent %d"3204msgstr "le commit %s n'a pas de parent %d"32053206#: sequencer.c:9823207#, c-format3208msgid "mainline was specified but commit %s is not a merge."3209msgstr ""3210"une branche principale a été spécifiée mais le commit %s n'est pas une "3211"fusion."32123213#: sequencer.c:9883214#, c-format3215msgid "cannot get commit message for %s"3216msgstr "impossible d'obtenir un message de validation pour %s"32173218#. TRANSLATORS: The first %s will be a "todo" command like3219#. "revert" or "pick", the second %s a SHA1.3220#: sequencer.c:10093221#, c-format3222msgid "%s: cannot parse parent commit %s"3223msgstr "%s : impossible d'analyser le commit parent %s"32243225#: sequencer.c:1071 sequencer.c:18273226#, c-format3227msgid "could not rename '%s' to '%s'"3228msgstr "impossible de renommer '%s' en '%s'"32293230#: sequencer.c:11223231#, c-format3232msgid "could not revert %s... %s"3233msgstr "impossible d'annuler %s... %s"32343235#: sequencer.c:11233236#, c-format3237msgid "could not apply %s... %s"3238msgstr "impossible d'appliquer %s... %s"32393240#: sequencer.c:11653241msgid "empty commit set passed"3242msgstr "l'ensemble de commits spécifié est vide"32433244#: sequencer.c:11753245#, c-format3246msgid "git %s: failed to read the index"3247msgstr "git %s : échec à la lecture de l'index"32483249#: sequencer.c:11823250#, c-format3251msgid "git %s: failed to refresh the index"3252msgstr "git %s : échec du rafraîchissement de l'index"32533254#: sequencer.c:13033255#, c-format3256msgid "invalid line %d: %.*s"3257msgstr "ligne %d invalide : %.*s"32583259#: sequencer.c:13113260#, c-format3261msgid "cannot '%s' without a previous commit"3262msgstr "'%s' impossible avec le commit précédent"32633264#: sequencer.c:13443265#, c-format3266msgid "could not read '%s'."3267msgstr "impossible de lire '%s'."32683269#: sequencer.c:13563270msgid "please fix this using 'git rebase --edit-todo'."3271msgstr "veuillez corriger ceci en utilisant 'git rebase --edit-todo'."32723273#: sequencer.c:13583274#, c-format3275msgid "unusable instruction sheet: '%s'"3276msgstr "feuille d'instruction inutilisable : '%s'"32773278#: sequencer.c:13633279msgid "no commits parsed."3280msgstr "aucun commit analysé."32813282#: sequencer.c:13743283msgid "cannot cherry-pick during a revert."3284msgstr "impossible de picorer pendant l'annulation d'un commit."32853286#: sequencer.c:13763287msgid "cannot revert during a cherry-pick."3288msgstr "impossible d'annuler un commit pendant un picorage."32893290#: sequencer.c:14393291#, c-format3292msgid "invalid key: %s"3293msgstr "clé invalide : %s"32943295#: sequencer.c:14423296#, c-format3297msgid "invalid value for %s: %s"3298msgstr "valeur invalide pour %s : %s"32993300#: sequencer.c:14993301#, c-format3302msgid "malformed options sheet: '%s'"3303msgstr "feuille d'options malformée : %s"33043305#: sequencer.c:15373306msgid "a cherry-pick or revert is already in progress"3307msgstr "un picorage ou un retour est déjà en cours"33083309#: sequencer.c:15383310msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3311msgstr "essayez \"git cherry-pick (--continue|--quit|-- abort)\""33123313#: sequencer.c:15413314#, c-format3315msgid "could not create sequencer directory '%s'"3316msgstr "impossible de créer le répertoire de séquenceur '%s'"33173318#: sequencer.c:15553319msgid "could not lock HEAD"3320msgstr "impossible de verrouiller HEAD"33213322#: sequencer.c:1611 sequencer.c:21813323msgid "no cherry-pick or revert in progress"3324msgstr "aucun picorage ou retour en cours"33253326#: sequencer.c:16133327msgid "cannot resolve HEAD"3328msgstr "impossible de résoudre HEAD"33293330#: sequencer.c:1615 sequencer.c:16493331msgid "cannot abort from a branch yet to be born"3332msgstr "impossible d'abandonner depuis une branche non encore créée"33333334#: sequencer.c:1635 builtin/grep.c:9103335#, c-format3336msgid "cannot open '%s'"3337msgstr "impossible d'ouvrir '%s'"33383339#: sequencer.c:16373340#, c-format3341msgid "cannot read '%s': %s"3342msgstr "impossible de lire '%s' : %s"33433344#: sequencer.c:16383345msgid "unexpected end of file"3346msgstr "fin de fichier inattendue"33473348#: sequencer.c:16443349#, c-format3350msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3351msgstr "le fichier HEAD de préparation de picorage '%s' est corrompu"33523353#: sequencer.c:16553354msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3355msgstr ""3356"Vous semblez avoir déplacé la HEAD. Pas de rembobinage, vérifiez votre HEAD !"33573358#: sequencer.c:1792 sequencer.c:20803359msgid "cannot read HEAD"3360msgstr "impossible de lire HEAD"33613362#: sequencer.c:1832 builtin/difftool.c:6163363#, c-format3364msgid "could not copy '%s' to '%s'"3365msgstr "impossible de copier '%s' vers '%s'"33663367#: sequencer.c:18483368msgid "could not read index"3369msgstr "impossible de lire l'index"33703371#: sequencer.c:18533372#, c-format3373msgid ""3374"execution failed: %s\n"3375"%sYou can fix the problem, and then run\n"3376"\n"3377" git rebase --continue\n"3378"\n"3379msgstr ""3380"échec d'exécution : %s\n"3381"%sVous pouvez corriger le problème, puis lancer\n"3382"\n"3383"git rebase --continue\n"3384"\n"33853386#: sequencer.c:18593387msgid "and made changes to the index and/or the working tree\n"3388msgstr "et a mis à jour l'index ou l'arbre de travail\n"33893390#: sequencer.c:18653391#, c-format3392msgid ""3393"execution succeeded: %s\n"3394"but left changes to the index and/or the working tree\n"3395"Commit or stash your changes, and then run\n"3396"\n"3397" git rebase --continue\n"3398"\n"3399msgstr ""3400"L'exécution a réussi : %s\n"3401"mais a laissé des modifications dans l'index ou la copie de travail\n"3402"Validez ou remisez vos modification, puis lancez\n"3403"\n"3404" git rebase --continue\n"3405"\n"34063407#: sequencer.c:1920 git-rebase.sh:1693408#, c-format3409msgid "Applied autostash."3410msgstr "Autoremisage appliqué."34113412#: sequencer.c:19323413#, c-format3414msgid "cannot store %s"3415msgstr "impossible de stocker %s"34163417#: sequencer.c:1934 git-rebase.sh:1733418#, c-format3419msgid ""3420"Applying autostash resulted in conflicts.\n"3421"Your changes are safe in the stash.\n"3422"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"3423msgstr ""3424"L'application de l'autoremisage a provoqué des conflits\n"3425"Vos modifications sont à l'abri dans la remise.\n"3426"Vous pouvez lancer \"git stash pop\" ou \"git stash drop\" à tout moment.\n"34273428#: sequencer.c:20163429#, c-format3430msgid "Stopped at %s... %.*s\n"3431msgstr "arrêt à %s... %.*s\n"34323433#: sequencer.c:20583434#, c-format3435msgid "unknown command %d"3436msgstr "commande inconnue %d"34373438#: sequencer.c:20883439msgid "could not read orig-head"3440msgstr "impossible de lire orig-head"34413442#: sequencer.c:20923443msgid "could not read 'onto'"3444msgstr "impossible de lire 'onto'"34453446#: sequencer.c:20993447#, c-format3448msgid "could not update %s"3449msgstr "impossible de mettre à jour %s"34503451#: sequencer.c:21063452#, c-format3453msgid "could not update HEAD to %s"3454msgstr "impossible de mettre à jour HEAD sur %s"34553456#: sequencer.c:21903457msgid "cannot rebase: You have unstaged changes."3458msgstr "impossible de rebaser : vous avez des modifications non indexées."34593460#: sequencer.c:21953461msgid "could not remove CHERRY_PICK_HEAD"3462msgstr "impossible de supprimer CHERRY_PICK_HEAD"34633464#: sequencer.c:22043465msgid "cannot amend non-existing commit"3466msgstr "impossible de corriger un commit non-existant"34673468#: sequencer.c:22063469#, c-format3470msgid "invalid file: '%s'"3471msgstr "fichier invalide : '%s'"34723473#: sequencer.c:22083474#, c-format3475msgid "invalid contents: '%s'"3476msgstr "contenu invalide : '%s'"34773478#: sequencer.c:22113479msgid ""3480"\n"3481"You have uncommitted changes in your working tree. Please, commit them\n"3482"first and then run 'git rebase --continue' again."3483msgstr ""3484"\n"3485"Vous avez des modifications non validées dans votre copie de travail.\n"3486"Veuillez les valider d'abord, puis relancer 'git rebase --continue'."34873488#: sequencer.c:22213489msgid "could not commit staged changes."3490msgstr "impossible de valider les modifications indexées."34913492#: sequencer.c:23013493#, c-format3494msgid "%s: can't cherry-pick a %s"3495msgstr "%s : impossible de picorer un %s"34963497#: sequencer.c:23053498#, c-format3499msgid "%s: bad revision"3500msgstr "%s : mauvaise révision"35013502#: sequencer.c:23383503msgid "can't revert as initial commit"3504msgstr "impossible d'annuler en tant que commit initial"35053506#: setup.c:1653507#, c-format3508msgid ""3509"%s: no such path in the working tree.\n"3510"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3511msgstr ""3512"%s : ce chemin n'existe pas dans la copie de travail.\n"3513"Utilisez 'git <commande> -- <chemin>...' pour spécifier des chemins qui "3514"n'existent pas localement."35153516#: setup.c:1783517#, c-format3518msgid ""3519"ambiguous argument '%s': unknown revision or path not in the working tree.\n"3520"Use '--' to separate paths from revisions, like this:\n"3521"'git <command> [<revision>...] -- [<file>...]'"3522msgstr ""3523"argument '%s' ambigu : révision inconnue ou chemin inexistant.\n"3524"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"3525"'git <commande> [<révision>...] -- [<chemin>...]'"35263527#: setup.c:2283528#, c-format3529msgid ""3530"ambiguous argument '%s': both revision and filename\n"3531"Use '--' to separate paths from revisions, like this:\n"3532"'git <command> [<revision>...] -- [<file>...]'"3533msgstr ""3534"argument '%s' ambigu : révision et chemin spécifiés.\n"3535"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"3536"'git <commande> [<révision>...] -- [<chemin>...]'"35373538#: setup.c:4753539#, c-format3540msgid "Expected git repo version <= %d, found %d"3541msgstr "Version attendue du dépôt git <= %d, %d trouvée"35423543#: setup.c:4833544msgid "unknown repository extensions found:"3545msgstr "extensions de dépôt inconnues trouvées :"35463547#: setup.c:7763548#, c-format3549msgid "Not a git repository (or any of the parent directories): %s"3550msgstr "Ni ceci ni aucun de ses répertoires parents n'est un dépôt git : %s"35513552#: setup.c:778 builtin/index-pack.c:16463553msgid "Cannot come back to cwd"3554msgstr "Impossible de revenir au répertoire de travail courant"35553556#: setup.c:10103557msgid "Unable to read current working directory"3558msgstr "Impossible d'accéder au répertoire de travail courant"35593560#: setup.c:1022 setup.c:10283561#, c-format3562msgid "Cannot change to '%s'"3563msgstr "Impossible de modifié en '%s'"35643565#: setup.c:10413566#, c-format3567msgid ""3568"Not a git repository (or any parent up to mount point %s)\n"3569"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3570msgstr ""3571"Ni ceci ni aucun de ses répertoires parents (jusqu'au point de montage %s) "3572"n'est un dépôt git\n"3573"Arrêt à la limite du système de fichiers (GIT_DISCOVERY_ACROSS_FILESYSTEM "3574"n'est pas activé)."35753576#: setup.c:11063577#, c-format3578msgid ""3579"Problem with core.sharedRepository filemode value (0%.3o).\n"3580"The owner of files must always have read and write permissions."3581msgstr ""3582"Problème avec la valeur de core.sharedRepository (0%.3o).\n"3583"Le propriétaire des fichiers doit toujours avoir les droits en lecture et "3584"écriture."35853586#: sha1_file.c:5593587#, c-format3588msgid "path '%s' does not exist"3589msgstr "le chemin '%s' n'existe pas"35903591#: sha1_file.c:5853592#, c-format3593msgid "reference repository '%s' as a linked checkout is not supported yet."3594msgstr ""3595"extraire le dépôt de référence '%s' comme une extraction liée n'est pas "3596"encore supporté."35973598#: sha1_file.c:5913599#, c-format3600msgid "reference repository '%s' is not a local repository."3601msgstr "le dépôt de référence '%s' n'est pas un dépôt local."36023603#: sha1_file.c:5973604#, c-format3605msgid "reference repository '%s' is shallow"3606msgstr "le dépôt de référence '%s' est superficiel"36073608#: sha1_file.c:6053609#, c-format3610msgid "reference repository '%s' is grafted"3611msgstr "le dépôt de référence '%s' est greffé"36123613#: sha1_file.c:12453614msgid "offset before end of packfile (broken .idx?)"3615msgstr "offset avant la fin du fichier paquet (.idx cassé ?)"36163617#: sha1_file.c:27213618#, c-format3619msgid "offset before start of pack index for %s (corrupt index?)"3620msgstr "offset avant le début de l'index de paquet pour %s (index corrompu ?)"36213622#: sha1_file.c:27253623#, c-format3624msgid "offset beyond end of pack index for %s (truncated index?)"3625msgstr ""3626"offset au delà de la fin de l'index de paquet pour %s (index tronqué ?)"36273628#: sha1_name.c:4093629#, c-format3630msgid "short SHA1 %s is ambiguous"3631msgstr "le SHA1 court %s est ambigu"36323633#: sha1_name.c:4203634msgid "The candidates are:"3635msgstr "Les candidats sont :"36363637#: sha1_name.c:5803638msgid ""3639"Git normally never creates a ref that ends with 40 hex characters\n"3640"because it will be ignored when you just specify 40-hex. These refs\n"3641"may be created by mistake. For example,\n"3642"\n"3643" git checkout -b $br $(git rev-parse ...)\n"3644"\n"3645"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3646"examine these refs and maybe delete them. Turn this message off by\n"3647"running \"git config advice.objectNameWarning false\""3648msgstr ""3649"Git ne créé normalement jamais de référence qui se termine par 40 caractères "3650"hexa\n"3651"car elle serait ignorée si vous spécifiiez 40-hexa. Ces références\n"3652"peuvent être créées par erreur. Par exemple,\n"3653"\n"3654" git checkout -b $br $(git rev-parse ...)\n"3655"\n"3656"où \"$br\" est d'une manière ou d'une autre vide et une référence 40-hexa "3657"est créée.\n"3658"Veuillez examiner ces références et peut-être les supprimer. Désactivez ce "3659"message\n"3660"en lançant \"git config advice.objectNameWarning false\""36613662#: submodule.c:67 submodule.c:1013663msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3664msgstr ""3665"Modification impossible de .gitmodules non fusionné, résolvez les conflits "3666"d'abord"36673668#: submodule.c:71 submodule.c:1053669#, c-format3670msgid "Could not find section in .gitmodules where path=%s"3671msgstr "Impossible de trouver une section où path=%s dans .gitmodules"36723673#: submodule.c:793674#, c-format3675msgid "Could not update .gitmodules entry %s"3676msgstr "Impossible de mettre à jour l'élément %s de .gitmodules"36773678# ici %s est un chemin3679#: submodule.c:1123680#, c-format3681msgid "Could not remove .gitmodules entry for %s"3682msgstr "Impossible de supprimer l'élément de .gitmodules pour %s"36833684#: submodule.c:1233685msgid "staging updated .gitmodules failed"3686msgstr "échec de la mise en index du .gitmodules mis à jour"36873688#: submodule.c:1613689msgid "negative values not allowed for submodule.fetchJobs"3690msgstr "les valeurs négatives ne sont pas permises pour submodule.fetchJobs"36913692#: submodule.c:11943693#, c-format3694msgid "'%s' not recognized as a git repository"3695msgstr "'%s' n'est pas reconnu comme dépôt git"36963697#: submodule.c:13323698#, c-format3699msgid "could not start 'git status' in submodule '%s'"3700msgstr "impossible de démarrer 'git status' dans le sous-module '%s'"37013702#: submodule.c:13453703#, c-format3704msgid "could not run 'git status' in submodule '%s'"3705msgstr "impossible de lancer 'git status' dans le sous-module '%s'"37063707#: submodule.c:14213708#, c-format3709msgid "submodule '%s' has dirty index"3710msgstr "le sous-module '%s' a un index sale"37113712#: submodule.c:16783713#, c-format3714msgid ""3715"relocate_gitdir for submodule '%s' with more than one worktree not supported"3716msgstr ""3717"relocate_gitdir pour le sous-module '%s' avec plus d'un arbre de travail "3718"n'est pas supporté"37193720#: submodule.c:1690 submodule.c:17463721#, c-format3722msgid "could not lookup name for submodule '%s'"3723msgstr "impossible de trouve le nom pour le sous-module '%s'"37243725#: submodule.c:1694 builtin/submodule--helper.c:6783726#: builtin/submodule--helper.c:6883727#, c-format3728msgid "could not create directory '%s'"3729msgstr "impossible de créer le répertoire '%s'"37303731#: submodule.c:16973732#, c-format3733msgid ""3734"Migrating git directory of '%s%s' from\n"3735"'%s' to\n"3736"'%s'\n"3737msgstr ""3738"Migration du répertoire git de '%s%s' depuis\n"3739"'%s' sur\n"3740"'%s'\n"37413742#: submodule.c:17813743#, c-format3744msgid "could not recurse into submodule '%s'"3745msgstr "récursion impossible dans le sous-module '%s'"37463747#: submodule.c:18253748msgid "could not start ls-files in .."3749msgstr "impossible de démarrer ls-files dans .."37503751#: submodule.c:18453752msgid "BUG: returned path string doesn't match cwd?"3753msgstr "BUG : le chemin renvoyé ne correspond pas à cwd ?"37543755#: submodule.c:18643756#, c-format3757msgid "ls-tree returned unexpected return code %d"3758msgstr "ls-tree a renvoyé un code de retour inattendu %d"37593760#: submodule-config.c:3803761#, c-format3762msgid "invalid value for %s"3763msgstr "Valeur invalide pour %s"37643765#: trailer.c:2403766#, c-format3767msgid "running trailer command '%s' failed"3768msgstr "échec de la commande trailer '%s'"37693770#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:5393771#: trailer.c:5433772#, c-format3773msgid "unknown value '%s' for key '%s'"3774msgstr "valeur inconnue '%s' pour la clé '%s'"37753776#: trailer.c:525 trailer.c:530 builtin/remote.c:2893777#, c-format3778msgid "more than one %s"3779msgstr "plus d'un %s"37803781#: trailer.c:7023782#, c-format3783msgid "empty trailer token in trailer '%.*s'"3784msgstr "symbole vide dans la ligne de fin '%.*s'"37853786#: trailer.c:7223787#, c-format3788msgid "could not read input file '%s'"3789msgstr "impossible de lire le fichier d'entrée '%s'"37903791#: trailer.c:7253792msgid "could not read from stdin"3793msgstr "Impossible de lire depuis l'entrée standard"37943795#: trailer.c:949 builtin/am.c:443796#, c-format3797msgid "could not stat %s"3798msgstr "stat impossible de %s"37993800#: trailer.c:9513801#, c-format3802msgid "file %s is not a regular file"3803msgstr "%s n'est pas un fichier régulier"38043805#: trailer.c:9533806#, c-format3807msgid "file %s is not writable by user"3808msgstr "le fichier %s n'est pas inscriptible par l'utilisateur"38093810#: trailer.c:9653811msgid "could not open temporary file"3812msgstr "impossible de créer un fichier temporaire"38133814#: trailer.c:10013815#, c-format3816msgid "could not rename temporary file to %s"3817msgstr "impossible de renommer un fichier temporaire en %s"38183819#: transport.c:623820#, c-format3821msgid "Would set upstream of '%s' to '%s' of '%s'\n"3822msgstr "Positionnerait la branche amont de '%s' sur '%s' de '%s'\n"38233824#: transport.c:1513825#, c-format3826msgid "transport: invalid depth option '%s'"3827msgstr "transport : option de profondeur invalide '%s'"38283829#: transport.c:8893830#, c-format3831msgid ""3832"The following submodule paths contain changes that can\n"3833"not be found on any remote:\n"3834msgstr ""3835"Les chemins suivant de sous-module contiennent des modifications\n"3836"qui ne peuvent être trouvées sur aucun distant :\n"38373838#: transport.c:8933839#, c-format3840msgid ""3841"\n"3842"Please try\n"3843"\n"3844"\tgit push --recurse-submodules=on-demand\n"3845"\n"3846"or cd to the path and use\n"3847"\n"3848"\tgit push\n"3849"\n"3850"to push them to a remote.\n"3851"\n"3852msgstr ""3853"\n"3854"Veuillez essayer\n"3855"\n"3856"\tgit push --recurse-submodules=on-demand\n"3857"\n"3858"ou bien changez de répertoire et utilisez\n"3859"\n"3860"\tgit push\n"3861"\n"3862"pour les pousser vers un serveur distant.\n"3863"\n"38643865#: transport.c:9013866msgid "Aborting."3867msgstr "Abandon."38683869#: transport-helper.c:10803870#, c-format3871msgid "Could not read ref %s"3872msgstr "impossible de lire la réf %s"38733874#: tree-walk.c:313875msgid "too-short tree object"3876msgstr "objet arbre trop court"38773878#: tree-walk.c:373879msgid "malformed mode in tree entry"3880msgstr "mode invalide dans l'entrée d'arbre"38813882#: tree-walk.c:413883msgid "empty filename in tree entry"3884msgstr "nom de fichier vide dans une entrée de l'arbre"38853886#: tree-walk.c:1133887msgid "too-short tree file"3888msgstr "fichier arbre trop court"38893890#: unpack-trees.c:1043891#, c-format3892msgid ""3893"Your local changes to the following files would be overwritten by checkout:\n"3894"%%sPlease commit your changes or stash them before you switch branches."3895msgstr ""3896"Vos modifications locales aux fichiers suivants seraient écrasées par "3897"l'extraction :\n"3898"%%sVeuillez valider ou remiser vos modifications avant de basculer de "3899"branche."39003901#: unpack-trees.c:1063902#, c-format3903msgid ""3904"Your local changes to the following files would be overwritten by checkout:\n"3905"%%s"3906msgstr ""3907"Vos modifications locales aux fichiers suivants seraient écrasées par "3908"l'extraction :\n"3909"%%s"39103911#: unpack-trees.c:1093912#, c-format3913msgid ""3914"Your local changes to the following files would be overwritten by merge:\n"3915"%%sPlease commit your changes or stash them before you merge."3916msgstr ""3917"Vos modifications locales aux fichiers suivants seraient écrasées par la "3918"fusion :\n"3919"%%sVeuillez valider ou remiser vos modifications avant la fusion."39203921#: unpack-trees.c:1113922#, c-format3923msgid ""3924"Your local changes to the following files would be overwritten by merge:\n"3925"%%s"3926msgstr ""3927"Vos modifications locales aux fichiers suivants seraient écrasées par la "3928"fusion :\n"3929"%%s"39303931#: unpack-trees.c:1143932#, c-format3933msgid ""3934"Your local changes to the following files would be overwritten by %s:\n"3935"%%sPlease commit your changes or stash them before you %s."3936msgstr ""3937"Vos modifications locales aux fichiers suivants seraient écrasées par %s :\n"3938"%%sVeuillez valider ou remiser vos modifications avant %s."39393940#: unpack-trees.c:1163941#, c-format3942msgid ""3943"Your local changes to the following files would be overwritten by %s:\n"3944"%%s"3945msgstr ""3946"Vos modifications locales aux fichiers suivants seraient écrasées par %s :\n"3947"%%s"39483949#: unpack-trees.c:1213950#, c-format3951msgid ""3952"Updating the following directories would lose untracked files in them:\n"3953"%s"3954msgstr ""3955"La mise à jour des répertoires suivants effacerait les fichiers non suivis "3956"contenus :\n"3957"%s"39583959#: unpack-trees.c:1253960#, c-format3961msgid ""3962"The following untracked working tree files would be removed by checkout:\n"3963"%%sPlease move or remove them before you switch branches."3964msgstr ""3965"Les fichiers suivants non suivis de la copie de travail seraient effacés par "3966"l'extraction :\n"3967"%%sVeuillez renommer ou effacer ces fichiers avant de basculer de branche."39683969#: unpack-trees.c:1273970#, c-format3971msgid ""3972"The following untracked working tree files would be removed by checkout:\n"3973"%%s"3974msgstr ""3975"Les fichiers suivants non suivis seraient effacés par l'extraction :\n"3976"%%s"39773978#: unpack-trees.c:1303979#, c-format3980msgid ""3981"The following untracked working tree files would be removed by merge:\n"3982"%%sPlease move or remove them before you merge."3983msgstr ""3984"Les fichiers suivants non suivis de la copie de travail seraient effacés par "3985"la fusion :\n"3986"%%sVeuillez renommer ou effacer ces fichiers avant la fusion."39873988#: unpack-trees.c:1323989#, c-format3990msgid ""3991"The following untracked working tree files would be removed by merge:\n"3992"%%s"3993msgstr ""3994"Les fichiers suivants non suivis seraient effacés par la fusion :\n"3995"%%s"39963997#: unpack-trees.c:1353998#, c-format3999msgid ""4000"The following untracked working tree files would be removed by %s:\n"4001"%%sPlease move or remove them before you %s."4002msgstr ""4003"Les fichiers suivants non suivis de la copie de travail seraient effacés par "4004"%s :\n"4005"%%sVeuillez renommer ou effacer ces fichiers avant %s."40064007#: unpack-trees.c:1374008#, c-format4009msgid ""4010"The following untracked working tree files would be removed by %s:\n"4011"%%s"4012msgstr ""4013"Les fichiers suivants non suivis seraient effacés par %s :\n"4014"%%s"40154016#: unpack-trees.c:1424017#, c-format4018msgid ""4019"The following untracked working tree files would be overwritten by "4020"checkout:\n"4021"%%sPlease move or remove them before you switch branches."4022msgstr ""4023"Les fichiers suivants non suivis de la copie de travail seraient écrasés par "4024"l'extraction :\n"4025"%%sVeuillez renommer ou effacer ces fichiers avant de basculer de branche."40264027#: unpack-trees.c:1444028#, c-format4029msgid ""4030"The following untracked working tree files would be overwritten by "4031"checkout:\n"4032"%%s"4033msgstr ""4034"Les fichiers suivants non suivis seraient écrasés par l'extraction :\n"4035"%%s"40364037#: unpack-trees.c:1474038#, c-format4039msgid ""4040"The following untracked working tree files would be overwritten by merge:\n"4041"%%sPlease move or remove them before you merge."4042msgstr ""4043"Les fichiers suivants non suivis de la copie de travail seraient effacés par "4044"la fusion :\n"4045"%%sVeuillez renommer ou effacer ces fichiers avant la fusion."40464047#: unpack-trees.c:1494048#, c-format4049msgid ""4050"The following untracked working tree files would be overwritten by merge:\n"4051"%%s"4052msgstr ""4053"Les fichiers suivants non suivis seraient écrasés par la fusion :\n"4054"%%s"40554056#: unpack-trees.c:1524057#, c-format4058msgid ""4059"The following untracked working tree files would be overwritten by %s:\n"4060"%%sPlease move or remove them before you %s."4061msgstr ""4062"Les fichiers suivants non suivis de la copie de travail seraient écrasés par "4063"%s :\n"4064"%%sVeuillez renommer ou effacer ces fichiers avant %s."40654066#: unpack-trees.c:1544067#, c-format4068msgid ""4069"The following untracked working tree files would be overwritten by %s:\n"4070"%%s"4071msgstr ""4072"Les fichiers suivants non suivis seraient écrasés par %s :\n"4073"%%s"40744075#: unpack-trees.c:1614076#, c-format4077msgid "Entry '%s' overlaps with '%s'. Cannot bind."4078msgstr "L'entrée '%s' surcharge avec '%s'. Affectation impossible."40794080#: unpack-trees.c:1644081#, c-format4082msgid ""4083"Cannot update sparse checkout: the following entries are not up-to-date:\n"4084"%s"4085msgstr ""4086"Mise à jour d'extraction creuse impossible : les entrées suivantes ne sont "4087"pas à jour :\n"4088"%s"40894090#: unpack-trees.c:1664091#, c-format4092msgid ""4093"The following working tree files would be overwritten by sparse checkout "4094"update:\n"4095"%s"4096msgstr ""4097"Les fichiers suivants de la copie de travail seraient écrasés par la mise à "4098"jour par l'extraction creuse :\n"4099"%s"41004101#: unpack-trees.c:1684102#, c-format4103msgid ""4104"The following working tree files would be removed by sparse checkout "4105"update:\n"4106"%s"4107msgstr ""4108"Les fichiers suivants de la copie de travail seraient supprimés par la mise "4109"à jour par extraction creuse :\n"4110"%s"41114112#: unpack-trees.c:1704113#, c-format4114msgid ""4115"Cannot update submodule:\n"4116"%s"4117msgstr ""4118"Mise à jour impossible pour le sous-module :\n"4119"%s"41204121#: unpack-trees.c:2474122#, c-format4123msgid "Aborting\n"4124msgstr "Abandon\n"41254126#: unpack-trees.c:2724127#, c-format4128msgid "submodule update strategy not supported for submodule '%s'"4129msgstr ""4130"stratégie de mise à jour de sous-module non supportée pour le sous-module "4131"'%s'"41324133#: unpack-trees.c:3404134msgid "Checking out files"4135msgstr "Extraction des fichiers"41364137#: urlmatch.c:1634138msgid "invalid URL scheme name or missing '://' suffix"4139msgstr "nom de schéma d'URL invalide ou suffixe '://' manquant"41404141#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4054142#, c-format4143msgid "invalid %XX escape sequence"4144msgstr "séquence d'échappement %XX invalide"41454146#: urlmatch.c:2154147msgid "missing host and scheme is not 'file:'"4148msgstr "hôte manquant et le schéma n'est pas 'file:'"41494150#: urlmatch.c:2324151msgid "a 'file:' URL may not have a port number"4152msgstr "une URL 'file:' ne peut pas contenir de numéro de port"41534154#: urlmatch.c:2474155msgid "invalid characters in host name"4156msgstr "caractères invalides dans le nom d'hôte"41574158#: urlmatch.c:292 urlmatch.c:3034159msgid "invalid port number"4160msgstr "numéro de port invalide"41614162#: urlmatch.c:3714163msgid "invalid '..' path segment"4164msgstr "segment de chemin '..' invalide"41654166#: worktree.c:2854167#, c-format4168msgid "failed to read '%s'"4169msgstr "échec de la lecture de '%s'"41704171#: wrapper.c:222 wrapper.c:3924172#, c-format4173msgid "could not open '%s' for reading and writing"4174msgstr "impossible d'ouvrir '%s' en lecture/écriture"41754176#: wrapper.c:224 wrapper.c:394 builtin/am.c:7664177#, c-format4178msgid "could not open '%s' for writing"4179msgstr "impossible d'ouvrir '%s' en écriture"41804181#: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:7574182#: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:10154183#: builtin/pull.c:3414184#, c-format4185msgid "could not open '%s' for reading"4186msgstr "impossible d'ouvrir '%s' en lecture"41874188#: wrapper.c:581 wrapper.c:6024189#, c-format4190msgid "unable to access '%s'"4191msgstr "impossible d'accéder à '%s'"41924193#: wrapper.c:6104194msgid "unable to get current working directory"4195msgstr "impossible d'accéder au répertoire de travail courant"41964197#: wrapper.c:6344198#, c-format4199msgid "could not write to %s"4200msgstr "Impossible d'écrire dans %s"42014202#: wrapper.c:6364203#, c-format4204msgid "could not close %s"4205msgstr "impossible de fermer %s"42064207#: wt-status.c:1514208msgid "Unmerged paths:"4209msgstr "Chemins non fusionnés :"42104211#: wt-status.c:178 wt-status.c:2054212#, c-format4213msgid " (use \"git reset %s <file>...\" to unstage)"4214msgstr " (utilisez \"git reset %s <fichier>...\" pour désindexer)"42154216#: wt-status.c:180 wt-status.c:2074217msgid " (use \"git rm --cached <file>...\" to unstage)"4218msgstr " (utilisez \"git rm --cached <fichier>...\" pour désindexer)"42194220#: wt-status.c:1844221msgid " (use \"git add <file>...\" to mark resolution)"4222msgstr " (utilisez \"git add <fichier>...\" pour marquer comme résolu)"42234224#: wt-status.c:186 wt-status.c:1904225msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"4226msgstr ""4227" (utilisez \"git add/rm <fichier>...\" si nécessaire pour marquer comme "4228"résolu)"42294230#: wt-status.c:1884231msgid " (use \"git rm <file>...\" to mark resolution)"4232msgstr " (utilisez \"git rm <fichier>...\" pour marquer comme résolu)"42334234#: wt-status.c:199 wt-status.c:9584235msgid "Changes to be committed:"4236msgstr "Modifications qui seront validées :"42374238#: wt-status.c:217 wt-status.c:9674239msgid "Changes not staged for commit:"4240msgstr "Modifications qui ne seront pas validées :"42414242#: wt-status.c:2214243msgid " (use \"git add <file>...\" to update what will be committed)"4244msgstr ""4245" (utilisez \"git add <fichier>...\" pour mettre à jour ce qui sera validé)"42464247#: wt-status.c:2234248msgid " (use \"git add/rm <file>...\" to update what will be committed)"4249msgstr ""4250" (utilisez \"git add/rm <fichier>...\" pour mettre à jour ce qui sera "4251"validé)"42524253#: wt-status.c:2244254msgid ""4255" (use \"git checkout -- <file>...\" to discard changes in working directory)"4256msgstr ""4257" (utilisez \"git checkout -- <fichier>...\" pour annuler les modifications "4258"dans la copie de travail)"42594260#: wt-status.c:2264261msgid " (commit or discard the untracked or modified content in submodules)"4262msgstr ""4263" (valider ou annuler le contenu non suivi ou modifié dans les sous-modules)"42644265#: wt-status.c:2384266#, c-format4267msgid " (use \"git %s <file>...\" to include in what will be committed)"4268msgstr ""4269" (utilisez \"git %s <fichier>...\" pour inclure dans ce qui sera validé)"42704271#: wt-status.c:2534272msgid "both deleted:"4273msgstr "supprimé des deux côtés :"42744275#: wt-status.c:2554276msgid "added by us:"4277msgstr "ajouté par nous :"42784279#: wt-status.c:2574280msgid "deleted by them:"4281msgstr "supprimé par eux :"42824283#: wt-status.c:2594284msgid "added by them:"4285msgstr "ajouté par eux :"42864287#: wt-status.c:2614288msgid "deleted by us:"4289msgstr "supprimé par nous :"42904291#: wt-status.c:2634292msgid "both added:"4293msgstr "ajouté de deux côtés :"42944295#: wt-status.c:2654296msgid "both modified:"4297msgstr "modifié des deux côtés :"42984299#: wt-status.c:2754300msgid "new file:"4301msgstr "nouveau fichier :"43024303#: wt-status.c:2774304msgid "copied:"4305msgstr "copié :"43064307#: wt-status.c:2794308msgid "deleted:"4309msgstr "supprimé :"43104311#: wt-status.c:2814312msgid "modified:"4313msgstr "modifié :"43144315#: wt-status.c:2834316msgid "renamed:"4317msgstr "renommé :"43184319#: wt-status.c:2854320msgid "typechange:"4321msgstr "modif. type :"43224323#: wt-status.c:2874324msgid "unknown:"4325msgstr "inconnu :"43264327#: wt-status.c:2894328msgid "unmerged:"4329msgstr "non fusionné :"43304331#: wt-status.c:3714332msgid "new commits, "4333msgstr "nouveaux commits, "43344335#: wt-status.c:3734336msgid "modified content, "4337msgstr "contenu modifié, "43384339#: wt-status.c:3754340msgid "untracked content, "4341msgstr "contenu non suivi, "43424343#: wt-status.c:8314344msgid "Submodules changed but not updated:"4345msgstr "Sous-modules modifiés mais non mis à jour :"43464347#: wt-status.c:8334348msgid "Submodule changes to be committed:"4349msgstr "Changements du sous-module à valider :"43504351#: wt-status.c:9144352msgid ""4353"Do not touch the line above.\n"4354"Everything below will be removed."4355msgstr ""4356"Ne touchez pas à la ligne ci-dessus\n"4357"Tout ce qui suit sera éliminé."43584359#: wt-status.c:10264360msgid "You have unmerged paths."4361msgstr "Vous avez des chemins non fusionnés."43624363#: wt-status.c:10294364msgid " (fix conflicts and run \"git commit\")"4365msgstr " (réglez les conflits puis lancez \"git commit\")"43664367#: wt-status.c:10314368msgid " (use \"git merge --abort\" to abort the merge)"4369msgstr " (utilisez \"git merge --abort\" pour annuler la fusion)"43704371#: wt-status.c:10364372msgid "All conflicts fixed but you are still merging."4373msgstr "Tous les conflits sont réglés mais la fusion n'est pas terminée."43744375#: wt-status.c:10394376msgid " (use \"git commit\" to conclude merge)"4377msgstr " (utilisez \"git commit\" pour terminer la fusion)"43784379#: wt-status.c:10494380msgid "You are in the middle of an am session."4381msgstr "Vous êtes au milieu d'une session am."43824383#: wt-status.c:10524384msgid "The current patch is empty."4385msgstr "Le patch actuel est vide."43864387#: wt-status.c:10564388msgid " (fix conflicts and then run \"git am --continue\")"4389msgstr " (réglez les conflits puis lancez \"git am --continue\")"43904391#: wt-status.c:10584392msgid " (use \"git am --skip\" to skip this patch)"4393msgstr " (utilisez \"git am --skip\" pour sauter ce patch)"43944395#: wt-status.c:10604396msgid " (use \"git am --abort\" to restore the original branch)"4397msgstr " (utilisez \"git am --abort\" pour restaurer la branche d'origine)"43984399#: wt-status.c:11894400msgid "git-rebase-todo is missing."4401msgstr "git-rebase-todo est manquant."44024403#: wt-status.c:11914404msgid "No commands done."4405msgstr "Aucune commande réalisée."44064407#: wt-status.c:11944408#, c-format4409msgid "Last command done (%d command done):"4410msgid_plural "Last commands done (%d commands done):"4411msgstr[0] "Dernière commande effectuée (%d commande effectuée) :"4412msgstr[1] "Dernières commandes effectuées (%d commandes effectuées) :"44134414#: wt-status.c:12054415#, c-format4416msgid " (see more in file %s)"4417msgstr " (voir plus dans le fichier %s)"44184419#: wt-status.c:12104420msgid "No commands remaining."4421msgstr "Aucune commande restante."44224423#: wt-status.c:12134424#, c-format4425msgid "Next command to do (%d remaining command):"4426msgid_plural "Next commands to do (%d remaining commands):"4427msgstr[0] "Prochaine commande à effectuer (%d commande restante) :"4428msgstr[1] "Prochaines commandes à effectuer (%d commandes restantes) :"44294430#: wt-status.c:12214431msgid " (use \"git rebase --edit-todo\" to view and edit)"4432msgstr " (utilisez \"git rebase --edit-todo\" pour voir et éditer)"44334434#: wt-status.c:12344435#, c-format4436msgid "You are currently rebasing branch '%s' on '%s'."4437msgstr "Vous êtes en train de rebaser la branche '%s' sur '%s'."44384439#: wt-status.c:12394440msgid "You are currently rebasing."4441msgstr "Vous êtes en train de rebaser."44424443#: wt-status.c:12534444msgid " (fix conflicts and then run \"git rebase --continue\")"4445msgstr " (réglez les conflits puis lancez \"git rebase --continue\")"44464447#: wt-status.c:12554448msgid " (use \"git rebase --skip\" to skip this patch)"4449msgstr " (utilisez \"git rebase --skip\" pour sauter ce patch)"44504451#: wt-status.c:12574452msgid " (use \"git rebase --abort\" to check out the original branch)"4453msgstr " (utilisez \"git rebase --abort\" pour extraire la branche d'origine)"44544455#: wt-status.c:12634456msgid " (all conflicts fixed: run \"git rebase --continue\")"4457msgstr " (tous les conflits sont réglés : lancez \"git rebase --continue\")"44584459#: wt-status.c:12674460#, c-format4461msgid ""4462"You are currently splitting a commit while rebasing branch '%s' on '%s'."4463msgstr ""4464"Vous êtes actuellement en train de fractionner un commit pendant un rebasage "4465"de la branche '%s' sur '%s'."44664467#: wt-status.c:12724468msgid "You are currently splitting a commit during a rebase."4469msgstr ""4470"Vous êtes actuellement en train de fractionner un commit pendant un rebasage."44714472#: wt-status.c:12754473msgid " (Once your working directory is clean, run \"git rebase --continue\")"4474msgstr ""4475" (Une fois la copie de travail nettoyée, lancez \"git rebase --continue\")"44764477#: wt-status.c:12794478#, c-format4479msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4480msgstr ""4481"Vous êtes actuellement en train d'éditer un commit pendant un rebasage de la "4482"branche '%s' sur '%s'."44834484#: wt-status.c:12844485msgid "You are currently editing a commit during a rebase."4486msgstr ""4487"Vous êtes actuellement en train d'éditer un commit pendant un rebasage."44884489#: wt-status.c:12874490msgid " (use \"git commit --amend\" to amend the current commit)"4491msgstr " (utilisez \"git commit --amend\" pour corriger le commit actuel)"44924493#: wt-status.c:12894494msgid ""4495" (use \"git rebase --continue\" once you are satisfied with your changes)"4496msgstr ""4497" (utilisez \"git rebase --continue\" quand vous avez effectué toutes vos "4498"modifications)"44994500#: wt-status.c:12994501#, c-format4502msgid "You are currently cherry-picking commit %s."4503msgstr "Vous êtes actuellement en train de picorer le commit %s."45044505#: wt-status.c:13044506msgid " (fix conflicts and run \"git cherry-pick --continue\")"4507msgstr " (réglez les conflits puis lancez \"git cherry-pick --continue\")"45084509#: wt-status.c:13074510msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4511msgstr ""4512" (tous les conflits sont réglés : lancez \"git cherry-pick --continue\")"45134514#: wt-status.c:13094515msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4516msgstr " (utilisez \"git cherry-pick --abort\" pour annuler le picorage)"45174518#: wt-status.c:13184519#, c-format4520msgid "You are currently reverting commit %s."4521msgstr "Vous êtes actuellement en train de rétablir le commit %s."45224523#: wt-status.c:13234524msgid " (fix conflicts and run \"git revert --continue\")"4525msgstr " (réglez les conflits puis lancez \"git revert --continue\")"45264527#: wt-status.c:13264528msgid " (all conflicts fixed: run \"git revert --continue\")"4529msgstr " (tous les conflits sont réglés : lancez \"git revert --continue\")"45304531#: wt-status.c:13284532msgid " (use \"git revert --abort\" to cancel the revert operation)"4533msgstr " (utilisez \"git revert --abort\" pour annuler le rétablissement)"45344535#: wt-status.c:13394536#, c-format4537msgid "You are currently bisecting, started from branch '%s'."4538msgstr "Vous êtes en cours de bissection, depuis la branche '%s'."45394540#: wt-status.c:13434541msgid "You are currently bisecting."4542msgstr "Vous êtes en cours de bissection."45434544#: wt-status.c:13464545msgid " (use \"git bisect reset\" to get back to the original branch)"4546msgstr " (utilisez \"git bisect reset\" pour revenir à la branche d'origine)"45474548#: wt-status.c:15434549msgid "On branch "4550msgstr "Sur la branche "45514552#: wt-status.c:15494553msgid "interactive rebase in progress; onto "4554msgstr "rebasage interactif en cours ; sur "45554556#: wt-status.c:15514557msgid "rebase in progress; onto "4558msgstr "rebasage en cours ; sur "45594560#: wt-status.c:15564561msgid "HEAD detached at "4562msgstr "HEAD détachée sur "45634564#: wt-status.c:15584565msgid "HEAD detached from "4566msgstr "HEAD détachée depuis "45674568#: wt-status.c:15614569msgid "Not currently on any branch."4570msgstr "Actuellement sur aucun branche."45714572#: wt-status.c:15794573msgid "Initial commit"4574msgstr "Validation initiale"45754576#: wt-status.c:15934577msgid "Untracked files"4578msgstr "Fichiers non suivis"45794580#: wt-status.c:15954581msgid "Ignored files"4582msgstr "Fichiers ignorés"45834584#: wt-status.c:15994585#, c-format4586msgid ""4587"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"4588"may speed it up, but you have to be careful not to forget to add\n"4589"new files yourself (see 'git help status')."4590msgstr ""4591"L'énumération des fichiers non suivis a duré %.2f secondes. 'status -uno'\n"4592"peut l'accélérer, mais vous devez alors faire attention à ne pas\n"4593"oublier d'ajouter les nouveaux fichiers par vous-même (voir 'git help "4594"status')."45954596#: wt-status.c:16054597#, c-format4598msgid "Untracked files not listed%s"4599msgstr "Fichiers non suivis non affichés%s"46004601#: wt-status.c:16074602msgid " (use -u option to show untracked files)"4603msgstr " (utilisez -u pour afficher les fichiers non suivis)"46044605#: wt-status.c:16134606msgid "No changes"4607msgstr "Aucune modification"46084609#: wt-status.c:16184610#, c-format4611msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"4612msgstr ""4613"aucune modification n'a été ajoutée à la validation (utilisez \"git add\" ou "4614"\"git commit -a\")\n"46154616#: wt-status.c:16214617#, c-format4618msgid "no changes added to commit\n"4619msgstr "aucune modification ajoutée à la validation\n"46204621#: wt-status.c:16244622#, c-format4623msgid ""4624"nothing added to commit but untracked files present (use \"git add\" to "4625"track)\n"4626msgstr ""4627"aucune modification ajoutée à la validation mais des fichiers non suivis "4628"sont présents (utilisez \"git add\" pour les suivre)\n"46294630#: wt-status.c:16274631#, c-format4632msgid "nothing added to commit but untracked files present\n"4633msgstr ""4634"aucune modification ajoutée à la validation mais des fichiers non suivis "4635"sont présents\n"46364637#: wt-status.c:16304638#, c-format4639msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"4640msgstr ""4641"rien à valider (créez/copiez des fichiers et utilisez \"git add\" pour les "4642"suivre)\n"46434644#: wt-status.c:1633 wt-status.c:16384645#, c-format4646msgid "nothing to commit\n"4647msgstr "rien à valider\n"46484649#: wt-status.c:16364650#, c-format4651msgid "nothing to commit (use -u to show untracked files)\n"4652msgstr "rien à valider (utilisez -u pour afficher les fichiers non suivis)\n"46534654#: wt-status.c:16404655#, c-format4656msgid "nothing to commit, working tree clean\n"4657msgstr "rien à valider, la copie de travail est propre\n"46584659#: wt-status.c:17494660msgid "Initial commit on "4661msgstr "Validation initiale sur "46624663#: wt-status.c:17534664msgid "HEAD (no branch)"4665msgstr "HEAD (aucune branche)"46664667#: wt-status.c:1782 wt-status.c:17904668msgid "behind "4669msgstr "derrière "46704671#: wt-status.c:1785 wt-status.c:17884672msgid "ahead "4673msgstr "devant "46744675#. TRANSLATORS: the action is e.g. "pull with rebase"4676#: wt-status.c:22804677#, c-format4678msgid "cannot %s: You have unstaged changes."4679msgstr "Impossible de %s : vous avez des modifications non indexées."46804681#: wt-status.c:22864682msgid "additionally, your index contains uncommitted changes."4683msgstr "de plus, votre index contient des modifications non validées."46844685#: wt-status.c:22884686#, c-format4687msgid "cannot %s: Your index contains uncommitted changes."4688msgstr "%s impossible : votre index contient des modifications non validées."46894690#: compat/precompose_utf8.c:57 builtin/clone.c:4324691#, c-format4692msgid "failed to unlink '%s'"4693msgstr "échec lors de l'unlink de '%s'"46944695#: builtin/add.c:224696msgid "git add [<options>] [--] <pathspec>..."4697msgstr "git add [<options>] [--] <chemin>..."46984699#: builtin/add.c:804700#, c-format4701msgid "unexpected diff status %c"4702msgstr "status de diff inattendu %c"47034704#: builtin/add.c:85 builtin/commit.c:2914705msgid "updating files failed"4706msgstr "échec de la mise à jour des fichiers"47074708#: builtin/add.c:954709#, c-format4710msgid "remove '%s'\n"4711msgstr "suppression de '%s'\n"47124713#: builtin/add.c:1494714msgid "Unstaged changes after refreshing the index:"4715msgstr "Modifications non indexées après rafraîchissement de l'index :"47164717#: builtin/add.c:209 builtin/rev-parse.c:8724718msgid "Could not read the index"4719msgstr "Impossible de lire l'index"47204721#: builtin/add.c:2204722#, c-format4723msgid "Could not open '%s' for writing."4724msgstr "Impossible d'ouvrir '%s' en écriture."47254726#: builtin/add.c:2244727msgid "Could not write patch"4728msgstr "Impossible d'écrire le patch"47294730#: builtin/add.c:2274731msgid "editing patch failed"4732msgstr "échec de l'édition du patch"47334734#: builtin/add.c:2304735#, c-format4736msgid "Could not stat '%s'"4737msgstr "Stat de '%s' impossible"47384739#: builtin/add.c:2324740msgid "Empty patch. Aborted."4741msgstr "Patch vide. Abandon."47424743#: builtin/add.c:2374744#, c-format4745msgid "Could not apply '%s'"4746msgstr "Impossible d'appliquer '%s'"47474748#: builtin/add.c:2474749msgid "The following paths are ignored by one of your .gitignore files:\n"4750msgstr ""4751"Les chemins suivants sont ignorés par un de vos fichiers .gitignore :\n"47524753#: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:1234754#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:5244755#: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:1634756msgid "dry run"4757msgstr "simuler l'action"47584759#: builtin/add.c:2694760msgid "interactive picking"4761msgstr "sélection interactive"47624763#: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:2864764msgid "select hunks interactively"4765msgstr "sélection interactive des sections"47664767#: builtin/add.c:2714768msgid "edit current diff and apply"4769msgstr "édition du diff actuel et application"47704771#: builtin/add.c:2724772msgid "allow adding otherwise ignored files"4773msgstr "permettre l'ajout de fichiers ignorés"47744775#: builtin/add.c:2734776msgid "update tracked files"4777msgstr "mettre à jour les fichiers suivis"47784779#: builtin/add.c:2744780msgid "record only the fact that the path will be added later"4781msgstr "enregistrer seulement le fait que le chemin sera ajouté plus tard"47824783#: builtin/add.c:2754784msgid "add changes from all tracked and untracked files"4785msgstr "ajouter les modifications de tous les fichiers suivis et non suivis"47864787#: builtin/add.c:2784788msgid "ignore paths removed in the working tree (same as --no-all)"4789msgstr ""4790"ignorer les chemins effacés dans la copie de travail (identique à --no-all)"47914792#: builtin/add.c:2804793msgid "don't add, only refresh the index"4794msgstr "ne pas ajouter, juste rafraîchir l'index"47954796#: builtin/add.c:2814797msgid "just skip files which cannot be added because of errors"4798msgstr ""4799"sauter seulement les fichiers qui ne peuvent pas être ajoutés du fait "4800"d'erreurs"48014802#: builtin/add.c:2824803msgid "check if - even missing - files are ignored in dry run"4804msgstr "vérifier si des fichiers - même manquants - sont ignorés, à vide"48054806#: builtin/add.c:283 builtin/update-index.c:9514807msgid "(+/-)x"4808msgstr "(+/-)x"48094810#: builtin/add.c:283 builtin/update-index.c:9524811msgid "override the executable bit of the listed files"4812msgstr "outrepasser le bit exécutable pour les fichiers listés"48134814#: builtin/add.c:3054815#, c-format4816msgid "Use -f if you really want to add them.\n"4817msgstr "Utilisez -f si vous voulez réellement les ajouter.\n"48184819#: builtin/add.c:3124820msgid "adding files failed"4821msgstr "échec de l'ajout de fichiers"48224823#: builtin/add.c:3484824msgid "-A and -u are mutually incompatible"4825msgstr "-A et -u sont mutuellement incompatibles"48264827#: builtin/add.c:3554828msgid "Option --ignore-missing can only be used together with --dry-run"4829msgstr ""4830"L'option --ignore-missing ne peut être utilisée qu'en complément de --dry-run"48314832#: builtin/add.c:3594833#, c-format4834msgid "--chmod param '%s' must be either -x or +x"4835msgstr "Le paramètre '%s' de --chmod doit être soit -x soit +x"48364837#: builtin/add.c:3744838#, c-format4839msgid "Nothing specified, nothing added.\n"4840msgstr "Rien de spécifié, rien n'a été ajouté.\n"48414842#: builtin/add.c:3754843#, c-format4844msgid "Maybe you wanted to say 'git add .'?\n"4845msgstr "Vous vouliez sûrement dire 'git add .' ?\n"48464847#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:2984848#: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:3504849#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:2714850#: builtin/submodule--helper.c:2444851msgid "index file corrupt"4852msgstr "fichier d'index corrompu"48534854#: builtin/am.c:4124855msgid "could not parse author script"4856msgstr "impossible d'analyser le script author"48574858#: builtin/am.c:4894859#, c-format4860msgid "'%s' was deleted by the applypatch-msg hook"4861msgstr "'%s' a été effacé par le crochet applypatch-msg"48624863#: builtin/am.c:5304864#, c-format4865msgid "Malformed input line: '%s'."4866msgstr "Ligne en entrée malformée : '%s'."48674868#: builtin/am.c:5674869#, c-format4870msgid "Failed to copy notes from '%s' to '%s'"4871msgstr "Impossible de copier les notes de '%s' vers '%s'"48724873#: builtin/am.c:5934874msgid "fseek failed"4875msgstr "échec de fseek"48764877#: builtin/am.c:7774878#, c-format4879msgid "could not parse patch '%s'"4880msgstr "impossible d'analyser le patch '%s'"48814882#: builtin/am.c:8424883msgid "Only one StGIT patch series can be applied at once"4884msgstr "Seulement une série de patchs StGIT peut être appliquée à la fois"48854886#: builtin/am.c:8894887msgid "invalid timestamp"4888msgstr "horodatage invalide"48894890#: builtin/am.c:892 builtin/am.c:9004891msgid "invalid Date line"4892msgstr "ligne de Date invalide"48934894#: builtin/am.c:8974895msgid "invalid timezone offset"4896msgstr "décalage horaire invalide"48974898#: builtin/am.c:9864899msgid "Patch format detection failed."4900msgstr "Échec de détection du format du patch."49014902#: builtin/am.c:991 builtin/clone.c:3974903#, c-format4904msgid "failed to create directory '%s'"4905msgstr "échec de la création du répertoire '%s'"49064907#: builtin/am.c:9954908msgid "Failed to split patches."4909msgstr "Échec de découpage des patchs."49104911#: builtin/am.c:1127 builtin/commit.c:3764912msgid "unable to write index file"4913msgstr "impossible d'écrire le fichier d'index"49144915#: builtin/am.c:11784916#, c-format4917msgid "When you have resolved this problem, run \"%s --continue\"."4918msgstr "Quand vous avez résolu ce problème, lancez \"%s --continue\"."49194920#: builtin/am.c:11794921#, c-format4922msgid "If you prefer to skip this patch, run \"%s --skip\" instead."4923msgstr "Si vous préférez plutôt sauter ce patch, lancez \"%s --skip\"."49244925#: builtin/am.c:11804926#, c-format4927msgid "To restore the original branch and stop patching, run \"%s --abort\"."4928msgstr ""4929"Pour restaurer la branche originale et arrêter de patcher, lancez \"%s --"4930"abort\"."49314932#: builtin/am.c:13154933msgid "Patch is empty. Was it split wrong?"4934msgstr "Le patch est vide. Le découpage était-il bon ?"49354936#: builtin/am.c:1386 builtin/log.c:15574937#, c-format4938msgid "invalid ident line: %s"4939msgstr "ligne d'identification invalide : %s"49404941#: builtin/am.c:14134942#, c-format4943msgid "unable to parse commit %s"4944msgstr "impossible d'analyser le commit %s"49454946#: builtin/am.c:16064947msgid "Repository lacks necessary blobs to fall back on 3-way merge."4948msgstr ""4949"Le dépôt n'a pas les blobs nécessaires pour un retour à une fusion à 3 "4950"points."49514952#: builtin/am.c:16084953msgid "Using index info to reconstruct a base tree..."4954msgstr ""4955"Utilisation de l'information de l'index pour reconstruire un arbre de base..."49564957#: builtin/am.c:16274958msgid ""4959"Did you hand edit your patch?\n"4960"It does not apply to blobs recorded in its index."4961msgstr ""4962"Avez-vous édité le patch à la main ?\n"4963"Il ne s'applique pas aux blobs enregistrés dans son index."49644965#: builtin/am.c:16334966msgid "Falling back to patching base and 3-way merge..."4967msgstr "Retour à un patch de la base et fusion à 3 points..."49684969#: builtin/am.c:16584970msgid "Failed to merge in the changes."4971msgstr "Échec d'intégration des modifications."49724973#: builtin/am.c:1682 builtin/merge.c:6314974msgid "git write-tree failed to write a tree"4975msgstr "git write-tree a échoué à écrire un arbre"49764977#: builtin/am.c:16894978msgid "applying to an empty history"4979msgstr "application à un historique vide"49804981#: builtin/am.c:1702 builtin/commit.c:1764 builtin/merge.c:8024982#: builtin/merge.c:8274983msgid "failed to write commit object"4984msgstr "échec de l'écriture de l'objet commit"49854986#: builtin/am.c:1735 builtin/am.c:17394987#, c-format4988msgid "cannot resume: %s does not exist."4989msgstr "impossible de continuer : %s n'existe pas."49904991#: builtin/am.c:17554992msgid "cannot be interactive without stdin connected to a terminal."4993msgstr ""4994"impossible d'être interactif sans entrée standard connectée à un terminal."49954996#: builtin/am.c:17604997msgid "Commit Body is:"4998msgstr "Le corps de la validation est :"49995000#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5001#. in your translation. The program will only accept English5002#. input at this point.5003#.5004#: builtin/am.c:17705005msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "5006msgstr "Appliquer ? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all : "50075008#: builtin/am.c:18205009#, c-format5010msgid "Dirty index: cannot apply patches (dirty: %s)"5011msgstr "Index sale : impossible d'appliquer des patchs (sales : %s)"50125013#: builtin/am.c:1860 builtin/am.c:19325014#, c-format5015msgid "Applying: %.*s"5016msgstr "Application de %.*s"50175018#: builtin/am.c:18765019msgid "No changes -- Patch already applied."5020msgstr "Pas de changement -- Patch déjà appliqué."50215022#: builtin/am.c:18845023#, c-format5024msgid "Patch failed at %s %.*s"5025msgstr "le patch a échoué à %s %.*s"50265027#: builtin/am.c:18905028#, c-format5029msgid "The copy of the patch that failed is found in: %s"5030msgstr "La copie du patch qui a échoué se trouve dans : %s"50315032#: builtin/am.c:19355033msgid ""5034"No changes - did you forget to use 'git add'?\n"5035"If there is nothing left to stage, chances are that something else\n"5036"already introduced the same changes; you might want to skip this patch."5037msgstr ""5038"Aucun changement - avez-vous oublié d'utiliser 'git add' ?\n"5039"S'il n'y a plus rien à indexer, il se peut qu'autre chose ait déjà\n"5040"introduit les mêmes changements ; vous pourriez avoir envie de sauter ce "5041"patch."50425043#: builtin/am.c:19425044msgid ""5045"You still have unmerged paths in your index.\n"5046"Did you forget to use 'git add'?"5047msgstr ""5048"Vous avez toujours des chemins non fusionnés dans votre index\n"5049"Auriez-vous oublié de faire 'git add' ?"50505051#: builtin/am.c:2050 builtin/am.c:2054 builtin/am.c:2066 builtin/reset.c:3085052#: builtin/reset.c:3165053#, c-format5054msgid "Could not parse object '%s'."5055msgstr "Impossible d'analyser l'objet '%s'."50565057#: builtin/am.c:21025058msgid "failed to clean index"5059msgstr "échec du nettoyage de l'index"50605061#: builtin/am.c:21365062msgid ""5063"You seem to have moved HEAD since the last 'am' failure.\n"5064"Not rewinding to ORIG_HEAD"5065msgstr ""5066"Vous semblez avoir déplacé la HEAD depuis le dernier échec de 'am'.\n"5067"Pas de retour à ORIG_HEAD"50685069#: builtin/am.c:21995070#, c-format5071msgid "Invalid value for --patch-format: %s"5072msgstr "Valeur invalide pour --patch-format : %s"50735074#: builtin/am.c:22325075msgid "git am [<options>] [(<mbox> | <Maildir>)...]"5076msgstr "git am [<options>] [(<mbox> | <Maildir>)...]"50775078#: builtin/am.c:22335079msgid "git am [<options>] (--continue | --skip | --abort)"5080msgstr "git am [<options>] (--continue | --quit | --abort)"50815082#: builtin/am.c:22395083msgid "run interactively"5084msgstr "exécution interactive"50855086#: builtin/am.c:22415087msgid "historical option -- no-op"5088msgstr "option historique -- no-op"50895090#: builtin/am.c:22435091msgid "allow fall back on 3way merging if needed"5092msgstr "permettre de revenir à une fusion à 3 points si nécessaire"50935094#: builtin/am.c:2244 builtin/init-db.c:483 builtin/prune-packed.c:575095#: builtin/repack.c:1785096msgid "be quiet"5097msgstr "être silencieux"50985099#: builtin/am.c:22465100msgid "add a Signed-off-by line to the commit message"5101msgstr "ajouter une ligne Signed-off-by au message de validation"51025103#: builtin/am.c:22495104msgid "recode into utf8 (default)"5105msgstr "recoder en utf-8 (par défaut)"51065107#: builtin/am.c:22515108msgid "pass -k flag to git-mailinfo"5109msgstr "passer l'option -k à git-mailinfo"51105111#: builtin/am.c:22535112msgid "pass -b flag to git-mailinfo"5113msgstr "passer l'option -b à git-mailinfo"51145115#: builtin/am.c:22555116msgid "pass -m flag to git-mailinfo"5117msgstr "passer l'option -m à git-mailinfo"51185119#: builtin/am.c:22575120msgid "pass --keep-cr flag to git-mailsplit for mbox format"5121msgstr "passer l'option --keep-cr à git-mailsplit fpour le format mbox"51225123#: builtin/am.c:22605124msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"5125msgstr ""5126"ne pas passer l'option --keep-cr à git-mailsplit indépendamment de am.keepcr"51275128#: builtin/am.c:22635129msgid "strip everything before a scissors line"5130msgstr "retirer tout le contenu avant la ligne des ciseaux"51315132#: builtin/am.c:2265 builtin/am.c:2268 builtin/am.c:2271 builtin/am.c:22745133#: builtin/am.c:2277 builtin/am.c:2280 builtin/am.c:2283 builtin/am.c:22865134#: builtin/am.c:22925135msgid "pass it through git-apply"5136msgstr "le passer jusqu'à git-apply"51375138#: builtin/am.c:2282 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:6655139#: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:1355140#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:1915141#: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:3985142#: parse-options.h:132 parse-options.h:134 parse-options.h:2455143msgid "n"5144msgstr "n"51455146#: builtin/am.c:2288 builtin/branch.c:592 builtin/for-each-ref.c:375147#: builtin/replace.c:443 builtin/tag.c:433 builtin/verify-tag.c:385148msgid "format"5149msgstr "format"51505151#: builtin/am.c:22895152msgid "format the patch(es) are in"5153msgstr "format de présentation des patchs"51545155#: builtin/am.c:22955156msgid "override error message when patch failure occurs"5157msgstr "surcharger le message d'erreur lors d'un échec d'application de patch"51585159#: builtin/am.c:22975160msgid "continue applying patches after resolving a conflict"5161msgstr "continuer à appliquer les patchs après résolution d'un conflit"51625163#: builtin/am.c:23005164msgid "synonyms for --continue"5165msgstr "synonymes de --continue"51665167#: builtin/am.c:23035168msgid "skip the current patch"5169msgstr "sauter le patch courant"51705171#: builtin/am.c:23065172msgid "restore the original branch and abort the patching operation."5173msgstr ""5174"restaurer la branche originale et abandonner les applications de patch."51755176#: builtin/am.c:23105177msgid "lie about committer date"5178msgstr "mentir sur la date de validation"51795180#: builtin/am.c:23125181msgid "use current timestamp for author date"5182msgstr "utiliser l'horodatage actuel pour la date d'auteur"51835184#: builtin/am.c:2314 builtin/commit.c:1600 builtin/merge.c:2325185#: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:4135186msgid "key-id"5187msgstr "id-clé"51885189#: builtin/am.c:23155190msgid "GPG-sign commits"5191msgstr "signer les commits avec GPG"51925193#: builtin/am.c:23185194msgid "(internal use for git-rebase)"5195msgstr "(utilisation interne pour git-rebase)"51965197#: builtin/am.c:23335198msgid ""5199"The -b/--binary option has been a no-op for long time, and\n"5200"it will be removed. Please do not use it anymore."5201msgstr ""5202"L'option -b/--binary ne fait plus rien depuis longtemps,\n"5203"et elle sera supprimée. Veuillez ne plus l'utiliser."52045205#: builtin/am.c:23405206msgid "failed to read the index"5207msgstr "échec à la lecture de l'index"52085209#: builtin/am.c:23555210#, c-format5211msgid "previous rebase directory %s still exists but mbox given."5212msgstr ""5213"le répertoire précédent de rebasage %s existe toujours mais mbox donnée."52145215#: builtin/am.c:23795216#, c-format5217msgid ""5218"Stray %s directory found.\n"5219"Use \"git am --abort\" to remove it."5220msgstr ""5221"Répertoire abandonné %s trouvé.\n"5222"Utilisez \"git am --abort\" pour le supprimer."52235224#: builtin/am.c:23855225msgid "Resolve operation not in progress, we are not resuming."5226msgstr ""5227"Pas de résolution de l'opération en cours, nous ne sommes pas dans une "5228"reprise."52295230#: builtin/apply.c:85231msgid "git apply [<options>] [<patch>...]"5232msgstr "git apply [<options>] [<patch>...]"52335234#: builtin/archive.c:175235#, c-format5236msgid "could not create archive file '%s'"5237msgstr "création impossible du fichier d'archive '%s'"52385239#: builtin/archive.c:205240msgid "could not redirect output"5241msgstr "impossible de rediriger la sortie"52425243#: builtin/archive.c:375244msgid "git archive: Remote with no URL"5245msgstr "git archive : Dépôt distant sans URL"52465247#: builtin/archive.c:585248msgid "git archive: expected ACK/NAK, got EOF"5249msgstr "git archive : ACK/NACK attendu, EOF reçu"52505251#: builtin/archive.c:615252#, c-format5253msgid "git archive: NACK %s"5254msgstr "git archive : NACK %s"52555256#: builtin/archive.c:645257msgid "git archive: protocol error"5258msgstr "git archive : erreur de protocole"52595260#: builtin/archive.c:685261msgid "git archive: expected a flush"5262msgstr "git archive : vidage attendu"52635264#: builtin/bisect--helper.c:75265msgid "git bisect--helper --next-all [--no-checkout]"5266msgstr "git bisect --helper --next-all [--no-checkout]"52675268#: builtin/bisect--helper.c:175269msgid "perform 'git bisect next'"5270msgstr "effectuer 'git bisect next'"52715272#: builtin/bisect--helper.c:195273msgid "update BISECT_HEAD instead of checking out the current commit"5274msgstr "mettre à jour BISECT_HEAD au lieu d'extraire le commit actuel"52755276#: builtin/blame.c:335277msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"5278msgstr "git blame [<options>] [<options-de-révision>] [<rev>] [--] <fichier>"52795280#: builtin/blame.c:385281msgid "<rev-opts> are documented in git-rev-list(1)"5282msgstr "<options-de-révision> sont documentés dans git-rev-list(1)"52835284#: builtin/blame.c:17775285msgid "Blaming lines"5286msgstr "Assignation de blâme au lignes"52875288#: builtin/blame.c:25735289msgid "Show blame entries as we find them, incrementally"5290msgstr ""5291"Montrer les éléments de blâme au fur et à mesure de leur découverte, de "5292"manière incrémentale"52935294#: builtin/blame.c:25745295msgid "Show blank SHA-1 for boundary commits (Default: off)"5296msgstr "Montrer un SHA-1 blanc pour les commits de limite (Défaut : désactivé)"52975298#: builtin/blame.c:25755299msgid "Do not treat root commits as boundaries (Default: off)"5300msgstr ""5301"Ne pas traiter les commits racine comme des limites (Défaut : désactivé)"53025303#: builtin/blame.c:25765304msgid "Show work cost statistics"5305msgstr "Montrer les statistiques de coût d'activité"53065307#: builtin/blame.c:25775308msgid "Force progress reporting"5309msgstr "Forcer l'affichage de l'état d'avancement"53105311#: builtin/blame.c:25785312msgid "Show output score for blame entries"5313msgstr "Montrer le score de sortie pour les éléments de blâme"53145315#: builtin/blame.c:25795316msgid "Show original filename (Default: auto)"5317msgstr "Montrer les noms de fichier originaux (Défaut : auto)"53185319#: builtin/blame.c:25805320msgid "Show original linenumber (Default: off)"5321msgstr "Montrer les numéros de lignes originaux (Défaut : désactivé)"53225323#: builtin/blame.c:25815324msgid "Show in a format designed for machine consumption"5325msgstr "Afficher dans un format propice à la consommation par machine"53265327#: builtin/blame.c:25825328msgid "Show porcelain format with per-line commit information"5329msgstr "Afficher en format porcelaine avec l'information de commit par ligne"53305331#: builtin/blame.c:25835332msgid "Use the same output mode as git-annotate (Default: off)"5333msgstr "Utiliser le même mode de sortie que git-annotate (Défaut : désactivé)"53345335#: builtin/blame.c:25845336msgid "Show raw timestamp (Default: off)"5337msgstr "Afficher les horodatages bruts (Défaut : désactivé)"53385339#: builtin/blame.c:25855340msgid "Show long commit SHA1 (Default: off)"5341msgstr "Afficher les longs SHA1 de commits (Défaut : désactivé)"53425343#: builtin/blame.c:25865344msgid "Suppress author name and timestamp (Default: off)"5345msgstr "Supprimer le nom de l'auteur et l'horodatage (Défaut : désactivé)"53465347#: builtin/blame.c:25875348msgid "Show author email instead of name (Default: off)"5349msgstr "Afficher l'e-mail de l'auteur au lieu du nom (Défaut : désactivé)"53505351#: builtin/blame.c:25885352msgid "Ignore whitespace differences"5353msgstr "Ignorer les différences d'espace"53545355#: builtin/blame.c:25955356msgid "Use an experimental heuristic to improve diffs"5357msgstr "Utiliser une heuristique expérimentale pour améliorer les diffs"53585359#: builtin/blame.c:25975360msgid "Spend extra cycles to find better match"5361msgstr ""5362"Dépenser des cycles supplémentaires pour trouver une meilleure correspondance"53635364#: builtin/blame.c:25985365msgid "Use revisions from <file> instead of calling git-rev-list"5366msgstr ""5367"Utiliser les révisions du fichier <fichier> au lieu d'appeler git-rev-list"53685369#: builtin/blame.c:25995370msgid "Use <file>'s contents as the final image"5371msgstr "Utiliser le contenu de <fichier> comme image finale"53725373#: builtin/blame.c:2600 builtin/blame.c:26015374msgid "score"5375msgstr "score"53765377#: builtin/blame.c:26005378msgid "Find line copies within and across files"5379msgstr "Trouver les copies de ligne dans et entre les fichiers"53805381#: builtin/blame.c:26015382msgid "Find line movements within and across files"5383msgstr "Trouver les mouvements de ligne dans et entre les fichiers"53845385#: builtin/blame.c:26025386msgid "n,m"5387msgstr "n,m"53885389#: builtin/blame.c:26025390msgid "Process only line range n,m, counting from 1"5391msgstr ""5392"Traiter seulement l'intervalle de ligne n,m en commençant le compte à 1"53935394#: builtin/blame.c:26495395msgid "--progress can't be used with --incremental or porcelain formats"5396msgstr ""5397"--progress ne peut pas être utilisé avec --incremental ou les formats "5398"porcelaine"53995400#. TRANSLATORS: This string is used to tell us the maximum5401#. display width for a relative timestamp in "git blame"5402#. output. For C locale, "4 years, 11 months ago", which5403#. takes 22 places, is the longest among various forms of5404#. relative timestamps, but your language may need more or5405#. fewer display columns.5406#: builtin/blame.c:26975407msgid "4 years, 11 months ago"5408msgstr "il y a 10 ans et 11 mois"54095410#: builtin/blame.c:27775411msgid "--contents and --reverse do not blend well."5412msgstr "--contents et --reverse ne font pas bon ménage."54135414#: builtin/blame.c:27975415msgid "cannot use --contents with final commit object name"5416msgstr "on ne peut pas utiliser --contents avec un nom d'objet commit final"54175418#: builtin/blame.c:28025419msgid "--reverse and --first-parent together require specified latest commit"5420msgstr ""5421"--reverse et --first-parent ensemble nécessitent la spécification d'un "5422"dernier commit"54235424#: builtin/blame.c:28295425msgid ""5426"--reverse --first-parent together require range along first-parent chain"5427msgstr ""5428"--reverse --first-parent ensemble nécessitent une portée avec la chaîne de "5429"premier parent"54305431#: builtin/blame.c:28405432#, c-format5433msgid "no such path %s in %s"5434msgstr "pas de chemin %s dans %s"54355436#: builtin/blame.c:28515437#, c-format5438msgid "cannot read blob %s for path %s"5439msgstr "impossible de lire le blob %s pour le chemin %s"54405441#: builtin/blame.c:28705442#, c-format5443msgid "file %s has only %lu line"5444msgid_plural "file %s has only %lu lines"5445msgstr[0] "le fichier %s n'a qu'%lu ligne"5446msgstr[1] "le fichier %s n'a que %lu lignes"54475448#: builtin/branch.c:265449msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5450msgstr "git branch [<options>] [-r | -a] [--merged | --no-merged]"54515452#: builtin/branch.c:275453msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5454msgstr "git branch [<options] [-l] [-f] <nom-de-branche> [<point-de-départ>]"54555456#: builtin/branch.c:285457msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5458msgstr "git branch [<options>] [-r] (-d | -D) <nom-de-branche>..."54595460#: builtin/branch.c:295461msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5462msgstr ""5463"git branch [<options>] (-m | -M) [<ancienne-branche>] <nouvelle-branche>"54645465#: builtin/branch.c:305466msgid "git branch [<options>] [-r | -a] [--points-at]"5467msgstr "git branch [<options>] [-r | -a] [--points-at]"54685469#: builtin/branch.c:315470msgid "git branch [<options>] [-r | -a] [--format]"5471msgstr "git branch [<options>] [-r | -a] [--format]"54725473#: builtin/branch.c:1445474#, c-format5475msgid ""5476"deleting branch '%s' that has been merged to\n"5477" '%s', but not yet merged to HEAD."5478msgstr ""5479"suppression de la branche '%s' qui a été fusionnée dans\n"5480" '%s', mais pas dans HEAD."54815482#: builtin/branch.c:1485483#, c-format5484msgid ""5485"not deleting branch '%s' that is not yet merged to\n"5486" '%s', even though it is merged to HEAD."5487msgstr ""5488"branche '%s' non supprimée car elle n'a pas été fusionnée dans\n"5489" '%s', même si elle est fusionnée dans HEAD."54905491#: builtin/branch.c:1625492#, c-format5493msgid "Couldn't look up commit object for '%s'"5494msgstr "Impossible de rechercher l'objet commit pour '%s'"54955496#: builtin/branch.c:1665497#, c-format5498msgid ""5499"The branch '%s' is not fully merged.\n"5500"If you are sure you want to delete it, run 'git branch -D %s'."5501msgstr ""5502"La branche '%s' n'est pas totalement fusionnée.\n"5503"Si vous souhaitez réellement la supprimer, lancez 'git branch -D %s'."55045505#: builtin/branch.c:1795506msgid "Update of config-file failed"5507msgstr "Échec de la mise à jour du fichier de configuration"55085509#: builtin/branch.c:2105510msgid "cannot use -a with -d"5511msgstr "impossible d'utiliser -a avec -d"55125513#: builtin/branch.c:2165514msgid "Couldn't look up commit object for HEAD"5515msgstr "Impossible de rechercher l'objet commit pour HEAD"55165517#: builtin/branch.c:2305518#, c-format5519msgid "Cannot delete branch '%s' checked out at '%s'"5520msgstr "Impossible de supprimer la branche '%s' extraite dans '%s'"55215522#: builtin/branch.c:2455523#, c-format5524msgid "remote-tracking branch '%s' not found."5525msgstr "branche de suivi '%s' non trouvée."55265527#: builtin/branch.c:2465528#, c-format5529msgid "branch '%s' not found."5530msgstr "branche '%s' non trouvée."55315532#: builtin/branch.c:2615533#, c-format5534msgid "Error deleting remote-tracking branch '%s'"5535msgstr "Erreur lors de la suppression de la branche de suivi '%s'"55365537#: builtin/branch.c:2625538#, c-format5539msgid "Error deleting branch '%s'"5540msgstr "Erreur lors de la suppression de la branche '%s'"55415542#: builtin/branch.c:2695543#, c-format5544msgid "Deleted remote-tracking branch %s (was %s).\n"5545msgstr "Branche de suivi %s supprimée (précédemment %s).\n"55465547#: builtin/branch.c:2705548#, c-format5549msgid "Deleted branch %s (was %s).\n"5550msgstr "Branche %s supprimée (précédemment %s).\n"55515552#: builtin/branch.c:4415553#, c-format5554msgid "Branch %s is being rebased at %s"5555msgstr "La branche %s est en cours de rebasage sur %s"55565557#: builtin/branch.c:4455558#, c-format5559msgid "Branch %s is being bisected at %s"5560msgstr "La branche %s est en cours de bissection sur %s"55615562#: builtin/branch.c:4605563msgid "cannot rename the current branch while not on any."5564msgstr "impossible de renommer la branche actuelle, il n'y en a pas."55655566#: builtin/branch.c:4705567#, c-format5568msgid "Invalid branch name: '%s'"5569msgstr "Nom de branche invalide : '%s'"55705571#: builtin/branch.c:4875572msgid "Branch rename failed"5573msgstr "Échec de renommage de la branche"55745575#: builtin/branch.c:4905576#, c-format5577msgid "Renamed a misnamed branch '%s' away"5578msgstr "Renommage d'un branche mal nommée '%s'"55795580#: builtin/branch.c:4935581#, c-format5582msgid "Branch renamed to %s, but HEAD is not updated!"5583msgstr "La branche a été renommée en %s, mais HEAD n'est pas mise à jour !"55845585#: builtin/branch.c:5025586msgid "Branch is renamed, but update of config-file failed"5587msgstr ""5588"La branche est renommée, mais la mise à jour du fichier de configuration a "5589"échoué"55905591#: builtin/branch.c:5185592#, c-format5593msgid ""5594"Please edit the description for the branch\n"5595" %s\n"5596"Lines starting with '%c' will be stripped.\n"5597msgstr ""5598"Veuillez éditer la description de la branche\n"5599" %s\n"5600"Les lignes commençant par '%c' seront ignorées.\n"56015602#: builtin/branch.c:5515603msgid "Generic options"5604msgstr "Options génériques"56055606#: builtin/branch.c:5535607msgid "show hash and subject, give twice for upstream branch"5608msgstr "afficher le hachage et le sujet, doublé pour la branche amont"56095610#: builtin/branch.c:5545611msgid "suppress informational messages"5612msgstr "supprimer les messages d'information"56135614#: builtin/branch.c:5555615msgid "set up tracking mode (see git-pull(1))"5616msgstr "régler le mode de suivi (voir git-pull(1))"56175618#: builtin/branch.c:5575619msgid "change upstream info"5620msgstr "modifier l'information amont"56215622#: builtin/branch.c:5595623msgid "upstream"5624msgstr "amont"56255626#: builtin/branch.c:5595627msgid "change the upstream info"5628msgstr "modifier l'information amont"56295630#: builtin/branch.c:5605631msgid "Unset the upstream info"5632msgstr "Désactiver l'information amont"56335634#: builtin/branch.c:5615635msgid "use colored output"5636msgstr "utiliser la coloration dans la sortie"56375638#: builtin/branch.c:5625639msgid "act on remote-tracking branches"5640msgstr "agir sur les branches de suivi distantes"56415642#: builtin/branch.c:564 builtin/branch.c:5665643msgid "print only branches that contain the commit"5644msgstr "afficher seulement les branches qui contiennent le commit"56455646#: builtin/branch.c:565 builtin/branch.c:5675647msgid "print only branches that don't contain the commit"5648msgstr "afficher seulement les branches qui ne contiennent pas le commit"56495650#: builtin/branch.c:5705651msgid "Specific git-branch actions:"5652msgstr "Actions spécifiques à git-branch :"56535654#: builtin/branch.c:5715655msgid "list both remote-tracking and local branches"5656msgstr "afficher à la fois les branches de suivi et les branches locales"56575658#: builtin/branch.c:5735659msgid "delete fully merged branch"5660msgstr "supprimer une branche totalement fusionnée"56615662#: builtin/branch.c:5745663msgid "delete branch (even if not merged)"5664msgstr "supprimer une branche (même non fusionnée)"56655666#: builtin/branch.c:5755667msgid "move/rename a branch and its reflog"5668msgstr "déplacer/renommer une branche et son reflog"56695670#: builtin/branch.c:5765671msgid "move/rename a branch, even if target exists"5672msgstr "déplacer/renommer une branche, même si la cible existe"56735674#: builtin/branch.c:5775675msgid "list branch names"5676msgstr "afficher les noms des branches"56775678#: builtin/branch.c:5785679msgid "create the branch's reflog"5680msgstr "créer le reflog de la branche"56815682#: builtin/branch.c:5805683msgid "edit the description for the branch"5684msgstr "éditer la description de la branche"56855686#: builtin/branch.c:5815687msgid "force creation, move/rename, deletion"5688msgstr "forcer la création, le déplacement/renommage, ou la suppression"56895690#: builtin/branch.c:5825691msgid "print only branches that are merged"5692msgstr "afficher seulement les branches qui sont fusionnées"56935694#: builtin/branch.c:5835695msgid "print only branches that are not merged"5696msgstr "afficher seulement les branches qui ne sont pas fusionnées"56975698#: builtin/branch.c:5845699msgid "list branches in columns"5700msgstr "afficher les branches en colonnes"57015702#: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:4265703msgid "key"5704msgstr "clé"57055706#: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:4275707msgid "field name to sort on"5708msgstr "nom du champ servant à trier"57095710#: builtin/branch.c:588 builtin/for-each-ref.c:41 builtin/notes.c:4045711#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:5705712#: builtin/tag.c:4295713msgid "object"5714msgstr "objet"57155716#: builtin/branch.c:5895717msgid "print only branches of the object"5718msgstr "afficher seulement les branches de l'objet"57195720#: builtin/branch.c:591 builtin/for-each-ref.c:47 builtin/tag.c:4345721msgid "sorting and filtering are case insensitive"5722msgstr "le tri et le filtrage sont non-sensibles à la casse"57235724#: builtin/branch.c:592 builtin/for-each-ref.c:37 builtin/tag.c:4335725#: builtin/verify-tag.c:385726msgid "format to use for the output"5727msgstr "format à utiliser pour la sortie"57285729#: builtin/branch.c:6115730msgid "Failed to resolve HEAD as a valid ref."5731msgstr "Échec de résolution de HEAD comme référence valide."57325733#: builtin/branch.c:615 builtin/clone.c:7245734msgid "HEAD not found below refs/heads!"5735msgstr "HEAD non trouvée sous refs/heads !"57365737#: builtin/branch.c:6385738msgid "--column and --verbose are incompatible"5739msgstr "--column et --verbose sont incompatibles"57405741#: builtin/branch.c:649 builtin/branch.c:7015742msgid "branch name required"5743msgstr "le nom de branche est requis"57445745#: builtin/branch.c:6775746msgid "Cannot give description to detached HEAD"5747msgstr "Impossible de décrire une HEAD détachée"57485749#: builtin/branch.c:6825750msgid "cannot edit description of more than one branch"5751msgstr "impossible d'éditer la description de plus d'une branche"57525753#: builtin/branch.c:6895754#, c-format5755msgid "No commit on branch '%s' yet."5756msgstr "Aucun commit sur la branche '%s'."57575758#: builtin/branch.c:6925759#, c-format5760msgid "No branch named '%s'."5761msgstr "Aucune branche nommée '%s'."57625763#: builtin/branch.c:7075764msgid "too many branches for a rename operation"5765msgstr "trop de branches pour une opération de renommage"57665767#: builtin/branch.c:7125768msgid "too many branches to set new upstream"5769msgstr "trop de branches pour spécifier une branche amont"57705771#: builtin/branch.c:7165772#, c-format5773msgid ""5774"could not set upstream of HEAD to %s when it does not point to any branch."5775msgstr ""5776"impossible de spécifier une branche amont de HEAD par %s qui ne pointe sur "5777"aucune branche."57785779#: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:7625780#, c-format5781msgid "no such branch '%s'"5782msgstr "pas de branche '%s'"57835784#: builtin/branch.c:7235785#, c-format5786msgid "branch '%s' does not exist"5787msgstr "la branche '%s' n'existe pas"57885789#: builtin/branch.c:7355790msgid "too many branches to unset upstream"5791msgstr "trop de branches pour désactiver un amont"57925793#: builtin/branch.c:7395794msgid "could not unset upstream of HEAD when it does not point to any branch."5795msgstr ""5796"impossible de désactiver une branche amont de HEAD quand elle ne pointe sur "5797"aucune branche."57985799#: builtin/branch.c:7455800#, c-format5801msgid "Branch '%s' has no upstream information"5802msgstr "La branche '%s' n'a aucune information de branche amont"58035804#: builtin/branch.c:7595805msgid "it does not make sense to create 'HEAD' manually"5806msgstr "créer manuellement 'HEAD' n'a pas de sens"58075808#: builtin/branch.c:7655809msgid "-a and -r options to 'git branch' do not make sense with a branch name"5810msgstr ""5811"les options -a et -r de 'git branch' n'ont pas de sens avec un nom de branche"58125813#: builtin/branch.c:7685814#, c-format5815msgid ""5816"The --set-upstream flag is deprecated and will be removed. Consider using --"5817"track or --set-upstream-to\n"5818msgstr ""5819"l'option --set-upstream est obsolète et va disparaître. Utilisez plutôt --"5820"track ou --set-upstream-to\n"58215822#: builtin/branch.c:7855823#, c-format5824msgid ""5825"\n"5826"If you wanted to make '%s' track '%s', do this:\n"5827"\n"5828msgstr ""5829"\n"5830"Si vous vouliez que '%s' suive '%s', faites ceci :\n"5831"\n"58325833#: builtin/bundle.c:455834#, c-format5835msgid "%s is okay\n"5836msgstr "%s est correct\n"58375838#: builtin/bundle.c:585839msgid "Need a repository to create a bundle."5840msgstr "La création d'un colis requiert un dépôt."58415842#: builtin/bundle.c:625843msgid "Need a repository to unbundle."5844msgstr "Le dépaquetage d'un colis requiert un dépôt."58455846#: builtin/cat-file.c:5135847msgid ""5848"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5849"p | <type> | --textconv | --filters) [--path=<path>] <object>"5850msgstr ""5851"git cat-file (-t [--allow-unknow-type] | -s [--allow-unknow-type] | -e | -p "5852"| <type> | --textconv | --filters) [--path=<chemin>] <objet>"58535854#: builtin/cat-file.c:5145855msgid ""5856"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5857"filters]"5858msgstr ""5859"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5860"filters]"58615862#: builtin/cat-file.c:5515863msgid "<type> can be one of: blob, tree, commit, tag"5864msgstr "<type> peut être : blob, tree, commit ou tag"58655866#: builtin/cat-file.c:5525867msgid "show object type"5868msgstr "afficher le type de l'objet"58695870#: builtin/cat-file.c:5535871msgid "show object size"5872msgstr "afficher la taille de l'objet"58735874#: builtin/cat-file.c:5555875msgid "exit with zero when there's no error"5876msgstr "sortir avec un code d'erreur nul quand il n'y a aucune erreur"58775878#: builtin/cat-file.c:5565879msgid "pretty-print object's content"5880msgstr "afficher avec mise en forme le contenu de l'objet"58815882#: builtin/cat-file.c:5585883msgid "for blob objects, run textconv on object's content"5884msgstr "pour les objets blob, lancer textconv sur le contenu de l'objet"58855886#: builtin/cat-file.c:5605887msgid "for blob objects, run filters on object's content"5888msgstr "pour les objets blob, lancer les filtres sur le contenu de l'objet"58895890#: builtin/cat-file.c:561 git-submodule.sh:9435891msgid "blob"5892msgstr "blob"58935894#: builtin/cat-file.c:5625895msgid "use a specific path for --textconv/--filters"5896msgstr "utiliser un chemin spécifique pour --textconv/--filters"58975898#: builtin/cat-file.c:5645899msgid "allow -s and -t to work with broken/corrupt objects"5900msgstr "autoriser -s et -t à travailler sur des objets cassés/corrompus"59015902#: builtin/cat-file.c:5655903msgid "buffer --batch output"5904msgstr "bufferiser la sortie de --batch"59055906#: builtin/cat-file.c:5675907msgid "show info and content of objects fed from the standard input"5908msgstr ""5909"afficher l'information et le contenu des objets passés en entrée standard"59105911#: builtin/cat-file.c:5705912msgid "show info about objects fed from the standard input"5913msgstr "afficher l'information des objets passés en entrée standard"59145915#: builtin/cat-file.c:5735916msgid "follow in-tree symlinks (used with --batch or --batch-check)"5917msgstr ""5918"suivre les liens symbolique internes à la copie de travail (utilisé avec --"5919"batch ou --batch-check)"59205921#: builtin/cat-file.c:5755922msgid "show all objects with --batch or --batch-check"5923msgstr "montrer tous les objets avec --batch ou --batch-check"59245925#: builtin/check-attr.c:115926msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."5927msgstr "git check-attr [-a | --all | <attr>...] [--] <chemin>..."59285929#: builtin/check-attr.c:125930msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"5931msgstr "git check-attr --stdin [-z] [-a | --all | <attr>...]"59325933#: builtin/check-attr.c:195934msgid "report all attributes set on file"5935msgstr "afficher tous les attributs associés au fichier"59365937#: builtin/check-attr.c:205938msgid "use .gitattributes only from the index"5939msgstr "utiliser .gitattributes seulement depuis l'index"59405941#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:985942msgid "read file names from stdin"5943msgstr "lire les noms de fichier depuis l'entrée standard"59445945#: builtin/check-attr.c:23 builtin/check-ignore.c:245946msgid "terminate input and output records by a NUL character"5947msgstr ""5948"terminer les enregistrements en entrée et en sortie par un caractère NUL"59495950#: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:3565951msgid "suppress progress reporting"5952msgstr "supprimer l'état d'avancement"59535954#: builtin/check-ignore.c:265955msgid "show non-matching input paths"5956msgstr "afficher les chemins en entrée qui ne correspondent pas"59575958#: builtin/check-ignore.c:285959msgid "ignore index when checking"5960msgstr "ignorer l'index pendant la vérification"59615962#: builtin/check-ignore.c:1545963msgid "cannot specify pathnames with --stdin"5964msgstr "impossible de spécifier les chemins avec --stdin"59655966#: builtin/check-ignore.c:1575967msgid "-z only makes sense with --stdin"5968msgstr "-z n'a de sens qu'avec l'option --stdin"59695970#: builtin/check-ignore.c:1595971msgid "no path specified"5972msgstr "aucun chemin spécifié"59735974#: builtin/check-ignore.c:1635975msgid "--quiet is only valid with a single pathname"5976msgstr "--quiet n'est valide qu'avec un seul chemin"59775978#: builtin/check-ignore.c:1655979msgid "cannot have both --quiet and --verbose"5980msgstr "impossible d'avoir --quiet et --verbose"59815982#: builtin/check-ignore.c:1685983msgid "--non-matching is only valid with --verbose"5984msgstr "--non-matching n'est valide qu'avec --verbose"59855986#: builtin/check-mailmap.c:85987msgid "git check-mailmap [<options>] <contact>..."5988msgstr "git check-mailmap [<options>] <contact>..."59895990#: builtin/check-mailmap.c:135991msgid "also read contacts from stdin"5992msgstr "lire aussi les contacts depuis l'entrée standard"59935994#: builtin/check-mailmap.c:245995#, c-format5996msgid "unable to parse contact: %s"5997msgstr "impossible d'analyser le contact : %s"59985999#: builtin/check-mailmap.c:476000msgid "no contacts specified"6001msgstr "aucun contact spécifié"60026003#: builtin/checkout-index.c:1276004msgid "git checkout-index [<options>] [--] [<file>...]"6005msgstr "git checkout-index [<options>] [--] [<fichier>...]"60066007#: builtin/checkout-index.c:1446008msgid "stage should be between 1 and 3 or all"6009msgstr "stage doit valoir entre 1 et 3, ou all"60106011#: builtin/checkout-index.c:1606012msgid "check out all files in the index"6013msgstr "extraire tous les fichiers présents dans l'index"60146015#: builtin/checkout-index.c:1616016msgid "force overwrite of existing files"6017msgstr "forcer l'écrasement des fichiers existants"60186019#: builtin/checkout-index.c:1636020msgid "no warning for existing files and files not in index"6021msgstr ""6022"pas d'avertissement pour les fichiers existants et les fichiers absents de "6023"l'index"60246025#: builtin/checkout-index.c:1656026msgid "don't checkout new files"6027msgstr "ne pas extraire les nouveaux fichiers"60286029#: builtin/checkout-index.c:1676030msgid "update stat information in the index file"6031msgstr "mettre à jour l'information de stat dans le fichier d'index"60326033#: builtin/checkout-index.c:1716034msgid "read list of paths from the standard input"6035msgstr "lire la liste des chemins depuis l'entrée standard"60366037#: builtin/checkout-index.c:1736038msgid "write the content to temporary files"6039msgstr "écrire le contenu dans des fichiers temporaires"60406041#: builtin/checkout-index.c:174 builtin/column.c:306042#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:6386043#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:9806044#: builtin/worktree.c:4776045msgid "string"6046msgstr "chaîne"60476048#: builtin/checkout-index.c:1756049msgid "when creating files, prepend <string>"6050msgstr "lors de la création de fichiers, préfixer par <chaîne>"60516052#: builtin/checkout-index.c:1776053msgid "copy out the files from named stage"6054msgstr "copier les fichiers depuis l'index nommé"60556056#: builtin/checkout.c:276057msgid "git checkout [<options>] <branch>"6058msgstr "git checkout [<options>] <branche>"60596060#: builtin/checkout.c:286061msgid "git checkout [<options>] [<branch>] -- <file>..."6062msgstr "git checkout [<options>] [<branche>] -- <fichier>..."60636064#: builtin/checkout.c:153 builtin/checkout.c:1866065#, c-format6066msgid "path '%s' does not have our version"6067msgstr "le chemin '%s' n'a pas notre version"60686069#: builtin/checkout.c:155 builtin/checkout.c:1886070#, c-format6071msgid "path '%s' does not have their version"6072msgstr "le chemin '%s' n'a pas leur version"60736074#: builtin/checkout.c:1716075#, c-format6076msgid "path '%s' does not have all necessary versions"6077msgstr "le chemin '%s' n'a aucune des versions nécessaires"60786079#: builtin/checkout.c:2156080#, c-format6081msgid "path '%s' does not have necessary versions"6082msgstr "le chemin '%s' n'a pas les versions nécessaires"60836084#: builtin/checkout.c:2326085#, c-format6086msgid "path '%s': cannot merge"6087msgstr "chemin '%s' : impossible de fusionner"60886089#: builtin/checkout.c:2496090#, c-format6091msgid "Unable to add merge result for '%s'"6092msgstr "Impossible d'ajouter le résultat de fusion pour '%s'"60936094#: builtin/checkout.c:269 builtin/checkout.c:272 builtin/checkout.c:2756095#: builtin/checkout.c:2786096#, c-format6097msgid "'%s' cannot be used with updating paths"6098msgstr "'%s' ne peut pas être utilisé avec des mises à jour de chemins"60996100#: builtin/checkout.c:281 builtin/checkout.c:2846101#, c-format6102msgid "'%s' cannot be used with %s"6103msgstr "'%s' ne peut pas être utilisé avec %s"61046105#: builtin/checkout.c:2876106#, c-format6107msgid "Cannot update paths and switch to branch '%s' at the same time."6108msgstr ""6109"Impossible de mettre à jour les chemins et basculer sur la branche '%s' en "6110"même temps."61116112#: builtin/checkout.c:358 builtin/checkout.c:3656113#, c-format6114msgid "path '%s' is unmerged"6115msgstr "le chemin '%s' n'est pas fusionné"61166117#: builtin/checkout.c:5136118msgid "you need to resolve your current index first"6119msgstr "vous devez d'abord résoudre votre index courant"61206121#: builtin/checkout.c:6446122#, c-format6123msgid "Can not do reflog for '%s': %s\n"6124msgstr "Impossible de faire un reflog pour '%s' : %s\n"61256126#: builtin/checkout.c:6856127msgid "HEAD is now at"6128msgstr "HEAD est maintenant sur"61296130#: builtin/checkout.c:689 builtin/clone.c:6786131msgid "unable to update HEAD"6132msgstr "impossible de mettre à jour HEAD"61336134#: builtin/checkout.c:6936135#, c-format6136msgid "Reset branch '%s'\n"6137msgstr "Remise à zéro de la branche '%s'\n"61386139#: builtin/checkout.c:6966140#, c-format6141msgid "Already on '%s'\n"6142msgstr "Déjà sur '%s'\n"61436144#: builtin/checkout.c:7006145#, c-format6146msgid "Switched to and reset branch '%s'\n"6147msgstr "Basculement et remise à zéro de la branche '%s'\n"61486149#: builtin/checkout.c:702 builtin/checkout.c:10906150#, c-format6151msgid "Switched to a new branch '%s'\n"6152msgstr "Basculement sur la nouvelle branche '%s'\n"61536154#: builtin/checkout.c:7046155#, c-format6156msgid "Switched to branch '%s'\n"6157msgstr "Basculement sur la branche '%s'\n"61586159#: builtin/checkout.c:7556160#, c-format6161msgid " ... and %d more.\n"6162msgstr " ... et %d en plus.\n"61636164#: builtin/checkout.c:7616165#, c-format6166msgid ""6167"Warning: you are leaving %d commit behind, not connected to\n"6168"any of your branches:\n"6169"\n"6170"%s\n"6171msgid_plural ""6172"Warning: you are leaving %d commits behind, not connected to\n"6173"any of your branches:\n"6174"\n"6175"%s\n"6176msgstr[0] ""6177"Attention : vous abandonnez %d commit, non connecté à\n"6178"une branche :\n"6179"\n"6180"%s\n"6181msgstr[1] ""6182"Attention : vous abandonnez %d commits, non connectés à\n"6183"une branche :\n"6184"\n"6185"%s\n"61866187#: builtin/checkout.c:7806188#, c-format6189msgid ""6190"If you want to keep it by creating a new branch, this may be a good time\n"6191"to do so with:\n"6192"\n"6193" git branch <new-branch-name> %s\n"6194"\n"6195msgid_plural ""6196"If you want to keep them by creating a new branch, this may be a good time\n"6197"to do so with:\n"6198"\n"6199" git branch <new-branch-name> %s\n"6200"\n"6201msgstr[0] ""6202"Si vous souhaitez le garder en créant une nouvelle branche, c'est le bon "6203"moment\n"6204"pour le faire avec :\n"6205"\n"6206"git branch <nouvelle-branche> %s\n"6207"\n"6208msgstr[1] ""6209"Si vous souhaitez les garder en créant une nouvelle branche, c'est le bon "6210"moment\n"6211"pour le faire avec :\n"6212"\n"6213"git branch <nouvelle-branche> %s\n"6214"\n"62156216#: builtin/checkout.c:8166217msgid "internal error in revision walk"6218msgstr "erreur interne lors du parcours des révisions"62196220#: builtin/checkout.c:8206221msgid "Previous HEAD position was"6222msgstr "La position précédente de HEAD était sur"62236224#: builtin/checkout.c:847 builtin/checkout.c:10856225msgid "You are on a branch yet to be born"6226msgstr "Vous êtes sur une branche qui doit encore naître"62276228#: builtin/checkout.c:9916229#, c-format6230msgid "only one reference expected, %d given."6231msgstr "une seule référence attendue, %d fournies."62326233#: builtin/checkout.c:1031 builtin/worktree.c:2146234#, c-format6235msgid "invalid reference: %s"6236msgstr "référence invalide : %s"62376238#: builtin/checkout.c:10606239#, c-format6240msgid "reference is not a tree: %s"6241msgstr "la référence n'est pas un arbre : %s"62426243#: builtin/checkout.c:10996244msgid "paths cannot be used with switching branches"6245msgstr "impossible d'utiliser des chemins avec un basculement de branches"62466247#: builtin/checkout.c:1102 builtin/checkout.c:11066248#, c-format6249msgid "'%s' cannot be used with switching branches"6250msgstr "'%s' ne peut pas être utilisé avec un basculement de branches"62516252#: builtin/checkout.c:1110 builtin/checkout.c:1113 builtin/checkout.c:11186253#: builtin/checkout.c:11216254#, c-format6255msgid "'%s' cannot be used with '%s'"6256msgstr "'%s' ne peut pas être utilisé avec '%s'"62576258#: builtin/checkout.c:11266259#, c-format6260msgid "Cannot switch branch to a non-commit '%s'"6261msgstr "Impossible de basculer de branche vers '%s' qui n'est pas un commit"62626263#: builtin/checkout.c:1159 builtin/checkout.c:1161 builtin/clone.c:1116264#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3296265#: builtin/worktree.c:3316266msgid "branch"6267msgstr "branche"62686269#: builtin/checkout.c:11606270msgid "create and checkout a new branch"6271msgstr "créer et extraire une nouvelle branche"62726273#: builtin/checkout.c:11626274msgid "create/reset and checkout a branch"6275msgstr "créer/réinitialiser et extraire une branche"62766277#: builtin/checkout.c:11636278msgid "create reflog for new branch"6279msgstr "créer un reflog pour une nouvelle branche"62806281#: builtin/checkout.c:1164 builtin/worktree.c:3336282msgid "detach HEAD at named commit"6283msgstr "détacher la HEAD au commit nommé"62846285#: builtin/checkout.c:11656286msgid "set upstream info for new branch"6287msgstr "paramétrer les coordonnées de branche amont pour une nouvelle branche"62886289#: builtin/checkout.c:11676290msgid "new-branch"6291msgstr "nouvelle branche"62926293#: builtin/checkout.c:11676294msgid "new unparented branch"6295msgstr "nouvelle branche sans parent"62966297#: builtin/checkout.c:11686298msgid "checkout our version for unmerged files"6299msgstr "extraire notre version pour les fichiers non fusionnés"63006301#: builtin/checkout.c:11706302msgid "checkout their version for unmerged files"6303msgstr "extraire leur version pour les fichiers non fusionnés"63046305#: builtin/checkout.c:11726306msgid "force checkout (throw away local modifications)"6307msgstr "forcer l'extraction (laisser tomber les modifications locales)"63086309#: builtin/checkout.c:11736310msgid "perform a 3-way merge with the new branch"6311msgstr "effectuer une fusion à 3 points avec la nouvelle branche"63126313#: builtin/checkout.c:1174 builtin/merge.c:2346314msgid "update ignored files (default)"6315msgstr "mettre à jour les fichiers ignorés (par défaut)"63166317#: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:2516318msgid "style"6319msgstr "style"63206321#: builtin/checkout.c:11766322msgid "conflict style (merge or diff3)"6323msgstr "style de conflit (merge (fusion) ou diff3)"63246325#: builtin/checkout.c:11796326msgid "do not limit pathspecs to sparse entries only"6327msgstr "ne pas limiter les spécificateurs de chemins aux seuls éléments creux"63286329#: builtin/checkout.c:11816330msgid "second guess 'git checkout <no-such-branch>'"6331msgstr "réessayer d'interpréter 'git checkout <branche-inexistante>'"63326333#: builtin/checkout.c:11836334msgid "do not check if another worktree is holding the given ref"6335msgstr ""6336"ne pas vérifier si une autre copie de travail contient le référence fournie"63376338#: builtin/checkout.c:1187 builtin/clone.c:78 builtin/fetch.c:1196339#: builtin/merge.c:231 builtin/pull.c:117 builtin/push.c:5396340#: builtin/send-pack.c:1726341msgid "force progress reporting"6342msgstr "forcer l'affichage de l'état d'avancement"63436344#: builtin/checkout.c:12246345msgid "-b, -B and --orphan are mutually exclusive"6346msgstr "-b, -B et --orphan sont mutuellement exclusifs"63476348#: builtin/checkout.c:12416349msgid "--track needs a branch name"6350msgstr "--track requiert un nom de branche"63516352#: builtin/checkout.c:12466353msgid "Missing branch name; try -b"6354msgstr "Nom de branche manquant ; essayez -b"63556356#: builtin/checkout.c:12826357msgid "invalid path specification"6358msgstr "spécification de chemin invalide"63596360#: builtin/checkout.c:12896361#, c-format6362msgid ""6363"Cannot update paths and switch to branch '%s' at the same time.\n"6364"Did you intend to checkout '%s' which can not be resolved as commit?"6365msgstr ""6366"Impossible de mettre à jour les chemins et de basculer sur la branche '%s' "6367"en même temps.\n"6368"Souhaitiez-vous extraire '%s' qui ne peut être résolu comme commit ?"63696370#: builtin/checkout.c:12946371#, c-format6372msgid "git checkout: --detach does not take a path argument '%s'"6373msgstr "git checkout: --detach n'accepte pas un argument de chemin '%s'"63746375#: builtin/checkout.c:12986376msgid ""6377"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6378"checking out of the index."6379msgstr ""6380"git checkout: --ours/--theirs, --force et --merge sont incompatibles lors\n"6381"de l'extraction de l'index."63826383#: builtin/clean.c:256384msgid ""6385"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6386msgstr ""6387"git clean [-d] [-f] [-i] [-n] [-q] [-e <motif>] [-x | -X] [--] <chemins>..."63886389#: builtin/clean.c:296390#, c-format6391msgid "Removing %s\n"6392msgstr "Suppression de %s\n"63936394#: builtin/clean.c:306395#, c-format6396msgid "Would remove %s\n"6397msgstr "Supprimerait %s\n"63986399#: builtin/clean.c:316400#, c-format6401msgid "Skipping repository %s\n"6402msgstr "Ignore le dépôt %s\n"64036404#: builtin/clean.c:326405#, c-format6406msgid "Would skip repository %s\n"6407msgstr "Ignorerait le dépôt %s\n"64086409#: builtin/clean.c:336410#, c-format6411msgid "failed to remove %s"6412msgstr "échec de la suppression de %s"64136414#: builtin/clean.c:297 git-add--interactive.perl:6146415#, c-format6416msgid ""6417"Prompt help:\n"6418"1 - select a numbered item\n"6419"foo - select item based on unique prefix\n"6420" - (empty) select nothing\n"6421msgstr ""6422"Aide en ligne :\n"6423"1 - sélectionner un élément numéroté\n"6424"foo - sélectionner un élément par un préfixe unique\n"6425" - (vide) ne rien sélectionner\n"64266427#: builtin/clean.c:301 git-add--interactive.perl:6236428#, c-format6429msgid ""6430"Prompt help:\n"6431"1 - select a single item\n"6432"3-5 - select a range of items\n"6433"2-3,6-9 - select multiple ranges\n"6434"foo - select item based on unique prefix\n"6435"-... - unselect specified items\n"6436"* - choose all items\n"6437" - (empty) finish selecting\n"6438msgstr ""6439"Aide en ligne :\n"6440"1 - sélectionner un seul élément\n"6441"3-5 - sélectionner une plage d'éléments\n"6442"2-3,6-9 - sélectionner plusieurs plages\n"6443"foo - sélectionner un élément par un préfixe unique\n"6444"-... - désélectionner les éléments spécifiés\n"6445"* - choisir tous les éléments\n"6446" - (vide) terminer la sélection\n"64476448#: builtin/clean.c:517 git-add--interactive.perl:5896449#: git-add--interactive.perl:5946450#, c-format, perl-format6451msgid "Huh (%s)?\n"6452msgstr "Hein (%s) ?\n"64536454#: builtin/clean.c:6596455#, c-format6456msgid "Input ignore patterns>> "6457msgstr "Entrez les motifs à ignorer>> "64586459#: builtin/clean.c:6966460#, c-format6461msgid "WARNING: Cannot find items matched by: %s"6462msgstr "ATTENTION : Impossible de trouver les éléments correspondant à : %s"64636464#: builtin/clean.c:7176465msgid "Select items to delete"6466msgstr "Sélectionner les éléments à supprimer"64676468#. TRANSLATORS: Make sure to keep [y/N] as is6469#: builtin/clean.c:7586470#, c-format6471msgid "Remove %s [y/N]? "6472msgstr "Supprimer %s [y/N] ? "64736474#: builtin/clean.c:783 git-add--interactive.perl:16606475#, c-format6476msgid "Bye.\n"6477msgstr "Au revoir.\n"64786479#: builtin/clean.c:7916480msgid ""6481"clean - start cleaning\n"6482"filter by pattern - exclude items from deletion\n"6483"select by numbers - select items to be deleted by numbers\n"6484"ask each - confirm each deletion (like \"rm -i\")\n"6485"quit - stop cleaning\n"6486"help - this screen\n"6487"? - help for prompt selection"6488msgstr ""6489"clean - démarrer le nettoyage\n"6490"filter by pattern - exclure des éléments par motif\n"6491"select by numbers - sélectionner les éléments à supprimer par numéros\n"6492"ask each - confirmer chaque suppression (comme \"rm -i\")\n"6493"quit - arrêter le nettoyage\n"6494"help - cet écran\n"6495"? - aide pour la sélection en ligne"64966497#: builtin/clean.c:818 git-add--interactive.perl:17366498msgid "*** Commands ***"6499msgstr "*** Commandes ***"65006501#: builtin/clean.c:819 git-add--interactive.perl:17336502msgid "What now"6503msgstr "Et maintenant ?"65046505#: builtin/clean.c:8276506msgid "Would remove the following item:"6507msgid_plural "Would remove the following items:"6508msgstr[0] "Supprimerait l'élément suivant :"6509msgstr[1] "Supprimerait les éléments suivants :"65106511#: builtin/clean.c:8446512msgid "No more files to clean, exiting."6513msgstr "Plus de fichier à nettoyer, sortie."65146515#: builtin/clean.c:8756516msgid "do not print names of files removed"6517msgstr "ne pas afficher les noms des fichiers supprimés"65186519#: builtin/clean.c:8776520msgid "force"6521msgstr "forcer"65226523#: builtin/clean.c:8786524msgid "interactive cleaning"6525msgstr "nettoyage interactif"65266527#: builtin/clean.c:8806528msgid "remove whole directories"6529msgstr "supprimer les répertoires entiers"65306531#: builtin/clean.c:881 builtin/describe.c:449 builtin/describe.c:4516532#: builtin/grep.c:1063 builtin/ls-files.c:546 builtin/name-rev.c:3486533#: builtin/name-rev.c:350 builtin/show-ref.c:1766534msgid "pattern"6535msgstr "motif"65366537#: builtin/clean.c:8826538msgid "add <pattern> to ignore rules"6539msgstr "ajouter <motif> aux règles ignore"65406541#: builtin/clean.c:8836542msgid "remove ignored files, too"6543msgstr "supprimer les fichiers ignorés, aussi"65446545#: builtin/clean.c:8856546msgid "remove only ignored files"6547msgstr "supprimer seulement les fichiers ignorés"65486549#: builtin/clean.c:9036550msgid "-x and -X cannot be used together"6551msgstr "-x et -X ne peuvent pas être utilisés ensemble"65526553#: builtin/clean.c:9076554msgid ""6555"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "6556"clean"6557msgstr ""6558"clean.requireForce positionné à true et ni -i, -n ou -f fourni ; refus de "6559"nettoyer"65606561#: builtin/clean.c:9106562msgid ""6563"clean.requireForce defaults to true and neither -i, -n, nor -f given; "6564"refusing to clean"6565msgstr ""6566"clean.requireForce à true par défaut et ni -i, -n ou -f fourni ; refus de "6567"nettoyer"65686569#: builtin/clone.c:376570msgid "git clone [<options>] [--] <repo> [<dir>]"6571msgstr "git clone [<options>] [--] <dépôt> [<répertoire>]"65726573#: builtin/clone.c:806574msgid "don't create a checkout"6575msgstr "ne pas créer d'extraction"65766577#: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:4786578msgid "create a bare repository"6579msgstr "créer un dépôt nu"65806581#: builtin/clone.c:856582msgid "create a mirror repository (implies bare)"6583msgstr "créer un dépôt miroir (implique dépôt nu)"65846585#: builtin/clone.c:876586msgid "to clone from a local repository"6587msgstr "pour cloner depuis un dépôt local"65886589#: builtin/clone.c:896590msgid "don't use local hardlinks, always copy"6591msgstr "ne pas utiliser de liens durs locaux, toujours copier"65926593#: builtin/clone.c:916594msgid "setup as shared repository"6595msgstr "régler comme dépôt partagé"65966597#: builtin/clone.c:93 builtin/clone.c:976598msgid "pathspec"6599msgstr "spécificateur de chemin"66006601#: builtin/clone.c:93 builtin/clone.c:976602msgid "initialize submodules in the clone"6603msgstr "initialiser les sous-modules dans le clone"66046605#: builtin/clone.c:1006606msgid "number of submodules cloned in parallel"6607msgstr "nombre de sous-modules clonés en parallèle"66086609#: builtin/clone.c:101 builtin/init-db.c:4756610msgid "template-directory"6611msgstr "répertoire-modèle"66126613#: builtin/clone.c:102 builtin/init-db.c:4766614msgid "directory from which templates will be used"6615msgstr "répertoire depuis lequel les modèles vont être utilisés"66166617#: builtin/clone.c:104 builtin/clone.c:106 builtin/submodule--helper.c:6426618#: builtin/submodule--helper.c:9836619msgid "reference repository"6620msgstr "dépôt de référence"66216622#: builtin/clone.c:1086623msgid "use --reference only while cloning"6624msgstr "utiliser seulement --reference pour cloner"66256626#: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:436627msgid "name"6628msgstr "nom"66296630#: builtin/clone.c:1106631msgid "use <name> instead of 'origin' to track upstream"6632msgstr "utiliser <nom> au lieu de 'origin' pour suivre la branche amont"66336634#: builtin/clone.c:1126635msgid "checkout <branch> instead of the remote's HEAD"6636msgstr "extraire <branche> au lieu de la HEAD du répertoire distant"66376638#: builtin/clone.c:1146639msgid "path to git-upload-pack on the remote"6640msgstr "chemin vers git-upload-pack sur le serveur distant"66416642#: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:10066643#: builtin/pull.c:2026644msgid "depth"6645msgstr "profondeur"66466647#: builtin/clone.c:1166648msgid "create a shallow clone of that depth"6649msgstr "créer un clone superficiel de cette profondeur"66506651#: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:29186652#: parse-options.h:1426653msgid "time"6654msgstr "heure"66556656#: builtin/clone.c:1186657msgid "create a shallow clone since a specific time"6658msgstr "créer un clone superficiel depuis une date spécifique"66596660#: builtin/clone.c:119 builtin/fetch.c:1246661msgid "revision"6662msgstr "révision"66636664#: builtin/clone.c:120 builtin/fetch.c:1256665msgid "deepen history of shallow clone, excluding rev"6666msgstr ""6667"approfondir l'historique d'un clone superficiel en excluant une révision"66686669#: builtin/clone.c:1226670msgid "clone only one branch, HEAD or --branch"6671msgstr "cloner seulement une branche, HEAD ou --branch"66726673#: builtin/clone.c:1246674msgid "any cloned submodules will be shallow"6675msgstr "tous les sous-modules clonés seront superficiels"66766677#: builtin/clone.c:125 builtin/init-db.c:4846678msgid "gitdir"6679msgstr "gitdir"66806681#: builtin/clone.c:126 builtin/init-db.c:4856682msgid "separate git dir from working tree"6683msgstr "séparer le répertoire git de la copie de travail"66846685#: builtin/clone.c:1276686msgid "key=value"6687msgstr "clé=valeur"66886689#: builtin/clone.c:1286690msgid "set config inside the new repository"6691msgstr "régler la configuration dans le nouveau dépôt"66926693#: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:5506694msgid "use IPv4 addresses only"6695msgstr "n'utiliser que des adresses IPv4"66966697#: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:5526698msgid "use IPv6 addresses only"6699msgstr "n'utiliser que des adresses IPv6"67006701#: builtin/clone.c:2686702msgid ""6703"No directory name could be guessed.\n"6704"Please specify a directory on the command line"6705msgstr ""6706"Aucun nom de répertoire n'a pu être deviné\n"6707"Veuillez spécifier un répertoire dans la ligne de commande"67086709#: builtin/clone.c:3216710#, c-format6711msgid "info: Could not add alternate for '%s': %s\n"6712msgstr "info : impossible d'ajouter une alternative pour '%s' : %s\n"67136714#: builtin/clone.c:3936715#, c-format6716msgid "failed to open '%s'"6717msgstr "échec à l'ouverture de '%s'"67186719#: builtin/clone.c:4016720#, c-format6721msgid "%s exists and is not a directory"6722msgstr "%s existe et n'est pas un répertoire"67236724#: builtin/clone.c:4156725#, c-format6726msgid "failed to stat %s\n"6727msgstr "échec du stat de %s\n"67286729#: builtin/clone.c:4376730#, c-format6731msgid "failed to create link '%s'"6732msgstr "échec de la création du lien '%s'"67336734#: builtin/clone.c:4416735#, c-format6736msgid "failed to copy file to '%s'"6737msgstr "échec de la copie vers '%s'"67386739#: builtin/clone.c:4666740#, c-format6741msgid "done.\n"6742msgstr "fait.\n"67436744#: builtin/clone.c:4786745msgid ""6746"Clone succeeded, but checkout failed.\n"6747"You can inspect what was checked out with 'git status'\n"6748"and retry the checkout with 'git checkout -f HEAD'\n"6749msgstr ""6750"Le clone a réussi, mais l'extraction a échoué.\n"6751"Vous pouvez inspecter ce qui a été extrait avec 'git status'\n"6752"et réessayer l'extraction avec 'git checkout -f HEAD'\n"67536754#: builtin/clone.c:5556755#, c-format6756msgid "Could not find remote branch %s to clone."6757msgstr "Impossible de trouver la branche distante '%s' à cloner."67586759#: builtin/clone.c:6506760msgid "remote did not send all necessary objects"6761msgstr "le serveur distant n'a pas envoyé tous les objets nécessaires"67626763#: builtin/clone.c:6666764#, c-format6765msgid "unable to update %s"6766msgstr "impossible de mettre à jour %s"67676768#: builtin/clone.c:7156769msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"6770msgstr ""6771"la HEAD distante réfère à une référence non existante, impossible de "6772"l'extraire.\n"67736774#: builtin/clone.c:7466775msgid "unable to checkout working tree"6776msgstr "impossible d'extraire la copie de travail"67776778#: builtin/clone.c:7866779msgid "unable to write parameters to config file"6780msgstr "impossible d'écrire les paramètres dans le fichier de configuration"67816782#: builtin/clone.c:8496783msgid "cannot repack to clean up"6784msgstr "impossible de remballer pour nettoyer"67856786#: builtin/clone.c:8516787msgid "cannot unlink temporary alternates file"6788msgstr "impossible de unlinker le fichier temporaire alternates"67896790#: builtin/clone.c:884 builtin/receive-pack.c:19006791msgid "Too many arguments."6792msgstr "Trop d'arguments."67936794#: builtin/clone.c:8886795msgid "You must specify a repository to clone."6796msgstr "Vous devez spécifier un dépôt à cloner."67976798#: builtin/clone.c:9016799#, c-format6800msgid "--bare and --origin %s options are incompatible."6801msgstr "les options --bare et --origin %s sont incompatibles."68026803#: builtin/clone.c:9046804msgid "--bare and --separate-git-dir are incompatible."6805msgstr "--bare et --separate-git-dir sont incompatibles."68066807#: builtin/clone.c:9176808#, c-format6809msgid "repository '%s' does not exist"6810msgstr "le dépôt '%s' n'existe pas"68116812#: builtin/clone.c:923 builtin/fetch.c:13376813#, c-format6814msgid "depth %s is not a positive number"6815msgstr "la profondeur %s n'est pas un entier positif"68166817#: builtin/clone.c:9336818#, c-format6819msgid "destination path '%s' already exists and is not an empty directory."6820msgstr ""6821"le chemin de destination '%s' existe déjà et n'est pas un répertoire vide."68226823#: builtin/clone.c:9436824#, c-format6825msgid "working tree '%s' already exists."6826msgstr "la copie de travail '%s' existe déjà."68276828#: builtin/clone.c:958 builtin/clone.c:969 builtin/difftool.c:2526829#: builtin/worktree.c:221 builtin/worktree.c:2516830#, c-format6831msgid "could not create leading directories of '%s'"6832msgstr "impossible de créer les répertoires de premier niveau dans '%s'"68336834#: builtin/clone.c:9616835#, c-format6836msgid "could not create work tree dir '%s'"6837msgstr "impossible de créer le répertoire de la copie de travail '%s'"68386839#: builtin/clone.c:9736840#, c-format6841msgid "Cloning into bare repository '%s'...\n"6842msgstr "Clonage dans le dépôt nu '%s'\n"68436844#: builtin/clone.c:9756845#, c-format6846msgid "Cloning into '%s'...\n"6847msgstr "Clonage dans '%s'...\n"68486849#: builtin/clone.c:9996850msgid ""6851"clone --recursive is not compatible with both --reference and --reference-if-"6852"able"6853msgstr ""6854"clone --recursive n'est pas compatible avec à la fois --reference et --"6855"reference-if-able"68566857#: builtin/clone.c:10556858msgid "--depth is ignored in local clones; use file:// instead."6859msgstr ""6860"--depth est ignoré dans les clones locaux : utilisez plutôt \"file://\"."68616862#: builtin/clone.c:10576863msgid "--shallow-since is ignored in local clones; use file:// instead."6864msgstr ""6865"--shallow-since est ignoré dans les clones locaux : utilisez plutôt \"file://"6866"\"."68676868#: builtin/clone.c:10596869msgid "--shallow-exclude is ignored in local clones; use file:// instead."6870msgstr ""6871"--shallow-exclude est ignoré dans les clones locaux : utilisez plutôt "6872"\"file://\"."68736874#: builtin/clone.c:10626875msgid "source repository is shallow, ignoring --local"6876msgstr "le dépôt source est superficiel, option --local ignorée"68776878#: builtin/clone.c:10676879msgid "--local is ignored"6880msgstr "--local est ignoré"68816882#: builtin/clone.c:10716883#, c-format6884msgid "Don't know how to clone %s"6885msgstr "Je ne sais pas cloner %s"68866887#: builtin/clone.c:1126 builtin/clone.c:11346888#, c-format6889msgid "Remote branch %s not found in upstream %s"6890msgstr "La branche distante %s n'a pas été trouvée dans le dépôt amont %s"68916892#: builtin/clone.c:11376893msgid "You appear to have cloned an empty repository."6894msgstr "Vous semblez avoir cloné un dépôt vide."68956896#: builtin/column.c:96897msgid "git column [<options>]"6898msgstr "git column [<options>]"68996900#: builtin/column.c:266901msgid "lookup config vars"6902msgstr "rechercher les variables de configuration"69036904#: builtin/column.c:27 builtin/column.c:286905msgid "layout to use"6906msgstr "mise en page à utiliser"69076908#: builtin/column.c:296909msgid "Maximum width"6910msgstr "Largeur maximale"69116912#: builtin/column.c:306913msgid "Padding space on left border"6914msgstr "Remplissage d'espace sur la bordure gauche"69156916#: builtin/column.c:316917msgid "Padding space on right border"6918msgstr "Remplissage d'espace sur le côté droit"69196920#: builtin/column.c:326921msgid "Padding space between columns"6922msgstr "Remplissage d'espace entre les colonnes"69236924#: builtin/column.c:516925msgid "--command must be the first argument"6926msgstr "--command doit être le premier argument"69276928#: builtin/commit.c:386929msgid "git commit [<options>] [--] <pathspec>..."6930msgstr "git commit [<options>] [--] <spécification-de-chemin>..."69316932#: builtin/commit.c:436933msgid "git status [<options>] [--] <pathspec>..."6934msgstr "git status [<options>] [--] <spécification-de-chemin>..."69356936#: builtin/commit.c:486937msgid ""6938"Your name and email address were configured automatically based\n"6939"on your username and hostname. Please check that they are accurate.\n"6940"You can suppress this message by setting them explicitly. Run the\n"6941"following command and follow the instructions in your editor to edit\n"6942"your configuration file:\n"6943"\n"6944" git config --global --edit\n"6945"\n"6946"After doing this, you may fix the identity used for this commit with:\n"6947"\n"6948" git commit --amend --reset-author\n"6949msgstr ""6950"Votre nom et votre adresse e-mail ont été configurés automatiquement en se\n"6951"fondant sur votre nom d'utilisateur et le nom de votre machine. Veuillez \n"6952"vérifier qu'ils sont corrects. Vous pouvez supprimer ce message en les \n"6953"paramétrant explicitement. Lancez les commandes suivantes et suivez les\n"6954"instruction dans votre éditeur pour éditer votre fichier de configuration :\n"6955"\n"6956" git config --global --edit\n"6957"\n"6958"Après ceci, vous pouvez corriger l'identité utilisée pour cette validation "6959"avec :\n"6960"\n"6961" git commit --amend --reset-author\n"69626963#: builtin/commit.c:616964msgid ""6965"Your name and email address were configured automatically based\n"6966"on your username and hostname. Please check that they are accurate.\n"6967"You can suppress this message by setting them explicitly:\n"6968"\n"6969" git config --global user.name \"Your Name\"\n"6970" git config --global user.email you@example.com\n"6971"\n"6972"After doing this, you may fix the identity used for this commit with:\n"6973"\n"6974" git commit --amend --reset-author\n"6975msgstr ""6976"Votre nom et votre adresse e-mail ont été configurés automatiquement en se "6977"fondant\n"6978"sur votre nom d'utilisateur et le nom de votre machine. Veuillez vérifier "6979"qu'ils sont corrects.\n"6980"Vous pouvez supprimer ce message en les paramétrant explicitement :\n"6981"\n"6982" git config --global user.name \"Votre Nom\"\n"6983" git config --global user.email vous@exemple.com\n"6984"\n"6985"Après ceci, vous pouvez corriger l'identité utilisée pour ce commit avec :\n"6986"\n"6987" git commit --amend --reset-author\n"69886989#: builtin/commit.c:736990msgid ""6991"You asked to amend the most recent commit, but doing so would make\n"6992"it empty. You can repeat your command with --allow-empty, or you can\n"6993"remove the commit entirely with \"git reset HEAD^\".\n"6994msgstr ""6995"Vous avez demandé de corriger le commit le plus récent, mais le faire le "6996"rendrait\n"6997"vide. Vous pouvez répéter votre commande avec --allow-empty, ou vous pouvez\n"6998"supprimer complètement le commit avec \"git reset HEAD^\".\n"69997000#: builtin/commit.c:787001msgid ""7002"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"7003"If you wish to commit it anyway, use:\n"7004"\n"7005" git commit --allow-empty\n"7006"\n"7007msgstr ""7008"Le picorage précédent est à présent vide, vraisemblablement dû à une "7009"résolution de conflit.\n"7010"Si vous souhaitez tout de même le valider, utilisez :\n"7011"\n"7012" git commit --allow-empty\n"7013"\n"70147015#: builtin/commit.c:857016msgid "Otherwise, please use 'git reset'\n"7017msgstr "Sinon, veuillez utiliser 'git reset'\n"70187019#: builtin/commit.c:887020msgid ""7021"If you wish to skip this commit, use:\n"7022"\n"7023" git reset\n"7024"\n"7025"Then \"git cherry-pick --continue\" will resume cherry-picking\n"7026"the remaining commits.\n"7027msgstr ""7028"Si vous souhaitez sauter ce commit, utilisez :\n"7029"\n"7030" git reset\n"7031"\n"7032"Puis \"git cherry-pick --continue\" continuera le picorage \n"7033"des commits restants.\n"70347035#: builtin/commit.c:3187036msgid "failed to unpack HEAD tree object"7037msgstr "échec du dépaquetage de l'objet arbre HEAD"70387039#: builtin/commit.c:3597040msgid "unable to create temporary index"7041msgstr "impossible de créer l'index temporaire"70427043#: builtin/commit.c:3657044msgid "interactive add failed"7045msgstr "échec de l'ajout interactif"70467047#: builtin/commit.c:3787048msgid "unable to update temporary index"7049msgstr "impossible de mettre à jour l'index temporaire"70507051#: builtin/commit.c:3807052msgid "Failed to update main cache tree"7053msgstr "Impossible de mettre à jour l'arbre de cache principal"70547055#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:4767056msgid "unable to write new_index file"7057msgstr "impossible d'écrire le fichier new_index"70587059#: builtin/commit.c:4587060msgid "cannot do a partial commit during a merge."7061msgstr "impossible de faire une validation partielle pendant une fusion."70627063#: builtin/commit.c:4607064msgid "cannot do a partial commit during a cherry-pick."7065msgstr "impossible de faire une validation partielle pendant un picorage."70667067#: builtin/commit.c:4697068msgid "cannot read the index"7069msgstr "impossible de lire l'index"70707071#: builtin/commit.c:4887072msgid "unable to write temporary index file"7073msgstr "impossible d'écrire le fichier d'index temporaire"70747075#: builtin/commit.c:5827076#, c-format7077msgid "commit '%s' lacks author header"7078msgstr "entête d'auteur manquant dans le commit '%s'"70797080#: builtin/commit.c:5847081#, c-format7082msgid "commit '%s' has malformed author line"7083msgstr "le commit '%s' a une ligne d'auteur malformée"70847085#: builtin/commit.c:6037086msgid "malformed --author parameter"7087msgstr "paramètre --author mal formé"70887089#: builtin/commit.c:6557090msgid ""7091"unable to select a comment character that is not used\n"7092"in the current commit message"7093msgstr ""7094"impossible de sélectionner un caractère de commentaire\n"7095"qui n'est pas utilisé dans le message de validation actuel"70967097#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10967098#, c-format7099msgid "could not lookup commit %s"7100msgstr "impossible de rechercher le commit %s"71017102#: builtin/commit.c:704 builtin/shortlog.c:2947103#, c-format7104msgid "(reading log message from standard input)\n"7105msgstr "(lecture du message de journal depuis l'entrée standard)\n"71067107#: builtin/commit.c:7067108msgid "could not read log from standard input"7109msgstr "impossible de lire le journal depuis l'entrée standard"71107111#: builtin/commit.c:7107112#, c-format7113msgid "could not read log file '%s'"7114msgstr "impossible de lire le fichier de journal '%s'"71157116#: builtin/commit.c:737 builtin/commit.c:7457117msgid "could not read SQUASH_MSG"7118msgstr "impossible de lire SQUASH_MSG"71197120#: builtin/commit.c:7427121msgid "could not read MERGE_MSG"7122msgstr "impossible de lire MERGE_MSG"71237124#: builtin/commit.c:7967125msgid "could not write commit template"7126msgstr "impossible d'écrire le modèle de commit"71277128#: builtin/commit.c:8147129#, c-format7130msgid ""7131"\n"7132"It looks like you may be committing a merge.\n"7133"If this is not correct, please remove the file\n"7134"\t%s\n"7135"and try again.\n"7136msgstr ""7137"\n"7138"Il semble que vous validiez une fusion.\n"7139"Si ce n'est pas le cas, veuillez supprimer le fichier\n"7140"\t%s\n"7141"et essayez à nouveau.\n"71427143#: builtin/commit.c:8197144#, c-format7145msgid ""7146"\n"7147"It looks like you may be committing a cherry-pick.\n"7148"If this is not correct, please remove the file\n"7149"\t%s\n"7150"and try again.\n"7151msgstr ""7152"\n"7153"Il semble que vous validiez un picorage.\n"7154"Si ce n'est pas le cas, veuillez supprimer le fichier\n"7155"\t%s\n"7156"et essayez à nouveau.\n"71577158#: builtin/commit.c:8327159#, c-format7160msgid ""7161"Please enter the commit message for your changes. Lines starting\n"7162"with '%c' will be ignored, and an empty message aborts the commit.\n"7163msgstr ""7164"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"7165"commençant par '%c' seront ignorées, et un message vide abandonne la "7166"validation.\n"71677168#: builtin/commit.c:8397169#, c-format7170msgid ""7171"Please enter the commit message for your changes. Lines starting\n"7172"with '%c' will be kept; you may remove them yourself if you want to.\n"7173"An empty message aborts the commit.\n"7174msgstr ""7175"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"7176"commençant par '%c' seront conservées ; vous pouvez les supprimer vous-même\n"7177"si vous le souhaitez. Un message vide abandonne la validation.\n"71787179#: builtin/commit.c:8597180#, c-format7181msgid "%sAuthor: %.*s <%.*s>"7182msgstr "%sAuteur : %.*s <%.*s>"71837184#: builtin/commit.c:8677185#, c-format7186msgid "%sDate: %s"7187msgstr "%sDate : %s"71887189#: builtin/commit.c:8747190#, c-format7191msgid "%sCommitter: %.*s <%.*s>"7192msgstr "%sValidateur : %.*s <%.*s>"71937194#: builtin/commit.c:8927195msgid "Cannot read index"7196msgstr "Impossible de lire l'index"71977198#: builtin/commit.c:9547199msgid "Error building trees"7200msgstr "Erreur lors de la construction des arbres"72017202#: builtin/commit.c:968 builtin/tag.c:2737203#, c-format7204msgid "Please supply the message using either -m or -F option.\n"7205msgstr "Veuillez fournir le message en utilisant l'option -m ou -F.\n"72067207#: builtin/commit.c:10717208#, c-format7209msgid "--author '%s' is not 'Name <email>' and matches no existing author"7210msgstr ""7211"--author '%s' n'est pas de la forme 'Nom <email>' ni ne correspond à aucun "7212"auteur existant"72137214#: builtin/commit.c:1086 builtin/commit.c:13257215#, c-format7216msgid "Invalid untracked files mode '%s'"7217msgstr "Mode de fichier non suivi invalide '%s'"72187219#: builtin/commit.c:11247220msgid "--long and -z are incompatible"7221msgstr "--long et -z sont incompatibles"72227223#: builtin/commit.c:11547224msgid "Using both --reset-author and --author does not make sense"7225msgstr "L'utilisation simultanée de --reset-author et --author n'a pas de sens"72267227#: builtin/commit.c:11637228msgid "You have nothing to amend."7229msgstr "Il n'y a rien à corriger."72307231#: builtin/commit.c:11667232msgid "You are in the middle of a merge -- cannot amend."7233msgstr "Vous êtes en pleine fusion -- impossible de corriger (amend)."72347235#: builtin/commit.c:11687236msgid "You are in the middle of a cherry-pick -- cannot amend."7237msgstr "Vous êtes en plein picorage -- impossible de corriger (amend)."72387239#: builtin/commit.c:11717240msgid "Options --squash and --fixup cannot be used together"7241msgstr "Les options --squash et --fixup ne peuvent pas être utilisées ensemble"72427243#: builtin/commit.c:11817244msgid "Only one of -c/-C/-F/--fixup can be used."7245msgstr "Une seule option parmi -c/-C/-F/--fixup peut être utilisée."72467247#: builtin/commit.c:11837248msgid "Option -m cannot be combined with -c/-C/-F/--fixup."7249msgstr "L'option -m ne peut pas être combinée avec -c/-C/-F/--fixup."72507251#: builtin/commit.c:11917252msgid "--reset-author can be used only with -C, -c or --amend."7253msgstr "--reset-author ne peut être utilisé qu'avec -C, -c ou --amend."72547255#: builtin/commit.c:12087256msgid "Only one of --include/--only/--all/--interactive/--patch can be used."7257msgstr ""7258"Une seule option parmi --include/--only/--all/--interactive/--patch peut "7259"être utilisée."72607261#: builtin/commit.c:12107262msgid "No paths with --include/--only does not make sense."7263msgstr "Aucun chemin avec les options --include/--only n'a pas de sens."72647265#: builtin/commit.c:12127266msgid "Explicit paths specified without -i or -o; assuming --only paths..."7267msgstr "Chemins explicites spécifiés sans -i ni -o ; --only supposé..."72687269#: builtin/commit.c:1224 builtin/tag.c:5517270#, c-format7271msgid "Invalid cleanup mode %s"7272msgstr "Mode de nettoyage invalide %s"72737274#: builtin/commit.c:12297275msgid "Paths with -a does not make sense."7276msgstr "Spécifier des chemins avec l'option -a n'a pas de sens."72777278#: builtin/commit.c:1339 builtin/commit.c:16127279msgid "show status concisely"7280msgstr "afficher le statut avec concision"72817282#: builtin/commit.c:1341 builtin/commit.c:16147283msgid "show branch information"7284msgstr "afficher l'information de branche"72857286#: builtin/commit.c:13437287msgid "version"7288msgstr "version"72897290#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:5257291#: builtin/worktree.c:4487292msgid "machine-readable output"7293msgstr "sortie pour traitement automatique"72947295#: builtin/commit.c:1346 builtin/commit.c:16187296msgid "show status in long format (default)"7297msgstr "afficher le statut en format long (par défaut)"72987299#: builtin/commit.c:1349 builtin/commit.c:16217300msgid "terminate entries with NUL"7301msgstr "terminer les éléments par NUL"73027303#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:9817304#: builtin/fast-export.c:984 builtin/tag.c:4117305msgid "mode"7306msgstr "mode"73077308#: builtin/commit.c:1352 builtin/commit.c:16247309msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7310msgstr ""7311"afficher les fichiers non suivis, \"mode\" facultatif : all (tous), normal, "7312"no. (Défaut : all)"73137314#: builtin/commit.c:13557315msgid "show ignored files"7316msgstr "afficher les fichiers ignorés"73177318#: builtin/commit.c:1356 parse-options.h:1557319msgid "when"7320msgstr "quand"73217322#: builtin/commit.c:13577323msgid ""7324"ignore changes to submodules, optional when: all, dirty, untracked. "7325"(Default: all)"7326msgstr ""7327"ignorer les modifications dans les sous-modules, \"quand\" facultatif : all "7328"(tous), dirty (sale), untracked (non suivi). (Défaut : all)"73297330#: builtin/commit.c:13597331msgid "list untracked files in columns"7332msgstr "afficher les fichiers non suivis en colonnes"73337334#: builtin/commit.c:14357335msgid "couldn't look up newly created commit"7336msgstr "impossible de retrouver le commit nouvellement créé"73377338#: builtin/commit.c:14377339msgid "could not parse newly created commit"7340msgstr "impossible d'analyser le commit nouvellement créé"73417342#: builtin/commit.c:14827343msgid "detached HEAD"7344msgstr "HEAD détachée"73457346#: builtin/commit.c:14857347msgid " (root-commit)"7348msgstr " (commit racine)"73497350#: builtin/commit.c:15827351msgid "suppress summary after successful commit"7352msgstr "supprimer le résumé après une validation réussie"73537354#: builtin/commit.c:15837355msgid "show diff in commit message template"7356msgstr "afficher les diff dans le modèle de message de validation"73577358#: builtin/commit.c:15857359msgid "Commit message options"7360msgstr "Options du message de validation"73617362#: builtin/commit.c:1586 builtin/tag.c:4097363msgid "read message from file"7364msgstr "lire le message depuis un fichier"73657366#: builtin/commit.c:15877367msgid "author"7368msgstr "auteur"73697370#: builtin/commit.c:15877371msgid "override author for commit"7372msgstr "remplacer l'auteur pour la validation"73737374#: builtin/commit.c:1588 builtin/gc.c:3577375msgid "date"7376msgstr "date"73777378#: builtin/commit.c:15887379msgid "override date for commit"7380msgstr "remplacer la date pour la validation"73817382#: builtin/commit.c:1589 builtin/merge.c:221 builtin/notes.c:3987383#: builtin/notes.c:561 builtin/tag.c:4077384msgid "message"7385msgstr "message"73867387#: builtin/commit.c:15897388msgid "commit message"7389msgstr "message de validation"73907391#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:15927392#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:777393msgid "commit"7394msgstr "commit"73957396#: builtin/commit.c:15907397msgid "reuse and edit message from specified commit"7398msgstr "réutiliser et éditer le message du commit spécifié"73997400#: builtin/commit.c:15917401msgid "reuse message from specified commit"7402msgstr "réutiliser le message du commit spécifié"74037404#: builtin/commit.c:15927405msgid "use autosquash formatted message to fixup specified commit"7406msgstr ""7407"utiliser un message au format autosquash pour corriger le commit spécifié"74087409#: builtin/commit.c:15937410msgid "use autosquash formatted message to squash specified commit"7411msgstr ""7412"utiliser un message au format autosquash pour compresser le commit spécifié"74137414#: builtin/commit.c:15947415msgid "the commit is authored by me now (used with -C/-c/--amend)"7416msgstr ""7417"à présent je suis l'auteur de la validation (utilisé avec -C/-c/--amend)"74187419#: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:1047420msgid "add Signed-off-by:"7421msgstr "ajouter une entrée Signed-off-by :"74227423#: builtin/commit.c:15967424msgid "use specified template file"7425msgstr "utiliser le fichier de modèle spécifié"74267427#: builtin/commit.c:15977428msgid "force edit of commit"7429msgstr "forcer l'édition du commit"74307431#: builtin/commit.c:15987432msgid "default"7433msgstr "défaut"74347435#: builtin/commit.c:1598 builtin/tag.c:4127436msgid "how to strip spaces and #comments from message"7437msgstr "comment éliminer les espaces et les commentaires # du message"74387439#: builtin/commit.c:15997440msgid "include status in commit message template"7441msgstr "inclure le statut dans le modèle de message de validation"74427443#: builtin/commit.c:1601 builtin/merge.c:233 builtin/pull.c:1667444#: builtin/revert.c:1127445msgid "GPG sign commit"7446msgstr "signer la validation avec GPG"74477448#: builtin/commit.c:16047449msgid "Commit contents options"7450msgstr "Valider les options des contenus"74517452#: builtin/commit.c:16057453msgid "commit all changed files"7454msgstr "valider tous les fichiers modifiés"74557456#: builtin/commit.c:16067457msgid "add specified files to index for commit"7458msgstr "ajouter les fichiers spécifiés à l'index pour la validation"74597460#: builtin/commit.c:16077461msgid "interactively add files"7462msgstr "ajouter des fichiers en mode interactif"74637464#: builtin/commit.c:16087465msgid "interactively add changes"7466msgstr "ajouter les modifications en mode interactif"74677468#: builtin/commit.c:16097469msgid "commit only specified files"7470msgstr "valider seulement les fichiers spécifiés"74717472#: builtin/commit.c:16107473msgid "bypass pre-commit and commit-msg hooks"7474msgstr "éviter d'utiliser les crochets pre-commit et commit-msg"74757476#: builtin/commit.c:16117477msgid "show what would be committed"7478msgstr "afficher ce qui serait validé"74797480#: builtin/commit.c:16227481msgid "amend previous commit"7482msgstr "corriger la validation précédente"74837484#: builtin/commit.c:16237485msgid "bypass post-rewrite hook"7486msgstr "éviter d'utiliser le crochet post-rewrite"74877488#: builtin/commit.c:16287489msgid "ok to record an empty change"7490msgstr "accepter d'enregistrer une modification vide"74917492#: builtin/commit.c:16307493msgid "ok to record a change with an empty message"7494msgstr "accepter d'enregistrer une modification avec un message vide"74957496#: builtin/commit.c:16597497msgid "could not parse HEAD commit"7498msgstr "impossible d'analyser le commit HEAD"74997500#: builtin/commit.c:17077501#, c-format7502msgid "Corrupt MERGE_HEAD file (%s)"7503msgstr "Fichier MERGE_HEAD corrompu (%s)"75047505#: builtin/commit.c:17147506msgid "could not read MERGE_MODE"7507msgstr "impossible de lire MERGE_MODE"75087509#: builtin/commit.c:17337510#, c-format7511msgid "could not read commit message: %s"7512msgstr "impossible de lire le message de validation : %s"75137514#: builtin/commit.c:17447515#, c-format7516msgid "Aborting commit; you did not edit the message.\n"7517msgstr "Abandon de la validation ; vous n'avez pas édité le message\n"75187519#: builtin/commit.c:17497520#, c-format7521msgid "Aborting commit due to empty commit message.\n"7522msgstr "Abandon de la validation dû à un message de validation vide.\n"75237524#: builtin/commit.c:17977525msgid ""7526"Repository has been updated, but unable to write\n"7527"new_index file. Check that disk is not full and quota is\n"7528"not exceeded, and then \"git reset HEAD\" to recover."7529msgstr ""7530"Le dépôt a été mis à jour, mais impossible d'écrire le fichier\n"7531"new_index. Vérifiez que le disque n'est pas plein ou que le quota\n"7532"n'a pas été dépassé, puis lancez \"git reset HEAD\" pour réparer."75337534#: builtin/config.c:97535msgid "git config [<options>]"7536msgstr "git config [<options>]"75377538#: builtin/config.c:567539msgid "Config file location"7540msgstr "Emplacement du fichier de configuration"75417542#: builtin/config.c:577543msgid "use global config file"7544msgstr "utiliser les fichier de configuration global"75457546#: builtin/config.c:587547msgid "use system config file"7548msgstr "utiliser le fichier de configuration du système"75497550#: builtin/config.c:597551msgid "use repository config file"7552msgstr "utiliser le fichier de configuration du dépôt"75537554#: builtin/config.c:607555msgid "use given config file"7556msgstr "utiliser le fichier de configuration spécifié"75577558#: builtin/config.c:617559msgid "blob-id"7560msgstr "blob-id"75617562#: builtin/config.c:617563msgid "read config from given blob object"7564msgstr "lire la configuration depuis l'objet blob fourni"75657566#: builtin/config.c:627567msgid "Action"7568msgstr "Action"75697570#: builtin/config.c:637571msgid "get value: name [value-regex]"7572msgstr "obtenir la valeur : nom [regex-de-valeur]"75737574#: builtin/config.c:647575msgid "get all values: key [value-regex]"7576msgstr "obtenir toutes les valeurs : clé [regex-de-valeur]"75777578#: builtin/config.c:657579msgid "get values for regexp: name-regex [value-regex]"7580msgstr "obtenir les valeur pour la regexp : regex-de-nom [regex-de-valeur]"75817582#: builtin/config.c:667583msgid "get value specific for the URL: section[.var] URL"7584msgstr "obtenir la valeur spécifique pour l'URL : section[.var] URL"75857586#: builtin/config.c:677587msgid "replace all matching variables: name value [value_regex]"7588msgstr ""7589"remplacer toutes les variables correspondant : nom valeur [regex-de-valeur]"75907591#: builtin/config.c:687592msgid "add a new variable: name value"7593msgstr "ajouter une nouvelle variable : nom valeur"75947595#: builtin/config.c:697596msgid "remove a variable: name [value-regex]"7597msgstr "supprimer une variable : nom [regex-de-valeur]"75987599#: builtin/config.c:707600msgid "remove all matches: name [value-regex]"7601msgstr "supprimer toutes les correspondances nom [regex-de-valeur]"76027603#: builtin/config.c:717604msgid "rename section: old-name new-name"7605msgstr "renommer une section : ancien-nom nouveau-nom"76067607#: builtin/config.c:727608msgid "remove a section: name"7609msgstr "supprimer une section : nom"76107611#: builtin/config.c:737612msgid "list all"7613msgstr "afficher tout"76147615#: builtin/config.c:747616msgid "open an editor"7617msgstr "ouvrir un éditeur"76187619#: builtin/config.c:757620msgid "find the color configured: slot [default]"7621msgstr "trouver la couleur configurée : slot [par défaut]"76227623#: builtin/config.c:767624msgid "find the color setting: slot [stdout-is-tty]"7625msgstr "trouver le réglage de la couleur : slot [stdout-est-tty]"76267627#: builtin/config.c:777628msgid "Type"7629msgstr "Type"76307631#: builtin/config.c:787632msgid "value is \"true\" or \"false\""7633msgstr "la valeur est \"true\" (vrai) ou \"false\" (faux)"76347635#: builtin/config.c:797636msgid "value is decimal number"7637msgstr "la valeur est un nombre décimal"76387639#: builtin/config.c:807640msgid "value is --bool or --int"7641msgstr "la valeur est --bool ou --int"76427643#: builtin/config.c:817644msgid "value is a path (file or directory name)"7645msgstr "la valeur est un chemin (vers un fichier ou un répertoire)"76467647#: builtin/config.c:827648msgid "Other"7649msgstr "Autre"76507651#: builtin/config.c:837652msgid "terminate values with NUL byte"7653msgstr "terminer les valeurs avec un caractère NUL"76547655#: builtin/config.c:847656msgid "show variable names only"7657msgstr "n'afficher que les noms de variable"76587659#: builtin/config.c:857660msgid "respect include directives on lookup"7661msgstr "respecter les directives d'inclusion lors de la recherche"76627663#: builtin/config.c:867664msgid "show origin of config (file, standard input, blob, command line)"7665msgstr ""7666"afficher l'origine de la configuration (fichier, entrée standard, blob, "7667"ligne de commande)"76687669#: builtin/config.c:3287670msgid "unable to parse default color value"7671msgstr "impossible de lire la valeur de couleur par défaut"76727673#: builtin/config.c:4727674#, c-format7675msgid ""7676"# This is Git's per-user configuration file.\n"7677"[user]\n"7678"# Please adapt and uncomment the following lines:\n"7679"#\tname = %s\n"7680"#\temail = %s\n"7681msgstr ""7682"# Ceci est le fichier de configuration personnel de Git.\n"7683"[user]\n"7684"# Veuillez adapter et décommenter les lignes suivantes :\n"7685"#\tname = %s\n"7686"#\temail = %s\n"76877688#: builtin/config.c:6157689#, c-format7690msgid "cannot create configuration file %s"7691msgstr "création impossible du fichier de configuration '%s'"76927693#: builtin/config.c:6277694#, c-format7695msgid ""7696"cannot overwrite multiple values with a single value\n"7697" Use a regexp, --add or --replace-all to change %s."7698msgstr ""7699"impossible de surcharger des valeurs multiples avec une seule valeur\n"7700" Utilisez une regexp, --add ou --replace-all pour modifier %s."77017702#: builtin/count-objects.c:867703msgid "git count-objects [-v] [-H | --human-readable]"7704msgstr "git count-objects [-v] [-H | --human-readable]"77057706#: builtin/count-objects.c:967707msgid "print sizes in human readable format"7708msgstr "affiche les tailles dans un format humainement lisible"77097710#: builtin/describe.c:187711msgid "git describe [<options>] [<commit-ish>...]"7712msgstr "git describe [<options>] <commit ou apparenté>*"77137714#: builtin/describe.c:197715msgid "git describe [<options>] --dirty"7716msgstr "git describe [<options>] --dirty"77177718#: builtin/describe.c:537719msgid "head"7720msgstr "tête"77217722#: builtin/describe.c:537723msgid "lightweight"7724msgstr "léger"77257726#: builtin/describe.c:537727msgid "annotated"7728msgstr "annoté"77297730#: builtin/describe.c:2507731#, c-format7732msgid "annotated tag %s not available"7733msgstr "l'étiquette annotée %s n'est pas disponible"77347735#: builtin/describe.c:2547736#, c-format7737msgid "annotated tag %s has no embedded name"7738msgstr "l'étiquette annotée %s n'a pas de nom embarqué"77397740#: builtin/describe.c:2567741#, c-format7742msgid "tag '%s' is really '%s' here"7743msgstr "l'étiquette '%s' est en fait '%s'"77447745#: builtin/describe.c:283 builtin/log.c:4877746#, c-format7747msgid "Not a valid object name %s"7748msgstr "%s n'est pas un nom d'objet valide"77497750#: builtin/describe.c:2867751#, c-format7752msgid "%s is not a valid '%s' object"7753msgstr "%s n'est pas un objet '%s' valide"77547755#: builtin/describe.c:3037756#, c-format7757msgid "no tag exactly matches '%s'"7758msgstr "aucune étiquette ne correspond parfaitement à '%s'"77597760#: builtin/describe.c:3057761#, c-format7762msgid "searching to describe %s\n"7763msgstr "recherche de la description de %s\n"77647765#: builtin/describe.c:3527766#, c-format7767msgid "finished search at %s\n"7768msgstr "recherche terminée à %s\n"77697770#: builtin/describe.c:3797771#, c-format7772msgid ""7773"No annotated tags can describe '%s'.\n"7774"However, there were unannotated tags: try --tags."7775msgstr ""7776"Aucune étiquette annotée ne peut décrire '%s'.\n"7777"Cependant, il existe des étiquettes non-annotées : essayez avec --tags."77787779#: builtin/describe.c:3837780#, c-format7781msgid ""7782"No tags can describe '%s'.\n"7783"Try --always, or create some tags."7784msgstr ""7785"Aucune étiquette ne peut décrire '%s'.\n"7786"Essayez --always, ou créez des étiquettes."77877788#: builtin/describe.c:4137789#, c-format7790msgid "traversed %lu commits\n"7791msgstr "%lu commits parcourus\n"77927793#: builtin/describe.c:4167794#, c-format7795msgid ""7796"more than %i tags found; listed %i most recent\n"7797"gave up search at %s\n"7798msgstr ""7799"plus de %i étiquettes ont été trouvées; seules les %i plus récentes sont "7800"affichées\n"7801"abandon de la recherche à %s\n"78027803#: builtin/describe.c:4387804msgid "find the tag that comes after the commit"7805msgstr "rechercher l'étiquette qui suit le commit"78067807#: builtin/describe.c:4397808msgid "debug search strategy on stderr"7809msgstr "déboguer la stratégie de recherche sur stderr"78107811#: builtin/describe.c:4407812msgid "use any ref"7813msgstr "utiliser n'importe quelle référence"78147815#: builtin/describe.c:4417816msgid "use any tag, even unannotated"7817msgstr "utiliser n'importe quelle étiquette, même non-annotée"78187819#: builtin/describe.c:4427820msgid "always use long format"7821msgstr "toujours utiliser le format long"78227823#: builtin/describe.c:4437824msgid "only follow first parent"7825msgstr "ne suivre que le premier parent"78267827#: builtin/describe.c:4467828msgid "only output exact matches"7829msgstr "n'afficher que les correspondances exactes"78307831#: builtin/describe.c:4487832msgid "consider <n> most recent tags (default: 10)"7833msgstr ""7834"considérer uniquement les <n> étiquettes le plus récentes (défaut : 10)"78357836#: builtin/describe.c:4507837msgid "only consider tags matching <pattern>"7838msgstr "ne considérer que les étiquettes correspondant à <motif>"78397840#: builtin/describe.c:4527841msgid "do not consider tags matching <pattern>"7842msgstr "ne pas considérer les étiquettes correspondant à <motif>"78437844#: builtin/describe.c:454 builtin/name-rev.c:3577845msgid "show abbreviated commit object as fallback"7846msgstr "afficher les objets commits abrégés en dernier recours"78477848#: builtin/describe.c:455 builtin/describe.c:4587849msgid "mark"7850msgstr "marque"78517852#: builtin/describe.c:4567853msgid "append <mark> on dirty working tree (default: \"-dirty\")"7854msgstr "ajouter <marque> si la copie de travail est sale (défaut : \"-dirty\")"78557856#: builtin/describe.c:4597857msgid "append <mark> on broken working tree (default: \"-broken\")"7858msgstr ""7859"ajouter <marque> si la copie de travail est cassée (défaut : \"-broken\")"78607861#: builtin/describe.c:4777862msgid "--long is incompatible with --abbrev=0"7863msgstr "--long et --abbrev=0 sont incompatibles"78647865#: builtin/describe.c:5067866msgid "No names found, cannot describe anything."7867msgstr "aucun nom trouvé, impossible de décrire quoi que ce soit."78687869#: builtin/describe.c:5497870msgid "--dirty is incompatible with commit-ishes"7871msgstr "--dirty est incompatible avec la spécification de commits ou assimilés"78727873#: builtin/describe.c:5517874msgid "--broken is incompatible with commit-ishes"7875msgstr "--broken est incompatible avec les commits ou assimilés"78767877#: builtin/diff.c:837878#, c-format7879msgid "'%s': not a regular file or symlink"7880msgstr "'%s' : n'est pas un fichier régulier ni un lien symbolique"78817882#: builtin/diff.c:2347883#, c-format7884msgid "invalid option: %s"7885msgstr "option invalide : %s"78867887#: builtin/diff.c:3587888msgid "Not a git repository"7889msgstr "Ce n'est pas un dépôt git !"78907891#: builtin/diff.c:4017892#, c-format7893msgid "invalid object '%s' given."7894msgstr "objet spécifié '%s' invalide."78957896#: builtin/diff.c:4107897#, c-format7898msgid "more than two blobs given: '%s'"7899msgstr "plus de deux blobs spécifiés : '%s'"79007901#: builtin/diff.c:4177902#, c-format7903msgid "unhandled object '%s' given."7904msgstr "objet non géré '%s' spécifié."79057906#: builtin/difftool.c:287907msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"7908msgstr "git difftool [<options>] [<commit> [<commit>]] [--] [<chemin>...]"79097910#: builtin/difftool.c:2417911#, c-format7912msgid "failed: %d"7913msgstr "échec : %d"79147915#: builtin/difftool.c:2837916#, c-format7917msgid "could not read symlink %s"7918msgstr "lecture du lien symbolique %s impossible"79197920#: builtin/difftool.c:2857921#, c-format7922msgid "could not read symlink file %s"7923msgstr "impossible de lire le fichier symlink %s"79247925#: builtin/difftool.c:2937926#, c-format7927msgid "could not read object %s for symlink %s"7928msgstr "Impossible de lire l'objet %s pour le symlink %s"79297930#: builtin/difftool.c:3957931msgid ""7932"combined diff formats('-c' and '--cc') are not supported in\n"7933"directory diff mode('-d' and '--dir-diff')."7934msgstr ""7935"les formats de diff combinés ('-c' et '--cc') ne sont pas supportés\n"7936"dans le mode de diff de répertoire ('-d' et '--dir-diff')."79377938#: builtin/difftool.c:6097939#, c-format7940msgid "both files modified: '%s' and '%s'."7941msgstr "les deux fichiers sont modifiés : '%s' et '%s'."79427943#: builtin/difftool.c:6117944msgid "working tree file has been left."7945msgstr "le fichier dans l'arbre de travail a été laissé."79467947#: builtin/difftool.c:6227948#, c-format7949msgid "temporary files exist in '%s'."7950msgstr "des fichiers temporaires existent dans '%s'."79517952#: builtin/difftool.c:6237953msgid "you may want to cleanup or recover these."7954msgstr "vous pourriez souhaiter les nettoyer ou les récupérer."79557956#: builtin/difftool.c:6697957msgid "use `diff.guitool` instead of `diff.tool`"7958msgstr "utiliser `diff.guitool` au lieu de `diff.tool`"79597960#: builtin/difftool.c:6717961msgid "perform a full-directory diff"7962msgstr "réalise un diff de répertoire complet"79637964#: builtin/difftool.c:6737965msgid "do not prompt before launching a diff tool"7966msgstr "ne pas confirmer avant de lancer l'outil de diff"79677968#: builtin/difftool.c:6797969msgid "use symlinks in dir-diff mode"7970msgstr "utiliser les liens symboliques en mode de diff de répertoire"79717972#: builtin/difftool.c:6807973msgid "<tool>"7974msgstr "<outil>"79757976#: builtin/difftool.c:6817977msgid "use the specified diff tool"7978msgstr "utiliser l'outil de diff spécifié"79797980#: builtin/difftool.c:6837981msgid "print a list of diff tools that may be used with `--tool`"7982msgstr "afficher une liste des outils de diff utilisables avec `--tool`"79837984#: builtin/difftool.c:6867985msgid ""7986"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "7987"code"7988msgstr ""7989"provoque la fin de 'git-difftool' si l'outil de diff invoqué renvoie un code "7990"non-nul"79917992#: builtin/difftool.c:6887993msgid "<command>"7994msgstr "<commande>"79957996#: builtin/difftool.c:6897997msgid "specify a custom command for viewing diffs"7998msgstr "spécifier une commande personnalisée pour visualiser les différences"79998000#: builtin/difftool.c:7138001msgid "no <tool> given for --tool=<tool>"8002msgstr "pas d'<outil> spécifié pour --tool=<outil>"80038004#: builtin/difftool.c:7208005msgid "no <cmd> given for --extcmd=<cmd>"8006msgstr "pas de <commande> spécifié pour --extcmd=<commande>"80078008#: builtin/fast-export.c:258009msgid "git fast-export [rev-list-opts]"8010msgstr "git fast-export [options-de-liste-de-révisions]"80118012#: builtin/fast-export.c:9808013msgid "show progress after <n> objects"8014msgstr "afficher la progression après <n> objets"80158016#: builtin/fast-export.c:9828017msgid "select handling of signed tags"8018msgstr "sélectionner la gestion des étiquettes signées"80198020#: builtin/fast-export.c:9858021msgid "select handling of tags that tag filtered objects"8022msgstr ""8023"sélectionner la gestion des étiquettes qui pointent sur des objets filtrés"80248025#: builtin/fast-export.c:9888026msgid "Dump marks to this file"8027msgstr "Enregistrer les marques dans ce fichier"80288029#: builtin/fast-export.c:9908030msgid "Import marks from this file"8031msgstr "importer les marques depuis ce fichier"80328033#: builtin/fast-export.c:9928034msgid "Fake a tagger when tags lack one"8035msgstr "falsifier un auteur d'étiquette si l'étiquette n'en présente pas"80368037#: builtin/fast-export.c:9948038msgid "Output full tree for each commit"8039msgstr "Afficher l'arbre complet pour chaque commit"80408041#: builtin/fast-export.c:9968042msgid "Use the done feature to terminate the stream"8043msgstr "Utiliser la fonction \"done\" pour terminer le flux"80448045#: builtin/fast-export.c:9978046msgid "Skip output of blob data"8047msgstr "Sauter l'affichage de données de blob"80488049#: builtin/fast-export.c:9988050msgid "refspec"8051msgstr "spécificateur de référence"80528053#: builtin/fast-export.c:9998054msgid "Apply refspec to exported refs"8055msgstr "Appliquer le spécificateur de référence aux références exportées"80568057#: builtin/fast-export.c:10008058msgid "anonymize output"8059msgstr "anonymise la sortie"80608061#: builtin/fetch.c:218062msgid "git fetch [<options>] [<repository> [<refspec>...]]"8063msgstr "git fetch [<options>] [<dépôt> [<spécification-de-référence>...]]"80648065#: builtin/fetch.c:228066msgid "git fetch [<options>] <group>"8067msgstr "git fetch [<options>] <groupe>"80688069#: builtin/fetch.c:238070msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"8071msgstr "git fetch --multiple [<options>] [(<dépôt> | <groupe>)...]"80728073#: builtin/fetch.c:248074msgid "git fetch --all [<options>]"8075msgstr "git fetch --all [<options>]"80768077#: builtin/fetch.c:95 builtin/pull.c:1758078msgid "fetch from all remotes"8079msgstr "récupérer depuis tous les dépôts distants"80808081#: builtin/fetch.c:97 builtin/pull.c:1788082msgid "append to .git/FETCH_HEAD instead of overwriting"8083msgstr "ajouter à .git/FETCH_HEAD au lieu de l'écraser"80848085#: builtin/fetch.c:99 builtin/pull.c:1818086msgid "path to upload pack on remote end"8087msgstr "chemin vers lequel télécharger le paquet sur le poste distant"80888089#: builtin/fetch.c:100 builtin/pull.c:1838090msgid "force overwrite of local branch"8091msgstr "forcer l'écrasement de la branche locale"80928093#: builtin/fetch.c:1028094msgid "fetch from multiple remotes"8095msgstr "récupérer depuis plusieurs dépôts distants"80968097#: builtin/fetch.c:104 builtin/pull.c:1858098msgid "fetch all tags and associated objects"8099msgstr "récupérer toutes les étiquettes et leurs objets associés"81008101#: builtin/fetch.c:1068102msgid "do not fetch all tags (--no-tags)"8103msgstr "ne pas récupérer toutes les étiquettes (--no-tags)"81048105#: builtin/fetch.c:1088106msgid "number of submodules fetched in parallel"8107msgstr "nombre de sous-modules récupérés en parallèle"81088109#: builtin/fetch.c:110 builtin/pull.c:1888110msgid "prune remote-tracking branches no longer on remote"8111msgstr ""8112"éliminer les branches de suivi distant si la branche n'existe plus dans le "8113"dépôt distant"81148115#: builtin/fetch.c:111 builtin/pull.c:1918116msgid "on-demand"8117msgstr "à la demande"81188119#: builtin/fetch.c:112 builtin/pull.c:1928120msgid "control recursive fetching of submodules"8121msgstr "contrôler la récupération récursive dans les sous-modules"81228123#: builtin/fetch.c:116 builtin/pull.c:2008124msgid "keep downloaded pack"8125msgstr "conserver le paquet téléchargé"81268127#: builtin/fetch.c:1188128msgid "allow updating of HEAD ref"8129msgstr "permettre la mise à jour de la référence HEAD"81308131#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:2038132msgid "deepen history of shallow clone"8133msgstr "approfondir l'historique d'un clone superficiel"81348135#: builtin/fetch.c:1238136msgid "deepen history of shallow repository based on time"8137msgstr "approfondir l'historique d'un clone superficiel en fonction d'une date"81388139#: builtin/fetch.c:129 builtin/pull.c:2068140msgid "convert to a complete repository"8141msgstr "convertir en un dépôt complet"81428143#: builtin/fetch.c:131 builtin/log.c:14408144msgid "dir"8145msgstr "répertoire"81468147#: builtin/fetch.c:1328148msgid "prepend this to submodule path output"8149msgstr "préfixer ceci à la sortie du chemin du sous-module"81508151#: builtin/fetch.c:1358152msgid "default mode for recursion"8153msgstr "mode par défaut pour la récursion"81548155#: builtin/fetch.c:137 builtin/pull.c:2098156msgid "accept refs that update .git/shallow"8157msgstr "accepter les références qui mettent à jour .git/shallow"81588159#: builtin/fetch.c:138 builtin/pull.c:2118160msgid "refmap"8161msgstr "correspondance de référence"81628163#: builtin/fetch.c:139 builtin/pull.c:2128164msgid "specify fetch refmap"8165msgstr "spécifier une correspondance de référence pour la récupération"81668167#: builtin/fetch.c:3958168msgid "Couldn't find remote ref HEAD"8169msgstr "impossible de trouver la référence HEAD distante"81708171#: builtin/fetch.c:5138172#, c-format8173msgid "configuration fetch.output contains invalid value %s"8174msgstr ""8175"le paramètre de configuration fetch.output contient une valeur invalide %s"81768177#: builtin/fetch.c:6068178#, c-format8179msgid "object %s not found"8180msgstr "objet %s non trouvé"81818182#: builtin/fetch.c:6108183msgid "[up to date]"8184msgstr "[à jour]"81858186#: builtin/fetch.c:623 builtin/fetch.c:7038187msgid "[rejected]"8188msgstr "[rejeté]"81898190#: builtin/fetch.c:6248191msgid "can't fetch in current branch"8192msgstr "impossible de récupérer dans la branche actuelle"81938194#: builtin/fetch.c:6338195msgid "[tag update]"8196msgstr "[mise à jour de l'étiquette]"81978198#: builtin/fetch.c:634 builtin/fetch.c:667 builtin/fetch.c:6838199#: builtin/fetch.c:6988200msgid "unable to update local ref"8201msgstr "impossible de mettre à jour la référence locale"82028203#: builtin/fetch.c:6538204msgid "[new tag]"8205msgstr "[nouvelle étiquette]"82068207#: builtin/fetch.c:6568208msgid "[new branch]"8209msgstr "[nouvelle branche]"82108211#: builtin/fetch.c:6598212msgid "[new ref]"8213msgstr "[nouvelle référence]"82148215#: builtin/fetch.c:6988216msgid "forced update"8217msgstr "mise à jour forcée"82188219#: builtin/fetch.c:7038220msgid "non-fast-forward"8221msgstr "pas en avance rapide"82228223#: builtin/fetch.c:7488224#, c-format8225msgid "%s did not send all necessary objects\n"8226msgstr "%s n'a pas envoyé tous les objets nécessaires\n"82278228#: builtin/fetch.c:7688229#, c-format8230msgid "reject %s because shallow roots are not allowed to be updated"8231msgstr ""8232"%s rejeté parce que les racines superficielles ne sont pas mises à jour"82338234#: builtin/fetch.c:855 builtin/fetch.c:9518235#, c-format8236msgid "From %.*s\n"8237msgstr "Depuis %.*s\n"82388239#: builtin/fetch.c:8668240#, c-format8241msgid ""8242"some local refs could not be updated; try running\n"8243" 'git remote prune %s' to remove any old, conflicting branches"8244msgstr ""8245"des références locales n'ont pas pu être mises à jour ; essayez de lancer\n"8246" 'git remote prune %s' pour supprimer des branches anciennes en conflit"82478248#: builtin/fetch.c:9218249#, c-format8250msgid " (%s will become dangling)"8251msgstr " (%s sera en suspens)"82528253#: builtin/fetch.c:9228254#, c-format8255msgid " (%s has become dangling)"8256msgstr " (%s est devenu en suspens)"82578258#: builtin/fetch.c:9548259msgid "[deleted]"8260msgstr "[supprimé]"82618262#: builtin/fetch.c:955 builtin/remote.c:10228263msgid "(none)"8264msgstr "(aucun(e))"82658266#: builtin/fetch.c:9788267#, c-format8268msgid "Refusing to fetch into current branch %s of non-bare repository"8269msgstr "Refus de récupérer dans la branche courant %s d'un dépôt non nu"82708271#: builtin/fetch.c:9978272#, c-format8273msgid "Option \"%s\" value \"%s\" is not valid for %s"8274msgstr "La valeur \"%2$s\" de l'option \"%1$s\" est invalide pour %3$s"82758276#: builtin/fetch.c:10008277#, c-format8278msgid "Option \"%s\" is ignored for %s\n"8279msgstr "L'option \"%s\" est ignorée pour %s\n"82808281#: builtin/fetch.c:10768282#, c-format8283msgid "Don't know how to fetch from %s"8284msgstr "Je ne sais pas récupérer depuis %s"82858286#: builtin/fetch.c:12368287#, c-format8288msgid "Fetching %s\n"8289msgstr "Récupération de %s\n"82908291#: builtin/fetch.c:1238 builtin/remote.c:968292#, c-format8293msgid "Could not fetch %s"8294msgstr "Impossible de récupérer %s"82958296#: builtin/fetch.c:12568297msgid ""8298"No remote repository specified. Please, specify either a URL or a\n"8299"remote name from which new revisions should be fetched."8300msgstr ""8301"Aucun dépôt distant spécifié. Veuillez spécifier une URL ou un nom\n"8302"distant depuis lesquels les nouvelles révisions devraient être récupérées."83038304#: builtin/fetch.c:12798305msgid "You need to specify a tag name."8306msgstr "Vous devez spécifier un nom d'étiquette."83078308#: builtin/fetch.c:13218309msgid "Negative depth in --deepen is not supported"8310msgstr "Une profondeur négative dans --deepen n'est pas supportée"83118312#: builtin/fetch.c:13238313msgid "--deepen and --depth are mutually exclusive"8314msgstr "--deepen et --depth sont mutuellement exclusifs"83158316#: builtin/fetch.c:13288317msgid "--depth and --unshallow cannot be used together"8318msgstr "--depth et --unshallow ne peuvent pas être utilisés ensemble"83198320#: builtin/fetch.c:13308321msgid "--unshallow on a complete repository does not make sense"8322msgstr "--unshallow sur un dépôt complet n'a pas de sens"83238324#: builtin/fetch.c:13528325msgid "fetch --all does not take a repository argument"8326msgstr "fetch --all n'accepte pas d'argument de dépôt"83278328#: builtin/fetch.c:13548329msgid "fetch --all does not make sense with refspecs"8330msgstr "fetch --all n'a pas de sens avec des spécifications de référence"83318332#: builtin/fetch.c:13658333#, c-format8334msgid "No such remote or remote group: %s"8335msgstr "distant ou groupe distant inexistant : %s"83368337#: builtin/fetch.c:13738338msgid "Fetching a group and specifying refspecs does not make sense"8339msgstr ""8340"La récupération d'un groupe et les spécifications de référence n'ont pas de "8341"sens"83428343#: builtin/fmt-merge-msg.c:148344msgid ""8345"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8346msgstr ""8347"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <fichier>]"83488349#: builtin/fmt-merge-msg.c:6638350msgid "populate log with at most <n> entries from shortlog"8351msgstr "peupler le journal avec au plus <n> éléments depuis le journal court"83528353#: builtin/fmt-merge-msg.c:6668354msgid "alias for --log (deprecated)"8355msgstr "alias pour --log (obsolète)"83568357#: builtin/fmt-merge-msg.c:6698358msgid "text"8359msgstr "texte"83608361#: builtin/fmt-merge-msg.c:6708362msgid "use <text> as start of message"8363msgstr "utiliser <texte> comme début de message"83648365#: builtin/fmt-merge-msg.c:6718366msgid "file to read from"8367msgstr "fichier d'où lire"83688369#: builtin/for-each-ref.c:98370msgid "git for-each-ref [<options>] [<pattern>]"8371msgstr "git for-each-ref [<options>] [<motif>]"83728373#: builtin/for-each-ref.c:108374msgid "git for-each-ref [--points-at <object>]"8375msgstr "git for-each-ref [--point-at <objet>]"83768377#: builtin/for-each-ref.c:118378msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"8379msgstr "git for-each-ref [(--merged | --no-merged) [<commit>]]"83808381#: builtin/for-each-ref.c:128382msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"8383msgstr "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"83848385#: builtin/for-each-ref.c:278386msgid "quote placeholders suitably for shells"8387msgstr "échapper les champs réservés pour les interpréteurs de commandes"83888389#: builtin/for-each-ref.c:298390msgid "quote placeholders suitably for perl"8391msgstr "échapper les champs réservés pour perl"83928393#: builtin/for-each-ref.c:318394msgid "quote placeholders suitably for python"8395msgstr "échapper les champs réservés pour python"83968397#: builtin/for-each-ref.c:338398msgid "quote placeholders suitably for Tcl"8399msgstr "échapper les champs réservés pour compatibilité avec Tcl"84008401#: builtin/for-each-ref.c:368402msgid "show only <n> matched refs"8403msgstr "n'afficher que <n> références correspondant"84048405#: builtin/for-each-ref.c:418406msgid "print only refs which points at the given object"8407msgstr "afficher seulement les références pointant sur l'objet"84088409#: builtin/for-each-ref.c:438410msgid "print only refs that are merged"8411msgstr "afficher seulement les références qui sont fusionnées"84128413#: builtin/for-each-ref.c:448414msgid "print only refs that are not merged"8415msgstr "afficher seulement les références qui ne sont pas fusionnées"84168417#: builtin/for-each-ref.c:458418msgid "print only refs which contain the commit"8419msgstr "afficher seulement les références qui contiennent le commit"84208421#: builtin/for-each-ref.c:468422msgid "print only refs which don't contain the commit"8423msgstr "afficher seulement les références qui ne contiennent pas le commit"84248425#: builtin/fsck.c:5548426msgid "Checking object directories"8427msgstr "Vérification des répertoires d'objet"84288429#: builtin/fsck.c:6468430msgid "git fsck [<options>] [<object>...]"8431msgstr "git fsck [<options>] [<objet>...]"84328433#: builtin/fsck.c:6528434msgid "show unreachable objects"8435msgstr "afficher les objets inaccessibles"84368437#: builtin/fsck.c:6538438msgid "show dangling objects"8439msgstr "afficher les objets en suspens"84408441#: builtin/fsck.c:6548442msgid "report tags"8443msgstr "afficher les étiquettes"84448445#: builtin/fsck.c:6558446msgid "report root nodes"8447msgstr "signaler les nœuds racines"84488449#: builtin/fsck.c:6568450msgid "make index objects head nodes"8451msgstr "considérer les objets de l'index comme nœuds tête"84528453# translated from man page8454#: builtin/fsck.c:6578455msgid "make reflogs head nodes (default)"8456msgstr "considérer les reflogs comme nœuds tête (par défaut)"84578458#: builtin/fsck.c:6588459msgid "also consider packs and alternate objects"8460msgstr "inspecter aussi les objets pack et alternatifs"84618462#: builtin/fsck.c:6598463msgid "check only connectivity"8464msgstr "ne vérifier que la connectivité"84658466#: builtin/fsck.c:6608467msgid "enable more strict checking"8468msgstr "activer une vérification plus strict"84698470#: builtin/fsck.c:6628471msgid "write dangling objects in .git/lost-found"8472msgstr "écrire les objets en suspens dans .git/lost-found"84738474#: builtin/fsck.c:663 builtin/prune.c:1078475msgid "show progress"8476msgstr "afficher la progression"84778478#: builtin/fsck.c:6648479msgid "show verbose names for reachable objects"8480msgstr "afficher les noms étendus pour les objets inaccessibles"84818482#: builtin/fsck.c:7258483msgid "Checking objects"8484msgstr "Vérification des objets"84858486#: builtin/gc.c:258487msgid "git gc [<options>]"8488msgstr "git gc [<options>]"84898490#: builtin/gc.c:788491#, c-format8492msgid "Failed to fstat %s: %s"8493msgstr "Échec du stat de %s : %s"84948495#: builtin/gc.c:3108496#, c-format8497msgid "Can't stat %s"8498msgstr "impossible de faire un stat de %s"84998500#: builtin/gc.c:3198501#, c-format8502msgid ""8503"The last gc run reported the following. Please correct the root cause\n"8504"and remove %s.\n"8505"Automatic cleanup will not be performed until the file is removed.\n"8506"\n"8507"%s"8508msgstr ""8509"Le dernier lancement de gc a rapporter l'erreur suivante. Veuillez corriger\n"8510"la cause et supprimer %s.\n"8511"Le nettoyage automatique n'aura pas lieu jusqu'à ce que le fichier soit "8512"supprimé.\n"8513"\n"8514"%s"85158516#: builtin/gc.c:3588517msgid "prune unreferenced objects"8518msgstr "éliminer les objets non référencés"85198520#: builtin/gc.c:3608521msgid "be more thorough (increased runtime)"8522msgstr "être plus consciencieux (durée de traitement allongée)"85238524#: builtin/gc.c:3618525msgid "enable auto-gc mode"8526msgstr "activer le mode auto-gc"85278528#: builtin/gc.c:3628529msgid "force running gc even if there may be another gc running"8530msgstr ""8531"forcer le lancement du ramasse-miettes même si un autre ramasse-miettes "8532"tourne déjà"85338534#: builtin/gc.c:3798535#, c-format8536msgid "Failed to parse gc.logexpiry value %s"8537msgstr "impossible de lire la valeur de gc.logexpiry %s"85388539#: builtin/gc.c:4078540#, c-format8541msgid "Auto packing the repository in background for optimum performance.\n"8542msgstr ""8543"Compression automatique du dépôt en tâche de fond pour optimiser les "8544"performances.\n"85458546#: builtin/gc.c:4098547#, c-format8548msgid "Auto packing the repository for optimum performance.\n"8549msgstr "Compression du dépôt pour optimiser les performances.\n"85508551#: builtin/gc.c:4108552#, c-format8553msgid "See \"git help gc\" for manual housekeeping.\n"8554msgstr "Voir \"git help gc\" pour toute information sur le nettoyage manuel.\n"85558556#: builtin/gc.c:4318557#, c-format8558msgid ""8559"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"8560msgstr ""8561"un ramasse-miettes est déjà en cours sur la machine '%s' pid %<PRIuMAX> "8562"(utilisez --force si ce n'est pas le cas)"85638564#: builtin/gc.c:4758565msgid ""8566"There are too many unreachable loose objects; run 'git prune' to remove them."8567msgstr ""8568"Il y a trop d'objets seuls inaccessibles ; lancez 'git prune' pour les "8569"supprimer."85708571#: builtin/grep.c:258572msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"8573msgstr "git grep [<options>] [-e] <motif> [<révision>...] [[--] <chemin>...]"85748575#: builtin/grep.c:2328576#, c-format8577msgid "grep: failed to create thread: %s"8578msgstr "grep : échec de création du fil: %s"85798580#: builtin/grep.c:2908581#, c-format8582msgid "invalid number of threads specified (%d) for %s"8583msgstr "nombre de fils spécifié invalide (%d) pour %s"85848585#: builtin/grep.c:769 builtin/grep.c:8108586#, c-format8587msgid "unable to read tree (%s)"8588msgstr "impossible de lire l'arbre (%s)"85898590#: builtin/grep.c:8298591#, c-format8592msgid "unable to grep from object of type %s"8593msgstr "impossible de faire un grep sur un objet de type %s"85948595#: builtin/grep.c:8938596#, c-format8597msgid "switch `%c' expects a numerical value"8598msgstr "l'option '%c' attend un valeur numérique"85998600#: builtin/grep.c:9808601msgid "search in index instead of in the work tree"8602msgstr "rechercher dans l'index plutôt que dans la copie de travail"86038604#: builtin/grep.c:9828605msgid "find in contents not managed by git"8606msgstr "rechercher dans les contenus non gérés par git"86078608#: builtin/grep.c:9848609msgid "search in both tracked and untracked files"8610msgstr "rechercher dans les fichiers suivis et non-suivis"86118612#: builtin/grep.c:9868613msgid "ignore files specified via '.gitignore'"8614msgstr "ignorer les fichiers spécifiés via '.gitignore'"86158616#: builtin/grep.c:9888617msgid "recursively search in each submodule"8618msgstr "rechercher récursivement dans chaque sous-module"86198620#: builtin/grep.c:9908621msgid "basename"8622msgstr "nom de base"86238624#: builtin/grep.c:9918625msgid "prepend parent project's basename to output"8626msgstr "préfixer le nom de base du projet parent à la sortie"86278628#: builtin/grep.c:9948629msgid "show non-matching lines"8630msgstr "afficher les lignes qui ne correspondent pas"86318632#: builtin/grep.c:9968633msgid "case insensitive matching"8634msgstr "correspondance insensible à la casse"86358636#: builtin/grep.c:9988637msgid "match patterns only at word boundaries"8638msgstr "rechercher les motifs aux séparateurs de mots"86398640#: builtin/grep.c:10008641msgid "process binary files as text"8642msgstr "traiter les fichiers binaires comme texte"86438644#: builtin/grep.c:10028645msgid "don't match patterns in binary files"8646msgstr "ne pas chercher les motifs dans les fichiers binaires"86478648#: builtin/grep.c:10058649msgid "process binary files with textconv filters"8650msgstr "traiter les fichiers binaires avec les filtres textconv"86518652#: builtin/grep.c:10078653msgid "descend at most <depth> levels"8654msgstr "descendre au plus de <profondeur> dans l'arborescence"86558656#: builtin/grep.c:10118657msgid "use extended POSIX regular expressions"8658msgstr "utiliser des expressions régulières étendues POSIX"86598660#: builtin/grep.c:10148661msgid "use basic POSIX regular expressions (default)"8662msgstr "utiliser des expressions régulières basiques POSIX (par défaut)"86638664#: builtin/grep.c:10178665msgid "interpret patterns as fixed strings"8666msgstr "interpréter les motifs comme de chaînes fixes"86678668#: builtin/grep.c:10208669msgid "use Perl-compatible regular expressions"8670msgstr "utiliser des expressions régulières compatibles avec Perl"86718672#: builtin/grep.c:10238673msgid "show line numbers"8674msgstr "afficher les numéros de ligne"86758676#: builtin/grep.c:10248677msgid "don't show filenames"8678msgstr "ne pas pas afficher les noms de fichier"86798680#: builtin/grep.c:10258681msgid "show filenames"8682msgstr "afficher les noms de fichier"86838684#: builtin/grep.c:10278685msgid "show filenames relative to top directory"8686msgstr "afficher les noms de fichiers relativement au répertoire de base"86878688#: builtin/grep.c:10298689msgid "show only filenames instead of matching lines"8690msgstr "n'afficher que les noms de fichiers au lieu des lignes correspondant"86918692#: builtin/grep.c:10318693msgid "synonym for --files-with-matches"8694msgstr "synonyme pour --files-with-matches"86958696#: builtin/grep.c:10348697msgid "show only the names of files without match"8698msgstr "n'afficher que les noms des fichiers sans correspondance"86998700#: builtin/grep.c:10368701msgid "print NUL after filenames"8702msgstr "imprimer une caractère NUL après le noms de fichier"87038704#: builtin/grep.c:10388705msgid "show the number of matches instead of matching lines"8706msgstr "afficher le nombre de correspondances au lieu des lignes correspondant"87078708#: builtin/grep.c:10398709msgid "highlight matches"8710msgstr "mettre en évidence les correspondances"87118712#: builtin/grep.c:10418713msgid "print empty line between matches from different files"8714msgstr ""8715"imprimer une ligne vide entre les correspondances de fichiers différents"87168717#: builtin/grep.c:10438718msgid "show filename only once above matches from same file"8719msgstr ""8720"afficher le nom de fichier une fois au dessus des correspondances du même "8721"fichier"87228723#: builtin/grep.c:10468724msgid "show <n> context lines before and after matches"8725msgstr "afficher <n> lignes de contexte avant et après les correspondances"87268727#: builtin/grep.c:10498728msgid "show <n> context lines before matches"8729msgstr "afficher <n> lignes de contexte avant les correspondances"87308731#: builtin/grep.c:10518732msgid "show <n> context lines after matches"8733msgstr "afficher <n> lignes de contexte après les correspondances"87348735#: builtin/grep.c:10538736msgid "use <n> worker threads"8737msgstr "utiliser <n> fils de travail"87388739#: builtin/grep.c:10548740msgid "shortcut for -C NUM"8741msgstr "raccourci pour -C NUM"87428743#: builtin/grep.c:10578744msgid "show a line with the function name before matches"8745msgstr ""8746"afficher une ligne avec le nom de la fonction avant les correspondances"87478748#: builtin/grep.c:10598749msgid "show the surrounding function"8750msgstr "afficher la fonction contenante"87518752#: builtin/grep.c:10628753msgid "read patterns from file"8754msgstr "lire les motifs depuis fichier"87558756#: builtin/grep.c:10648757msgid "match <pattern>"8758msgstr "rechercher <motif>"87598760#: builtin/grep.c:10668761msgid "combine patterns specified with -e"8762msgstr "combiner les motifs spécifiés par -e"87638764#: builtin/grep.c:10788765msgid "indicate hit with exit status without output"8766msgstr ""8767"indiquer des correspondances avec le code de sortie mais sans rien afficher"87688769#: builtin/grep.c:10808770msgid "show only matches from files that match all patterns"8771msgstr ""8772"n'afficher que les correspondances de fichiers qui correspondent à tous les "8773"motifs"87748775#: builtin/grep.c:10828776msgid "show parse tree for grep expression"8777msgstr "afficher l'arbre d'analyse pour le motif grep"87788779#: builtin/grep.c:10868780msgid "pager"8781msgstr "pagineur"87828783#: builtin/grep.c:10868784msgid "show matching files in the pager"8785msgstr "afficher les fichiers correspondant dans le pagineur"87868787#: builtin/grep.c:10898788msgid "allow calling of grep(1) (ignored by this build)"8789msgstr "permettre l'appel de grep(1) (ignoré par ce build)"87908791#: builtin/grep.c:11538792msgid "no pattern given."8793msgstr "aucun motif fourni."87948795#: builtin/grep.c:11898796msgid "--no-index or --untracked cannot be used with revs"8797msgstr ""8798"--no-index ou --untracked ne peuvent pas être utilisés avec des révisions"87998800#: builtin/grep.c:11958801#, c-format8802msgid "unable to resolve revision: %s"8803msgstr "impossible de résoudre la révision : %s"88048805#: builtin/grep.c:1228 builtin/index-pack.c:14858806#, c-format8807msgid "invalid number of threads specified (%d)"8808msgstr "nombre de fils spécifié invalide (%d)"88098810#: builtin/grep.c:12518811msgid "--open-files-in-pager only works on the worktree"8812msgstr "--open-files-in-pager ne fonctionne que sur la copie de travail"88138814#: builtin/grep.c:12748815msgid "option not supported with --recurse-submodules."8816msgstr "option non supportée avec --recurse-submodules."88178818#: builtin/grep.c:12808819msgid "--cached or --untracked cannot be used with --no-index."8820msgstr "--cached ou --untracked ne peuvent pas être utilisés avec --no-index."88218822#: builtin/grep.c:12868823msgid "--[no-]exclude-standard cannot be used for tracked contents."8824msgstr ""8825"--[no-]exclude-standard ne peut pas être utilisé avec du contenu suivi."88268827#: builtin/grep.c:12948828msgid "both --cached and trees are given."8829msgstr "--cached et des arbres sont fournis en même temps."88308831#: builtin/hash-object.c:818832msgid ""8833"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "8834"[--] <file>..."8835msgstr ""8836"git hash-object [-t <type>] [-w] [--path=<fichier> | --no-filters] [--stdin] "8837"[--] <fichier>..."88388839#: builtin/hash-object.c:828840msgid "git hash-object --stdin-paths"8841msgstr "git hash-object --stdin-paths"88428843#: builtin/hash-object.c:948844msgid "type"8845msgstr "type"88468847#: builtin/hash-object.c:948848msgid "object type"8849msgstr "type d'objet"88508851#: builtin/hash-object.c:958852msgid "write the object into the object database"8853msgstr "écrire l'objet dans la base de donnée d'objets"88548855#: builtin/hash-object.c:978856msgid "read the object from stdin"8857msgstr "lire l'objet depuis l'entrée standard"88588859#: builtin/hash-object.c:998860msgid "store file as is without filters"8861msgstr "stocker le fichier tel quel sans filtrage"88628863#: builtin/hash-object.c:1008864msgid ""8865"just hash any random garbage to create corrupt objects for debugging Git"8866msgstr ""8867"juste hasher n'importe quel contenu pour créer des objets corrompus pour "8868"debugger Git"88698870#: builtin/hash-object.c:1018871msgid "process file as it were from this path"8872msgstr "traiter le fichier comme s'il venait de ce chemin"88738874#: builtin/help.c:428875msgid "print all available commands"8876msgstr "afficher toutes les commandes disponibles"88778878#: builtin/help.c:438879msgid "exclude guides"8880msgstr "exclure les guides"88818882#: builtin/help.c:448883msgid "print list of useful guides"8884msgstr "afficher une liste de guides utiles"88858886#: builtin/help.c:458887msgid "show man page"8888msgstr "afficher la page de manuel"88898890#: builtin/help.c:468891msgid "show manual in web browser"8892msgstr "afficher le manuel dans un navigateur web"88938894#: builtin/help.c:488895msgid "show info page"8896msgstr "afficher la page info"88978898#: builtin/help.c:548899msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"8900msgstr "git help [--all] [--guides] [--man | --web | --info] [<commande>]"89018902#: builtin/help.c:668903#, c-format8904msgid "unrecognized help format '%s'"8905msgstr "format d'aide non reconnu '%s'"89068907#: builtin/help.c:938908msgid "Failed to start emacsclient."8909msgstr "échec de démarrage d'emacsclient."89108911#: builtin/help.c:1068912msgid "Failed to parse emacsclient version."8913msgstr "échec d'analyse de la version d'emacsclient."89148915#: builtin/help.c:1148916#, c-format8917msgid "emacsclient version '%d' too old (< 22)."8918msgstr "la version d'emacsclient '%d' est trop ancienne (<22)."89198920#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:1708921#, c-format8922msgid "failed to exec '%s'"8923msgstr "échec de l'exécution de '%s'"89248925#: builtin/help.c:2078926#, c-format8927msgid ""8928"'%s': path for unsupported man viewer.\n"8929"Please consider using 'man.<tool>.cmd' instead."8930msgstr ""8931"'%s' : chemin pour l'utilitaire de visualisation de manuel non supporté.\n"8932"Veuillez utiliser plutôt 'man.<outil>.cmd'."89338934#: builtin/help.c:2198935#, c-format8936msgid ""8937"'%s': cmd for supported man viewer.\n"8938"Please consider using 'man.<tool>.path' instead."8939msgstr ""8940"'%s' : chemin pour l'utilitaire de visualisation de manuel supporté.\n"8941"Veuillez utiliser plutôt 'man.<outil>.cmd'."89428943#: builtin/help.c:3368944#, c-format8945msgid "'%s': unknown man viewer."8946msgstr "'%s' : visualiseur de manuel inconnu."89478948#: builtin/help.c:3538949msgid "no man viewer handled the request"8950msgstr "aucun visualiseur de manuel n'a pris en charge la demande"89518952#: builtin/help.c:3618953msgid "no info viewer handled the request"8954msgstr "aucun visualiseur de 'info' n'a pris en charge la demande"89558956#: builtin/help.c:4038957msgid "Defining attributes per path"8958msgstr "Définition des attributs par chemin"89598960#: builtin/help.c:4048961msgid "Everyday Git With 20 Commands Or So"8962msgstr "Git de tous les jours avec à peu près 20 commandes"89638964#: builtin/help.c:4058965msgid "A Git glossary"8966msgstr "Un glossaire Git"89678968#: builtin/help.c:4068969msgid "Specifies intentionally untracked files to ignore"8970msgstr "Spécifie les fichiers non-suivis à ignorer intentionnellement"89718972#: builtin/help.c:4078973msgid "Defining submodule properties"8974msgstr "Définition des propriétés de sous-module"89758976#: builtin/help.c:4088977msgid "Specifying revisions and ranges for Git"8978msgstr "Spécification des révisions et portées pour Git"89798980#: builtin/help.c:4098981msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"8982msgstr ""8983"Une introduction pratique à Git (pour les versions 1.5.1 et supérieures)"89848985#: builtin/help.c:4108986msgid "An overview of recommended workflows with Git"8987msgstr "Un aperçu des flux de travail recommandés avec Git"89888989#: builtin/help.c:4228990msgid "The common Git guides are:\n"8991msgstr "Les guides Git populaires sont : \n"89928993#: builtin/help.c:4408994#, c-format8995msgid "`git %s' is aliased to `%s'"8996msgstr "`git %s\" est un alias de `%s'"89978998#: builtin/help.c:462 builtin/help.c:4798999#, c-format9000msgid "usage: %s%s"9001msgstr "usage : %s%s"90029003#: builtin/index-pack.c:1549004#, c-format9005msgid "unable to open %s"9006msgstr "impossible d'ouvrir %s"90079008#: builtin/index-pack.c:2049009#, c-format9010msgid "object type mismatch at %s"9011msgstr "type d'objet non correspondant à %s"90129013#: builtin/index-pack.c:2249014#, c-format9015msgid "did not receive expected object %s"9016msgstr "objet attendu non reçu %s"90179018#: builtin/index-pack.c:2279019#, c-format9020msgid "object %s: expected type %s, found %s"9021msgstr "objet %s : type attendu %s, reçu %s"90229023#: builtin/index-pack.c:2699024#, c-format9025msgid "cannot fill %d byte"9026msgid_plural "cannot fill %d bytes"9027msgstr[0] "impossible de remplir %d octet"9028msgstr[1] "impossible de remplir %d octets"90299030#: builtin/index-pack.c:2799031msgid "early EOF"9032msgstr "fin de fichier prématurée"90339034#: builtin/index-pack.c:2809035msgid "read error on input"9036msgstr "erreur de lecture sur l'entrée"90379038#: builtin/index-pack.c:2929039msgid "used more bytes than were available"9040msgstr "plus d'octets utilisés que disponibles"90419042#: builtin/index-pack.c:2999043msgid "pack too large for current definition of off_t"9044msgstr "le paquet est trop grand pour la définition actuelle de off_t"90459046#: builtin/index-pack.c:302 builtin/unpack-objects.c:929047msgid "pack exceeds maximum allowed size"9048msgstr "le paquet dépasse la taille maximale permise"90499050#: builtin/index-pack.c:3179051#, c-format9052msgid "unable to create '%s'"9053msgstr "impossible de créer '%s'"90549055#: builtin/index-pack.c:3239056#, c-format9057msgid "cannot open packfile '%s'"9058msgstr "impossible d'ouvrir le fichier paquet '%s'"90599060#: builtin/index-pack.c:3379061msgid "pack signature mismatch"9062msgstr "la signature du paquet ne correspond pas"90639064#: builtin/index-pack.c:3399065#, c-format9066msgid "pack version %<PRIu32> unsupported"9067msgstr "la version de paquet %<PRIu32> non supportée"90689069#: builtin/index-pack.c:3579070#, c-format9071msgid "pack has bad object at offset %<PRIuMAX>: %s"9072msgstr "le paquet a un mauvais objet à l'offset %<PRIuMAX> : %s"90739074#: builtin/index-pack.c:4799075#, c-format9076msgid "inflate returned %d"9077msgstr "la décompression (inflate) a retourné %d"90789079#: builtin/index-pack.c:5289080msgid "offset value overflow for delta base object"9081msgstr "dépassement de la valeur d'offset pour l'objet delta de base"90829083#: builtin/index-pack.c:5369084msgid "delta base offset is out of bound"9085msgstr "l'objet delta de base est hors limite"90869087#: builtin/index-pack.c:5449088#, c-format9089msgid "unknown object type %d"9090msgstr "type d'objet inconnu %d"90919092#: builtin/index-pack.c:5759093msgid "cannot pread pack file"9094msgstr "impossible de lire (pread) le fichier paquet"90959096#: builtin/index-pack.c:5779097#, c-format9098msgid "premature end of pack file, %<PRIuMAX> byte missing"9099msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"9100msgstr[0] "fin prématurée du fichier paquet, %<PRIuMAX> octet lu"9101msgstr[1] "fin prématurée du fichier paquet, %<PRIuMAX> octets lus"91029103#: builtin/index-pack.c:6039104msgid "serious inflate inconsistency"9105msgstr "grave incohérence dans la décompression (inflate)"91069107#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:7789108#: builtin/index-pack.c:816 builtin/index-pack.c:8259109#, c-format9110msgid "SHA1 COLLISION FOUND WITH %s !"9111msgstr "COLLISION SHA1 TROUVÉE AVEC %s !"91129113#: builtin/index-pack.c:752 builtin/pack-objects.c:1649114#: builtin/pack-objects.c:2579115#, c-format9116msgid "unable to read %s"9117msgstr "impossible de lire %s"91189119#: builtin/index-pack.c:8149120#, c-format9121msgid "cannot read existing object info %s"9122msgstr "impossible de lire l'information existante de l'objet %s"91239124#: builtin/index-pack.c:8229125#, c-format9126msgid "cannot read existing object %s"9127msgstr "impossible de lire l'objet existant %s"91289129#: builtin/index-pack.c:8369130#, c-format9131msgid "invalid blob object %s"9132msgstr "objet blob invalide %s"91339134#: builtin/index-pack.c:8509135#, c-format9136msgid "invalid %s"9137msgstr "%s invalide"91389139#: builtin/index-pack.c:8539140msgid "Error in object"9141msgstr "Erreur dans l'objet"91429143#: builtin/index-pack.c:8559144#, c-format9145msgid "Not all child objects of %s are reachable"9146msgstr "Tous les objets enfants de %s ne sont pas accessibles"91479148#: builtin/index-pack.c:927 builtin/index-pack.c:9589149msgid "failed to apply delta"9150msgstr "échec d'application du delta"91519152#: builtin/index-pack.c:11289153msgid "Receiving objects"9154msgstr "Réception d'objets"91559156#: builtin/index-pack.c:11289157msgid "Indexing objects"9158msgstr "Indexation d'objets"91599160#: builtin/index-pack.c:11609161msgid "pack is corrupted (SHA1 mismatch)"9162msgstr "le paquet est corrompu (SHA1 ne correspond pas)"91639164#: builtin/index-pack.c:11659165msgid "cannot fstat packfile"9166msgstr "impossible d'obtenir le statut (fstat) du fichier paquet"91679168#: builtin/index-pack.c:11689169msgid "pack has junk at the end"9170msgstr "le paquet est invalide à la fin"91719172#: builtin/index-pack.c:11799173msgid "confusion beyond insanity in parse_pack_objects()"9174msgstr "confusion extrême dans parse_pack_objects()"91759176#: builtin/index-pack.c:12029177msgid "Resolving deltas"9178msgstr "Résolution des deltas"91799180#: builtin/index-pack.c:12139181#, c-format9182msgid "unable to create thread: %s"9183msgstr "impossible de créer le fil : %s"91849185#: builtin/index-pack.c:12559186msgid "confusion beyond insanity"9187msgstr "confusion extrême"91889189#: builtin/index-pack.c:12619190#, c-format9191msgid "completed with %d local object"9192msgid_plural "completed with %d local objects"9193msgstr[0] "complété avec %d objet local"9194msgstr[1] "complété avec %d objets locaux"91959196#: builtin/index-pack.c:12739197#, c-format9198msgid "Unexpected tail checksum for %s (disk corruption?)"9199msgstr ""9200"Somme de contrôle de fin inattendue pour %s (corruption sur le disque ?)"92019202#: builtin/index-pack.c:12779203#, c-format9204msgid "pack has %d unresolved delta"9205msgid_plural "pack has %d unresolved deltas"9206msgstr[0] "le paquet a %d delta non résolu"9207msgstr[1] "le paquet a %d deltas non résolus"92089209#: builtin/index-pack.c:13019210#, c-format9211msgid "unable to deflate appended object (%d)"9212msgstr "impossible de compresser l'objet ajouté (%d)"92139214#: builtin/index-pack.c:13779215#, c-format9216msgid "local object %s is corrupt"9217msgstr "l'objet local %s est corrompu"92189219#: builtin/index-pack.c:14039220msgid "error while closing pack file"9221msgstr "erreur en fermeture du fichier paquet"92229223#: builtin/index-pack.c:14159224#, c-format9225msgid "cannot write keep file '%s'"9226msgstr "impossible d'écrire le fichier \"keep\" '%s'"92279228#: builtin/index-pack.c:14239229#, c-format9230msgid "cannot close written keep file '%s'"9231msgstr "impossible de fermer le fichier \"keep\" '%s'"92329233#: builtin/index-pack.c:14339234msgid "cannot store pack file"9235msgstr "impossible de stocker le fichier paquet"92369237#: builtin/index-pack.c:14419238msgid "cannot store index file"9239msgstr "impossible de stocker le fichier d'index"92409241#: builtin/index-pack.c:14799242#, c-format9243msgid "bad pack.indexversion=%<PRIu32>"9244msgstr "mauvais pack.indexversion=%<PRIu32>"92459246#: builtin/index-pack.c:1489 builtin/index-pack.c:16869247#, c-format9248msgid "no threads support, ignoring %s"9249msgstr "pas de support des fils, ignore %s"92509251#: builtin/index-pack.c:15479252#, c-format9253msgid "Cannot open existing pack file '%s'"9254msgstr "Impossible d'ouvrir le fichier paquet existant '%s'"92559256#: builtin/index-pack.c:15499257#, c-format9258msgid "Cannot open existing pack idx file for '%s'"9259msgstr "Impossible d'ouvrir le fichier paquet d'index existant pour '%s'"92609261#: builtin/index-pack.c:15969262#, c-format9263msgid "non delta: %d object"9264msgid_plural "non delta: %d objects"9265msgstr[0] "pas un delta : %d objet"9266msgstr[1] "pas un delta : %d objets"92679268#: builtin/index-pack.c:16039269#, c-format9270msgid "chain length = %d: %lu object"9271msgid_plural "chain length = %d: %lu objects"9272msgstr[0] "longueur chaînée = %d : %lu objet"9273msgstr[1] "longueur chaînée = %d : %lu objets"92749275#: builtin/index-pack.c:16169276#, c-format9277msgid "packfile name '%s' does not end with '.pack'"9278msgstr "le nom de fichier paquet '%s' ne se termine pas par '.pack'"92799280#: builtin/index-pack.c:1698 builtin/index-pack.c:17019281#: builtin/index-pack.c:1717 builtin/index-pack.c:17219282#, c-format9283msgid "bad %s"9284msgstr "mauvais %s"92859286#: builtin/index-pack.c:17379287msgid "--fix-thin cannot be used without --stdin"9288msgstr "--fix-thin ne peut pas être utilisé sans --stdin"92899290#: builtin/index-pack.c:17399291msgid "--stdin requires a git repository"9292msgstr "--stdin requiert un dépôt git"92939294#: builtin/index-pack.c:17479295msgid "--verify with no packfile name given"9296msgstr "--verify sans nom de fichier paquet donné"92979298#: builtin/init-db.c:549299#, c-format9300msgid "cannot stat '%s'"9301msgstr "impossible de faire un stat de '%s'"93029303#: builtin/init-db.c:609304#, c-format9305msgid "cannot stat template '%s'"9306msgstr "impossible de faire un stat du modèle '%s'"93079308#: builtin/init-db.c:659309#, c-format9310msgid "cannot opendir '%s'"9311msgstr "impossible d'ouvrir (opendir) '%s'"93129313#: builtin/init-db.c:769314#, c-format9315msgid "cannot readlink '%s'"9316msgstr "impossible de readlink '%s'"93179318#: builtin/init-db.c:789319#, c-format9320msgid "cannot symlink '%s' '%s'"9321msgstr "impossible de créer un lien symbolique de '%s' '%s'"93229323#: builtin/init-db.c:849324#, c-format9325msgid "cannot copy '%s' to '%s'"9326msgstr "impossible de copier '%s' vers '%s'"93279328#: builtin/init-db.c:889329#, c-format9330msgid "ignoring template %s"9331msgstr "modèle %s ignoré"93329333#: builtin/init-db.c:1199334#, c-format9335msgid "templates not found %s"9336msgstr "modèles non trouvés %s"93379338#: builtin/init-db.c:1349339#, c-format9340msgid "not copying templates from '%s': %s"9341msgstr "pas de copie des modèles depuis '%s' : %s"93429343#: builtin/init-db.c:3279344#, c-format9345msgid "unable to handle file type %d"9346msgstr "impossible de traiter le fichier de type %d"93479348#: builtin/init-db.c:3309349#, c-format9350msgid "unable to move %s to %s"9351msgstr "impossible de déplacer %s vers %s"93529353#: builtin/init-db.c:347 builtin/init-db.c:3509354#, c-format9355msgid "%s already exists"9356msgstr "%s existe déjà"93579358#: builtin/init-db.c:4039359#, c-format9360msgid "Reinitialized existing shared Git repository in %s%s\n"9361msgstr "Dépôt Git existant partagé réinitialisé dans %s%s\n"93629363#: builtin/init-db.c:4049364#, c-format9365msgid "Reinitialized existing Git repository in %s%s\n"9366msgstr "Dépôt Git existant réinitialisé dans %s%s\n"93679368#: builtin/init-db.c:4089369#, c-format9370msgid "Initialized empty shared Git repository in %s%s\n"9371msgstr "Dépôt Git vide partagé initialisé dans %s%s\n"93729373#: builtin/init-db.c:4099374#, c-format9375msgid "Initialized empty Git repository in %s%s\n"9376msgstr "Dépôt Git vide initialisé dans %s%s\n"93779378#: builtin/init-db.c:4579379msgid ""9380"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9381"shared[=<permissions>]] [<directory>]"9382msgstr ""9383"git init [-q | --quiet] [--bare] [--template=<répertoire-modèle>] [--"9384"shared[=<permissions>]] [<répertoire>]"93859386#: builtin/init-db.c:4809387msgid "permissions"9388msgstr "permissions"93899390#: builtin/init-db.c:4819391msgid "specify that the git repository is to be shared amongst several users"9392msgstr "spécifier que le dépôt git sera partagé entre plusieurs utilisateurs"93939394#: builtin/init-db.c:515 builtin/init-db.c:5209395#, c-format9396msgid "cannot mkdir %s"9397msgstr "impossible de créer le répertoire (mkdir) %s"93989399#: builtin/init-db.c:5249400#, c-format9401msgid "cannot chdir to %s"9402msgstr "impossible de se déplacer vers le répertoire (chdir) %s"94039404#: builtin/init-db.c:5459405#, c-format9406msgid ""9407"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9408"dir=<directory>)"9409msgstr ""9410"%s (ou --work-tree=<répertoire>) n'est pas autorisé sans spécifier %s (ou --"9411"git-dir=<répertoire>)"94129413#: builtin/init-db.c:5739414#, c-format9415msgid "Cannot access work tree '%s'"9416msgstr "Impossible d'accéder à l'arbre de travail '%s'"94179418#: builtin/interpret-trailers.c:159419msgid ""9420"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9421"<token>[(=|:)<value>])...] [<file>...]"9422msgstr ""9423"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9424"<symbole>[(=|:)<valeur>])...] [<fichier>...]"94259426#: builtin/interpret-trailers.c:269427msgid "edit files in place"9428msgstr "éditer les fichiers sur place"94299430#: builtin/interpret-trailers.c:279431msgid "trim empty trailers"9432msgstr "éliminer les lignes de fin vides"94339434#: builtin/interpret-trailers.c:289435msgid "trailer"9436msgstr "ligne de fin"94379438#: builtin/interpret-trailers.c:299439msgid "trailer(s) to add"9440msgstr "ligne(s) de fin à ajouter"94419442#: builtin/interpret-trailers.c:429443msgid "no input file given for in-place editing"9444msgstr "aucun fichier en entrée pour l'éditon sur place"94459446#: builtin/log.c:449447msgid "git log [<options>] [<revision-range>] [[--] <path>...]"9448msgstr "git log [<options>] [<plage de révisions>] [[--] <chemin>...]"94499450#: builtin/log.c:459451msgid "git show [<options>] <object>..."9452msgstr "git show [<options>] <objet>..."94539454#: builtin/log.c:899455#, c-format9456msgid "invalid --decorate option: %s"9457msgstr "option --decorate invalide : %s"94589459#: builtin/log.c:1449460msgid "suppress diff output"9461msgstr "supprimer la sortie des différences"94629463#: builtin/log.c:1459464msgid "show source"9465msgstr "afficher la source"94669467#: builtin/log.c:1469468msgid "Use mail map file"9469msgstr "Utiliser le fichier de correspondance de mail"94709471#: builtin/log.c:1479472msgid "decorate options"9473msgstr "décorer les options"94749475#: builtin/log.c:1509476msgid "Process line range n,m in file, counting from 1"9477msgstr ""9478"Traiter seulement l'intervalle de lignes n,m du fichier en commençant le "9479"compte à 1"94809481#: builtin/log.c:2469482#, c-format9483msgid "Final output: %d %s\n"9484msgstr "Sortie finale : %d %s\n"94859486#: builtin/log.c:4939487#, c-format9488msgid "git show %s: bad file"9489msgstr "git show %s : fichier incorrect"94909491#: builtin/log.c:507 builtin/log.c:6019492#, c-format9493msgid "Could not read object %s"9494msgstr "Impossible de lire l'objet %s"94959496#: builtin/log.c:6259497#, c-format9498msgid "Unknown type: %d"9499msgstr "Type inconnu : %d"95009501#: builtin/log.c:7469502msgid "format.headers without value"9503msgstr "format.headers sans valeur"95049505#: builtin/log.c:8469506msgid "name of output directory is too long"9507msgstr "le nom du répertoire de sortie est trop long"95089509#: builtin/log.c:8619510#, c-format9511msgid "Cannot open patch file %s"9512msgstr "Impossible d'ouvrir le fichier correctif %s"95139514#: builtin/log.c:8759515msgid "Need exactly one range."9516msgstr "Exactement une plage nécessaire."95179518#: builtin/log.c:8859519msgid "Not a range."9520msgstr "Ceci n'est pas une plage."95219522#: builtin/log.c:9919523msgid "Cover letter needs email format"9524msgstr "La lettre de motivation doit être au format e-mail"95259526#: builtin/log.c:10719527#, c-format9528msgid "insane in-reply-to: %s"9529msgstr "in-reply-to aberrant : %s"95309531#: builtin/log.c:10989532msgid "git format-patch [<options>] [<since> | <revision-range>]"9533msgstr "git format-patch [<options>] [<depuis> | <plage de révisions>]"95349535#: builtin/log.c:11489536msgid "Two output directories?"9537msgstr "Deux répertoires de sortie ?"95389539#: builtin/log.c:1255 builtin/log.c:1898 builtin/log.c:1900 builtin/log.c:19129540#, c-format9541msgid "Unknown commit %s"9542msgstr "Commit inconnu %s"95439544#: builtin/log.c:1265 builtin/notes.c:883 builtin/tag.c:5329545#, c-format9546msgid "Failed to resolve '%s' as a valid ref."9547msgstr "Impossible de résoudre '%s' comme une référence valide."95489549#: builtin/log.c:12709550msgid "Could not find exact merge base."9551msgstr "Impossible de trouver la base de fusion exacte."95529553#: builtin/log.c:12749554msgid ""9555"Failed to get upstream, if you want to record base commit automatically,\n"9556"please use git branch --set-upstream-to to track a remote branch.\n"9557"Or you could specify base commit by --base=<base-commit-id> manually."9558msgstr ""9559"Impossible de récupérer l'amont, si vous voulez enregistrer le commit de "9560"base automatiquement,\n"9561"veuillez utiliser git branch --set-upstream-to pour suivre une branche "9562"distante\n"9563"ou vous pouvez spécifier le commit de base par --base=<id-du-commit-de-base> "9564"manuellement."95659566#: builtin/log.c:12949567msgid "Failed to find exact merge base"9568msgstr "Impossible de trouver la base de fusion exacte"95699570#: builtin/log.c:13059571msgid "base commit should be the ancestor of revision list"9572msgstr "le commit de base devrait être l'ancêtre de la liste de révisions"95739574#: builtin/log.c:13099575msgid "base commit shouldn't be in revision list"9576msgstr "le commit de base ne devrait pas faire partie de la liste de révisions"95779578#: builtin/log.c:13589579msgid "cannot get patch id"9580msgstr "impossible d'obtenir l'id du patch"95819582#: builtin/log.c:14159583msgid "use [PATCH n/m] even with a single patch"9584msgstr "utiliser [PATCH n/m] même avec un patch unique"95859586#: builtin/log.c:14189587msgid "use [PATCH] even with multiple patches"9588msgstr "utiliser [PATCH] même avec des patchs multiples"95899590#: builtin/log.c:14229591msgid "print patches to standard out"9592msgstr "afficher les patchs sur la sortie standard"95939594#: builtin/log.c:14249595msgid "generate a cover letter"9596msgstr "générer une lettre de motivation"95979598#: builtin/log.c:14269599msgid "use simple number sequence for output file names"9600msgstr ""9601"utiliser une séquence simple de nombres pour les nom des fichiers de sortie"96029603#: builtin/log.c:14279604msgid "sfx"9605msgstr "sfx"96069607#: builtin/log.c:14289608msgid "use <sfx> instead of '.patch'"9609msgstr "utiliser <sfx> au lieu de '.patch'"96109611#: builtin/log.c:14309612msgid "start numbering patches at <n> instead of 1"9613msgstr "démarrer la numérotation des patchs à <n> au lieu de 1"96149615#: builtin/log.c:14329616msgid "mark the series as Nth re-roll"9617msgstr "marquer la série comme une Nième réédition"96189619#: builtin/log.c:14349620msgid "Use [RFC PATCH] instead of [PATCH]"9621msgstr "utiliser [RFC PATCH] au lieu de [PATCH]"96229623#: builtin/log.c:14379624msgid "Use [<prefix>] instead of [PATCH]"9625msgstr "utiliser [<préfixe>] au lieu de [PATCH]"96269627#: builtin/log.c:14409628msgid "store resulting files in <dir>"9629msgstr "stocker les fichiers résultats dans <répertoire>"96309631#: builtin/log.c:14439632msgid "don't strip/add [PATCH]"9633msgstr "ne pas retirer/ajouter [PATCH]"96349635#: builtin/log.c:14469636msgid "don't output binary diffs"9637msgstr "ne pas imprimer les diffs binaires"96389639#: builtin/log.c:14489640msgid "output all-zero hash in From header"9641msgstr "écrire une empreinte à zéro dans l'entête From"96429643#: builtin/log.c:14509644msgid "don't include a patch matching a commit upstream"9645msgstr "ne pas inclure un patch correspondant à un commit amont"96469647#: builtin/log.c:14529648msgid "show patch format instead of default (patch + stat)"9649msgstr "afficher le format du patch au lieu du défaut (patch + stat)"96509651#: builtin/log.c:14549652msgid "Messaging"9653msgstr "Communication"96549655#: builtin/log.c:14559656msgid "header"9657msgstr "en-tête"96589659#: builtin/log.c:14569660msgid "add email header"9661msgstr "ajouter l'en-tête d'e-mail"96629663#: builtin/log.c:1457 builtin/log.c:14599664msgid "email"9665msgstr "e-mail"96669667#: builtin/log.c:14579668msgid "add To: header"9669msgstr "ajouter l'en-tête \"To:\""96709671#: builtin/log.c:14599672msgid "add Cc: header"9673msgstr "ajouter l'en-tête \"Cc:\""96749675#: builtin/log.c:14619676msgid "ident"9677msgstr "ident"96789679#: builtin/log.c:14629680msgid "set From address to <ident> (or committer ident if absent)"9681msgstr ""9682"renseigner l'adresse From à <ident> (ou à l'ident du validateur si absent)"96839684#: builtin/log.c:14649685msgid "message-id"9686msgstr "id-message"96879688#: builtin/log.c:14659689msgid "make first mail a reply to <message-id>"9690msgstr "répondre dans le premier message à <id-message>"96919692#: builtin/log.c:1466 builtin/log.c:14699693msgid "boundary"9694msgstr "limite"96959696#: builtin/log.c:14679697msgid "attach the patch"9698msgstr "attacher le patch"96999700#: builtin/log.c:14709701msgid "inline the patch"9702msgstr "patch à l'intérieur"97039704#: builtin/log.c:14749705msgid "enable message threading, styles: shallow, deep"9706msgstr ""9707"activer l'enfilage de message, styles : shallow (superficiel), deep (profond)"97089709#: builtin/log.c:14769710msgid "signature"9711msgstr "signature"97129713#: builtin/log.c:14779714msgid "add a signature"9715msgstr "ajouter une signature"97169717#: builtin/log.c:14789718msgid "base-commit"9719msgstr "commit-de-base"97209721#: builtin/log.c:14799722msgid "add prerequisite tree info to the patch series"9723msgstr "Ajouter un arbre prérequis à la série de patchs"97249725#: builtin/log.c:14819726msgid "add a signature from a file"9727msgstr "ajouter une signature depuis un fichier"97289729#: builtin/log.c:14829730msgid "don't print the patch filenames"9731msgstr "ne pas afficher les noms de fichiers des patchs"97329733#: builtin/log.c:15729734msgid "-n and -k are mutually exclusive."9735msgstr "-n et -k sont mutuellement exclusifs."97369737#: builtin/log.c:15749738msgid "--subject-prefix/--rfc and -k are mutually exclusive."9739msgstr "--subject-prefix/--rfc et -k sont mutuellement exclusifs."97409741#: builtin/log.c:15829742msgid "--name-only does not make sense"9743msgstr "--name-only n'a pas de sens"97449745#: builtin/log.c:15849746msgid "--name-status does not make sense"9747msgstr "--name-status n'a pas de sens"97489749#: builtin/log.c:15869750msgid "--check does not make sense"9751msgstr "--check n'a pas de sens"97529753#: builtin/log.c:16169754msgid "standard output, or directory, which one?"9755msgstr "sortie standard, ou répertoire, lequel ?"97569757#: builtin/log.c:16189758#, c-format9759msgid "Could not create directory '%s'"9760msgstr "Impossible de créer le répertoire '%s'"97619762#: builtin/log.c:17129763#, c-format9764msgid "unable to read signature file '%s'"9765msgstr "lecture du fichier de signature '%s' impossible"97669767#: builtin/log.c:17849768msgid "Failed to create output files"9769msgstr "Échec de création des fichiers en sortie"97709771#: builtin/log.c:18339772msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"9773msgstr "git cherry [-v] [<branche_amont> [<head> [<limite>]]]"97749775#: builtin/log.c:18879776#, c-format9777msgid ""9778"Could not find a tracked remote branch, please specify <upstream> manually.\n"9779msgstr ""9780"Impossible de trouver une branche distante suivie, merci de spécifier "9781"<branche_amont> manuellement.\n"97829783#: builtin/ls-files.c:4689784msgid "git ls-files [<options>] [<file>...]"9785msgstr "git ls-files [<options>] [<fichier>...]"97869787#: builtin/ls-files.c:5179788msgid "identify the file status with tags"9789msgstr "identifier le statut de fichier avec les étiquettes"97909791#: builtin/ls-files.c:5199792msgid "use lowercase letters for 'assume unchanged' files"9793msgstr "utiliser des minuscules pour les fichier 'assumés inchangés'"97949795#: builtin/ls-files.c:5219796msgid "show cached files in the output (default)"9797msgstr "afficher les fichiers mis en cache dans la sortie (défaut)"97989799#: builtin/ls-files.c:5239800msgid "show deleted files in the output"9801msgstr "afficher les fichiers supprimés dans la sortie"98029803#: builtin/ls-files.c:5259804msgid "show modified files in the output"9805msgstr "afficher les fichiers modifiés dans la sortie"98069807#: builtin/ls-files.c:5279808msgid "show other files in the output"9809msgstr "afficher les autres fichiers dans la sortie"98109811#: builtin/ls-files.c:5299812msgid "show ignored files in the output"9813msgstr "afficher les fichiers ignorés dans la sortie"98149815#: builtin/ls-files.c:5329816msgid "show staged contents' object name in the output"9817msgstr "afficher les nom des objets indexés dans la sortie"98189819#: builtin/ls-files.c:5349820msgid "show files on the filesystem that need to be removed"9821msgstr ""9822"afficher les fichiers du système de fichiers qui ont besoin d'être supprimés"98239824#: builtin/ls-files.c:5369825msgid "show 'other' directories' names only"9826msgstr "afficher seulement les noms des répertoires 'other'"98279828#: builtin/ls-files.c:5389829msgid "show line endings of files"9830msgstr "afficher les fins de lignes des fichiers"98319832#: builtin/ls-files.c:5409833msgid "don't show empty directories"9834msgstr "ne pas afficher les répertoires vides"98359836#: builtin/ls-files.c:5439837msgid "show unmerged files in the output"9838msgstr "afficher les fichiers non fusionnés dans la sortie"98399840#: builtin/ls-files.c:5459841msgid "show resolve-undo information"9842msgstr "afficher l'information resolv-undo"98439844#: builtin/ls-files.c:5479845msgid "skip files matching pattern"9846msgstr "sauter les fichiers correspondant au motif"98479848#: builtin/ls-files.c:5509849msgid "exclude patterns are read from <file>"9850msgstr "les motifs d'exclusion sont lus depuis <fichier>"98519852#: builtin/ls-files.c:5539853msgid "read additional per-directory exclude patterns in <file>"9854msgstr "lire des motifs d'exclusion additionnels par répertoire dans <fichier>"98559856#: builtin/ls-files.c:5559857msgid "add the standard git exclusions"9858msgstr "ajouter les exclusions git standard"98599860#: builtin/ls-files.c:5589861msgid "make the output relative to the project top directory"9862msgstr "afficher en relatif par rapport au répertoire racine du projet"98639864#: builtin/ls-files.c:5619865msgid "recurse through submodules"9866msgstr "parcourir récursivement les sous-modules"98679868#: builtin/ls-files.c:5639869msgid "if any <file> is not in the index, treat this as an error"9870msgstr "si un <fichier> n'est pas dans l'index, traiter cela comme une erreur"98719872#: builtin/ls-files.c:5649873msgid "tree-ish"9874msgstr "arbre ou apparenté"98759876#: builtin/ls-files.c:5659877msgid "pretend that paths removed since <tree-ish> are still present"9878msgstr ""9879"considérer que les chemins supprimés depuis <arbre ou apparenté> sont "9880"toujours présents"98819882#: builtin/ls-files.c:5679883msgid "show debugging data"9884msgstr "afficher les données de débogage"98859886#: builtin/ls-remote.c:79887msgid ""9888"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"9889" [-q | --quiet] [--exit-code] [--get-url]\n"9890" [--symref] [<repository> [<refs>...]]"9891msgstr ""9892"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"9893" [-q | --quiet] [--exit-code] [--get-url]\n"9894" [--symref] [<dépôt> [<références>...]]"98959896#: builtin/ls-remote.c:529897msgid "do not print remote URL"9898msgstr "ne pas afficher les URL distantes"98999900#: builtin/ls-remote.c:53 builtin/ls-remote.c:559901msgid "exec"9902msgstr "exécutable"99039904#: builtin/ls-remote.c:54 builtin/ls-remote.c:569905msgid "path of git-upload-pack on the remote host"9906msgstr "chemin vers git-upload-pack sur le serveur distant"99079908#: builtin/ls-remote.c:589909msgid "limit to tags"9910msgstr "limiter aux étiquettes"99119912#: builtin/ls-remote.c:599913msgid "limit to heads"9914msgstr "limiter aux heads"99159916#: builtin/ls-remote.c:609917msgid "do not show peeled tags"9918msgstr "ne pas afficher les étiquettes pelées"99199920#: builtin/ls-remote.c:629921msgid "take url.<base>.insteadOf into account"9922msgstr "prendre en compte url.<base>.insteadOf"99239924#: builtin/ls-remote.c:649925msgid "exit with exit code 2 if no matching refs are found"9926msgstr ""9927"sortir avec un code d'erreur 2 si aucune correspondance de référence n'est "9928"trouvée"99299930#: builtin/ls-remote.c:669931msgid "show underlying ref in addition to the object pointed by it"9932msgstr "afficher la réf sous-jacente en plus de l'objet pointé par elle"99339934#: builtin/ls-tree.c:289935msgid "git ls-tree [<options>] <tree-ish> [<path>...]"9936msgstr "git ls-tree [<options>] <arbre ou apparenté> [<chemin>...]"99379938#: builtin/ls-tree.c:1269939msgid "only show trees"9940msgstr "afficher seulement les arbres"99419942#: builtin/ls-tree.c:1289943msgid "recurse into subtrees"9944msgstr "parcourir les sous-arbres"99459946#: builtin/ls-tree.c:1309947msgid "show trees when recursing"9948msgstr "afficher les arbres en les parcourant"99499950#: builtin/ls-tree.c:1339951msgid "terminate entries with NUL byte"9952msgstr "terminer les éléments avec un octet NUL"99539954#: builtin/ls-tree.c:1349955msgid "include object size"9956msgstr "inclure la taille d'objet"99579958#: builtin/ls-tree.c:136 builtin/ls-tree.c:1389959msgid "list only filenames"9960msgstr "afficher seulement les noms de fichiers"99619962#: builtin/ls-tree.c:1419963msgid "use full path names"9964msgstr "utiliser les noms de chemins complets"99659966#: builtin/ls-tree.c:1439967msgid "list entire tree; not just current directory (implies --full-name)"9968msgstr ""9969"afficher l'arbre entier ; pas seulement le répertoire courant (implique --"9970"full-name)"99719972#: builtin/merge.c:469973msgid "git merge [<options>] [<commit>...]"9974msgstr "git merge [<options>] [<commit>...]"99759976#: builtin/merge.c:479977msgid "git merge --abort"9978msgstr "git merge --abort"99799980#: builtin/merge.c:489981msgid "git merge --continue"9982msgstr "git merge --continue"99839984#: builtin/merge.c:1039985msgid "switch `m' requires a value"9986msgstr "le commutateur `m' a besoin d'une valeur"99879988#: builtin/merge.c:1409989#, c-format9990msgid "Could not find merge strategy '%s'.\n"9991msgstr "Impossible de trouver la stratégie de fusion '%s'.\n"99929993#: builtin/merge.c:1419994#, c-format9995msgid "Available strategies are:"9996msgstr "Les stratégies disponibles sont :"99979998#: builtin/merge.c:1469999#, c-format10000msgid "Available custom strategies are:"10001msgstr "Les stratégies personnalisées sont :"1000210003#: builtin/merge.c:196 builtin/pull.c:12710004msgid "do not show a diffstat at the end of the merge"10005msgstr "ne pas afficher un diffstat à la fin de la fusion"1000610007#: builtin/merge.c:199 builtin/pull.c:13010008msgid "show a diffstat at the end of the merge"10009msgstr "afficher un diffstat à la fin de la fusion"1001010011#: builtin/merge.c:200 builtin/pull.c:13310012msgid "(synonym to --stat)"10013msgstr "(synonyme de --stat)"1001410015#: builtin/merge.c:202 builtin/pull.c:13610016msgid "add (at most <n>) entries from shortlog to merge commit message"10017msgstr ""10018"ajouter (au plus <n>) éléments du journal court au message de validation de "10019"la fusion"1002010021#: builtin/merge.c:205 builtin/pull.c:13910022msgid "create a single commit instead of doing a merge"10023msgstr "créer une validation unique au lieu de faire une fusion"1002410025#: builtin/merge.c:207 builtin/pull.c:14210026msgid "perform a commit if the merge succeeds (default)"10027msgstr "effectuer une validation si la fusion réussit (défaut)"1002810029#: builtin/merge.c:209 builtin/pull.c:14510030msgid "edit message before committing"10031msgstr "éditer le message avant la validation"1003210033#: builtin/merge.c:21010034msgid "allow fast-forward (default)"10035msgstr "autoriser l'avance rapide (défaut)"1003610037#: builtin/merge.c:212 builtin/pull.c:15110038msgid "abort if fast-forward is not possible"10039msgstr "abandonner si l'avance rapide n'est pas possible"1004010041#: builtin/merge.c:216 builtin/pull.c:15410042msgid "verify that the named commit has a valid GPG signature"10043msgstr "vérifier que le commit nommé a une signature GPG valide"1004410045#: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:15810046#: builtin/revert.c:10810047msgid "strategy"10048msgstr "stratégie"1004910050#: builtin/merge.c:218 builtin/pull.c:15910051msgid "merge strategy to use"10052msgstr "stratégie de fusion à utiliser"1005310054#: builtin/merge.c:219 builtin/pull.c:16210055msgid "option=value"10056msgstr "option=valeur"1005710058#: builtin/merge.c:220 builtin/pull.c:16310059msgid "option for selected merge strategy"10060msgstr "option pour la stratégie de fusion sélectionnée"1006110062#: builtin/merge.c:22210063msgid "merge commit message (for a non-fast-forward merge)"10064msgstr ""10065"message de validation de la fusion (pour une fusion sans avance rapide)"1006610067#: builtin/merge.c:22610068msgid "abort the current in-progress merge"10069msgstr "abandonner la fusion en cours"1007010071#: builtin/merge.c:22810072msgid "continue the current in-progress merge"10073msgstr "continuer la fusion en cours"1007410075#: builtin/merge.c:230 builtin/pull.c:17010076msgid "allow merging unrelated histories"10077msgstr "permettre la fusion d'historiques sans rapport"1007810079#: builtin/merge.c:25810080msgid "could not run stash."10081msgstr "impossible de lancer le remisage."1008210083#: builtin/merge.c:26310084msgid "stash failed"10085msgstr "échec du remisage"1008610087#: builtin/merge.c:26810088#, c-format10089msgid "not a valid object: %s"10090msgstr "pas un objet valide : %s"1009110092#: builtin/merge.c:287 builtin/merge.c:30410093msgid "read-tree failed"10094msgstr "read-tree a échoué"1009510096#: builtin/merge.c:33410097msgid " (nothing to squash)"10098msgstr " (rien à compresser)"1009910100#: builtin/merge.c:34510101#, c-format10102msgid "Squash commit -- not updating HEAD\n"10103msgstr "Validation compressée -- HEAD non mise à jour\n"1010410105#: builtin/merge.c:39510106#, c-format10107msgid "No merge message -- not updating HEAD\n"10108msgstr "Pas de message de fusion -- pas de mise à jour de HEAD\n"1010910110#: builtin/merge.c:44610111#, c-format10112msgid "'%s' does not point to a commit"10113msgstr "'%s' ne pointe pas sur un commit"1011410115#: builtin/merge.c:53610116#, c-format10117msgid "Bad branch.%s.mergeoptions string: %s"10118msgstr "Mauvaise chaîne branch.%s.mergeoptions : %s"1011910120#: builtin/merge.c:65610121msgid "Not handling anything other than two heads merge."10122msgstr "Impossible de gérer autre chose que la fusion de deux têtes."1012310124#: builtin/merge.c:67010125#, c-format10126msgid "Unknown option for merge-recursive: -X%s"10127msgstr "Options inconnue pour merge-recursive : -X%s"1012810129#: builtin/merge.c:68510130#, c-format10131msgid "unable to write %s"10132msgstr "impossible d'écrire %s"1013310134#: builtin/merge.c:73710135#, c-format10136msgid "Could not read from '%s'"10137msgstr "Impossible de lire depuis '%s'"1013810139#: builtin/merge.c:74610140#, c-format10141msgid "Not committing merge; use 'git commit' to complete the merge.\n"10142msgstr ""10143"Pas de validation de la fusion ; utilisez 'git commit' pour terminer la "10144"fusion.\n"1014510146#: builtin/merge.c:75210147#, c-format10148msgid ""10149"Please enter a commit message to explain why this merge is necessary,\n"10150"especially if it merges an updated upstream into a topic branch.\n"10151"\n"10152"Lines starting with '%c' will be ignored, and an empty message aborts\n"10153"the commit.\n"10154msgstr ""10155"Veuillez entrer un message de validation pour expliquer en quoi cette fusion "10156"est\n"10157"nécessaire, surtout si cela fusionne une branche amont mise à jour dans une "10158"branche de sujet.\n"10159"\n"10160"Les lignes commençant par '%c' seront ignorées, et un message vide\n"10161"abandonne la validation.\n"1016210163#: builtin/merge.c:77610164msgid "Empty commit message."10165msgstr "Message de validation vide."1016610167#: builtin/merge.c:79610168#, c-format10169msgid "Wonderful.\n"10170msgstr "Merveilleux.\n"1017110172#: builtin/merge.c:85110173#, c-format10174msgid "Automatic merge failed; fix conflicts and then commit the result.\n"10175msgstr ""10176"La fusion automatique a échoué ; réglez les conflits et validez le "10177"résultat.\n"1017810179#: builtin/merge.c:89010180msgid "No current branch."10181msgstr "Pas de branche courante."1018210183#: builtin/merge.c:89210184msgid "No remote for the current branch."10185msgstr "Pas de branche distante pour la branche courante."1018610187#: builtin/merge.c:89410188msgid "No default upstream defined for the current branch."10189msgstr "Pas de branche amont par défaut définie pour la branche courante."1019010191#: builtin/merge.c:89910192#, c-format10193msgid "No remote-tracking branch for %s from %s"10194msgstr "Pas de branche de suivi pour %s depuis %s"1019510196#: builtin/merge.c:94610197#, c-format10198msgid "Bad value '%s' in environment '%s'"10199msgstr "Mauvaise valeur '%s' dans l'environnement '%s'"1020010201#: builtin/merge.c:102010202#, c-format10203msgid "could not close '%s'"10204msgstr "impossible de fermer '%s'"1020510206#: builtin/merge.c:104710207#, c-format10208msgid "not something we can merge in %s: %s"10209msgstr "pas possible de fusionner ceci dans %s : %s"1021010211#: builtin/merge.c:108110212msgid "not something we can merge"10213msgstr "pas possible de fusionner ceci"1021410215#: builtin/merge.c:114610216msgid "--abort expects no arguments"10217msgstr "--abort n'accepte pas d'argument"1021810219#: builtin/merge.c:115010220msgid "There is no merge to abort (MERGE_HEAD missing)."10221msgstr "Il n'y a pas de fusion à abandonner (MERGE_HEAD manquant)."1022210223#: builtin/merge.c:116210224msgid "--continue expects no arguments"10225msgstr "--continue ne supporte aucun argument"1022610227#: builtin/merge.c:116610228msgid "There is no merge in progress (MERGE_HEAD missing)."10229msgstr "Il n'y a pas de fusion en cours (MERGE_HEAD manquant)."1023010231#: builtin/merge.c:118210232msgid ""10233"You have not concluded your merge (MERGE_HEAD exists).\n"10234"Please, commit your changes before you merge."10235msgstr ""10236"Vous n'avez pas terminé votre fusion (MERGE_HEAD existe).\n"10237"Veuillez valider vos modifications avant de pouvoir fusionner."1023810239#: builtin/merge.c:118910240msgid ""10241"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"10242"Please, commit your changes before you merge."10243msgstr ""10244"Vous n'avez pas terminé votre picorage (CHERRY_PICK_HEAD existe).\n"10245"Veuillez valider vos modifications avant de pouvoir fusionner."1024610247#: builtin/merge.c:119210248msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."10249msgstr "Vous n'avez pas terminé votre picorage (CHERRY_PICK_HEAD existe)."1025010251#: builtin/merge.c:120110252msgid "You cannot combine --squash with --no-ff."10253msgstr "Vous ne pouvez pas combiner --squash avec --no-ff."1025410255#: builtin/merge.c:120910256msgid "No commit specified and merge.defaultToUpstream not set."10257msgstr ""10258"Pas de validation spécifiée et merge.defaultToUpstream n'est pas défini."1025910260#: builtin/merge.c:122610261msgid "Squash commit into empty head not supported yet"10262msgstr "La validation compressée vers une tête vide n'est pas encore supportée"1026310264#: builtin/merge.c:122810265msgid "Non-fast-forward commit does not make sense into an empty head"10266msgstr "Une validation sans avance rapide n'a pas de sens dans une tête vide"1026710268#: builtin/merge.c:123310269#, c-format10270msgid "%s - not something we can merge"10271msgstr "%s - pas possible de fusionner ceci"1027210273#: builtin/merge.c:123510274msgid "Can merge only exactly one commit into empty head"10275msgstr ""10276"Possible de fusionner exactement une seule validation dans une tête vide"1027710278#: builtin/merge.c:126910279#, c-format10280msgid "Commit %s has an untrusted GPG signature, allegedly by %s."10281msgstr "La validation %s a une signature GPG non fiable, prétendument par %s."1028210283#: builtin/merge.c:127210284#, c-format10285msgid "Commit %s has a bad GPG signature allegedly by %s."10286msgstr "La validation %s a une mauvaise signature GPG prétendument par %s."1028710288#: builtin/merge.c:127510289#, c-format10290msgid "Commit %s does not have a GPG signature."10291msgstr "La validation %s n'a pas de signature GPG."1029210293#: builtin/merge.c:127810294#, c-format10295msgid "Commit %s has a good GPG signature by %s\n"10296msgstr "La validation %s a une signature GPG correcte par %s\n"1029710298#: builtin/merge.c:134010299msgid "refusing to merge unrelated histories"10300msgstr "refus de fusionner des historiques sans relation"1030110302#: builtin/merge.c:134910303msgid "Already up-to-date."10304msgstr "Déjà à jour."1030510306#: builtin/merge.c:135910307#, c-format10308msgid "Updating %s..%s\n"10309msgstr "Mise à jour %s..%s\n"1031010311#: builtin/merge.c:140010312#, c-format10313msgid "Trying really trivial in-index merge...\n"10314msgstr "Essai de fusion vraiment triviale dans l'index...\n"1031510316#: builtin/merge.c:140710317#, c-format10318msgid "Nope.\n"10319msgstr "Non.\n"1032010321#: builtin/merge.c:143210322msgid "Already up-to-date. Yeeah!"10323msgstr "Déjà à jour. Ouais !"1032410325#: builtin/merge.c:143810326msgid "Not possible to fast-forward, aborting."10327msgstr "Pas possible d'avancer rapidement, abandon."1032810329#: builtin/merge.c:1461 builtin/merge.c:154010330#, c-format10331msgid "Rewinding the tree to pristine...\n"10332msgstr "Retour de l'arbre à l'original...\n"1033310334#: builtin/merge.c:146510335#, c-format10336msgid "Trying merge strategy %s...\n"10337msgstr "Essai de la stratégie de fusion %s...\n"1033810339#: builtin/merge.c:153110340#, c-format10341msgid "No merge strategy handled the merge.\n"10342msgstr "Aucune stratégie de fusion n'a pris en charge la fusion.\n"1034310344#: builtin/merge.c:153310345#, c-format10346msgid "Merge with strategy %s failed.\n"10347msgstr "La fusion avec la stratégie %s a échoué.\n"1034810349#: builtin/merge.c:154210350#, c-format10351msgid "Using the %s to prepare resolving by hand.\n"10352msgstr "Utilisation de %s pour préparer la résolution à la main.\n"1035310354#: builtin/merge.c:155410355#, c-format10356msgid "Automatic merge went well; stopped before committing as requested\n"10357msgstr ""10358"La fusion automatique a réussi ; stoppée avant la validation comme demandé\n"1035910360#: builtin/merge-base.c:2910361msgid "git merge-base [-a | --all] <commit> <commit>..."10362msgstr "git merge-base [-a | --all] <commit> <commit>..."1036310364#: builtin/merge-base.c:3010365msgid "git merge-base [-a | --all] --octopus <commit>..."10366msgstr "git merge-base [-a | --all] --octopus <commit>..."1036710368#: builtin/merge-base.c:3110369msgid "git merge-base --independent <commit>..."10370msgstr "git merge-base --independent <validation>..."1037110372#: builtin/merge-base.c:3210373msgid "git merge-base --is-ancestor <commit> <commit>"10374msgstr "git merge-base --is-ancestor <validation> <validation>"1037510376#: builtin/merge-base.c:3310377msgid "git merge-base --fork-point <ref> [<commit>]"10378msgstr "git merge-base --fork-point <référence> [<validation>]"1037910380#: builtin/merge-base.c:21710381msgid "output all common ancestors"10382msgstr "afficher tous les ancêtres communs"1038310384#: builtin/merge-base.c:21910385msgid "find ancestors for a single n-way merge"10386msgstr "trouver les ancêtres pour une fusion simple à n points"1038710388#: builtin/merge-base.c:22110389msgid "list revs not reachable from others"10390msgstr "afficher les révisions inaccessibles depuis les autres"1039110392#: builtin/merge-base.c:22310393msgid "is the first one ancestor of the other?"10394msgstr "est le premier ancêtre de l'autre ?"1039510396#: builtin/merge-base.c:22510397msgid "find where <commit> forked from reflog of <ref>"10398msgstr "trouver où <validation> a divergé du reflog de <référence>"1039910400#: builtin/merge-file.c:810401msgid ""10402"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "10403"<orig-file> <file2>"10404msgstr ""10405"git merge-file [<options>] [-L <nom1> [-L <orig> [-L <nom2>]]] <fichier1> "10406"<fichier-orig> <fichier2>"1040710408#: builtin/merge-file.c:3210409msgid "send results to standard output"10410msgstr "envoyer les résultats sur la sortie standard"1041110412#: builtin/merge-file.c:3310413msgid "use a diff3 based merge"10414msgstr "utiliser une fusion basée sur diff3"1041510416#: builtin/merge-file.c:3410417msgid "for conflicts, use our version"10418msgstr "pour les conflits, utiliser notre version (our)"1041910420#: builtin/merge-file.c:3610421msgid "for conflicts, use their version"10422msgstr "pour les conflits, utiliser leur version (their)"1042310424#: builtin/merge-file.c:3810425msgid "for conflicts, use a union version"10426msgstr "pour les conflits, utiliser l'ensemble des versions"1042710428#: builtin/merge-file.c:4110429msgid "for conflicts, use this marker size"10430msgstr "pour les conflits, utiliser cette taille de marqueur"1043110432#: builtin/merge-file.c:4210433msgid "do not warn about conflicts"10434msgstr "ne pas avertir à propos des conflits"1043510436#: builtin/merge-file.c:4410437msgid "set labels for file1/orig-file/file2"10438msgstr "définir les labels pour fichier1/fichier-orig/fichier2"1043910440#: builtin/merge-recursive.c:4510441#, c-format10442msgid "unknown option %s"10443msgstr "option inconnue %s"1044410445#: builtin/merge-recursive.c:5110446#, c-format10447msgid "could not parse object '%s'"10448msgstr "Impossible d'analyser l'objet '%s'"1044910450#: builtin/merge-recursive.c:5510451#, c-format10452msgid "cannot handle more than %d base. Ignoring %s."10453msgid_plural "cannot handle more than %d bases. Ignoring %s."10454msgstr[0] "impossible de gérer plus de %d base. %s ignoré."10455msgstr[1] "impossible de gérer plus de %d bases. %s ignoré."1045610457#: builtin/merge-recursive.c:6310458msgid "not handling anything other than two heads merge."10459msgstr "impossible de gérer autre chose que la fusion de deux têtes."1046010461#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7110462#, c-format10463msgid "could not resolve ref '%s'"10464msgstr "impossible de résoudre la référence '%s'"1046510466#: builtin/merge-recursive.c:7710467#, c-format10468msgid "Merging %s with %s\n"10469msgstr "Fusion de %s avec %s\n"1047010471#: builtin/mktree.c:6510472msgid "git mktree [-z] [--missing] [--batch]"10473msgstr "git mktree [-z] [--missing] [--batch]"1047410475#: builtin/mktree.c:15210476msgid "input is NUL terminated"10477msgstr "l'entrée se termine par NUL"1047810479#: builtin/mktree.c:153 builtin/write-tree.c:2410480msgid "allow missing objects"10481msgstr "autoriser les objets manquants"1048210483#: builtin/mktree.c:15410484msgid "allow creation of more than one tree"10485msgstr "autoriser la création de plus d'un arbre"1048610487#: builtin/mv.c:1610488msgid "git mv [<options>] <source>... <destination>"10489msgstr "git mv [<options>] <source>... <destination>"1049010491#: builtin/mv.c:8210492#, c-format10493msgid "Directory %s is in index and no submodule?"10494msgstr "Le répertoire %s est dans l'index et pourtant aucun sous-module ?"1049510496#: builtin/mv.c:84 builtin/rm.c:29010497msgid "Please stage your changes to .gitmodules or stash them to proceed"10498msgstr ""10499"Veuillez indexer vos modifications de .gitmodules ou les remiser pour "10500"continuer"1050110502#: builtin/mv.c:10210503#, c-format10504msgid "%.*s is in index"10505msgstr "%.*s est dans l'index"1050610507#: builtin/mv.c:12410508msgid "force move/rename even if target exists"10509msgstr "forcer le déplacement/renommage même si la cible existe"1051010511#: builtin/mv.c:12510512msgid "skip move/rename errors"10513msgstr "sauter les erreurs de déplacement/renommage"1051410515#: builtin/mv.c:16710516#, c-format10517msgid "destination '%s' is not a directory"10518msgstr "la destination '%s' n'est pas un répertoire"1051910520#: builtin/mv.c:17810521#, c-format10522msgid "Checking rename of '%s' to '%s'\n"10523msgstr "Vérification du renommage de '%s' en '%s'\n"1052410525#: builtin/mv.c:18210526msgid "bad source"10527msgstr "mauvaise source"1052810529#: builtin/mv.c:18510530msgid "can not move directory into itself"10531msgstr "impossible de déplacer un répertoire dans lui-même"1053210533#: builtin/mv.c:18810534msgid "cannot move directory over file"10535msgstr "impossible de déplacer un répertoire sur un fichier"1053610537#: builtin/mv.c:19710538msgid "source directory is empty"10539msgstr "le répertoire source est vide"1054010541#: builtin/mv.c:22210542msgid "not under version control"10543msgstr "pas sous le contrôle de version"1054410545#: builtin/mv.c:22510546msgid "destination exists"10547msgstr "la destination existe"1054810549#: builtin/mv.c:23310550#, c-format10551msgid "overwriting '%s'"10552msgstr "écrasement de '%s'"1055310554#: builtin/mv.c:23610555msgid "Cannot overwrite"10556msgstr "Impossible d'écraser"1055710558#: builtin/mv.c:23910559msgid "multiple sources for the same target"10560msgstr "multiples sources pour la même destination"1056110562#: builtin/mv.c:24110563msgid "destination directory does not exist"10564msgstr "le répertoire de destination n'existe pas"1056510566#: builtin/mv.c:24810567#, c-format10568msgid "%s, source=%s, destination=%s"10569msgstr "%s, source=%s, destination=%s"1057010571#: builtin/mv.c:26910572#, c-format10573msgid "Renaming %s to %s\n"10574msgstr "Renommage de %s en %s\n"1057510576#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:38410577#, c-format10578msgid "renaming '%s' failed"10579msgstr "le renommage de '%s' a échoué"1058010581#: builtin/name-rev.c:28910582msgid "git name-rev [<options>] <commit>..."10583msgstr "git name-rev [<options>] <validation>..."1058410585#: builtin/name-rev.c:29010586msgid "git name-rev [<options>] --all"10587msgstr "git name-rev [<options>] --all"1058810589#: builtin/name-rev.c:29110590msgid "git name-rev [<options>] --stdin"10591msgstr "git name-rev [<options>] --stdin"1059210593#: builtin/name-rev.c:34610594msgid "print only names (no SHA-1)"10595msgstr "afficher seulement les noms (pas de SHA-1)"1059610597#: builtin/name-rev.c:34710598msgid "only use tags to name the commits"10599msgstr "utiliser seulement les étiquettes pour nommer les validations"1060010601#: builtin/name-rev.c:34910602msgid "only use refs matching <pattern>"10603msgstr "utiliser seulement les références correspondant à <motif>"1060410605#: builtin/name-rev.c:35110606msgid "ignore refs matching <pattern>"10607msgstr "ignorer les références correspondant à <motif>"1060810609#: builtin/name-rev.c:35310610msgid "list all commits reachable from all refs"10611msgstr ""10612"afficher toutes les validations accessibles depuis toutes les références"1061310614#: builtin/name-rev.c:35410615msgid "read from stdin"10616msgstr "lire depuis l'entrée standard"1061710618#: builtin/name-rev.c:35510619msgid "allow to print `undefined` names (default)"10620msgstr "autoriser l'affichage des noms `non définis` (par défaut)"1062110622#: builtin/name-rev.c:36110623msgid "dereference tags in the input (internal use)"10624msgstr "déréférencer les étiquettes en entrée (usage interne)"1062510626#: builtin/notes.c:2510627msgid "git notes [--ref <notes-ref>] [list [<object>]]"10628msgstr "git notes [--ref <références-notes>] [list [<object>]]"1062910630#: builtin/notes.c:2610631msgid ""10632"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "10633"| (-c | -C) <object>] [<object>]"10634msgstr ""10635"git notes [--ref <références-notes>] add [-f] [--allow-empty] [-m <message> "10636"| -F <fichier> | (-c | -C) <objet>] [<objet>]"1063710638#: builtin/notes.c:2710639msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"10640msgstr ""10641"git notes [--ref <références-notes>] copy [-f] <depuis-objet> <vers-objet>"1064210643#: builtin/notes.c:2810644msgid ""10645"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "10646"(-c | -C) <object>] [<object>]"10647msgstr ""10648"git notes [--ref <références-notes>] append [--allow-empty] [-m <message> | -"10649"F <fichier> | (-c | -C) <objet>] [<objet>]"1065010651#: builtin/notes.c:2910652msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"10653msgstr "git notes [--ref <références-notes>] edit [--allow-empty] [<objet>]"1065410655#: builtin/notes.c:3010656msgid "git notes [--ref <notes-ref>] show [<object>]"10657msgstr "git notes [--ref <références-notes>] show [<objet>]"1065810659#: builtin/notes.c:3110660msgid ""10661"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"10662msgstr ""10663"git notes [--ref <références-notes>] merge [-v | -q] [-s <stratégie> ] "10664"<références-notes>"1066510666#: builtin/notes.c:3210667msgid "git notes merge --commit [-v | -q]"10668msgstr "git notes merge --commit [-v | -q]"1066910670#: builtin/notes.c:3310671msgid "git notes merge --abort [-v | -q]"10672msgstr "git notes merge --abort [-v | -q]"1067310674#: builtin/notes.c:3410675msgid "git notes [--ref <notes-ref>] remove [<object>...]"10676msgstr "git notes [--ref <références-notes>] remove [<objet>...]"1067710678#: builtin/notes.c:3510679msgid "git notes [--ref <notes-ref>] prune [-n | -v]"10680msgstr "git notes [--ref <références-notes>] prune [-n | -v]"1068110682#: builtin/notes.c:3610683msgid "git notes [--ref <notes-ref>] get-ref"10684msgstr "git notes [--ref <références-notes>] get-ref"1068510686#: builtin/notes.c:4110687msgid "git notes [list [<object>]]"10688msgstr "git notes [list [<objet>]]"1068910690#: builtin/notes.c:4610691msgid "git notes add [<options>] [<object>]"10692msgstr "git notes add [<options>] [<objet>]"1069310694#: builtin/notes.c:5110695msgid "git notes copy [<options>] <from-object> <to-object>"10696msgstr "git notes copy [<options>] <depuis-objet> <vers-objet>"1069710698#: builtin/notes.c:5210699msgid "git notes copy --stdin [<from-object> <to-object>]..."10700msgstr "git notes copy --stdin [<depuis-objet> <vers-objet>]..."1070110702#: builtin/notes.c:5710703msgid "git notes append [<options>] [<object>]"10704msgstr "git notes append [<options>] [<objet>]"1070510706#: builtin/notes.c:6210707msgid "git notes edit [<object>]"10708msgstr "git notes edit [<objet>]"1070910710#: builtin/notes.c:6710711msgid "git notes show [<object>]"10712msgstr "git notes show [<objet>]"1071310714#: builtin/notes.c:7210715msgid "git notes merge [<options>] <notes-ref>"10716msgstr "git notes merge [<options>] <références-notes>"1071710718#: builtin/notes.c:7310719msgid "git notes merge --commit [<options>]"10720msgstr "git notes merge --commit [<options>]"1072110722#: builtin/notes.c:7410723msgid "git notes merge --abort [<options>]"10724msgstr "git notes merge --abort [<options>]"1072510726#: builtin/notes.c:7910727msgid "git notes remove [<object>]"10728msgstr "git notes remove [<objet>]"1072910730#: builtin/notes.c:8410731msgid "git notes prune [<options>]"10732msgstr "git notes prune [<options>]"1073310734#: builtin/notes.c:8910735msgid "git notes get-ref"10736msgstr "git notes get-ref"1073710738#: builtin/notes.c:9410739msgid "Write/edit the notes for the following object:"10740msgstr "Écrire/éditer les notes pour l'objet suivant :"1074110742#: builtin/notes.c:14710743#, c-format10744msgid "unable to start 'show' for object '%s'"10745msgstr "impossible de démarrer 'show' pour l'objet '%s'"1074610747#: builtin/notes.c:15110748msgid "could not read 'show' output"10749msgstr "impossible de lire la sortie de 'show'"1075010751#: builtin/notes.c:15910752#, c-format10753msgid "failed to finish 'show' for object '%s'"10754msgstr "impossible de finir 'show' pour l'objet '%s'"1075510756#: builtin/notes.c:19410757msgid "please supply the note contents using either -m or -F option"10758msgstr "veuillez fournir le contenu de la note en utilisant l'option -m ou -F"1075910760#: builtin/notes.c:20310761msgid "unable to write note object"10762msgstr "impossible d'écrire l'objet note"1076310764#: builtin/notes.c:20510765#, c-format10766msgid "the note contents have been left in %s"10767msgstr "le contenu de la note a été laissé dans %s"1076810769#: builtin/notes.c:233 builtin/tag.c:51610770#, c-format10771msgid "cannot read '%s'"10772msgstr "impossible de lire '%s'"1077310774#: builtin/notes.c:235 builtin/tag.c:51910775#, c-format10776msgid "could not open or read '%s'"10777msgstr "impossible d'ouvrir ou lire '%s'"1077810779#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:30710780#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:51310781#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:65810782#, c-format10783msgid "failed to resolve '%s' as a valid ref."10784msgstr "impossible de résoudre '%s' comme une référence valide."1078510786#: builtin/notes.c:25710787#, c-format10788msgid "failed to read object '%s'."10789msgstr "impossible de lire l'objet '%s'."1079010791#: builtin/notes.c:26110792#, c-format10793msgid "cannot read note data from non-blob object '%s'."10794msgstr "impossible de lire les informations de note d'un objet non-blob '%s'."1079510796#: builtin/notes.c:30110797#, c-format10798msgid "malformed input line: '%s'."10799msgstr "ligne en entrée malformée : '%s'."1080010801#: builtin/notes.c:31610802#, c-format10803msgid "failed to copy notes from '%s' to '%s'"10804msgstr "impossible de copier les notes de '%s' vers '%s'"1080510806#. TRANSLATORS: the first %s will be replaced by a10807#. git notes command: 'add', 'merge', 'remove', etc.10808#: builtin/notes.c:34510809#, c-format10810msgid "refusing to %s notes in %s (outside of refs/notes/)"10811msgstr "Refus de faire %s sur des notes dans %s (hors de refs/notes/)"1081210813#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:49610814#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:65110815#: builtin/notes.c:801 builtin/notes.c:948 builtin/notes.c:96910816msgid "too many parameters"10817msgstr "trop de paramètres"1081810819#: builtin/notes.c:378 builtin/notes.c:66410820#, c-format10821msgid "no note found for object %s."10822msgstr "pas de note trouvée pour l'objet %s."1082310824#: builtin/notes.c:399 builtin/notes.c:56210825msgid "note contents as a string"10826msgstr "contenu de la note sous forme de chaîne"1082710828#: builtin/notes.c:402 builtin/notes.c:56510829msgid "note contents in a file"10830msgstr "contenu de la note dans un fichier"1083110832#: builtin/notes.c:405 builtin/notes.c:56810833msgid "reuse and edit specified note object"10834msgstr "réutiliser et éditer l'objet de note spécifié"1083510836#: builtin/notes.c:408 builtin/notes.c:57110837msgid "reuse specified note object"10838msgstr "réutiliser l'objet de note spécifié"1083910840#: builtin/notes.c:411 builtin/notes.c:57410841msgid "allow storing empty note"10842msgstr "permettre de stocker une note vide"1084310844#: builtin/notes.c:412 builtin/notes.c:48310845msgid "replace existing notes"10846msgstr "remplacer les notes existantes"1084710848#: builtin/notes.c:43710849#, c-format10850msgid ""10851"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "10852"existing notes"10853msgstr ""10854"Impossible d'ajouter des notes. Des notes ont été trouvées pour l'objet %s. "10855"Utilisez '-f' pour écraser les notes existantes"1085610857#: builtin/notes.c:452 builtin/notes.c:53110858#, c-format10859msgid "Overwriting existing notes for object %s\n"10860msgstr "Écrasement des notes existantes pour l'objet %s\n"1086110862#: builtin/notes.c:463 builtin/notes.c:623 builtin/notes.c:88810863#, c-format10864msgid "Removing note for object %s\n"10865msgstr "Suppression de la note pour l'objet %s\n"1086610867#: builtin/notes.c:48410868msgid "read objects from stdin"10869msgstr "lire les objets depuis l'entrée standard"1087010871#: builtin/notes.c:48610872msgid "load rewriting config for <command> (implies --stdin)"10873msgstr ""10874"charger la configuration de réécriture pour <commande> (implique --stdin)"1087510876#: builtin/notes.c:50410877msgid "too few parameters"10878msgstr "pas assez de paramètres"1087910880#: builtin/notes.c:52510881#, c-format10882msgid ""10883"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "10884"existing notes"10885msgstr ""10886"Impossible de copier des notes. Des notes ont été trouvées pour l'objet %s. "10887"Utilisez '-f' pour écraser les notes existantes"1088810889#: builtin/notes.c:53710890#, c-format10891msgid "missing notes on source object %s. Cannot copy."10892msgstr "notes manquantes sur l'objet source %s. Impossible de copier."1089310894#: builtin/notes.c:58910895#, c-format10896msgid ""10897"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"10898"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"10899msgstr ""10900"Les options -m/-F/-c/-C sont obsolètes pour la sous-commande 'edit'.\n"10901"Veuillez utiliser 'git notes add -f -m/-F/-c/-C' à la place.\n"1090210903#: builtin/notes.c:68410904msgid "failed to delete ref NOTES_MERGE_PARTIAL"10905msgstr "échec de la suppression de la référence NOTES_MERGE_PARTIAL"1090610907#: builtin/notes.c:68610908msgid "failed to delete ref NOTES_MERGE_REF"10909msgstr "échec de la suppression de la référence NOTES_MERGE_REF"1091010911#: builtin/notes.c:68810912msgid "failed to remove 'git notes merge' worktree"10913msgstr "échec de la suppression de la copie de travail 'git notes merge'"1091410915#: builtin/notes.c:70810916msgid "failed to read ref NOTES_MERGE_PARTIAL"10917msgstr "échec de la lecture de la référence NOTES_MERGE_PARTIAL"1091810919#: builtin/notes.c:71010920msgid "could not find commit from NOTES_MERGE_PARTIAL."10921msgstr "impossible de trouver le commit de NOTES_MERGE_PARTIAL."1092210923#: builtin/notes.c:71210924msgid "could not parse commit from NOTES_MERGE_PARTIAL."10925msgstr "impossible d'analyser le commit de NOTES_MERGE_PARTIAL."1092610927#: builtin/notes.c:72510928msgid "failed to resolve NOTES_MERGE_REF"10929msgstr "échec de la résolution de NOTES_MERGE_REF"1093010931#: builtin/notes.c:72810932msgid "failed to finalize notes merge"10933msgstr "impossible de finaliser la fusion de notes"1093410935#: builtin/notes.c:75410936#, c-format10937msgid "unknown notes merge strategy %s"10938msgstr "stratégie de fusion de notes inconnue %s"1093910940#: builtin/notes.c:77010941msgid "General options"10942msgstr "Options générales"1094310944#: builtin/notes.c:77210945msgid "Merge options"10946msgstr "Options de fusion"1094710948#: builtin/notes.c:77410949msgid ""10950"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"10951"cat_sort_uniq)"10952msgstr ""10953"résoudre les conflits de notes en utilisant la stratégie donnée (manual/ours/"10954"theirs/union/cat_sort_uniq)"1095510956#: builtin/notes.c:77610957msgid "Committing unmerged notes"10958msgstr "Validation des notes non fusionnées"1095910960#: builtin/notes.c:77810961msgid "finalize notes merge by committing unmerged notes"10962msgstr "finaliser la fusion de notes en validant les notes non fusionnées"1096310964#: builtin/notes.c:78010965msgid "Aborting notes merge resolution"10966msgstr "Abandon de la résolution de fusion des notes"1096710968#: builtin/notes.c:78210969msgid "abort notes merge"10970msgstr "abandonner la fusion de notes"1097110972#: builtin/notes.c:79310973msgid "cannot mix --commit, --abort or -s/--strategy"10974msgstr "--commit, --abort et -s/--strategy sont mutuellement incompatibles"1097510976#: builtin/notes.c:79810977msgid "must specify a notes ref to merge"10978msgstr "vous devez spécifier une référence de notes à fusionner"1097910980#: builtin/notes.c:82210981#, c-format10982msgid "unknown -s/--strategy: %s"10983msgstr "-s/--strategy inconnu : %s"1098410985#: builtin/notes.c:85910986#, c-format10987msgid "a notes merge into %s is already in-progress at %s"10988msgstr "une fusion de notes dans %s est déjà en cours avec %s"1098910990#: builtin/notes.c:86210991#, c-format10992msgid "failed to store link to current notes ref (%s)"10993msgstr ""10994"impossible de stocker le lien vers la référence actuelle aux notes (%s)"1099510996#: builtin/notes.c:86410997#, c-format10998msgid ""10999"Automatic notes merge failed. Fix conflicts in %s and commit the result with "11000"'git notes merge --commit', or abort the merge with 'git notes merge --"11001"abort'.\n"11002msgstr ""11003"La fusion automatique des notes a échoué. Corrigez les conflits dans %s et "11004"valide le résultat avec 'git notes merges --commit', ou abandonnez la fusion "11005"avec 'git notes merge --abort'.\n"1100611007#: builtin/notes.c:88611008#, c-format11009msgid "Object %s has no note\n"11010msgstr "L'objet %s n'a pas de note\n"1101111012#: builtin/notes.c:89811013msgid "attempt to remove non-existent note is not an error"11014msgstr ""11015"la tentative de suppression d'une note non existante n'est pas une erreur"1101611017#: builtin/notes.c:90111018msgid "read object names from the standard input"11019msgstr "lire les noms d'objet depuis l'entrée standard"1102011021#: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:12711022msgid "do not remove, show only"11023msgstr "ne pas supprimer, afficher seulement"1102411025#: builtin/notes.c:94011026msgid "report pruned notes"11027msgstr "afficher les notes éliminées"1102811029#: builtin/notes.c:98211030msgid "notes-ref"11031msgstr "références-notes"1103211033#: builtin/notes.c:98311034msgid "use notes from <notes-ref>"11035msgstr "utiliser les notes depuis <références-notes>"1103611037#: builtin/notes.c:101811038#, c-format11039msgid "unknown subcommand: %s"11040msgstr "sous-commande inconnue : %s"1104111042#: builtin/pack-objects.c:2911043msgid ""11044"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"11045msgstr ""11046"git pack-objects --stdout [options...] [< <liste-références> | < <liste-"11047"objets>]"1104811049#: builtin/pack-objects.c:3011050msgid ""11051"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"11052msgstr ""11053"git pack-objects [options...] base-name [< <liste-références> | < <liste-"11054"objets>]"1105511056#: builtin/pack-objects.c:177 builtin/pack-objects.c:18011057#, c-format11058msgid "deflate error (%d)"11059msgstr "erreur de compression (%d)"1106011061#: builtin/pack-objects.c:77011062msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"11063msgstr ""11064"désactivation de l'écriture en bitmap, les fichiers paquets sont scindés à "11065"cause de pack.packSizeLimit"1106611067#: builtin/pack-objects.c:78311068msgid "Writing objects"11069msgstr "Écriture des objets"1107011071#: builtin/pack-objects.c:106311072msgid "disabling bitmap writing, as some objects are not being packed"11073msgstr ""11074"désactivation de l'écriture en bitmap car certains objets ne sont pas "11075"compressés"1107611077#: builtin/pack-objects.c:242611078msgid "Compressing objects"11079msgstr "Compression des objets"1108011081#: builtin/pack-objects.c:282911082#, c-format11083msgid "unsupported index version %s"11084msgstr "version d'index non supportée %s"1108511086#: builtin/pack-objects.c:283311087#, c-format11088msgid "bad index version '%s'"11089msgstr "mauvaise version d'index '%s'"1109011091#: builtin/pack-objects.c:286311092msgid "do not show progress meter"11093msgstr "ne pas afficher la barre de progression"1109411095#: builtin/pack-objects.c:286511096msgid "show progress meter"11097msgstr "afficher la barre de progression"1109811099#: builtin/pack-objects.c:286711100msgid "show progress meter during object writing phase"11101msgstr "afficher la barre de progression durant la phase d'écrite des objets"1110211103#: builtin/pack-objects.c:287011104msgid "similar to --all-progress when progress meter is shown"11105msgstr "similaire à --all-progress quand la barre de progression est affichée"1110611107#: builtin/pack-objects.c:287111108msgid "version[,offset]"11109msgstr "version[,offset]"1111011111#: builtin/pack-objects.c:287211112msgid "write the pack index file in the specified idx format version"11113msgstr ""11114"écrire le fichier d'index du paquet dans le format d'index de version "11115"spécifié"1111611117#: builtin/pack-objects.c:287511118msgid "maximum size of each output pack file"11119msgstr "taille maximum de chaque fichier paquet en sortie"1112011121#: builtin/pack-objects.c:287711122msgid "ignore borrowed objects from alternate object store"11123msgstr "ignorer les objets empruntés à un autre magasin d'objets"1112411125#: builtin/pack-objects.c:287911126msgid "ignore packed objects"11127msgstr "ignorer les objets empaquetés"1112811129#: builtin/pack-objects.c:288111130msgid "limit pack window by objects"11131msgstr "limiter la fenêtre d'empaquetage par objets"1113211133#: builtin/pack-objects.c:288311134msgid "limit pack window by memory in addition to object limit"11135msgstr ""11136"limiter la fenêtre d'empaquetage par mémoire en plus de la limite d'objets"1113711138#: builtin/pack-objects.c:288511139msgid "maximum length of delta chain allowed in the resulting pack"11140msgstr ""11141"longueur maximum de la chaîne de delta autorisée dans le paquet résultant"1114211143#: builtin/pack-objects.c:288711144msgid "reuse existing deltas"11145msgstr "réutiliser les deltas existants"1114611147#: builtin/pack-objects.c:288911148msgid "reuse existing objects"11149msgstr "réutiliser les objets existants"1115011151#: builtin/pack-objects.c:289111152msgid "use OFS_DELTA objects"11153msgstr "utiliser les objets OFS_DELTA"1115411155#: builtin/pack-objects.c:289311156msgid "use threads when searching for best delta matches"11157msgstr ""11158"utiliser des fils lors de la recherche pour une meilleurs correspondance des "11159"deltas"1116011161#: builtin/pack-objects.c:289511162msgid "do not create an empty pack output"11163msgstr "ne pas créer un paquet vide"1116411165#: builtin/pack-objects.c:289711166msgid "read revision arguments from standard input"11167msgstr "lire les paramètres de révision depuis l'entrée standard"1116811169#: builtin/pack-objects.c:289911170msgid "limit the objects to those that are not yet packed"11171msgstr "limiter les objets à ceux qui ne sont pas encore empaquetés"1117211173#: builtin/pack-objects.c:290211174msgid "include objects reachable from any reference"11175msgstr "inclure les objets accessibles depuis toute référence"1117611177#: builtin/pack-objects.c:290511178msgid "include objects referred by reflog entries"11179msgstr "inclure les objets référencés par les éléments de reflog"1118011181#: builtin/pack-objects.c:290811182msgid "include objects referred to by the index"11183msgstr "inclure les objets référencés par l'index"1118411185#: builtin/pack-objects.c:291111186msgid "output pack to stdout"11187msgstr "afficher l'empaquetage sur la sortie standard"1118811189#: builtin/pack-objects.c:291311190msgid "include tag objects that refer to objects to be packed"11191msgstr "inclure les objets d'étiquettes qui réfèrent à des objets à empaqueter"1119211193#: builtin/pack-objects.c:291511194msgid "keep unreachable objects"11195msgstr "garder les objets inaccessibles"1119611197#: builtin/pack-objects.c:291711198msgid "pack loose unreachable objects"11199msgstr "empaqueter les objets inaccessibles détachés"1120011201#: builtin/pack-objects.c:291911202msgid "unpack unreachable objects newer than <time>"11203msgstr "dépaqueter les objets inaccessibles plus récents que <heure>"1120411205#: builtin/pack-objects.c:292211206msgid "create thin packs"11207msgstr "créer des paquets légers"1120811209#: builtin/pack-objects.c:292411210msgid "create packs suitable for shallow fetches"11211msgstr "créer des paquets permettant des récupérations superficielles"1121211213#: builtin/pack-objects.c:292611214msgid "ignore packs that have companion .keep file"11215msgstr "ignorer les paquets qui ont un fichier .keep"1121611217#: builtin/pack-objects.c:292811218msgid "pack compression level"11219msgstr "niveau de compression du paquet"1122011221#: builtin/pack-objects.c:293011222msgid "do not hide commits by grafts"11223msgstr "ne pas cacher les validations par greffes"1122411225#: builtin/pack-objects.c:293211226msgid "use a bitmap index if available to speed up counting objects"11227msgstr ""11228"utiliser un index en bitmap si disponible pour accélerer le décompte des "11229"objets"1123011231#: builtin/pack-objects.c:293411232msgid "write a bitmap index together with the pack index"11233msgstr "écrire un index en bitmap associé à l'index de paquet"1123411235#: builtin/pack-objects.c:306111236msgid "Counting objects"11237msgstr "Décompte des objets"1123811239#: builtin/pack-refs.c:611240msgid "git pack-refs [<options>]"11241msgstr "git pack-refs [<options>]"1124211243#: builtin/pack-refs.c:1411244msgid "pack everything"11245msgstr "empaqueter tout"1124611247#: builtin/pack-refs.c:1511248msgid "prune loose refs (default)"11249msgstr "éliminer les références perdues (défaut)"1125011251#: builtin/prune-packed.c:711252msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"11253msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1125411255#: builtin/prune-packed.c:4011256msgid "Removing duplicate objects"11257msgstr "Suppression des objets dupliqués"1125811259#: builtin/prune.c:1111260msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"11261msgstr "git prune [-n] [-v] [--expire <heure>] [--] [<head>...]"1126211263#: builtin/prune.c:10611264msgid "report pruned objects"11265msgstr "afficher les objets éliminés"1126611267#: builtin/prune.c:10911268msgid "expire objects older than <time>"11269msgstr "faire expirer les objets plus vieux que <heure>"1127011271#: builtin/prune.c:12311272msgid "cannot prune in a precious-objects repo"11273msgstr "impossible de nettoyer dans un dépôt d'objets précieux"1127411275#: builtin/pull.c:51 builtin/pull.c:5311276#, c-format11277msgid "Invalid value for %s: %s"11278msgstr "Valeur invalide pour %s : %s"1127911280#: builtin/pull.c:7311281msgid "git pull [<options>] [<repository> [<refspec>...]]"11282msgstr "git pull [<options>] [<dépôt> [<spécification-de-référence>...]]"1128311284#: builtin/pull.c:12111285msgid "Options related to merging"11286msgstr "Options relatives à la fusion"1128711288#: builtin/pull.c:12411289msgid "incorporate changes by rebasing rather than merging"11290msgstr "incorporer les modifications en rebasant plutôt qu'en fusionnant"1129111292#: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:12011293msgid "allow fast-forward"11294msgstr "autoriser l'avance rapide"1129511296#: builtin/pull.c:15711297msgid "automatically stash/stash pop before and after rebase"11298msgstr "remiser avant et réappliquer après le rebasage automatiquement"1129911300#: builtin/pull.c:17311301msgid "Options related to fetching"11302msgstr "Options relatives au rapatriement"1130311304#: builtin/pull.c:19511305msgid "number of submodules pulled in parallel"11306msgstr "nombre de sous-modules tirés en parallèle"1130711308#: builtin/pull.c:28411309#, c-format11310msgid "Invalid value for pull.ff: %s"11311msgstr "Valeur invalide pour pull.ff : %s"1131211313#: builtin/pull.c:39711314msgid ""11315"There is no candidate for rebasing against among the refs that you just "11316"fetched."11317msgstr ""11318"Il n'y a pas de candidate sur laquelle rebaser parmi les références que vous "11319"venez de récupérer."1132011321#: builtin/pull.c:39911322msgid ""11323"There are no candidates for merging among the refs that you just fetched."11324msgstr ""11325"Il n'y a pas de candidate avec laquelle fusionner parmi les références que "11326"vous venez de récupérer."1132711328#: builtin/pull.c:40011329msgid ""11330"Generally this means that you provided a wildcard refspec which had no\n"11331"matches on the remote end."11332msgstr ""11333"Généralement, cela signifie que vous avez indiqué un spécificateur\n"11334"de référence joker qui n'a pas eu de correspondance sur le serveur distant."1133511336#: builtin/pull.c:40311337#, c-format11338msgid ""11339"You asked to pull from the remote '%s', but did not specify\n"11340"a branch. Because this is not the default configured remote\n"11341"for your current branch, you must specify a branch on the command line."11342msgstr ""11343"Vous avez demandé de tirer depuis le dépôt distant '%s', mais sans indiquer\n"11344"la branche. Comme ce n'est pas le dépôt distant par défaut dans la "11345"configuration\n"11346"pour la branche actuelle, vous devez spécifier la branche avec la commande."1134711348#: builtin/pull.c:408 git-parse-remote.sh:7311349msgid "You are not currently on a branch."11350msgstr "Vous n'êtes actuellement sur aucune branche."1135111352#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:7911353msgid "Please specify which branch you want to rebase against."11354msgstr "Veuillez spécifier sur quelle branche vous souhaiter rebaser."1135511356#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:8211357msgid "Please specify which branch you want to merge with."11358msgstr "Veuillez spécifier une branche avec laquelle fusionner."1135911360#: builtin/pull.c:413 builtin/pull.c:42811361msgid "See git-pull(1) for details."11362msgstr "Référez-vous à git-pull(1) pour de plus amples détails."1136311364#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:43011365#: git-parse-remote.sh:6411366msgid "<remote>"11367msgstr "<distant>"1136811369#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:45611370#: git-parse-remote.sh:6511371msgid "<branch>"11372msgstr "<branche>"1137311374#: builtin/pull.c:423 git-parse-remote.sh:7511375msgid "There is no tracking information for the current branch."11376msgstr "Pas d'information de suivi distant pour la branche actuelle."1137711378#: builtin/pull.c:432 git-parse-remote.sh:9511379msgid ""11380"If you wish to set tracking information for this branch you can do so with:"11381msgstr ""11382"Si vous souhaitez indiquer l'information de suivi distant pour cette "11383"branche, vous pouvez le faire avec :"1138411385#: builtin/pull.c:43711386#, c-format11387msgid ""11388"Your configuration specifies to merge with the ref '%s'\n"11389"from the remote, but no such ref was fetched."11390msgstr ""11391"Votre information de configuration indique de fusionner avec la référence "11392"'%s'\n"11393"du serveur distant, mais cette référence n'a pas été récupérée."1139411395#: builtin/pull.c:75411396msgid "ignoring --verify-signatures for rebase"11397msgstr "--verify-signatures est ignoré pour un rebasage"1139811399#: builtin/pull.c:80111400msgid "--[no-]autostash option is only valid with --rebase."11401msgstr "l'option --[no-]autostash n'est valide qu'avec --rebase."1140211403#: builtin/pull.c:80911404msgid "Updating an unborn branch with changes added to the index."11405msgstr ""11406"Mise à jour d'une branche non encore créée avec les changements ajoutés dans "11407"l'index."1140811409#: builtin/pull.c:81211410msgid "pull with rebase"11411msgstr "tirer avec un rebasage"1141211413#: builtin/pull.c:81311414msgid "please commit or stash them."11415msgstr "veuillez les valider ou les remiser."1141611417#: builtin/pull.c:83811418#, c-format11419msgid ""11420"fetch updated the current branch head.\n"11421"fast-forwarding your working tree from\n"11422"commit %s."11423msgstr ""11424"la récupération a mis à jour la tête de la branche actuelle.\n"11425"avance rapide de votre copie de travail\n"11426"depuis le commit %s."1142711428#: builtin/pull.c:84311429#, c-format11430msgid ""11431"Cannot fast-forward your working tree.\n"11432"After making sure that you saved anything precious from\n"11433"$ git diff %s\n"11434"output, run\n"11435"$ git reset --hard\n"11436"to recover."11437msgstr ""11438"Avance rapide de votre arbre de travail impossible.\n"11439"Après avoir vérifié que toute modification précieuse a été sauvegardée avec\n"11440"$ git diff %s\n"11441"lancez\n"11442"$ git reset --hard\n"11443"pour régénérer."1144411445#: builtin/pull.c:85811446msgid "Cannot merge multiple branches into empty head."11447msgstr "Impossible de fusionner de multiples branches sur une tête vide."1144811449#: builtin/pull.c:86211450msgid "Cannot rebase onto multiple branches."11451msgstr "Impossible de rebaser sur de multiples branches."1145211453#: builtin/push.c:1611454msgid "git push [<options>] [<repository> [<refspec>...]]"11455msgstr "git push [<options>] [<dépôt> [<spécification-de-référence>...]]"1145611457#: builtin/push.c:8911458msgid "tag shorthand without <tag>"11459msgstr "raccourci d'étiquette sans <étiquette>"1146011461#: builtin/push.c:9911462msgid "--delete only accepts plain target ref names"11463msgstr "--delete accepte seulement des noms entiers de références cibles"1146411465#: builtin/push.c:14311466msgid ""11467"\n"11468"To choose either option permanently, see push.default in 'git help config'."11469msgstr ""11470"\n"11471"Pour choisir l'option de manière permanente, voir push.default dans 'git "11472"help config'."1147311474#: builtin/push.c:14611475#, c-format11476msgid ""11477"The upstream branch of your current branch does not match\n"11478"the name of your current branch. To push to the upstream branch\n"11479"on the remote, use\n"11480"\n"11481" git push %s HEAD:%s\n"11482"\n"11483"To push to the branch of the same name on the remote, use\n"11484"\n"11485" git push %s %s\n"11486"%s"11487msgstr ""11488"La branche amont de votre branche courante ne correspond pas\n"11489"au nom de votre branche courante. Pour pousser vers la branche amont\n"11490"sur le serveur distant, utilisez\n"11491"\n"11492" git push %s HEAD:%s\n"11493"\n"11494"Pour pousser vers la branche du même nom sur le serveur distant, utilisez\n"11495"\n"11496" git push %s %s\n"11497"%s"1149811499#: builtin/push.c:16111500#, c-format11501msgid ""11502"You are not currently on a branch.\n"11503"To push the history leading to the current (detached HEAD)\n"11504"state now, use\n"11505"\n"11506" git push %s HEAD:<name-of-remote-branch>\n"11507msgstr ""11508"Vous n'êtes actuellement sur aucune branche.\n"11509"Pour pousser l'historique menant à l'état actuel (HEAD détachée),\n"11510"utilisez\n"11511"\n"11512" git push %s HEAD:<nom-de-la-branche-amont>\n"1151311514#: builtin/push.c:17511515#, c-format11516msgid ""11517"The current branch %s has no upstream branch.\n"11518"To push the current branch and set the remote as upstream, use\n"11519"\n"11520" git push --set-upstream %s %s\n"11521msgstr ""11522"La branche courante %s n'a pas de branche amont.\n"11523"Pour pousser la branche courante et définir la distante comme amont, "11524"utilisez\n"11525"\n"11526" git push --set-upstream %s %s\n"1152711528#: builtin/push.c:18311529#, c-format11530msgid "The current branch %s has multiple upstream branches, refusing to push."11531msgstr ""11532"La branche courante %s a de multiples branches amont, impossible de pousser."1153311534#: builtin/push.c:18611535#, c-format11536msgid ""11537"You are pushing to remote '%s', which is not the upstream of\n"11538"your current branch '%s', without telling me what to push\n"11539"to update which remote branch."11540msgstr ""11541"Vous êtes en train de pousser vers la branche distante '%s', qui n'est\n"11542"pas une branche amont de votre branche courante '%s', sans me dire\n"11543"quoi pousser pour mettre à jour quelle branche amont."1154411545#: builtin/push.c:24511546msgid ""11547"You didn't specify any refspecs to push, and push.default is \"nothing\"."11548msgstr ""11549"Vous n'avez pas spécifié de spécifications de référence à pousser, et push."11550"default est \"nothing\"."1155111552#: builtin/push.c:25211553msgid ""11554"Updates were rejected because the tip of your current branch is behind\n"11555"its remote counterpart. Integrate the remote changes (e.g.\n"11556"'git pull ...') before pushing again.\n"11557"See the 'Note about fast-forwards' in 'git push --help' for details."11558msgstr ""11559"Les mises à jour ont été rejetées car la pointe de la branche courante est "11560"derrière\n"11561"son homologue distant. Intégrez les changements distants (par exemple 'git "11562"pull ...')\n"11563"avant de pousser à nouveau.\n"11564"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "11565"d'information."1156611567#: builtin/push.c:25811568msgid ""11569"Updates were rejected because a pushed branch tip is behind its remote\n"11570"counterpart. Check out this branch and integrate the remote changes\n"11571"(e.g. 'git pull ...') before pushing again.\n"11572"See the 'Note about fast-forwards' in 'git push --help' for details."11573msgstr ""11574"Les mises à jour ont été rejetées car la pointe de la branche courante est "11575"derrière\n"11576"son homologue distant. Extrayez cette branche et intégrez les changements "11577"distants\n"11578"(par exemple 'git pull ...') avant de pousser à nouveau.\n"11579"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "11580"d'information."1158111582#: builtin/push.c:26411583msgid ""11584"Updates were rejected because the remote contains work that you do\n"11585"not have locally. This is usually caused by another repository pushing\n"11586"to the same ref. You may want to first integrate the remote changes\n"11587"(e.g., 'git pull ...') before pushing again.\n"11588"See the 'Note about fast-forwards' in 'git push --help' for details."11589msgstr ""11590"Les mises à jour ont été rejetées car la branche distante contient du "11591"travail que\n"11592"vous n'avez pas en local. Ceci est généralement causé par un autre dépôt "11593"poussé\n"11594"vers la même référence. Vous pourriez intégrer d'abord les changements "11595"distants\n"11596"(par exemple 'git pull ...') avant de pousser à nouveau.\n"11597"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "11598"d'information."1159911600#: builtin/push.c:27111601msgid "Updates were rejected because the tag already exists in the remote."11602msgstr ""11603"Les mises à jour ont été rejetées car l'étiquette existe déjà dans la "11604"branche distante."1160511606#: builtin/push.c:27411607msgid ""11608"You cannot update a remote ref that points at a non-commit object,\n"11609"or update a remote ref to make it point at a non-commit object,\n"11610"without using the '--force' option.\n"11611msgstr ""11612"Vous ne pouvez pas mettre à jour une référence distante qui pointe sur un "11613"objet qui\n"11614"n'est pas un commit, ou mettre à jour une référence distante pour la faire "11615"pointer\n"11616"vers un objet qui n'est pas un commit, sans utiliser l'option '--force'.\n"1161711618#: builtin/push.c:33411619#, c-format11620msgid "Pushing to %s\n"11621msgstr "Poussée vers %s\n"1162211623#: builtin/push.c:33811624#, c-format11625msgid "failed to push some refs to '%s'"11626msgstr "impossible de pousser des références vers '%s'"1162711628#: builtin/push.c:36911629#, c-format11630msgid "bad repository '%s'"11631msgstr "mauvais dépôt '%s'"1163211633#: builtin/push.c:37011634msgid ""11635"No configured push destination.\n"11636"Either specify the URL from the command-line or configure a remote "11637"repository using\n"11638"\n"11639" git remote add <name> <url>\n"11640"\n"11641"and then push using the remote name\n"11642"\n"11643" git push <name>\n"11644msgstr ""11645"Pas de destination pour pousser.\n"11646"Spécifiez une URL depuis la ligne de commande ou configurez un dépôt distant "11647"en utilisant\n"11648"\n"11649" git remote add <nom> <url>\n"11650"\n"11651"et poussez alors en utilisant le dépôt distant\n"11652"\n"11653" git push <nom>\n"1165411655#: builtin/push.c:38811656msgid "--all and --tags are incompatible"11657msgstr "--all et --tags sont incompatibles"1165811659#: builtin/push.c:38911660msgid "--all can't be combined with refspecs"11661msgstr "--all ne peut pas être combiné avec des spécifications de référence"1166211663#: builtin/push.c:39411664msgid "--mirror and --tags are incompatible"11665msgstr "--mirror et --tags sont incompatibles"1166611667#: builtin/push.c:39511668msgid "--mirror can't be combined with refspecs"11669msgstr "--mirror ne peut pas être combiné avec des spécifications de référence"1167011671#: builtin/push.c:40011672msgid "--all and --mirror are incompatible"11673msgstr "--all et --mirror sont incompatibles"1167411675#: builtin/push.c:51811676msgid "repository"11677msgstr "dépôt"1167811679#: builtin/push.c:519 builtin/send-pack.c:16211680msgid "push all refs"11681msgstr "pousser toutes les références"1168211683#: builtin/push.c:520 builtin/send-pack.c:16411684msgid "mirror all refs"11685msgstr "refléter toutes les références"1168611687#: builtin/push.c:52211688msgid "delete refs"11689msgstr "supprimer les références"1169011691#: builtin/push.c:52311692msgid "push tags (can't be used with --all or --mirror)"11693msgstr ""11694"pousser les étiquettes (ne peut pas être utilisé avec --all ou --mirror)"1169511696#: builtin/push.c:526 builtin/send-pack.c:16511697msgid "force updates"11698msgstr "forcer les mises à jour"1169911700#: builtin/push.c:528 builtin/send-pack.c:17911701msgid "refname>:<expect"11702msgstr "nom de référence>:<attendu"1170311704#: builtin/push.c:529 builtin/send-pack.c:18011705msgid "require old value of ref to be at this value"11706msgstr "exiger que l'ancienne valeur de la référence soit à cette valeur"1170711708#: builtin/push.c:53211709msgid "control recursive pushing of submodules"11710msgstr "contrôler la poussée récursive des sous-modules"1171111712#: builtin/push.c:534 builtin/send-pack.c:17311713msgid "use thin pack"11714msgstr "utiliser un empaquetage léger"1171511716#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:15911717#: builtin/send-pack.c:16011718msgid "receive pack program"11719msgstr "recevoir le programme d'empaquetage"1172011721#: builtin/push.c:53711722msgid "set upstream for git pull/status"11723msgstr "définir la branche amont pour git pull/status"1172411725#: builtin/push.c:54011726msgid "prune locally removed refs"11727msgstr "éliminer les références locales supprimées"1172811729#: builtin/push.c:54211730msgid "bypass pre-push hook"11731msgstr "éviter d'utiliser le crochet pre-push"1173211733#: builtin/push.c:54311734msgid "push missing but relevant tags"11735msgstr "pousser les étiquettes manquantes mais pertinentes"1173611737#: builtin/push.c:546 builtin/send-pack.c:16711738msgid "GPG sign the push"11739msgstr "signer la poussée avec GPG"1174011741#: builtin/push.c:548 builtin/send-pack.c:17411742msgid "request atomic transaction on remote side"11743msgstr "demande une transaction atomique sur le serveur distant"1174411745#: builtin/push.c:549 builtin/send-pack.c:17011746msgid "server-specific"11747msgstr "spécifique au serveur"1174811749#: builtin/push.c:549 builtin/send-pack.c:17111750msgid "option to transmit"11751msgstr "option à transmettre"1175211753#: builtin/push.c:56311754msgid "--delete is incompatible with --all, --mirror and --tags"11755msgstr "--delete est incompatible avec --all, --mirror et --tags"1175611757#: builtin/push.c:56511758msgid "--delete doesn't make sense without any refs"11759msgstr "--delete n'a pas de sens sans aucune référence"1176011761#: builtin/push.c:58411762msgid "push options must not have new line characters"11763msgstr ""11764"les options de poussée ne peuvent pas contenir de caractères de nouvelle "11765"ligne"1176611767#: builtin/read-tree.c:4011768msgid ""11769"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11770"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11771"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"11772msgstr ""11773"git read-tree [(-m [--trivial] [--aggressive] | --reset | --"11774"prefix=<préfixe>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-"11775"sparse-checkout] [--index-output=<fichier>] (--empty | <arbre ou apparenté "11776"1> [<arbre ou apparenté 2> [<arbre ou apparenté 3>]])"1177711778#: builtin/read-tree.c:13011779msgid "write resulting index to <file>"11780msgstr "écrire l'index résultant dans <fichier>"1178111782#: builtin/read-tree.c:13311783msgid "only empty the index"11784msgstr "juste vider l'index"1178511786#: builtin/read-tree.c:13511787msgid "Merging"11788msgstr "Fusion"1178911790#: builtin/read-tree.c:13711791msgid "perform a merge in addition to a read"11792msgstr "effectuer une fusion en plus d'une lecture"1179311794#: builtin/read-tree.c:13911795msgid "3-way merge if no file level merging required"11796msgstr "fusion à 3 points si aucune fusion de niveau fichier n'est requise"1179711798#: builtin/read-tree.c:14111799msgid "3-way merge in presence of adds and removes"11800msgstr "fusion à 3 points en présence d'ajouts et suppressions"1180111802#: builtin/read-tree.c:14311803msgid "same as -m, but discard unmerged entries"11804msgstr "comme -m, mais annule les éléments non fusionnés"1180511806#: builtin/read-tree.c:14411807msgid "<subdirectory>/"11808msgstr "<sous-répertoire>/"1180911810#: builtin/read-tree.c:14511811msgid "read the tree into the index under <subdirectory>/"11812msgstr "lire l'arbre dans l'index dans <sous-répertoire>/"1181311814#: builtin/read-tree.c:14811815msgid "update working tree with merge result"11816msgstr "mettre à jour la copie de travail avec le résultat de la fusion"1181711818#: builtin/read-tree.c:15011819msgid "gitignore"11820msgstr "gitignore"1182111822#: builtin/read-tree.c:15111823msgid "allow explicitly ignored files to be overwritten"11824msgstr "autoriser explicitement les fichiers ignorés à être écrasés"1182511826#: builtin/read-tree.c:15411827msgid "don't check the working tree after merging"11828msgstr "ne pas vérifier la copie de travail après la fusion"1182911830#: builtin/read-tree.c:15511831msgid "don't update the index or the work tree"11832msgstr "ne pas mettre à jour l'index ou la copie de travail"1183311834#: builtin/read-tree.c:15711835msgid "skip applying sparse checkout filter"11836msgstr "sauter l'application du filtre d'extraction creuse"1183711838#: builtin/read-tree.c:15911839msgid "debug unpack-trees"11840msgstr "déboguer unpack-trees"1184111842#: builtin/rebase--helper.c:711843msgid "git rebase--helper [<options>]"11844msgstr "git rebase-helper [<options>]"1184511846#: builtin/rebase--helper.c:1911847msgid "continue rebase"11848msgstr "continuer le rebasage"1184911850#: builtin/rebase--helper.c:2111851msgid "abort rebase"11852msgstr "abandonner le rebasage"1185311854#: builtin/receive-pack.c:2711855msgid "git receive-pack <git-dir>"11856msgstr "git receive-pack <répertoire-git>"1185711858#: builtin/receive-pack.c:79511859msgid ""11860"By default, updating the current branch in a non-bare repository\n"11861"is denied, because it will make the index and work tree inconsistent\n"11862"with what you pushed, and will require 'git reset --hard' to match\n"11863"the work tree to HEAD.\n"11864"\n"11865"You can set the 'receive.denyCurrentBranch' configuration variable\n"11866"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"11867"its current branch; however, this is not recommended unless you\n"11868"arranged to update its work tree to match what you pushed in some\n"11869"other way.\n"11870"\n"11871"To squelch this message and still keep the default behaviour, set\n"11872"'receive.denyCurrentBranch' configuration variable to 'refuse'."11873msgstr ""11874"Par défaut, mettre à jour la branche actuelle dans un dépôt non-nu\n"11875"est réfusé parce que cela rendrait l'index et la copie de travail\n"11876"inconsistants avec ce que vous avez poussé et nécessiterait\n"11877"'git reset --hard' pour réaligner la copie de travail avec HEAD.\n"11878"\n"11879"Vous pouvez régler « receive.denyCurrentBranch » à 'ignore' ou\n"11880"'warn' dans le dépôt distant pour permettre la poussée dans la\n"11881"branche actuelle ; cependant, ce n'est pas recommandé à moins que\n"11882"vous ayez déjà mis à jour sa copie de travail par une moyen détourné\n"11883"pour correspondre à ce que vous avez poussé.\n"11884"\n"11885"Pour éliminer ce message et conserver le comportement par défaut,\n"11886"réglez « receive.denyCurrentBranch » à 'refuse'."1188711888#: builtin/receive-pack.c:81511889msgid ""11890"By default, deleting the current branch is denied, because the next\n"11891"'git clone' won't result in any file checked out, causing confusion.\n"11892"\n"11893"You can set 'receive.denyDeleteCurrent' configuration variable to\n"11894"'warn' or 'ignore' in the remote repository to allow deleting the\n"11895"current branch, with or without a warning message.\n"11896"\n"11897"To squelch this message, you can set it to 'refuse'."11898msgstr ""11899"Par défaut, supprimer la branche actuelle est refusé parce que le\n"11900"prochain 'git clone' n'extraira aucun fichier et causer de la confusion.\n"11901"\n"11902"Vous pouvez régler « receive.denyDeleteCurrent » à 'warn' ou 'ignore'\n"11903"dans le dépôt distant pour permettre la suppression la branche actuelle\n"11904"avec ou sans message d'avertissement.\n"11905"\n"11906"Pour éliminer ce message, réglez-le à 'refuse'."1190711908#: builtin/receive-pack.c:188811909msgid "quiet"11910msgstr "quiet"1191111912#: builtin/receive-pack.c:190211913msgid "You must specify a directory."11914msgstr "Vous devez spécifier un répertoire."1191511916#: builtin/reflog.c:42311917#, c-format11918msgid "'%s' for '%s' is not a valid timestamp"11919msgstr "'%s' pour '%s' n'est pas un horodatage valide"1192011921#: builtin/reflog.c:540 builtin/reflog.c:54511922#, c-format11923msgid "'%s' is not a valid timestamp"11924msgstr "'%s' n'est pas un horodatage valide"1192511926#: builtin/remote.c:1211927msgid "git remote [-v | --verbose]"11928msgstr "git remote [-v | --verbose]"1192911930#: builtin/remote.c:1311931msgid ""11932"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"11933"mirror=<fetch|push>] <name> <url>"11934msgstr ""11935"git remote add [-t <branche>] [-m <master>] [-f] [--tags | --no-tags] [--"11936"mirror=<fetch|push>] <nom> <url>"1193711938#: builtin/remote.c:14 builtin/remote.c:3411939msgid "git remote rename <old> <new>"11940msgstr "git remote rename <ancienne> <nouvelle>"1194111942#: builtin/remote.c:15 builtin/remote.c:3911943msgid "git remote remove <name>"11944msgstr "git remote remove <nom>"1194511946#: builtin/remote.c:16 builtin/remote.c:4411947msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"11948msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branche>)"1194911950#: builtin/remote.c:1711951msgid "git remote [-v | --verbose] show [-n] <name>"11952msgstr "git remote [-v | --verbose] show [-n] <nom>"1195311954#: builtin/remote.c:1811955msgid "git remote prune [-n | --dry-run] <name>"11956msgstr "git remote prune [-n | --dry-run] <nom>"1195711958#: builtin/remote.c:1911959msgid ""11960"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"11961msgstr ""11962"git remote [-v | --verbose] update [-p | --prune] [(<groupe> | "11963"<distante>)...]"1196411965#: builtin/remote.c:2011966msgid "git remote set-branches [--add] <name> <branch>..."11967msgstr "git remote set-branches [--add] <nom> <branche>..."1196811969#: builtin/remote.c:21 builtin/remote.c:7011970msgid "git remote get-url [--push] [--all] <name>"11971msgstr "git remote get-url [--push] [--all] <nom>"1197211973#: builtin/remote.c:22 builtin/remote.c:7511974msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"11975msgstr "git remote set-url [--push] <nom> <nouvelle-URL> [<ancienne-URL>]"1197611977#: builtin/remote.c:23 builtin/remote.c:7611978msgid "git remote set-url --add <name> <newurl>"11979msgstr "git remote set-url --add <nom> <nouvelle-URL>"1198011981#: builtin/remote.c:24 builtin/remote.c:7711982msgid "git remote set-url --delete <name> <url>"11983msgstr "git remote set-url --delete <nom> <URL>"1198411985#: builtin/remote.c:2911986msgid "git remote add [<options>] <name> <url>"11987msgstr "git remote add [<options>] <nom> <URL>"1198811989#: builtin/remote.c:4911990msgid "git remote set-branches <name> <branch>..."11991msgstr "git remote set-branches <nom> <branche>..."1199211993#: builtin/remote.c:5011994msgid "git remote set-branches --add <name> <branch>..."11995msgstr "git remote set-branches --add <nom> <branche>..."1199611997#: builtin/remote.c:5511998msgid "git remote show [<options>] <name>"11999msgstr "git remote show [<options>] <nom>"1200012001#: builtin/remote.c:6012002msgid "git remote prune [<options>] <name>"12003msgstr "git remote prune [<options>] <nom>"1200412005#: builtin/remote.c:6512006msgid "git remote update [<options>] [<group> | <remote>]..."12007msgstr "git remote update [<options>] [<groupe> | <distante>]..."1200812009#: builtin/remote.c:9412010#, c-format12011msgid "Updating %s"12012msgstr "Mise à jour de %s"1201312014#: builtin/remote.c:12612015msgid ""12016"--mirror is dangerous and deprecated; please\n"12017"\t use --mirror=fetch or --mirror=push instead"12018msgstr ""12019"--mirror est dangereux et obsolète ; merci\n"12020"\t d'utiliser --mirror=fetch ou --mirror=push à la place"1202112022#: builtin/remote.c:14312023#, c-format12024msgid "unknown mirror argument: %s"12025msgstr "argument miroir inconnu : %s"1202612027#: builtin/remote.c:15912028msgid "fetch the remote branches"12029msgstr "rapatrier les branches distantes"1203012031#: builtin/remote.c:16112032msgid "import all tags and associated objects when fetching"12033msgstr ""12034"importer toutes les étiquettes et les objets associés lors du rapatriement"1203512036#: builtin/remote.c:16412037msgid "or do not fetch any tag at all (--no-tags)"12038msgstr "ou ne rapatrier aucune étiquette (--no-tags)"1203912040#: builtin/remote.c:16612041msgid "branch(es) to track"12042msgstr "branche(s) à suivre"1204312044#: builtin/remote.c:16712045msgid "master branch"12046msgstr "branche maîtresse"1204712048#: builtin/remote.c:16812049msgid "push|fetch"12050msgstr "push|fetch"1205112052#: builtin/remote.c:16912053msgid "set up remote as a mirror to push to or fetch from"12054msgstr ""12055"paramétrer la distante comme miroir pour pousser ou pour rapatrier depuis"1205612057#: builtin/remote.c:18112058msgid "specifying a master branch makes no sense with --mirror"12059msgstr "spécifier une branche maîtresse n'a pas de sens avec --mirror"1206012061#: builtin/remote.c:18312062msgid "specifying branches to track makes sense only with fetch mirrors"12063msgstr ""12064"spécifier les branches à suivre n'a de sens qu'avec des miroirs de "12065"rapatriement"1206612067#: builtin/remote.c:190 builtin/remote.c:62912068#, c-format12069msgid "remote %s already exists."12070msgstr "la distante %s existe déjà."1207112072#: builtin/remote.c:194 builtin/remote.c:63312073#, c-format12074msgid "'%s' is not a valid remote name"12075msgstr "'%s' n'est pas un nom valide de distante"1207612077#: builtin/remote.c:23412078#, c-format12079msgid "Could not setup master '%s'"12080msgstr "Impossible de paramétrer la maîtresse '%s'"1208112082#: builtin/remote.c:33612083#, c-format12084msgid "Could not get fetch map for refspec %s"12085msgstr ""12086"Impossible d'obtenir une correspondance distante pour la spécification de "12087"référence %s"1208812089#: builtin/remote.c:437 builtin/remote.c:44512090msgid "(matching)"12091msgstr "(correspond)"1209212093#: builtin/remote.c:44912094msgid "(delete)"12095msgstr "(supprimer)"1209612097#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:85612098#, c-format12099msgid "No such remote: %s"12100msgstr "Distante inconnue : %s"1210112102#: builtin/remote.c:63912103#, c-format12104msgid "Could not rename config section '%s' to '%s'"12105msgstr "Impossible de renommer la section de configuration '%s' en '%s'"1210612107#: builtin/remote.c:65912108#, c-format12109msgid ""12110"Not updating non-default fetch refspec\n"12111"\t%s\n"12112"\tPlease update the configuration manually if necessary."12113msgstr ""12114"Pas de mise à jour du refspec de rapatriement qui n'est pas par défaut\n"12115"\t%s\n"12116"\tVeuillez mettre à jour la configuration manuellement si nécessaire."1211712118#: builtin/remote.c:69512119#, c-format12120msgid "deleting '%s' failed"12121msgstr "échec de suppression de '%s'"1212212123#: builtin/remote.c:72912124#, c-format12125msgid "creating '%s' failed"12126msgstr "échec de création de '%s'"1212712128#: builtin/remote.c:79412129msgid ""12130"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"12131"to delete it, use:"12132msgid_plural ""12133"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"12134"to delete them, use:"12135msgstr[0] ""12136"Note : Une branche en dehors de refs/remotes/ n'a pas été supprimée ;\n"12137"pour la supprimer, utilisez :"12138msgstr[1] ""12139"Note : Plusieurs branches en dehors de refs/remotes/ n'ont pas été "12140"supprimées ;\n"12141"pour les supprimer, utilisez :"1214212143#: builtin/remote.c:80812144#, c-format12145msgid "Could not remove config section '%s'"12146msgstr "Impossible de supprimer la section de configuration '%s'"1214712148#: builtin/remote.c:90912149#, c-format12150msgid " new (next fetch will store in remotes/%s)"12151msgstr " nouveau (le prochain rapatriement (fetch) stockera dans remotes/%s)"1215212153#: builtin/remote.c:91212154msgid " tracked"12155msgstr " suivi"1215612157#: builtin/remote.c:91412158msgid " stale (use 'git remote prune' to remove)"12159msgstr " dépassé (utilisez 'git remote prune' pour supprimer)"1216012161#: builtin/remote.c:91612162msgid " ???"12163msgstr " ???"1216412165#: builtin/remote.c:95712166#, c-format12167msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"12168msgstr "branch.%s.merge invalide ; ne peut pas rebaser sur plus d'une branche"1216912170#: builtin/remote.c:96512171#, c-format12172msgid "rebases interactively onto remote %s"12173msgstr "rebase de manière interactive sur la distante %s"1217412175#: builtin/remote.c:96612176#, c-format12177msgid "rebases onto remote %s"12178msgstr "rebase sur la distante %s"1217912180#: builtin/remote.c:96912181#, c-format12182msgid " merges with remote %s"12183msgstr " fusionne avec la distante %s"1218412185#: builtin/remote.c:97212186#, c-format12187msgid "merges with remote %s"12188msgstr "fusionne avec la distante %s"1218912190#: builtin/remote.c:97512191#, c-format12192msgid "%-*s and with remote %s\n"12193msgstr "%-*s et avec la distante %s\n"1219412195#: builtin/remote.c:101812196msgid "create"12197msgstr "créer"1219812199#: builtin/remote.c:102112200msgid "delete"12201msgstr "supprimer"1220212203#: builtin/remote.c:102512204msgid "up to date"12205msgstr "à jour"1220612207#: builtin/remote.c:102812208msgid "fast-forwardable"12209msgstr "peut être mis à jour en avance rapide"1221012211#: builtin/remote.c:103112212msgid "local out of date"12213msgstr "le local n'est pas à jour"1221412215#: builtin/remote.c:103812216#, c-format12217msgid " %-*s forces to %-*s (%s)"12218msgstr " %-*s force vers %-*s (%s)"1221912220#: builtin/remote.c:104112221#, c-format12222msgid " %-*s pushes to %-*s (%s)"12223msgstr " %-*s pousse vers %-*s (%s)"1222412225#: builtin/remote.c:104512226#, c-format12227msgid " %-*s forces to %s"12228msgstr " %-*s force vers %s"1222912230#: builtin/remote.c:104812231#, c-format12232msgid " %-*s pushes to %s"12233msgstr " %-*s pousse vers %s"1223412235#: builtin/remote.c:111612236msgid "do not query remotes"12237msgstr "ne pas interroger les distantes"1223812239#: builtin/remote.c:114312240#, c-format12241msgid "* remote %s"12242msgstr "* distante %s"1224312244#: builtin/remote.c:114412245#, c-format12246msgid " Fetch URL: %s"12247msgstr " URL de rapatriement : %s"1224812249#: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:129712250msgid "(no URL)"12251msgstr "(pas d'URL)"1225212253#. TRANSLATORS: the colon ':' should align with12254#. the one in " Fetch URL: %s" translation12255#: builtin/remote.c:1156 builtin/remote.c:115812256#, c-format12257msgid " Push URL: %s"12258msgstr " URL push : %s"1225912260#: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:116412261#, c-format12262msgid " HEAD branch: %s"12263msgstr " Branche HEAD : %s"1226412265#: builtin/remote.c:116012266msgid "(not queried)"12267msgstr "(non demandé)"1226812269#: builtin/remote.c:116212270msgid "(unknown)"12271msgstr "(inconnu)"1227212273#: builtin/remote.c:116612274#, c-format12275msgid ""12276" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"12277msgstr ""12278" Branche HEAD (la HEAD distante est ambiguë, peut être l'une des "12279"suivantes) :\n"1228012281#: builtin/remote.c:117812282#, c-format12283msgid " Remote branch:%s"12284msgid_plural " Remote branches:%s"12285msgstr[0] " Branche distante :%s"12286msgstr[1] " Branches distantes :%s"1228712288#: builtin/remote.c:1181 builtin/remote.c:120712289msgid " (status not queried)"12290msgstr " (statut non demandé)"1229112292#: builtin/remote.c:119012293msgid " Local branch configured for 'git pull':"12294msgid_plural " Local branches configured for 'git pull':"12295msgstr[0] " Branche locale configurée pour 'git pull' :"12296msgstr[1] " Branches locales configurées pour 'git pull' :"1229712298#: builtin/remote.c:119812299msgid " Local refs will be mirrored by 'git push'"12300msgstr " Les références locales seront reflétées par 'git push'"1230112302#: builtin/remote.c:120412303#, c-format12304msgid " Local ref configured for 'git push'%s:"12305msgid_plural " Local refs configured for 'git push'%s:"12306msgstr[0] " Référence locale configurée pour 'git push'%s :"12307msgstr[1] " Références locales configurées pour 'git push'%s :"1230812309#: builtin/remote.c:122512310msgid "set refs/remotes/<name>/HEAD according to remote"12311msgstr "définir refs/remotes/<nom>/HEAD selon la distante"1231212313#: builtin/remote.c:122712314msgid "delete refs/remotes/<name>/HEAD"12315msgstr "supprimer refs/remotes/<nom>/HEAD"1231612317#: builtin/remote.c:124212318msgid "Cannot determine remote HEAD"12319msgstr "Impossible de déterminer la HEAD distante"1232012321#: builtin/remote.c:124412322msgid "Multiple remote HEAD branches. Please choose one explicitly with:"12323msgstr ""12324"Il y a de multiples branches HEAD distantes. Veuillez en choisir une "12325"explicitement avec :"1232612327#: builtin/remote.c:125412328#, c-format12329msgid "Could not delete %s"12330msgstr "Impossible de supprimer %s"1233112332#: builtin/remote.c:126212333#, c-format12334msgid "Not a valid ref: %s"12335msgstr "Référence non valide : %s"1233612337#: builtin/remote.c:126412338#, c-format12339msgid "Could not setup %s"12340msgstr "Impossible de paramétrer %s"1234112342#: builtin/remote.c:128212343#, c-format12344msgid " %s will become dangling!"12345msgstr " %s se retrouvera en suspens !"1234612347#: builtin/remote.c:128312348#, c-format12349msgid " %s has become dangling!"12350msgstr " %s se retrouve en suspens !"1235112352#: builtin/remote.c:129312353#, c-format12354msgid "Pruning %s"12355msgstr "Élimination de %s"1235612357#: builtin/remote.c:129412358#, c-format12359msgid "URL: %s"12360msgstr "URL : %s"1236112362#: builtin/remote.c:131012363#, c-format12364msgid " * [would prune] %s"12365msgstr " * [serait éliminé] %s"1236612367#: builtin/remote.c:131312368#, c-format12369msgid " * [pruned] %s"12370msgstr " * [éliminé] %s"1237112372#: builtin/remote.c:135812373msgid "prune remotes after fetching"12374msgstr "éliminer les distants après le rapatriement"1237512376#: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:154312377#, c-format12378msgid "No such remote '%s'"12379msgstr "Pas de serveur remote '%s'"1238012381#: builtin/remote.c:143712382msgid "add branch"12383msgstr "ajouter une branche"1238412385#: builtin/remote.c:144412386msgid "no remote specified"12387msgstr "pas de serveur distant spécifié"1238812389#: builtin/remote.c:146112390msgid "query push URLs rather than fetch URLs"12391msgstr "interroger les URLs de poussée plutôt que les URLs de récupération"1239212393#: builtin/remote.c:146312394msgid "return all URLs"12395msgstr "retourner toutes les URLs"1239612397#: builtin/remote.c:149112398#, c-format12399msgid "no URLs configured for remote '%s'"12400msgstr "aucune URL configurée pour le dépôt distant '%s'"1240112402#: builtin/remote.c:151712403msgid "manipulate push URLs"12404msgstr "manipuler les URLs push"1240512406#: builtin/remote.c:151912407msgid "add URL"12408msgstr "ajouter une URL"1240912410#: builtin/remote.c:152112411msgid "delete URLs"12412msgstr "supprimer des URLs"1241312414#: builtin/remote.c:152812415msgid "--add --delete doesn't make sense"12416msgstr "--add --delete n'a aucun sens"1241712418#: builtin/remote.c:156912419#, c-format12420msgid "Invalid old URL pattern: %s"12421msgstr "Motif d'URL ancien invalide : %s"1242212423#: builtin/remote.c:157712424#, c-format12425msgid "No such URL found: %s"12426msgstr "Pas d'URL trouvée : %s"1242712428#: builtin/remote.c:157912429msgid "Will not delete all non-push URLs"12430msgstr "Pas de suppression de toutes les URLs non-push"1243112432#: builtin/remote.c:159312433msgid "be verbose; must be placed before a subcommand"12434msgstr "être verbeux : doit être placé avant une sous-commande"1243512436#: builtin/remote.c:162412437#, c-format12438msgid "Unknown subcommand: %s"12439msgstr "Sous-commande inconnue : %s"1244012441#: builtin/repack.c:1712442msgid "git repack [<options>]"12443msgstr "git repack [<options>]"1244412445#: builtin/repack.c:2212446msgid ""12447"Incremental repacks are incompatible with bitmap indexes. Use\n"12448"--no-write-bitmap-index or disable the pack.writebitmaps configuration."12449msgstr ""12450"Les repaquetages incrémentaux sont incompatibles avec les index bitmap. "12451"Utilisez\n"12452"--no-write-bitmap-index ou désactivez le paramètre pack.writebitmaps."1245312454#: builtin/repack.c:16612455msgid "pack everything in a single pack"12456msgstr "empaqueter tout dans un seul paquet"1245712458#: builtin/repack.c:16812459msgid "same as -a, and turn unreachable objects loose"12460msgstr "identique à -a et transformer les objets inaccessibles en suspens"1246112462#: builtin/repack.c:17112463msgid "remove redundant packs, and run git-prune-packed"12464msgstr "supprimer les paquets redondants et lancer git-prune-packed"1246512466#: builtin/repack.c:17312467msgid "pass --no-reuse-delta to git-pack-objects"12468msgstr "passer --no-reuse-delta à git-pack-objects"1246912470#: builtin/repack.c:17512471msgid "pass --no-reuse-object to git-pack-objects"12472msgstr "passer --no-reuse-object à git-pack-objects"1247312474#: builtin/repack.c:17712475msgid "do not run git-update-server-info"12476msgstr "ne pas lancer git update-server-info"1247712478#: builtin/repack.c:18012479msgid "pass --local to git-pack-objects"12480msgstr "passer --local à git-pack-objects"1248112482#: builtin/repack.c:18212483msgid "write bitmap index"12484msgstr "écrire un index en bitmap"1248512486#: builtin/repack.c:18312487msgid "approxidate"12488msgstr "date approximative"1248912490#: builtin/repack.c:18412491msgid "with -A, do not loosen objects older than this"12492msgstr "avec -A, ne pas suspendre les objets plus vieux que celui-ci"1249312494#: builtin/repack.c:18612495msgid "with -a, repack unreachable objects"12496msgstr "avec -a, repaquétiser les objets inaccessibles"1249712498#: builtin/repack.c:18812499msgid "size of the window used for delta compression"12500msgstr "taille de la fenêtre utilisée pour la compression des deltas"1250112502#: builtin/repack.c:189 builtin/repack.c:19312503msgid "bytes"12504msgstr "octets"1250512506#: builtin/repack.c:19012507msgid "same as the above, but limit memory size instead of entries count"12508msgstr ""12509"idem ci-dessus, mais limiter la taille mémoire au lieu du nombre d'éléments"1251012511#: builtin/repack.c:19212512msgid "limits the maximum delta depth"12513msgstr "limite la profondeur maximale des deltas"1251412515#: builtin/repack.c:19412516msgid "maximum size of each packfile"12517msgstr "taille maximum de chaque fichier paquet"1251812519#: builtin/repack.c:19612520msgid "repack objects in packs marked with .keep"12521msgstr "réempaqueter les objets dans des paquets marqués avec .keep"1252212523#: builtin/repack.c:20612524msgid "cannot delete packs in a precious-objects repo"12525msgstr "impossible de supprimer les paquets dans un dépôt d'objets précieux"1252612527#: builtin/repack.c:21012528msgid "--keep-unreachable and -A are incompatible"12529msgstr "--keep-unreachable et -A sont incompatibles"1253012531#: builtin/repack.c:400 builtin/worktree.c:11512532#, c-format12533msgid "failed to remove '%s'"12534msgstr "échec de la suppression de '%s'"1253512536#: builtin/replace.c:1912537msgid "git replace [-f] <object> <replacement>"12538msgstr "git replace [-f] <objet> <remplacement>"1253912540#: builtin/replace.c:2012541msgid "git replace [-f] --edit <object>"12542msgstr "git replace [-f] --edit <objet>"1254312544#: builtin/replace.c:2112545msgid "git replace [-f] --graft <commit> [<parent>...]"12546msgstr "git replace [-f] --graft <commit> [<parent>...]"1254712548#: builtin/replace.c:2212549msgid "git replace -d <object>..."12550msgstr "git replace -d <objet>..."1255112552#: builtin/replace.c:2312553msgid "git replace [--format=<format>] [-l [<pattern>]]"12554msgstr "git replace [--format=<format>] [-l [<motif>]]"1255512556#: builtin/replace.c:330 builtin/replace.c:368 builtin/replace.c:39612557#, c-format12558msgid "Not a valid object name: '%s'"12559msgstr "Nom d'objet invalide : '%s'"1256012561#: builtin/replace.c:36012562#, c-format12563msgid "bad mergetag in commit '%s'"12564msgstr "mauvaise étiquette de fusion dans le commit '%s'"1256512566#: builtin/replace.c:36212567#, c-format12568msgid "malformed mergetag in commit '%s'"12569msgstr "étiquette de fusion malformée dans le commit '%s'"1257012571#: builtin/replace.c:37312572#, c-format12573msgid ""12574"original commit '%s' contains mergetag '%s' that is discarded; use --edit "12575"instead of --graft"12576msgstr ""12577"le commit original '%s' contient l'étiquette de fusion '%s' qui a disparu ; "12578"utilisez --edit au lieu de --graft"1257912580#: builtin/replace.c:40612581#, c-format12582msgid "the original commit '%s' has a gpg signature."12583msgstr "le commit original '%s' contient une signature GPG."1258412585#: builtin/replace.c:40712586msgid "the signature will be removed in the replacement commit!"12587msgstr "la signature sera éliminée dans la validation de remplacement !"1258812589#: builtin/replace.c:41312590#, c-format12591msgid "could not write replacement commit for: '%s'"12592msgstr "Impossible d'écrire le commit de remplacement pour '%s'"1259312594#: builtin/replace.c:43712595msgid "list replace refs"12596msgstr "afficher les références de remplacement"1259712598#: builtin/replace.c:43812599msgid "delete replace refs"12600msgstr "supprimer les références de remplacement"1260112602#: builtin/replace.c:43912603msgid "edit existing object"12604msgstr "éditer l'objet existant"1260512606#: builtin/replace.c:44012607msgid "change a commit's parents"12608msgstr "Modifier les parents d'un commit"1260912610#: builtin/replace.c:44112611msgid "replace the ref if it exists"12612msgstr "remplacer la référence si elle existe"1261312614#: builtin/replace.c:44212615msgid "do not pretty-print contents for --edit"12616msgstr "afficher sans mise en forme pour --edit"1261712618#: builtin/replace.c:44312619msgid "use this format"12620msgstr "utiliser ce format"1262112622#: builtin/rerere.c:1212623msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"12624msgstr ""12625"git rerere [clear | forget <chemin>... | status | remaining | diff | gc]"1262612627#: builtin/rerere.c:5812628msgid "register clean resolutions in index"12629msgstr "enregistrer des résolutions propres dans l'index"1263012631#: builtin/reset.c:2612632msgid ""12633"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"12634msgstr ""12635"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1263612637#: builtin/reset.c:2712638msgid "git reset [-q] [<tree-ish>] [--] <paths>..."12639msgstr "git reset [-q] [<arbre ou apparenté>] [--] <chemins>..."1264012641#: builtin/reset.c:2812642msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"12643msgstr "git reset --patch [<arbre ou apparenté>] [--] [<chemins>...]"1264412645#: builtin/reset.c:3412646msgid "mixed"12647msgstr "mixed"1264812649#: builtin/reset.c:3412650msgid "soft"12651msgstr "soft"1265212653#: builtin/reset.c:3412654msgid "hard"12655msgstr "hard"1265612657#: builtin/reset.c:3412658msgid "merge"12659msgstr "merge"1266012661#: builtin/reset.c:3412662msgid "keep"12663msgstr "keep"1266412665#: builtin/reset.c:7412666msgid "You do not have a valid HEAD."12667msgstr "Vous n'avez pas une HEAD valide."1266812669#: builtin/reset.c:7612670msgid "Failed to find tree of HEAD."12671msgstr "Impossible de trouver l'arbre pour HEAD."1267212673#: builtin/reset.c:8212674#, c-format12675msgid "Failed to find tree of %s."12676msgstr "Impossible de trouver l'arbre pour %s."1267712678#: builtin/reset.c:10012679#, c-format12680msgid "HEAD is now at %s"12681msgstr "HEAD est maintenant à %s"1268212683#: builtin/reset.c:18312684#, c-format12685msgid "Cannot do a %s reset in the middle of a merge."12686msgstr "Impossible de faire un \"reset %s\" au milieu d'une fusion."1268712688#: builtin/reset.c:27612689msgid "be quiet, only report errors"12690msgstr "être silencieux, afficher seulement les erreurs"1269112692#: builtin/reset.c:27812693msgid "reset HEAD and index"12694msgstr "réinitialiser HEAD et l'index"1269512696#: builtin/reset.c:27912697msgid "reset only HEAD"12698msgstr "réinitialiser seulement HEAD"1269912700#: builtin/reset.c:281 builtin/reset.c:28312701msgid "reset HEAD, index and working tree"12702msgstr "réinitialiser HEAD, l'index et la copie de travail"1270312704#: builtin/reset.c:28512705msgid "reset HEAD but keep local changes"12706msgstr "réinitialiser HEAD mais garder les changements locaux"1270712708#: builtin/reset.c:28812709msgid "record only the fact that removed paths will be added later"12710msgstr ""12711"enregistrer seulement le fait que les chemins effacés seront ajoutés plus "12712"tard"1271312714#: builtin/reset.c:30512715#, c-format12716msgid "Failed to resolve '%s' as a valid revision."12717msgstr "Échec de résolution de '%s' comme une révision valide."1271812719#: builtin/reset.c:31312720#, c-format12721msgid "Failed to resolve '%s' as a valid tree."12722msgstr "Échec de résolution de '%s' comme un arbre valide."1272312724#: builtin/reset.c:32212725msgid "--patch is incompatible with --{hard,mixed,soft}"12726msgstr "--patch est incompatible avec --{hard,mixed,soft}"1272712728#: builtin/reset.c:33112729msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."12730msgstr ""12731"--mixed avec des chemins est obsolète ; utilisez 'git reset -- <paths>' à la "12732"place."1273312734#: builtin/reset.c:33312735#, c-format12736msgid "Cannot do %s reset with paths."12737msgstr "Impossible de faire un \"%s reset\" avec des chemins."1273812739#: builtin/reset.c:34312740#, c-format12741msgid "%s reset is not allowed in a bare repository"12742msgstr "Le \"%s reset\" n'est pas permis dans un dépôt nu"1274312744#: builtin/reset.c:34712745msgid "-N can only be used with --mixed"12746msgstr "-N ne peut être utilisé qu'avec --mixed"1274712748#: builtin/reset.c:36412749msgid "Unstaged changes after reset:"12750msgstr "Modifications non indexées après reset :"1275112752#: builtin/reset.c:37012753#, c-format12754msgid "Could not reset index file to revision '%s'."12755msgstr "Impossible de réinitialiser le fichier d'index à la révision '%s'."1275612757#: builtin/reset.c:37412758msgid "Could not write new index file."12759msgstr "Impossible d'écrire le nouveau fichier d'index."1276012761#: builtin/rev-list.c:35412762msgid "rev-list does not support display of notes"12763msgstr "rev-list ne supporte l'affichage des notes"1276412765#: builtin/rev-parse.c:39312766msgid "git rev-parse --parseopt [<options>] -- [<args>...]"12767msgstr "git rev-parse --parseopt [<options>] -- [<arguments>...]"1276812769#: builtin/rev-parse.c:39812770msgid "keep the `--` passed as an arg"12771msgstr "garder le `--` passé en argument"1277212773#: builtin/rev-parse.c:40012774msgid "stop parsing after the first non-option argument"12775msgstr "arrêt de l'analyse après le premier argument qui n'est pas une option"1277612777#: builtin/rev-parse.c:40312778msgid "output in stuck long form"12779msgstr "sortie en forme longue fixée"1278012781#: builtin/rev-parse.c:53412782msgid ""12783"git rev-parse --parseopt [<options>] -- [<args>...]\n"12784" or: git rev-parse --sq-quote [<arg>...]\n"12785" or: git rev-parse [<options>] [<arg>...]\n"12786"\n"12787"Run \"git rev-parse --parseopt -h\" for more information on the first usage."12788msgstr ""12789"git rev-parse --parseopt [<options>] -- [<arguments>...]\n"12790" ou : git rev-parse --sq-quote [<argument>...]\n"12791" ou : git rev-parse [options] [<argument>...]\n"12792"\n"12793"Lancez \"git rev-parse --parseopt -h\" pour plus d'information sur "12794"l'utilisation principale."1279512796#: builtin/revert.c:2212797msgid "git revert [<options>] <commit-ish>..."12798msgstr "git revert [<options>] <commit ou apparenté>..."1279912800#: builtin/revert.c:2312801msgid "git revert <subcommand>"12802msgstr "git revert <sous-commande>"1280312804#: builtin/revert.c:2812805msgid "git cherry-pick [<options>] <commit-ish>..."12806msgstr "git cherry-pick [<options>] <commit ou apparenté>..."1280712808#: builtin/revert.c:2912809msgid "git cherry-pick <subcommand>"12810msgstr "git cherry-pick <sous-commande>"1281112812#: builtin/revert.c:8912813#, c-format12814msgid "%s: %s cannot be used with %s"12815msgstr "%s : %s ne peut pas être utilisé avec %s"1281612817#: builtin/revert.c:9812818msgid "end revert or cherry-pick sequence"12819msgstr "mettre fin au retour ou picorage"1282012821#: builtin/revert.c:9912822msgid "resume revert or cherry-pick sequence"12823msgstr "reprendre le retour ou picorage"1282412825#: builtin/revert.c:10012826msgid "cancel revert or cherry-pick sequence"12827msgstr "annuler le retour ou picorage"1282812829#: builtin/revert.c:10112830msgid "don't automatically commit"12831msgstr "ne pas valider automatiquement"1283212833#: builtin/revert.c:10212834msgid "edit the commit message"12835msgstr "éditer le message de validation"1283612837#: builtin/revert.c:10512838msgid "parent-number"12839msgstr "numéro-de-parent"1284012841#: builtin/revert.c:10612842msgid "select mainline parent"12843msgstr "sélectionner le parent principal"1284412845#: builtin/revert.c:10812846msgid "merge strategy"12847msgstr "stratégie de fusion"1284812849#: builtin/revert.c:10912850msgid "option"12851msgstr "option"1285212853#: builtin/revert.c:11012854msgid "option for merge strategy"12855msgstr "option pour la stratégie de fusion"1285612857#: builtin/revert.c:11912858msgid "append commit name"12859msgstr "ajouter le nom de validation"1286012861#: builtin/revert.c:12112862msgid "preserve initially empty commits"12863msgstr "préserver les validations vides initialement"1286412865#: builtin/revert.c:12212866msgid "allow commits with empty messages"12867msgstr "autoriser les validations avec des messages vides"1286812869#: builtin/revert.c:12312870msgid "keep redundant, empty commits"12871msgstr "garder les validations redondantes, vides"1287212873#: builtin/revert.c:21112874msgid "revert failed"12875msgstr "revert a échoué"1287612877#: builtin/revert.c:22412878msgid "cherry-pick failed"12879msgstr "le picorage a échoué"1288012881#: builtin/rm.c:1712882msgid "git rm [<options>] [--] <file>..."12883msgstr "git rm [<options>] [--] <fichier>..."1288412885#: builtin/rm.c:20512886msgid ""12887"the following file has staged content different from both the\n"12888"file and the HEAD:"12889msgid_plural ""12890"the following files have staged content different from both the\n"12891"file and the HEAD:"12892msgstr[0] ""12893"le fichier suivant a du contenu indexé différent\n"12894"du fichier et de HEAD :"12895msgstr[1] ""12896"les fichiers suivants ont du contenu indexé différent\n"12897"du fichier et de HEAD :"1289812899#: builtin/rm.c:21012900msgid ""12901"\n"12902"(use -f to force removal)"12903msgstr ""12904"\n"12905"(utilisez -f pour forcer la suppression)"1290612907#: builtin/rm.c:21412908msgid "the following file has changes staged in the index:"12909msgid_plural "the following files have changes staged in the index:"12910msgstr[0] "le fichier suivant a des changements indexés :"12911msgstr[1] "les fichiers suivants ont des changements indexés :"1291212913#: builtin/rm.c:218 builtin/rm.c:22712914msgid ""12915"\n"12916"(use --cached to keep the file, or -f to force removal)"12917msgstr ""12918"\n"12919"(utilisez --cached pour garder le fichier, ou -f pour forcer la suppression)"1292012921#: builtin/rm.c:22412922msgid "the following file has local modifications:"12923msgid_plural "the following files have local modifications:"12924msgstr[0] "le fichier suivant a des modifications locales :"12925msgstr[1] "les fichiers suivants ont des modifications locales :"1292612927#: builtin/rm.c:24212928msgid "do not list removed files"12929msgstr "ne pas afficher les fichiers supprimés"1293012931#: builtin/rm.c:24312932msgid "only remove from the index"12933msgstr "supprimer seulement de l'index"1293412935#: builtin/rm.c:24412936msgid "override the up-to-date check"12937msgstr "outrepasser la vérification des fichiers à jour"1293812939#: builtin/rm.c:24512940msgid "allow recursive removal"12941msgstr "autoriser la suppression récursive"1294212943#: builtin/rm.c:24712944msgid "exit with a zero status even if nothing matched"12945msgstr "sortir avec un statut zéro même si rien ne correspondait"1294612947#: builtin/rm.c:30812948#, c-format12949msgid "not removing '%s' recursively without -r"12950msgstr "pas de suppression récursive de '%s' sans -r"1295112952#: builtin/rm.c:34712953#, c-format12954msgid "git rm: unable to remove %s"12955msgstr "git rm : impossible de supprimer %s"1295612957#: builtin/rm.c:37012958#, c-format12959msgid "could not remove '%s'"12960msgstr "impossible de supprimer '%s'"1296112962#: builtin/send-pack.c:1812963msgid ""12964"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"12965"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "12966"[<ref>...]\n"12967" --all and explicit <ref> specification are mutually exclusive."12968msgstr ""12969"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"12970"receive-pack>] [--verbose] [--thin] [--atomic] [<hôte>:]<répertoire> "12971"[<référence>...]\n"12972" --all et la spécification explicite de <référence> sont mutuellement "12973"exclusifs."1297412975#: builtin/send-pack.c:16112976msgid "remote name"12977msgstr "nom distant"1297812979#: builtin/send-pack.c:17512980msgid "use stateless RPC protocol"12981msgstr "utiliser un protocole RPC sans état"1298212983#: builtin/send-pack.c:17612984msgid "read refs from stdin"12985msgstr "lire les références depuis l'entrée standard"1298612987#: builtin/send-pack.c:17712988msgid "print status from remote helper"12989msgstr "afficher les messages du greffon de protocole distant"1299012991#: builtin/shortlog.c:1312992msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"12993msgstr "git shortlog [<options>] [<intervalle-révisions>] [[--] [<chemin>...]]"1299412995#: builtin/shortlog.c:24812996msgid "Group by committer rather than author"12997msgstr "Grouper par validateur plutôt que par auteur"1299812999#: builtin/shortlog.c:25013000msgid "sort output according to the number of commits per author"13001msgstr "trier la sortie sur le nombre de validations par auteur"1300213003#: builtin/shortlog.c:25213004msgid "Suppress commit descriptions, only provides commit count"13005msgstr ""13006"Supprimer les descriptions de validation, fournit seulement le nombre de "13007"validations"1300813009#: builtin/shortlog.c:25413010msgid "Show the email address of each author"13011msgstr "Afficher l'adresse e-mail de chaque auteur"1301213013#: builtin/shortlog.c:25513014msgid "w[,i1[,i2]]"13015msgstr "w[,i1[,i2]]"1301613017#: builtin/shortlog.c:25613018msgid "Linewrap output"13019msgstr "Couper les lignes"1302013021#: builtin/show-branch.c:1013022msgid ""13023"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13024"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"13025"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13026"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"13027msgstr ""13028"git show-branch [-a | --all] [-r|--remotes] [--topo-order | --date-order]\n"13029"\t\t[--current] [--color[=<quand>] | --no-color] [--sparse]\n"13030"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13031"\t\t[--no-name | --sha1-name] [--topics] [(<rév> | <glob>)...]"1303213033#: builtin/show-branch.c:1413034msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"13035msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<référence>]"1303613037#: builtin/show-branch.c:37413038#, c-format13039msgid "ignoring %s; cannot handle more than %d ref"13040msgid_plural "ignoring %s; cannot handle more than %d refs"13041msgstr[0] "%s ignoré; impossible de gérer plus de %d référence"13042msgstr[1] "%s ignoré; impossible de gérer plus de %d références"1304313044#: builtin/show-branch.c:53613045#, c-format13046msgid "no matching refs with %s"13047msgstr "aucune référence correspond à %s"1304813049#: builtin/show-branch.c:63213050msgid "show remote-tracking and local branches"13051msgstr "afficher les branches de suivi distantes et les branches locales"1305213053#: builtin/show-branch.c:63413054msgid "show remote-tracking branches"13055msgstr "afficher les branches de suivi distantes"1305613057#: builtin/show-branch.c:63613058msgid "color '*!+-' corresponding to the branch"13059msgstr "couleur '*!+-' correspondant à la branche"1306013061#: builtin/show-branch.c:63813062msgid "show <n> more commits after the common ancestor"13063msgstr "afficher <n> validations de plus après l'ancêtre commun"1306413065#: builtin/show-branch.c:64013066msgid "synonym to more=-1"13067msgstr "synonyme de more=-1"1306813069#: builtin/show-branch.c:64113070msgid "suppress naming strings"13071msgstr "supprimer les chaînes de nommage"1307213073#: builtin/show-branch.c:64313074msgid "include the current branch"13075msgstr "inclure la branche courante"1307613077#: builtin/show-branch.c:64513078msgid "name commits with their object names"13079msgstr "nommer les validations avec leurs noms d'objet"1308013081#: builtin/show-branch.c:64713082msgid "show possible merge bases"13083msgstr "afficher les bases possibles de fusion"1308413085#: builtin/show-branch.c:64913086msgid "show refs unreachable from any other ref"13087msgstr "afficher les références inaccessibles depuis toute autre référence"1308813089#: builtin/show-branch.c:65113090msgid "show commits in topological order"13091msgstr "afficher les validations dans l'ordre topologique"1309213093#: builtin/show-branch.c:65413094msgid "show only commits not on the first branch"13095msgstr ""13096"afficher seulement les validations qui ne sont pas sur la première branche"1309713098#: builtin/show-branch.c:65613099msgid "show merges reachable from only one tip"13100msgstr "afficher les fusions accessibles depuis une seule pointe"1310113102#: builtin/show-branch.c:65813103msgid "topologically sort, maintaining date order where possible"13104msgstr "tri topologique, maintenant l'ordre par date si possible"1310513106#: builtin/show-branch.c:66113107msgid "<n>[,<base>]"13108msgstr "<n>[,<base>]"1310913110#: builtin/show-branch.c:66213111msgid "show <n> most recent ref-log entries starting at base"13112msgstr ""13113"afficher les <n> plus récents éléments de ref-log en commençant à la base"1311413115#: builtin/show-branch.c:69613116msgid ""13117"--reflog is incompatible with --all, --remotes, --independent or --merge-base"13118msgstr ""13119"--reflog est incompatible avec --all, --remotes, --independant et --merge-"13120"base"1312113122#: builtin/show-branch.c:72013123msgid "no branches given, and HEAD is not valid"13124msgstr "aucune branche spécifiée, et HEAD est invalide"1312513126#: builtin/show-branch.c:72313127msgid "--reflog option needs one branch name"13128msgstr "--reflog requiert un nom de branche"1312913130#: builtin/show-branch.c:72613131#, c-format13132msgid "only %d entry can be shown at one time."13133msgid_plural "only %d entries can be shown at one time."13134msgstr[0] "%d entrée seulement ne peut être montrée en même temps."13135msgstr[1] "%d entrées seulement ne peuvent être montrée en même temps."1313613137#: builtin/show-branch.c:73013138#, c-format13139msgid "no such ref %s"13140msgstr "référence inexistante %s"1314113142#: builtin/show-branch.c:81413143#, c-format13144msgid "cannot handle more than %d rev."13145msgid_plural "cannot handle more than %d revs."13146msgstr[0] "impossible de gérer plus de %d révision."13147msgstr[1] "impossible de gérer plus de %d révisions."1314813149#: builtin/show-branch.c:81813150#, c-format13151msgid "'%s' is not a valid ref."13152msgstr "'%s' n'est pas une référence valide."1315313154#: builtin/show-branch.c:82113155#, c-format13156msgid "cannot find commit %s (%s)"13157msgstr "impossible de trouver le commit %s (%s)"1315813159#: builtin/show-ref.c:1013160msgid ""13161"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13162"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"13163msgstr ""13164"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13165"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<motif>...]"1316613167#: builtin/show-ref.c:1113168msgid "git show-ref --exclude-existing[=<pattern>]"13169msgstr "git show-ref --exclude-existing[=<motif>]"1317013171#: builtin/show-ref.c:15913172msgid "only show tags (can be combined with heads)"13173msgstr "afficher seulement les étiquettes (peut être combiné avec heads)"1317413175#: builtin/show-ref.c:16013176msgid "only show heads (can be combined with tags)"13177msgstr "afficher seulement les têtes (peut être combiné avec tags)"1317813179#: builtin/show-ref.c:16113180msgid "stricter reference checking, requires exact ref path"13181msgstr ""13182"vérification de référence plus stricte, nécessite un chemin de référence "13183"exact"1318413185#: builtin/show-ref.c:164 builtin/show-ref.c:16613186msgid "show the HEAD reference, even if it would be filtered out"13187msgstr "afficher la référence HEAD, même si elle serait filtrée"1318813189#: builtin/show-ref.c:16813190msgid "dereference tags into object IDs"13191msgstr "déréférencer les étiquettes en IDs d'objet"1319213193#: builtin/show-ref.c:17013194msgid "only show SHA1 hash using <n> digits"13195msgstr "afficher seulement le hachage SHA1 en utilisant <n> chiffres"1319613197#: builtin/show-ref.c:17413198msgid "do not print results to stdout (useful with --verify)"13199msgstr ""13200"ne pas afficher les résultats sur la sortie standard (pratique avec --verify)"1320113202#: builtin/show-ref.c:17613203msgid "show refs from stdin that aren't in local repository"13204msgstr ""13205"afficher les références de l'entrée standard qui ne sont pas dans le dépôt "13206"local"1320713208#: builtin/stripspace.c:1713209msgid "git stripspace [-s | --strip-comments]"13210msgstr "git stripspace [-s | --strip-comments]"1321113212#: builtin/stripspace.c:1813213msgid "git stripspace [-c | --comment-lines]"13214msgstr "git stripspace [-c | --comment-lines]"1321513216#: builtin/stripspace.c:3513217msgid "skip and remove all lines starting with comment character"13218msgstr ""13219"sauter et supprimer toutes les lignes commençant par le caractère de "13220"commentaire"1322113222#: builtin/stripspace.c:3813223msgid "prepend comment character and space to each line"13224msgstr "ajouter devant chaque ligne le caractère de commentaire et un espace"1322513226#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:107513227#, c-format13228msgid "No such ref: %s"13229msgstr "Référence inexistante : %s"1323013231#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:108413232#, c-format13233msgid "Expecting a full ref name, got %s"13234msgstr "Nom de référence complet attendu, %s obtenu"1323513236#: builtin/submodule--helper.c:7113237#, c-format13238msgid "cannot strip one component off url '%s'"13239msgstr "impossible de supprimer un composant de l'URL '%s'"1324013241#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:63013242msgid "alternative anchor for relative paths"13243msgstr "ancre alternative pour les chemins relatifs"1324413245#: builtin/submodule--helper.c:31013246msgid "git submodule--helper list [--prefix=<path>] [<path>...]"13247msgstr "git submodule--helper list [--prefix=<chemin>] [<chemin>...]"1324813249#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:38013250#, c-format13251msgid "No url found for submodule path '%s' in .gitmodules"13252msgstr "URL non trouvée pour le chemin de sous-module '%s' dans .gitmodules"1325313254#: builtin/submodule--helper.c:39513255#, c-format13256msgid ""13257"could not lookup configuration '%s'. Assuming this repository is its own "13258"authoritative upstream."13259msgstr ""13260"impossible de trouver la configuration '%s'. Ce dépôt est considéré comme "13261"son propre amont d'autorité."1326213263#: builtin/submodule--helper.c:40613264#, c-format13265msgid "Failed to register url for submodule path '%s'"13266msgstr "Échec d'enregistrement de l'URL pour le chemin de sous-module '%s'"1326713268#: builtin/submodule--helper.c:41013269#, c-format13270msgid "Submodule '%s' (%s) registered for path '%s'\n"13271msgstr "Sous-module '%s' (%s) enregistré pour le chemin '%s'\n"1327213273#: builtin/submodule--helper.c:42013274#, c-format13275msgid "warning: command update mode suggested for submodule '%s'\n"13276msgstr ""13277"attention : nous vous suggérons de spécifier une commande de mode de mise à "13278"jour pour le sous-module '%s'\n"1327913280#: builtin/submodule--helper.c:42713281#, c-format13282msgid "Failed to register update mode for submodule path '%s'"13283msgstr ""13284"Échec d'enregistrement du mode de mise à jour pour le chemin de sous-module "13285"'%s'"1328613287#: builtin/submodule--helper.c:44313288msgid "Suppress output for initializing a submodule"13289msgstr "Supprimer la sortie lors de l'initialisation d'un sous-module"1329013291#: builtin/submodule--helper.c:44813292msgid "git submodule--helper init [<path>]"13293msgstr "git submodule--helper init [<chemin>]"1329413295#: builtin/submodule--helper.c:47613296msgid "git submodule--helper name <path>"13297msgstr "git submodule--helper <nom> <chemin>"1329813299#: builtin/submodule--helper.c:48213300#, c-format13301msgid "no submodule mapping found in .gitmodules for path '%s'"13302msgstr ""13303"Pas de mise en correspondance du sous-module trouvé dans .gitmodules pour le "13304"chemin '%s'"1330513306#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:56813307#, c-format13308msgid "submodule '%s' cannot add alternate: %s"13309msgstr "le sous-module '%s' ne peut pas ajouter d'alternative : %s"1331013311#: builtin/submodule--helper.c:60413312#, c-format13313msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"13314msgstr ""13315"La valeur '%s' pour submodule.alternateErrorStrategy n'est pas reconnue"1331613317#: builtin/submodule--helper.c:61113318#, c-format13319msgid "Value '%s' for submodule.alternateLocation is not recognized"13320msgstr "La valeur '%s' pour submodule.alternateLocation n'est pas reconnue"1332113322#: builtin/submodule--helper.c:63313323msgid "where the new submodule will be cloned to"13324msgstr "emplacement où le sous-module sera cloné"1332513326#: builtin/submodule--helper.c:63613327msgid "name of the new submodule"13328msgstr "nom du nouveau sous-module"1332913330#: builtin/submodule--helper.c:63913331msgid "url where to clone the submodule from"13332msgstr "URL depuis laquelle cloner le sous-module"1333313334#: builtin/submodule--helper.c:64513335msgid "depth for shallow clones"13336msgstr "profondeur de l'historique des clones superficiels"1333713338#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:99313339msgid "force cloning progress"13340msgstr "forcer l'affichage de la progression du clonage"1334113342#: builtin/submodule--helper.c:65313343msgid ""13344"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "13345"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"13346msgstr ""13347"git submodule--helper clone [--prefix=<chemin>] [--quiet] [--reference "13348"<dépôt>] [--name <nom>] [--depth <profondeur>] --url <url> --path <chemin>"1334913350#: builtin/submodule--helper.c:68413351#, c-format13352msgid "clone of '%s' into submodule path '%s' failed"13353msgstr "Le clonage de '%s' dans le chemin de sous-module '%s' a échoué"1335413355#: builtin/submodule--helper.c:69913356#, c-format13357msgid "could not get submodule directory for '%s'"13358msgstr "impossible de créer le répertoire de sous-module pour '%s'"1335913360#: builtin/submodule--helper.c:76413361#, c-format13362msgid "Submodule path '%s' not initialized"13363msgstr "Le chemin de sous-module '%s' n'est pas initialisé"1336413365#: builtin/submodule--helper.c:76813366msgid "Maybe you want to use 'update --init'?"13367msgstr "Vous voudriez sûrement utiliser 'update --init' ?"1336813369#: builtin/submodule--helper.c:79313370#, c-format13371msgid "Skipping unmerged submodule %s"13372msgstr "Sous-module non fusionné %s non traité"1337313374#: builtin/submodule--helper.c:81413375#, c-format13376msgid "Skipping submodule '%s'"13377msgstr "Sous-module '%s' non traité"1337813379#: builtin/submodule--helper.c:94213380#, c-format13381msgid "Failed to clone '%s'. Retry scheduled"13382msgstr "Impossible de cloner '%s'. Réessai prévu"1338313384#: builtin/submodule--helper.c:95313385#, c-format13386msgid "Failed to clone '%s' a second time, aborting"13387msgstr "Impossible de cloner '%s' pour la seconde fois, abandon"1338813389#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:116213390msgid "path into the working tree"13391msgstr "chemin dans la copie de travail"1339213393#: builtin/submodule--helper.c:97713394msgid "path into the working tree, across nested submodule boundaries"13395msgstr ""13396"chemin dans la copie de travail, traversant les frontières de sous-modules"1339713398#: builtin/submodule--helper.c:98113399msgid "rebase, merge, checkout or none"13400msgstr "valeurs possibles : rebase, merge, checkout ou none"1340113402#: builtin/submodule--helper.c:98513403msgid "Create a shallow clone truncated to the specified number of revisions"13404msgstr "Créer un clone superficiel tronqué au nombre de révisions spécifié"1340513406#: builtin/submodule--helper.c:98813407msgid "parallel jobs"13408msgstr "jobs parallèles"1340913410#: builtin/submodule--helper.c:99013411msgid "whether the initial clone should follow the shallow recommendation"13412msgstr "spécifie si le clonage initial doit être aussi superficiel"1341313414#: builtin/submodule--helper.c:99113415msgid "don't print cloning progress"13416msgstr "ne pas afficher la progression du clonage"1341713418#: builtin/submodule--helper.c:99813419msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"13420msgstr "git submodule--helper update_clone [--prefix=<chemin>] [<chemin>...]"1342113422#: builtin/submodule--helper.c:100813423msgid "bad value for update parameter"13424msgstr "valeur invalide pour la mise à jour du paramètre"1342513426#: builtin/submodule--helper.c:107913427#, c-format13428msgid ""13429"Submodule (%s) branch configured to inherit branch from superproject, but "13430"the superproject is not on any branch"13431msgstr ""13432"la branche du sous-module %s est configurée pour hériter de la branche du "13433"superprojet, mais le superprojet n'est sur aucune branche"1343413435#: builtin/submodule--helper.c:116313436msgid "recurse into submodules"13437msgstr "parcourir récursivement les sous-modules"1343813439#: builtin/submodule--helper.c:116913440msgid "git submodule--helper embed-git-dir [<path>...]"13441msgstr "git submodule--helper embed-git-dir [<chemin>...]"1344213443#: builtin/submodule--helper.c:122613444msgid "submodule--helper subcommand must be called with a subcommand"13445msgstr ""13446"la sous-commande submodule--helper doit être appelée avec une sous-commande"1344713448#: builtin/submodule--helper.c:123313449#, c-format13450msgid "%s doesn't support --super-prefix"13451msgstr "%s ne gère pas --super-prefix"1345213453#: builtin/submodule--helper.c:123913454#, c-format13455msgid "'%s' is not a valid submodule--helper subcommand"13456msgstr "'%s' n'est pas une sous-commande valide de submodule--helper"1345713458#: builtin/symbolic-ref.c:713459msgid "git symbolic-ref [<options>] <name> [<ref>]"13460msgstr "git symbolic-ref [<options>] nom [<référence>]"1346113462#: builtin/symbolic-ref.c:813463msgid "git symbolic-ref -d [-q] <name>"13464msgstr "git symbolic-ref -d [-q] <nom>"1346513466#: builtin/symbolic-ref.c:4013467msgid "suppress error message for non-symbolic (detached) refs"13468msgstr ""13469"supprimer le message d'erreur pour une référence non symbolique (détachée)"1347013471#: builtin/symbolic-ref.c:4113472msgid "delete symbolic ref"13473msgstr "supprimer la référence symbolique"1347413475#: builtin/symbolic-ref.c:4213476msgid "shorten ref output"13477msgstr "raccourcir l'affichage de la référence"1347813479#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213480msgid "reason"13481msgstr "raison"1348213483#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213484msgid "reason of the update"13485msgstr "raison de la mise à jour"1348613487#: builtin/tag.c:2313488msgid ""13489"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "13490"[<head>]"13491msgstr ""13492"git tag [-a | -s | -u <id-clé>] [-f] [-m <message> | -F <file>] <nom-"13493"étiquette> [<head>]"1349413495#: builtin/tag.c:2413496msgid "git tag -d <tagname>..."13497msgstr "git tag -d <nométiquette>..."1349813499#: builtin/tag.c:2513500msgid ""13501"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13502"points-at <object>]\n"13503"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"13504msgstr ""13505"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13506"points-at <objet>]\n"13507"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<motif>...]"1350813509#: builtin/tag.c:2713510msgid "git tag -v [--format=<format>] <tagname>..."13511msgstr "git tag -v [--format=<format>] <nométiquette>..."1351213513#: builtin/tag.c:8313514#, c-format13515msgid "tag '%s' not found."13516msgstr "étiquette '%s' non trouvée."1351713518#: builtin/tag.c:9913519#, c-format13520msgid "Deleted tag '%s' (was %s)\n"13521msgstr "Étiquette '%s' supprimée (elle était sur %s)\n"1352213523#: builtin/tag.c:12813524#, c-format13525msgid ""13526"\n"13527"Write a message for tag:\n"13528" %s\n"13529"Lines starting with '%c' will be ignored.\n"13530msgstr ""13531"\n"13532"Écrivez un message pour l'étiquette :\n"13533" %s\n"13534"Les lignes commençant par '%c' seront ignorées.\n"1353513536#: builtin/tag.c:13213537#, c-format13538msgid ""13539"\n"13540"Write a message for tag:\n"13541" %s\n"13542"Lines starting with '%c' will be kept; you may remove them yourself if you "13543"want to.\n"13544msgstr ""13545"\n"13546"Écrivez un message pour l'étiquette :\n"13547" %s\n"13548"Les lignes commençant par '%c' seront gardées ; vous pouvez les retirer vous-"13549"même si vous le souhaitez.\n"1355013551#: builtin/tag.c:21013552msgid "unable to sign the tag"13553msgstr "impossible de signer l'étiquette"1355413555#: builtin/tag.c:21213556msgid "unable to write tag file"13557msgstr "impossible d'écrire le fichier d'étiquettes"1355813559#: builtin/tag.c:23613560msgid "bad object type."13561msgstr "mauvais type d'objet."1356213563#: builtin/tag.c:28213564msgid "no tag message?"13565msgstr "pas de message pour l'étiquette ?"1356613567#: builtin/tag.c:28913568#, c-format13569msgid "The tag message has been left in %s\n"13570msgstr "Le message pour l'étiquette a été laissé dans %s\n"1357113572#: builtin/tag.c:39713573msgid "list tag names"13574msgstr "afficher les noms des étiquettes"1357513576#: builtin/tag.c:39913577msgid "print <n> lines of each tag message"13578msgstr "affiche <n> lignes de chaque message d'étiquette"1357913580#: builtin/tag.c:40113581msgid "delete tags"13582msgstr "supprimer des étiquettes"1358313584#: builtin/tag.c:40213585msgid "verify tags"13586msgstr "vérifier des étiquettes"1358713588#: builtin/tag.c:40413589msgid "Tag creation options"13590msgstr "Options de création de l'étiquette"1359113592#: builtin/tag.c:40613593msgid "annotated tag, needs a message"13594msgstr "étiquette annotée, nécessite un message"1359513596#: builtin/tag.c:40813597msgid "tag message"13598msgstr "message pour l'étiquette"1359913600#: builtin/tag.c:41013601msgid "annotated and GPG-signed tag"13602msgstr "étiquette annotée et signée avec GPG"1360313604#: builtin/tag.c:41413605msgid "use another key to sign the tag"13606msgstr "utiliser une autre clé pour signer l'étiquette"1360713608#: builtin/tag.c:41513609msgid "replace the tag if exists"13610msgstr "remplacer l'étiquette si elle existe"1361113612#: builtin/tag.c:416 builtin/update-ref.c:36813613msgid "create a reflog"13614msgstr "créer un reflog"1361513616#: builtin/tag.c:41813617msgid "Tag listing options"13618msgstr "Options d'affichage des étiquettes"1361913620#: builtin/tag.c:41913621msgid "show tag list in columns"13622msgstr "afficher la liste des étiquettes sous forme de colonnes"1362313624#: builtin/tag.c:420 builtin/tag.c:42213625msgid "print only tags that contain the commit"13626msgstr "afficher seulement les étiquettes qui contiennent la validation"1362713628#: builtin/tag.c:421 builtin/tag.c:42313629msgid "print only tags that don't contain the commit"13630msgstr "afficher seulement les étiquettes qui ne contiennent pas la validation"1363113632#: builtin/tag.c:42413633msgid "print only tags that are merged"13634msgstr "afficher seulement les étiquettes qui sont fusionnées"1363513636#: builtin/tag.c:42513637msgid "print only tags that are not merged"13638msgstr "afficher seulement les étiquettes qui ne sont pas fusionnées"1363913640#: builtin/tag.c:43013641msgid "print only tags of the object"13642msgstr "afficher seulement les étiquettes de l'objet"1364313644#: builtin/tag.c:46913645msgid "--column and -n are incompatible"13646msgstr "--column et -n sont incompatibles"1364713648#: builtin/tag.c:49113649msgid "-n option is only allowed in list mode"13650msgstr "l'option -n est autorisée seulement en mode de liste"1365113652#: builtin/tag.c:49313653msgid "--contains option is only allowed in list mode"13654msgstr "l'option --contains est autorisée seulement en mode de liste"1365513656#: builtin/tag.c:49513657msgid "--no-contains option is only allowed in list mode"13658msgstr "l'option --contains est autorisée seulement en mode liste"1365913660#: builtin/tag.c:49713661msgid "--points-at option is only allowed in list mode"13662msgstr "l'option --points-at est autorisée seulement en mode liste"1366313664#: builtin/tag.c:49913665msgid "--merged and --no-merged options are only allowed in list mode"13666msgstr ""13667"les options --merged et --no-merged ne sont autorisées qu'en mode liste"1366813669#: builtin/tag.c:51013670msgid "only one -F or -m option is allowed."13671msgstr "une seule option -F ou -m est autorisée."1367213673#: builtin/tag.c:52913674msgid "too many params"13675msgstr "trop de paramètres"1367613677#: builtin/tag.c:53513678#, c-format13679msgid "'%s' is not a valid tag name."13680msgstr "'%s' n'est pas un nom d'étiquette valide."1368113682#: builtin/tag.c:54013683#, c-format13684msgid "tag '%s' already exists"13685msgstr "l'étiquette '%s' existe déjà"1368613687#: builtin/tag.c:57013688#, c-format13689msgid "Updated tag '%s' (was %s)\n"13690msgstr "Étiquette '%s' mise à jour (elle était sur %s)\n"1369113692#: builtin/unpack-objects.c:49313693msgid "Unpacking objects"13694msgstr "Dépaquetage des objets"1369513696#: builtin/update-index.c:7913697#, c-format13698msgid "failed to create directory %s"13699msgstr "échec de la création du répertoire %s"1370013701#: builtin/update-index.c:8513702#, c-format13703msgid "failed to stat %s"13704msgstr "échec du stat de %s"1370513706#: builtin/update-index.c:9513707#, c-format13708msgid "failed to create file %s"13709msgstr "échec de la création du fichier %s"1371013711#: builtin/update-index.c:10313712#, c-format13713msgid "failed to delete file %s"13714msgstr "échec de la suppression du fichier %s"1371513716#: builtin/update-index.c:110 builtin/update-index.c:21613717#, c-format13718msgid "failed to delete directory %s"13719msgstr "échec de la suppression du répertoire %s"1372013721#: builtin/update-index.c:13513722#, c-format13723msgid "Testing mtime in '%s' "13724msgstr "Test du mtime dans '%s' "1372513726#: builtin/update-index.c:14913727msgid "directory stat info does not change after adding a new file"13728msgstr ""13729"l'information de stat du répertoire ne change pas après ajout d'un fichier"1373013731#: builtin/update-index.c:16213732msgid "directory stat info does not change after adding a new directory"13733msgstr ""13734"l'information de stat du répertoire ne change pas après ajout d'un répertoire"1373513736#: builtin/update-index.c:17513737msgid "directory stat info changes after updating a file"13738msgstr ""13739"l'information de stat du répertoire change après mise à jour d'un fichier"1374013741#: builtin/update-index.c:18613742msgid "directory stat info changes after adding a file inside subdirectory"13743msgstr ""13744"l'information de stat du répertoire change après l'ajout d'un fichier dans "13745"un sous-répertoire"1374613747#: builtin/update-index.c:19713748msgid "directory stat info does not change after deleting a file"13749msgstr ""13750"l'information de stat du répertoire ne change pas après la suppression d'un "13751"fichier<"1375213753#: builtin/update-index.c:21013754msgid "directory stat info does not change after deleting a directory"13755msgstr ""13756"l'information de stat du répertoire ne change pas après la suppression d'un "13757"répertoire"1375813759#: builtin/update-index.c:21713760msgid " OK"13761msgstr " OK"1376213763#: builtin/update-index.c:56813764msgid "git update-index [<options>] [--] [<file>...]"13765msgstr "git update-index [<options>] [--] [<fichier>...]"1376613767#: builtin/update-index.c:92313768msgid "continue refresh even when index needs update"13769msgstr "continuer de rafraîchir même si l'index a besoin d'une mise à jour"1377013771#: builtin/update-index.c:92613772msgid "refresh: ignore submodules"13773msgstr "rafraîchir : ignorer les sous-modules"1377413775#: builtin/update-index.c:92913776msgid "do not ignore new files"13777msgstr "ne pas ignorer les nouveaux fichiers"1377813779#: builtin/update-index.c:93113780msgid "let files replace directories and vice-versa"13781msgstr "laisser les fichiers remplacer des répertoires et vice-versa"1378213783#: builtin/update-index.c:93313784msgid "notice files missing from worktree"13785msgstr "aviser des fichiers manquants dans la copie de travail"1378613787#: builtin/update-index.c:93513788msgid "refresh even if index contains unmerged entries"13789msgstr "rafraîchir même si l'index contient des éléments non fusionnés"1379013791#: builtin/update-index.c:93813792msgid "refresh stat information"13793msgstr "rafraîchir l'information de stat"1379413795#: builtin/update-index.c:94213796msgid "like --refresh, but ignore assume-unchanged setting"13797msgstr "comme --refresh, mais en ignorant l'option assume-unchanged"1379813799#: builtin/update-index.c:94613800msgid "<mode>,<object>,<path>"13801msgstr "<mode>, <objet>, <chemin>"1380213803#: builtin/update-index.c:94713804msgid "add the specified entry to the index"13805msgstr "ajouter l'élément spécifié dans l'index"1380613807#: builtin/update-index.c:95613808msgid "mark files as \"not changing\""13809msgstr "marquer les fichiers comme \"non changeants\""1381013811#: builtin/update-index.c:95913812msgid "clear assumed-unchanged bit"13813msgstr "mettre à zéro le bit supposé-non-modifié"1381413815#: builtin/update-index.c:96213816msgid "mark files as \"index-only\""13817msgstr "marquer les fichiers comme \"index seulement\""1381813819#: builtin/update-index.c:96513820msgid "clear skip-worktree bit"13821msgstr "mettre à zéro le bit sauter-la-copie-de travail"1382213823#: builtin/update-index.c:96813824msgid "add to index only; do not add content to object database"13825msgstr ""13826"ajouter seulement à l'index ; ne pas ajouter le contenu dans la base de "13827"données des objets"1382813829#: builtin/update-index.c:97013830msgid "remove named paths even if present in worktree"13831msgstr ""13832"supprimer les chemins nommés même s'ils sont présents dans la copie de "13833"travail"1383413835#: builtin/update-index.c:97213836msgid "with --stdin: input lines are terminated by null bytes"13837msgstr "avec --stdin : les lignes en entrée sont terminées par des octets nuls"1383813839#: builtin/update-index.c:97413840msgid "read list of paths to be updated from standard input"13841msgstr "lire la liste des chemins à mettre à jour depuis l'entrée standard"1384213843#: builtin/update-index.c:97813844msgid "add entries from standard input to the index"13845msgstr "ajouter les éléments depuis l'entrée standard à l'index"1384613847#: builtin/update-index.c:98213848msgid "repopulate stages #2 and #3 for the listed paths"13849msgstr "repeupler les étapes n°2 et n°3 pour les chemins listés"1385013851#: builtin/update-index.c:98613852msgid "only update entries that differ from HEAD"13853msgstr "mettre à jour seulement les éléments qui diffèrent de HEAD"1385413855#: builtin/update-index.c:99013856msgid "ignore files missing from worktree"13857msgstr "ignorer les fichiers manquants dans la copie de travail"1385813859#: builtin/update-index.c:99313860msgid "report actions to standard output"13861msgstr "afficher les actions sur la sortie standard"1386213863#: builtin/update-index.c:99513864msgid "(for porcelains) forget saved unresolved conflicts"13865msgstr "(pour porcelaines) oublier les conflits sauvés et non résolus"1386613867#: builtin/update-index.c:99913868msgid "write index in this format"13869msgstr "écrire l'index dans ce format"1387013871#: builtin/update-index.c:100113872msgid "enable or disable split index"13873msgstr "activer ou désactiver l'index divisé"1387413875#: builtin/update-index.c:100313876msgid "enable/disable untracked cache"13877msgstr "activer ou désactiver le cache de non-suivis"1387813879#: builtin/update-index.c:100513880msgid "test if the filesystem supports untracked cache"13881msgstr "tester si le système de fichier supporte le cache de non-suivis"1388213883#: builtin/update-index.c:100713884msgid "enable untracked cache without testing the filesystem"13885msgstr "activer le cache de non-suivis sans tester le système de fichier"1388613887#: builtin/update-index.c:110713888msgid ""13889"core.splitIndex is set to false; remove or change it, if you really want to "13890"enable split index"13891msgstr ""13892"core.splitIndex est réglé à false ; supprimez-le ou changez-le si vous "13893"souhaitez vraiment activer l'index coupé"1389413895#: builtin/update-index.c:111613896msgid ""13897"core.splitIndex is set to true; remove or change it, if you really want to "13898"disable split index"13899msgstr ""13900"core.splitIndex est réglé à vrai ; supprimez-le ou changez-le si vous "13901"souhaitez vraiment désactiver l'index coupé"1390213903#: builtin/update-index.c:112713904msgid ""13905"core.untrackedCache is set to true; remove or change it, if you really want "13906"to disable the untracked cache"13907msgstr ""13908"core.untrackedCache est réglé à true ; supprimez-le ou changez-le si vous "13909"souhaitez vraiment désactiver le cache des fichiers non-suivis"1391013911#: builtin/update-index.c:113113912msgid "Untracked cache disabled"13913msgstr "Le cache non suivi est désactivé"1391413915#: builtin/update-index.c:113913916msgid ""13917"core.untrackedCache is set to false; remove or change it, if you really want "13918"to enable the untracked cache"13919msgstr ""13920"core.untrackedCache est réglé à false ; supprimez-le ou changez-le si vous "13921"souhaitez vraiment activer le cache des fichiers non-suivis"1392213923#: builtin/update-index.c:114313924#, c-format13925msgid "Untracked cache enabled for '%s'"13926msgstr "Le cache non suivi est activé pour '%s'"1392713928#: builtin/update-ref.c:913929msgid "git update-ref [<options>] -d <refname> [<old-val>]"13930msgstr "git update-ref [<options>] -d <nom-référence> [<ancienne-valeur>]"1393113932#: builtin/update-ref.c:1013933msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"13934msgstr ""13935"git update-ref [<options>] <nom-référence> <nouvelle-valeur> [<ancienne-"13936"valeur>]"1393713938#: builtin/update-ref.c:1113939msgid "git update-ref [<options>] --stdin [-z]"13940msgstr "git update-ref [<options>] --stdin [-z]"1394113942#: builtin/update-ref.c:36313943msgid "delete the reference"13944msgstr "supprimer la référence"1394513946#: builtin/update-ref.c:36513947msgid "update <refname> not the one it points to"13948msgstr "mettre à jour <nomréférence> et non la référence pointée par lui"1394913950#: builtin/update-ref.c:36613951msgid "stdin has NUL-terminated arguments"13952msgstr "l'entrée standard a des arguments qui se terminent par NUL"1395313954#: builtin/update-ref.c:36713955msgid "read updates from stdin"13956msgstr "lire les mises à jour depuis l'entrée standard"1395713958#: builtin/update-server-info.c:613959msgid "git update-server-info [--force]"13960msgstr "git update-server-info [--force]"1396113962#: builtin/update-server-info.c:1413963msgid "update the info files from scratch"13964msgstr "mettre à jour les fichiers d'information à partir de zéro"1396513966#: builtin/verify-commit.c:1713967msgid "git verify-commit [-v | --verbose] <commit>..."13968msgstr "git verify-commit [-v | --verbose] <commit>..."1396913970#: builtin/verify-commit.c:7213971msgid "print commit contents"13972msgstr "afficher le contenu du commit"1397313974#: builtin/verify-commit.c:73 builtin/verify-tag.c:3713975msgid "print raw gpg status output"13976msgstr "afficher les messages bruts de gpg"1397713978#: builtin/verify-pack.c:5413979msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."13980msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."1398113982#: builtin/verify-pack.c:6413983msgid "verbose"13984msgstr "verbeux"1398513986#: builtin/verify-pack.c:6613987msgid "show statistics only"13988msgstr "afficher seulement les statistiques"1398913990#: builtin/verify-tag.c:1813991msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."13992msgstr "git verify-tag [-v | --verbose] [--format=<format>] <étiquette>..."1399313994#: builtin/verify-tag.c:3613995msgid "print tag contents"13996msgstr "afficher le contenu de l'étiquette"1399713998#: builtin/worktree.c:1513999msgid "git worktree add [<options>] <path> [<branch>]"14000msgstr "git worktree add [<options>] <chemin> [<branche>]"1400114002#: builtin/worktree.c:1614003msgid "git worktree list [<options>]"14004msgstr "git worktree prune [<options>]"1400514006#: builtin/worktree.c:1714007msgid "git worktree lock [<options>] <path>"14008msgstr "git worktree lock [<options>] <chemin>"1400914010#: builtin/worktree.c:1814011msgid "git worktree prune [<options>]"14012msgstr "git worktree prune [<options>]"1401314014#: builtin/worktree.c:1914015msgid "git worktree unlock <path>"14016msgstr "git worktree unlock <chemin>"1401714018#: builtin/worktree.c:4314019#, c-format14020msgid "Removing worktrees/%s: not a valid directory"14021msgstr "Suppression de worktrees/%s : répertoire invalide"1402214023#: builtin/worktree.c:4914024#, c-format14025msgid "Removing worktrees/%s: gitdir file does not exist"14026msgstr "Suppression de worktrees/%s : le fichier gitdir n'existe pas"1402714028#: builtin/worktree.c:5414029#, c-format14030msgid "Removing worktrees/%s: unable to read gitdir file (%s)"14031msgstr ""14032"Suppression de worktrees/%s : echec de la lecture du fichier gitdir (%s)"1403314034#: builtin/worktree.c:6514035#, c-format14036msgid "Removing worktrees/%s: invalid gitdir file"14037msgstr "Suppression de worktrees/%s : fichier gitdir invalide"1403814039#: builtin/worktree.c:8114040#, c-format14041msgid "Removing worktrees/%s: gitdir file points to non-existent location"14042msgstr ""14043"Suppression de worktrees/%s : le fichier gitdir point sur un endroit "14044"inexistant"1404514046#: builtin/worktree.c:12814047msgid "report pruned working trees"14048msgstr "afficher les arbres de travail éliminés"1404914050#: builtin/worktree.c:13014051msgid "expire working trees older than <time>"14052msgstr "faire expirer les arbres de travail plus vieux que <temps>"1405314054#: builtin/worktree.c:20414055#, c-format14056msgid "'%s' already exists"14057msgstr "'%s' existe déjà"1405814059#: builtin/worktree.c:23514060#, c-format14061msgid "could not create directory of '%s'"14062msgstr "impossible de créer le répertoire de '%s'"1406314064#: builtin/worktree.c:27414065#, c-format14066msgid "Preparing %s (identifier %s)"14067msgstr "Préparation de %s (identifiant %s)"1406814069#: builtin/worktree.c:32814070msgid "checkout <branch> even if already checked out in other worktree"14071msgstr ""14072"extraire la <branche> même si elle est déjà extraite dans une autre copie de "14073"travail"1407414075#: builtin/worktree.c:33014076msgid "create a new branch"14077msgstr "créer une nouvelle branche"1407814079#: builtin/worktree.c:33214080msgid "create or reset a branch"14081msgstr "créer ou réinitialiser une branche"1408214083#: builtin/worktree.c:33414084msgid "populate the new working tree"14085msgstr "remplissage de la nouvelle copie de travail"1408614087#: builtin/worktree.c:33514088msgid "keep the new working tree locked"14089msgstr "conserver le verrou sur le nouvel arbre de travail"1409014091#: builtin/worktree.c:34314092msgid "-b, -B, and --detach are mutually exclusive"14093msgstr "-b, -B et --detach sont mutuellement exclusifs"1409414095#: builtin/worktree.c:47814096msgid "reason for locking"14097msgstr "raison du vérouillage"1409814099#: builtin/worktree.c:490 builtin/worktree.c:52314100#, c-format14101msgid "'%s' is not a working tree"14102msgstr "'%s' n'est pas une copie de travail"1410314104#: builtin/worktree.c:492 builtin/worktree.c:52514105msgid "The main working tree cannot be locked or unlocked"14106msgstr ""14107"La copie de travail principale ne peut pas être vérouillée ou dévérouillée"1410814109#: builtin/worktree.c:49714110#, c-format14111msgid "'%s' is already locked, reason: %s"14112msgstr "'%s' est déjà verrouillé, car '%s'"1411314114#: builtin/worktree.c:49914115#, c-format14116msgid "'%s' is already locked"14117msgstr "'%s' est déjà verrouillé"1411814119#: builtin/worktree.c:52714120#, c-format14121msgid "'%s' is not locked"14122msgstr "'%s' n'est pas verrouillé"1412314124#: builtin/write-tree.c:1314125msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"14126msgstr "git write-tree [--missing-ok] [--prefix=<préfixe>/]"1412714128#: builtin/write-tree.c:2614129msgid "<prefix>/"14130msgstr "<préfixe>/"1413114132#: builtin/write-tree.c:2714133msgid "write tree object for a subdirectory <prefix>"14134msgstr "écrire l'objet arbre pour un sous-répertoire <préfixe>"1413514136#: builtin/write-tree.c:3014137msgid "only useful for debugging"14138msgstr "seulement utile pour le débogage"1413914140#: upload-pack.c:2214141msgid "git upload-pack [<options>] <dir>"14142msgstr "git upload-pack [<options>] <répertoire>"1414314144#: upload-pack.c:104014145msgid "quit after a single request/response exchange"14146msgstr "quitter après un unique échange requête/réponse"1414714148#: upload-pack.c:104214149msgid "exit immediately after initial ref advertisement"14150msgstr "Sortir immédiatement après l'annonce initiale des références"1415114152#: upload-pack.c:104414153msgid "do not try <directory>/.git/ if <directory> is no Git directory"14154msgstr ""14155"nes pas essayer <répertoire>/.git/ si <répertoire> n'est pas un répertoire "14156"Git"1415714158#: upload-pack.c:104614159msgid "interrupt transfer after <n> seconds of inactivity"14160msgstr "interrompre le transfer après <n> secondes d'inactivité"1416114162#: credential-cache--daemon.c:22314163#, c-format14164msgid ""14165"The permissions on your socket directory are too loose; other\n"14166"users may be able to read your cached credentials. Consider running:\n"14167"\n"14168"\tchmod 0700 %s"14169msgstr ""14170"Les permissions de votre répertoire de socket sont trop permissives ;\n"14171"les autres utilisateurs pourraient lire vos identifiants secrets. Lancez :\n"14172"\n"14173" chmod 0700 %s"1417414175#: credential-cache--daemon.c:27114176msgid "print debugging messages to stderr"14177msgstr "afficher les messages de debug sur stderr"1417814179#: git.c:1414180msgid ""14181"'git help -a' and 'git help -g' list available subcommands and some\n"14182"concept guides. See 'git help <command>' or 'git help <concept>'\n"14183"to read about a specific subcommand or concept."14184msgstr ""14185"'git help -a' et 'git help -g' listent les sous-commandes disponibles et\n"14186"quelques concepts. Voir 'git help <commande>' ou 'git help <concept>'\n"14187"pour en lire plus à propos d'une commande spécifique ou d'un concept."1418814189#: http.c:33614190#, c-format14191msgid "negative value for http.postbuffer; defaulting to %d"14192msgstr "valeur négative pour http.postbuffer ; utilisation de la valeur par défaut %d"1419314194#: http.c:35714195msgid "Delegation control is not supported with cURL < 7.22.0"14196msgstr "La délégation de commande n'est pas supporté avec cuRL < 7.22.0"1419714198#: http.c:36614199msgid "Public key pinning not supported with cURL < 7.44.0"14200msgstr "L'épinglage de clé publique n'est pas supporté avec cuRL < 7.44.0"1420114202#: http.c:176614203#, c-format14204msgid ""14205"unable to update url base from redirection:\n"14206" asked for: %s\n"14207" redirect: %s"14208msgstr ""14209"impossible de mettre à jour la base de l'url depuis la redirection :\n"14210" demandé : %s\n"14211" redirection : %s"1421214213#: remote-curl.c:32314214#, c-format14215msgid "redirecting to %s"14216msgstr "redirection vers %s"1421714218#: common-cmds.h:914219msgid "start a working area (see also: git help tutorial)"14220msgstr "démarrer une zone de travail (voir aussi : git help tutorial)"1422114222#: common-cmds.h:1014223msgid "work on the current change (see also: git help everyday)"14224msgstr ""14225"travailler sur la modification actuelle (voir aussi : git help revisions)"1422614227#: common-cmds.h:1114228msgid "examine the history and state (see also: git help revisions)"14229msgstr "examiner l'historique et l'état (voir aussi : git help revisions)"1423014231#: common-cmds.h:1214232msgid "grow, mark and tweak your common history"14233msgstr "agrandir, marquer et modifier votre historique"1423414235#: common-cmds.h:1314236msgid "collaborate (see also: git help workflows)"14237msgstr "collaborer (voir aussi : git help workflows)"1423814239#: common-cmds.h:1714240msgid "Add file contents to the index"14241msgstr "Ajouter le contenu de fichiers dans l'index"1424214243#: common-cmds.h:1814244msgid "Use binary search to find the commit that introduced a bug"14245msgstr "Trouver par recherche binaire la modification qui a introduit un bogue"1424614247#: common-cmds.h:1914248msgid "List, create, or delete branches"14249msgstr "Lister, créer ou supprimer des branches"1425014251#: common-cmds.h:2014252msgid "Switch branches or restore working tree files"14253msgstr "Basculer de branche ou restaurer la copie de travail"1425414255#: common-cmds.h:2114256msgid "Clone a repository into a new directory"14257msgstr "Cloner un dépôt dans un nouveau répertoire"1425814259#: common-cmds.h:2214260msgid "Record changes to the repository"14261msgstr "Enregistrer les modifications dans le dépôt"1426214263#: common-cmds.h:2314264msgid "Show changes between commits, commit and working tree, etc"14265msgstr ""14266"Afficher les changements entre les validations, entre validation et copie de "14267"travail, etc"1426814269#: common-cmds.h:2414270msgid "Download objects and refs from another repository"14271msgstr "Télécharger les objets et références depuis un autre dépôt"1427214273#: common-cmds.h:2514274msgid "Print lines matching a pattern"14275msgstr "Afficher les lignes correspondant à un motif"1427614277#: common-cmds.h:2614278msgid "Create an empty Git repository or reinitialize an existing one"14279msgstr "Créer un dépôt Git vide ou réinitialiser un existant"1428014281#: common-cmds.h:2714282msgid "Show commit logs"14283msgstr "Afficher l'historique des validations"1428414285#: common-cmds.h:2814286msgid "Join two or more development histories together"14287msgstr "Fusionner deux ou plusieurs historiques de développement ensemble"1428814289#: common-cmds.h:2914290msgid "Move or rename a file, a directory, or a symlink"14291msgstr "Déplacer ou renommer un fichier, un répertoire, ou un lien symbolique"1429214293#: common-cmds.h:3014294msgid "Fetch from and integrate with another repository or a local branch"14295msgstr "Rapatrier et intégrer un autre dépôt ou une branche locale"1429614297#: common-cmds.h:3114298msgid "Update remote refs along with associated objects"14299msgstr "Mettre à jour les références distantes ainsi que les objets associés"1430014301#: common-cmds.h:3214302msgid "Reapply commits on top of another base tip"14303msgstr "Réapplication des commits sur le sommet de l'autre base"1430414305#: common-cmds.h:3314306msgid "Reset current HEAD to the specified state"14307msgstr "Réinitialiser la HEAD courante à l'état spécifié"1430814309#: common-cmds.h:3414310msgid "Remove files from the working tree and from the index"14311msgstr "Supprimer des fichiers de la copie de travail et de l'index"1431214313#: common-cmds.h:3514314msgid "Show various types of objects"14315msgstr "Afficher différents types d'objets"1431614317#: common-cmds.h:3614318msgid "Show the working tree status"14319msgstr "Afficher le statut de la copie de travail"1432014321#: common-cmds.h:3714322msgid "Create, list, delete or verify a tag object signed with GPG"14323msgstr ""14324"Créer, lister, supprimer ou vérifier un objet d'étiquette signé avec GPG"1432514326#: parse-options.h:14514327msgid "expiry-date"14328msgstr "date-d'expiration"1432914330#: parse-options.h:16014331msgid "no-op (backward compatibility)"14332msgstr "sans action (rétrocompatibilité)"1433314334#: parse-options.h:23814335msgid "be more verbose"14336msgstr "être plus verbeux"1433714338#: parse-options.h:24014339msgid "be more quiet"14340msgstr "être plus silencieux"1434114342#: parse-options.h:24614343msgid "use <n> digits to display SHA-1s"14344msgstr "utiliser <n> chiffres pour afficher les SHA-1s"1434514346#: rerere.h:4014347msgid "update the index with reused conflict resolution if possible"14348msgstr ""14349"met à jour l'index avec les résolutions de conflit réutilisées si possible"1435014351#: git-bisect.sh:5414352msgid "You need to start by \"git bisect start\""14353msgstr "Vous devez démarrer avec \"git bisect start\""1435414355#. TRANSLATORS: Make sure to include [Y] and [n] in your14356#. translation. The program will only accept English input14357#. at this point.14358#: git-bisect.sh:6014359msgid "Do you want me to do it for you [Y/n]? "14360msgstr "Souhaitez-vous que je le fasse pour vous [Y/n] ? "1436114362#: git-bisect.sh:12114363#, sh-format14364msgid "unrecognised option: '$arg'"14365msgstr "option inconnue : '$arg'"1436614367#: git-bisect.sh:12514368#, sh-format14369msgid "'$arg' does not appear to be a valid revision"14370msgstr "'$arg' ne semble être une révision valide"1437114372#: git-bisect.sh:15414373msgid "Bad HEAD - I need a HEAD"14374msgstr "Mauvaise HEAD - j'ai besoin d'une HEAD"1437514376#: git-bisect.sh:16714377#, sh-format14378msgid ""14379"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."14380msgstr ""14381"L'extraction de '$start_head' a échoué. Essayez 'git bisect reset <branche-"14382"valide>'."1438314384#: git-bisect.sh:17714385msgid "won't bisect on cg-seek'ed tree"14386msgstr "refus de bissecter sur un arbre 'cg-seeked'"1438714388#: git-bisect.sh:18114389msgid "Bad HEAD - strange symbolic ref"14390msgstr "Mauvaise HEAD - référence symbolique douteuse"1439114392#: git-bisect.sh:23314393#, sh-format14394msgid "Bad bisect_write argument: $state"14395msgstr "Mauvais argument pour bisect_write : $state"1439614397#: git-bisect.sh:26214398#, sh-format14399msgid "Bad rev input: $arg"14400msgstr "Mauvaise révision en entrée : $arg"1440114402#: git-bisect.sh:28114403#, sh-format14404msgid "Bad rev input: $bisected_head"14405msgstr "Mauvaise révision en entrée : $bisected_head"1440614407#: git-bisect.sh:29014408#, sh-format14409msgid "Bad rev input: $rev"14410msgstr "Mauvaise révision en entrée : $rev"1441114412#: git-bisect.sh:29914413#, sh-format14414msgid "'git bisect $TERM_BAD' can take only one argument."14415msgstr "'git bisect $TERM_BAD' n'accepte qu'un seul argument."1441614417#: git-bisect.sh:32214418#, sh-format14419msgid "Warning: bisecting only with a $TERM_BAD commit."14420msgstr "Attention : bissection avec seulement une validation $TERM_BAD."1442114422#. TRANSLATORS: Make sure to include [Y] and [n] in your14423#. translation. The program will only accept English input14424#. at this point.14425#: git-bisect.sh:32814426msgid "Are you sure [Y/n]? "14427msgstr "Confirmez-vous [Y/n] ? "1442814429#: git-bisect.sh:34014430#, sh-format14431msgid ""14432"You need to give me at least one $bad_syn and one $good_syn revision.\n"14433"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14434msgstr ""14435"Vous devez me donner au moins une révision $bad_syn et une révision "14436"$good_syn.\n"14437"(Vous pouvez utiliser \"git bisect $bad_syn\" et \"git bisect $good_syn\" "14438"pour cela.)"1443914440#: git-bisect.sh:34314441#, sh-format14442msgid ""14443"You need to start by \"git bisect start\".\n"14444"You then need to give me at least one $good_syn and one $bad_syn revision.\n"14445"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14446msgstr ""14447"Vous devez démarrer avec \"git bisect start\".\n"14448"Puis vous devez me donner au moins une révision $good_syn et une révision "14449"$bad_syn.\n"14450"(Vous pouvez utiliser \"git bisect $bad_syn\" et \"git bisect $good_syn\" "14451"pour cela.)"1445214453#: git-bisect.sh:414 git-bisect.sh:54614454msgid "We are not bisecting."14455msgstr "Pas de bissection en cours."1445614457#: git-bisect.sh:42114458#, sh-format14459msgid "'$invalid' is not a valid commit"14460msgstr "'$invalid' n'est pas une validation valide"1446114462#: git-bisect.sh:43014463#, sh-format14464msgid ""14465"Could not check out original HEAD '$branch'.\n"14466"Try 'git bisect reset <commit>'."14467msgstr ""14468"Échec d'extraction de la HEAD d'origine '$branch'.\n"14469"Essayez 'git bisect reset <commit>'."1447014471#: git-bisect.sh:45814472msgid "No logfile given"14473msgstr "Pas de fichier de log donné"1447414475#: git-bisect.sh:45914476#, sh-format14477msgid "cannot read $file for replaying"14478msgstr "impossible de lire $file pour rejouer"1447914480#: git-bisect.sh:48014481msgid "?? what are you talking about?"14482msgstr "?? de quoi parlez-vous ?"1448314484#: git-bisect.sh:49214485#, sh-format14486msgid "running $command"14487msgstr "lancement de $command"1448814489#: git-bisect.sh:49914490#, sh-format14491msgid ""14492"bisect run failed:\n"14493"exit code $res from '$command' is < 0 or >= 128"14494msgstr ""14495"la bissection a échoué :\n"14496"le code retour $res de '$command' est < 0 ou >= 128"1449714498#: git-bisect.sh:52514499msgid "bisect run cannot continue any more"14500msgstr "la bissection ne peut plus continuer"1450114502#: git-bisect.sh:53114503#, sh-format14504msgid ""14505"bisect run failed:\n"14506"'bisect_state $state' exited with error code $res"14507msgstr ""14508"la bissection a échoué :\n"14509"'bisect_state $state' a retourné le code erreur $res"1451014511#: git-bisect.sh:53814512msgid "bisect run success"14513msgstr "succès de la bissection"1451414515#: git-bisect.sh:56514516msgid "please use two different terms"14517msgstr "veuillez utiliser deux termes différents"1451814519#: git-bisect.sh:57514520#, sh-format14521msgid "'$term' is not a valid term"14522msgstr "'$term' n'est pas un terme valide"1452314524#: git-bisect.sh:57814525#, sh-format14526msgid "can't use the builtin command '$term' as a term"14527msgstr "impossible d'utiliser la commande incluse '$term' comme terme"1452814529#: git-bisect.sh:587 git-bisect.sh:59314530#, sh-format14531msgid "can't change the meaning of term '$term'"14532msgstr "impossible de modifier la signification du terme '$term'"1453314534#: git-bisect.sh:60614535#, sh-format14536msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."14537msgstr ""14538"Commande invalide : vous êtes actuellement dans une bissection $TERM_BAD/"14539"$TERM_GOOD."1454014541#: git-bisect.sh:63614542msgid "no terms defined"14543msgstr "aucun terme défini"1454414545#: git-bisect.sh:65314546#, sh-format14547msgid ""14548"invalid argument $arg for 'git bisect terms'.\n"14549"Supported options are: --term-good|--term-old and --term-bad|--term-new."14550msgstr ""14551"argument invalide $arg pour 'git bisect terms'.\n"14552"Les options supportées sont : --term-good|--term-old et --term-bad|--term-"14553"new."1455414555#: git-merge-octopus.sh:4614556msgid ""14557"Error: Your local changes to the following files would be overwritten by "14558"merge"14559msgstr ""14560"Erreur : vos modifications locales aux fichiers suivants seraient écrasées "14561"par la fusion"1456214563#: git-merge-octopus.sh:6114564msgid "Automated merge did not work."14565msgstr "La fusion automatique a échoué."1456614567#: git-merge-octopus.sh:6214568msgid "Should not be doing an octopus."14569msgstr "L'Octopus ne devrait pas arriver."1457014571#: git-merge-octopus.sh:7314572#, sh-format14573msgid "Unable to find common commit with $pretty_name"14574msgstr "Impossible de trouver un commit commun avec $pretty_name"1457514576#: git-merge-octopus.sh:7714577#, sh-format14578msgid "Already up-to-date with $pretty_name"14579msgstr "Déjà à jour avec $pretty_name"1458014581#: git-merge-octopus.sh:8914582#, sh-format14583msgid "Fast-forwarding to: $pretty_name"14584msgstr "Mise à jour en avance rapide sur $pretty_name"1458514586#: git-merge-octopus.sh:9714587#, sh-format14588msgid "Trying simple merge with $pretty_name"14589msgstr "Essai de fusion simple avec $pretty_name"1459014591#: git-merge-octopus.sh:10214592msgid "Simple merge did not work, trying automatic merge."14593msgstr "La fusion simple a échoué, essai avec la fusion automatique."1459414595#: git-rebase.sh:5814596msgid ""14597"When you have resolved this problem, run \"git rebase --continue\".\n"14598"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"14599"To check out the original branch and stop rebasing, run \"git rebase --abort"14600"\"."14601msgstr ""14602"Lorsque vous aurez résolu ce problème, lancez \"git rebase --continue\".\n"14603"Si vous préférez sauter ce patch, lancez \"git rebase --skip\" à la place.\n"14604"Pour extraire la branche d'origine et stopper le rebasage, lancez \"git "14605"rebase --abort\"."1460614607#: git-rebase.sh:158 git-rebase.sh:39714608#, sh-format14609msgid "Could not move back to $head_name"14610msgstr "Impossible de revenir à $head_name"1461114612#: git-rebase.sh:17214613#, sh-format14614msgid "Cannot store $stash_sha1"14615msgstr "Impossible de stocker $stash_sha1"1461614617#: git-rebase.sh:21214618msgid "The pre-rebase hook refused to rebase."14619msgstr "Le crochet pre-rebase a refusé de rebaser."1462014621#: git-rebase.sh:21714622msgid "It looks like git-am is in progress. Cannot rebase."14623msgstr "Il semble que git-am soit en cours. Impossible de rebaser."1462414625#: git-rebase.sh:35814626msgid "No rebase in progress?"14627msgstr "Pas de rebasage en cours ?"1462814629#: git-rebase.sh:36914630msgid "The --edit-todo action can only be used during interactive rebase."14631msgstr ""14632"L'action --edit-todo peut seulement être utilisée lors d'un rebasage "14633"interactif."1463414635#: git-rebase.sh:37614636msgid "Cannot read HEAD"14637msgstr "Impossible de lire HEAD"1463814639#: git-rebase.sh:37914640msgid ""14641"You must edit all merge conflicts and then\n"14642"mark them as resolved using git add"14643msgstr ""14644"Vous devez éditer tous les conflits de fusion et\n"14645"les marquer comme résolus avec git add"1464614647#: git-rebase.sh:41914648#, sh-format14649msgid ""14650"It seems that there is already a $state_dir_base directory, and\n"14651"I wonder if you are in the middle of another rebase. If that is the\n"14652"case, please try\n"14653"\t$cmd_live_rebase\n"14654"If that is not the case, please\n"14655"\t$cmd_clear_stale_rebase\n"14656"and run me again. I am stopping in case you still have something\n"14657"valuable there."14658msgstr ""14659"Il semble qu'il y ait déjà un répertoire $state_dir_base, et je me demande\n"14660"si un autre rebasage n'est pas déjà en cours. Si c'est le cas,\n"14661"essayez\n"14662"\t$cmd_live_rebase\n"14663"Sinon, essayez\n"14664"\t$cmd_clear_stale_rebase\n"14665"puis relancez-moi à nouveau. Je m'arrête au cas où vous auriez quelque "14666"chose\n"14667"d'important ici."1466814669#: git-rebase.sh:47014670#, sh-format14671msgid "invalid upstream $upstream_name"14672msgstr "invalide $upstream_name en amont"1467314674#: git-rebase.sh:49414675#, sh-format14676msgid "$onto_name: there are more than one merge bases"14677msgstr "$onto_name : il y a plus d'une base de fusion"1467814679#: git-rebase.sh:497 git-rebase.sh:50114680#, sh-format14681msgid "$onto_name: there is no merge base"14682msgstr "$onto_name : il n'y a pas de base de fusion"1468314684#: git-rebase.sh:50614685#, sh-format14686msgid "Does not point to a valid commit: $onto_name"14687msgstr "Ne pointe pas sur une validation valide : $onto_name"1468814689#: git-rebase.sh:52914690#, sh-format14691msgid "fatal: no such branch: $branch_name"14692msgstr "fatal : pas de branche : $branch_name"1469314694#: git-rebase.sh:56214695msgid "Cannot autostash"14696msgstr "Autoremisage impossible"1469714698#: git-rebase.sh:56714699#, sh-format14700msgid "Created autostash: $stash_abbrev"14701msgstr "Autoremisage créé : $stash_abbrev"1470214703#: git-rebase.sh:57114704msgid "Please commit or stash them."14705msgstr "Veuillez les valider ou les remiser."1470614707#: git-rebase.sh:59114708#, sh-format14709msgid "Current branch $branch_name is up to date."14710msgstr "La branche courante $branch_name est à jour."1471114712#: git-rebase.sh:59514713#, sh-format14714msgid "Current branch $branch_name is up to date, rebase forced."14715msgstr "La branche courante $branch_name est à jour, rebasage forcé."1471614717#: git-rebase.sh:60614718#, sh-format14719msgid "Changes from $mb to $onto:"14720msgstr "Changements de $mb sur $onto :"1472114722#: git-rebase.sh:61514723msgid "First, rewinding head to replay your work on top of it..."14724msgstr ""14725"Premièrement, rembobinons head pour rejouer votre travail par-dessus..."1472614727#: git-rebase.sh:62514728#, sh-format14729msgid "Fast-forwarded $branch_name to $onto_name."14730msgstr "$branch_name mise à jour en avance rapide sur $onto_name."1473114732#: git-stash.sh:5314733msgid "git stash clear with parameters is unimplemented"14734msgstr "git stash clear avec des paramètres n'est pas implémenté"1473514736#: git-stash.sh:9414737msgid "You do not have the initial commit yet"14738msgstr "Vous n'avez pas encore la validation initiale"1473914740#: git-stash.sh:10914741msgid "Cannot save the current index state"14742msgstr "Impossible de sauver l'état courant de l'index"1474314744#: git-stash.sh:12414745msgid "Cannot save the untracked files"14746msgstr "Impossible de sauver les fichiers non-suivis"1474714748#: git-stash.sh:144 git-stash.sh:15714749msgid "Cannot save the current worktree state"14750msgstr "Impossible de sauver l'état courant de la copie de travail"1475114752#: git-stash.sh:16114753msgid "No changes selected"14754msgstr "Aucun changement sélectionné"1475514756#: git-stash.sh:16414757msgid "Cannot remove temporary index (can't happen)"14758msgstr "Impossible de supprimer l'index temporaire (ne peut pas se produire)"1475914760#: git-stash.sh:17714761msgid "Cannot record working tree state"14762msgstr "Impossible d'enregistrer l'état de la copie de travail"1476314764#: git-stash.sh:20914765#, sh-format14766msgid "Cannot update $ref_stash with $w_commit"14767msgstr "Impossible de mettre à jour $ref_stash avec $w_commit"1476814769#. TRANSLATORS: $option is an invalid option, like14770#. `--blah-blah'. The 7 spaces at the beginning of the14771#. second line correspond to "error: ". So you should line14772#. up the second line with however many characters the14773#. translation of "error: " takes in your language. E.g. in14774#. English this is:14775#.14776#. $ git stash save --blah-blah 2>&1 | head -n 214777#. error: unknown option for 'stash save': --blah-blah14778#. To provide a message, use git stash save -- '--blah-blah'14779#: git-stash.sh:26514780#, sh-format14781msgid ""14782"error: unknown option for 'stash save': $option\n"14783" To provide a message, use git stash save -- '$option'"14784msgstr ""14785"erreur: option inconnue pour 'stash save': $option\n"14786" Pour fournir un message, utilisez git stash save -- '$option'"1478714788#: git-stash.sh:27814789msgid "Can't use --patch and --include-untracked or --all at the same time"14790msgstr ""14791"Impossible d'utiliser --patch et --include-untracked ou --all en même temps"1479214793#: git-stash.sh:28614794msgid "No local changes to save"14795msgstr "Pas de modifications locales à sauver"1479614797#: git-stash.sh:29114798msgid "Cannot initialize stash"14799msgstr "Impossible d'initialiser le remisage"1480014801#: git-stash.sh:29514802msgid "Cannot save the current status"14803msgstr "Impossible de sauver le statut courant"1480414805#: git-stash.sh:29614806#, sh-format14807msgid "Saved working directory and index state $stash_msg"14808msgstr "Copie de travail et état de l'index sauvegardés dans $stash_msg"1480914810#: git-stash.sh:32314811msgid "Cannot remove worktree changes"14812msgstr "Impossible de supprimer les changements de la copie de travail"1481314814#: git-stash.sh:47114815#, sh-format14816msgid "unknown option: $opt"14817msgstr "option inconnue : $opt"1481814819#: git-stash.sh:48414820msgid "No stash found."14821msgstr "Pas de remisage trouvé."1482214823#: git-stash.sh:49114824#, sh-format14825msgid "Too many revisions specified: $REV"14826msgstr "Trop de révisions spécifiées : $REV"1482714828#: git-stash.sh:50614829#, sh-format14830msgid "$reference is not a valid reference"14831msgstr "$reference n'est pas une référence valide"1483214833#: git-stash.sh:53414834#, sh-format14835msgid "'$args' is not a stash-like commit"14836msgstr "'$args' n'est pas une validation de type remisage"1483714838#: git-stash.sh:54514839#, sh-format14840msgid "'$args' is not a stash reference"14841msgstr "'$args' n'est pas une référence de remisage"1484214843#: git-stash.sh:55314844msgid "unable to refresh index"14845msgstr "impossible de rafraîchir l'index"1484614847#: git-stash.sh:55714848msgid "Cannot apply a stash in the middle of a merge"14849msgstr "Impossible d'appliquer un remisage en cours de fusion"1485014851#: git-stash.sh:56514852msgid "Conflicts in index. Try without --index."14853msgstr "Conflits dans l'index. Essayez sans --index."1485414855#: git-stash.sh:56714856msgid "Could not save index tree"14857msgstr "Impossible de sauvegarder l'arbre d'index"1485814859#: git-stash.sh:57614860msgid "Could not restore untracked files from stash"14861msgstr "Impossible de restaurer les fichiers non-suivis depuis le remisage"1486214863#: git-stash.sh:60114864msgid "Cannot unstage modified files"14865msgstr "Impossible de désindexer les fichiers modifiés"1486614867#: git-stash.sh:61614868msgid "Index was not unstashed."14869msgstr "L'index n'a pas été sorti de remise."1487014871#: git-stash.sh:63014872msgid "The stash is kept in case you need it again."14873msgstr "Le remisage est conservé au cas où vous en auriez encore besoin."1487414875#: git-stash.sh:63914876#, sh-format14877msgid "Dropped ${REV} ($s)"14878msgstr "${REV} supprimé ($s)"1487914880#: git-stash.sh:64014881#, sh-format14882msgid "${REV}: Could not drop stash entry"14883msgstr "${REV}: Impossible de supprimer l'élément de stash"1488414885#: git-stash.sh:64814886msgid "No branch name specified"14887msgstr "Aucune branche spécifiée"1488814889#: git-stash.sh:72714890msgid "(To restore them type \"git stash apply\")"14891msgstr "(Pour les restaurer tapez \"git stash apply\")"1489214893#: git-submodule.sh:18114894msgid "Relative path can only be used from the toplevel of the working tree"14895msgstr ""14896"Un chemin relatif ne peut être utilisé que depuis la racine de la copie de "14897"travail"1489814899#: git-submodule.sh:19114900#, sh-format14901msgid "repo URL: '$repo' must be absolute or begin with ./|../"14902msgstr "L'URL de dépôt '$repo' doit être absolu ou commencer par ./|../"1490314904#: git-submodule.sh:21014905#, sh-format14906msgid "'$sm_path' already exists in the index"14907msgstr "'$sm_path' existe déjà dans l'index"1490814909#: git-submodule.sh:21314910#, sh-format14911msgid "'$sm_path' already exists in the index and is not a submodule"14912msgstr "'$sm_path' existe déjà dans l'index et n'est pas un sous-module"1491314914#: git-submodule.sh:21814915#, sh-format14916msgid ""14917"The following path is ignored by one of your .gitignore files:\n"14918"$sm_path\n"14919"Use -f if you really want to add it."14920msgstr ""14921"Le chemin suivant est ignoré par un de vos fichiers .gitignore :\n"14922"$sm_path\n"14923"Utilisez -f si vous voulez vraiment l'ajouter."1492414925#: git-submodule.sh:23614926#, sh-format14927msgid "Adding existing repo at '$sm_path' to the index"14928msgstr "Ajout du dépôt existant à '$sm_path' dans l'index"1492914930#: git-submodule.sh:23814931#, sh-format14932msgid "'$sm_path' already exists and is not a valid git repo"14933msgstr "'$sm_path' existe déjà et n'est pas un dépôt git valide"1493414935#: git-submodule.sh:24614936#, sh-format14937msgid "A git directory for '$sm_name' is found locally with remote(s):"14938msgstr ""14939"Un répertoire git pour '$sm_name' est trouvé en local avec le(s) serveur(s) "14940"distant(s) :"1494114942#: git-submodule.sh:24814943#, sh-format14944msgid ""14945"If you want to reuse this local git directory instead of cloning again from\n"14946" $realrepo\n"14947"use the '--force' option. If the local git directory is not the correct "14948"repo\n"14949"or you are unsure what this means choose another name with the '--name' "14950"option."14951msgstr ""14952"Si vous voulez réutiliser ce répertoire local git au lieu de le recloner "14953"depuis\n"14954" $realrepo\n"14955"utilisez l'option '--force'. Si le répertoire local git n'est pas le dépôt "14956"correct\n"14957"ou si ceci n'est pas clair, choisissez un autre nom avec l'option '--name'."1495814959#: git-submodule.sh:25414960#, sh-format14961msgid "Reactivating local git directory for submodule '$sm_name'."14962msgstr "Réactivation du répertoire git local pour le sous-module '$sm_name'."1496314964#: git-submodule.sh:26614965#, sh-format14966msgid "Unable to checkout submodule '$sm_path'"14967msgstr "Impossible d'extraire le sous-module '$sm_path'"1496814969#: git-submodule.sh:27114970#, sh-format14971msgid "Failed to add submodule '$sm_path'"14972msgstr "Échec d'ajout du sous-module '$sm_path'"1497314974#: git-submodule.sh:28014975#, sh-format14976msgid "Failed to register submodule '$sm_path'"14977msgstr "Échec d'enregistrement du sous-module '$sm_path'"1497814979#: git-submodule.sh:34114980#, sh-format14981msgid "Entering '$displaypath'"14982msgstr "Entrée dans '$displaypath'"1498314984#: git-submodule.sh:36114985#, sh-format14986msgid "Stopping at '$displaypath'; script returned non-zero status."14987msgstr "Arrêt sur '$displaypath' ; le script a retourné un statut non nul."1498814989#: git-submodule.sh:43214990#, sh-format14991msgid "pathspec and --all are incompatible"14992msgstr "un spécificateur de chemin et --all sont incompatibles"1499314994#: git-submodule.sh:43714995#, sh-format14996msgid "Use '--all' if you really want to deinitialize all submodules"14997msgstr ""14998"Utilisez '--all' si vous voulez vraiment réinitialiser tous les sous-modules"1499915000#: git-submodule.sh:45715001#, sh-format15002msgid ""15003"Submodule work tree '$displaypath' contains a .git directory\n"15004"(use 'rm -rf' if you really want to remove it including all of its history)"15005msgstr ""15006"La copie de travail du sous-module '$displaypath' contient un répertoire ."15007"git\n"15008"(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout son "15009"historique)"1501015011#: git-submodule.sh:46515012#, sh-format15013msgid ""15014"Submodule work tree '$displaypath' contains local modifications; use '-f' to "15015"discard them"15016msgstr ""15017"La copie de travail du sous-module '$displaypath' contient des modifications "15018"locales ; utilisez '-f' pour les annuler"1501915020#: git-submodule.sh:46815021#, sh-format15022msgid "Cleared directory '$displaypath'"15023msgstr "Répertoire '$displaypath' nettoyé"1502415025#: git-submodule.sh:46915026#, sh-format15027msgid "Could not remove submodule work tree '$displaypath'"15028msgstr ""15029"Impossible de supprimer la copie de travail du sous-module '$displaypath'"1503015031#: git-submodule.sh:47215032#, sh-format15033msgid "Could not create empty submodule directory '$displaypath'"15034msgstr "Impossible de créer le répertoire vide du sous-module '$displaypath'"1503515036#: git-submodule.sh:48115037#, sh-format15038msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"15039msgstr ""15040"Le sous-module '$name' ($url) n'est pas enregistré pour le chemin "15041"'$displaypath'"1504215043#: git-submodule.sh:63715044#, sh-format15045msgid "Unable to find current revision in submodule path '$displaypath'"15046msgstr ""15047"Impossible de trouver la révision courante dans le chemin de sous-module "15048"'$displaypath'"1504915050#: git-submodule.sh:64715051#, sh-format15052msgid "Unable to fetch in submodule path '$sm_path'"15053msgstr "Impossible de rapatrier dans le chemin de sous-module '$sm_path'"1505415055#: git-submodule.sh:65215056#, sh-format15057msgid ""15058"Unable to find current ${remote_name}/${branch} revision in submodule path "15059"'$sm_path'"15060msgstr ""15061"Impossible de trouver la révision courante ${remote_name}/${branch} dans le "15062"chemin de sous-module '$sm_path'"1506315064#: git-submodule.sh:67015065#, sh-format15066msgid "Unable to fetch in submodule path '$displaypath'"15067msgstr "Impossible de rapatrier dans le chemin de sous-module '$displaypath'"1506815069#: git-submodule.sh:67615070#, sh-format15071msgid ""15072"Fetched in submodule path '$displaypath', but it did not contain $sha1. "15073"Direct fetching of that commit failed."15074msgstr ""15075"Chemin de sous-module '$displaypath' récupéré, mais il ne contenait pas "15076"$sha1. La récupération directe de ce commit a échoué."1507715078#: git-submodule.sh:68315079#, sh-format15080msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"15081msgstr ""15082"Impossible d'extraire '$sha1' dans le chemin de sous-module '$displaypath'"1508315084#: git-submodule.sh:68415085#, sh-format15086msgid "Submodule path '$displaypath': checked out '$sha1'"15087msgstr "Chemin de sous-module '$displaypath' : '$sha1' extrait"1508815089#: git-submodule.sh:68815090#, sh-format15091msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"15092msgstr ""15093"Impossible de rebaser '$sha1' dans le chemin de sous-module '$displaypath'"1509415095#: git-submodule.sh:68915096#, sh-format15097msgid "Submodule path '$displaypath': rebased into '$sha1'"15098msgstr "Chemin de sous-module '$displaypath' : rebasé dans '$sha1'"1509915100#: git-submodule.sh:69415101#, sh-format15102msgid "Unable to merge '$sha1' in submodule path '$displaypath'"15103msgstr ""15104"Impossible de fusionner '$sha1' dans le chemin de sous-module '$displaypath'"1510515106#: git-submodule.sh:69515107#, sh-format15108msgid "Submodule path '$displaypath': merged in '$sha1'"15109msgstr "Chemin de sous-module '$displaypath' : fusionné dans '$sha1'"1511015111#: git-submodule.sh:70015112#, sh-format15113msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"15114msgstr ""15115"L'exécution de '$command $sha1' a échoué dans le chemin de sous-module "15116"'$displaypath'"1511715118#: git-submodule.sh:70115119#, sh-format15120msgid "Submodule path '$displaypath': '$command $sha1'"15121msgstr "Chemin de sous-module '$displaypath' : '$command $sha1'"1512215123#: git-submodule.sh:73215124#, sh-format15125msgid "Failed to recurse into submodule path '$displaypath'"15126msgstr "Échec de parcours dans le chemin du sous-module '$displaypath'"1512715128#: git-submodule.sh:84015129msgid "The --cached option cannot be used with the --files option"15130msgstr "L'option --cached ne peut pas être utilisée avec l'option --files"1513115132#: git-submodule.sh:89215133#, sh-format15134msgid "unexpected mode $mod_dst"15135msgstr "mode $mod_dst inattendu"1513615137#: git-submodule.sh:91215138#, sh-format15139msgid " Warn: $display_name doesn't contain commit $sha1_src"15140msgstr " Attention : $display_name ne contient pas la validation $sha1_src"1514115142#: git-submodule.sh:91515143#, sh-format15144msgid " Warn: $display_name doesn't contain commit $sha1_dst"15145msgstr " Attention : $display_name ne contient pas la validation $sha1_dst"1514615147#: git-submodule.sh:91815148#, sh-format15149msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"15150msgstr ""15151" Attention : $display_name ne contient pas les validations $sha1_src et "15152"$sha1_dst"1515315154#: git-submodule.sh:106415155#, sh-format15156msgid "Failed to recurse into submodule path '$sm_path'"15157msgstr "Échec de parcours dans le chemin du sous-module '$sm_path'"1515815159#: git-submodule.sh:113615160#, sh-format15161msgid "Synchronizing submodule url for '$displaypath'"15162msgstr "Synchronisation de l'URL sous-module pour '$displaypath'"1516315164#: git-parse-remote.sh:8915165#, sh-format15166msgid "See git-${cmd}(1) for details."15167msgstr "Référez-vous à git-${cmd}(1) pour de plus amples détails."1516815169#: git-rebase--interactive.sh:14015170#, sh-format15171msgid "Rebasing ($new_count/$total)"15172msgstr "Rebasage ($new_count/$total)"1517315174#: git-rebase--interactive.sh:15615175msgid ""15176"\n"15177"Commands:\n"15178" p, pick = use commit\n"15179" r, reword = use commit, but edit the commit message\n"15180" e, edit = use commit, but stop for amending\n"15181" s, squash = use commit, but meld into previous commit\n"15182" f, fixup = like \"squash\", but discard this commit's log message\n"15183" x, exec = run command (the rest of the line) using shell\n"15184" d, drop = remove commit\n"15185"\n"15186"These lines can be re-ordered; they are executed from top to bottom.\n"15187msgstr ""15188"\n"15189"Commandes :\n"15190" p, pick = picorer le commit\n"15191" r, reword = picorer le commit, mais reformuler son message\n"15192" e, edit = picorer le commit, mais s'arrêter pour le modifier\n"15193" s, squash = prendre le commit, mais le fusionner avec le précédent\n"15194" f, fixup = comme \"squash\", mais en éliminant son message\n"15195" x, exec = lancer la commande (reste de la ligne) dans un shell\n"15196" d, drop = supprimer le commit\n"15197"\n"15198"Vous pouvez réordonner ces lignes ; elles sont exécutées de haut en bas.\n"1519915200#: git-rebase--interactive.sh:17115201msgid ""15202"\n"15203"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"15204msgstr ""15205"\n"15206"Ne supprimez aucune ligne. Utilisez 'drop' explicitement pour supprimer un "15207"commit.\n"1520815209#: git-rebase--interactive.sh:17515210msgid ""15211"\n"15212"If you remove a line here THAT COMMIT WILL BE LOST.\n"15213msgstr ""15214"\n"15215"Si vous éliminez une ligne ici, LE COMMIT CORRESPONDANT SERA PERDU.\n"1521615217#: git-rebase--interactive.sh:21115218#, sh-format15219msgid ""15220"You can amend the commit now, with\n"15221"\n"15222"\tgit commit --amend $gpg_sign_opt_quoted\n"15223"\n"15224"Once you are satisfied with your changes, run\n"15225"\n"15226"\tgit rebase --continue"15227msgstr ""15228"Vous pouvez corriger le commit maintenant, avec\n"15229"\n"15230"\tgit commit --amend $gpg_sign_opt_quoted\n"15231"\n"15232"après avoir réalisé vos modifications, lancez\n"15233"\n"15234"\tgit rebase --continue"1523515236#: git-rebase--interactive.sh:23615237#, sh-format15238msgid "$sha1: not a commit that can be picked"15239msgstr "$sha1 n'est pas un commit qui peut être picorer"1524015241#: git-rebase--interactive.sh:27515242#, sh-format15243msgid "Invalid commit name: $sha1"15244msgstr "Nom de commit invalide : $sha1"1524515246#: git-rebase--interactive.sh:31715247msgid "Cannot write current commit's replacement sha1"15248msgstr "Impossible de sauver le sha1 du remplaçant du commit en cours"1524915250#: git-rebase--interactive.sh:36915251#, sh-format15252msgid "Fast-forward to $sha1"15253msgstr "Avance rapide sur $sha1"1525415255#: git-rebase--interactive.sh:37115256#, sh-format15257msgid "Cannot fast-forward to $sha1"15258msgstr "Avance rapide impossible sur $sha1"1525915260#: git-rebase--interactive.sh:38015261#, sh-format15262msgid "Cannot move HEAD to $first_parent"15263msgstr "Impossible de déplacer HEAD sur $first_parent"1526415265#: git-rebase--interactive.sh:38515266#, sh-format15267msgid "Refusing to squash a merge: $sha1"15268msgstr "Refus d'écraser un commit de fusion: $sha1"1526915270#: git-rebase--interactive.sh:39915271#, sh-format15272msgid "Error redoing merge $sha1"15273msgstr "Erreur lors de la réapplication de la fusion $sha1"1527415275#: git-rebase--interactive.sh:40715276#, sh-format15277msgid "Could not pick $sha1"15278msgstr "Impossible de picorer $sha1"1527915280#: git-rebase--interactive.sh:41615281#, sh-format15282msgid "This is the commit message #${n}:"15283msgstr "Ceci est le ${n}ième message de validation :"1528415285#: git-rebase--interactive.sh:42115286#, sh-format15287msgid "The commit message #${n} will be skipped:"15288msgstr "Le message de validation ${n} sera ignoré :"1528915290#: git-rebase--interactive.sh:43215291#, sh-format15292msgid "This is a combination of $count commit."15293msgid_plural "This is a combination of $count commits."15294msgstr[0] "Ceci est la combinaison de $count commit."15295msgstr[1] "Ceci est la combinaison de $count commits."1529615297#: git-rebase--interactive.sh:44115298#, sh-format15299msgid "Cannot write $fixup_msg"15300msgstr "Impossible d'écrire $fixup_msg"1530115302#: git-rebase--interactive.sh:44415303msgid "This is a combination of 2 commits."15304msgstr "Ceci est la combinaison de 2 commits."1530515306#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:52815307#: git-rebase--interactive.sh:53115308#, sh-format15309msgid "Could not apply $sha1... $rest"15310msgstr "Impossible d'appliquer $sha1... $rest"1531115312#: git-rebase--interactive.sh:55915313#, sh-format15314msgid ""15315"Could not amend commit after successfully picking $sha1... $rest\n"15316"This is most likely due to an empty commit message, or the pre-commit hook\n"15317"failed. If the pre-commit hook failed, you may need to resolve the issue "15318"before\n"15319"you are able to reword the commit."15320msgstr ""15321"Impossible de corriger le commit après avoir réussi à picorer $sha1... "15322"$rest\n"15323"C'est probablement dû à un message de validation vide ou le crochet pre-"15324"commit\n"15325"a échoué. Si le crochet pre-commit a échoué, vous devez peut-être résoudre "15326"le\n"15327"problème avant de pouvoir reformuler le message du commit."1532815329#: git-rebase--interactive.sh:57415330#, sh-format15331msgid "Stopped at $sha1_abbrev... $rest"15332msgstr "Arrêté à $sha1_abbrev... $rest"1533315334#: git-rebase--interactive.sh:58915335#, sh-format15336msgid "Cannot '$squash_style' without a previous commit"15337msgstr "'$squash_style' impossible avec le commit précédent"1533815339#: git-rebase--interactive.sh:63115340#, sh-format15341msgid "Executing: $rest"15342msgstr "Exécution : $rest"1534315344#: git-rebase--interactive.sh:63915345#, sh-format15346msgid "Execution failed: $rest"15347msgstr "L'exécution a échoué : $rest"1534815349#: git-rebase--interactive.sh:64115350msgid "and made changes to the index and/or the working tree"15351msgstr "et a mis à jour l'index ou la copie de travail"1535215353#: git-rebase--interactive.sh:64315354msgid ""15355"You can fix the problem, and then run\n"15356"\n"15357"\tgit rebase --continue"15358msgstr ""15359"Vous pouvez corriger le problème, puis lancer\n"15360"\n"15361"git rebase --continue"1536215363#. TRANSLATORS: after these lines is a command to be issued by the user15364#: git-rebase--interactive.sh:65615365#, sh-format15366msgid ""15367"Execution succeeded: $rest\n"15368"but left changes to the index and/or the working tree\n"15369"Commit or stash your changes, and then run\n"15370"\n"15371"\tgit rebase --continue"15372msgstr ""15373"L'exécution a réussi : $rest\n"15374"mais a laissé des modifications dans l'index ou la copie de travail\n"15375"Validez ou remisez vos modification, puis lancez\n"15376"\n"15377"\tgit rebase --continue"1537815379#: git-rebase--interactive.sh:66715380#, sh-format15381msgid "Unknown command: $command $sha1 $rest"15382msgstr "Commande inconnue : $command $sha1 $rest"1538315384#: git-rebase--interactive.sh:66815385msgid "Please fix this using 'git rebase --edit-todo'."15386msgstr "Veuillez corriger ceci en utilisant 'git rebase --edit-todo'."1538715388#: git-rebase--interactive.sh:70315389#, sh-format15390msgid "Successfully rebased and updated $head_name."15391msgstr "Rebasage et mise à jour de $head_name avec succès."1539215393#: git-rebase--interactive.sh:75015394msgid "Could not skip unnecessary pick commands"15395msgstr "Impossible d'éviter les commandes de picorage non nécessaires"1539615397#: git-rebase--interactive.sh:90815398#, sh-format15399msgid ""15400"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"15401" - $line"15402msgstr ""15403"Attention : le SHA-1 manque ou n'est pas un commit dans la ligne suivante :\n"15404" - $line"1540515406#: git-rebase--interactive.sh:94115407#, sh-format15408msgid ""15409"Warning: the command isn't recognized in the following line:\n"15410" - $line"15411msgstr ""15412"Attention : la commande n'est pas reconnue dans le ligne suivante :\n"15413" - $line"1541415415#: git-rebase--interactive.sh:98015416msgid "could not detach HEAD"15417msgstr "Impossible de détacher HEAD"1541815419#: git-rebase--interactive.sh:101815420msgid ""15421"Warning: some commits may have been dropped accidentally.\n"15422"Dropped commits (newer to older):"15423msgstr ""15424"Attention : certains commits ont pu être accidentellement supprimés.\n"15425"Commits supprimés (du plus jeune au plus vieux) :"1542615427#: git-rebase--interactive.sh:102615428msgid ""15429"To avoid this message, use \"drop\" to explicitly remove a commit.\n"15430"\n"15431"Use 'git config rebase.missingCommitsCheck' to change the level of "15432"warnings.\n"15433"The possible behaviours are: ignore, warn, error."15434msgstr ""15435"Pour éviter ce message, utilisez \"drop\" pour supprimer explicitement un "15436"commit.\n"15437"\n"15438"Utilisez 'git config rebase.missingCommitsCheck' pour changer le niveau "15439"d'avertissements.\n"15440"Les comportements disponibles sont : ignore, warn, error."1544115442#: git-rebase--interactive.sh:103715443#, sh-format15444msgid ""15445"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "15446"Ignoring."15447msgstr ""15448"Paramètre non reconnu $check_level pour l'option rebase.missingCommitsCheck. "15449"Ignoré."1545015451#: git-rebase--interactive.sh:105415452msgid ""15453"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"15454"continue'."15455msgstr ""15456"Vous pouvez corriger ceci avec 'git rebase --edit-todo' puis lancez 'git "15457"rebase --continue'."1545815459#: git-rebase--interactive.sh:105515460msgid "Or you can abort the rebase with 'git rebase --abort'."15461msgstr "Ou bien vous pouvez abandonner le rebasage avec 'git rebase --abort'."1546215463#: git-rebase--interactive.sh:108315464msgid "Could not remove CHERRY_PICK_HEAD"15465msgstr "Impossible de supprimer CHERRY_PICK_HEAD"1546615467#: git-rebase--interactive.sh:108815468#, sh-format15469msgid ""15470"You have staged changes in your working tree.\n"15471"If these changes are meant to be\n"15472"squashed into the previous commit, run:\n"15473"\n"15474" git commit --amend $gpg_sign_opt_quoted\n"15475"\n"15476"If they are meant to go into a new commit, run:\n"15477"\n"15478" git commit $gpg_sign_opt_quoted\n"15479"\n"15480"In both cases, once you're done, continue with:\n"15481"\n"15482" git rebase --continue\n"15483msgstr ""15484"Vous avez des modifications indexées dans votre copie de travail.\n"15485"Si ces modifications devaient être ajoutées\n"15486"dans le commit précédent, lancez :\n"15487"\n"15488" git commit --amend $gpg_sign_opt_quoted\n"15489"\n"15490"Si elles devaient aller dans un nouveau commit, lancez :\n"15491"\n"15492" git commit $gpg_sign_opt_quoted\n"15493"\n"15494"Dans les deux cas, une fois fini, continuez avec :\n"15495"\n"15496" git rebase --continue\n"1549715498#: git-rebase--interactive.sh:110515499msgid "Error trying to find the author identity to amend commit"15500msgstr ""15501"Erreur lors de la recherche de l'identité de l'auteur pour corriger le commit"1550215503#: git-rebase--interactive.sh:111015504msgid ""15505"You have uncommitted changes in your working tree. Please commit them\n"15506"first and then run 'git rebase --continue' again."15507msgstr ""15508"Vous avez des modifications non validées dans votre copie de travail.\n"15509"Veuillez les valider d'abord, puis relancer 'git rebase --continue'."1551015511#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:111915512msgid "Could not commit staged changes."15513msgstr "impossible de valider les modifications indexées."1551415515#: git-rebase--interactive.sh:114715516msgid ""15517"\n"15518"You are editing the todo file of an ongoing interactive rebase.\n"15519"To continue rebase after editing, run:\n"15520" git rebase --continue\n"15521"\n"15522msgstr ""15523"\n"15524"Vous êtes en train d'éditer le fichier todo d'un rebasage interactif en "15525"cours.\n"15526"Pour continuer le rebasage après édition, lancez :\n"15527" git rebase --continue\n"15528"\n"1552915530#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:131315531msgid "Could not execute editor"15532msgstr "Impossible de lancer l'éditeur"1553315534#: git-rebase--interactive.sh:116815535#, sh-format15536msgid "Could not checkout $switch_to"15537msgstr "Impossible d'extraire $switch_to"1553815539#: git-rebase--interactive.sh:117315540msgid "No HEAD?"15541msgstr "Pas de HEAD ?"1554215543#: git-rebase--interactive.sh:117415544#, sh-format15545msgid "Could not create temporary $state_dir"15546msgstr "Impossible de créer un répertoire temporaire $state_dir"1554715548#: git-rebase--interactive.sh:117615549msgid "Could not mark as interactive"15550msgstr "Impossible de marquer comme interactif"1555115552#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:119115553msgid "Could not init rewritten commits"15554msgstr "Impossible d'initialiser les commits réécrits"1555515556#: git-rebase--interactive.sh:129115557#, sh-format15558msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"15559msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"15560msgstr[0] "Rebasage de $shortrevisions sur $shortonto ($todocount commande)"15561msgstr[1] "Rebasage de $shortrevisions sur $shortonto ($todocount commandes)"1556215563#: git-rebase--interactive.sh:129615564msgid ""15565"\n"15566"However, if you remove everything, the rebase will be aborted.\n"15567"\n"15568msgstr ""15569"\n"15570"Cependant, si vous effacez tout, le rebasage sera annulé.\n"15571"\n"1557215573#: git-rebase--interactive.sh:130315574msgid "Note that empty commits are commented out"15575msgstr "Veuillez noter que les commits vides sont en commentaire"1557615577#: git-sh-setup.sh:89 git-sh-setup.sh:9415578#, sh-format15579msgid "usage: $dashless $USAGE"15580msgstr "usage : $dashless $USAGE"1558115582#: git-sh-setup.sh:19015583#, sh-format15584msgid "Cannot chdir to $cdup, the toplevel of the working tree"15585msgstr ""15586"Impossible de se placer dans le répertoire $cdup, la racine de la copie de "15587"travail"1558815589#: git-sh-setup.sh:199 git-sh-setup.sh:20615590#, sh-format15591msgid "fatal: $program_name cannot be used without a working tree."15592msgstr "fatal : $program_name ne peut pas être utilisé sans copie de travail."1559315594#: git-sh-setup.sh:22015595msgid "Cannot rebase: You have unstaged changes."15596msgstr "Impossible de rebaser : vous avez des modifications non indexées."1559715598#: git-sh-setup.sh:22315599msgid "Cannot rewrite branches: You have unstaged changes."15600msgstr ""15601"Impossible de réécrire les branches : vous avez des modifications non "15602"indexées."1560315604#: git-sh-setup.sh:22615605msgid "Cannot pull with rebase: You have unstaged changes."15606msgstr ""15607"impossible de tirer avec rebasage. Vous avez des modifications non indexées."1560815609#: git-sh-setup.sh:22915610#, sh-format15611msgid "Cannot $action: You have unstaged changes."15612msgstr "$action est impossible : vous avez des modifications non indexées."1561315614#: git-sh-setup.sh:24215615msgid "Cannot rebase: Your index contains uncommitted changes."15616msgstr ""15617"Impossible de rebaser : votre index contient des modifications non validées."1561815619#: git-sh-setup.sh:24515620msgid "Cannot pull with rebase: Your index contains uncommitted changes."15621msgstr ""15622"impossible de tirer avec rebasage : votre index contient des modifications "15623"non validées."1562415625#: git-sh-setup.sh:24815626#, sh-format15627msgid "Cannot $action: Your index contains uncommitted changes."15628msgstr ""15629"$action est impossible : votre index contient des modifications non validées."1563015631#: git-sh-setup.sh:25215632msgid "Additionally, your index contains uncommitted changes."15633msgstr "De plus, votre index contient des modifications non validées."1563415635#: git-sh-setup.sh:37215636msgid "You need to run this command from the toplevel of the working tree."15637msgstr ""15638"Vous devez lancer cette commande depuis la racine de votre copie de travail."1563915640#: git-sh-setup.sh:37715641msgid "Unable to determine absolute path of git directory"15642msgstr "Impossible de déterminer le chemin absolu du répertoire git"1564315644#. TRANSLATORS: you can adjust this to align "git add -i" status menu15645#: git-add--interactive.perl:23815646#, perl-format15647msgid "%12s %12s %s"15648msgstr "%12s %s12s %s"1564915650#: git-add--interactive.perl:23915651msgid "staged"15652msgstr "indexé"1565315654#: git-add--interactive.perl:23915655msgid "unstaged"15656msgstr "non-indexé"1565715658#: git-add--interactive.perl:288 git-add--interactive.perl:31315659msgid "binary"15660msgstr "binaire"1566115662#: git-add--interactive.perl:297 git-add--interactive.perl:35115663msgid "nothing"15664msgstr "rien"1566515666#: git-add--interactive.perl:333 git-add--interactive.perl:34815667msgid "unchanged"15668msgstr "inchangé"1566915670#: git-add--interactive.perl:64415671#, perl-format15672msgid "added %d path\n"15673msgid_plural "added %d paths\n"15674msgstr[0] "%d chemin ajouté\n"15675msgstr[1] "%d chemins ajoutés\n"1567615677#: git-add--interactive.perl:64715678#, perl-format15679msgid "updated %d path\n"15680msgid_plural "updated %d paths\n"15681msgstr[0] "%d chemin mis à jour\n"15682msgstr[1] "%d chemins mis à jour\n"1568315684#: git-add--interactive.perl:65015685#, perl-format15686msgid "reverted %d path\n"15687msgid_plural "reverted %d paths\n"15688msgstr[0] "%d chemin inversé\n"15689msgstr[1] "%d chemins inversés\n"1569015691#: git-add--interactive.perl:65315692#, perl-format15693msgid "touched %d path\n"15694msgid_plural "touched %d paths\n"15695msgstr[0] "%d chemin touché\n"15696msgstr[1] "%d chemins touchés\n"1569715698#: git-add--interactive.perl:66215699msgid "Update"15700msgstr "Mise à jour"1570115702#: git-add--interactive.perl:67415703msgid "Revert"15704msgstr "Inverser"1570515706#: git-add--interactive.perl:69715707#, perl-format15708msgid "note: %s is untracked now.\n"15709msgstr "note : %s n'est plus suivi à présent.\n"1571015711#: git-add--interactive.perl:70815712msgid "Add untracked"15713msgstr "Ajouter un fichier non-suivi"1571415715#: git-add--interactive.perl:71415716msgid "No untracked files.\n"15717msgstr "Aucun Fichier non suivi.\n"1571815719#: git-add--interactive.perl:103015720msgid ""15721"If the patch applies cleanly, the edited hunk will immediately be\n"15722"marked for staging."15723msgstr ""15724"Si le patch s'applique proprement, la section éditée sera\n"15725"immédiatement marquée comme indexée."1572615727#: git-add--interactive.perl:103315728msgid ""15729"If the patch applies cleanly, the edited hunk will immediately be\n"15730"marked for stashing."15731msgstr ""15732"Si le patch s'applique proprement, la section éditée sera\n"15733"immédiatement marquée comme remisée."1573415735#: git-add--interactive.perl:103615736msgid ""15737"If the patch applies cleanly, the edited hunk will immediately be\n"15738"marked for unstaging."15739msgstr ""15740"Si le patch s'applique proprement, la section éditée sera\n"15741"immédiatement marquée comme desindexée."1574215743#: git-add--interactive.perl:1039 git-add--interactive.perl:104815744msgid ""15745"If the patch applies cleanly, the edited hunk will immediately be\n"15746"marked for applying."15747msgstr ""15748"Si le patch s'applique proprement, la section éditée sera\n"15749"immediatement marquée comme appliquée."1575015751#: git-add--interactive.perl:1042 git-add--interactive.perl:104515752msgid ""15753"If the patch applies cleanly, the edited hunk will immediately be\n"15754"marked for discarding."15755msgstr ""15756"Si le patch s'applique proprement, la section éditée sera\n"15757"immediatement marquée comme éliminée."1575815759#: git-add--interactive.perl:105815760#, perl-format15761msgid "failed to open hunk edit file for writing: %s"15762msgstr "impossible d'ouvrir le fichier d'édition de section en écriture : %s"1576315764#: git-add--interactive.perl:105915765msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"15766msgstr ""15767"Mode d'édition manuelle de section -- voir ci-dessous pour un guide rapide.\n"1576815769#: git-add--interactive.perl:106515770#, perl-format15771msgid ""15772"---\n"15773"To remove '%s' lines, make them ' ' lines (context).\n"15774"To remove '%s' lines, delete them.\n"15775"Lines starting with %s will be removed.\n"15776msgstr ""15777"---\n"15778"Pour éliminer les lignes '%s', rendez-les ' ' (contexte).\n"15779"Pour éliminer les lignes '%s', effacez-les.\n"15780"Les lignes commençant par %s seront éliminées.\n"1578115782#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.15783#: git-add--interactive.perl:107315784msgid ""15785"If it does not apply cleanly, you will be given an opportunity to\n"15786"edit again. If all lines of the hunk are removed, then the edit is\n"15787"aborted and the hunk is left unchanged.\n"15788msgstr ""15789"Si ça ne s'applique pas proprement, vous aurez la possibilité de\n"15790"l'éditer à nouveau. Si toutes les lignes de la section sont supprimées,\n"15791"alors l'édition sera abandonnée et la section conservée.\n"1579215793#: git-add--interactive.perl:108715794#, perl-format15795msgid "failed to open hunk edit file for reading: %s"15796msgstr "échec de l'ouverture du fichier d'édition de section en lecture : %s"1579715798#. TRANSLATORS: do not translate [y/n]15799#. The program will only accept that input15800#. at this point.15801#. Consider translating (saying "no" discards!) as15802#. (saying "n" for "no" discards!) if the translation15803#. of the word "no" does not start with n.15804#: git-add--interactive.perl:117815805msgid ""15806"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "15807msgstr ""15808"Votre section éditée ne s'applique pas. L'éditer à nouveau (\"no\" "15809"l'élimine !) [y|n] ? "1581015811#: git-add--interactive.perl:118715812msgid ""15813"y - stage this hunk\n"15814"n - do not stage this hunk\n"15815"q - quit; do not stage this hunk or any of the remaining ones\n"15816"a - stage this hunk and all later hunks in the file\n"15817"d - do not stage this hunk or any of the later hunks in the file"15818msgstr ""15819"y - indexer cette section\n"15820"n - ne pas indexer cette section\n"15821"q - quitter ; ne pas indexer cette section ni les autres restantes\n"15822"a - indexer cette section et toutes les suivantes de ce fichier\n"15823"d - ne pas indexer cette section ni les suivantes de ce fichier"1582415825#: git-add--interactive.perl:119315826msgid ""15827"y - stash this hunk\n"15828"n - do not stash this hunk\n"15829"q - quit; do not stash this hunk or any of the remaining ones\n"15830"a - stash this hunk and all later hunks in the file\n"15831"d - do not stash this hunk or any of the later hunks in the file"15832msgstr ""15833"y - remiser cette section\n"15834"n - ne pas remiser cette section\n"15835"q - quitter ; ne pas remiser cette section ni les autres restantes\n"15836"a - remiser cette section et toutes les suivantes de ce fichier\n"15837"d - ne pas remiser cette section ni les suivantes de ce fichier"1583815839#: git-add--interactive.perl:119915840msgid ""15841"y - unstage this hunk\n"15842"n - do not unstage this hunk\n"15843"q - quit; do not unstage this hunk or any of the remaining ones\n"15844"a - unstage this hunk and all later hunks in the file\n"15845"d - do not unstage this hunk or any of the later hunks in the file"15846msgstr ""15847"y - désindexer cette section\n"15848"n - ne pas désindexer cette section\n"15849"q - quitter ; ne pas désindexer cette section ni les autres restantes\n"15850"a - désindexer cette section et toutes les suivantes de ce fichier\n"15851"d - ne pas désindexer cette section ni les suivantes de ce fichier"1585215853#: git-add--interactive.perl:120515854msgid ""15855"y - apply this hunk to index\n"15856"n - do not apply this hunk to index\n"15857"q - quit; do not apply this hunk or any of the remaining ones\n"15858"a - apply this hunk and all later hunks in the file\n"15859"d - do not apply this hunk or any of the later hunks in the file"15860msgstr ""15861"y - appliquer cette section\n"15862"n - ne pas appliquer cette section\n"15863"q - quitter ; ne pas appliquer cette section ni les autres restantes\n"15864"a - appliquer cette section et toutes les suivantes de ce fichier\n"15865"d - ne pas appliquer cette section ni les suivantes de ce fichier"1586615867#: git-add--interactive.perl:121115868msgid ""15869"y - discard this hunk from worktree\n"15870"n - do not discard this hunk from worktree\n"15871"q - quit; do not discard this hunk or any of the remaining ones\n"15872"a - discard this hunk and all later hunks in the file\n"15873"d - do not discard this hunk or any of the later hunks in the file"15874msgstr ""15875"y - supprimer cette section\n"15876"n - ne pas supprimer cette section\n"15877"q - quitter ; ne pas supprimer cette section ni les autres restantes\n"15878"a - supprimer cette section et toutes les suivantes de ce fichier\n"15879"d - ne pas supprimer cette section ni les suivantes de ce fichier"1588015881#: git-add--interactive.perl:121715882msgid ""15883"y - discard this hunk from index and worktree\n"15884"n - do not discard this hunk from index and worktree\n"15885"q - quit; do not discard this hunk or any of the remaining ones\n"15886"a - discard this hunk and all later hunks in the file\n"15887"d - do not discard this hunk or any of the later hunks in the file"15888msgstr ""15889"y - éliminer cette section de l'index et de l'arbre de travail\n"15890"n - ne pas éliminer cette section\n"15891"q - quitter ; ne pas éliminer cette section ni les autres restantes\n"15892"a - éliminer cette section et toutes les suivantes de ce fichier\n"15893"d - ne pas éliminer cette section ni les suivantes de ce fichier"1589415895#: git-add--interactive.perl:122315896msgid ""15897"y - apply this hunk to index and worktree\n"15898"n - do not apply this hunk to index and worktree\n"15899"q - quit; do not apply this hunk or any of the remaining ones\n"15900"a - apply this hunk and all later hunks in the file\n"15901"d - do not apply this hunk or any of the later hunks in the file"15902msgstr ""15903"y - appliquer cette section à l'index et à l'arbre de travail\n"15904"n - ne pas appliquer cette section\n"15905"q - quitter ; ne pas appliquer cette section ni les autres restantes\n"15906"a - appliquer cette section et toutes les suivantes de ce fichier\n"15907"d - ne pas appliquer cette section ni les suivantes de ce fichier"1590815909#: git-add--interactive.perl:123215910msgid ""15911"g - select a hunk to go to\n"15912"/ - search for a hunk matching the given regex\n"15913"j - leave this hunk undecided, see next undecided hunk\n"15914"J - leave this hunk undecided, see next hunk\n"15915"k - leave this hunk undecided, see previous undecided hunk\n"15916"K - leave this hunk undecided, see previous hunk\n"15917"s - split the current hunk into smaller hunks\n"15918"e - manually edit the current hunk\n"15919"? - print help\n"15920msgstr ""15921"g - selectionner une section et s'y rendre\n"15922"/ - rechercher une section correspondant à une regex donnée\n"15923"j - laisser cette section non décidée et aller à la suivante non-décidée\n"15924"J - laisser cette section non décidée et aller à la suivante\n"15925"k - laisser cette section non décidée et aller à la précédente non-décidée\n"15926"K - laisser cette section non décidée et aller à la précédente\n"15927"s - découper la section en sections plus petites\n"15928"e - éditer manuellement la section actuelle\n"15929"? - afficher l'aide\n"1593015931#: git-add--interactive.perl:126315932msgid "The selected hunks do not apply to the index!\n"15933msgstr "Les sections sélectionnées ne s'applique pas à l'index !\n"1593415935#: git-add--interactive.perl:126415936msgid "Apply them to the worktree anyway? "15937msgstr "Les appliquer quand même à l'arbre de travail ? "1593815939#: git-add--interactive.perl:126715940msgid "Nothing was applied.\n"15941msgstr "Rien n'a été appliqué.\n"1594215943#: git-add--interactive.perl:127815944#, perl-format15945msgid "ignoring unmerged: %s\n"15946msgstr "fichier non-fusionné ignoré : %s\n"1594715948#: git-add--interactive.perl:128715949msgid "Only binary files changed.\n"15950msgstr "Seuls des fichiers binaires ont changé.\n"1595115952#: git-add--interactive.perl:128915953msgid "No changes.\n"15954msgstr "Aucune modification.\n"1595515956#: git-add--interactive.perl:129715957msgid "Patch update"15958msgstr "Mise à jour par patch"1595915960#: git-add--interactive.perl:134915961#, perl-format15962msgid "Stage mode change [y,n,q,a,d,/%s,?]? "15963msgstr "Indexer le changement de mode [y,n,q,a,d,/%s,?] ? "1596415965#: git-add--interactive.perl:135015966#, perl-format15967msgid "Stage deletion [y,n,q,a,d,/%s,?]? "15968msgstr "Indexer la suppression [y,n,q,a,d,/%s,?] ? "1596915970#: git-add--interactive.perl:135115971#, perl-format15972msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "15973msgstr "Indexer cette section [y,n,q,a,d,/%s,?] ? "1597415975#: git-add--interactive.perl:135415976#, perl-format15977msgid "Stash mode change [y,n,q,a,d,/%s,?]? "15978msgstr "Remiser le changement de mode [y,n,q,a,d,/%s,?] ? "1597915980#: git-add--interactive.perl:135515981#, perl-format15982msgid "Stash deletion [y,n,q,a,d,/%s,?]? "15983msgstr "Remiser la suppression [y,n,q,a,d,/%s,?] ? "1598415985#: git-add--interactive.perl:135615986#, perl-format15987msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "15988msgstr "Remiser cette section [y,n,q,a,d,/%s,?] ? "1598915990#: git-add--interactive.perl:135915991#, perl-format15992msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "15993msgstr "Désindexer le changement de mode [y,n,q,a,d,/%s,?] ? "1599415995#: git-add--interactive.perl:136015996#, perl-format15997msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "15998msgstr "Désindexer la suppression [y,n,q,a,d,/%s,?] ? "1599916000#: git-add--interactive.perl:136116001#, perl-format16002msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "16003msgstr "Désindexer cette section [y,n,q,a,d,/%s,?] ? "1600416005#: git-add--interactive.perl:136416006#, perl-format16007msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "16008msgstr "Appliquer le changement de mode à l'index [y,n,q,a,d,/%s,?] ? "1600916010#: git-add--interactive.perl:136516011#, perl-format16012msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "16013msgstr "Appliquer la suppression à l'index [y,n,q,a,d,/%s,?] ? "1601416015#: git-add--interactive.perl:136616016#, perl-format16017msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "16018msgstr "Appliquer cette section à l'index [y,n,q,a,d,/%s,?] ? "1601916020#: git-add--interactive.perl:136916021#, perl-format16022msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "16023msgstr "Abandonner le changement de mode dans l'arbre [y,n,q,a,d,/%s,?] ? "1602416025#: git-add--interactive.perl:137016026#, perl-format16027msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "16028msgstr "Abandonner la suppression dans l'arbre [y,n,q,a,d,/%s,?] ? "1602916030#: git-add--interactive.perl:137116031#, perl-format16032msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "16033msgstr "Abandonner cette section dans l'arbre [y,n,q,a,d,/%s,?] ? "1603416035#: git-add--interactive.perl:137416036#, perl-format16037msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "16038msgstr ""16039"Abandonner le changement de mode dans l'index et l'arbre [y,n,q,a,d,/%s,?] ? "1604016041#: git-add--interactive.perl:137516042#, perl-format16043msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "16044msgstr ""16045"Abandonner la suppression de l'index et de l'arbre [y,n,q,a,d,/%s,?] ? "1604616047#: git-add--interactive.perl:137616048#, perl-format16049msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "16050msgstr ""16051"Supprimer la section dans l'index et l'arbre de travail [y,n,q,a,d,/%s,?] ? "1605216053#: git-add--interactive.perl:137916054#, perl-format16055msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "16056msgstr ""16057"Appliquer le changement de mode dans l'index et l'arbre de travail [y,n,q,a,"16058"d,/%s,?] ? "1605916060#: git-add--interactive.perl:138016061#, perl-format16062msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "16063msgstr ""16064"Appliquer la suppression dans l'index et l'arbre de travail [y,n,q,a,d,/"16065"%s,?] ? "1606616067#: git-add--interactive.perl:138116068#, perl-format16069msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "16070msgstr ""16071"Appliquer la section à l'index et l'arbre de travail [y,n,q,a,d,/%s,?] ? "1607216073#: git-add--interactive.perl:148416074msgid "go to which hunk (<ret> to see more)? "16075msgstr "aller à quelle section (<ret> pour voir plus) ? "1607616077#: git-add--interactive.perl:148616078msgid "go to which hunk? "16079msgstr "aller à quelle section ? "1608016081#: git-add--interactive.perl:149516082#, perl-format16083msgid "Invalid number: '%s'\n"16084msgstr "Nombre invalide : '%s'\n"1608516086#: git-add--interactive.perl:150016087#, perl-format16088msgid "Sorry, only %d hunk available.\n"16089msgid_plural "Sorry, only %d hunks available.\n"16090msgstr[0] "Désolé, %d seule section disponible.\n"16091msgstr[1] "Désolé, Seulement %d sections disponibles.\n"1609216093#: git-add--interactive.perl:152616094msgid "search for regex? "16095msgstr "rechercher la regex ? "1609616097#: git-add--interactive.perl:153916098#, perl-format16099msgid "Malformed search regexp %s: %s\n"16100msgstr "Regex de recherche malformée %s : %s\n"1610116102#: git-add--interactive.perl:154916103msgid "No hunk matches the given pattern\n"16104msgstr "Aucune section ne correspond au motif donné\n"1610516106#: git-add--interactive.perl:1561 git-add--interactive.perl:158316107msgid "No previous hunk\n"16108msgstr "Pas de section précédente\n"1610916110#: git-add--interactive.perl:1570 git-add--interactive.perl:158916111msgid "No next hunk\n"16112msgstr "Pas de section suivante\n"1611316114#: git-add--interactive.perl:159716115#, perl-format16116msgid "Split into %d hunk.\n"16117msgid_plural "Split into %d hunks.\n"16118msgstr[0] "Découpée en %d section.\n"16119msgstr[1] "Découpée en %d sections.\n"1612016121#: git-add--interactive.perl:164916122msgid "Review diff"16123msgstr "Réviser la différence"1612416125#. TRANSLATORS: please do not translate the command names16126#. 'status', 'update', 'revert', etc.16127#: git-add--interactive.perl:166816128msgid ""16129"status - show paths with changes\n"16130"update - add working tree state to the staged set of changes\n"16131"revert - revert staged set of changes back to the HEAD version\n"16132"patch - pick hunks and update selectively\n"16133"diff - view diff between HEAD and index\n"16134"add untracked - add contents of untracked files to the staged set of "16135"changes\n"16136msgstr ""16137"status - montrer les chemins modifiés\n"16138"update - ajouter l'état de l'arbre de travail aux modifications à "16139"indexer\n"16140"revert - faire revenir les modifications à indexer à la version HEAD\n"16141"patch - sélectionner les sections et mettre à jour sélectivement\n"16142"diff - visualiser les diff entre HEAD et l'index\n"16143"add untracked - ajouter les fichiers non-suivis aux modifications à indexer\n"1614416145#: git-add--interactive.perl:1685 git-add--interactive.perl:169016146#: git-add--interactive.perl:1693 git-add--interactive.perl:170016147#: git-add--interactive.perl:1704 git-add--interactive.perl:171016148msgid "missing --"16149msgstr "-- manquant"1615016151#: git-add--interactive.perl:170616152#, perl-format16153msgid "unknown --patch mode: %s"16154msgstr "mode de --patch inconnu : %s"1615516156#: git-add--interactive.perl:1712 git-add--interactive.perl:171816157#, perl-format16158msgid "invalid argument %s, expecting --"16159msgstr "argument invalide %s, -- attendu"1616016161#: git-send-email.perl:12116162msgid "local zone differs from GMT by a non-minute interval\n"16163msgstr "la zone locale diffère du GMT par un interval supérieur à une minute\n"1616416165#: git-send-email.perl:128 git-send-email.perl:13416166msgid "local time offset greater than or equal to 24 hours\n"16167msgstr "le décalage de temps local est plus grand ou égal à 24 heures\n"1616816169#: git-send-email.perl:202 git-send-email.perl:20816170msgid "the editor exited uncleanly, aborting everything"16171msgstr "l'éditeur est sorti en erreur, abandon total"1617216173#: git-send-email.perl:28216174#, perl-format16175msgid ""16176"'%s' contains an intermediate version of the email you were composing.\n"16177msgstr ""16178"'%s' contient une version intermédiaire du courriel que vous composiez.\n"1617916180#: git-send-email.perl:28716181#, perl-format16182msgid "'%s.final' contains the composed email.\n"16183msgstr "'%s.final' contient le courriel composé.\n"1618416185#: git-send-email.perl:30516186msgid "--dump-aliases incompatible with other options\n"16187msgstr "--dump-aliases est incompatible avec d'autres options\n"1618816189#: git-send-email.perl:368 git-send-email.perl:62316190msgid "Cannot run git format-patch from outside a repository\n"16191msgstr "Lancement de git format-patch impossible à l'extérieur d'un dépôt\n"1619216193#: git-send-email.perl:43716194#, perl-format16195msgid "Unknown --suppress-cc field: '%s'\n"16196msgstr "Champ de --suppress-cc inconnu : '%s'\n"1619716198#: git-send-email.perl:46616199#, perl-format16200msgid "Unknown --confirm setting: '%s'\n"16201msgstr "Paramètre de --confirm inconnu : '%s'\n"1620216203#: git-send-email.perl:49816204#, perl-format16205msgid "warning: sendmail alias with quotes is not supported: %s\n"16206msgstr ""16207"attention : les guillemets ne sont pas supportés dans alias sendmail : %s\n"1620816209#: git-send-email.perl:50016210#, perl-format16211msgid "warning: `:include:` not supported: %s\n"16212msgstr "attention : `:include:` n'est pas supporté : %s\n"1621316214#: git-send-email.perl:50216215#, perl-format16216msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"16217msgstr ""16218"attention : les redirections `/file` ou `|pipe` ne sont pas supportées : %s\n"1621916220#: git-send-email.perl:50716221#, perl-format16222msgid "warning: sendmail line is not recognized: %s\n"16223msgstr "attention : ligne sendmail non reconnue : %s\n"1622416225#: git-send-email.perl:58916226#, perl-format16227msgid ""16228"File '%s' exists but it could also be the range of commits\n"16229"to produce patches for. Please disambiguate by...\n"16230"\n"16231" * Saying \"./%s\" if you mean a file; or\n"16232" * Giving --format-patch option if you mean a range.\n"16233msgstr ""16234"Le fichier '%s' existe mais ce pourrait aussi être la plage de commmits\n"16235"pour lequel les patches sont à produire. Veuillez préciser...\n"16236"\n"16237" * en indiquant \"./%s\" si vous désignez un fichier, ou\n"16238" * en fournissant l'option --format-patch pour une plage.\n"1623916240#: git-send-email.perl:61016241#, perl-format16242msgid "Failed to opendir %s: %s"16243msgstr "Échec à l'ouverture du répertoire %s : %s"1624416245#: git-send-email.perl:63416246#, perl-format16247msgid ""16248"fatal: %s: %s\n"16249"warning: no patches were sent\n"16250msgstr ""16251"fatal : %s : %s\n"16252"attention : aucun patch envoyé\n"1625316254#: git-send-email.perl:64516255msgid ""16256"\n"16257"No patch files specified!\n"16258"\n"16259msgstr ""16260"\n"16261"Aucun fichier patch spécifié !\n"16262"\n"1626316264#: git-send-email.perl:65816265#, perl-format16266msgid "No subject line in %s?"16267msgstr "Ligne de sujet non trouvée dans %s ?"1626816269#: git-send-email.perl:66816270#, perl-format16271msgid "Failed to open for writing %s: %s"16272msgstr "Impossible d'ouvrir %s en écriture : %s"1627316274#: git-send-email.perl:67816275msgid ""16276"Lines beginning in \"GIT:\" will be removed.\n"16277"Consider including an overall diffstat or table of contents\n"16278"for the patch you are writing.\n"16279"\n"16280"Clear the body content if you don't wish to send a summary.\n"16281msgstr ""16282"Les lignes commençant par \"GIT:\" seront supprimées.\n"16283"Envisagez d'inclure un diffstat global ou une table des matières\n"16284"pour le patch que vous êtes en train d'écrire.\n"16285"\n"16286"Effacez le corps si vous ne souhaitez pas envoyer un résumé.\n"1628716288#: git-send-email.perl:70116289#, perl-format16290msgid "Failed to open %s.final: %s"16291msgstr "Échec à l'ouverture de %s.final : %s"1629216293#: git-send-email.perl:70416294#, perl-format16295msgid "Failed to open %s: %s"16296msgstr "Échec à l'ouverture de %s : %s"1629716298#: git-send-email.perl:73916299msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"16300msgstr ""16301"Les champs To/CC/Bcc ne sont pas encore interprétés, ils ont été ignorés\n"1630216303#: git-send-email.perl:74816304msgid "Summary email is empty, skipping it\n"16305msgstr "Le courriel de résumé etant vide, il a été ignoré\n"1630616307#. TRANSLATORS: please keep [y/N] as is.16308#: git-send-email.perl:78016309#, perl-format16310msgid "Are you sure you want to use <%s> [y/N]? "16311msgstr "Êtes-vous sur de vouloir utiliser <%s> [y/N] ? "1631216313#: git-send-email.perl:80916314msgid ""16315"The following files are 8bit, but do not declare a Content-Transfer-"16316"Encoding.\n"16317msgstr ""16318"Les fichiers suivants sont 8bit mais ne déclarent pas de champs Content-"16319"Transfer-Encoding.\n"1632016321#: git-send-email.perl:81416322msgid "Which 8bit encoding should I declare [UTF-8]? "16323msgstr "Quel encodage 8bit doit être déclaré [UTF8] ? "1632416325#: git-send-email.perl:82216326#, perl-format16327msgid ""16328"Refusing to send because the patch\n"16329"\t%s\n"16330"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "16331"want to send.\n"16332msgstr ""16333"Envoi refusé parce que le patch\n"16334"\t%s\n"16335"a un sujet modèle '*** SUBJECT HERE ***'. Passez --force is vous souhaitez "16336"vraiment envoyer.\n"1633716338#: git-send-email.perl:84116339msgid "To whom should the emails be sent (if anyone)?"16340msgstr "À qui les courriels doivent-ils être envoyés (s'il y en a) ?"1634116342#: git-send-email.perl:85916343#, perl-format16344msgid "fatal: alias '%s' expands to itself\n"16345msgstr "fatal : l'alias '%s' se développe en lui-même\n"1634616347#: git-send-email.perl:87116348msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "16349msgstr ""16350"Message-ID à utiliser comme In-Reply-to pour le premier courriel (s'il y en "16351"a) ? "1635216353#: git-send-email.perl:921 git-send-email.perl:92916354#, perl-format16355msgid "error: unable to extract a valid address from: %s\n"16356msgstr "erreur : impossible d'extraire une adresse valide depuis : %s\n"1635716358#. TRANSLATORS: Make sure to include [q] [d] [e] in your16359#. translation. The program will only accept English input16360#. at this point.16361#: git-send-email.perl:93316362msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "16363msgstr "Que faire de cette adresse ? ([q]uitter|[d]élaisser|[e]diter): "1636416365#: git-send-email.perl:123416366#, perl-format16367msgid "CA path \"%s\" does not exist"16368msgstr "le chemin vers la CA \"%s\" n'existe pas"1636916370#: git-send-email.perl:130916371msgid ""16372" The Cc list above has been expanded by additional\n"16373" addresses found in the patch commit message. By default\n"16374" send-email prompts before sending whenever this occurs.\n"16375" This behavior is controlled by the sendemail.confirm\n"16376" configuration setting.\n"16377"\n"16378" For additional information, run 'git send-email --help'.\n"16379" To retain the current behavior, but squelch this message,\n"16380" run 'git config --global sendemail.confirm auto'.\n"16381"\n"16382msgstr ""16383" La liste CC ci-dessus a été étendue avec des adresses\n"16384" supplémentaires trouvées dans le message de validation.\n"16385" Par défaut dans ce cas, send-email demande confirmation avant envoi.\n"16386" Ce comportement est géré par le paramètre de configuration\n"16387" sendemail.confirm.\n"16388"\n"16389" Pour tout information complémentaire, lancez 'git send-email --help'.\n"16390" Pour conserver le comportement actuel, mais éliminer ce message,\n"16391" lancez 'git config --global sendemail.confirm auto'.\n"16392"\n"1639316394#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your16395#. translation. The program will only accept English input16396#. at this point.16397#: git-send-email.perl:132416398msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "16399msgstr "Envoyer ce courriel ? ([y]es|[n]o|[q]uit|[a]ll) : "1640016401#: git-send-email.perl:132716402msgid "Send this email reply required"16403msgstr "Une réponse est nécessaire"1640416405#: git-send-email.perl:135316406msgid "The required SMTP server is not properly defined."16407msgstr "Le serveur SMTP nécessaire n'est pas défini correctement."1640816409#: git-send-email.perl:139716410#, perl-format16411msgid "Server does not support STARTTLS! %s"16412msgstr "Le serveur ne supporte pas STARTTLS ! %s"1641316414#: git-send-email.perl:140316415msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."16416msgstr ""16417"Impossible d'initialiser SMTP. Vérifiez la configuration et utilisez --smtp-"16418"debug."1641916420#: git-send-email.perl:142116421#, perl-format16422msgid "Failed to send %s\n"16423msgstr "échec de l'envoi de %s\n"1642416425#: git-send-email.perl:142416426#, perl-format16427msgid "Dry-Sent %s\n"16428msgstr "Envoi simulé de %s\n"1642916430#: git-send-email.perl:142416431#, perl-format16432msgid "Sent %s\n"16433msgstr "%s envoyé\n"1643416435#: git-send-email.perl:142616436msgid "Dry-OK. Log says:\n"16437msgstr "Simulation OK. Le journal indique :\n"1643816439#: git-send-email.perl:142616440msgid "OK. Log says:\n"16441msgstr "OK. Le journal indique :\n"1644216443#: git-send-email.perl:143816444msgid "Result: "16445msgstr "Résultat : "1644616447#: git-send-email.perl:144116448msgid "Result: OK\n"16449msgstr "Résultat : OK\n"1645016451#: git-send-email.perl:145416452#, perl-format16453msgid "can't open file %s"16454msgstr "impossible d'ouvrir le fichier %s"1645516456#: git-send-email.perl:1501 git-send-email.perl:152116457#, perl-format16458msgid "(mbox) Adding cc: %s from line '%s'\n"16459msgstr "(mbox) Ajout de cc: %s depuis la ligne '%s'\n"1646016461#: git-send-email.perl:150716462#, perl-format16463msgid "(mbox) Adding to: %s from line '%s'\n"16464msgstr "(mbox) Ajout de to: %s depuis la ligne '%s'\n"1646516466#: git-send-email.perl:155516467#, perl-format16468msgid "(non-mbox) Adding cc: %s from line '%s'\n"16469msgstr "(non-mbox) Ajout de cc: %s depuis la ligne '%s'\n"1647016471#: git-send-email.perl:157816472#, perl-format16473msgid "(body) Adding cc: %s from line '%s'\n"16474msgstr "(corps) Ajout de cc: %s depuis la ligne '%s'\n"1647516476#: git-send-email.perl:167616477#, perl-format16478msgid "(%s) Could not execute '%s'"16479msgstr "(%s) Impossible d'exécuter '%s'"1648016481#: git-send-email.perl:168316482#, perl-format16483msgid "(%s) Adding %s: %s from: '%s'\n"16484msgstr "(%s) Ajout de %s : %s depuis : '%s'\n"1648516486#: git-send-email.perl:168716487#, perl-format16488msgid "(%s) failed to close pipe to '%s'"16489msgstr "(%s) échec de la fermeture du pipe vers '%s'"1649016491#: git-send-email.perl:171416492msgid "cannot send message as 7bit"16493msgstr "impossible d'envoyer un message comme 7bit"1649416495#: git-send-email.perl:172216496msgid "invalid transfer encoding"16497msgstr "codage de transfert invalide"1649816499#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:180216500#, perl-format16501msgid "unable to open %s: %s\n"16502msgstr "impossible d'ouvrir %s :%s\n"1650316504#: git-send-email.perl:174416505#, perl-format16506msgid "%s: patch contains a line longer than 998 characters"16507msgstr "%s : le patch contient une ligne plus longue que 998 caractères"1650816509#: git-send-email.perl:176016510#, perl-format16511msgid "Skipping %s with backup suffix '%s'.\n"16512msgstr "%s sauté avec un suffix de sauvegarde '%s'.\n"1651316514#. TRANSLATORS: please keep "[y|N]" as is.16515#: git-send-email.perl:176416516#, perl-format16517msgid "Do you really want to send %s? [y|N]: "16518msgstr "Souhaitez-vous réellement envoyer %s ?[y|N] : "1651916520#~ msgid "could not stat '%s"16521#~ msgstr "stat impossible de '%s'"1652216523#~ msgid "tag: tagging "16524#~ msgstr "étiquette: étiquetage de "1652516526#~ msgid "object of unknown type"16527#~ msgstr "objet de type inconnu"1652816529#~ msgid "commit object"16530#~ msgstr "objet commit"1653116532#~ msgid "tree object"16533#~ msgstr "objet arbre"1653416535#~ msgid "blob object"16536#~ msgstr "objet blob"1653716538#~ msgid "other tag object"16539#~ msgstr "objet étiquette autre"1654016541#~ msgid ""16542#~ "There is nothing to exclude from by :(exclude) patterns.\n"16543#~ "Perhaps you forgot to add either ':/' or '.' ?"16544#~ msgstr ""16545#~ "Il n'y a rien dont il faut exclure par des motifs :(exclure).\n"16546#~ "Peut-être avez-vous oublié d'ajouter ':/' ou '.' ?"1654716548#~ msgid "unrecognized format: %%(%s)"16549#~ msgstr "format non reconnu %%(%s)"1655016551#~ msgid ":strip= requires a positive integer argument"16552#~ msgstr ":strip= requiert un argument entier positif"1655316554#~ msgid "ref '%s' does not have %ld components to :strip"16555#~ msgstr "la réf '%s' n'a pas %ld composants à :strip"1655616557#~ msgid "unknown %.*s format %s"16558#~ msgstr "format de %.*s inconnu %s"1655916560# féminin pour une branche16561#~ msgid "[%s: gone]"16562#~ msgstr "[%s: disparue]"1656316564#~ msgid "[%s]"16565#~ msgstr "[%s]"1656616567#~ msgid "[%s: behind %d]"16568#~ msgstr "[%s: en retard de %d]"1656916570#~ msgid "[%s: ahead %d]"16571#~ msgstr "[%s : en avance de %d]"1657216573#~ msgid "[%s: ahead %d, behind %d]"16574#~ msgstr "[%s : en avance de %d, en retard de %d]"1657516576#~ msgid " **** invalid ref ****"16577#~ msgstr " **** référence invalide ****"1657816579#~ msgid "insanely long object directory %.*s"16580#~ msgstr "objet répertoire démentiellement long %.*s"1658116582#~ msgid "git merge [<options>] <msg> HEAD <commit>"16583#~ msgstr "git merge [<options>] <message> HEAD <commit>"1658416585#~ msgid "'%s' is not a commit"16586#~ msgstr "'%s' n'est pas une validation"1658716588#~ msgid "cannot open file '%s'"16589#~ msgstr "impossible d'ouvrir le fichier '%s'"1659016591#~ msgid "could not close file %s"16592#~ msgstr "impossible de fermer le fichier %s"1659316594#~ msgid "tag name too long: %.*s..."16595#~ msgstr "nom d'étiquette trop long : %.*s..."1659616597#~ msgid "tag header too big."16598#~ msgstr "en-tête d'étiquette trop gros."1659916600#~ msgid ""16601#~ "If the patch applies cleanly, the edited hunk will immediately be\n"16602#~ "marked for discarding"16603#~ msgstr ""16604#~ "Si le patch s'applique proprement, la section éditée sera\n"16605#~ "immediatement marquée comme éliminée"1660616607#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"16608#~ msgstr ""16609#~ "Utiliser une heuristique expérimentale reposant sur les lignes vides pour "16610#~ "améliorer le diffs"1661116612#~ msgid "Clever... amending the last one with dirty index."16613#~ msgstr "Malin... correction du dernier avec un index sale."1661416615#~ msgid ""16616#~ "the following submodule (or one of its nested submodules)\n"16617#~ "uses a .git directory:"16618#~ msgid_plural ""16619#~ "the following submodules (or one of their nested submodules)\n"16620#~ "use a .git directory:"16621#~ msgstr[0] ""16622#~ "le sous-module suivant (ou un de ses sous-modules imbriqués)\n"16623#~ "utilise un répertoire .git :"16624#~ msgstr[1] ""16625#~ "les sous-modules suivants (ou un de leurs sous-modules imbriqués)\n"16626#~ "utilisent un répertoire .git :"1662716628#~ msgid ""16629#~ "\n"16630#~ "(use 'rm -rf' if you really want to remove it including all of its "16631#~ "history)"16632#~ msgstr ""16633#~ "\n"16634#~ "(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout "16635#~ "son historique)"1663616637#~ msgid "Could not write to %s"16638#~ msgstr "Impossible d'écrire dans %s"1663916640#~ msgid "Error wrapping up %s."16641#~ msgstr "Erreur lors de l'emballage de %s."1664216643#~ msgid "Your local changes would be overwritten by cherry-pick."16644#~ msgstr "Vos modifications locales seraient écrasées par cherry-pick."1664516646#~ msgid "Cannot revert during another revert."16647#~ msgstr "Impossible d'annuler un commit pendant l'annulation d'un commit."1664816649#~ msgid "Cannot cherry-pick during another cherry-pick."16650#~ msgstr "Impossible de picorer pendant un autre picorage."1665116652#~ msgid "Could not parse line %d."16653#~ msgstr "Impossible d'analyser la ligne %d."1665416655#~ msgid "Could not open %s"16656#~ msgstr "Impossible d'ouvrir %s"1665716658#~ msgid "Could not read %s."16659#~ msgstr "Impossible de lire %s."1666016661#~ msgid "Could not format %s."16662#~ msgstr "Impossible de formater %s."1666316664#~ msgid "%s: %s"16665#~ msgstr "%s : %s"1666616667#~ msgid "cannot open %s: %s"16668#~ msgstr "impossible d'ouvrir %s : %s"1666916670#~ msgid "You need to set your committer info first"16671#~ msgstr "Vous devez d'abord définir vos informations de validateur"1667216673#~ msgid "This is the 2nd commit message:"16674#~ msgstr "Ceci est le deuxième message de validation :"1667516676#~ msgid "This is the 3rd commit message:"16677#~ msgstr "Ceci est le troisième message de validation :"1667816679#~ msgid "This is the 4th commit message:"16680#~ msgstr "Ceci est le quatrième message de validation :"1668116682#~ msgid "This is the 5th commit message:"16683#~ msgstr "Ceci est le cinquième message de validation :"1668416685#~ msgid "This is the 6th commit message:"16686#~ msgstr "Ceci est le sixième message de validation :"1668716688#~ msgid "This is the 7th commit message:"16689#~ msgstr "Ceci est le septième message de validation :"1669016691#~ msgid "This is the 8th commit message:"16692#~ msgstr "Ceci est le huitième message de validation :"1669316694#~ msgid "This is the 9th commit message:"16695#~ msgstr "Ceci est le neuvième message de validation :"1669616697#~ msgid "This is the 10th commit message:"16698#~ msgstr "Ceci est le dixième message de validation :"1669916700#~ msgid "This is the ${n}th commit message:"16701#~ msgstr "Ceci est le ${n}ième message de validation :"1670216703#~ msgid "This is the ${n}st commit message:"16704#~ msgstr "Ceci est le ${n}ième message de validation :"1670516706#~ msgid "This is the ${n}nd commit message:"16707#~ msgstr "Ceci est le ${n}ième message de validation :"1670816709#~ msgid "This is the ${n}rd commit message:"16710#~ msgstr "Ceci est le ${n}ième message de validation :"1671116712#~ msgid "The 1st commit message will be skipped:"16713#~ msgstr "Le premier message de validation sera ignoré :"1671416715#~ msgid "The 2nd commit message will be skipped:"16716#~ msgstr "Le deuxième message de validation sera ignoré :"1671716718#~ msgid "The 3rd commit message will be skipped:"16719#~ msgstr "Le troisième message de validation sera ignoré :"1672016721#~ msgid "The 4th commit message will be skipped:"16722#~ msgstr "Le quatrième message de validation sera ignoré :"1672316724#~ msgid "The 5th commit message will be skipped:"16725#~ msgstr "Le cinquième message de validation sera ignoré :"1672616727#~ msgid "The 6th commit message will be skipped:"16728#~ msgstr "Le sixième message de validation sera ignoré :"1672916730#~ msgid "The 7th commit message will be skipped:"16731#~ msgstr "Le septième message de validation sera ignoré :"1673216733#~ msgid "The 8th commit message will be skipped:"16734#~ msgstr "Le huitième message de validation sera ignoré :"1673516736#~ msgid "The 9th commit message will be skipped:"16737#~ msgstr "Le neuvième message de validation sera ignoré :"1673816739#~ msgid "The 10th commit message will be skipped:"16740#~ msgstr "Le dixième message de validation sera ignoré :"1674116742#~ msgid "The ${n}th commit message will be skipped:"16743#~ msgstr "le ${n}ième message de validation sera ignoré :"1674416745#~ msgid "The ${n}st commit message will be skipped:"16746#~ msgstr "Le message de validation ${n} sera ignoré :"1674716748#~ msgid "The ${n}nd commit message will be skipped:"16749#~ msgstr "Le message de validation ${n} sera ignoré :"1675016751#~ msgid "The ${n}rd commit message will be skipped:"16752#~ msgstr "Le message de validation ${n} sera ignoré :"1675316754#~ msgid "could not run gpg."16755#~ msgstr "impossible de lancer gpg."1675616757#~ msgid "gpg did not accept the data"16758#~ msgstr "gpg n'a pas accepté les données"1675916760#~ msgid "unsupported object type in the tree"16761#~ msgstr "type d'objet non supporté dans l'arbre"1676216763#~ msgid "Fatal merge failure, shouldn't happen."16764#~ msgstr "Échec fatal de fusion, qui ne devrait jamais arriver."1676516766#~ msgid "Unprocessed path??? %s"16767#~ msgstr "Chemin non traité ??? %s"1676816769#~ msgid "Error wrapping up %s"16770#~ msgstr "Erreur à l'emballage de %s"1677116772#~ msgid "Cannot %s during a %s"16773#~ msgstr "Impossible de %s pendant un %s"1677416775#~ msgid "Can't cherry-pick into empty head"16776#~ msgstr "Impossible de picorer vers une HEAD vide"1677716778#~ msgid "could not open %s for writing"16779#~ msgstr "Impossible d'ouvrir '%s' en écriture"1678016781#~ msgid "bug: unhandled unmerged status %x"16782#~ msgstr "bogue : état de non-fusion non géré %x"1678316784#~ msgid "bug: unhandled diff status %c"16785#~ msgstr "bogue : état de diff non géré %c"1678616787#~ msgid "could not write branch description template"16788#~ msgstr "impossible d'écrire le modèle de description de branche"1678916790#~ msgid "corrupt index file"16791#~ msgstr "fichier d'index corrompu"1679216793#~ msgid "detach the HEAD at named commit"16794#~ msgstr "détacher la HEAD à la validation nommée"1679516796#~ msgid "Checking connectivity... "16797#~ msgstr "Vérification de la connectivité... "1679816799#~ msgid " (unable to update local ref)"16800#~ msgstr " (impossible de mettre à jour la référence locale)"1680116802#~ msgid "Reinitialized existing"16803#~ msgstr "existant réinitialisé"1680416805#~ msgid "Initialized empty"16806#~ msgstr "vide initialisé"1680716808#~ msgid " shared"16809#~ msgstr " partagé"1681016811#~ msgid "Verify that the named commit has a valid GPG signature"16812#~ msgstr "Vérifier que la validation a une signature GPG valide"1681316814#~ msgid "Writing SQUASH_MSG"16815#~ msgstr "Écriture de SQUASH_MSG"1681616817#~ msgid "Finishing SQUASH_MSG"16818#~ msgstr "Finition de SQUASH_MSG"1681916820#~ msgid " and with remote"16821#~ msgstr " et avec la distante"1682216823#~ msgid "removing '%s' failed"16824#~ msgstr "la suppression de '%s' a échoué"1682516826#~ msgid "program error"16827#~ msgstr "erreur du programme"1682816829#~ msgid "Please call 'bisect_state' with at least one argument."16830#~ msgstr "Veuillez appeler 'bisect_state' avec au moins un argument."1683116832#~ msgid ""16833#~ "If you want to reuse this local git directory instead of cloning again "16834#~ "from"16835#~ msgstr ""16836#~ "Si vous voulez réutiliser ce répertoire git local au lieu de cloner à "16837#~ "nouveau depuis"1683816839#~ msgid ""16840#~ "use the '--force' option. If the local git directory is not the correct "16841#~ "repo"16842#~ msgstr ""16843#~ "utilisez l'option '--force'. Si le répertoire local git n'est pas le "16844#~ "dépôt correct"1684516846#~ msgid ""16847#~ "or you are unsure what this means choose another name with the '--name' "16848#~ "option."16849#~ msgstr ""16850#~ "ou si vous ne savez pas ce que cela signifie, choisissez un autre nom "16851#~ "avec l'option '--name'."1685216853#~ msgid "Submodule work tree '$displaypath' contains a .git directory"16854#~ msgstr ""16855#~ "La copie de travail du sous-module '$displaypath' contient un répertoire ."16856#~ "git"1685716858#~ msgid ""16859#~ "(use 'rm -rf' if you really want to remove it including all of its "16860#~ "history)"16861#~ msgstr ""16862#~ "(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout "16863#~ "son historique)"1686416865#~ msgid "'%s': %s"16866#~ msgstr "'%s' : %s"1686716868#~ msgid "unable to access '%s': %s"16869#~ msgstr "impossible d'accéder à '%s' : %s"1687016871#~ msgid " git branch -d %s\n"16872#~ msgstr " git branch -d %s\n"1687316874#~ msgid " git branch --set-upstream-to %s\n"16875#~ msgstr " git branch --set-upstream-to %s\n"1687616877#~ msgid "cannot open %s: %s\n"16878#~ msgstr "impossible d'ouvrir %s : %s\n"1687916880#~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"16881#~ msgstr ""16882#~ "Veuillez indexer vos modifications de .gitmodules ou remisez-les pour "16883#~ "continuer"1688416885#~ msgid "could not verify the tag '%s'"16886#~ msgstr "impossible de vérifier l'étiquette '%s'"1688716888#~ msgid "failed to remove: %s"16889#~ msgstr "échec de la suppression de %s"1689016891#~ msgid "The --exec option must be used with the --interactive option"16892#~ msgstr "L'option --exec doit être utilisée avec l'option --interactive"1689316894#~ msgid ""16895#~ "Submodule path '$displaypath' not initialized\n"16896#~ "Maybe you want to use 'update --init'?"16897#~ msgstr ""16898#~ "Chemin de sous-module '$displaypath' non initialisé\n"16899#~ "Peut-être souhaitez-vous utiliser 'update --init' ?"1690016901#~ msgid "Forward-port local commits to the updated upstream head"16902#~ msgstr ""16903#~ "Reporter les validations locales sur le sommet mis à jour d'une branche "16904#~ "amont"1690516906#~ msgid "unable to parse format"16907#~ msgstr "impossible d'analyser le format"1690816909#~ msgid "improper format entered align:%s"16910#~ msgstr "format non convenable align:%s"1691116912#~ msgid "Could not set core.worktree in %s"16913#~ msgstr "Impossible de paramétrer core.worktree dans %s"1691416915#~ msgid ""16916#~ "push.default is unset; its implicit value has changed in\n"16917#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"16918#~ "and maintain the traditional behavior, use:\n"16919#~ "\n"16920#~ " git config --global push.default matching\n"16921#~ "\n"16922#~ "To squelch this message and adopt the new behavior now, use:\n"16923#~ "\n"16924#~ " git config --global push.default simple\n"16925#~ "\n"16926#~ "When push.default is set to 'matching', git will push local branches\n"16927#~ "to the remote branches that already exist with the same name.\n"16928#~ "\n"16929#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"16930#~ "behavior, which only pushes the current branch to the corresponding\n"16931#~ "remote branch that 'git pull' uses to update the current branch.\n"16932#~ "\n"16933#~ "See 'git help config' and search for 'push.default' for further "16934#~ "information.\n"16935#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"16936#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"16937#~ msgstr ""16938#~ "push.default n'est pas défini ; sa valeur implicite a changé dans Git "16939#~ "2.0\n"16940#~ "de 'matching' vers 'simple'. Pour supprimer ce message et maintenir\n"16941#~ "le comportement actuel après la modification de la valeur de défaut, "16942#~ "utilisez :\n"16943#~ "\n"16944#~ " git config --global push.default matching\n"16945#~ "\n"16946#~ "Pour supprimer ce message et adopter le nouveau comportement maintenant, "16947#~ "utilisez :\n"16948#~ "\n"16949#~ " git config --global push.default simple\n"16950#~ "\n"16951#~ "Quand push.default vaudra 'matching', git poussera les branches locales\n"16952#~ "sur les branches distantes qui existent déjà avec le même nom.\n"16953#~ "\n"16954#~ "Depuis Git 2.0, Git utilise par défaut le comportement plus conservatif "16955#~ "'simple'\n"16956#~ "qui ne pousse la branche courante que vers la branche distante "16957#~ "correspondante\n"16958#~ "que 'git pull' utilise pour mettre à jour la branche courante.\n"16959#~ " \n"16960#~ "Voir 'git help config' et chercher 'push.default' pour plus "16961#~ "d'information.\n"16962#~ "(le mode 'simple' a été introduit dans Git 1.7.11. Utilisez le mode "16963#~ "similaire\n"16964#~ "'current' au lieu de 'simple' si vous utilisez de temps en temps "16965#~ "d'anciennes versions de Git)"1696616967#~ msgid "check|on-demand|no"16968#~ msgstr "check|on-demand|no"1696916970#~ msgid "Could not append '%s'"16971#~ msgstr "Impossible d'ajouter '%s'"1697216973#~ msgid "Missing author: %s"16974#~ msgstr "Auteur manquant : %s"1697516976#~ msgid "Testing "16977#~ msgstr "Test en cours "1697816979#~ msgid "unable to look up current user in the passwd file: %s"16980#~ msgstr ""16981#~ "impossible de rechercher l'utilisateur actuel dans le fichier de mots de "16982#~ "passe : %s"1698316984#~ msgid "no such user"16985#~ msgstr "utilisateur inconnu"1698616987#~ msgid "branch '%s' does not point at a commit"16988#~ msgstr "la branche '%s' ne pointe pas sur un commit"1698916990#~ msgid "object '%s' does not point to a commit"16991#~ msgstr "l'objet '%s' ne pointe pas sur un commit"1699216993#~ msgid "some refs could not be read"16994#~ msgstr "des références n'ont pas pu être lues"1699516996#~ msgid "print only merged branches"16997#~ msgstr "afficher seulement les branches fusionnées"1699816999#~ msgid "--dissociate given, but there is no --reference"17000#~ msgstr "--dissociate est spécifié, mais --reference est absent"1700117002#~ msgid "show usage"17003#~ msgstr "afficher l'usage"1700417005#~ msgid "insanely long template name %s"17006#~ msgstr "nom de modèle démentiellement long %s"1700717008#~ msgid "insanely long symlink %s"17009#~ msgstr "lien symbolique démentiellement long %s"1701017011#~ msgid "insanely long template path %s"17012#~ msgstr "chemin de modèle %s démentiellement long"1701317014#~ msgid "insane git directory %s"17015#~ msgstr "répertoire git démentiel %s"1701617017#~ msgid "unsupported sort specification '%s'"17018#~ msgstr "spécification de tri non supportée '%s'"1701917020#~ msgid "unsupported sort specification '%s' in variable '%s'"17021#~ msgstr "spécification de tri non supportée '%s' dans le variable '%s'"1702217023#~ msgid "switch 'points-at' requires an object"17024#~ msgstr "le commutateur 'points-at' a besoin d'un objet"1702517026#~ msgid "sort tags"17027#~ msgstr "trier les étiquettes"1702817029#~ msgid "--sort and -n are incompatible"17030#~ msgstr "--sort et -n sont incompatibles"1703117032#~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"17033#~ msgstr ""17034#~ "Le répertoire Git '$a' fait partie du chemin de sous-module '$b' ou vice-"17035#~ "versa"1703617037#~ msgid "false|true|preserve"17038#~ msgstr "false|true|preserve"1703917040#~ msgid "BUG: reopen a lockfile that is still open"17041#~ msgstr "BUG: réouverture d'un fichier verrou déjà ouvert"1704217043#~ msgid "BUG: reopen a lockfile that has been committed"17044#~ msgstr "BUG: réouverture d'un fichier verrou validé"1704517046#~ msgid "option %s does not accept negative form"17047#~ msgstr "l'option %s n'accepte pas de valeur négative"1704817049#~ msgid "unable to parse value '%s' for option %s"17050#~ msgstr "impossible d'analyser la valeur '%s' pour l'option %s"1705117052#~ msgid "-b and -B are mutually exclusive"17053#~ msgstr "-b et -B sont mutuellement exclusifs"1705417055#~ msgid ""17056#~ "When you have resolved this problem, run \"$cmdline --continue\".\n"17057#~ "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"17058#~ "To restore the original branch and stop patching, run \"$cmdline --abort"17059#~ "\"."17060#~ msgstr ""17061#~ "Lorsque vous aurez résolu ce problème, lancez \"$cmdline --continue\".\n"17062#~ "Si vous préférez sauter ce patch, lancez \"$cmdline --skip\" à la place.\n"17063#~ "Pour restaurer la branche d'origine et stopper le patchage, lancez "17064#~ "\"$cmdline --abort\"."1706517066#~ msgid "Patch format $patch_format is not supported."17067#~ msgstr "Le format de patch $patch_format n'est pas supporté."1706817069#~ msgid "Please make up your mind. --skip or --abort?"17070#~ msgstr "Décidez-vous. --skip ou --abort ?"1707117072#~ msgid ""17073#~ "Patch is empty. Was it split wrong?\n"17074#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"17075#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."17076#~ msgstr ""17077#~ "Le patch est vide. Était-il mal découpé ?\n"17078#~ "Si vous préférez sauter ce patch, lancez plutôt \"$cmdline --skip\".\n"17079#~ "Pour restaurer la branche d'origine et stopper le patchage, lancez "17080#~ "\"$cmdline --abort\"."1708117082#~ msgid "Patch does not have a valid e-mail address."17083#~ msgstr "Le patch n'a pas d'adresse e-mail valide."1708417085#~ msgid "Applying: $FIRSTLINE"17086#~ msgstr "Application : $FIRSTLINE"1708717088#~ msgid "Patch failed at $msgnum $FIRSTLINE"17089#~ msgstr "Le patch a échoué à $msgnum $FIRSTLINE"1709017091#~ msgid ""17092#~ "Pull is not possible because you have unmerged files.\n"17093#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"17094#~ "as appropriate to mark resolution and make a commit."17095#~ msgstr ""17096#~ "Le tirage n'est pas possible car vous avez des fichiers non fusionnés.\n"17097#~ "Veuillez les corriger dans votre copie de travail, utiliser alors 'git "17098#~ "add/rm <fichier>'\n"17099#~ "si nécessaire pour marquer comme résolu et valider."1710017101#~ msgid "no branch specified"17102#~ msgstr "aucune branche spécifiée"1710317104#~ msgid "check a branch out in a separate working directory"17105#~ msgstr "extraire une branche dans un répertoire de travail séparé"1710617107#~ msgid "prune .git/worktrees"17108#~ msgstr "éliminer .git/worktrees"1710917110#~ msgid "The most commonly used git commands are:"17111#~ msgstr "Les commandes git les plus utilisées sont :"1711217113#~ msgid "No such branch: '%s'"17114#~ msgstr "Branche inconnue : '%s'"1711517116#~ msgid "Could not create git link %s"17117#~ msgstr "Impossible de créer le lien git %s"1711817119#~ msgid "Invalid gc.pruneexpire: '%s'"17120#~ msgstr "gc.pruneexpire invalide : '%s'"1712117122#~ msgid "(detached from %s)"17123#~ msgstr "(détaché de %s)"1712417125#~ msgid "No existing author found with '%s'"17126#~ msgstr "Aucun auteur existant trouvé avec '%s'"1712717128#~ msgid "search also in ignored files"17129#~ msgstr "rechercher aussi dans les fichiers ignorés"1713017131#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"17132#~ msgstr "git remote set-head <nom> (-a | --auto | -d | --delete |<branche>)"1713317134#~ msgid "no files added"17135#~ msgstr "aucun fichier ajouté"1713617137#~ msgid "force creation (when already exists)"17138#~ msgstr "forcer la création (même si la cible existe)"1713917140#~ msgid "slot"17141#~ msgstr "emplacement"1714217143#~ msgid "Failed to lock ref for update"17144#~ msgstr "Échec du verrouillage de la référence pour mise à jour"1714517146#~ msgid "Failed to write ref"17147#~ msgstr "Échec de l'écriture de la référence"1714817149#~ msgid "Failed to lock HEAD during fast_forward_to"17150#~ msgstr "Échec du verrouillage de HEAD pendant l'avance rapide"1715117152#~ msgid "cannot lock HEAD ref"17153#~ msgstr "impossible de verrouiller la référence HEAD"1715417155#~ msgid "cannot update HEAD ref"17156#~ msgstr "impossible de mettre à jour la référence HEAD"1715717158#~ msgid "%s: cannot lock the ref"17159#~ msgstr "%s : impossible de verrouiller la référence"1716017161#~ msgid "%s: cannot update the ref"17162#~ msgstr "%s : impossible de mettre à jour la référence"1716317164#~ msgid "commit has empty message"17165#~ msgstr "le commit a un message vide"1716617167#~ msgid "Failed to chdir: %s"17168#~ msgstr "Échec de chdir: %s"1716917170#~ msgid "Tracking not set up: name too long: %s"17171#~ msgstr "Suivi de branche non paramétré : le nom est trop long : %s"1717217173#~ msgid "could not find .gitmodules in index"17174#~ msgstr "impossible de trouver .gitmodules dans l'index"1717517176#~ msgid "reading updated .gitmodules failed"17177#~ msgstr "échec de la lecture du .gitmodules mis à jour"1717817179#~ msgid "unable to stat updated .gitmodules"17180#~ msgstr "échec de stat du .gitmodules mis à jour"1718117182#~ msgid "unable to remove .gitmodules from index"17183#~ msgstr "suppression du .gitmodules dans l'index impossible"1718417185#~ msgid "adding updated .gitmodules failed"17186#~ msgstr "échec de l'ajout du .gitmodules mis à jour"1718717188#~ msgid "bug"17189#~ msgstr "bogue"1719017191#~ msgid ", behind "17192#~ msgstr ", derrière "1719317194#~ msgid ""17195#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"17196#~ "subdirectory of the tree will change in Git 2.0 and should not be used "17197#~ "anymore.\n"17198#~ "To add content for the whole tree, run:\n"17199#~ "\n"17200#~ " git add %s :/\n"17201#~ " (or git add %s :/)\n"17202#~ "\n"17203#~ "To restrict the command to the current directory, run:\n"17204#~ "\n"17205#~ " git add %s .\n"17206#~ " (or git add %s .)\n"17207#~ "\n"17208#~ "With the current Git version, the command is restricted to the current "17209#~ "directory.\n"17210#~ msgstr ""17211#~ "Le comportement de 'git add %s (ou %s)' sans argument de chemin depuis "17212#~ "un\n"17213#~ "sous-répertoire du projet va changer dans Git 2.0 et ne doit plus être "17214#~ "utilisé.\n"17215#~ "Pour ajouter le contenu de toute l'arborescence, lancez :\n"17216#~ "\n"17217#~ " git add %s :/\n"17218#~ " (ou git add %s :/)\n"17219#~ "\n"17220#~ "Pour restreindre la commande au répertoire courant, lancez :\n"17221#~ "\n"17222#~ " git add %s .\n"17223#~ " (ou git add %s .)\n"17224#~ "\n"17225#~ "Avec la version actuelle de Git, la commande est restreinte au répertoire "17226#~ "courant.\n"1722717228#~ msgid ""17229#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"17230#~ "whose behaviour will change in Git 2.0 with respect to paths you "17231#~ "removed.\n"17232#~ "Paths like '%s' that are\n"17233#~ "removed from your working tree are ignored with this version of Git.\n"17234#~ "\n"17235#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"17236#~ " ignores paths you removed from your working tree.\n"17237#~ "\n"17238#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"17239#~ "\n"17240#~ "Run 'git status' to check the paths you removed from your working tree.\n"17241#~ msgstr ""17242#~ "Vous avez lancé 'git add' sans '-A (--all)' ni '--ignore-removal',\n"17243#~ "dont le comportement va changer dans Git 2.0 avec le respect des chemins "17244#~ "que vous supprimez.\n"17245#~ "Les chemins tels que '%s' qui ont été\n"17246#~ "retirés de votre copie de travail sont ignorés avec cette version de "17247#~ "Git.\n"17248#~ "\n"17249#~ "* 'git add --ignore-removal <chemin>', qui est l'option par défaut "17250#~ "actuelle,\n"17251#~ " ignore les chemins que vous avez supprimés de votre copie de travail.\n"17252#~ "\n"17253#~ "* 'git add --all <chemin>' permet d'enregistrer aussi les suppressions.\n"17254#~ "\n"17255#~ "Lancez 'git status' pour vérifier les chemins que vous avez supprimés de "17256#~ "votre copie de travail.\n"1725717258#~ msgid "key id"17259#~ msgstr "identifiant de clé"1726017261#~ msgid ""17262#~ "Auto packing the repository for optimum performance. You may also\n"17263#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"17264#~ msgstr ""17265#~ "Compression automatique du dépôt pour une performance optimum. Vous "17266#~ "pouvez aussi\n"17267#~ "lancer \"git gc\" manuellement. Voir \"git help gc\" pour plus "17268#~ "d'information.\n"1726917270#~ msgid ""17271#~ "Updates were rejected because a pushed branch tip is behind its remote\n"17272#~ "counterpart. If you did not intend to push that branch, you may want to\n"17273#~ "specify branches to push or set the 'push.default' configuration "17274#~ "variable\n"17275#~ "to 'simple', 'current' or 'upstream' to push only the current branch."17276#~ msgstr ""17277#~ "Les mises à jour ont été rejetées car la pointe de la branche poussée est "17278#~ "derrière\n"17279#~ "son homologue distant. Si vous ne vouliez pas pousser cette branche, vous "17280#~ "pourriez\n"17281#~ "vouloir spécifier les branches à pousser ou définir la variable de "17282#~ "configuration\n"17283#~ "'push.default' à 'simple', 'current' ou 'upstream' pour pousser seulement "17284#~ "la branche courante."1728517286#~ msgid "deleted: %s"17287#~ msgstr "supprimé : %s"1728817289#~ msgid "modified: %s"17290#~ msgstr "modifié : %s"1729117292#~ msgid "renamed: %s -> %s"17293#~ msgstr "renommé : %s -> %s"1729417295#~ msgid "unmerged: %s"17296#~ msgstr "non fus. : %s"1729717298#~ msgid "input paths are terminated by a null character"17299#~ msgstr "les chemins en entrée sont terminés par le caractère nul"1730017301#~ msgid ""17302#~ "Aborting. Consider using either the --force or --include-untracked option."17303#~ msgstr "Abandon. Utilisez l'option --force ou --include-untracked."